From beab0ebbf2af3760c2ff96c641005c19ad9f5c7d Mon Sep 17 00:00:00 2001 From: Jack Works <5390719+Jack-Works@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:07:39 +0800 Subject: [PATCH 1/3] refactor: merge all translation into one --- .prettierignore | 2 + package.json | 30 +- .../mask/dashboard/initialization/i18n.ts | 6 +- packages/mask/package.json | 32 - packages/mask/popups/Popup.tsx | 10 +- packages/mask/popups/initialization/trader.ts | 6 +- packages/mask/shared-ui/index.ts | 1 - .../mask/shared-ui/initialization/locales.ts | 9 +- packages/mask/shared-ui/locale/en-US.json | 906 -- packages/mask/shared-ui/locale/en-US.po | 3379 -------- packages/mask/shared-ui/locale/ja-JP.json | 906 -- packages/mask/shared-ui/locale/ja-JP.po | 3384 -------- packages/mask/shared-ui/locale/ko-KR.json | 902 -- packages/mask/shared-ui/locale/ko-KR.po | 3384 -------- packages/mask/shared-ui/locale/languages.ts | 26 - packages/mask/shared-ui/locale/qya-AA.po | 3347 -------- packages/mask/shared-ui/locale/zh-CN.json | 896 -- packages/mask/shared-ui/locale/zh-CN.po | 3384 -------- packages/mask/shared-ui/locale/zh-TW.json | 896 -- packages/mask/shared-ui/locale/zh-TW.po | 3384 -------- packages/mask/shared/plugin-infra/host.ts | 12 +- .../mask/shared/sandboxed-plugin/host-api.ts | 3 - packages/plugin-infra/src/manager/manage.ts | 6 +- packages/plugin-infra/src/types.ts | 4 - packages/plugins/Approval/package.json | 29 +- packages/plugins/Approval/src/base.ts | 2 - .../plugins/Approval/src/locale/en-US.json | 14 - packages/plugins/Approval/src/locale/en-US.po | 67 - .../plugins/Approval/src/locale/ja-JP.json | 14 - packages/plugins/Approval/src/locale/ja-JP.po | 72 - .../plugins/Approval/src/locale/ko-KR.json | 14 - packages/plugins/Approval/src/locale/ko-KR.po | 72 - .../plugins/Approval/src/locale/languages.ts | 24 - .../plugins/Approval/src/locale/qya-AA.po | 68 - .../plugins/Approval/src/locale/zh-CN.json | 14 - packages/plugins/Approval/src/locale/zh-CN.po | 72 - .../plugins/Approval/src/locale/zh-TW.json | 14 - packages/plugins/Approval/src/locale/zh-TW.po | 72 - packages/plugins/ArtBlocks/package.json | 29 +- packages/plugins/ArtBlocks/src/base.tsx | 2 - .../plugins/ArtBlocks/src/locale/en-US.json | 58 - .../plugins/ArtBlocks/src/locale/en-US.po | 133 - .../plugins/ArtBlocks/src/locale/ja-JP.json | 53 - .../plugins/ArtBlocks/src/locale/ja-JP.po | 138 - .../plugins/ArtBlocks/src/locale/ko-KR.json | 52 - .../plugins/ArtBlocks/src/locale/ko-KR.po | 138 - .../plugins/ArtBlocks/src/locale/languages.ts | 24 - .../plugins/ArtBlocks/src/locale/qya-AA.po | 120 - .../plugins/ArtBlocks/src/locale/zh-CN.json | 52 - .../plugins/ArtBlocks/src/locale/zh-CN.po | 138 - .../plugins/ArtBlocks/src/locale/zh-TW.json | 52 - .../plugins/ArtBlocks/src/locale/zh-TW.po | 138 - packages/plugins/Avatar/package.json | 29 +- packages/plugins/Avatar/src/base.ts | 2 - packages/plugins/Avatar/src/locale/en-US.json | 37 - packages/plugins/Avatar/src/locale/en-US.po | 129 - packages/plugins/Avatar/src/locale/ja-JP.json | 39 - packages/plugins/Avatar/src/locale/ja-JP.po | 134 - packages/plugins/Avatar/src/locale/ko-KR.json | 37 - packages/plugins/Avatar/src/locale/ko-KR.po | 134 - .../plugins/Avatar/src/locale/languages.ts | 24 - packages/plugins/Avatar/src/locale/qya-AA.po | 131 - packages/plugins/Avatar/src/locale/zh-CN.json | 37 - packages/plugins/Avatar/src/locale/zh-CN.po | 134 - packages/plugins/Avatar/src/locale/zh-TW.json | 37 - packages/plugins/Avatar/src/locale/zh-TW.po | 134 - packages/plugins/Calendar/package.json | 29 +- packages/plugins/Calendar/src/base.ts | 2 - .../plugins/Calendar/src/locale/en-US.json | 19 - packages/plugins/Calendar/src/locale/en-US.po | 68 - .../plugins/Calendar/src/locale/ja-JP.json | 19 - packages/plugins/Calendar/src/locale/ja-JP.po | 73 - .../plugins/Calendar/src/locale/ko-KR.json | 19 - packages/plugins/Calendar/src/locale/ko-KR.po | 73 - .../plugins/Calendar/src/locale/languages.ts | 24 - .../plugins/Calendar/src/locale/qya-AA.po | 73 - .../plugins/Calendar/src/locale/zh-CN.json | 19 - packages/plugins/Calendar/src/locale/zh-CN.po | 73 - .../plugins/Calendar/src/locale/zh-TW.json | 19 - packages/plugins/Calendar/src/locale/zh-TW.po | 73 - packages/plugins/Claim/package.json | 29 +- packages/plugins/Claim/src/base.ts | 2 - packages/plugins/Claim/src/locale/en-US.json | 50 - packages/plugins/Claim/src/locale/en-US.po | 125 - packages/plugins/Claim/src/locale/ja-JP.json | 50 - packages/plugins/Claim/src/locale/ja-JP.po | 130 - packages/plugins/Claim/src/locale/ko-KR.json | 50 - packages/plugins/Claim/src/locale/ko-KR.po | 130 - .../plugins/Claim/src/locale/languages.ts | 24 - packages/plugins/Claim/src/locale/qya-AA.po | 107 - packages/plugins/Claim/src/locale/zh-CN.json | 48 - packages/plugins/Claim/src/locale/zh-CN.po | 130 - packages/plugins/Claim/src/locale/zh-TW.json | 48 - packages/plugins/Claim/src/locale/zh-TW.po | 130 - packages/plugins/Collectible/package.json | 29 +- packages/plugins/Collectible/src/base.ts | 2 - .../plugins/Collectible/src/locale/en-US.json | 33 - .../plugins/Collectible/src/locale/en-US.po | 128 - .../plugins/Collectible/src/locale/ja-JP.json | 31 - .../plugins/Collectible/src/locale/ja-JP.po | 133 - .../plugins/Collectible/src/locale/ko-KR.json | 31 - .../plugins/Collectible/src/locale/ko-KR.po | 133 - .../Collectible/src/locale/languages.ts | 24 - .../plugins/Collectible/src/locale/qya-AA.po | 129 - .../plugins/Collectible/src/locale/zh-CN.json | 31 - .../plugins/Collectible/src/locale/zh-CN.po | 133 - .../plugins/Collectible/src/locale/zh-TW.json | 31 - .../plugins/Collectible/src/locale/zh-TW.po | 133 - .../plugins/CrossChainBridge/package.json | 29 +- packages/plugins/CrossChainBridge/src/base.ts | 2 - .../CrossChainBridge/src/locale/en-US.json | 1 - .../CrossChainBridge/src/locale/en-US.po | 21 - .../CrossChainBridge/src/locale/ja-JP.json | 1 - .../CrossChainBridge/src/locale/ja-JP.po | 26 - .../CrossChainBridge/src/locale/ko-KR.json | 1 - .../CrossChainBridge/src/locale/ko-KR.po | 26 - .../CrossChainBridge/src/locale/languages.ts | 24 - .../CrossChainBridge/src/locale/qya-AA.po | 27 - .../CrossChainBridge/src/locale/zh-CN.json | 1 - .../CrossChainBridge/src/locale/zh-CN.po | 26 - .../CrossChainBridge/src/locale/zh-TW.json | 1 - .../CrossChainBridge/src/locale/zh-TW.po | 26 - packages/plugins/CyberConnect/package.json | 29 +- packages/plugins/CyberConnect/src/base.tsx | 2 - .../CyberConnect/src/locale/en-US.json | 14 - .../plugins/CyberConnect/src/locale/en-US.po | 53 - .../CyberConnect/src/locale/ja-JP.json | 14 - .../plugins/CyberConnect/src/locale/ja-JP.po | 58 - .../CyberConnect/src/locale/ko-KR.json | 14 - .../plugins/CyberConnect/src/locale/ko-KR.po | 58 - .../CyberConnect/src/locale/languages.ts | 24 - .../plugins/CyberConnect/src/locale/qya-AA.po | 59 - .../CyberConnect/src/locale/zh-CN.json | 14 - .../plugins/CyberConnect/src/locale/zh-CN.po | 58 - .../CyberConnect/src/locale/zh-TW.json | 14 - .../plugins/CyberConnect/src/locale/zh-TW.po | 58 - packages/plugins/Debugger/package.json | 29 +- packages/plugins/Debugger/src/base.ts | 2 - .../plugins/Debugger/src/locale/en-US.json | 1 - packages/plugins/Debugger/src/locale/en-US.po | 14 - .../plugins/Debugger/src/locale/ja-JP.json | 1 - packages/plugins/Debugger/src/locale/ja-JP.po | 19 - .../plugins/Debugger/src/locale/ko-KR.json | 1 - packages/plugins/Debugger/src/locale/ko-KR.po | 19 - .../plugins/Debugger/src/locale/languages.ts | 24 - .../plugins/Debugger/src/locale/qya-AA.po | 20 - .../plugins/Debugger/src/locale/zh-CN.json | 1 - packages/plugins/Debugger/src/locale/zh-CN.po | 19 - .../plugins/Debugger/src/locale/zh-TW.json | 1 - packages/plugins/Debugger/src/locale/zh-TW.po | 19 - packages/plugins/FileService/package.json | 29 +- packages/plugins/FileService/src/base.ts | 2 - .../plugins/FileService/src/locale/en-US.json | 53 - .../plugins/FileService/src/locale/en-US.po | 182 - .../plugins/FileService/src/locale/ja-JP.json | 53 - .../plugins/FileService/src/locale/ja-JP.po | 187 - .../plugins/FileService/src/locale/ko-KR.json | 51 - .../plugins/FileService/src/locale/ko-KR.po | 187 - .../FileService/src/locale/languages.ts | 24 - .../plugins/FileService/src/locale/qya-AA.po | 171 - .../plugins/FileService/src/locale/zh-CN.json | 49 - .../plugins/FileService/src/locale/zh-CN.po | 187 - .../plugins/FileService/src/locale/zh-TW.json | 49 - .../plugins/FileService/src/locale/zh-TW.po | 187 - packages/plugins/Gitcoin/package.json | 29 +- packages/plugins/Gitcoin/src/base.ts | 2 - .../plugins/Gitcoin/src/locale/en-US.json | 17 - packages/plugins/Gitcoin/src/locale/en-US.po | 65 - .../plugins/Gitcoin/src/locale/ja-JP.json | 19 - packages/plugins/Gitcoin/src/locale/ja-JP.po | 70 - .../plugins/Gitcoin/src/locale/ko-KR.json | 17 - packages/plugins/Gitcoin/src/locale/ko-KR.po | 70 - .../plugins/Gitcoin/src/locale/languages.ts | 24 - packages/plugins/Gitcoin/src/locale/qya-AA.po | 70 - .../plugins/Gitcoin/src/locale/zh-CN.json | 17 - packages/plugins/Gitcoin/src/locale/zh-CN.po | 70 - .../plugins/Gitcoin/src/locale/zh-TW.json | 17 - packages/plugins/Gitcoin/src/locale/zh-TW.po | 70 - packages/plugins/GoPlusSecurity/package.json | 29 +- packages/plugins/GoPlusSecurity/src/base.ts | 2 - .../GoPlusSecurity/src/locale/en-US.json | 48 - .../GoPlusSecurity/src/locale/en-US.po | 173 - .../GoPlusSecurity/src/locale/ja-JP.json | 48 - .../GoPlusSecurity/src/locale/ja-JP.po | 178 - .../GoPlusSecurity/src/locale/ko-KR.json | 48 - .../GoPlusSecurity/src/locale/ko-KR.po | 178 - .../GoPlusSecurity/src/locale/languages.ts | 24 - .../GoPlusSecurity/src/locale/qya-AA.po | 175 - .../GoPlusSecurity/src/locale/zh-CN.json | 48 - .../GoPlusSecurity/src/locale/zh-CN.po | 178 - .../GoPlusSecurity/src/locale/zh-TW.json | 48 - .../GoPlusSecurity/src/locale/zh-TW.po | 178 - packages/plugins/Handle/package.json | 29 +- packages/plugins/Handle/src/base.ts | 2 - packages/plugins/Handle/src/locale/en-US.json | 9 - packages/plugins/Handle/src/locale/en-US.po | 33 - packages/plugins/Handle/src/locale/ja-JP.json | 9 - packages/plugins/Handle/src/locale/ja-JP.po | 38 - packages/plugins/Handle/src/locale/ko-KR.json | 9 - packages/plugins/Handle/src/locale/ko-KR.po | 38 - .../plugins/Handle/src/locale/languages.ts | 24 - packages/plugins/Handle/src/locale/qya-AA.po | 38 - packages/plugins/Handle/src/locale/zh-CN.json | 9 - packages/plugins/Handle/src/locale/zh-CN.po | 38 - packages/plugins/Handle/src/locale/zh-TW.json | 9 - packages/plugins/Handle/src/locale/zh-TW.po | 38 - packages/plugins/NextID/package.json | 29 +- packages/plugins/NextID/src/base.ts | 2 - packages/plugins/NextID/src/locale/en-US.json | 24 - packages/plugins/NextID/src/locale/en-US.po | 89 - packages/plugins/NextID/src/locale/ja-JP.json | 24 - packages/plugins/NextID/src/locale/ja-JP.po | 94 - packages/plugins/NextID/src/locale/ko-KR.json | 24 - packages/plugins/NextID/src/locale/ko-KR.po | 94 - .../plugins/NextID/src/locale/languages.ts | 24 - packages/plugins/NextID/src/locale/qya-AA.po | 95 - packages/plugins/NextID/src/locale/zh-CN.json | 24 - packages/plugins/NextID/src/locale/zh-CN.po | 94 - packages/plugins/NextID/src/locale/zh-TW.json | 24 - packages/plugins/NextID/src/locale/zh-TW.po | 94 - packages/plugins/ProfileCard/package.json | 29 +- packages/plugins/ProfileCard/src/base.ts | 3 - .../plugins/ProfileCard/src/locale/en-US.json | 16 - .../plugins/ProfileCard/src/locale/en-US.po | 44 - .../plugins/ProfileCard/src/locale/ja-JP.json | 16 - .../plugins/ProfileCard/src/locale/ja-JP.po | 49 - .../plugins/ProfileCard/src/locale/ko-KR.json | 16 - .../plugins/ProfileCard/src/locale/ko-KR.po | 49 - .../ProfileCard/src/locale/languages.ts | 24 - .../plugins/ProfileCard/src/locale/qya-AA.po | 50 - .../plugins/ProfileCard/src/locale/zh-CN.json | 14 - .../plugins/ProfileCard/src/locale/zh-CN.po | 49 - .../plugins/ProfileCard/src/locale/zh-TW.json | 14 - .../plugins/ProfileCard/src/locale/zh-TW.po | 49 - packages/plugins/RSS3/package.json | 29 +- packages/plugins/RSS3/src/base.ts | 2 - packages/plugins/RSS3/src/locale/en-US.json | 602 -- packages/plugins/RSS3/src/locale/en-US.po | 383 - packages/plugins/RSS3/src/locale/ja-JP.json | 602 -- packages/plugins/RSS3/src/locale/ja-JP.po | 388 - packages/plugins/RSS3/src/locale/ko-KR.json | 602 -- packages/plugins/RSS3/src/locale/ko-KR.po | 388 - packages/plugins/RSS3/src/locale/languages.ts | 24 - packages/plugins/RSS3/src/locale/qya-AA.po | 255 - packages/plugins/RSS3/src/locale/zh-CN.json | 602 -- packages/plugins/RSS3/src/locale/zh-CN.po | 388 - packages/plugins/RSS3/src/locale/zh-TW.json | 602 -- packages/plugins/RSS3/src/locale/zh-TW.po | 388 - packages/plugins/RedPacket/package.json | 29 +- packages/plugins/RedPacket/src/base.ts | 2 - .../plugins/RedPacket/src/locale/en-US.json | 357 - .../plugins/RedPacket/src/locale/en-US.po | 1092 --- .../plugins/RedPacket/src/locale/ja-JP.json | 358 - .../plugins/RedPacket/src/locale/ja-JP.po | 1097 --- .../plugins/RedPacket/src/locale/ko-KR.json | 357 - .../plugins/RedPacket/src/locale/ko-KR.po | 1097 --- .../plugins/RedPacket/src/locale/languages.ts | 24 - .../plugins/RedPacket/src/locale/qya-AA.po | 1076 --- .../plugins/RedPacket/src/locale/zh-CN.json | 357 - .../plugins/RedPacket/src/locale/zh-CN.po | 1097 --- .../plugins/RedPacket/src/locale/zh-TW.json | 357 - .../plugins/RedPacket/src/locale/zh-TW.po | 1097 --- packages/plugins/Savings/package.json | 29 +- packages/plugins/Savings/src/base.ts | 2 - .../plugins/Savings/src/locale/en-US.json | 68 - packages/plugins/Savings/src/locale/en-US.po | 164 - .../plugins/Savings/src/locale/ja-JP.json | 68 - packages/plugins/Savings/src/locale/ja-JP.po | 169 - .../plugins/Savings/src/locale/ko-KR.json | 68 - packages/plugins/Savings/src/locale/ko-KR.po | 169 - .../plugins/Savings/src/locale/languages.ts | 24 - packages/plugins/Savings/src/locale/qya-AA.po | 142 - .../plugins/Savings/src/locale/zh-CN.json | 68 - packages/plugins/Savings/src/locale/zh-CN.po | 169 - .../plugins/Savings/src/locale/zh-TW.json | 68 - packages/plugins/Savings/src/locale/zh-TW.po | 169 - packages/plugins/ScamSniffer/package.json | 29 +- packages/plugins/ScamSniffer/src/base.ts | 2 - .../plugins/ScamSniffer/src/locale/en-US.json | 7 - .../plugins/ScamSniffer/src/locale/en-US.po | 24 - .../plugins/ScamSniffer/src/locale/ja-JP.json | 7 - .../plugins/ScamSniffer/src/locale/ja-JP.po | 29 - .../plugins/ScamSniffer/src/locale/ko-KR.json | 7 - .../plugins/ScamSniffer/src/locale/ko-KR.po | 29 - .../ScamSniffer/src/locale/languages.ts | 24 - .../plugins/ScamSniffer/src/locale/qya-AA.po | 30 - .../plugins/ScamSniffer/src/locale/zh-CN.json | 1 - .../plugins/ScamSniffer/src/locale/zh-CN.po | 29 - .../plugins/ScamSniffer/src/locale/zh-TW.json | 1 - .../plugins/ScamSniffer/src/locale/zh-TW.po | 29 - packages/plugins/ScamWarning/package.json | 29 +- packages/plugins/ScamWarning/src/base.ts | 2 - .../plugins/ScamWarning/src/locale/en-US.json | 18 - .../plugins/ScamWarning/src/locale/en-US.po | 41 - .../plugins/ScamWarning/src/locale/ja-JP.json | 18 - .../plugins/ScamWarning/src/locale/ja-JP.po | 46 - .../plugins/ScamWarning/src/locale/ko-KR.json | 18 - .../plugins/ScamWarning/src/locale/ko-KR.po | 46 - .../ScamWarning/src/locale/languages.ts | 24 - .../plugins/ScamWarning/src/locale/qya-AA.po | 30 - .../plugins/ScamWarning/src/locale/zh-CN.json | 16 - .../plugins/ScamWarning/src/locale/zh-CN.po | 46 - .../plugins/ScamWarning/src/locale/zh-TW.json | 16 - .../plugins/ScamWarning/src/locale/zh-TW.po | 46 - packages/plugins/Snapshot/package.json | 29 +- packages/plugins/Snapshot/src/base.ts | 2 - .../plugins/Snapshot/src/locale/en-US.json | 49 - packages/plugins/Snapshot/src/locale/en-US.po | 209 - .../plugins/Snapshot/src/locale/ja-JP.json | 49 - packages/plugins/Snapshot/src/locale/ja-JP.po | 214 - .../plugins/Snapshot/src/locale/ko-KR.json | 49 - packages/plugins/Snapshot/src/locale/ko-KR.po | 214 - .../plugins/Snapshot/src/locale/languages.ts | 24 - .../plugins/Snapshot/src/locale/qya-AA.po | 185 - .../plugins/Snapshot/src/locale/zh-CN.json | 49 - packages/plugins/Snapshot/src/locale/zh-CN.po | 214 - .../plugins/Snapshot/src/locale/zh-TW.json | 49 - packages/plugins/Snapshot/src/locale/zh-TW.po | 214 - packages/plugins/SwitchLogo/package.json | 29 +- packages/plugins/SwitchLogo/src/base.ts | 2 - .../plugins/SwitchLogo/src/locale/en-US.json | 14 - .../plugins/SwitchLogo/src/locale/en-US.po | 52 - .../plugins/SwitchLogo/src/locale/ja-JP.json | 14 - .../plugins/SwitchLogo/src/locale/ja-JP.po | 57 - .../plugins/SwitchLogo/src/locale/ko-KR.json | 14 - .../plugins/SwitchLogo/src/locale/ko-KR.po | 57 - .../SwitchLogo/src/locale/languages.ts | 24 - .../plugins/SwitchLogo/src/locale/qya-AA.po | 58 - .../plugins/SwitchLogo/src/locale/zh-CN.json | 14 - .../plugins/SwitchLogo/src/locale/zh-CN.po | 57 - .../plugins/SwitchLogo/src/locale/zh-TW.json | 14 - .../plugins/SwitchLogo/src/locale/zh-TW.po | 57 - packages/plugins/Tips/package.json | 29 +- packages/plugins/Tips/src/base.ts | 2 - packages/plugins/Tips/src/locale/en-US.json | 93 - packages/plugins/Tips/src/locale/en-US.po | 126 - packages/plugins/Tips/src/locale/ja-JP.json | 93 - packages/plugins/Tips/src/locale/ja-JP.po | 131 - packages/plugins/Tips/src/locale/ko-KR.json | 93 - packages/plugins/Tips/src/locale/ko-KR.po | 131 - packages/plugins/Tips/src/locale/languages.ts | 24 - packages/plugins/Tips/src/locale/qya-AA.po | 103 - packages/plugins/Tips/src/locale/zh-CN.json | 93 - packages/plugins/Tips/src/locale/zh-CN.po | 131 - packages/plugins/Tips/src/locale/zh-TW.json | 93 - packages/plugins/Tips/src/locale/zh-TW.po | 131 - packages/plugins/Trader/package.json | 29 +- packages/plugins/Trader/src/base.ts | 2 - packages/plugins/Trader/src/index.ts | 1 - packages/plugins/Trader/src/locale/en-US.json | 164 - packages/plugins/Trader/src/locale/en-US.po | 638 -- packages/plugins/Trader/src/locale/ja-JP.json | 164 - packages/plugins/Trader/src/locale/ja-JP.po | 643 -- packages/plugins/Trader/src/locale/ko-KR.json | 164 - packages/plugins/Trader/src/locale/ko-KR.po | 643 -- .../plugins/Trader/src/locale/languages.ts | 24 - packages/plugins/Trader/src/locale/qya-AA.po | 621 -- packages/plugins/Trader/src/locale/zh-CN.json | 164 - packages/plugins/Trader/src/locale/zh-CN.po | 643 -- packages/plugins/Trader/src/locale/zh-TW.json | 164 - packages/plugins/Trader/src/locale/zh-TW.po | 643 -- packages/plugins/Transak/package.json | 29 +- packages/plugins/Transak/src/base.ts | 2 - .../plugins/Transak/src/locale/en-US.json | 6 - packages/plugins/Transak/src/locale/en-US.po | 20 - .../plugins/Transak/src/locale/ja-JP.json | 6 - packages/plugins/Transak/src/locale/ja-JP.po | 25 - .../plugins/Transak/src/locale/ko-KR.json | 6 - packages/plugins/Transak/src/locale/ko-KR.po | 25 - .../plugins/Transak/src/locale/languages.ts | 24 - packages/plugins/Transak/src/locale/qya-AA.po | 26 - .../plugins/Transak/src/locale/zh-CN.json | 6 - packages/plugins/Transak/src/locale/zh-CN.po | 25 - .../plugins/Transak/src/locale/zh-TW.json | 6 - packages/plugins/Transak/src/locale/zh-TW.po | 25 - packages/plugins/VCent/package.json | 29 +- packages/plugins/VCent/src/base.ts | 2 - packages/plugins/VCent/src/locale/en-US.json | 8 - packages/plugins/VCent/src/locale/en-US.po | 30 - packages/plugins/VCent/src/locale/ja-JP.json | 8 - packages/plugins/VCent/src/locale/ja-JP.po | 35 - packages/plugins/VCent/src/locale/ko-KR.json | 8 - packages/plugins/VCent/src/locale/ko-KR.po | 35 - .../plugins/VCent/src/locale/languages.ts | 24 - packages/plugins/VCent/src/locale/qya-AA.po | 35 - packages/plugins/VCent/src/locale/zh-CN.json | 8 - packages/plugins/VCent/src/locale/zh-CN.po | 35 - packages/plugins/VCent/src/locale/zh-TW.json | 8 - packages/plugins/VCent/src/locale/zh-TW.po | 35 - packages/plugins/Web3Profile/package.json | 29 +- packages/plugins/Web3Profile/src/base.ts | 2 - .../plugins/Web3Profile/src/locale/en-US.json | 45 - .../plugins/Web3Profile/src/locale/en-US.po | 186 - .../plugins/Web3Profile/src/locale/ja-JP.json | 47 - .../plugins/Web3Profile/src/locale/ja-JP.po | 191 - .../plugins/Web3Profile/src/locale/ko-KR.json | 45 - .../plugins/Web3Profile/src/locale/ko-KR.po | 191 - .../Web3Profile/src/locale/languages.ts | 24 - .../plugins/Web3Profile/src/locale/qya-AA.po | 192 - .../plugins/Web3Profile/src/locale/zh-CN.json | 45 - .../plugins/Web3Profile/src/locale/zh-CN.po | 191 - .../plugins/Web3Profile/src/locale/zh-TW.json | 45 - .../plugins/Web3Profile/src/locale/zh-TW.po | 191 - packages/plugins/template/package.json | 29 +- packages/plugins/template/src/base.ts | 2 - .../plugins/template/src/locale/en-US.json | 1 - packages/plugins/template/src/locale/en-US.po | 14 - .../plugins/template/src/locale/ja-JP.json | 1 - packages/plugins/template/src/locale/ja-JP.po | 19 - .../plugins/template/src/locale/ko-KR.json | 1 - packages/plugins/template/src/locale/ko-KR.po | 19 - .../plugins/template/src/locale/languages.ts | 24 - .../plugins/template/src/locale/qya-AA.po | 20 - .../plugins/template/src/locale/zh-CN.json | 1 - packages/plugins/template/src/locale/zh-CN.po | 19 - .../plugins/template/src/locale/zh-TW.json | 1 - packages/plugins/template/src/locale/zh-TW.po | 19 - packages/scripts/src/index.ts | 2 - packages/scripts/src/linter/package-json.ts | 26 +- packages/scripts/src/locale-kit-next/index.ts | 96 - .../scripts/src/locale-kit-next/run-lingui.ts | 44 - .../scripts/src/projects/sandboxed-plugins.ts | 20 +- packages/shared-base-ui/package.json | 29 +- packages/shared-base-ui/src/index.ts | 2 +- packages/shared-base-ui/src/locale/en-US.json | 8 +- packages/shared-base-ui/src/locale/en-US.po | 7465 +++++++++++++++- packages/shared-base-ui/src/locale/ja-JP.json | 2 +- packages/shared-base-ui/src/locale/ja-JP.po | 7474 ++++++++++++++++- packages/shared-base-ui/src/locale/ko-KR.json | 2 +- packages/shared-base-ui/src/locale/ko-KR.po | 7474 ++++++++++++++++- .../shared-base-ui/src/locale/languages.ts | 4 - packages/shared-base-ui/src/locale/qya-AA.po | 30 - packages/shared-base-ui/src/locale/zh-CN.json | 2 +- packages/shared-base-ui/src/locale/zh-CN.po | 7474 ++++++++++++++++- packages/shared-base-ui/src/locale/zh-TW.json | 2 +- packages/shared-base-ui/src/locale/zh-TW.po | 7470 +++++++++++++++- .../shared-base/src/Privy/SetupProvider.tsx | 11 +- packages/shared-base/src/helpers/assert.ts | 4 - packages/shared-base/src/helpers/index.ts | 1 - packages/shared/package.json | 29 +- packages/shared/src/index.ts | 1 - packages/shared/src/locale/en-US.json | 428 - packages/shared/src/locale/en-US.po | 1586 ---- packages/shared/src/locale/ja-JP.json | 425 - packages/shared/src/locale/ja-JP.po | 1591 ---- packages/shared/src/locale/ko-KR.json | 425 - packages/shared/src/locale/ko-KR.po | 1591 ---- packages/shared/src/locale/languages.ts | 26 - packages/shared/src/locale/qya-AA.po | 1583 ---- packages/shared/src/locale/zh-CN.json | 420 - packages/shared/src/locale/zh-CN.po | 1591 ---- packages/shared/src/locale/zh-TW.json | 420 - packages/shared/src/locale/zh-TW.po | 1591 ---- packages/theme/package.json | 29 +- packages/theme/src/locale/en-US.json | 1 - packages/theme/src/locale/en-US.po | 14 - packages/theme/src/locale/ja-JP.json | 1 - packages/theme/src/locale/ja-JP.po | 19 - packages/theme/src/locale/ko-KR.json | 1 - packages/theme/src/locale/ko-KR.po | 19 - packages/theme/src/locale/languages.ts | 26 - packages/theme/src/locale/qya-AA.po | 20 - packages/theme/src/locale/zh-CN.json | 1 - packages/theme/src/locale/zh-CN.po | 19 - packages/theme/src/locale/zh-TW.json | 1 - packages/theme/src/locale/zh-TW.po | 19 - packages/web3-providers/src/Privy/index.ts | 10 +- 467 files changed, 37351 insertions(+), 73888 deletions(-) delete mode 100644 packages/mask/shared-ui/locale/en-US.json delete mode 100644 packages/mask/shared-ui/locale/en-US.po delete mode 100644 packages/mask/shared-ui/locale/ja-JP.json delete mode 100644 packages/mask/shared-ui/locale/ja-JP.po delete mode 100644 packages/mask/shared-ui/locale/ko-KR.json delete mode 100644 packages/mask/shared-ui/locale/ko-KR.po delete mode 100644 packages/mask/shared-ui/locale/languages.ts delete mode 100644 packages/mask/shared-ui/locale/qya-AA.po delete mode 100644 packages/mask/shared-ui/locale/zh-CN.json delete mode 100644 packages/mask/shared-ui/locale/zh-CN.po delete mode 100644 packages/mask/shared-ui/locale/zh-TW.json delete mode 100644 packages/mask/shared-ui/locale/zh-TW.po delete mode 100644 packages/plugins/Approval/src/locale/en-US.json delete mode 100644 packages/plugins/Approval/src/locale/en-US.po delete mode 100644 packages/plugins/Approval/src/locale/ja-JP.json delete mode 100644 packages/plugins/Approval/src/locale/ja-JP.po delete mode 100644 packages/plugins/Approval/src/locale/ko-KR.json delete mode 100644 packages/plugins/Approval/src/locale/ko-KR.po delete mode 100644 packages/plugins/Approval/src/locale/languages.ts delete mode 100644 packages/plugins/Approval/src/locale/qya-AA.po delete mode 100644 packages/plugins/Approval/src/locale/zh-CN.json delete mode 100644 packages/plugins/Approval/src/locale/zh-CN.po delete mode 100644 packages/plugins/Approval/src/locale/zh-TW.json delete mode 100644 packages/plugins/Approval/src/locale/zh-TW.po delete mode 100644 packages/plugins/ArtBlocks/src/locale/en-US.json delete mode 100644 packages/plugins/ArtBlocks/src/locale/en-US.po delete mode 100644 packages/plugins/ArtBlocks/src/locale/ja-JP.json delete mode 100644 packages/plugins/ArtBlocks/src/locale/ja-JP.po delete mode 100644 packages/plugins/ArtBlocks/src/locale/ko-KR.json delete mode 100644 packages/plugins/ArtBlocks/src/locale/ko-KR.po delete mode 100644 packages/plugins/ArtBlocks/src/locale/languages.ts delete mode 100644 packages/plugins/ArtBlocks/src/locale/qya-AA.po delete mode 100644 packages/plugins/ArtBlocks/src/locale/zh-CN.json delete mode 100644 packages/plugins/ArtBlocks/src/locale/zh-CN.po delete mode 100644 packages/plugins/ArtBlocks/src/locale/zh-TW.json delete mode 100644 packages/plugins/ArtBlocks/src/locale/zh-TW.po delete mode 100644 packages/plugins/Avatar/src/locale/en-US.json delete mode 100644 packages/plugins/Avatar/src/locale/en-US.po delete mode 100644 packages/plugins/Avatar/src/locale/ja-JP.json delete mode 100644 packages/plugins/Avatar/src/locale/ja-JP.po delete mode 100644 packages/plugins/Avatar/src/locale/ko-KR.json delete mode 100644 packages/plugins/Avatar/src/locale/ko-KR.po delete mode 100644 packages/plugins/Avatar/src/locale/languages.ts delete mode 100644 packages/plugins/Avatar/src/locale/qya-AA.po delete mode 100644 packages/plugins/Avatar/src/locale/zh-CN.json delete mode 100644 packages/plugins/Avatar/src/locale/zh-CN.po delete mode 100644 packages/plugins/Avatar/src/locale/zh-TW.json delete mode 100644 packages/plugins/Avatar/src/locale/zh-TW.po delete mode 100644 packages/plugins/Calendar/src/locale/en-US.json delete mode 100644 packages/plugins/Calendar/src/locale/en-US.po delete mode 100644 packages/plugins/Calendar/src/locale/ja-JP.json delete mode 100644 packages/plugins/Calendar/src/locale/ja-JP.po delete mode 100644 packages/plugins/Calendar/src/locale/ko-KR.json delete mode 100644 packages/plugins/Calendar/src/locale/ko-KR.po delete mode 100644 packages/plugins/Calendar/src/locale/languages.ts delete mode 100644 packages/plugins/Calendar/src/locale/qya-AA.po delete mode 100644 packages/plugins/Calendar/src/locale/zh-CN.json delete mode 100644 packages/plugins/Calendar/src/locale/zh-CN.po delete mode 100644 packages/plugins/Calendar/src/locale/zh-TW.json delete mode 100644 packages/plugins/Calendar/src/locale/zh-TW.po delete mode 100644 packages/plugins/Claim/src/locale/en-US.json delete mode 100644 packages/plugins/Claim/src/locale/en-US.po delete mode 100644 packages/plugins/Claim/src/locale/ja-JP.json delete mode 100644 packages/plugins/Claim/src/locale/ja-JP.po delete mode 100644 packages/plugins/Claim/src/locale/ko-KR.json delete mode 100644 packages/plugins/Claim/src/locale/ko-KR.po delete mode 100644 packages/plugins/Claim/src/locale/languages.ts delete mode 100644 packages/plugins/Claim/src/locale/qya-AA.po delete mode 100644 packages/plugins/Claim/src/locale/zh-CN.json delete mode 100644 packages/plugins/Claim/src/locale/zh-CN.po delete mode 100644 packages/plugins/Claim/src/locale/zh-TW.json delete mode 100644 packages/plugins/Claim/src/locale/zh-TW.po delete mode 100644 packages/plugins/Collectible/src/locale/en-US.json delete mode 100644 packages/plugins/Collectible/src/locale/en-US.po delete mode 100644 packages/plugins/Collectible/src/locale/ja-JP.json delete mode 100644 packages/plugins/Collectible/src/locale/ja-JP.po delete mode 100644 packages/plugins/Collectible/src/locale/ko-KR.json delete mode 100644 packages/plugins/Collectible/src/locale/ko-KR.po delete mode 100644 packages/plugins/Collectible/src/locale/languages.ts delete mode 100644 packages/plugins/Collectible/src/locale/qya-AA.po delete mode 100644 packages/plugins/Collectible/src/locale/zh-CN.json delete mode 100644 packages/plugins/Collectible/src/locale/zh-CN.po delete mode 100644 packages/plugins/Collectible/src/locale/zh-TW.json delete mode 100644 packages/plugins/Collectible/src/locale/zh-TW.po delete mode 100644 packages/plugins/CrossChainBridge/src/locale/en-US.json delete mode 100644 packages/plugins/CrossChainBridge/src/locale/en-US.po delete mode 100644 packages/plugins/CrossChainBridge/src/locale/ja-JP.json delete mode 100644 packages/plugins/CrossChainBridge/src/locale/ja-JP.po delete mode 100644 packages/plugins/CrossChainBridge/src/locale/ko-KR.json delete mode 100644 packages/plugins/CrossChainBridge/src/locale/ko-KR.po delete mode 100644 packages/plugins/CrossChainBridge/src/locale/languages.ts delete mode 100644 packages/plugins/CrossChainBridge/src/locale/qya-AA.po delete mode 100644 packages/plugins/CrossChainBridge/src/locale/zh-CN.json delete mode 100644 packages/plugins/CrossChainBridge/src/locale/zh-CN.po delete mode 100644 packages/plugins/CrossChainBridge/src/locale/zh-TW.json delete mode 100644 packages/plugins/CrossChainBridge/src/locale/zh-TW.po delete mode 100644 packages/plugins/CyberConnect/src/locale/en-US.json delete mode 100644 packages/plugins/CyberConnect/src/locale/en-US.po delete mode 100644 packages/plugins/CyberConnect/src/locale/ja-JP.json delete mode 100644 packages/plugins/CyberConnect/src/locale/ja-JP.po delete mode 100644 packages/plugins/CyberConnect/src/locale/ko-KR.json delete mode 100644 packages/plugins/CyberConnect/src/locale/ko-KR.po delete mode 100644 packages/plugins/CyberConnect/src/locale/languages.ts delete mode 100644 packages/plugins/CyberConnect/src/locale/qya-AA.po delete mode 100644 packages/plugins/CyberConnect/src/locale/zh-CN.json delete mode 100644 packages/plugins/CyberConnect/src/locale/zh-CN.po delete mode 100644 packages/plugins/CyberConnect/src/locale/zh-TW.json delete mode 100644 packages/plugins/CyberConnect/src/locale/zh-TW.po delete mode 100644 packages/plugins/Debugger/src/locale/en-US.json delete mode 100644 packages/plugins/Debugger/src/locale/en-US.po delete mode 100644 packages/plugins/Debugger/src/locale/ja-JP.json delete mode 100644 packages/plugins/Debugger/src/locale/ja-JP.po delete mode 100644 packages/plugins/Debugger/src/locale/ko-KR.json delete mode 100644 packages/plugins/Debugger/src/locale/ko-KR.po delete mode 100644 packages/plugins/Debugger/src/locale/languages.ts delete mode 100644 packages/plugins/Debugger/src/locale/qya-AA.po delete mode 100644 packages/plugins/Debugger/src/locale/zh-CN.json delete mode 100644 packages/plugins/Debugger/src/locale/zh-CN.po delete mode 100644 packages/plugins/Debugger/src/locale/zh-TW.json delete mode 100644 packages/plugins/Debugger/src/locale/zh-TW.po delete mode 100644 packages/plugins/FileService/src/locale/en-US.json delete mode 100644 packages/plugins/FileService/src/locale/en-US.po delete mode 100644 packages/plugins/FileService/src/locale/ja-JP.json delete mode 100644 packages/plugins/FileService/src/locale/ja-JP.po delete mode 100644 packages/plugins/FileService/src/locale/ko-KR.json delete mode 100644 packages/plugins/FileService/src/locale/ko-KR.po delete mode 100644 packages/plugins/FileService/src/locale/languages.ts delete mode 100644 packages/plugins/FileService/src/locale/qya-AA.po delete mode 100644 packages/plugins/FileService/src/locale/zh-CN.json delete mode 100644 packages/plugins/FileService/src/locale/zh-CN.po delete mode 100644 packages/plugins/FileService/src/locale/zh-TW.json delete mode 100644 packages/plugins/FileService/src/locale/zh-TW.po delete mode 100644 packages/plugins/Gitcoin/src/locale/en-US.json delete mode 100644 packages/plugins/Gitcoin/src/locale/en-US.po delete mode 100644 packages/plugins/Gitcoin/src/locale/ja-JP.json delete mode 100644 packages/plugins/Gitcoin/src/locale/ja-JP.po delete mode 100644 packages/plugins/Gitcoin/src/locale/ko-KR.json delete mode 100644 packages/plugins/Gitcoin/src/locale/ko-KR.po delete mode 100644 packages/plugins/Gitcoin/src/locale/languages.ts delete mode 100644 packages/plugins/Gitcoin/src/locale/qya-AA.po delete mode 100644 packages/plugins/Gitcoin/src/locale/zh-CN.json delete mode 100644 packages/plugins/Gitcoin/src/locale/zh-CN.po delete mode 100644 packages/plugins/Gitcoin/src/locale/zh-TW.json delete mode 100644 packages/plugins/Gitcoin/src/locale/zh-TW.po delete mode 100644 packages/plugins/GoPlusSecurity/src/locale/en-US.json delete mode 100644 packages/plugins/GoPlusSecurity/src/locale/en-US.po delete mode 100644 packages/plugins/GoPlusSecurity/src/locale/ja-JP.json delete mode 100644 packages/plugins/GoPlusSecurity/src/locale/ja-JP.po delete mode 100644 packages/plugins/GoPlusSecurity/src/locale/ko-KR.json delete mode 100644 packages/plugins/GoPlusSecurity/src/locale/ko-KR.po delete mode 100644 packages/plugins/GoPlusSecurity/src/locale/languages.ts delete mode 100644 packages/plugins/GoPlusSecurity/src/locale/qya-AA.po delete mode 100644 packages/plugins/GoPlusSecurity/src/locale/zh-CN.json delete mode 100644 packages/plugins/GoPlusSecurity/src/locale/zh-CN.po delete mode 100644 packages/plugins/GoPlusSecurity/src/locale/zh-TW.json delete mode 100644 packages/plugins/GoPlusSecurity/src/locale/zh-TW.po delete mode 100644 packages/plugins/Handle/src/locale/en-US.json delete mode 100644 packages/plugins/Handle/src/locale/en-US.po delete mode 100644 packages/plugins/Handle/src/locale/ja-JP.json delete mode 100644 packages/plugins/Handle/src/locale/ja-JP.po delete mode 100644 packages/plugins/Handle/src/locale/ko-KR.json delete mode 100644 packages/plugins/Handle/src/locale/ko-KR.po delete mode 100644 packages/plugins/Handle/src/locale/languages.ts delete mode 100644 packages/plugins/Handle/src/locale/qya-AA.po delete mode 100644 packages/plugins/Handle/src/locale/zh-CN.json delete mode 100644 packages/plugins/Handle/src/locale/zh-CN.po delete mode 100644 packages/plugins/Handle/src/locale/zh-TW.json delete mode 100644 packages/plugins/Handle/src/locale/zh-TW.po delete mode 100644 packages/plugins/NextID/src/locale/en-US.json delete mode 100644 packages/plugins/NextID/src/locale/en-US.po delete mode 100644 packages/plugins/NextID/src/locale/ja-JP.json delete mode 100644 packages/plugins/NextID/src/locale/ja-JP.po delete mode 100644 packages/plugins/NextID/src/locale/ko-KR.json delete mode 100644 packages/plugins/NextID/src/locale/ko-KR.po delete mode 100644 packages/plugins/NextID/src/locale/languages.ts delete mode 100644 packages/plugins/NextID/src/locale/qya-AA.po delete mode 100644 packages/plugins/NextID/src/locale/zh-CN.json delete mode 100644 packages/plugins/NextID/src/locale/zh-CN.po delete mode 100644 packages/plugins/NextID/src/locale/zh-TW.json delete mode 100644 packages/plugins/NextID/src/locale/zh-TW.po delete mode 100644 packages/plugins/ProfileCard/src/locale/en-US.json delete mode 100644 packages/plugins/ProfileCard/src/locale/en-US.po delete mode 100644 packages/plugins/ProfileCard/src/locale/ja-JP.json delete mode 100644 packages/plugins/ProfileCard/src/locale/ja-JP.po delete mode 100644 packages/plugins/ProfileCard/src/locale/ko-KR.json delete mode 100644 packages/plugins/ProfileCard/src/locale/ko-KR.po delete mode 100644 packages/plugins/ProfileCard/src/locale/languages.ts delete mode 100644 packages/plugins/ProfileCard/src/locale/qya-AA.po delete mode 100644 packages/plugins/ProfileCard/src/locale/zh-CN.json delete mode 100644 packages/plugins/ProfileCard/src/locale/zh-CN.po delete mode 100644 packages/plugins/ProfileCard/src/locale/zh-TW.json delete mode 100644 packages/plugins/ProfileCard/src/locale/zh-TW.po delete mode 100644 packages/plugins/RSS3/src/locale/en-US.json delete mode 100644 packages/plugins/RSS3/src/locale/en-US.po delete mode 100644 packages/plugins/RSS3/src/locale/ja-JP.json delete mode 100644 packages/plugins/RSS3/src/locale/ja-JP.po delete mode 100644 packages/plugins/RSS3/src/locale/ko-KR.json delete mode 100644 packages/plugins/RSS3/src/locale/ko-KR.po delete mode 100644 packages/plugins/RSS3/src/locale/languages.ts delete mode 100644 packages/plugins/RSS3/src/locale/qya-AA.po delete mode 100644 packages/plugins/RSS3/src/locale/zh-CN.json delete mode 100644 packages/plugins/RSS3/src/locale/zh-CN.po delete mode 100644 packages/plugins/RSS3/src/locale/zh-TW.json delete mode 100644 packages/plugins/RSS3/src/locale/zh-TW.po delete mode 100644 packages/plugins/RedPacket/src/locale/en-US.json delete mode 100644 packages/plugins/RedPacket/src/locale/en-US.po delete mode 100644 packages/plugins/RedPacket/src/locale/ja-JP.json delete mode 100644 packages/plugins/RedPacket/src/locale/ja-JP.po delete mode 100644 packages/plugins/RedPacket/src/locale/ko-KR.json delete mode 100644 packages/plugins/RedPacket/src/locale/ko-KR.po delete mode 100644 packages/plugins/RedPacket/src/locale/languages.ts delete mode 100644 packages/plugins/RedPacket/src/locale/qya-AA.po delete mode 100644 packages/plugins/RedPacket/src/locale/zh-CN.json delete mode 100644 packages/plugins/RedPacket/src/locale/zh-CN.po delete mode 100644 packages/plugins/RedPacket/src/locale/zh-TW.json delete mode 100644 packages/plugins/RedPacket/src/locale/zh-TW.po delete mode 100644 packages/plugins/Savings/src/locale/en-US.json delete mode 100644 packages/plugins/Savings/src/locale/en-US.po delete mode 100644 packages/plugins/Savings/src/locale/ja-JP.json delete mode 100644 packages/plugins/Savings/src/locale/ja-JP.po delete mode 100644 packages/plugins/Savings/src/locale/ko-KR.json delete mode 100644 packages/plugins/Savings/src/locale/ko-KR.po delete mode 100644 packages/plugins/Savings/src/locale/languages.ts delete mode 100644 packages/plugins/Savings/src/locale/qya-AA.po delete mode 100644 packages/plugins/Savings/src/locale/zh-CN.json delete mode 100644 packages/plugins/Savings/src/locale/zh-CN.po delete mode 100644 packages/plugins/Savings/src/locale/zh-TW.json delete mode 100644 packages/plugins/Savings/src/locale/zh-TW.po delete mode 100644 packages/plugins/ScamSniffer/src/locale/en-US.json delete mode 100644 packages/plugins/ScamSniffer/src/locale/en-US.po delete mode 100644 packages/plugins/ScamSniffer/src/locale/ja-JP.json delete mode 100644 packages/plugins/ScamSniffer/src/locale/ja-JP.po delete mode 100644 packages/plugins/ScamSniffer/src/locale/ko-KR.json delete mode 100644 packages/plugins/ScamSniffer/src/locale/ko-KR.po delete mode 100644 packages/plugins/ScamSniffer/src/locale/languages.ts delete mode 100644 packages/plugins/ScamSniffer/src/locale/qya-AA.po delete mode 100644 packages/plugins/ScamSniffer/src/locale/zh-CN.json delete mode 100644 packages/plugins/ScamSniffer/src/locale/zh-CN.po delete mode 100644 packages/plugins/ScamSniffer/src/locale/zh-TW.json delete mode 100644 packages/plugins/ScamSniffer/src/locale/zh-TW.po delete mode 100644 packages/plugins/ScamWarning/src/locale/en-US.json delete mode 100644 packages/plugins/ScamWarning/src/locale/en-US.po delete mode 100644 packages/plugins/ScamWarning/src/locale/ja-JP.json delete mode 100644 packages/plugins/ScamWarning/src/locale/ja-JP.po delete mode 100644 packages/plugins/ScamWarning/src/locale/ko-KR.json delete mode 100644 packages/plugins/ScamWarning/src/locale/ko-KR.po delete mode 100644 packages/plugins/ScamWarning/src/locale/languages.ts delete mode 100644 packages/plugins/ScamWarning/src/locale/qya-AA.po delete mode 100644 packages/plugins/ScamWarning/src/locale/zh-CN.json delete mode 100644 packages/plugins/ScamWarning/src/locale/zh-CN.po delete mode 100644 packages/plugins/ScamWarning/src/locale/zh-TW.json delete mode 100644 packages/plugins/ScamWarning/src/locale/zh-TW.po delete mode 100644 packages/plugins/Snapshot/src/locale/en-US.json delete mode 100644 packages/plugins/Snapshot/src/locale/en-US.po delete mode 100644 packages/plugins/Snapshot/src/locale/ja-JP.json delete mode 100644 packages/plugins/Snapshot/src/locale/ja-JP.po delete mode 100644 packages/plugins/Snapshot/src/locale/ko-KR.json delete mode 100644 packages/plugins/Snapshot/src/locale/ko-KR.po delete mode 100644 packages/plugins/Snapshot/src/locale/languages.ts delete mode 100644 packages/plugins/Snapshot/src/locale/qya-AA.po delete mode 100644 packages/plugins/Snapshot/src/locale/zh-CN.json delete mode 100644 packages/plugins/Snapshot/src/locale/zh-CN.po delete mode 100644 packages/plugins/Snapshot/src/locale/zh-TW.json delete mode 100644 packages/plugins/Snapshot/src/locale/zh-TW.po delete mode 100644 packages/plugins/SwitchLogo/src/locale/en-US.json delete mode 100644 packages/plugins/SwitchLogo/src/locale/en-US.po delete mode 100644 packages/plugins/SwitchLogo/src/locale/ja-JP.json delete mode 100644 packages/plugins/SwitchLogo/src/locale/ja-JP.po delete mode 100644 packages/plugins/SwitchLogo/src/locale/ko-KR.json delete mode 100644 packages/plugins/SwitchLogo/src/locale/ko-KR.po delete mode 100644 packages/plugins/SwitchLogo/src/locale/languages.ts delete mode 100644 packages/plugins/SwitchLogo/src/locale/qya-AA.po delete mode 100644 packages/plugins/SwitchLogo/src/locale/zh-CN.json delete mode 100644 packages/plugins/SwitchLogo/src/locale/zh-CN.po delete mode 100644 packages/plugins/SwitchLogo/src/locale/zh-TW.json delete mode 100644 packages/plugins/SwitchLogo/src/locale/zh-TW.po delete mode 100644 packages/plugins/Tips/src/locale/en-US.json delete mode 100644 packages/plugins/Tips/src/locale/en-US.po delete mode 100644 packages/plugins/Tips/src/locale/ja-JP.json delete mode 100644 packages/plugins/Tips/src/locale/ja-JP.po delete mode 100644 packages/plugins/Tips/src/locale/ko-KR.json delete mode 100644 packages/plugins/Tips/src/locale/ko-KR.po delete mode 100644 packages/plugins/Tips/src/locale/languages.ts delete mode 100644 packages/plugins/Tips/src/locale/qya-AA.po delete mode 100644 packages/plugins/Tips/src/locale/zh-CN.json delete mode 100644 packages/plugins/Tips/src/locale/zh-CN.po delete mode 100644 packages/plugins/Tips/src/locale/zh-TW.json delete mode 100644 packages/plugins/Tips/src/locale/zh-TW.po delete mode 100644 packages/plugins/Trader/src/locale/en-US.json delete mode 100644 packages/plugins/Trader/src/locale/en-US.po delete mode 100644 packages/plugins/Trader/src/locale/ja-JP.json delete mode 100644 packages/plugins/Trader/src/locale/ja-JP.po delete mode 100644 packages/plugins/Trader/src/locale/ko-KR.json delete mode 100644 packages/plugins/Trader/src/locale/ko-KR.po delete mode 100644 packages/plugins/Trader/src/locale/languages.ts delete mode 100644 packages/plugins/Trader/src/locale/qya-AA.po delete mode 100644 packages/plugins/Trader/src/locale/zh-CN.json delete mode 100644 packages/plugins/Trader/src/locale/zh-CN.po delete mode 100644 packages/plugins/Trader/src/locale/zh-TW.json delete mode 100644 packages/plugins/Trader/src/locale/zh-TW.po delete mode 100644 packages/plugins/Transak/src/locale/en-US.json delete mode 100644 packages/plugins/Transak/src/locale/en-US.po delete mode 100644 packages/plugins/Transak/src/locale/ja-JP.json delete mode 100644 packages/plugins/Transak/src/locale/ja-JP.po delete mode 100644 packages/plugins/Transak/src/locale/ko-KR.json delete mode 100644 packages/plugins/Transak/src/locale/ko-KR.po delete mode 100644 packages/plugins/Transak/src/locale/languages.ts delete mode 100644 packages/plugins/Transak/src/locale/qya-AA.po delete mode 100644 packages/plugins/Transak/src/locale/zh-CN.json delete mode 100644 packages/plugins/Transak/src/locale/zh-CN.po delete mode 100644 packages/plugins/Transak/src/locale/zh-TW.json delete mode 100644 packages/plugins/Transak/src/locale/zh-TW.po delete mode 100644 packages/plugins/VCent/src/locale/en-US.json delete mode 100644 packages/plugins/VCent/src/locale/en-US.po delete mode 100644 packages/plugins/VCent/src/locale/ja-JP.json delete mode 100644 packages/plugins/VCent/src/locale/ja-JP.po delete mode 100644 packages/plugins/VCent/src/locale/ko-KR.json delete mode 100644 packages/plugins/VCent/src/locale/ko-KR.po delete mode 100644 packages/plugins/VCent/src/locale/languages.ts delete mode 100644 packages/plugins/VCent/src/locale/qya-AA.po delete mode 100644 packages/plugins/VCent/src/locale/zh-CN.json delete mode 100644 packages/plugins/VCent/src/locale/zh-CN.po delete mode 100644 packages/plugins/VCent/src/locale/zh-TW.json delete mode 100644 packages/plugins/VCent/src/locale/zh-TW.po delete mode 100644 packages/plugins/Web3Profile/src/locale/en-US.json delete mode 100644 packages/plugins/Web3Profile/src/locale/en-US.po delete mode 100644 packages/plugins/Web3Profile/src/locale/ja-JP.json delete mode 100644 packages/plugins/Web3Profile/src/locale/ja-JP.po delete mode 100644 packages/plugins/Web3Profile/src/locale/ko-KR.json delete mode 100644 packages/plugins/Web3Profile/src/locale/ko-KR.po delete mode 100644 packages/plugins/Web3Profile/src/locale/languages.ts delete mode 100644 packages/plugins/Web3Profile/src/locale/qya-AA.po delete mode 100644 packages/plugins/Web3Profile/src/locale/zh-CN.json delete mode 100644 packages/plugins/Web3Profile/src/locale/zh-CN.po delete mode 100644 packages/plugins/Web3Profile/src/locale/zh-TW.json delete mode 100644 packages/plugins/Web3Profile/src/locale/zh-TW.po delete mode 100644 packages/plugins/template/src/locale/en-US.json delete mode 100644 packages/plugins/template/src/locale/en-US.po delete mode 100644 packages/plugins/template/src/locale/ja-JP.json delete mode 100644 packages/plugins/template/src/locale/ja-JP.po delete mode 100644 packages/plugins/template/src/locale/ko-KR.json delete mode 100644 packages/plugins/template/src/locale/ko-KR.po delete mode 100644 packages/plugins/template/src/locale/languages.ts delete mode 100644 packages/plugins/template/src/locale/qya-AA.po delete mode 100644 packages/plugins/template/src/locale/zh-CN.json delete mode 100644 packages/plugins/template/src/locale/zh-CN.po delete mode 100644 packages/plugins/template/src/locale/zh-TW.json delete mode 100644 packages/plugins/template/src/locale/zh-TW.po delete mode 100644 packages/scripts/src/locale-kit-next/index.ts delete mode 100644 packages/scripts/src/locale-kit-next/run-lingui.ts delete mode 100644 packages/shared-base-ui/src/locale/qya-AA.po delete mode 100644 packages/shared-base/src/helpers/assert.ts delete mode 100644 packages/shared/src/locale/en-US.json delete mode 100644 packages/shared/src/locale/en-US.po delete mode 100644 packages/shared/src/locale/ja-JP.json delete mode 100644 packages/shared/src/locale/ja-JP.po delete mode 100644 packages/shared/src/locale/ko-KR.json delete mode 100644 packages/shared/src/locale/ko-KR.po delete mode 100644 packages/shared/src/locale/languages.ts delete mode 100644 packages/shared/src/locale/qya-AA.po delete mode 100644 packages/shared/src/locale/zh-CN.json delete mode 100644 packages/shared/src/locale/zh-CN.po delete mode 100644 packages/shared/src/locale/zh-TW.json delete mode 100644 packages/shared/src/locale/zh-TW.po delete mode 100644 packages/theme/src/locale/en-US.json delete mode 100644 packages/theme/src/locale/en-US.po delete mode 100644 packages/theme/src/locale/ja-JP.json delete mode 100644 packages/theme/src/locale/ja-JP.po delete mode 100644 packages/theme/src/locale/ko-KR.json delete mode 100644 packages/theme/src/locale/ko-KR.po delete mode 100644 packages/theme/src/locale/languages.ts delete mode 100644 packages/theme/src/locale/qya-AA.po delete mode 100644 packages/theme/src/locale/zh-CN.json delete mode 100644 packages/theme/src/locale/zh-CN.po delete mode 100644 packages/theme/src/locale/zh-TW.json delete mode 100644 packages/theme/src/locale/zh-TW.po diff --git a/.prettierignore b/.prettierignore index bdeef109cc41..8bdb2ad92663 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,6 +1,8 @@ # https://github.com/prettier/prettier/issues/17784 packages/theme/src/UIHelper/makeStyles.ts +locale/*.json + .github/ .husky/ package.json diff --git a/package.json b/package.json index c12e57120c1f..e77273066548 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "test": "vitest", "spellcheck": "cspell lint --no-must-find-files", "clean": "gulp clean", - "lingui:compile": "gulp lingui-compile", - "lingui:extract": "gulp lingui-extract", + "lingui:compile": "lingui compile", + "lingui:extract": "lingui extract", "lingui": "pnpm run lingui:extract && pnpm run lingui:compile" }, "dependencies": { @@ -98,5 +98,31 @@ "typescript-eslint": "^8.39.0", "vite": "^6.2.0", "vitest": "^3.0.7" + }, + "lingui": { + "compileNamespace": "json", + "locales": [ + "en-US", + "ja-JP", + "ko-KR", + "zh-CN", + "zh-TW" + ], + "fallbackLocales": { + "zh-CN": "zh-TW", + "zh-TW": "zh-CN", + "default": "en-US" + }, + "formatOptions": { + "origins": true, + "lineNumbers": false + }, + "catalogs": [ + { + "path": "./packages/shared-base-ui/src/locale/{locale}", + "include": [""], + "exclude": ["**/node_modules/**", "**/*.d.ts", "**/dist/**"] + } + ] } } diff --git a/packages/mask/dashboard/initialization/i18n.ts b/packages/mask/dashboard/initialization/i18n.ts index 6235585eec29..ad9db2a52a52 100644 --- a/packages/mask/dashboard/initialization/i18n.ts +++ b/packages/mask/dashboard/initialization/i18n.ts @@ -1,7 +1,5 @@ -import { addSharedI18N } from '@masknet/shared' -import { addI18N } from '../../shared-ui/locale/languages.js' +import { importTranslationResources } from '@masknet/shared-base-ui' import { i18n } from '@lingui/core' -addSharedI18N(i18n) -addI18N(i18n) +importTranslationResources(i18n) i18n.activate('en') diff --git a/packages/mask/package.json b/packages/mask/package.json index 44feb892accc..b20312ef4f17 100644 --- a/packages/mask/package.json +++ b/packages/mask/package.json @@ -167,37 +167,5 @@ }, "peerDependencies": { "tss-react": "^4.9.0" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "./shared-ui/locale/{locale}", - "include": [ - "./content-script/", - "./dashboard/", - "./popups/", - "./shared/", - "./shared-ui/", - "./swap/" - ] - } - ] } } diff --git a/packages/mask/popups/Popup.tsx b/packages/mask/popups/Popup.tsx index eb37ed61ab9e..3830b7334126 100644 --- a/packages/mask/popups/Popup.tsx +++ b/packages/mask/popups/Popup.tsx @@ -1,5 +1,5 @@ import { PageUIProvider, PersonaContext, PrivySetup } from '@masknet/shared' -import { assert, jsxCompose, MaskMessages, PopupRoutes, PrivySetupProvider } from '@masknet/shared-base' +import { jsxCompose, MaskMessages, PopupRoutes, PrivySetupProvider } from '@masknet/shared-base' import { PopupSnackbarProvider } from '@masknet/theme' import { EVMWeb3ContextProvider } from '@masknet/web3-hooks-base' import { ProviderType } from '@masknet/web3-shared-evm' @@ -108,7 +108,13 @@ export default function Popups() { throttle: 10000, }) - assert(process.env.PRIVY_APP_ID, 'Missing PRIVY_APP_ID') + if (!process.env.PRIVY_APP_ID) { + return ( + + No process.env.PRIVY_APP_ID set. + + ) + } return jsxCompose( , diff --git a/packages/mask/popups/initialization/trader.ts b/packages/mask/popups/initialization/trader.ts index 1403cbebb412..77207eb86a09 100644 --- a/packages/mask/popups/initialization/trader.ts +++ b/packages/mask/popups/initialization/trader.ts @@ -1,8 +1,6 @@ // TODO: Ad-hoc fix, if this appears multiple times in the codebase, consider bring our plugin infra back here. -import { i18n } from '@lingui/core' -import { languages, setupStorage } from '@masknet/plugin-trader' -import { createI18NBundle, PersistentStorages, PluginID } from '@masknet/shared-base' +import { setupStorage } from '@masknet/plugin-trader' +import { PersistentStorages, PluginID } from '@masknet/shared-base' -createI18NBundle(languages as any)(i18n) setupStorage(PersistentStorages.Plugin.createSubScope(PluginID.Trader, { transactions: {} })) diff --git a/packages/mask/shared-ui/index.ts b/packages/mask/shared-ui/index.ts index c0be76388c4e..6aea3937ce6a 100644 --- a/packages/mask/shared-ui/index.ts +++ b/packages/mask/shared-ui/index.ts @@ -1,4 +1,3 @@ -export * from './locale/languages.js' export * from './hooks/index.js' export { attachNextIDToProfile } from './utils/attachNextIDToProfile.js' export { queryPersistOptions } from './utils/persistOptions.js' diff --git a/packages/mask/shared-ui/initialization/locales.ts b/packages/mask/shared-ui/initialization/locales.ts index 7da6997135cd..ad9db2a52a52 100644 --- a/packages/mask/shared-ui/initialization/locales.ts +++ b/packages/mask/shared-ui/initialization/locales.ts @@ -1,10 +1,5 @@ -import { addSharedI18N } from '@masknet/shared' -import { addShareBaseI18N } from '@masknet/shared-base-ui' - -import { addI18N } from '../locale/languages.js' +import { importTranslationResources } from '@masknet/shared-base-ui' import { i18n } from '@lingui/core' -addI18N(i18n) -addSharedI18N(i18n) -addShareBaseI18N(i18n) +importTranslationResources(i18n) i18n.activate('en') diff --git a/packages/mask/shared-ui/locale/en-US.json b/packages/mask/shared-ui/locale/en-US.json deleted file mode 100644 index 91b5d9082b5b..000000000000 --- a/packages/mask/shared-ui/locale/en-US.json +++ /dev/null @@ -1,906 +0,0 @@ -{ - "messages": { - "+5hgHR": ["Are your sure you want to disconnect? You may lose part of functionalities of this website."], - "+IEBAO": ["Approve amount"], - "+K0AvT": ["Disconnect"], - "+Qcnh5": ["Please select the appropriate method to restore your personal data."], - "+W8dUJ": ["Tap to view the private key <0/> Make sure no one is looking at your screen"], - "+XyQiK": ["Agree"], - "+Zuhm7": ["Support Identity code, private key, local backups or cloud backups to access your personal data."], - "+adBn3": ["Chrome - external extension"], - "+b/06M": ["Incorrect payment password."], - "+m7PfT": ["Deleted successfully"], - "+m7x4e": ["Backup Successful"], - "+uISZO": ["Incorrect Password"], - "/7tku+": ["Try"], - "/LkuGq": ["Restore from a previous database backup"], - "/WfDJy": [ - "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." - ], - "/eguJc": ["Uploading"], - "/fo6Dv": ["Gas Limit (Units)"], - "/jQctM": ["To"], - "/nT6AE": ["New password"], - "/riTT2": ["Pinned successfully."], - "/uEw9z": ["Your X account authorization has timed out. Please try again."], - "/vtDGO": [["0"], " is connected to these sites, they can view your account address."], - "/xrk7I": ["FAQ&Tutorial"], - "00b9QG": ["Set Your Payment Password"], - "04MqGo": ["Post content:"], - "09vHB+": ["Failed to decrypt."], - "0C6WdO": ["Upload backup"], - "0D4bav": ["Name or Contract address e.g. USDC or 0x234..."], - "0F4ogS": ["Payment Password should be between 6 and 20 characters."], - "0HnKBn": ["Hide mnemonic words"], - "0Lp4o6": ["Load failed"], - "0M//Nn": ["The Persona is connected to the following accounts: ", ["list"]], - "0ZC72+": ["Connected successfully."], - "0caMy7": ["History"], - "0fljZe": ["Trading Route"], - "0kr+x1": ["Your Wallet is on"], - "0oMKRL": ["Delete Contact"], - "0tkvsz": ["Failed to download and merge the backup."], - "1+6BOG": ["Download Backup"], - "19zh4M": [ - "Current wallet (<0>", - ["currentWallet"], - ") is the management account of SmartPay wallet (<1>", - ["other_wallets"], - ").<2/>Deleting the current wallet will result in the deletion of the SmartPay wallet simultaneously." - ], - "1LkMSp": ["Add Suggested Token"], - "1R2W/B": [ - "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " - ], - "1TaavV": [ - "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." - ], - "1Uqt6P": ["Disconnect Wallet?"], - "1Z++2X": ["The Persona is not connected to any accounts."], - "1bTY60": ["Token Value"], - "1kE7ob": ["Network saved"], - "1mjyN6": ["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."], - "1nMGEs": ["Personas"], - "1njn7W": ["Light"], - "1rsf+c": [ - "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." - ], - "1vSYsG": ["Download backup"], - "1xwmzN": ["Switch to other accounts"], - "2MPu+c": ["Priority Fee (GWEI)"], - "2Xze/r": ["Block Explorer URL"], - "2fuHsY": ["Mobile verification code"], - "2jQko7": ["Associated Accounts"], - "2kXxch": ["Sorry, signature failed! Please try signing again."], - "2p7WMm": ["Give permission to access <0/> your ", ["0"], "?"], - "2wxgft": ["Rename"], - "2zkhB1": ["Remove Wallet?"], - "34UMci": ["Wallet Settings"], - "38C83c": ["Recovery Phrase"], - "39ohdf": ["Activities"], - "3A/gtD": ["Invalid RPC URL."], - "3AP6p1": ["Public Key: <0>", ["publicKey"], ""], - "3B4jmY": ["Data correlation"], - "3J+S3n": ["Search Next.ID, X, Lens, ENS or Address"], - "3Q5eQl": ["Please click the \"Post\" button to open the compose dialog."], - "3Q8dPe": [ - "The website (", - ["messageOrigin"], - ") is asking you to sign in to another domain (", - ["0"], - "). This may be a phishing attack." - ], - "3WZ1WL": ["Please enter backup password to export persona private key."], - "3YDnov": ["Token now is hidden."], - "3dAaqV": [ - "📃📃📃 Try to permanently use decentralized file storage on ", - ["sns"], - ". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." - ], - "3fpIq1": ["to ", ["0"]], - "3iUAE7": ["Backup to Google Drive"], - "3kbpgO": ["Gas Limit"], - "3lUGN0": ["Switch Persona"], - "3pqzUK": ["Contact added."], - "3qe4O9": ["Max Fee"], - "4/6qjT": ["Please enter your payment password."], - "42yL2J": [ - "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ", - ["encrypted"] - ], - "43g2kf": ["Only visible to yourself"], - "4DIYdt": ["No associated wallet. <0>Add Wallet."], - "4EN5JL": ["Your Persona has been successfully created."], - "4FvVUv": ["Reset Wallet"], - "4HavhE": ["Powered by <0>Mask Network"], - "4WMvNK": ["This Chain ID is currently used by the ", ["0"], " network."], - "4na5mr": ["This message contains a invalid EIP-4361 message. It is better to reject this request."], - "4ojMOt": ["Please enter your backup password."], - "4zgT9K": ["Connect Mask Network Account using your wallet."], - "50QwC8": ["value"], - "51rAFB": ["Please copy the following text and image (if there is one) and publish it."], - "5Cowlg": ["Backup is saved to Mask Cloud Service."], - "5Dz44N": ["Set Payment Password"], - "5E57TU": ["Max priority fee is too low for network conditions"], - "5HVoyc": ["Transaction Details"], - "5O5enn": ["Enter Payment Password"], - "5Sa1Ss": ["E-mail"], - "5YfW3S": ["Add an encrypted comment..."], - "5e22kj": ["Email verification code"], - "5hFImX": ["Deploy Contract"], - "5i1JPS": ["Never share 12-word secret mnemonic with anyone!"], - "5o2pdQ": ["Create Persona"], - "5s6EhU": [ - [ - "count", - "plural", - { - "one": ["You have recovered **", "#", " Wallet 🚀**"], - "other": ["You have recovered **", "#", " Wallets 🚀**"] - } - ] - ], - "5sIdhw": ["Share with"], - "66J/I3": ["Transaction Fee"], - "678PKt": ["Network Name"], - "68FuwU": ["URLs require the appropriate HTTPS prefix."], - "68m9Nl": ["Add new address to an existing group"], - "6DvbLh": ["Please install your metamask wallet and set up your first wallet."], - "6HT670": ["Function: ", ["0"]], - "6IHgRq": ["Backup to the Cloud"], - "6RDwJM": ["Tokens"], - "6Uau97": ["Skip"], - "6V3Ea3": ["Copied"], - "6XyieG": ["wallet"], - "6YtxFj": ["Name"], - "6c6xyD": ["accounts"], - "6e4Q8h": ["Get permission failed"], - "6foA8n": ["Are you sure?"], - "6gRgw8": ["Retry"], - "7+2e01": ["Network removed."], - "76gPWk": ["Got it"], - "7Bj3x9": ["Failed"], - "7QptC5": ["Auto-lock Time"], - "7R2WG+": ["Decrypted by Mask Network"], - "7Ry254": ["Backup to Mask Cloud Service"], - "7VpPHA": ["Confirm"], - "7qUM2b": ["Open Mask Wallet"], - "7s5tLo": ["Allow this site to switch the network?"], - "7w1rTm": ["The download link is expired"], - "7yziEn": ["This request has been expired."], - "82+n6o": ["Quote Route"], - "8BsgdX": ["Failed to get permissions"], - "8Dh77Z": ["NFTs"], - "8RF/Sx": ["Added successfully"], - "8Tg/JR": ["Custom"], - "8WLjqx": ["Never share the 12-word secret mnemonic words with anyone!"], - "8ZsakT": ["Password"], - "8djViz": ["Step ", ["step"], "/", ["step"]], - "8rElAH": ["Image copied!"], - "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], - "9KKhJV": ["Signing ..."], - "9VcshJ": ["Enable auto paste"], - "9Y1kXO": ["Payment password stored locally and you could try as many as you want to unlock your wallet."], - "9cDpsw": ["Permissions"], - "9cSIbb": ["Click on <0/> at the top-right of your browser."], - "9d/Qe4": ["Service Agreement"], - "9hg9mc": ["Downloading"], - "9hzYBR": ["Failed to download and merge the backup: ", ["0"]], - "9iZ9fH": ["Invalid email address format."], - "9kIgHE": [ - "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." - ], - "9lqqpY": ["Invalid email address."], - "9sjcnZ": ["Disconnected."], - "9w2hgY": ["Paste manually"], - "A6JChW": ["The transaction was complete and has been recorded on blockchain at ", ["0"]], - "A9tojF": ["Incorrect password"], - "AKLbfQ": ["Restore Database"], - "AMJWWT": ["Likely in < ", ["estimateSecond"], " seconds"], - "ANYjcp": [["shareWithNum", "plural", { "one": ["1 friend"], "other": ["#", " friends"] }]], - "ANk/Zy": ["Incorrect Backup Password"], - "ASNDad": ["Hide ", ["name"]], - "AUYALh": ["Coming soon"], - "AV+9wg": ["Re-enter"], - "Appw6V": ["No NFTs found."], - "Aq+O0x": ["status"], - "AsN7HV": ["The phone number is incorrect."], - "AuvDq6": ["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"], - "AwQpq/": ["Click on the down-arrow to see the private key."], - "AyLiVq": ["Scan QR code to receive payment"], - "B6C0XJ": ["No Data"], - "BQHQ9v": ["No websites connected to this wallet"], - "BUXiPs": ["This Chain ID is currently used by the ", ["0"], " network. "], - "BXixGM": ["Use Persona to encrypt and decrypt social media posts & messages."], - "BaU+dx": ["Connect your social platform accounts."], - "BakBNJ": ["Invalid phone number, please check and try again."], - "BiGQfG": ["Transaction Hash"], - "BkN2qg": ["<0>Service Agreement and <1>Privacy Policy"], - "ByPj1d": ["Request ID"], - "C0JhYS": ["Change Network"], - "C2/uLW": [ - "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." - ], - "CEk7Nc": ["At least 6 characters"], - "CFPbpH": ["The new passwords don't match"], - "CK1KXz": ["Max"], - "CMHmbm": ["Slippage"], - "CWsYB3": ["Welcome Back"], - "CXHRbe": ["Wallet request timed out"], - "CZSWya": ["NFTs added"], - "CZmSbe": ["Request is valid not before"], - "CiU2m/": ["Generating your "], - "Citz6F": ["Exchange"], - "CtByM7": ["Connect Wallet"], - "Cz6Lx7": ["Encryption Method"], - "D79cZK": ["Instant"], - "DC3sw8": ["Two entered passwords are different."], - "DHhJ7s": ["Previous"], - "DPfwMq": ["Done"], - "DdUFp+": ["The transaction was confirmed at ", ["0"]], - "DnmyoA": ["Priority fee should be greater than 0."], - "DoQ5Lj": ["RPC URL"], - "Dpe+e3": [ - "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." - ], - "Du6bPw": ["Address"], - "DuIDTw": ["To verify your X account and record it on the NextID, please send this post for the verification."], - "Dz56Ua": ["Encrypt"], - "E6YUtc": ["Merge to Browser"], - "E7prOW": [ - "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." - ], - "EBC6hj": ["Local Backup"], - "EGWr+Q": ["Web3 Profile Card"], - "EGa93e": ["Are you sure to overwrite the backups stored on Mask Cloud Service?"], - "ENIvoT": ["Please set up the amount of time before we automatically lock your wallet."], - "ERYJcj": [ - "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." - ], - "EYwKb0": ["Gas Price (GWEI)"], - "Ea4oxV": ["Follow System"], - "EbE80y": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." - ], - "Eda+dy": [ - "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ", - ["encrypted"], - " to send your first encrypted tweet." - ], - "EoKe5U": ["Domain"], - "EsKgLS": ["Click here to have a quick start."], - "Ev2r9A": ["No results"], - "EwiD7E": ["Confirm Payment Password"], - "F7U8uz": ["Creating your **wallet**"], - "F8Wc3I": ["Drag & Drop your file here"], - "FAKSZG": ["Add google Drive"], - "FKrzPv": [["count", "plural", { "one": ["#", " Wallet 🚀"], "other": ["#", " Wallets 🚀"] }]], - "FP6WjU": ["You have backed up your data."], - "FfJy7A": ["Manage Network"], - "FgAxTj": ["Log out"], - "FiYmUY": ["No associated accounts"], - "FnQek5": [ - "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." - ], - "Fs/bd5": ["Invalid Block Explorer URL."], - "G4NrhP": ["Persona created."], - "GAvnvl": ["Payment Password"], - "GEL05h": ["WalletConnect"], - "GExRUL": ["Backup password"], - "GS+Mus": ["Export"], - "GS0ldX": ["Unsupported network type"], - "GWCG6Y": ["Copy image"], - "GaH2JF": ["Suggest to send transactions and sign messages"], - "GtJJAj": ["Add Wallet"], - "Gw91G1": ["This request should only be sign in the future."], - "H8rw2f": ["(the name is set by the web site)"], - "HGTZAO": ["Step 2/2"], - "HIq3th": ["Cannot switch to a unknown network."], - "HKH+W+": ["Data"], - "HVRhUV": ["By proceeding you agree to the"], - "HpK/8d": ["Reload"], - "HqiAyF": ["Gwei"], - "HsoakN": ["masknetwork"], - "HvDfH/": ["Imported"], - "Hy4Q80": [ - "The network with chain ID ", - ["formChainId"], - " may use a different currency symbol (", - ["1"], - ") than the one you have entered. Please check." - ], - "I4caYo": ["Invalid verification code."], - "I5kL4f": ["Activity Log"], - "IBAx3U": ["Kept safely"], - "IIVS5Z": ["Set a New Management Account"], - "ITBQO3": ["Max priority fee must be greater than 0 GWEI"], - "IUG86v": ["The Persona is connected to the account @$", ["0"], "."], - "IX1M/E": ["Floor price"], - "IXbRbM": ["Choose another wallet"], - "ImhKg5": ["Could not fetch chain ID. Is your RPC URL correct?"], - "J24FyN": ["Bridge"], - "J2eKUI": ["File"], - "JA8K9s": ["Unpacking"], - "JGds+N": ["Lack of number, letter or special character."], - "JXJlYD": ["Set Your Persona Name"], - "JfI60y": ["Incorrect Payment Password."], - "Jg5pf7": ["Current base fee is ", ["0"], " Gwei"], - "JlFcis": ["Send"], - "JlIzk8": ["Browser File"], - "Js4Nk0": [ - [ - "0", - "select", - { - "finding_post_key": [ - "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." - ], - "finding_person_public_key": ["Mask is looking for the public key of the author..."], - "other": ["Mask is decrypting..."] - } - ] - ], - "JwzZmt": ["to <0>", ["toAddress"], ""], - "K5a6t1": ["Persona already exists."], - "K8jCIB": ["Data backed up successfully!"], - "KFwID2": ["Restore Failed"], - "KGHnSc": ["Lock Wallet"], - "KMgp2+": [["0"], " available"], - "KisOjk": ["Restore or Login"], - "Kj4oEm": ["Generate a new persona"], - "Kl9gHp": ["Wallet Group #", ["0"]], - "KmQ25M": ["Max priority fee is too high for network conditions."], - "KnidLU": ["Not Connected"], - "KtMMzG": ["Wallet disconnected"], - "L+bpwv": ["Please set up backup password to export private key."], - "L82H5Z": ["Creating your **identity**"], - "L96aan": ["View full transaction details"], - "LJkXYZ": ["Create New Mask Identity"], - "LP+1Z7": ["Add Network"], - "LSwUJb": ["Select Liquidity"], - "LU3p9s": [ - "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." - ], - "LWJCIn": ["Connected sites"], - "LcET2C": ["Privacy Policy"], - "LcZh+r": ["Unsupported data backup"], - "LkYKvc": ["Please select the correct words in the correct order."], - "LqWHk1": ["Hide ", ["0"]], - "Lt0Hf0": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @realMaskNetwork to explore Web3." - ], - "Lx4CpL": ["Wallet name must between 3 to 18 characters."], - "M0FgOk": ["Add Contact"], - "M1ts1r": ["View your address"], - "M24E85": ["This address is a contract address."], - "M4g1UJ": ["Contract Interaction"], - "MC00Lm": ["Scan QR code with WalletConnect-compatible wallet"], - "MOHcKb": ["Enter a max priority fee"], - "MR/0Va": ["All Mask Network users"], - "MRIXE3": ["Encrypting your"], - "MTqQMG": ["Not set"], - "MXOdMY": ["Overwrite Backup"], - "MpnSqP": [["0"], " Pending"], - "MyjAbr": ["Resend"], - "N/fqDa": ["Ens or Address(0x)"], - "N19nSk": ["Your Persona is on"], - "N40H+G": ["All"], - "NOi+Fr": ["This QR includes your identity, please keep it safely."], - "NU5uaG": ["Mobile number"], - "NWqhru": ["Reselect"], - "NaZTE7": ["Incorrect Mnemonic Words."], - "NkgvWN": ["Logout failed"], - "NloaHG": ["Backup Password"], - "Ns5WaC": ["No backups found"], - "Nu4oKW": ["Description"], - "NzlE6O": ["By granting permission, you are allowing the following <0/> contract to access your NFTs."], - "Nzm8dm": ["Example: Alice"], - "Nzwli2": ["Base"], - "O3oNi5": ["Email"], - "O8PsYe": ["Add the file to Chrome's database"], - "OCJdad": ["<0>To: <1>", ["to"], ""], - "OLUEnY": ["when you click Add Google Drive button,you will be forwarded to Google authorization pages."], - "OLY2Jk": ["Gas Price"], - "OR475H": ["Network"], - "OgPkDe": ["Currency Symbol (Optional)"], - "OhgYJS": ["Basic setting"], - "OkofjH": ["Recover"], - "On0aF2": ["Website"], - "OuUyzz": ["No contacts stored locally, you can try searching."], - "OzSOpz": ["Create a Privy wallet using an X account"], - "P9wzG/": ["Recovery"], - "PDW/HG": ["Your Persona is on **ready 🚀**"], - "PGdbc0": [ - "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." - ], - "PHM7OA": ["Supported Sites"], - "PI/VCJ": ["Select the wallet(s) to use on this site. You should not connect to website you don't trust."], - "PRkIUI": ["Gas Fee"], - "PTXNyo": ["Waiting for ", ["providerType"]], - "PZmnB2": ["Phone verification code"], - "PeT3a5": ["You have successfully restored the backup from Google Drive to your browser."], - "PjBWOL": ["Create your persona to get started"], - "PsQmAw": ["Everyone"], - "Pt3n39": ["No back up"], - "Q2lUR2": ["Currency"], - "Q68Nuc": [ - "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." - ], - "QHZRmq": ["Sites"], - "QHcLEN": ["Connected"], - "QQPCqQ": ["Backup Wallet"], - "QTomF0": ["Merge to local"], - "QU9aqK": ["You have signed with your wallet."], - "QWxok/": ["Connect with Mask Wallet"], - "QXDgyQ": [ - "Please write down the following words in correct order. Keep it safe and do not share with anyone!" - ], - "Qbo7Ev": ["Write down mnemonic words"], - "QcVZFH": ["Step ", ["step"], "/", ["totalSteps"]], - "QrHM/A": ["Backup downloaded and merged to local successfully."], - "QypSt2": ["Update X.com Permissions"], - "R2K7XH": ["Account successfully connected to persona"], - "RCBmDP": ["Follow @masknetwork to explore Web3."], - "RH8jSA": ["Merge data to local database"], - "RL5m+x": ["Generating your **accounts**"], - "ROsDRH": ["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"], - "RRw7LE": ["Identity ID"], - "RWoEqV": ["Failed to transfer token: ", ["message"]], - "RZOA0N": ["Find Mask Network in the extension list and click the <0/> button."], - "RiQQyz": ["This allows the third party to spend ", ["value"], " ", ["0"], " from your current balance."], - "RjF5dk": ["Select the contents of the backup"], - "S0CsaV": ["Create a New Wallet"], - "S2JNMm": ["Your file has been successfully restore into the browser data."], - "S33tz3": ["Not connected"], - "SGVkVp": ["Two entered passwords are not the same."], - "SLEDBF": ["Failed to add the wallet, please try again."], - "SYGo/R": ["Import Wallet"], - "ShHV7X": ["Cloud Backup"], - "Sjplg3": ["View on Explorer"], - "SlSY7M": ["Verification code has been sent to your phone."], - "Sp/me1": ["data"], - "Sp69uH": ["The web site can"], - "T0W3Z8": ["Insufficient funds for gas."], - "TA4fAr": ["The wallet name already exists."], - "TP9/K5": ["Token"], - "TZ0npN": ["ready 🚀"], - "TnHNX9": ["Update permission for X.com"], - "ToePai": ["Spend limit requested by"], - "TpqeIh": ["Error: ", ["0"]], - "Tuc34V": ["Confirm Bridge"], - "Tx/jsw": ["Do you need to paste encrypted content manually?"], - "Tz0i8g": ["Settings"], - "UBzbea": ["Recover your wallet"], - "UDKbPj": ["Your file has been successfully merged into the browser data."], - "UaXeX3": ["Okay"], - "UbRKMZ": ["Pending"], - "UjRxho": ["Persona Recovery Phrase"], - "UlBz4M": ["Keep your transactions and assets safe with Mask Wallet."], - "Usynqd": ["Gas price is too low and will cause the transaction fail"], - "Ut40oe": [ - "The Mask Network Cloud Backup feature will be deactivated on Jun 30, 2025. Please use alternative cloud backup services or local backup solutions." - ], - "UtKGok": ["Backup Persona"], - "V+1pjj": ["Back Up Your Data Your Way"], - "V8x6o5": ["You have recovered "], - "VAOn4r": ["Unlock"], - "VECuJk": ["Wallet Account"], - "VP4HYe": ["Next.ID"], - "VcPDSd": ["Unsupported key store data"], - "VdhBp2": ["The chainID is not equal to the currently connected one."], - "VdkQUC": ["Please sign up or login ", ["siteName"], " to connect Mask Network."], - "Vj7ma7": ["Support mnemonic phrase, private key or keystore file."], - "VlpdUm": ["Use NFT"], - "VsHxv+": ["Copy text"], - "VzQ7uf": ["Unknown EIP-4361 message version."], - "VzQOL2": [ - "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." - ], - "W0uonA": ["This QR includes your mnemonic words, please keep it safely."], - "W7e3zN": ["Are you sure to remove the connected wallet <0>", ["0"], "?"], - "WC7pDz": ["Your Persona is on "], - "WLMjwL": ["Confirm to hide ", ["0"], "? You can redisplay it by re-adding this token at any time."], - "WWPi4P": ["Incorrect wallet address."], - "WY8amq": ["Invalid number"], - "Weq9zb": ["General"], - "WgawP2": ["Creating your"], - "WmXCMa": ["Switch other account"], - "Wqoa0p": ["Connect Persona"], - "Wvnsx1": ["Auto-lock"], - "X200Sr": ["Forgot payment password?"], - "X6ujRd": ["Be aware, check the token before adding it."], - "X8w6bW": ["Enter Max spend limit"], - "XB3tfc": ["Encrypting your **data**"], - "XC7RGa": ["Recover your data"], - "XDtQ7t": ["Display the following address on your Web3 profile page and use it to receive tips."], - "XGRJzS": ["Open in a new tab"], - "XQDdOC": ["No friends are stored locally, please try search one."], - "XUKicg": ["Step 1/2"], - "XYLcNv": ["Support"], - "XZ/B+f": ["Don't see your NFT?"], - "XjDSdO": ["Old Payment Password"], - "Xprzee": ["Enter a gas price"], - "Y7N0Sj": ["View your account balance and history"], - "YKSmxE": [ - "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." - ], - "YdCB5X": ["Copy private key"], - "YirHq7": ["Feedback"], - "YnqCPK": ["Verify Account"], - "Z16qyu": ["Persona Name"], - "Z3+V9p": ["Restore backup failed."], - "Z3S6Dx": ["Step 1/3"], - "Z7ZXbT": ["Approve"], - "Z8+FzC": ["Connecting your ", ["providerType"], " wallet"], - "ZAVklK": ["Or"], - "ZHsD28": ["Enable the plugin"], - "ZIsLZh": ["Size limit: 10 MB"], - "ZSgQgC": ["Max fee is too low for network conditions."], - "ZTXjJ3": ["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."], - "ZsjtYe": ["Failed to set Avatar."], - "a1SmQh": ["Select Wallet"], - "a23gJr": ["Incorrect backup password."], - "a5t/N3": ["Spend more transaction fees to cancel the previous transaction."], - "aAIQg2": ["Appearance"], - "aF8kci": ["Creation Completed"], - "aFht5e": ["Connected ", ["0"], " with ", ["walletName"], "."], - "aTzTyw": ["Add Assets"], - "acK3j2": ["Input your Private Key"], - "agPptk": ["Medium"], - "ai3VNq": ["Connected Wallet"], - "awW7ak": ["Remove Wallet"], - "b5d759": ["identity"], - "bIpwjD": ["My Wallets"], - "bapItf": ["Incorrect Backup Password."], - "bassMa": ["Incorrect cloud backup password, please try again."], - "bdIrOO": ["Verification code has been sent to your email. Please check your mailbox."], - "bfNmSO": ["Set payment password successfully."], - "bnfo6T": ["Sent verification post successfully."], - "c+Fnce": ["Sign"], - "c2MkCo": ["Payment password must be 6 to 20 characters."], - "cD0wgO": [ - "Do you want to remove the verified association between the X account @<0>", - ["0"], - " and ", - ["1"], - "?" - ], - "cEnmTp": ["Creating your "], - "cJv4Ca": ["Connecting operation cancelled in third-party wallet."], - "cQYjZe": [ - "To verify your X account and record it on the NextID, you will need to send a post for the verification." - ], - "cVit2/": ["Please set the backup password to back up"], - "cYaSAw": ["Wallet name is connected to these sites, they can view your account address."], - "cbzSv5": ["Max fee should be greater than base fee of ", ["0"], " Gwei."], - "cm4E8+": ["Experience in X"], - "cmNbUB": ["Not found your ", ["providerType"], " wallet"], - "cnGeoo": ["Delete"], - "crVIc7": ["Locale Backup"], - "dAMTl9": ["This RPC URL is currently used by the ", ["0"], " network"], - "dCvyk/": ["Change another account and try again."], - "dEgA5A": ["Cancel"], - "dMsM20": ["Mobile"], - "dajsth": ["Incorrect Keystore Password."], - "dyqtoj": ["You have recovered"], - "e0E1XI": ["Max Fee (GWEI)"], - "e3I0CA": ["Failed to restore the backup: ", ["0"]], - "e4yrZ/": ["Token Address"], - "eE0JZ4": ["Version"], - "ePK91l": ["Edit"], - "eWczg7": ["Just Me"], - "eaLSW8": ["Persona name must between 1 to 24 characters."], - "ejVYRQ": ["From"], - "etATpN": ["Failed to login: ", ["0"]], - "exaugT": ["Follow @realMaskNetwork to explore Web3."], - "ezYNcH": ["Pin Mask Network to the toolbar for easier access:"], - "f5AidZ": ["Write down recovery phrase"], - "fDP2k4": ["Change Payment Password"], - "fFGPy6": ["Or create a new wallet group"], - "fFYJ8f": ["Welcome to use Mask Network"], - "fRQP7E": ["<0>Granted to <1>", ["0"], ""], - "fRUjl7": ["Please switch to <0>@", ["expectAccount"], " to continue the account verification progress."], - "fUn3xA": ["Generate a new wallet address"], - "fc4PdK": [ - "The RPC URL you have entered returned a different chain ID (", - ["rpcChainId"], - "). Please update the Chain ID to match the RPC URL of the network you are trying to add." - ], - "fj5byd": ["N/A"], - "fsBGk0": ["Balance"], - "fsUPaG": ["Congratulations"], - "fvRGyC": ["Trying exploring more features powered by Mask Network."], - "fza4cg": ["Import Wallets"], - "g/1WbH": ["from <0>", ["fromAddress"], ""], - "gC2WI+": ["Persona"], - "gHM62X": ["Payment password changed."], - "gT+8Dk": ["Confirm to hide ", ["name"], "? You can redisplay it by re-adding this NFT at any time."], - "gVfVfe": ["Contacts"], - "gdnEab": ["Incorrect recovery phrase."], - "ggYcg+": ["Verification code sent"], - "gla9Gg": ["Save failed"], - "gnSRSG": ["Hiding Scam Transactions"], - "gp6A8z": ["Authorization Failed"], - "h3Vpnw": ["The code is incorrect."], - "h3bIHg": ["Disconnect Social Account?"], - "h53LoU": ["Social Account"], - "h7+V7K": ["Backup & Recovery"], - "hEpXzO": ["Welcome to Mask Network"], - "hG89Ed": ["Image"], - "hHLRGW": ["Hide tokens with value less than $1"], - "hUF4dG": ["Backup password set successfully"], - "hXzOVo": ["Next"], - "hYgDIe": ["Create"], - "he3ygx": ["Copy"], - "hehnjM": ["Amount"], - "iH8itU": ["Connect your wallet"], - "iH8pgl": ["Back"], - "iJLEZF": ["Show me how"], - "iSLIjg": ["Connect"], - "iTiwqa": ["Asset is hidden."], - "iZLoa2": ["eg: X accounts, persona public keys, wallet addresses or ENS"], - "idD8Ev": ["Saved"], - "imDvP9": ["Gas limit must be smaller than ", ["maxGas"], "."], - "iuCSJl": ["This wallet is connected to current persona ", ["0"], "."], - "j4TRxD": ["Select Address"], - "jEDiuG": ["Network added"], - "jICk7g": ["There was a network or RPC provider error, please try again later!"], - "jIWgmE": ["Entered passwords are inconsistent."], - "jK7nvW": ["Failed to disconnect wallet"], - "jRfanQ": ["Gas Used (Units)"], - "jZQU+o": ["Originally posted by ", ["0"]], - "jaH9PD": ["Hi friends, I just created ", ["token"], " Lucky Drop. Download Mask.io to claim."], - "jas0vv": ["Disconnect all accounts"], - "jbc0gF": ["Create Password"], - "jhoAzY": ["Mask Network Cloud"], - "jtExaD": ["Not supported yet."], - "jygqM9": ["Loading account information..."], - "k/sb6z": ["Select language"], - "k0USDt": ["Account connected.<0/><1/>Try to explore more features powered by Mask Network."], - "k57+C7": [["walletLength", "plural", { "one": ["#", " Wallet"], "other": ["#", " Wallets"] }]], - "k7u9V5": ["Incorrect words selected. Please try again!"], - "kC3Q3d": ["Login to Mask Cloud"], - "kbfp5m": ["Visible To"], - "kdW3qS": ["Nonce"], - "kf/5Ap": ["Explore multi-chain dApps."], - "kr2cTE": [ - "<0>", - ["websiteCount"], - " ", - ["websiteCount", "plural", { "one": ["Website"], "other": ["Websites"] }] - ], - "ks5OGD": ["Contract"], - "l/UFPv": ["Properties"], - "l3s5ri": ["Import"], - "lCF0wC": ["Refresh"], - "lCHQzJ": ["This address may be a scam address."], - "lDgVWA": ["Receive"], - "lET9my": ["Mask needs the following permissions"], - "lKldOY": ["12-word recovery phrase is used to recover your persona data."], - "lPJwNU": ["Persona: ", ["personaName"]], - "lPsa94": ["Merge Completed"], - "lU6uRb": [ - "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." - ], - "lWOC+h": ["Mask Network requires you to authorize the following websites before using it."], - "llLBQ1": ["a token"], - "loCUuu": ["Keystore"], - "lvL4x0": ["Follow @masknetwork for Web3 updates and insights."], - "m16xKo": ["Add"], - "m2OZMI": ["Max fee cannot be lower than max priority fee"], - "m3XvO+": ["Imported Wallets"], - "m3cvPZ": ["Payment password set."], - "m74yjp": ["Welcome to Mask Cloud Services"], - "mCB6Je": ["Select All"], - "mErq7F": ["Sign Up"], - "mGHHf5": [ - "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." - ], - "mPxxVq": ["Enter a gas limit"], - "mQpWAe": ["Edit Contact"], - "mc68kY": ["New Payment Password"], - "mrAv9J": ["Failed to save network"], - "mzI/c+": ["Download"], - "n42fmQ": ["Enter a max fee"], - "nE/lLr": ["Just Selected Contacts"], - "nGl2Ng": ["Restore Completed"], - "nKLBYz": [ - "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" - ], - "nMkx7r": [["0", "plural", { "one": ["#", " Hour"], "other": ["#", " Hours"] }]], - "nOCyT5": ["Show tokens with value less than $1"], - "nOhz3x": ["Logout"], - "nTFx7o": ["Avatar set successfully"], - "nTWWCZ": ["Low"], - "nTif4K": ["Select and Connect to your wallet"], - "nUWEsV": ["Max fee is higher than necessary"], - "nUeoRs": ["Signing Message (Text)"], - "nVT2pJ": ["realMaskNetwork"], - "ndRqFD": ["Chain ID"], - "ngWO+e": ["No local key"], - "npsHM5": ["Back Up to Google Drive"], - "nqagQ8": ["Signing Message (Raw)"], - "nvAt0H": ["Resource"], - "o+XJ9D": ["Change"], - "o+zDNQ": ["The mnemonic word has been copied, please keep it in a safe place."], - "o4Iu2W": ["Logout successfully"], - "oCBTyI": ["This will overwrite the existing cloud backup with the local data, this cannot be undo."], - "oDSXfc": ["New password cannot be the same as your current password."], - "oIsL5E": ["Chain ID: ", ["0"]], - "oOQfsI": ["Current account is not the verifying account."], - "oX+QCa": ["<0>Powered by<1>Mask Network"], - "oYkran": [ - "The Mask Network Cloud Backup feature will be deactivated on April 30, 2025. Please use alternative cloud backup services or local backup solutions." - ], - "oYzol6": ["an NFT"], - "oZw0Iw": ["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"], - "oe5xh9": ["Decrypt failed, please check password"], - "ohUJJM": ["Plugins"], - "osXsDn": ["Import NFT"], - "ou+PEI": ["Profile Photo"], - "p2/GCq": ["Confirm Password"], - "p2xE4C": ["Overwrite current backup"], - "p8Aea2": ["The persona name already exists."], - "pGElS5": ["Mnemonic"], - "pHqZUU": ["You used <0>", ["0"], " for the last cloud backup."], - "pbYUPI": ["Text copied!"], - "pi+hn/": ["Ethereum ", ["HD_PATH_WITHOUT_INDEX_ETHEREUM"]], - "pjrgRd": ["Incorrect Private Key"], - "pkyWdU": ["Keystore password"], - "ps1+DX": ["Set your persona name with maximum length of 24 characters"], - "pu3rTn": ["GWEI"], - "puUEU3": ["Change Backup Password"], - "put3ex": ["Request is valid not after"], - "pv5v6j": ["About Permit"], - "pvnfJD": ["Dark"], - "py6hU8": ["Signature Request"], - "q5+UWM": ["Contact edited."], - "qAbGIK": ["Issued at"], - "qDIxZ+": ["Failed to restore the backup from Google Drive to your browser. Please try again."], - "qT8oOt": ["Persona required."], - "qYuscr": ["Max Priority Fee"], - "qZ6p7p": ["Backup on ", ["0"]], - "qcqdIh": ["You need to open the dApp to view the specific content."], - "qqWcBV": ["Completed"], - "r92tNP": ["Failed to authorize Google Drive. Please try again."], - "rAcOY1": [ - "Data merged from Mask Cloud Service to local successfully. Re-enter your password to encrypt and upload the new backup to Mask Cloud Service." - ], - "rG3WVm": ["Select"], - "rLgPvm": ["Backup"], - "rQQGN1": ["Max priority fee is higher than necessary. You may pay more than needed."], - "rWE7Lq": ["Contact deleted."], - "rYFSec": ["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."], - "raCUEa": ["By granting permission, you are allowing the following <0/> contract to access your funds"], - "rkMKQ0": [ - "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." - ], - "rm0yu/": ["About ", ["collectionName"]], - "rrvbCi": ["Network error or execute smart contract failed."], - "s8I4Nn": [ - "Please note: This Persona ", - ["0"], - " is the management account of above listed SmartPay ", - ["1", "plural", { "one": ["wallet"], "other": ["wallets"] }], - ". You cannot use SmartPay wallet to interact with blockchain after logging out persona." - ], - "sQJ3RN": ["Max priority fee is too low for network conditions."], - "sQTDWu": ["Allow us to collect your usage information to help us improve Mask."], - "shPV5O": ["Local persona or wallet only"], - "siroPf": ["Mask Network"], - "smUkx/": ["Current Management Account"], - "t+A5fr": ["Gas price should be greater than 0"], - "t/YqKh": ["Remove"], - "t2prdI": ["No search results"], - "t3rUZr": ["Sign-in Request"], - "tCAZi9": ["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."], - "tIW5Jt": ["No matched tokens"], - "tOMnvw": [ - "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." - ], - "tPeNU7": ["This network name already exists"], - "tXkhj/": ["Start"], - "tbOs8j": ["Confirm Swap"], - "tcHpvG": ["Change Owner"], - "tdZPpe": ["Generating your"], - "tfDRzk": ["Save"], - "thX7xs": [ - "The network with chain ID ", - ["formChainId"], - " may use a different currency symbol (", - ["0"], - ") than the one you have entered. Please check." - ], - "tiX/tO": ["Address: <0>", ["address"], ""], - "tj48De": ["Connect Social Account"], - "u2OWVJ": ["Disconnect failed."], - "u8AUxz": ["Follow @", ["officialAccount"], " for Web3 updates and insights."], - "uJQLj9": ["Connect and switch between your wallets."], - "uM6jnS": ["Restore failed"], - "uSMfoN": ["Verify"], - "uip9JY": ["I wrote down those words in the correct order"], - "uv94aG": ["Added by user"], - "uyJsf6": ["About"], - "v7OL2k": ["Your Wallet is on "], - "vH2C/2": ["Swap"], - "vVEene": ["View your Tokens and NFTs"], - "vXIe7J": ["Language"], - "vXygio": ["Not enough data to present."], - "vel6Z1": ["Request Source"], - "vhqFTT": ["Can't find a valid user address data source."], - "w0e0yw": ["Gas limit must be at least ", ["0"]], - "w1ctdJ": ["Encrypted Post"], - "w9Xmw/": ["Google Drive"], - "wCtp6y": ["Your Wallet is on **ready 🚀**"], - "wNecg9": ["Multiple transaction requests ", ["0"], " / ", ["1"]], - "wNxsb2": ["Reject ", ["totalMessages"], " Transactions"], - "wUlAUI": ["<0>@", ["currentUserId"], " connected already."], - "wqppGn": ["Permissions List"], - "wvJOId": ["This ENS does not exist or not be resolved."], - "wxfXhJ": ["Scam tx"], - "x0PhCN": ["Disconnected successfully."], - "xDAtGP": ["Message"], - "xEQZ4z": ["Use text encryption"], - "xFCCR4": ["Please enter the correct mnemonic words, private key, or upload the correct keystore file."], - "xGVfLh": ["Continue"], - "xH6cn+": ["Choose Token"], - "xPSvu3": ["<0>", ["websiteCount"], " ", ["0", "plural", { "one": ["Website"], "other": ["Websites"] }]], - "xeiujy": ["Text"], - "xmk880": [ - "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0>Global Backup " - ], - "xoKE3v": ["Disable Permit"], - "xopjBL": ["Please use your frequently used email or phone number for backup."], - "xsKkWN": ["Failed to get permission"], - "xupcu9": ["Speed Up"], - "y49awp": ["Set NFT Photo"], - "y5aRAa": ["Please enter cloud backup password to download file."], - "y62Dys": ["Network fee"], - "y6VCOb": [["0"], " Mins"], - "yC/GKd": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." - ], - "yD15Uj": ["Are you sure to remove this wallet?"], - "yFpcbN": ["This request may be a phishing attach. I understand this and want to continue."], - "yFrxQj": ["Mnemonic word"], - "yGyJ1l": [ - "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." - ], - "yKu/3Y": ["Restore"], - "yNu9vD": ["The wallet address already exists."], - "yQE2r9": ["Loading"], - "yRuvmU": ["The mnemonic words has been copied, please keep it in a safe place."], - "yVnV6H": ["Please write down or copy these words and save them in a secure place."], - "yZhedI": ["Gas fee settings"], - "yik0Qu": ["Private Key"], - "ylXk9u": ["Encrypt the message in an image"], - "yx/fMc": ["High"], - "yx3mb0": [ - [ - "decryptProgress", - "select", - { - "finding_post_key": [ - "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." - ], - "finding_person_public_key": ["Mask is looking for the public key of the author..."], - "other": ["Mask is decrypting..."] - } - ] - ], - "yz7wBu": ["Close"], - "yzF66j": ["Link"], - "z9HeHt": ["Create a Privy Wallet"], - "zBUJYA": ["The approval for this contract will be revoked in case of the amount is 0."], - "zPar3e": ["Collectible"], - "zga9sT": ["OK"], - "zkEW09": [ - "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" - ], - "zp7Ha3": ["Backup Failed"], - "zutir1": ["Encrypting your "], - "zwBp5t": ["Private"], - "zxrGeO": ["Gas limit must be bigger than ", ["minGas"], "."], - "zzDlyQ": ["Success"] - } -} diff --git a/packages/mask/shared-ui/locale/en-US.po b/packages/mask/shared-ui/locale/en-US.po deleted file mode 100644 index bb808f3059ce..000000000000 --- a/packages/mask/shared-ui/locale/en-US.po +++ /dev/null @@ -1,3379 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "(the name is set by the web site)" -msgstr "" - -#. placeholder {0}: millisecondsToHours(value) -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "{0, plural, one {# Hour} other {# Hours}}" -msgstr "" - -#. placeholder {0}: decryptProgress || '' -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostAwaiting.tsx -msgid "{0, select, finding_post_key {Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you.} finding_person_public_key {Mask is looking for the public key of the author...} other {Mask is decrypting...}}" -msgstr "" - -#. placeholder {0}: formatTokenBalance(tokenBalance, token?.decimals) -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "{0} available" -msgstr "" - -#. placeholder {0}: wallet?.name || 'Your wallet' -#: popups/pages/Wallet/ConnectedSites/index.tsx -msgid "{0} is connected to these sites, they can view your account address." -msgstr "" - -#. placeholder {0}: millisecondsToMinutes(value) -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "{0} Mins" -msgstr "" - -#. placeholder {0}: pendingTransactions.length -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "{0} Pending" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "{count, plural, one {# Wallet 🚀} other {# Wallets 🚀}}" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "{count, plural, one {You have recovered **# Wallet 🚀**} other {You have recovered **# Wallets 🚀**}}" -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostAwaiting.tsx -#~ msgid "{decryptProgress, select, finding_post_key {Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you.} finding_person_public_key {Mask is looking for the public key of the author...} other {Mask is decrypting...}}" -#~ msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "{shareWithNum, plural, one {1 friend} other {# friends}}" -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "{walletLength, plural, one {# Wallet} other {# Wallets}}" -msgstr "" - -#. placeholder {0}: websiteCount || 0 -#: popups/pages/Settings/index.tsx -msgid "<0>{websiteCount} {0, plural, one {Website} other {Websites}}" -msgstr "" - -#: popups/pages/Settings/index.tsx -#~ msgid "<0>{websiteCount} {websiteCount, plural, one {Website} other {Websites}}" -#~ msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "<0>@{currentUserId} connected already." -msgstr "" - -#. placeholder {0}: formatEthereumAddress(transaction.formattedTransaction.popup.spender, 4) -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "<0>Granted to <1>{0}" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." -msgstr "" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "<0>Powered by<1>Mask Network" -msgstr "" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "<0>Service Agreement and <1>Privacy Policy" -msgstr "" - -#: popups/components/TransactionPreview/index.tsx -msgid "<0>To: <1>{to}" -msgstr "" - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -msgid "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {encrypted} to send your first encrypted tweet." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "📃📃📃 Try to permanently use decentralized file storage on {sns}. Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "12-word recovery phrase is used to recover your persona data." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "a token" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "About" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "About {collectionName}" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "About Permit" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Account connected.<0/><1/>Try to explore more features powered by Mask Network." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts -msgid "Account successfully connected to persona" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "accounts" -#~ msgstr "" - -#: popups/pages/Wallet/components/WalletAssets/index.tsx -msgid "Activities" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Activity Log" -msgstr "" - -#: popups/modals/SwitchPersonaModal/index.tsx -#: popups/pages/Friends/ContactCard/index.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -msgid "Add" -msgstr "" - -#: content-script/components/InjectedComponents/CommentBox.tsx -msgid "Add an encrypted comment..." -msgstr "" - -#: popups/pages/Wallet/AddToken/index.tsx -msgid "Add Assets" -msgstr "" - -#: popups/components/AddContactInputPanel/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Add Contact" -msgstr "" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Add google Drive" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Wallet/NetworkManagement/index.tsx -msgid "Add Network" -msgstr "" - -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Add new address to an existing group" -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Add Suggested Token" -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Add the file to Chrome's database" -msgstr "" - -#: popups/pages/Wallet/components/StartUp/index.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -#: popups/pages/Wallet/CreateWallet/index.tsx -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Add Wallet" -msgstr "" - -#: popups/components/TokenPicker/TokenItem.tsx -#: popups/pages/Wallet/components/AssetsList/index.tsx -msgid "Added by user" -msgstr "" - -#: popups/pages/Friends/ContactCard/index.tsx -msgid "Added successfully" -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -msgid "Address" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "Address: <0>{address}" -msgstr "" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -msgid "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." -msgstr "" - -#: dashboard/pages/SetupPersona/Permissions/index.tsx -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Agree" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "All" -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "All Mask Network users" -msgstr "" - -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Allow this site to switch the network?" -msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Allow us to collect your usage information to help us improve Mask." -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Amount" -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "an NFT" -msgstr "" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Appearance" -msgstr "" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -#: popups/modals/UpdatePermissionModal/index.tsx -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Approve" -msgstr "" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Approve amount" -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Are you sure to overwrite the backups stored on Mask Cloud Service?" -#~ msgstr "" - -#. placeholder {0}: formatEthereumAddress(wallet.identity, 4) -#: popups/components/ConnectedWallet/index.tsx -msgid "Are you sure to remove the connected wallet <0>{0}?" -msgstr "" - -#: popups/modals/WalletRemoveModal/index.tsx -msgid "Are you sure to remove this wallet?" -msgstr "" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Are you sure?" -msgstr "" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Are your sure you want to disconnect? You may lose part of functionalities of this website." -msgstr "" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Asset is hidden." -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "Associated Accounts" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "At least 6 characters" -msgstr "" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Authorization Failed" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "Auto-lock" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "Auto-lock Time" -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Avatar set successfully" -msgstr "" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -#: popups/pages/Personas/AccountDetail/UI.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Back" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#~ msgid "Back Up to Google Drive" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Back Up Your Data Your Way" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: popups/modals/SwitchPersonaModal/index.tsx -#: popups/pages/Personas/Logout/index.tsx -msgid "Backup" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Backup & Recovery" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Backup downloaded and merged to local successfully." -#~ msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup Failed" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#~ msgid "Backup is saved to Mask Cloud Service." -#~ msgstr "" - -#. placeholder {0}: user.cloudBackupAt -#. placeholder {0}: user.localBackupAt -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Backup on {0}" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Backup password" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Local.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Backup Password" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Backup password set successfully" -msgstr "" - -#: popups/modals/PersonaSettingModal/index.tsx -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Backup Persona" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup Successful" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -msgid "Backup to Google Drive" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Backup to Mask Cloud Service" -#~ msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup to the Cloud" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx -msgid "Backup Wallet" -msgstr "" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Balance" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Base" -msgstr "" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Basic setting" -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Be aware, check the token before adding it." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Block Explorer URL" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Bridge" -msgstr "" - -#: content-script/site-adaptors/twitter.com/injection/ToolboxHint_UI.tsx -msgid "Browse the Web3 footprints of your X friends, enjoy the freedom of Web3." -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Browser File" -msgstr "" - -#: dashboard/pages/SetupPersona/Permissions/index.tsx -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy." -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "By granting permission, you are allowing the following <0/> contract to access your funds" -msgstr "" - -#: popups/components/UnlockERC721Token/index.tsx -msgid "By granting permission, you are allowing the following <0/> contract to access your NFTs." -msgstr "" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "By proceeding you agree to the" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Can't find a valid user address data source." -msgstr "" - -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/modals/ConfirmModal/index.tsx -#: dashboard/pages/SetupPersona/Permissions/index.tsx -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/DeleteContactModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/GasSettingModal/index.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Personas/PersonaSignRequest/index.tsx -#: popups/pages/RequestPermission/RequestPermission.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Wallet/Interaction/interaction.tsx -#: popups/pages/Wallet/ResetWallet/index.tsx -#: popups/pages/Wallet/SelectWallet/index.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Cancel" -msgstr "" - -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Cannot switch to a unknown network." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Chain ID" -msgstr "" - -#. placeholder {0}: currentNetwork?.chainId ?? currentChainId -#. placeholder {0}: nextNetwork?.chainId ?? nextChainId -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Chain ID: {0}" -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Change" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Change another account and try again." -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Change Backup Password" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/ChangeNetwork.tsx -msgid "Change Network" -msgstr "" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#: popups/pages/Wallet/WalletSettings/ChangeOwner.tsx -#~ msgid "Change Owner" -#~ msgstr "" - -#: popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx -#: popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx -msgid "Change Payment Password" -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Choose another wallet" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." -msgstr "" - -#: popups/modals/ChooseToken/index.tsx -msgid "Choose Token" -msgstr "" - -#: popups/pages/Wallet/components/OriginCard/index.tsx -msgid "Chrome - external extension" -msgstr "" - -#: content-script/components/InjectedComponents/PostDialogHint.tsx -msgid "Click here to have a quick start." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Click on <0/> at the top-right of your browser." -msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Click on the down-arrow to see the private key." -msgstr "" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Close" -msgstr "" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: dashboard/pages/SetupPersona/Backup/index.tsx -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Cloud Backup" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Collectible" -msgstr "" - -#: popups/components/NFTAvatarPicker/index.tsx -#~ msgid "Coming soon" -#~ msgstr "" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Completed" -msgstr "" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: dashboard/modals/ConfirmModal/index.tsx -#: popups/components/NFTAvatarPicker/index.tsx -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/modals/ConfirmModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/PersonaRenameModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/modals/ShowPrivateKeyModal/index.tsx -#: popups/modals/WalletAutoLockSettingModal/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -#: popups/pages/Wallet/Interaction/interaction.tsx -#: popups/pages/Wallet/ResetWallet/index.tsx -#: popups/pages/Wallet/SelectWallet/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -#: popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx -msgid "Confirm" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Confirm Bridge" -msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Confirm Password" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Confirm Payment Password" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Confirm Swap" -msgstr "" - -#. placeholder {0}: asset.symbol -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Confirm to hide {0}? You can redisplay it by re-adding this token at any time." -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Confirm to hide {name}? You can redisplay it by re-adding this NFT at any time." -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Congratulations" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: popups/components/ConnectedWallet/index.tsx -#: popups/components/SocialAccounts/index.tsx -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect" -msgstr "" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Connect and switch between your wallets." -msgstr "" - -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect Mask Network Account using your wallet." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Connect Persona" -msgstr "" - -#: popups/modals/ConnectSocialAccountModal/index.tsx -msgid "Connect Social Account" -msgstr "" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Connect Wallet" -msgstr "" - -#: popups/pages/Wallet/Interaction/AddChainRequest.tsx -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Connect with Mask Wallet" -msgstr "" - -#: popups/components/SocialAccounts/index.tsx -msgid "Connect your social platform accounts." -msgstr "" - -#: content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect your wallet" -msgstr "" - -#: popups/pages/Wallet/components/WalletHeader/UI.tsx -msgid "Connected" -msgstr "" - -#. placeholder {0}: currentPersona?.nickname -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Connected {0} with {walletName}." -msgstr "" - -#: popups/pages/Wallet/ConnectedSites/index.tsx -#: popups/pages/Wallet/WalletSettings/ConnectedOrigins.tsx -msgid "Connected sites" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Connected successfully." -msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Connected Wallet" -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Connecting operation cancelled in third-party wallet." -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Connecting your {providerType} wallet" -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -msgid "Contact added." -msgstr "" - -#: popups/modals/DeleteContactModal/index.tsx -msgid "Contact deleted." -msgstr "" - -#: popups/modals/EditContactModal/index.tsx -msgid "Contact edited." -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -#: popups/pages/Friends/Home/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/WalletSettings/Contacts.tsx -msgid "Contacts" -msgstr "" - -#: dashboard/components/Restore/RestoreFromMnemonic.tsx -#: dashboard/components/Restore/RestoreFromPrivateKey.tsx -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -#: dashboard/pages/SetupPersona/Recovery/Phrase.tsx -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Continue" -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -msgid "Contract" -msgstr "" - -#: popups/components/TransactionPreview/index.tsx -msgid "Contract Interaction" -msgstr "" - -#: popups/components/PrivateKeyDisplay/index.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Copied" -msgstr "" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Copy" -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Copy image" -msgstr "" - -#: popups/components/PrivateKeyDisplay/index.tsx -msgid "Copy private key" -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Copy text" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Could not fetch chain ID. Is your RPC URL correct?" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Create" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Create a New Wallet" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Create a Privy Wallet" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Create a Privy wallet using an X account" -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Create New Mask Identity" -msgstr "" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Create Password" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Personas/Home/UI.tsx -msgid "Create Persona" -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Create your persona to get started" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Creating or retrieving your wallet with Privy. Please confirm on the X authorization page." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Creating your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Creating your " -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Creating your **identity**" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Creating your **wallet**" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Creation Completed" -msgstr "" - -#: popups/modals/ChooseCurrencyModal/index.tsx -#: popups/pages/Wallet/WalletSettings/ChangeCurrency.tsx -msgid "Currency" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Currency Symbol (Optional)" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Current account is not the verifying account." -msgstr "" - -#. placeholder {0}: formatWeiToGwei(gasOptions.normal.baseFeePerGas).toFixed(2, BigNumber.ROUND_UP) -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Current base fee is {0} Gwei" -msgstr "" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#~ msgid "Current Management Account" -#~ msgstr "" - -#: popups/pages/Wallet/WalletSettings/index.tsx -#~ msgid "Current wallet (<0>{currentWallet}) is the management account of SmartPay wallet (<1>{other_wallets}).<2/>Deleting the current wallet will result in the deletion of the SmartPay wallet simultaneously." -#~ msgstr "" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -msgid "Custom" -msgstr "" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Dark" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "data" -#~ msgstr "" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Data" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Data backed up successfully!" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Data correlation" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Data merged from Mask Cloud Service to local successfully. Re-enter your password to encrypt and upload the new backup to Mask Cloud Service." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -msgid "Decrypt failed, please check password" -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. {encrypted}" -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "Decrypted by Mask Network" -msgstr "" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Delete" -msgstr "" - -#: popups/modals/DeleteContactModal/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Delete Contact" -msgstr "" - -#: popups/pages/Friends/Detail/index.tsx -msgid "Deleted successfully" -msgstr "" - -#: popups/components/TransactionPreview/index.tsx -msgid "Deploy Contract" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Description" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "Disable Permit" -msgstr "" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnect" -msgstr "" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnect all accounts" -msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnect failed." -msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnect Social Account?" -msgstr "" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Disconnect Wallet?" -msgstr "" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnected successfully." -msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnected." -msgstr "" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "Display the following address on your Web3 profile page and use it to receive tips." -msgstr "" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Do you need to paste encrypted content manually?" -msgstr "" - -#. placeholder {0}: selectedAccount?.identifier.userId -#. placeholder {1}: currentPersona.nickname -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Do you want to remove the verified association between the X account @<0>{0} and {1}?" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Domain" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Don't forget to pin Mask Network in the browser toolbar to access Web3 easily." -msgstr "" - -#: popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx -msgid "Don't see your NFT?" -msgstr "" - -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Done" -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -#: dashboard/components/GoogleDriveFileTable.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Download" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Download backup" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Local.tsx -msgid "Download Backup" -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Downloading" -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Drag & Drop your file here" -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "E-mail" -#~ msgstr "" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Edit" -msgstr "" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Edit Contact" -msgstr "" - -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "eg: X accounts, persona public keys, wallet addresses or ENS" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Email" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Email verification code" -msgstr "" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Enable auto paste" -msgstr "" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -msgid "Enable the plugin" -msgstr "" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Encrypt" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Encrypt the message in an image" -msgstr "" - -#: content-script/components/CompositionDialog/Composition.tsx -msgid "Encrypted Post" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Encrypting your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Encrypting your " -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Encrypting your **data**" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Encryption Method" -msgstr "" - -#: popups/components/AddContactInputPanel/index.tsx -msgid "Ens or Address(0x)" -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Enter a gas limit" -msgstr "" - -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Enter a gas price" -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Enter a max fee" -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Enter a max priority fee" -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "Enter Max spend limit" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx -msgid "Enter Payment Password" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Entered passwords are inconsistent." -msgstr "" - -#. placeholder {0}: rejection.message -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -msgid "Error: {0}" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Ethereum {HD_PATH_WITHOUT_INDEX_ETHEREUM}" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Everyone" -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Example: Alice" -msgstr "" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Trader/Header.tsx -msgid "Exchange" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -msgid "Experience in X" -msgstr "" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Explore multi-chain dApps." -msgstr "" - -#: popups/modals/VerifyBackupPasswordModal/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Export" -msgstr "" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Failed" -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Failed to add the wallet, please try again." -msgstr "" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Failed to authorize Google Drive. Please try again." -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostFailed.tsx -msgid "Failed to decrypt." -msgstr "" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Failed to disconnect wallet" -msgstr "" - -#. placeholder {0}: (err as Error).message -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Failed to download and merge the backup: {0}" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Failed to download and merge the backup." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#~ msgid "Failed to get permission" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Failed to get permissions" -msgstr "" - -#: dashboard/components/GoogleDriveLogin.tsx -#~ msgid "Failed to login: {0}" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "Failed to restore the backup from Google Drive to your browser. Please try again." -msgstr "" - -#. placeholder {0}: (err as Error).message -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Failed to restore the backup: {0}" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Failed to save network" -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Failed to set Avatar." -msgstr "" - -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Failed to transfer token: {message}" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "FAQ&Tutorial" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Feedback" -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "File" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Find Mask Network in the extension list and click the <0/> button." -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Floor price" -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -#~ msgid "Follow @{officialAccount} for Web3 updates and insights." -#~ msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Follow @masknetwork for Web3 updates and insights." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -msgid "Follow @masknetwork to explore Web3." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -#~ msgid "Follow @realMaskNetwork to explore Web3." -#~ msgstr "" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/modals/SelectLanguageModal/index.tsx -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Follow System" -msgstr "" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Forgot payment password?" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "From" -msgstr "" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "from <0>{fromAddress}" -msgstr "" - -#. placeholder {0}: transaction.formattedTransaction.popup.method -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Function: {0}" -msgstr "" - -#: popups/components/TransactionPreview/index.tsx -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -#: popups/modals/GasSettingModal/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Gas Fee" -msgstr "" - -#: popups/pages/Wallet/GasSetting/index.tsx -#: popups/pages/Wallet/GasSetting/index.tsx -msgid "Gas fee settings" -msgstr "" - -#: popups/pages/Wallet/GasSetting/index.tsx -msgid "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Gas Limit" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Limit (Units)" -msgstr "" - -#. placeholder {0}: String(minGasLimit) -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Gas limit must be at least {0}" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas limit must be bigger than {minGas}." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas limit must be smaller than {maxGas}." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Gas Price" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Price (GWEI)" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas price is too low and will cause the transaction fail" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas price should be greater than 0" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Used (Units)" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "General" -msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Generate a new persona" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Generate a new wallet address" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Generating your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Generating your " -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Generating your **accounts**" -msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#~ msgid "Get permission failed" -#~ msgstr "" - -#. placeholder {0}: contract?.symbol || '' -#. placeholder {0}: token?.symbol || '' -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -msgid "Give permission to access <0/> your {0}?" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/index.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/index.tsx -msgid "Google Drive" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Got it" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gwei" -msgstr "" - -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/hooks/useGasOptionsMenu.tsx -msgid "GWEI" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." -msgstr "" - -#: content-script/site-adaptors/twitter.com/injection/PostDialogHint.tsx -msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." -msgstr "" - -#: content-script/site-adaptors/twitter.com/injection/PostDialogHint.tsx -#~ msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @realMaskNetwork to explore Web3." -#~ msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Hi friends, I just created {token} Lucky Drop. Download Mask.io to claim." -msgstr "" - -#. placeholder {0}: asset.symbol -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Hide {0}" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Hide {name}" -msgstr "" - -#: popups/components/MnemonicDisplay/index.tsx -msgid "Hide mnemonic words" -msgstr "" - -#: popups/pages/Wallet/components/AssetsList/MoreBar.tsx -msgid "Hide tokens with value less than $1" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/HidingScamTx.tsx -msgid "Hiding Scam Transactions" -msgstr "" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "High" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "History" -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "I wrote down those words in the correct order" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "identity" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Identity ID" -msgstr "" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Image" -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Image copied!" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Import" -msgstr "" - -#: popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx -msgid "Import NFT" -msgstr "" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Import Wallet" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Import Wallets" -msgstr "" - -#: popups/components/WalletItem/index.tsx -msgid "Imported" -msgstr "" - -#: popups/modals/WalletGroupModal/index.tsx -msgid "Imported Wallets" -msgstr "" - -#: dashboard/hooks/useBackupFormState.ts -msgid "Incorrect Backup Password" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Incorrect backup password." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Incorrect Backup Password." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Incorrect cloud backup password, please try again." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Incorrect Keystore Password." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Incorrect Mnemonic Words." -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Incorrect password" -msgstr "" - -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Local.tsx -msgid "Incorrect Password" -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -#~ msgid "Incorrect payment password." -#~ msgstr "" - -#: popups/modals/ShowPrivateKeyModal/index.tsx -#: popups/modals/WalletRemoveModal/index.tsx -msgid "Incorrect Payment Password." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -msgid "Incorrect Private Key" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Phrase.tsx -msgid "Incorrect recovery phrase." -msgstr "" - -#: popups/hooks/useContactsContext.ts -#: popups/modals/AddContactModal/index.tsx -msgid "Incorrect wallet address." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Incorrect words selected. Please try again!" -msgstr "" - -#: dashboard/components/Restore/RestoreFromPrivateKey.tsx -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -msgid "Input your Private Key" -msgstr "" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -msgid "Instant" -msgstr "" - -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Insufficient funds for gas." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid Block Explorer URL." -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/EmailForm.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#~ msgid "Invalid email address format." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Invalid email address." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid number" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#~ msgid "Invalid phone number, please check and try again." -#~ msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid RPC URL." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Invalid verification code." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Issued at" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Just Me" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Just Selected Contacts" -msgstr "" - -#: popups/pages/Wallet/components/StartUp/index.tsx -#~ msgid "Keep your transactions and assets safe with Mask Wallet." -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Kept safely" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Keystore" -msgstr "" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -msgid "Keystore password" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Lack of number, letter or special character." -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Language" -msgstr "" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Light" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Likely in < {estimateSecond} seconds" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Link" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Load failed" -msgstr "" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: popups/pages/Friends/Home/UI.tsx -msgid "Loading" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Loading account information..." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Local Backup" -msgstr "" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#~ msgid "Local persona or wallet only" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Locale Backup" -msgstr "" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Lock Wallet" -msgstr "" - -#: popups/modals/PersonaSettingModal/index.tsx -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Personas/Logout/index.tsx -msgid "Log out" -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "Login to Mask Cloud" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "Logout" -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Logout failed" -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Logout successfully" -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Low" -msgstr "" - -#: popups/modals/ChooseNetworkModal/index.tsx -#: popups/pages/Wallet/NetworkManagement/index.tsx -msgid "Manage Network" -msgstr "" - -#: popups/modals/SupportedSitesModal/index.tsx -msgid "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." -msgstr "" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Mask needs the following permissions" -msgstr "" - -#: content-script/components/InjectedComponents/PostDialogHint.tsx -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Mask Network" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Mask Network Cloud" -msgstr "" - -#: content-script/components/InjectedComponents/PermissionBoundary.tsx -msgid "Mask Network requires you to authorize the following websites before using it." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -#~ msgid "masknetwork" -#~ msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Max" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max Fee" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Max Fee (GWEI)" -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee cannot be lower than max priority fee" -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee is higher than necessary" -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee is too low for network conditions." -msgstr "" - -#. placeholder {0}: formatWeiToGwei(miniumMaxFeePerGas).toFixed(2, BigNumber.ROUND_UP) -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max fee should be greater than base fee of {0} Gwei." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max Priority Fee" -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee is higher than necessary. You may pay more than needed." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max priority fee is too high for network conditions." -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee is too low for network conditions" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max priority fee is too low for network conditions." -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee must be greater than 0 GWEI" -msgstr "" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Medium" -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Merge Completed" -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Merge data to local database" -msgstr "" - -#: dashboard/components/GoogleDriveFileTable.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Merge to Browser" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Merge to local" -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Message" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Mnemonic" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "Mnemonic word" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#~ msgid "Mobile" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#~ msgid "Mobile number" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#~ msgid "Mobile verification code" -#~ msgstr "" - -#. placeholder {0}: String(currentMessageIndex + 1) -#. placeholder {1}: String(totalMessages) -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Multiple transaction requests {0} / {1}" -msgstr "" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "My Wallets" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "N/A" -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Name" -msgstr "" - -#: popups/components/TokenPicker/index.tsx -msgid "Name or Contract address e.g. USDC or 0x234..." -msgstr "" - -#: popups/modals/ChooseNetworkModal/index.tsx -msgid "Network" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network added" -msgstr "" - -#: popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx -msgid "Network error or execute smart contract failed." -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Network fee" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network Name" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network removed." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network saved" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Never share 12-word secret mnemonic with anyone!" -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Never share the 12-word secret mnemonic words with anyone!" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "New password" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "New password cannot be the same as your current password." -msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "New Payment Password" -msgstr "" - -#: content-script/components/GuideStep/index.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Next" -msgstr "" - -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Next.ID" -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Wallet/AddToken/index.tsx -#: popups/pages/Wallet/components/WalletAssets/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -msgid "NFTs" -msgstr "" - -#: popups/pages/Wallet/AddToken/index.tsx -msgid "NFTs added" -msgstr "" - -#: popups/pages/Friends/Detail/UI.tsx -msgid "No associated accounts" -msgstr "" - -#: popups/components/WalletSettingList/index.tsx -msgid "No associated wallet. <0>Add Wallet." -msgstr "" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "No back up" -msgstr "" - -#: dashboard/components/GoogleDriveFileTable.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "No backups found" -msgstr "" - -#: popups/pages/Friends/Contacts/index.tsx -msgid "No contacts stored locally, you can try searching." -msgstr "" - -#: popups/pages/Wallet/components/ActivityList/index.tsx -msgid "No Data" -msgstr "" - -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "No friends are stored locally, please try search one." -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "No local key" -msgstr "" - -#: popups/components/TokenPicker/index.tsx -msgid "No matched tokens" -msgstr "" - -#: popups/components/NFTAvatarPicker/CollectionList.tsx -msgid "No NFTs found." -msgstr "" - -#: content-script/components/shared/SelectRecipients/SelectRecipients.tsx -msgid "No results" -msgstr "" - -#: popups/pages/Friends/SearchList/index.tsx -msgid "No search results" -msgstr "" - -#: popups/pages/Wallet/ConnectedSites/index.tsx -msgid "No websites connected to this wallet" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Nonce" -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Not connected" -msgstr "" - -#: popups/pages/Wallet/components/WalletHeader/UI.tsx -msgid "Not Connected" -msgstr "" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Not enough data to present." -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Not found your {providerType} wallet" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Not set" -msgstr "" - -#: popups/components/NFTAvatarPicker/CollectionList.tsx -msgid "Not supported yet." -msgstr "" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "OK" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "Okay" -msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "Old Payment Password" -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "Only visible to yourself" -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Open in a new tab" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Open Mask Wallet" -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Or" -msgstr "" - -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Or create a new wallet group" -msgstr "" - -#. placeholder {0}: author.userId -#: content-script/components/InjectedComponents/DecryptedPost/authorDifferentMessage.tsx -msgid "Originally posted by {0}" -msgstr "" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Overwrite Backup" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Overwrite current backup" -#~ msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Password" -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Paste manually" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Local.tsx -#: popups/modals/ShowPrivateKeyModal/index.tsx -#: popups/modals/WalletRemoveModal/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Payment Password" -msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "Payment password changed." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/pages/Wallet/hooks/usePasswordForm.ts -#: popups/pages/Wallet/hooks/usePasswordForm.ts -msgid "Payment password must be 6 to 20 characters." -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Payment password set." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Payment Password should be between 6 and 20 characters." -msgstr "" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Payment password stored locally and you could try as many as you want to unlock your wallet." -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Pending" -msgstr "" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Permissions" -msgstr "" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Permissions List" -msgstr "" - -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Persona" -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Persona already exists." -msgstr "" - -#: dashboard/pages/SignUp/steps/PersonaRecovery.tsx -msgid "Persona created." -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Persona Name" -msgstr "" - -#: popups/modals/PersonaRenameModal/index.tsx -msgid "Persona name must between 1 to 24 characters." -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Persona Recovery Phrase" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Persona required." -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Persona: {personaName}" -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "Personas" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#~ msgid "Phone verification code" -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -msgid "Pin Mask Network to the toolbar for easier access:" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Pinned successfully." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -#: content-script/site-adaptors/facebook.com/injection/Composition.tsx -msgid "Please click the \"Post\" button to open the compose dialog." -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Please copy the following text and image (if there is one) and publish it." -msgstr "" - -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Please enter backup password to export persona private key." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Please enter cloud backup password to download file." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Please enter the correct mnemonic words, private key, or upload the correct keystore file." -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Please enter your backup password." -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -#~ msgid "Please enter your payment password." -#~ msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Please install your metamask wallet and set up your first wallet." -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -#~ msgid "Please note: This Persona {0} is the management account of above listed SmartPay {1, plural, one {wallet} other {wallets}}. You cannot use SmartPay wallet to interact with blockchain after logging out persona." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Please select the appropriate method to restore your personal data." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Please select the correct words in the correct order." -msgstr "" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Please set the backup password to back up" -msgstr "" - -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Please set up backup password to export private key." -msgstr "" - -#: popups/modals/WalletAutoLockSettingModal/index.tsx -msgid "Please set up the amount of time before we automatically lock your wallet." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Please sign up or login {siteName} to connect Mask Network." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Please switch to <0>@{expectAccount} to continue the account verification progress." -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "Please use your frequently used email or phone number for backup." -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Please write down or copy these words and save them in a secure place." -msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Please write down the following words in correct order. Keep it safe and do not share with anyone!" -msgstr "" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Plugins" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Post content:" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileCard/index.tsx -msgid "Powered by <0>Mask Network" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Previous" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Priority Fee (GWEI)" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Priority fee should be greater than 0." -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Privacy Policy" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Private" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Private Key" -msgstr "" - -#: popups/modals/PersonaSettingModal/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Profile Photo" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Properties" -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Public Key: <0>{publicKey}" -msgstr "" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Trader/Header.tsx -msgid "Quote Route" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Re-enter" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "ready 🚀" -#~ msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -#~ msgid "realMaskNetwork" -#~ msgstr "" - -#: popups/pages/Wallet/components/ActionGroup/index.tsx -#: popups/pages/Wallet/Receive/index.tsx -msgid "Receive" -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "Recover" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Recover your data" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Recover your wallet" -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: popups/modals/SwitchPersonaModal/index.tsx -msgid "Recovery" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Recovery Phrase" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Refresh" -msgstr "" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Reject {totalMessages} Transactions" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Reload" -msgstr "" - -#: popups/modals/WalletRemoveModal/index.tsx -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Remove" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Remove Wallet" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/index.tsx -#~ msgid "Remove Wallet?" -#~ msgstr "" - -#: popups/modals/PersonaRenameModal/index.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -#: popups/pages/Wallet/WalletSettings/Rename.tsx -#: popups/pages/Wallet/WalletSettings/Rename.tsx -msgid "Rename" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request ID" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request is valid not after" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request is valid not before" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request Source" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Reselect" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Resend" -msgstr "" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Reset Wallet" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Resource" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Restore" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Restore backup failed." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Restore Completed" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Restore Database" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#~ msgid "Restore failed" -#~ msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Restore Failed" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Restore from a previous database backup" -msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Restore or Login" -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Retry" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "RPC URL" -msgstr "" - -#: popups/components/AddContactInputPanel/index.tsx -msgid "Save" -msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -#~ msgid "Save failed" -#~ msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -#~ msgid "Saved" -#~ msgstr "" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "Scam tx" -msgstr "" - -#: popups/pages/Wallet/Receive/index.tsx -msgid "Scan QR code to receive payment" -msgstr "" - -#: popups/pages/Personas/WalletConnect/index.tsx -msgid "Scan QR code with WalletConnect-compatible wallet" -msgstr "" - -#: popups/pages/Friends/Search/index.tsx -msgid "Search Next.ID, X, Lens, ENS or Address" -msgstr "" - -#: popups/pages/Trader/useImplementRuntime.tsx -msgid "Select" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Select Address" -msgstr "" - -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "Select All" -msgstr "" - -#: popups/modals/SelectProviderModal/index.tsx -msgid "Select and Connect to your wallet" -msgstr "" - -#: popups/modals/SelectLanguageModal/index.tsx -msgid "Select language" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Select Liquidity" -msgstr "" - -#: dashboard/pages/SetupPersona/LocalBackup/index.tsx -#~ msgid "Select the contents of the backup" -#~ msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "Select the wallet(s) to use on this site. You should not connect to website you don't trust." -msgstr "" - -#: popups/pages/Wallet/SelectWallet/index.tsx -msgid "Select Wallet" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -#: popups/components/TransactionPreview/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/components/ActionGroup/index.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -msgid "Send" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Sent verification post successfully." -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Service Agreement" -msgstr "" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#~ msgid "Set a New Management Account" -#~ msgstr "" - -#: content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx -msgid "Set NFT Photo" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Set Payment Password" -msgstr "" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Set payment password successfully." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Set Your Payment Password" -msgstr "" - -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Set Your Persona Name" -msgstr "" - -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Set your persona name with maximum length of 24 characters" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Settings" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "Share with" -msgstr "" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Show me how" -msgstr "" - -#: popups/pages/Wallet/components/AssetsList/MoreBar.tsx -msgid "Show tokens with value less than $1" -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -#: popups/pages/Personas/PersonaSignRequest/index.tsx -#: popups/pages/Wallet/Interaction/WalletSignRequest.tsx -msgid "Sign" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#~ msgid "Sign Up" -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Sign-in Request" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signature Request" -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Signing ..." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signing Message (Raw)" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signing Message (Text)" -msgstr "" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." -msgstr "" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Sites" -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Size limit: 10 MB" -msgstr "" - -#: content-script/components/GuideStep/index.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Skip" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Slippage" -msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/Home/UI.tsx -msgid "Social Account" -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Sorry, signature failed! Please try signing again." -msgstr "" - -#: popups/modals/GasSettingModal/index.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Speed Up" -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -msgid "Spend limit requested by" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Spend more transaction fees to cancel the previous transaction." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Start" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "status" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Step {step}/{step}" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Step {step}/{totalSteps}" -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Step 1/2" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Step 1/3" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Step 2/2" -msgstr "" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Success" -msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "Suggest to send transactions and sign messages" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Support" -msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Support Identity code, private key, local backups or cloud backups to access your personal data." -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Support mnemonic phrase, private key or keystore file." -msgstr "" - -#: popups/modals/SupportedSitesModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Supported Sites" -msgstr "" - -#: popups/pages/Wallet/components/StartUp/index.tsx -msgid "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." -msgstr "" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Wallet/components/ActionGroup/index.tsx -msgid "Swap" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Switch other account" -msgstr "" - -#: popups/modals/SwitchPersonaModal/index.tsx -msgid "Switch Persona" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -msgid "Switch to other accounts" -msgstr "" - -#: popups/components/MnemonicDisplay/index.tsx -msgid "Tap to view the mnemonic words <0/> Make sure no one is looking at your screen" -msgstr "" - -#: popups/components/PrivateKeyDisplay/index.tsx -msgid "Tap to view the private key <0/> Make sure no one is looking at your screen" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Text" -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Text copied!" -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "The approval for this contract will be revoked in case of the amount is 0." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "The chainID is not equal to the currently connected one." -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#~ msgid "The code is incorrect." -#~ msgstr "" - -#: dashboard/utils/api.ts -msgid "The download link is expired" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#~ msgid "The Mask Network Cloud Backup feature will be deactivated on April 30, 2025. Please use alternative cloud backup services or local backup solutions." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#~ msgid "The Mask Network Cloud Backup feature will be deactivated on Jun 30, 2025. Please use alternative cloud backup services or local backup solutions." -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "The mnemonic word has been copied, please keep it in a safe place." -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "The mnemonic words has been copied, please keep it in a safe place." -msgstr "" - -#. placeholder {0}: match.nativeCurrency.symbol -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -msgid "The network with chain ID {formChainId} may use a different currency symbol ({0}) than the one you have entered. Please check." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -#~ msgid "The network with chain ID {formChainId} may use a different currency symbol ({1}) than the one you have entered. Please check." -#~ msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "The new passwords don't match" -msgstr "" - -#. placeholder {0}: profile.identifier.userId -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is connected to the account @${0}." -msgstr "" - -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is connected to the following accounts: {list}" -msgstr "" - -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is not connected to any accounts." -msgstr "" - -#: popups/modals/PersonaRenameModal/index.tsx -msgid "The persona name already exists." -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#~ msgid "The phone number is incorrect." -#~ msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "The RPC URL you have entered returned a different chain ID ({rpcChainId}). Please update the Chain ID to match the RPC URL of the network you are trying to add." -msgstr "" - -#. placeholder {0}: format(localTransaction.updatedAt, "HH:mm 'on' M/dd/yyyy") -#: popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts -msgid "The transaction was complete and has been recorded on blockchain at {0}" -msgstr "" - -#. placeholder {0}: format(localTransaction.createdAt, "HH:mm 'on' M/dd/yyyy") -#: popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts -msgid "The transaction was confirmed at {0}" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -msgid "The wallet address already exists." -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -msgid "The wallet name already exists." -msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "The web site can" -msgstr "" - -#. placeholder {0}: message.domain -#: popups/components/SignRequestInfo/index.tsx -msgid "The website ({messageOrigin}) is asking you to sign in to another domain ({0}). This may be a phishing attack." -msgstr "" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "There was a network or RPC provider error, please try again later!" -msgstr "" - -#: popups/hooks/useContactsContext.ts -msgid "This address is a contract address." -msgstr "" - -#: popups/hooks/useContactsContext.ts -msgid "This address may be a scam address." -msgstr "" - -#. placeholder {0}: String(token?.symbol) -#: popups/components/UnlockERC20Token/index.tsx -msgid "This allows the third party to spend {value} {0} from your current balance." -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -#~ msgid "This Chain ID is currently used by the {0} network." -#~ msgstr "" - -#. placeholder {0}: duplicated.name -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -msgid "This Chain ID is currently used by the {0} network. " -msgstr "" - -#: popups/hooks/useContactsContext.ts -msgid "This ENS does not exist or not be resolved." -msgstr "" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " -msgstr "" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -#~ msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0>Global Backup " -#~ msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This message contains a invalid EIP-4361 message. It is better to reject this request." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "This network name already exists" -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "This QR includes your identity, please keep it safely." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "This QR includes your mnemonic words, please keep it safely." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This request has been expired." -msgstr "" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "This request may be a phishing attach. I understand this and want to continue." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This request should only be sign in the future." -msgstr "" - -#. placeholder {0}: network.name -#: popups/pages/Wallet/EditNetwork/network-schema.ts -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "This RPC URL is currently used by the {0} network" -msgstr "" - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -msgid "This tweet is encrypted with #mask_io (@masknetwork). 📪🔑" -msgstr "" - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -#~ msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" -#~ msgstr "" - -#. placeholder {0}: String(currentPersona?.nickname) -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "This wallet is connected to current persona {0}." -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "This will overwrite the existing cloud backup with the local data, this cannot be undo." -msgstr "" - -#: popups/components/AddContactInputPanel/index.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "To" -msgstr "" - -#. placeholder {0}: formatDomainName(domain) -#. placeholder {0}: formatEthereumAddress(toAddress, 4) -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "to {0}" -msgstr "" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "to <0>{toAddress}" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "To verify your X account and record it on the NextID, please send this post for the verification." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "To verify your X account and record it on the NextID, you will need to send a post for the verification." -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token" -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token Address" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Token now is hidden." -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token Value" -msgstr "" - -#: popups/pages/Wallet/AddToken/index.tsx -#: popups/pages/Wallet/components/WalletAssets/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -msgid "Tokens" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Trading Route" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Transaction Details" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Transaction Fee" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Transaction Hash" -msgstr "" - -#: content-script/components/GuideStep/index.tsx -msgid "Try" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Trying exploring more features powered by Mask Network." -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "Two entered passwords are different." -msgstr "" - -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/pages/Wallet/hooks/usePasswordForm.ts -msgid "Two entered passwords are not the same." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Unknown EIP-4361 message version." -msgstr "" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Unlock" -msgstr "" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Unpacking" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Unsupported data backup" -msgstr "" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -msgid "Unsupported key store data" -msgstr "" - -#: popups/pages/Wallet/SelectWallet/index.tsx -msgid "Unsupported network type" -msgstr "" - -#: dashboard/pages/SetupPersona/Permissions/index.tsx -msgid "Update permission for X.com" -msgstr "" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Update X.com Permissions" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Upload backup" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Uploading" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "URLs require the appropriate HTTPS prefix." -msgstr "" - -#: content-script/site-adaptors/instagram.com/injection/NFT/ProfileNFTAvatar.tsx -msgid "Use NFT" -msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Use Persona to encrypt and decrypt social media posts & messages." -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Use text encryption" -msgstr "" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "value" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Verification code has been sent to your email. Please check your mailbox." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#~ msgid "Verification code has been sent to your phone." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/EmailForm.tsx -#~ msgid "Verification code sent" -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Verify" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts -msgid "Verify Account" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Version" -msgstr "" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "View full transaction details" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx -#: content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "View on Explorer" -msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your account balance and history" -msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your address" -msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your Tokens and NFTs" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Visible To" -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Waiting for {providerType}" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "wallet" -#~ msgstr "" - -#: popups/modals/WalletGroupModal/index.tsx -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Wallet Account" -msgstr "" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Wallet disconnected" -msgstr "" - -#. placeholder {0}: String(index + 1) -#: popups/modals/WalletGroupModal/index.tsx -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Wallet Group #{0}" -msgstr "" - -#: popups/pages/Wallet/ConnectedSites/index.tsx -#~ msgid "Wallet name is connected to these sites, they can view your account address." -#~ msgstr "" - -#: popups/modals/WalletRenameModal/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -msgid "Wallet name must between 3 to 18 characters." -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Wallet request timed out" -msgstr "" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Wallet Settings" -msgstr "" - -#: popups/pages/Personas/WalletConnect/index.tsx -msgid "WalletConnect" -msgstr "" - -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -msgid "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileCard/index.tsx -msgid "Web3 Profile Card" -msgstr "" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Wallet/components/OriginCard/index.tsx -msgid "Website" -msgstr "" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Welcome Back" -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Welcome to Mask Cloud Services" -#~ msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Welcome to Mask Network" -msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Welcome to use Mask Network" -msgstr "" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "when you click Add Google Drive button,you will be forwarded to Google authorization pages." -msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Write down mnemonic words" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Write down recovery phrase" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#~ msgid "You have backed up your data." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "You have recovered" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "You have recovered " -#~ msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "You have signed with your wallet." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "You have successfully restored the backup from Google Drive to your browser." -msgstr "" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -msgid "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" -msgstr "" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -msgid "You need to open the dApp to view the specific content." -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "You used <0>{0} for the last cloud backup." -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Your file has been successfully merged into the browser data." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Your file has been successfully restore into the browser data." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Your Persona has been successfully created." -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Your Persona is on" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Your Persona is on " -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Your Persona is on **ready 🚀**" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Your Wallet is on" -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Your Wallet is on " -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Your Wallet is on **ready 🚀**" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Your X account authorization has timed out. Please try again." -msgstr "" diff --git a/packages/mask/shared-ui/locale/ja-JP.json b/packages/mask/shared-ui/locale/ja-JP.json deleted file mode 100644 index 72574f017c61..000000000000 --- a/packages/mask/shared-ui/locale/ja-JP.json +++ /dev/null @@ -1,906 +0,0 @@ -{ - "messages": { - "+5hgHR": ["Are your sure you want to disconnect? You may lose part of functionalities of this website."], - "+IEBAO": ["承認金額"], - "+K0AvT": ["接続解除"], - "+Qcnh5": ["12単語の復元フレーズは、ペルソナデータを回復するために使用されます。"], - "+W8dUJ": ["Tap to view the private key <0/> Make sure no one is looking at your screen"], - "+XyQiK": ["同意"], - "+Zuhm7": [ - "個人データにアクセスするために、IDコード、秘密鍵、ローカルバックアップ、またはクラウドバックアップを対応します。" - ], - "+adBn3": ["Chrome - external extension"], - "+b/06M": ["パスワードが正しくありません。"], - "+m7PfT": ["正常に削除されました"], - "+m7x4e": ["Backup Successful"], - "+uISZO": ["パスワードが間違っています"], - "/7tku+": ["試してみる"], - "/LkuGq": ["以前のデータベースバックアップから復元します。"], - "/WfDJy": [ - "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." - ], - "/eguJc": ["アップロード中"], - "/fo6Dv": ["ガス制限 (単位)"], - "/jQctM": ["宛先:"], - "/nT6AE": ["新しいパスワード"], - "/riTT2": ["ピン留めが完了しました"], - "/uEw9z": ["Your X account authorization has timed out. Please try again."], - "/vtDGO": [["0"], " is connected to these sites, they can view your account address."], - "/xrk7I": ["よくある質問と回答"], - "00b9QG": ["支払いパスワードを設定"], - "04MqGo": ["投稿内容"], - "09vHB+": ["Failed to decrypt."], - "0C6WdO": ["バックアップをアップロード"], - "0D4bav": ["Name or Contract address e.g. USDC or 0x234..."], - "0F4ogS": ["支払いパスワードは6文字以上20文字以下で設定してください。"], - "0HnKBn": ["Hide mnemonic words"], - "0Lp4o6": ["読み込み失敗"], - "0M//Nn": ["The Persona is connected to the following accounts: ", ["list"]], - "0ZC72+": ["Connected successfully."], - "0caMy7": ["History"], - "0fljZe": ["Trading Route"], - "0kr+x1": ["Your Wallet is on"], - "0oMKRL": ["連絡先を削除"], - "0tkvsz": ["Failed to download and merge the backup."], - "1+6BOG": ["バックアップのダウンロード"], - "19zh4M": [ - "Current wallet (<0>", - ["currentWallet"], - ") is the management account of SmartPay wallet (<1>", - ["other_wallets"], - ").<2/>Deleting the current wallet will result in the deletion of the SmartPay wallet simultaneously." - ], - "1LkMSp": ["提案されたトークンを追加"], - "1R2W/B": [ - "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " - ], - "1TaavV": [ - "注:前回のインポートで使用したニーモニックフレーズを使用している場合、そのニーモニックフレーズに由来するウォレットを復元することができます。" - ], - "1Uqt6P": ["ウォレットを接続解除してもよろしいですか?"], - "1Z++2X": ["The Persona is not connected to any accounts."], - "1bTY60": ["トークンの価値"], - "1kE7ob": ["Network saved"], - "1mjyN6": ["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."], - "1nMGEs": ["ペルソナ"], - "1njn7W": ["ライト"], - "1rsf+c": [ - "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." - ], - "1vSYsG": ["Download backup"], - "1xwmzN": ["Switch to other accounts"], - "2MPu+c": ["優先料金(GWEI)"], - "2Xze/r": ["ブロックエクスプローラーのURL"], - "2fuHsY": ["モバイル認証コード"], - "2jQko7": ["関連アカウント"], - "2kXxch": ["申し訳ありませんが、署名に失敗しました。もう一度署名してください。"], - "2p7WMm": ["Give permission to access <0/> your ", ["0"], "?"], - "2wxgft": ["名前変更"], - "2zkhB1": ["ウォレットを削除しますか?"], - "34UMci": ["ウォレットの設定"], - "38C83c": ["復元フレーズ"], - "39ohdf": ["アクティビティ"], - "3A/gtD": ["RPCのURLが無効です。"], - "3AP6p1": ["Public Key: <0>", ["publicKey"], ""], - "3B4jmY": ["データの相関値"], - "3J+S3n": ["Search Next.ID, X, Lens, ENS or Address"], - "3Q5eQl": ["Please click the \"Post\" button to open the compose dialog."], - "3Q8dPe": [ - "The website (", - ["messageOrigin"], - ") is asking you to sign in to another domain (", - ["0"], - "). This may be a phishing attack." - ], - "3WZ1WL": ["ペルソナ秘密鍵をエクスポートするには、バックアップパスワードを入力してください。"], - "3YDnov": ["Token now is hidden."], - "3dAaqV": [ - "📃📃📃 Try to permanently use decentralized file storage on ", - ["sns"], - ". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." - ], - "3fpIq1": ["to ", ["0"]], - "3iUAE7": ["Backup to Google Drive"], - "3kbpgO": ["ガス制限"], - "3lUGN0": ["ペルソナを切り替え"], - "3pqzUK": ["Contact added."], - "3qe4O9": ["最大料金"], - "4/6qjT": ["支払いパスワードを入力してください。"], - "42yL2J": [ - "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ", - ["encrypted"] - ], - "43g2kf": ["自分にのみ表示されます"], - "4DIYdt": ["No associated wallet. <0>Add Wallet."], - "4EN5JL": ["Your Persona has been successfully created."], - "4FvVUv": ["ウォレットをリセットする"], - "4HavhE": ["Powered by <0>Mask Network"], - "4WMvNK": ["This Chain ID is currently used by the ", ["0"], " network."], - "4na5mr": [ - "このメッセージは無効なEIP-4361メッセージを含んでいます。このリクエストを拒否することをお勧めします。" - ], - "4ojMOt": ["バックアップパスワードを入力してください。"], - "4zgT9K": ["ウォレットを使用してマスクネットワークアカウントを接続します。"], - "50QwC8": ["価値"], - "51rAFB": ["Please copy the following text and image (if there is one) and publish it."], - "5Cowlg": ["Backup is saved to Mask Cloud Service."], - "5Dz44N": ["支払いパスワードの設定"], - "5E57TU": ["最大優先料金がネットワーク状況に対して低すぎます。"], - "5HVoyc": ["Transaction Details"], - "5O5enn": ["支払いパスワードを入力する"], - "5Sa1Ss": ["E-mail"], - "5YfW3S": ["Add an encrypted comment..."], - "5e22kj": ["電子メール検証コード"], - "5hFImX": ["コントラクトのデプロイ"], - "5i1JPS": ["Never share 12-word secret mnemonic with anyone!"], - "5o2pdQ": ["ペルソナを作成"], - "5s6EhU": [ - [ - "count", - "plural", - { - "one": ["You have recovered **", "#", " Wallet 🚀**"], - "other": ["You have recovered **", "#", " Wallets 🚀**"] - } - ] - ], - "5sIdhw": ["と共有"], - "66J/I3": ["トランザクション手数料"], - "678PKt": ["ネットワーク名"], - "68FuwU": ["URL には適切な HTTPS プレフィックスが必要です。"], - "68m9Nl": ["既存のグループに新しいアドレスを追加"], - "6DvbLh": ["メタマスクウォレットをインストールし、最初のウォレットをセットアップしてください。"], - "6HT670": ["機能: ", ["0"]], - "6IHgRq": ["Backup to the Cloud"], - "6RDwJM": ["トークン"], - "6Uau97": ["スキップ"], - "6V3Ea3": ["コピーしました"], - "6XyieG": ["wallet"], - "6YtxFj": ["名前"], - "6c6xyD": ["accounts"], - "6e4Q8h": ["Get permission failed"], - "6foA8n": ["本当によろしいですか?"], - "6gRgw8": ["再試行"], - "7+2e01": ["Network removed."], - "76gPWk": ["了解"], - "7Bj3x9": ["失敗しました"], - "7QptC5": ["自動ロック時間"], - "7R2WG+": ["Mask で暗号化されています:"], - "7Ry254": ["Backup to Mask Cloud Service"], - "7VpPHA": ["確認"], - "7qUM2b": ["Maskウォレットを開く"], - "7s5tLo": ["このサイトがネットワークを切り替えることを許可しますか?"], - "7w1rTm": ["The download link is expired"], - "7yziEn": ["このリクエストは期限切れです。"], - "82+n6o": ["Quote Route"], - "8BsgdX": ["Failed to get permissions"], - "8Dh77Z": ["NFTs"], - "8RF/Sx": ["正常に追加されました。"], - "8Tg/JR": ["カスタム"], - "8WLjqx": ["Never share the 12-word secret mnemonic words with anyone!"], - "8ZsakT": ["パスワード"], - "8djViz": ["Step ", ["step"], "/", ["step"]], - "8rElAH": ["Image copied!"], - "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], - "9KKhJV": ["署名中..."], - "9VcshJ": ["自動ペーストを有効にする"], - "9Y1kXO": ["Payment password stored locally and you could try as many as you want to unlock your wallet."], - "9cDpsw": ["許可"], - "9cSIbb": ["Click on <0/> at the top-right of your browser."], - "9d/Qe4": ["サービス利用契約"], - "9hg9mc": ["ダウンロード中"], - "9hzYBR": ["Failed to download and merge the backup: ", ["0"]], - "9iZ9fH": ["メールアドレスが正しくありません。"], - "9kIgHE": [ - "このJSONファイルは現在の支払いパスワードで暗号化されています。このウォレットをインポートする際に復号するには同じパスワードが必要です。" - ], - "9lqqpY": ["Invalid email address."], - "9sjcnZ": ["Disconnected."], - "9w2hgY": ["手動でペーストする"], - "A6JChW": ["The transaction was complete and has been recorded on blockchain at ", ["0"]], - "A9tojF": ["パスワードが間違っています"], - "AKLbfQ": ["データベースの復元"], - "AMJWWT": ["Likely in < ", ["estimateSecond"], " seconds"], - "ANYjcp": [["shareWithNum", "plural", { "one": ["1 friend"], "other": ["#", " friends"] }]], - "ANk/Zy": ["Incorrect Backup Password"], - "ASNDad": ["Hide ", ["name"]], - "AUYALh": ["近日公開"], - "AV+9wg": ["再入力"], - "Appw6V": ["NFTが見つかりません。"], - "Aq+O0x": ["ステータス:"], - "AsN7HV": ["電話番号が間違っています。"], - "AuvDq6": ["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"], - "AwQpq/": ["Click on the down-arrow to see the private key."], - "AyLiVq": ["QRコードをスキャンして支払いを受け取る"], - "B6C0XJ": ["データなし"], - "BQHQ9v": ["No websites connected to this wallet"], - "BUXiPs": ["This Chain ID is currently used by the ", ["0"], " network. "], - "BXixGM": ["ペルソナを使用してソーシャルメディアの投稿とメッセージを暗号化して復号化します。"], - "BaU+dx": ["ソーシャルプラットフォームのアカウントに接続します。"], - "BakBNJ": ["電話番号が無効です。確認してもう一度お試しください。"], - "BiGQfG": ["トランザクションハッシュ"], - "BkN2qg": ["<0>Service Agreement and <1>Privacy Policy"], - "ByPj1d": ["リクエストID"], - "C0JhYS": ["ネットワークを変更"], - "C2/uLW": [ - "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." - ], - "CEk7Nc": ["6 文字以上"], - "CFPbpH": ["新しいパスワードが一致しません"], - "CK1KXz": ["最大"], - "CMHmbm": ["Slippage"], - "CWsYB3": ["おかえりなさい"], - "CXHRbe": ["ウォレットへのリクエストがタイムアウトしました"], - "CZSWya": ["NFTs added"], - "CZmSbe": ["リクエストは以前には有効ではありません"], - "CiU2m/": ["Generating your "], - "Citz6F": ["Exchange"], - "CtByM7": ["ウォレットと接続"], - "Cz6Lx7": ["暗号化方法"], - "D79cZK": ["インスタント"], - "DC3sw8": ["Two entered passwords are different."], - "DHhJ7s": ["前の"], - "DPfwMq": ["完了!"], - "DdUFp+": ["The transaction was confirmed at ", ["0"]], - "DnmyoA": ["Priority fee should be greater than 0."], - "DoQ5Lj": ["RPC URL"], - "Dpe+e3": [ - "ウォレットを追加すると、Next.IDサービスを介してデジタルIDを所有、表示、利用することができます。 ウォレットの所有権を証明するためには、トランザクションに署名して認証する必要があります。" - ], - "Du6bPw": ["アドレス"], - "DuIDTw": ["To verify your X account and record it on the NextID, please send this post for the verification."], - "Dz56Ua": ["完了"], - "E6YUtc": ["Merge to Browser"], - "E7prOW": [ - "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." - ], - "EBC6hj": ["ローカルバックアップ"], - "EGWr+Q": ["Web3 プロフィールカード"], - "EGa93e": ["Are you sure to overwrite the backups stored on Mask Cloud Service?"], - "ENIvoT": ["ウォレットを自動ロックするまでの時間を設定してください。"], - "ERYJcj": ["バックアップパスワードは、大文字、小文字、特殊文字および数字を含む8-20文字でなければなりません。"], - "EYwKb0": ["ガス価格 (GWEI)"], - "Ea4oxV": ["システムに従う"], - "EbE80y": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." - ], - "Eda+dy": [ - "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ", - ["encrypted"], - " to send your first encrypted tweet." - ], - "EoKe5U": ["ドメイン"], - "EsKgLS": ["ここをクリックしてクイックスタートを切りましょう。"], - "Ev2r9A": ["該当結果なし"], - "EwiD7E": ["支払いパスワードを再入力"], - "F7U8uz": ["Creating your **wallet**"], - "F8Wc3I": ["ここにファイルをドラッグ&ドロップしてください"], - "FAKSZG": ["Add google Drive"], - "FKrzPv": [["count", "plural", { "one": ["#", " Wallet 🚀"], "other": ["#", " Wallets 🚀"] }]], - "FP6WjU": ["You have backed up your data."], - "FfJy7A": ["ネットワークを管理する"], - "FgAxTj": ["ログアウト"], - "FiYmUY": ["関連するアカウントがありません"], - "FnQek5": [ - "このサイトへの接続は暗号化されていないため、敵対的な第三者によって変更されます。このリクエストを拒否することを強くお勧めします。" - ], - "Fs/bd5": ["無効なブロックエクスプローラのURLです。"], - "G4NrhP": ["Persona created."], - "GAvnvl": ["支払いパスワードの設定"], - "GEL05h": ["ウォレット接続"], - "GExRUL": ["バックアップパスワード"], - "GS+Mus": ["エクスポート"], - "GS0ldX": ["対応していないネットワーク"], - "GWCG6Y": ["画像をコピー"], - "GaH2JF": ["トランザクションとサインメッセージの送信を薦めします"], - "GtJJAj": ["ウォレットを追加"], - "Gw91G1": ["このリクエストは、将来的にのみ署名する必要があります。"], - "H8rw2f": ["(名前はウェブサイトによって設定されます)"], - "HGTZAO": ["Step 2/2"], - "HIq3th": ["不明なネットワークに切り替えることはできません。"], - "HKH+W+": ["データ"], - "HVRhUV": ["続行することで、以下に同意します。"], - "HpK/8d": ["再度読み込み"], - "HqiAyF": ["Gwei(グワイ)"], - "HsoakN": ["masknetwork"], - "HvDfH/": ["インポートされました"], - "Hy4Q80": [ - "The network with chain ID ", - ["formChainId"], - " may use a different currency symbol (", - ["1"], - ") than the one you have entered. Please check." - ], - "I4caYo": ["認証コードが無効です。"], - "I5kL4f": ["行動記録"], - "IBAx3U": ["安全に保管されている"], - "IIVS5Z": ["新しい管理アカウントを設定"], - "ITBQO3": ["最大優先手数料は0GWEIより大きくなければなりません"], - "IUG86v": ["The Persona is connected to the account @$", ["0"], "."], - "IX1M/E": ["フロア価格"], - "IXbRbM": ["他のウォレットを選択してください"], - "ImhKg5": ["チェーンIDを取得できませんでした。RPCのURLは正しいですか?"], - "J24FyN": ["Bridge"], - "J2eKUI": ["ファイル"], - "JA8K9s": ["Unpacking"], - "JGds+N": ["数字、文字、または特殊文字がない。"], - "JXJlYD": ["ペルソナ名を設定"], - "JfI60y": ["現在のパスワードが正しくありません。"], - "Jg5pf7": ["現在の基本手数料は ", ["0"], " Gweiです"], - "JlFcis": ["送信"], - "JlIzk8": ["ブラウザファイル"], - "Js4Nk0": [ - [ - "0", - "select", - { - "finding_post_key": [ - "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." - ], - "finding_person_public_key": ["Mask is looking for the public key of the author..."], - "other": ["Mask is decrypting..."] - } - ] - ], - "JwzZmt": ["to <0>", ["toAddress"], ""], - "K5a6t1": ["ペルソナは既に存在します。"], - "K8jCIB": ["Data backed up successfully!"], - "KFwID2": ["Restore Failed"], - "KGHnSc": ["ウォレットをロックする"], - "KMgp2+": [["0"], " 利用可能です"], - "KisOjk": ["復元またはログイン"], - "Kj4oEm": ["新しいペルソナを作成"], - "Kl9gHp": ["ウォレットグループ", ["0"]], - "KmQ25M": ["最大優先料金がネットワーク状況に対して高すぎます。"], - "KnidLU": ["Not Connected"], - "KtMMzG": ["Wallet disconnected"], - "L+bpwv": ["秘密鍵をエクスポートするには、バックアップパスワードを設定してください。"], - "L82H5Z": ["Creating your **identity**"], - "L96aan": ["取引の詳細を表示する"], - "LJkXYZ": ["新規Mask IDを作成"], - "LP+1Z7": ["ネットワークを追加"], - "LSwUJb": ["Select Liquidity"], - "LU3p9s": [ - "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." - ], - "LWJCIn": ["接続されたサイト"], - "LcET2C": ["プライバシー・ポリシー(個人情報に関する方針)"], - "LcZh+r": ["サポートされていないバックアップ"], - "LkYKvc": ["Please select the correct words in the correct order."], - "LqWHk1": ["Hide ", ["0"]], - "Lt0Hf0": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @realMaskNetwork to explore Web3." - ], - "Lx4CpL": ["ウォレット名は3文字以上18文字以内で入力してください。"], - "M0FgOk": ["連絡先を追加する"], - "M1ts1r": ["View your address"], - "M24E85": ["このアドレスはコントラクトアドレスです。"], - "M4g1UJ": ["コントラクトの相互作用"], - "MC00Lm": ["Scan QR code with WalletConnect-compatible wallet"], - "MOHcKb": ["最大優先料金を入力してください"], - "MR/0Va": ["All Mask Network users"], - "MRIXE3": ["Encrypting your"], - "MTqQMG": ["未設定"], - "MXOdMY": ["Overwrite Backup"], - "MpnSqP": [["0"], " Pending"], - "MyjAbr": ["再送信"], - "N/fqDa": ["Ens または Address(0x)"], - "N19nSk": ["Your Persona is on"], - "N40H+G": ["全て"], - "NOi+Fr": ["This QR includes your identity, please keep it safely."], - "NU5uaG": ["携帯番号"], - "NWqhru": ["選びなおす"], - "NaZTE7": ["Incorrect Mnemonic Words."], - "NkgvWN": ["ログアウトに失敗しました。"], - "NloaHG": ["バックアップパスワード"], - "Ns5WaC": ["バックアップが見つかりません"], - "Nu4oKW": ["説明"], - "NzlE6O": ["By granting permission, you are allowing the following <0/> contract to access your NFTs."], - "Nzm8dm": ["例: アリス(Alice)"], - "Nzwli2": ["ベース"], - "O3oNi5": ["メールアドレス"], - "O8PsYe": ["Add the file to Chrome's database"], - "OCJdad": ["<0>To: <1>", ["to"], ""], - "OLUEnY": ["when you click Add Google Drive button,you will be forwarded to Google authorization pages."], - "OLY2Jk": ["ガス価格"], - "OR475H": ["ネットワーク"], - "OgPkDe": ["通貨記号(オプション)"], - "OhgYJS": ["基本設定"], - "OkofjH": ["Recover"], - "On0aF2": ["ウェブサイト"], - "OuUyzz": ["No contacts stored locally, you can try searching."], - "OzSOpz": ["Create a Privy wallet using an X account"], - "P9wzG/": ["復旧"], - "PDW/HG": ["Your Persona is on **ready 🚀**"], - "PGdbc0": [ - "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." - ], - "PHM7OA": ["サポートされるサイト"], - "PI/VCJ": ["このサイトで使用するウォレットを選択してください。信頼しないウェブサイトに接続しないでください。"], - "PRkIUI": ["ガス料金"], - "PTXNyo": ["Waiting for ", ["providerType"]], - "PZmnB2": ["モバイル認証コード"], - "PeT3a5": ["You have successfully restored the backup from Google Drive to your browser."], - "PjBWOL": ["あなたのペルソナを作成して始めましょう"], - "PsQmAw": ["全員"], - "Pt3n39": ["バックアップはありません"], - "Q2lUR2": ["通貨"], - "Q68Nuc": [ - "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." - ], - "QHZRmq": ["サイト"], - "QHcLEN": ["Connected"], - "QQPCqQ": ["ウォレットをバックアップする"], - "QTomF0": ["Merge to local"], - "QU9aqK": ["You have signed with your wallet."], - "QWxok/": ["マスクウォレットと接続"], - "QXDgyQ": ["以下の単語を正しい順序で書き留めてください。安全に保管し、誰とも共有しないでください!"], - "Qbo7Ev": ["ニーモニックワードを書き留めてください"], - "QcVZFH": ["Step ", ["step"], "/", ["totalSteps"]], - "QrHM/A": ["Backup downloaded and merged to local successfully."], - "QypSt2": ["Update X.com Permissions"], - "R2K7XH": ["ソーシャルメディアで Web3 dApps の機能を探索してみてください。"], - "RCBmDP": ["Follow @masknetwork to explore Web3."], - "RH8jSA": ["ローカルデータベースにデータを統合"], - "RL5m+x": ["Generating your **accounts**"], - "ROsDRH": ["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"], - "RRw7LE": ["アイデンティティ ID"], - "RWoEqV": ["Failed to transfer token: ", ["message"]], - "RZOA0N": ["Find Mask Network in the extension list and click the <0/> button."], - "RiQQyz": ["This allows the third party to spend ", ["value"], " ", ["0"], " from your current balance."], - "RjF5dk": ["Select the contents of the backup"], - "S0CsaV": ["新しいウォレットを作成する"], - "S2JNMm": ["Your file has been successfully restore into the browser data."], - "S33tz3": ["接続されていません"], - "SGVkVp": ["Two entered passwords are not the same."], - "SLEDBF": ["ウォレットを追加できませんでした。もう一度やり直してください。"], - "SYGo/R": ["ウォレットをインポート"], - "ShHV7X": ["クラウドバックアップ"], - "Sjplg3": ["エクスプローラーで表示"], - "SlSY7M": ["Verification code has been sent to your phone."], - "Sp/me1": ["data"], - "Sp69uH": ["ウェブサイトはできます。"], - "T0W3Z8": ["手数料付けるには残高が足りません"], - "TA4fAr": ["すでに同じ名前が存在します。"], - "TP9/K5": ["トークン"], - "TZ0npN": ["ready 🚀"], - "TnHNX9": ["Update permission for X.com"], - "ToePai": ["リクエストされた使用限度額"], - "TpqeIh": ["Error: ", ["0"]], - "Tuc34V": ["Confirm Bridge"], - "Tx/jsw": ["Mask が自動で投稿を作成できませんでした。手動でペーストしてください。"], - "Tz0i8g": ["設定"], - "UBzbea": ["ウォレットを復元する"], - "UDKbPj": ["Your file has been successfully merged into the browser data."], - "UaXeX3": ["Okay"], - "UbRKMZ": ["保留中"], - "UjRxho": ["ペルソナ回復フレーズ"], - "UlBz4M": ["Maskウォレットで取引と資産を安全に保管してください。"], - "Usynqd": ["Gas price is too low and will cause the transaction fail"], - "Ut40oe": [ - "The Mask Network Cloud Backup feature will be deactivated on Jun 30, 2025. Please use alternative cloud backup services or local backup solutions." - ], - "UtKGok": ["ペルソナをバックアップする"], - "V+1pjj": ["Back Up Your Data Your Way"], - "V8x6o5": ["You have recovered "], - "VAOn4r": ["ロック解除"], - "VECuJk": ["ウォレットアカウント"], - "VP4HYe": ["Next.ID"], - "VcPDSd": ["非対応のキーストアデータ"], - "VdhBp2": ["chainIDは現在接続されているものと等しくありません。"], - "VdkQUC": ["Please sign up or login ", ["siteName"], " to connect Mask Network."], - "Vj7ma7": ["Support mnemonic phrase, private key or keystore file."], - "VlpdUm": ["NFT を使用する"], - "VsHxv+": ["テキストをコピー"], - "VzQ7uf": ["不明なEIP-4361メッセージバージョンです。"], - "VzQOL2": [ - "これにより、サードパーティは、あなたのトークン残高が上限に達するまで、またはあなたが支出上限を取り消すまで、あなたのトークン残高をすべて使用することができます。これが意図的でない場合は、より低い支出上限を設定することを検討してください。" - ], - "W0uonA": ["This QR includes your mnemonic words, please keep it safely."], - "W7e3zN": ["Are you sure to remove the connected wallet <0>", ["0"], "?"], - "WC7pDz": ["Your Persona is on "], - "WLMjwL": ["Confirm to hide ", ["0"], "? You can redisplay it by re-adding this token at any time."], - "WWPi4P": ["ウォレットアドレスが正しくありません。"], - "WY8amq": ["無効な番号です"], - "Weq9zb": ["一般"], - "WgawP2": ["Creating your"], - "WmXCMa": ["他のアカウントを切り替え"], - "Wqoa0p": ["ペルソナを接続"], - "Wvnsx1": ["自動ロック"], - "X200Sr": ["パスワードを忘れましたか?"], - "X6ujRd": ["注意してください。追加する前にトークンを確認してください。"], - "X8w6bW": ["最大支出上限を入力してください"], - "XB3tfc": ["Encrypting your **data**"], - "XC7RGa": ["データを復元する"], - "XDtQ7t": ["Web3プロフィールページに以下のアドレスを表示し、ヒントを受け取るために使用してください。"], - "XGRJzS": ["新しいタブで開く"], - "XQDdOC": ["No friends are stored locally, please try search one."], - "XUKicg": ["Step 1/2"], - "XYLcNv": ["サポート"], - "XZ/B+f": ["NFTが見つかりませんか?"], - "XjDSdO": ["以前の決済パスワード"], - "Xprzee": ["ガス価格を入力してください"], - "Y7N0Sj": ["View your account balance and history"], - "YKSmxE": [ - "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." - ], - "YdCB5X": ["秘密鍵をコピーする"], - "YirHq7": ["フィードバック"], - "YnqCPK": ["接続と検証が完了しました。"], - "Z16qyu": ["ペルソナ名"], - "Z3+V9p": ["Restore backup failed."], - "Z3S6Dx": ["Step 1/3"], - "Z7ZXbT": ["承認"], - "Z8+FzC": ["Connecting your ", ["providerType"], " wallet"], - "ZAVklK": ["または"], - "ZHsD28": ["Enable the plugin"], - "ZIsLZh": ["Size limit: 10 MB"], - "ZSgQgC": ["最大手数料がネットワーク状況に対して低すぎます。"], - "ZTXjJ3": ["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."], - "ZsjtYe": ["アバターを設定できませんでした。"], - "a1SmQh": ["ウォレットを選択"], - "a23gJr": ["バックアップパスワードが正しくありません。"], - "a5t/N3": ["以前の取引をキャンセルするために、取引手数料を増やしてください。"], - "aAIQg2": ["外観"], - "aF8kci": ["Creation Completed"], - "aFht5e": ["Connected ", ["0"], " with ", ["walletName"], "."], - "aTzTyw": ["資産を追加"], - "acK3j2": ["秘密鍵を入力してください"], - "agPptk": ["中間"], - "ai3VNq": ["接続されたウォレット"], - "awW7ak": ["ウォレットを削除"], - "b5d759": ["identity"], - "bIpwjD": ["私のウォレット"], - "bapItf": ["バックアップパスワードが正しくありません。"], - "bassMa": ["クラウドバックアップのパスワードが正しくありません。もう一度やり直してください。"], - "bdIrOO": ["Verification code has been sent to your email. Please check your mailbox."], - "bfNmSO": ["支払いパスワードを正常に設定しました"], - "bnfo6T": ["Sent verification post successfully."], - "c+Fnce": ["サイン"], - "c2MkCo": ["Payment password must be 6 to 20 characters."], - "cD0wgO": [ - "Do you want to remove the verified association between the X account @<0>", - ["0"], - " and ", - ["1"], - "?" - ], - "cEnmTp": ["Creating your "], - "cJv4Ca": ["サードパーティウォレットで接続がキャンセルされました。"], - "cQYjZe": [ - "To verify your X account and record it on the NextID, you will need to send a post for the verification." - ], - "cVit2/": ["バックアップパスワードを設定してください"], - "cYaSAw": ["Wallet name is connected to these sites, they can view your account address."], - "cbzSv5": ["Max fee should be greater than base fee of ", ["0"], " Gwei."], - "cm4E8+": ["Twitter での経験"], - "cmNbUB": ["Not found your ", ["providerType"], " wallet"], - "cnGeoo": ["削除"], - "crVIc7": ["Locale Backup"], - "dAMTl9": ["この RPC URL は現在 ", ["0"], " ネットワークによって使用されています"], - "dCvyk/": ["Change another account and try again."], - "dEgA5A": ["Cancel"], - "dMsM20": ["モバイル"], - "dajsth": ["キーストアのパスワードが正しくありません。"], - "dyqtoj": ["You have recovered"], - "e0E1XI": ["最大料金 (GWEI)"], - "e3I0CA": ["Failed to restore the backup: ", ["0"]], - "e4yrZ/": ["トークンのアドレス"], - "eE0JZ4": ["バージョン"], - "ePK91l": ["編集"], - "eWczg7": ["自分のみ"], - "eaLSW8": ["ペルソナ名は1〜24文字の間でなければなりません。"], - "ejVYRQ": ["から"], - "etATpN": ["Failed to login: ", ["0"]], - "exaugT": ["Follow @realMaskNetwork to explore Web3."], - "ezYNcH": ["Mask Networkをツールバーにピン留めすると、アクセスしやすくなります。"], - "f5AidZ": ["Write down recovery phrase"], - "fDP2k4": ["支払いパスワードを変更する"], - "fFGPy6": ["または新しいウォレットグループを作成"], - "fFYJ8f": ["Mask Networkへようこそ"], - "fRQP7E": ["<0>Granted to <1>", ["0"], ""], - "fRUjl7": ["Please switch to <0>@", ["expectAccount"], " to continue the account verification progress."], - "fUn3xA": ["新しいウォレットアドレスを生成する"], - "fc4PdK": [ - "The RPC URL you have entered returned a different chain ID (", - ["rpcChainId"], - "). Please update the Chain ID to match the RPC URL of the network you are trying to add." - ], - "fj5byd": ["なし"], - "fsBGk0": ["残高"], - "fsUPaG": ["おめでとうございます!"], - "fvRGyC": ["Trying exploring more features powered by Mask Network."], - "fza4cg": ["ウォレットをインポート"], - "g/1WbH": ["from <0>", ["fromAddress"], ""], - "gC2WI+": ["ペルソナ"], - "gHM62X": ["Payment password changed."], - "gT+8Dk": ["Confirm to hide ", ["name"], "? You can redisplay it by re-adding this NFT at any time."], - "gVfVfe": ["コンタクト"], - "gdnEab": ["アイデンティティニーモニックが正しくありません。"], - "ggYcg+": ["認証コードを送信しました"], - "gla9Gg": ["保存できませんでした"], - "gnSRSG": ["詐欺トランザクションを非表示にする"], - "gp6A8z": ["Authorization Failed"], - "h3Vpnw": ["このコードは正しくありません"], - "h3bIHg": ["ソーシャルアカウントに接続解除しますか?"], - "h53LoU": ["ソーシャルアカウント"], - "h7+V7K": ["バックアップと復元"], - "hEpXzO": ["Mask Networkへようこそ"], - "hG89Ed": ["画像"], - "hHLRGW": ["$1 未満のトークンを非表示にする"], - "hUF4dG": ["バックアップパスワードの設定が完了しました"], - "hXzOVo": ["Next"], - "hYgDIe": ["作成"], - "he3ygx": ["コピー"], - "hehnjM": ["金額"], - "iH8itU": ["ウォレットを接続します"], - "iH8pgl": ["Back"], - "iJLEZF": ["方法を確認"], - "iSLIjg": ["接続"], - "iTiwqa": ["Asset is hidden."], - "iZLoa2": ["eg: X accounts, persona public keys, wallet addresses or ENS"], - "idD8Ev": ["Saved"], - "imDvP9": ["Gas limit must be smaller than ", ["maxGas"], "."], - "iuCSJl": ["このウォレットは現在のペルソナ ", ["0"], "に接続されています。"], - "j4TRxD": ["アドレスを選択する"], - "jEDiuG": ["Network added"], - "jICk7g": ["ネットワークまたはRPCプロバイダエラーが発生しました。後でもう一度お試しください!"], - "jIWgmE": ["Entered passwords are inconsistent."], - "jK7nvW": ["Failed to disconnect wallet"], - "jRfanQ": ["ガス使用量 (単位)"], - "jZQU+o": ["最初の作者は ", ["0"]], - "jaH9PD": ["Hi friends, I just created ", ["token"], " Lucky Drop. Download Mask.io to claim."], - "jas0vv": ["すべてのアカウントとの接続を解除"], - "jbc0gF": ["パスワードを作成"], - "jhoAzY": ["Mask Network Cloud"], - "jtExaD": ["Not supported yet."], - "jygqM9": ["Loading account information..."], - "k/sb6z": ["言語を選択"], - "k0USDt": ["Account connected.<0/><1/>Try to explore more features powered by Mask Network."], - "k57+C7": [["walletLength", "plural", { "one": ["#", " Wallet"], "other": ["#", " Wallets"] }]], - "k7u9V5": ["Incorrect words selected. Please try again!"], - "kC3Q3d": ["Login to Mask Cloud"], - "kbfp5m": ["表示対象:"], - "kdW3qS": ["ノンス"], - "kf/5Ap": ["複数チェーンのdAppを探索します。"], - "kr2cTE": [ - "<0>", - ["websiteCount"], - " ", - ["websiteCount", "plural", { "one": ["Website"], "other": ["Websites"] }] - ], - "ks5OGD": ["コントラクト"], - "l/UFPv": ["プロパティ"], - "l3s5ri": ["インポート"], - "lCF0wC": ["更新"], - "lCHQzJ": ["このアドレスは詐欺の可能性があります。"], - "lDgVWA": ["受取"], - "lET9my": ["マスクには次の権限が必要です"], - "lKldOY": ["12単語の復元フレーズは、ペルソナデータを回復するために使用されます。"], - "lPJwNU": ["Persona: ", ["personaName"]], - "lPsa94": ["Merge Completed"], - "lU6uRb": [ - "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." - ], - "lWOC+h": ["Mask Network requires you to authorize the following websites before using it."], - "llLBQ1": ["トークン"], - "loCUuu": ["キーストア:"], - "lvL4x0": ["Follow @masknetwork for Web3 updates and insights."], - "m16xKo": ["追加"], - "m2OZMI": ["最大手数料は最大優先手数料より低くすることはできません"], - "m3XvO+": ["インポートされたウォレット"], - "m3cvPZ": ["Payment password set."], - "m74yjp": ["Welcome to Mask Cloud Services"], - "mCB6Je": ["全て選ぶ"], - "mErq7F": ["Sign Up"], - "mGHHf5": [ - "あなたのペルソナを接続し、確認した後、あなたのweb3 の足跡を表示するか、またはヒントを受け取るための関連付けられた住所をセットアップすることができる。" - ], - "mPxxVq": ["ガスの制限を入力してください"], - "mQpWAe": ["連絡先を編集"], - "mc68kY": ["新しい決済パスワード"], - "mrAv9J": ["ネットワークを保存できませんでした"], - "mzI/c+": ["ダウンロード"], - "n42fmQ": ["最大手数料を入力してください"], - "nE/lLr": ["選択された連絡先のみ"], - "nGl2Ng": ["Restore Completed"], - "nKLBYz": [ - "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" - ], - "nMkx7r": [["0", "plural", { "one": ["#", " Hour"], "other": ["#", " Hours"] }]], - "nOCyT5": ["$1未満のトークンを表示"], - "nOhz3x": ["Logout"], - "nTFx7o": ["アバターを設定しました"], - "nTWWCZ": ["低い"], - "nTif4K": ["選択してウォレットに接続"], - "nUWEsV": ["最大手数料が必要以上です"], - "nUeoRs": ["署名メッセージ"], - "nVT2pJ": ["realMaskNetwork"], - "ndRqFD": ["チェーン ID"], - "ngWO+e": ["ローカル・キーはありません"], - "npsHM5": ["Back Up to Google Drive"], - "nqagQ8": ["メッセージ署名(Hex)"], - "nvAt0H": ["リソース"], - "o+XJ9D": ["変更"], - "o+zDNQ": ["The mnemonic word has been copied, please keep it in a safe place."], - "o4Iu2W": ["ログアウト完了"], - "oCBTyI": ["This will overwrite the existing cloud backup with the local data, this cannot be undo."], - "oDSXfc": ["新しいパスワードを現在のパスワードと同じにすることはできません。"], - "oIsL5E": ["Chain ID: ", ["0"]], - "oOQfsI": ["Current account is not the verifying account."], - "oX+QCa": ["<0>Powered by<1>Mask Network"], - "oYkran": [ - "The Mask Network Cloud Backup feature will be deactivated on April 30, 2025. Please use alternative cloud backup services or local backup solutions." - ], - "oYzol6": ["NFT"], - "oZw0Iw": ["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"], - "oe5xh9": ["復号に失敗しました。パスワードを確認してください。"], - "ohUJJM": ["プラグイン"], - "osXsDn": ["NFT をインポート"], - "ou+PEI": ["プロフィール写真"], - "p2/GCq": ["パスワードの確認"], - "p2xE4C": ["Overwrite current backup"], - "p8Aea2": ["このペルソナ名は既に存在しています."], - "pGElS5": ["ニーモニック"], - "pHqZUU": ["You used <0>", ["0"], " for the last cloud backup."], - "pbYUPI": ["Text copied!"], - "pi+hn/": ["Ethereum ", ["HD_PATH_WITHOUT_INDEX_ETHEREUM"]], - "pjrgRd": ["IDコードが間違っています"], - "pkyWdU": ["キーストアのパスワード"], - "ps1+DX": ["あなたのペルソナ名を24文字以内で設定してください"], - "pu3rTn": ["GWEI"], - "puUEU3": ["バックアップパスワードの変更"], - "put3ex": ["リクエストは以後には有効ではありません"], - "pv5v6j": ["About Permit"], - "pvnfJD": ["ダーク"], - "py6hU8": ["署名リクエスト"], - "q5+UWM": ["Contact edited."], - "qAbGIK": ["発行元"], - "qDIxZ+": ["Failed to restore the backup from Google Drive to your browser. Please try again."], - "qT8oOt": ["ペルソナが必要"], - "qYuscr": ["最大優先料金"], - "qZ6p7p": ["Backup on ", ["0"]], - "qcqdIh": ["You need to open the dApp to view the specific content."], - "qqWcBV": ["完了しました"], - "r92tNP": ["Failed to authorize Google Drive. Please try again."], - "rAcOY1": [ - "Data merged from Mask Cloud Service to local successfully. Re-enter your password to encrypt and upload the new backup to Mask Cloud Service." - ], - "rG3WVm": ["Select"], - "rLgPvm": ["バックアップ"], - "rQQGN1": ["最大優先料金は必要以上に高いです。必要以上に支払うになります。"], - "rWE7Lq": ["Contact deleted."], - "rYFSec": ["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."], - "raCUEa": ["By granting permission, you are allowing the following <0/> contract to access your funds"], - "rkMKQ0": [ - "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." - ], - "rm0yu/": ["About ", ["collectionName"]], - "rrvbCi": ["ネットワークエラーまたはスマートコントラクトを実行できませんでした。"], - "s8I4Nn": [ - "Please note: This Persona ", - ["0"], - " is the management account of above listed SmartPay ", - ["1", "plural", { "one": ["wallet"], "other": ["wallets"] }], - ". You cannot use SmartPay wallet to interact with blockchain after logging out persona." - ], - "sQJ3RN": ["最大優先料金がネットワーク状況に対して低すぎます。"], - "sQTDWu": ["Allow us to collect your usage information to help us improve Mask."], - "shPV5O": ["ローカルペルソナまたはウォレットのみ"], - "siroPf": ["Mask Network"], - "smUkx/": ["現在の管理アカウント"], - "t+A5fr": ["ガス価格は0より大きくなければなりません"], - "t/YqKh": ["削除"], - "t2prdI": ["検索結果なし"], - "t3rUZr": ["サインインリクエスト"], - "tCAZi9": ["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."], - "tIW5Jt": ["No matched tokens"], - "tOMnvw": [ - "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." - ], - "tPeNU7": ["このネットワーク名は既に存在します"], - "tXkhj/": ["スタート"], - "tbOs8j": ["Confirm Swap"], - "tcHpvG": ["所有者変更"], - "tdZPpe": ["Generating your"], - "tfDRzk": ["保存"], - "thX7xs": [ - "The network with chain ID ", - ["formChainId"], - " may use a different currency symbol (", - ["0"], - ") than the one you have entered. Please check." - ], - "tiX/tO": ["Address: <0>", ["address"], ""], - "tj48De": ["ソーシャルアカウントに接続"], - "u2OWVJ": ["接続解除に失敗しました。"], - "u8AUxz": ["Follow @", ["officialAccount"], " for Web3 updates and insights."], - "uJQLj9": ["ウォレットを接続して切り替えます。"], - "uM6jnS": ["復元に失敗しました"], - "uSMfoN": ["認証"], - "uip9JY": ["I wrote down those words in the correct order"], - "uv94aG": ["ユーザーが追加しました"], - "uyJsf6": ["詳細"], - "v7OL2k": ["Your Wallet is on "], - "vH2C/2": ["Swap"], - "vVEene": ["View your Tokens and NFTs"], - "vXIe7J": ["言語"], - "vXygio": ["データが足りません。"], - "vel6Z1": ["リクエストソース"], - "vhqFTT": ["Can't find a valid user address data source."], - "w0e0yw": ["Gas limit must be at least ", ["0"]], - "w1ctdJ": ["Mask: 作成"], - "w9Xmw/": ["Google Drive"], - "wCtp6y": ["Your Wallet is on **ready 🚀**"], - "wNecg9": ["複数のトランザクションリクエスト ", ["0"], " / ", ["1"]], - "wNxsb2": ["Reject ", ["totalMessages"], " Transactions"], - "wUlAUI": ["<0>@", ["currentUserId"], " connected already."], - "wqppGn": ["Permissions List"], - "wvJOId": ["この ENS は存在しないか利用できない。"], - "wxfXhJ": ["Scam tx"], - "x0PhCN": ["Disconnected successfully."], - "xDAtGP": ["メッセージ"], - "xEQZ4z": ["テキスト暗号化を使用する"], - "xFCCR4": ["Please enter the correct mnemonic words, private key, or upload the correct keystore file."], - "xGVfLh": ["続行"], - "xH6cn+": ["トークンを選択"], - "xPSvu3": ["<0>", ["websiteCount"], " ", ["0", "plural", { "one": ["Website"], "other": ["Websites"] }]], - "xeiujy": ["テキスト"], - "xmk880": [ - "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0>Global Backup " - ], - "xoKE3v": ["Disable Permit"], - "xopjBL": ["Please use your frequently used email or phone number for backup."], - "xsKkWN": ["Failed to get permission"], - "xupcu9": ["速度アップ"], - "y49awp": ["NFT 写真を設定"], - "y5aRAa": ["ファイルをダウンロードするには、クラウドバックアップパスワードを入力してください。"], - "y62Dys": ["Network fee"], - "y6VCOb": [["0"], " 分"], - "yC/GKd": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." - ], - "yD15Uj": ["このウォレットを削除してもよろしいですか?"], - "yFpcbN": ["このリクエストはフィッシングの添付かもしれません。私はこれを理解し続けたいです。"], - "yFrxQj": ["ニーモニック単語"], - "yGyJ1l": [ - "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." - ], - "yKu/3Y": ["復元"], - "yNu9vD": ["このウォレットアドレスは既に存在します。"], - "yQE2r9": ["読み込み中..."], - "yRuvmU": ["The mnemonic words has been copied, please keep it in a safe place."], - "yVnV6H": ["Please write down or copy these words and save them in a secure place."], - "yZhedI": ["ガス料金の設定"], - "yik0Qu": ["秘密鍵"], - "ylXk9u": ["Encrypt the message in an image"], - "yx/fMc": ["高い"], - "yx3mb0": [ - [ - "decryptProgress", - "select", - { - "finding_post_key": [ - "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." - ], - "finding_person_public_key": ["Mask is looking for the public key of the author..."], - "other": ["Mask is decrypting..."] - } - ] - ], - "yz7wBu": ["閉じる"], - "yzF66j": ["リンク"], - "z9HeHt": ["Create a Privy Wallet"], - "zBUJYA": ["The approval for this contract will be revoked in case of the amount is 0."], - "zPar3e": ["コレクティブ"], - "zga9sT": ["OK"], - "zkEW09": [ - "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" - ], - "zp7Ha3": ["バックアップ失敗"], - "zutir1": ["Encrypting your "], - "zwBp5t": ["プライベート"], - "zxrGeO": ["Gas limit must be bigger than ", ["minGas"], "."], - "zzDlyQ": ["完了"] - } -} diff --git a/packages/mask/shared-ui/locale/ja-JP.po b/packages/mask/shared-ui/locale/ja-JP.po deleted file mode 100644 index 59b9f7d6c148..000000000000 --- a/packages/mask/shared-ui/locale/ja-JP.po +++ /dev/null @@ -1,3384 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-04-10 05:53\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/mask/shared-ui/locale/en-US.po\n" -"X-Crowdin-File-ID: 944\n" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "(the name is set by the web site)" -msgstr "(名前はウェブサイトによって設定されます)" - -#. placeholder {0}: millisecondsToHours(value) -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "{0, plural, one {# Hour} other {# Hours}}" -msgstr "" - -#. placeholder {0}: decryptProgress || '' -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostAwaiting.tsx -msgid "{0, select, finding_post_key {Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you.} finding_person_public_key {Mask is looking for the public key of the author...} other {Mask is decrypting...}}" -msgstr "" - -#. placeholder {0}: formatTokenBalance(tokenBalance, token?.decimals) -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "{0} available" -msgstr "{0} 利用可能です" - -#. placeholder {0}: wallet?.name || 'Your wallet' -#: popups/pages/Wallet/ConnectedSites/index.tsx -msgid "{0} is connected to these sites, they can view your account address." -msgstr "" - -#. placeholder {0}: millisecondsToMinutes(value) -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "{0} Mins" -msgstr "{0} 分" - -#. placeholder {0}: pendingTransactions.length -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "{0} Pending" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "{count, plural, one {# Wallet 🚀} other {# Wallets 🚀}}" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "{count, plural, one {You have recovered **# Wallet 🚀**} other {You have recovered **# Wallets 🚀**}}" -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostAwaiting.tsx -#~ msgid "{decryptProgress, select, finding_post_key {Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you.} finding_person_public_key {Mask is looking for the public key of the author...} other {Mask is decrypting...}}" -#~ msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "{shareWithNum, plural, one {1 friend} other {# friends}}" -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "{walletLength, plural, one {# Wallet} other {# Wallets}}" -msgstr "" - -#. placeholder {0}: websiteCount || 0 -#: popups/pages/Settings/index.tsx -msgid "<0>{websiteCount} {0, plural, one {Website} other {Websites}}" -msgstr "" - -#: popups/pages/Settings/index.tsx -#~ msgid "<0>{websiteCount} {websiteCount, plural, one {Website} other {Websites}}" -#~ msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "<0>@{currentUserId} connected already." -msgstr "" - -#. placeholder {0}: formatEthereumAddress(transaction.formattedTransaction.popup.spender, 4) -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "<0>Granted to <1>{0}" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." -msgstr "" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "<0>Powered by<1>Mask Network" -msgstr "" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "<0>Service Agreement and <1>Privacy Policy" -msgstr "" - -#: popups/components/TransactionPreview/index.tsx -msgid "<0>To: <1>{to}" -msgstr "" - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -msgid "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {encrypted} to send your first encrypted tweet." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "📃📃📃 Try to permanently use decentralized file storage on {sns}. Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "12-word recovery phrase is used to recover your persona data." -msgstr "12単語の復元フレーズは、ペルソナデータを回復するために使用されます。" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "a token" -msgstr "トークン" - -#: popups/pages/Settings/index.tsx -msgid "About" -msgstr "詳細" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "About {collectionName}" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "About Permit" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Account connected.<0/><1/>Try to explore more features powered by Mask Network." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts -msgid "Account successfully connected to persona" -msgstr "ソーシャルメディアで Web3 dApps の機能を探索してみてください。" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "accounts" -#~ msgstr "" - -#: popups/pages/Wallet/components/WalletAssets/index.tsx -msgid "Activities" -msgstr "アクティビティ" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Activity Log" -msgstr "行動記録" - -#: popups/modals/SwitchPersonaModal/index.tsx -#: popups/pages/Friends/ContactCard/index.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -msgid "Add" -msgstr "追加" - -#: content-script/components/InjectedComponents/CommentBox.tsx -msgid "Add an encrypted comment..." -msgstr "" - -#: popups/pages/Wallet/AddToken/index.tsx -msgid "Add Assets" -msgstr "資産を追加" - -#: popups/components/AddContactInputPanel/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Add Contact" -msgstr "連絡先を追加する" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Add google Drive" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Wallet/NetworkManagement/index.tsx -msgid "Add Network" -msgstr "ネットワークを追加" - -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Add new address to an existing group" -msgstr "既存のグループに新しいアドレスを追加" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Add Suggested Token" -msgstr "提案されたトークンを追加" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Add the file to Chrome's database" -msgstr "" - -#: popups/pages/Wallet/components/StartUp/index.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -#: popups/pages/Wallet/CreateWallet/index.tsx -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Add Wallet" -msgstr "ウォレットを追加" - -#: popups/components/TokenPicker/TokenItem.tsx -#: popups/pages/Wallet/components/AssetsList/index.tsx -msgid "Added by user" -msgstr "ユーザーが追加しました" - -#: popups/pages/Friends/ContactCard/index.tsx -msgid "Added successfully" -msgstr "正常に追加されました。" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." -msgstr "ウォレットを追加すると、Next.IDサービスを介してデジタルIDを所有、表示、利用することができます。 ウォレットの所有権を証明するためには、トランザクションに署名して認証する必要があります。" - -#: popups/modals/AddContactModal/index.tsx -msgid "Address" -msgstr "アドレス" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "Address: <0>{address}" -msgstr "" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." -msgstr "あなたのペルソナを接続し、確認した後、あなたのweb3 の足跡を表示するか、またはヒントを受け取るための関連付けられた住所をセットアップすることができる。" - -#: popups/pages/Personas/Logout/index.tsx -msgid "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." -msgstr "" - -#: dashboard/pages/SetupPersona/Permissions/index.tsx -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Agree" -msgstr "同意" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "All" -msgstr "全て" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "All Mask Network users" -msgstr "" - -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Allow this site to switch the network?" -msgstr "このサイトがネットワークを切り替えることを許可しますか?" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Allow us to collect your usage information to help us improve Mask." -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Amount" -msgstr "金額" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "an NFT" -msgstr "NFT" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Appearance" -msgstr "外観" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -#: popups/modals/UpdatePermissionModal/index.tsx -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Approve" -msgstr "承認" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Approve amount" -msgstr "承認金額" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Are you sure to overwrite the backups stored on Mask Cloud Service?" -#~ msgstr "" - -#. placeholder {0}: formatEthereumAddress(wallet.identity, 4) -#: popups/components/ConnectedWallet/index.tsx -msgid "Are you sure to remove the connected wallet <0>{0}?" -msgstr "" - -#: popups/modals/WalletRemoveModal/index.tsx -msgid "Are you sure to remove this wallet?" -msgstr "このウォレットを削除してもよろしいですか?" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Are you sure?" -msgstr "本当によろしいですか?" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Are your sure you want to disconnect? You may lose part of functionalities of this website." -msgstr "" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Asset is hidden." -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "Associated Accounts" -msgstr "関連アカウント" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "At least 6 characters" -msgstr "6 文字以上" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Authorization Failed" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "Auto-lock" -msgstr "自動ロック" - -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "Auto-lock Time" -msgstr "自動ロック時間" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Avatar set successfully" -msgstr "アバターを設定しました" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -#: popups/pages/Personas/AccountDetail/UI.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Back" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#~ msgid "Back Up to Google Drive" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Back Up Your Data Your Way" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: popups/modals/SwitchPersonaModal/index.tsx -#: popups/pages/Personas/Logout/index.tsx -msgid "Backup" -msgstr "バックアップ" - -#: popups/pages/Settings/index.tsx -msgid "Backup & Recovery" -msgstr "バックアップと復元" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Backup downloaded and merged to local successfully." -#~ msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup Failed" -msgstr "バックアップ失敗" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#~ msgid "Backup is saved to Mask Cloud Service." -#~ msgstr "" - -#. placeholder {0}: user.cloudBackupAt -#. placeholder {0}: user.localBackupAt -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Backup on {0}" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Backup password" -msgstr "バックアップパスワード" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Local.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Backup Password" -msgstr "バックアップパスワード" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." -msgstr "バックアップパスワードは、大文字、小文字、特殊文字および数字を含む8-20文字でなければなりません。" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Backup password set successfully" -msgstr "バックアップパスワードの設定が完了しました" - -#: popups/modals/PersonaSettingModal/index.tsx -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Backup Persona" -msgstr "ペルソナをバックアップする" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup Successful" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -msgid "Backup to Google Drive" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Backup to Mask Cloud Service" -#~ msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup to the Cloud" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx -msgid "Backup Wallet" -msgstr "ウォレットをバックアップする" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Balance" -msgstr "残高" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Base" -msgstr "ベース" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Basic setting" -msgstr "基本設定" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Be aware, check the token before adding it." -msgstr "注意してください。追加する前にトークンを確認してください。" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Block Explorer URL" -msgstr "ブロックエクスプローラーのURL" - -#: popups/pages/Trader/Header.tsx -msgid "Bridge" -msgstr "" - -#: content-script/site-adaptors/twitter.com/injection/ToolboxHint_UI.tsx -msgid "Browse the Web3 footprints of your X friends, enjoy the freedom of Web3." -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Browser File" -msgstr "ブラウザファイル" - -#: dashboard/pages/SetupPersona/Permissions/index.tsx -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy." -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "By granting permission, you are allowing the following <0/> contract to access your funds" -msgstr "" - -#: popups/components/UnlockERC721Token/index.tsx -msgid "By granting permission, you are allowing the following <0/> contract to access your NFTs." -msgstr "" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "By proceeding you agree to the" -msgstr "続行することで、以下に同意します。" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Can't find a valid user address data source." -msgstr "" - -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/modals/ConfirmModal/index.tsx -#: dashboard/pages/SetupPersona/Permissions/index.tsx -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/DeleteContactModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/GasSettingModal/index.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Personas/PersonaSignRequest/index.tsx -#: popups/pages/RequestPermission/RequestPermission.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Wallet/Interaction/interaction.tsx -#: popups/pages/Wallet/ResetWallet/index.tsx -#: popups/pages/Wallet/SelectWallet/index.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Cancel" -msgstr "" - -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Cannot switch to a unknown network." -msgstr "不明なネットワークに切り替えることはできません。" - -#: popups/components/SignRequestInfo/index.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Chain ID" -msgstr "チェーン ID" - -#. placeholder {0}: currentNetwork?.chainId ?? currentChainId -#. placeholder {0}: nextNetwork?.chainId ?? nextChainId -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Chain ID: {0}" -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Change" -msgstr "変更" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Change another account and try again." -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Change Backup Password" -msgstr "バックアップパスワードの変更" - -#: popups/pages/Wallet/WalletSettings/ChangeNetwork.tsx -msgid "Change Network" -msgstr "ネットワークを変更" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#: popups/pages/Wallet/WalletSettings/ChangeOwner.tsx -#~ msgid "Change Owner" -#~ msgstr "所有者変更" - -#: popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx -#: popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx -msgid "Change Payment Password" -msgstr "支払いパスワードを変更する" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Choose another wallet" -msgstr "他のウォレットを選択してください" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." -msgstr "" - -#: popups/modals/ChooseToken/index.tsx -msgid "Choose Token" -msgstr "トークンを選択" - -#: popups/pages/Wallet/components/OriginCard/index.tsx -msgid "Chrome - external extension" -msgstr "" - -#: content-script/components/InjectedComponents/PostDialogHint.tsx -msgid "Click here to have a quick start." -msgstr "ここをクリックしてクイックスタートを切りましょう。" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Click on <0/> at the top-right of your browser." -msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Click on the down-arrow to see the private key." -msgstr "" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Close" -msgstr "閉じる" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: dashboard/pages/SetupPersona/Backup/index.tsx -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Cloud Backup" -msgstr "クラウドバックアップ" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Collectible" -msgstr "コレクティブ" - -#: popups/components/NFTAvatarPicker/index.tsx -#~ msgid "Coming soon" -#~ msgstr "近日公開" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Completed" -msgstr "完了しました" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: dashboard/modals/ConfirmModal/index.tsx -#: popups/components/NFTAvatarPicker/index.tsx -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/modals/ConfirmModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/PersonaRenameModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/modals/ShowPrivateKeyModal/index.tsx -#: popups/modals/WalletAutoLockSettingModal/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -#: popups/pages/Wallet/Interaction/interaction.tsx -#: popups/pages/Wallet/ResetWallet/index.tsx -#: popups/pages/Wallet/SelectWallet/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -#: popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx -msgid "Confirm" -msgstr "確認" - -#: popups/pages/Trader/Header.tsx -msgid "Confirm Bridge" -msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Confirm Password" -msgstr "パスワードの確認" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Confirm Payment Password" -msgstr "支払いパスワードを再入力" - -#: popups/pages/Trader/Header.tsx -msgid "Confirm Swap" -msgstr "" - -#. placeholder {0}: asset.symbol -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Confirm to hide {0}? You can redisplay it by re-adding this token at any time." -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Confirm to hide {name}? You can redisplay it by re-adding this NFT at any time." -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Congratulations" -msgstr "おめでとうございます!" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: popups/components/ConnectedWallet/index.tsx -#: popups/components/SocialAccounts/index.tsx -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect" -msgstr "接続" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Connect and switch between your wallets." -msgstr "ウォレットを接続して切り替えます。" - -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect Mask Network Account using your wallet." -msgstr "ウォレットを使用してマスクネットワークアカウントを接続します。" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Connect Persona" -msgstr "ペルソナを接続" - -#: popups/modals/ConnectSocialAccountModal/index.tsx -msgid "Connect Social Account" -msgstr "ソーシャルアカウントに接続" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Connect Wallet" -msgstr "ウォレットと接続" - -#: popups/pages/Wallet/Interaction/AddChainRequest.tsx -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Connect with Mask Wallet" -msgstr "マスクウォレットと接続" - -#: popups/components/SocialAccounts/index.tsx -msgid "Connect your social platform accounts." -msgstr "ソーシャルプラットフォームのアカウントに接続します。" - -#: content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect your wallet" -msgstr "ウォレットを接続します" - -#: popups/pages/Wallet/components/WalletHeader/UI.tsx -msgid "Connected" -msgstr "" - -#. placeholder {0}: currentPersona?.nickname -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Connected {0} with {walletName}." -msgstr "" - -#: popups/pages/Wallet/ConnectedSites/index.tsx -#: popups/pages/Wallet/WalletSettings/ConnectedOrigins.tsx -msgid "Connected sites" -msgstr "接続されたサイト" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Connected successfully." -msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Connected Wallet" -msgstr "接続されたウォレット" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Connecting operation cancelled in third-party wallet." -msgstr "サードパーティウォレットで接続がキャンセルされました。" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Connecting your {providerType} wallet" -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -msgid "Contact added." -msgstr "" - -#: popups/modals/DeleteContactModal/index.tsx -msgid "Contact deleted." -msgstr "" - -#: popups/modals/EditContactModal/index.tsx -msgid "Contact edited." -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -#: popups/pages/Friends/Home/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/WalletSettings/Contacts.tsx -msgid "Contacts" -msgstr "コンタクト" - -#: dashboard/components/Restore/RestoreFromMnemonic.tsx -#: dashboard/components/Restore/RestoreFromPrivateKey.tsx -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -#: dashboard/pages/SetupPersona/Recovery/Phrase.tsx -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Continue" -msgstr "続行" - -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -msgid "Contract" -msgstr "コントラクト" - -#: popups/components/TransactionPreview/index.tsx -msgid "Contract Interaction" -msgstr "コントラクトの相互作用" - -#: popups/components/PrivateKeyDisplay/index.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Copied" -msgstr "コピーしました" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Copy" -msgstr "コピー" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Copy image" -msgstr "画像をコピー" - -#: popups/components/PrivateKeyDisplay/index.tsx -msgid "Copy private key" -msgstr "秘密鍵をコピーする" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Copy text" -msgstr "テキストをコピー" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Could not fetch chain ID. Is your RPC URL correct?" -msgstr "チェーンIDを取得できませんでした。RPCのURLは正しいですか?" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Create" -msgstr "作成" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Create a New Wallet" -msgstr "新しいウォレットを作成する" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Create a Privy Wallet" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Create a Privy wallet using an X account" -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Create New Mask Identity" -msgstr "新規Mask IDを作成" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Create Password" -msgstr "パスワードを作成" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Personas/Home/UI.tsx -msgid "Create Persona" -msgstr "ペルソナを作成" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Create your persona to get started" -msgstr "あなたのペルソナを作成して始めましょう" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Creating or retrieving your wallet with Privy. Please confirm on the X authorization page." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Creating your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Creating your " -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Creating your **identity**" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Creating your **wallet**" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Creation Completed" -msgstr "" - -#: popups/modals/ChooseCurrencyModal/index.tsx -#: popups/pages/Wallet/WalletSettings/ChangeCurrency.tsx -msgid "Currency" -msgstr "通貨" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Currency Symbol (Optional)" -msgstr "通貨記号(オプション)" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Current account is not the verifying account." -msgstr "" - -#. placeholder {0}: formatWeiToGwei(gasOptions.normal.baseFeePerGas).toFixed(2, BigNumber.ROUND_UP) -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Current base fee is {0} Gwei" -msgstr "現在の基本手数料は {0} Gweiです" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#~ msgid "Current Management Account" -#~ msgstr "現在の管理アカウント" - -#: popups/pages/Wallet/WalletSettings/index.tsx -#~ msgid "Current wallet (<0>{currentWallet}) is the management account of SmartPay wallet (<1>{other_wallets}).<2/>Deleting the current wallet will result in the deletion of the SmartPay wallet simultaneously." -#~ msgstr "" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -msgid "Custom" -msgstr "カスタム" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Dark" -msgstr "ダーク" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "data" -#~ msgstr "" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Data" -msgstr "データ" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Data backed up successfully!" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Data correlation" -msgstr "データの相関値" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Data merged from Mask Cloud Service to local successfully. Re-enter your password to encrypt and upload the new backup to Mask Cloud Service." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -msgid "Decrypt failed, please check password" -msgstr "復号に失敗しました。パスワードを確認してください。" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. {encrypted}" -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "Decrypted by Mask Network" -msgstr "Mask で暗号化されています:" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Delete" -msgstr "削除" - -#: popups/modals/DeleteContactModal/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Delete Contact" -msgstr "連絡先を削除" - -#: popups/pages/Friends/Detail/index.tsx -msgid "Deleted successfully" -msgstr "正常に削除されました" - -#: popups/components/TransactionPreview/index.tsx -msgid "Deploy Contract" -msgstr "コントラクトのデプロイ" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Description" -msgstr "説明" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "Disable Permit" -msgstr "" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnect" -msgstr "接続解除" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnect all accounts" -msgstr "すべてのアカウントとの接続を解除" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnect failed." -msgstr "接続解除に失敗しました。" - -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnect Social Account?" -msgstr "ソーシャルアカウントに接続解除しますか?" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Disconnect Wallet?" -msgstr "ウォレットを接続解除してもよろしいですか?" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnected successfully." -msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnected." -msgstr "" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "Display the following address on your Web3 profile page and use it to receive tips." -msgstr "Web3プロフィールページに以下のアドレスを表示し、ヒントを受け取るために使用してください。" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Do you need to paste encrypted content manually?" -msgstr "Mask が自動で投稿を作成できませんでした。手動でペーストしてください。" - -#. placeholder {0}: selectedAccount?.identifier.userId -#. placeholder {1}: currentPersona.nickname -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Do you want to remove the verified association between the X account @<0>{0} and {1}?" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Domain" -msgstr "ドメイン" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Don't forget to pin Mask Network in the browser toolbar to access Web3 easily." -msgstr "" - -#: popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx -msgid "Don't see your NFT?" -msgstr "NFTが見つかりませんか?" - -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Done" -msgstr "完了!" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -#: dashboard/components/GoogleDriveFileTable.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Download" -msgstr "ダウンロード" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Download backup" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Local.tsx -msgid "Download Backup" -msgstr "バックアップのダウンロード" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Downloading" -msgstr "ダウンロード中" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Drag & Drop your file here" -msgstr "ここにファイルをドラッグ&ドロップしてください" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "E-mail" -#~ msgstr "" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Edit" -msgstr "編集" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Edit Contact" -msgstr "連絡先を編集" - -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "eg: X accounts, persona public keys, wallet addresses or ENS" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Email" -msgstr "メールアドレス" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Email verification code" -msgstr "電子メール検証コード" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Enable auto paste" -msgstr "自動ペーストを有効にする" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -msgid "Enable the plugin" -msgstr "" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Encrypt" -msgstr "完了" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Encrypt the message in an image" -msgstr "" - -#: content-script/components/CompositionDialog/Composition.tsx -msgid "Encrypted Post" -msgstr "Mask: 作成" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Encrypting your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Encrypting your " -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Encrypting your **data**" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Encryption Method" -msgstr "暗号化方法" - -#: popups/components/AddContactInputPanel/index.tsx -msgid "Ens or Address(0x)" -msgstr "Ens または Address(0x)" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Enter a gas limit" -msgstr "ガスの制限を入力してください" - -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Enter a gas price" -msgstr "ガス価格を入力してください" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Enter a max fee" -msgstr "最大手数料を入力してください" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Enter a max priority fee" -msgstr "最大優先料金を入力してください" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "Enter Max spend limit" -msgstr "最大支出上限を入力してください" - -#: popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx -msgid "Enter Payment Password" -msgstr "支払いパスワードを入力する" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Entered passwords are inconsistent." -msgstr "" - -#. placeholder {0}: rejection.message -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -msgid "Error: {0}" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Ethereum {HD_PATH_WITHOUT_INDEX_ETHEREUM}" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Everyone" -msgstr "全員" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Example: Alice" -msgstr "例: アリス(Alice)" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Trader/Header.tsx -msgid "Exchange" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -msgid "Experience in X" -msgstr "Twitter での経験" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Explore multi-chain dApps." -msgstr "複数チェーンのdAppを探索します。" - -#: popups/modals/VerifyBackupPasswordModal/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Export" -msgstr "エクスポート" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Failed" -msgstr "失敗しました" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Failed to add the wallet, please try again." -msgstr "ウォレットを追加できませんでした。もう一度やり直してください。" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Failed to authorize Google Drive. Please try again." -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostFailed.tsx -msgid "Failed to decrypt." -msgstr "" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Failed to disconnect wallet" -msgstr "" - -#. placeholder {0}: (err as Error).message -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Failed to download and merge the backup: {0}" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Failed to download and merge the backup." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#~ msgid "Failed to get permission" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Failed to get permissions" -msgstr "" - -#: dashboard/components/GoogleDriveLogin.tsx -#~ msgid "Failed to login: {0}" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "Failed to restore the backup from Google Drive to your browser. Please try again." -msgstr "" - -#. placeholder {0}: (err as Error).message -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Failed to restore the backup: {0}" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Failed to save network" -msgstr "ネットワークを保存できませんでした" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Failed to set Avatar." -msgstr "アバターを設定できませんでした。" - -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Failed to transfer token: {message}" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "FAQ&Tutorial" -msgstr "よくある質問と回答" - -#: popups/pages/Settings/index.tsx -msgid "Feedback" -msgstr "フィードバック" - -#: dashboard/components/BackupPreview/index.tsx -msgid "File" -msgstr "ファイル" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Find Mask Network in the extension list and click the <0/> button." -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Floor price" -msgstr "フロア価格" - -#: content-script/components/CompositionDialog/useSubmit.ts -#~ msgid "Follow @{officialAccount} for Web3 updates and insights." -#~ msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Follow @masknetwork for Web3 updates and insights." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -msgid "Follow @masknetwork to explore Web3." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -#~ msgid "Follow @realMaskNetwork to explore Web3." -#~ msgstr "" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/modals/SelectLanguageModal/index.tsx -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Follow System" -msgstr "システムに従う" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Forgot payment password?" -msgstr "パスワードを忘れましたか?" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "From" -msgstr "から" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "from <0>{fromAddress}" -msgstr "" - -#. placeholder {0}: transaction.formattedTransaction.popup.method -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Function: {0}" -msgstr "機能: {0}" - -#: popups/components/TransactionPreview/index.tsx -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -#: popups/modals/GasSettingModal/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Gas Fee" -msgstr "ガス料金" - -#: popups/pages/Wallet/GasSetting/index.tsx -#: popups/pages/Wallet/GasSetting/index.tsx -msgid "Gas fee settings" -msgstr "ガス料金の設定" - -#: popups/pages/Wallet/GasSetting/index.tsx -msgid "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Gas Limit" -msgstr "ガス制限" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Limit (Units)" -msgstr "ガス制限 (単位)" - -#. placeholder {0}: String(minGasLimit) -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Gas limit must be at least {0}" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas limit must be bigger than {minGas}." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas limit must be smaller than {maxGas}." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Gas Price" -msgstr "ガス価格" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Price (GWEI)" -msgstr "ガス価格 (GWEI)" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas price is too low and will cause the transaction fail" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas price should be greater than 0" -msgstr "ガス価格は0より大きくなければなりません" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Used (Units)" -msgstr "ガス使用量 (単位)" - -#: popups/pages/Settings/index.tsx -msgid "General" -msgstr "一般" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Generate a new persona" -msgstr "新しいペルソナを作成" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Generate a new wallet address" -msgstr "新しいウォレットアドレスを生成する" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Generating your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Generating your " -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Generating your **accounts**" -msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#~ msgid "Get permission failed" -#~ msgstr "" - -#. placeholder {0}: contract?.symbol || '' -#. placeholder {0}: token?.symbol || '' -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -msgid "Give permission to access <0/> your {0}?" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/index.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/index.tsx -msgid "Google Drive" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Got it" -msgstr "了解" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gwei" -msgstr "Gwei(グワイ)" - -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/hooks/useGasOptionsMenu.tsx -msgid "GWEI" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." -msgstr "" - -#: content-script/site-adaptors/twitter.com/injection/PostDialogHint.tsx -msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." -msgstr "" - -#: content-script/site-adaptors/twitter.com/injection/PostDialogHint.tsx -#~ msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @realMaskNetwork to explore Web3." -#~ msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Hi friends, I just created {token} Lucky Drop. Download Mask.io to claim." -msgstr "" - -#. placeholder {0}: asset.symbol -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Hide {0}" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Hide {name}" -msgstr "" - -#: popups/components/MnemonicDisplay/index.tsx -msgid "Hide mnemonic words" -msgstr "" - -#: popups/pages/Wallet/components/AssetsList/MoreBar.tsx -msgid "Hide tokens with value less than $1" -msgstr "$1 未満のトークンを非表示にする" - -#: popups/pages/Wallet/WalletSettings/HidingScamTx.tsx -msgid "Hiding Scam Transactions" -msgstr "詐欺トランザクションを非表示にする" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "High" -msgstr "高い" - -#: popups/pages/Trader/Header.tsx -msgid "History" -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "I wrote down those words in the correct order" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "identity" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Identity ID" -msgstr "アイデンティティ ID" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Image" -msgstr "画像" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Image copied!" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Import" -msgstr "インポート" - -#: popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx -msgid "Import NFT" -msgstr "NFT をインポート" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Import Wallet" -msgstr "ウォレットをインポート" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Import Wallets" -msgstr "ウォレットをインポート" - -#: popups/components/WalletItem/index.tsx -msgid "Imported" -msgstr "インポートされました" - -#: popups/modals/WalletGroupModal/index.tsx -msgid "Imported Wallets" -msgstr "インポートされたウォレット" - -#: dashboard/hooks/useBackupFormState.ts -msgid "Incorrect Backup Password" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Incorrect backup password." -msgstr "バックアップパスワードが正しくありません。" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Incorrect Backup Password." -msgstr "バックアップパスワードが正しくありません。" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Incorrect cloud backup password, please try again." -msgstr "クラウドバックアップのパスワードが正しくありません。もう一度やり直してください。" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Incorrect Keystore Password." -msgstr "キーストアのパスワードが正しくありません。" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Incorrect Mnemonic Words." -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Incorrect password" -msgstr "パスワードが間違っています" - -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Local.tsx -msgid "Incorrect Password" -msgstr "パスワードが間違っています" - -#: popups/pages/Personas/Logout/index.tsx -#~ msgid "Incorrect payment password." -#~ msgstr "パスワードが正しくありません。" - -#: popups/modals/ShowPrivateKeyModal/index.tsx -#: popups/modals/WalletRemoveModal/index.tsx -msgid "Incorrect Payment Password." -msgstr "現在のパスワードが正しくありません。" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -msgid "Incorrect Private Key" -msgstr "IDコードが間違っています" - -#: dashboard/pages/SetupPersona/Recovery/Phrase.tsx -msgid "Incorrect recovery phrase." -msgstr "アイデンティティニーモニックが正しくありません。" - -#: popups/hooks/useContactsContext.ts -#: popups/modals/AddContactModal/index.tsx -msgid "Incorrect wallet address." -msgstr "ウォレットアドレスが正しくありません。" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Incorrect words selected. Please try again!" -msgstr "" - -#: dashboard/components/Restore/RestoreFromPrivateKey.tsx -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -msgid "Input your Private Key" -msgstr "秘密鍵を入力してください" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -msgid "Instant" -msgstr "インスタント" - -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Insufficient funds for gas." -msgstr "手数料付けるには残高が足りません" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid Block Explorer URL." -msgstr "無効なブロックエクスプローラのURLです。" - -#: dashboard/pages/SetupPersona/Backup/Cloud/EmailForm.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#~ msgid "Invalid email address format." -#~ msgstr "メールアドレスが正しくありません。" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Invalid email address." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid number" -msgstr "無効な番号です" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#~ msgid "Invalid phone number, please check and try again." -#~ msgstr "電話番号が無効です。確認してもう一度お試しください。" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid RPC URL." -msgstr "RPCのURLが無効です。" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Invalid verification code." -msgstr "認証コードが無効です。" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Issued at" -msgstr "発行元" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Just Me" -msgstr "自分のみ" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Just Selected Contacts" -msgstr "選択された連絡先のみ" - -#: popups/pages/Wallet/components/StartUp/index.tsx -#~ msgid "Keep your transactions and assets safe with Mask Wallet." -#~ msgstr "Maskウォレットで取引と資産を安全に保管してください。" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Kept safely" -msgstr "安全に保管されている" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Keystore" -msgstr "キーストア:" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -msgid "Keystore password" -msgstr "キーストアのパスワード" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Lack of number, letter or special character." -msgstr "数字、文字、または特殊文字がない。" - -#: popups/pages/Settings/index.tsx -msgid "Language" -msgstr "言語" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Light" -msgstr "ライト" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Likely in < {estimateSecond} seconds" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Link" -msgstr "リンク" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Load failed" -msgstr "読み込み失敗" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: popups/pages/Friends/Home/UI.tsx -msgid "Loading" -msgstr "読み込み中..." - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Loading account information..." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Local Backup" -msgstr "ローカルバックアップ" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#~ msgid "Local persona or wallet only" -#~ msgstr "ローカルペルソナまたはウォレットのみ" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Locale Backup" -msgstr "" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Lock Wallet" -msgstr "ウォレットをロックする" - -#: popups/modals/PersonaSettingModal/index.tsx -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Personas/Logout/index.tsx -msgid "Log out" -msgstr "ログアウト" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "Login to Mask Cloud" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "Logout" -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Logout failed" -msgstr "ログアウトに失敗しました。" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Logout successfully" -msgstr "ログアウト完了" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Low" -msgstr "低い" - -#: popups/modals/ChooseNetworkModal/index.tsx -#: popups/pages/Wallet/NetworkManagement/index.tsx -msgid "Manage Network" -msgstr "ネットワークを管理する" - -#: popups/modals/SupportedSitesModal/index.tsx -msgid "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." -msgstr "" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Mask needs the following permissions" -msgstr "マスクには次の権限が必要です" - -#: content-script/components/InjectedComponents/PostDialogHint.tsx -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Mask Network" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Mask Network Cloud" -msgstr "" - -#: content-script/components/InjectedComponents/PermissionBoundary.tsx -msgid "Mask Network requires you to authorize the following websites before using it." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -#~ msgid "masknetwork" -#~ msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Max" -msgstr "最大" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max Fee" -msgstr "最大料金" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Max Fee (GWEI)" -msgstr "最大料金 (GWEI)" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee cannot be lower than max priority fee" -msgstr "最大手数料は最大優先手数料より低くすることはできません" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee is higher than necessary" -msgstr "最大手数料が必要以上です" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee is too low for network conditions." -msgstr "最大手数料がネットワーク状況に対して低すぎます。" - -#. placeholder {0}: formatWeiToGwei(miniumMaxFeePerGas).toFixed(2, BigNumber.ROUND_UP) -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max fee should be greater than base fee of {0} Gwei." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max Priority Fee" -msgstr "最大優先料金" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee is higher than necessary. You may pay more than needed." -msgstr "最大優先料金は必要以上に高いです。必要以上に支払うになります。" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max priority fee is too high for network conditions." -msgstr "最大優先料金がネットワーク状況に対して高すぎます。" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee is too low for network conditions" -msgstr "最大優先料金がネットワーク状況に対して低すぎます。" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max priority fee is too low for network conditions." -msgstr "最大優先料金がネットワーク状況に対して低すぎます。" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee must be greater than 0 GWEI" -msgstr "最大優先手数料は0GWEIより大きくなければなりません" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Medium" -msgstr "中間" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Merge Completed" -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Merge data to local database" -msgstr "ローカルデータベースにデータを統合" - -#: dashboard/components/GoogleDriveFileTable.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Merge to Browser" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Merge to local" -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Message" -msgstr "メッセージ" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Mnemonic" -msgstr "ニーモニック" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "Mnemonic word" -msgstr "ニーモニック単語" - -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#~ msgid "Mobile" -#~ msgstr "モバイル" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#~ msgid "Mobile number" -#~ msgstr "携帯番号" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#~ msgid "Mobile verification code" -#~ msgstr "モバイル認証コード" - -#. placeholder {0}: String(currentMessageIndex + 1) -#. placeholder {1}: String(totalMessages) -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Multiple transaction requests {0} / {1}" -msgstr "複数のトランザクションリクエスト {0} / {1}" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "My Wallets" -msgstr "私のウォレット" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "N/A" -msgstr "なし" - -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Name" -msgstr "名前" - -#: popups/components/TokenPicker/index.tsx -msgid "Name or Contract address e.g. USDC or 0x234..." -msgstr "" - -#: popups/modals/ChooseNetworkModal/index.tsx -msgid "Network" -msgstr "ネットワーク" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network added" -msgstr "" - -#: popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx -msgid "Network error or execute smart contract failed." -msgstr "ネットワークエラーまたはスマートコントラクトを実行できませんでした。" - -#: popups/pages/Trader/Header.tsx -msgid "Network fee" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network Name" -msgstr "ネットワーク名" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network removed." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network saved" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Never share 12-word secret mnemonic with anyone!" -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Never share the 12-word secret mnemonic words with anyone!" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "New password" -msgstr "新しいパスワード" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "New password cannot be the same as your current password." -msgstr "新しいパスワードを現在のパスワードと同じにすることはできません。" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "New Payment Password" -msgstr "新しい決済パスワード" - -#: content-script/components/GuideStep/index.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Next" -msgstr "" - -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Next.ID" -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Wallet/AddToken/index.tsx -#: popups/pages/Wallet/components/WalletAssets/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -msgid "NFTs" -msgstr "" - -#: popups/pages/Wallet/AddToken/index.tsx -msgid "NFTs added" -msgstr "" - -#: popups/pages/Friends/Detail/UI.tsx -msgid "No associated accounts" -msgstr "関連するアカウントがありません" - -#: popups/components/WalletSettingList/index.tsx -msgid "No associated wallet. <0>Add Wallet." -msgstr "" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "No back up" -msgstr "バックアップはありません" - -#: dashboard/components/GoogleDriveFileTable.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "No backups found" -msgstr "バックアップが見つかりません" - -#: popups/pages/Friends/Contacts/index.tsx -msgid "No contacts stored locally, you can try searching." -msgstr "" - -#: popups/pages/Wallet/components/ActivityList/index.tsx -msgid "No Data" -msgstr "データなし" - -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "No friends are stored locally, please try search one." -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "No local key" -msgstr "ローカル・キーはありません" - -#: popups/components/TokenPicker/index.tsx -msgid "No matched tokens" -msgstr "" - -#: popups/components/NFTAvatarPicker/CollectionList.tsx -msgid "No NFTs found." -msgstr "NFTが見つかりません。" - -#: content-script/components/shared/SelectRecipients/SelectRecipients.tsx -msgid "No results" -msgstr "該当結果なし" - -#: popups/pages/Friends/SearchList/index.tsx -msgid "No search results" -msgstr "検索結果なし" - -#: popups/pages/Wallet/ConnectedSites/index.tsx -msgid "No websites connected to this wallet" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Nonce" -msgstr "ノンス" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Not connected" -msgstr "接続されていません" - -#: popups/pages/Wallet/components/WalletHeader/UI.tsx -msgid "Not Connected" -msgstr "" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Not enough data to present." -msgstr "データが足りません。" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Not found your {providerType} wallet" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Not set" -msgstr "未設定" - -#: popups/components/NFTAvatarPicker/CollectionList.tsx -msgid "Not supported yet." -msgstr "" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." -msgstr "注:前回のインポートで使用したニーモニックフレーズを使用している場合、そのニーモニックフレーズに由来するウォレットを復元することができます。" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "OK" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "Okay" -msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "Old Payment Password" -msgstr "以前の決済パスワード" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "Only visible to yourself" -msgstr "自分にのみ表示されます" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Open in a new tab" -msgstr "新しいタブで開く" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Open Mask Wallet" -msgstr "Maskウォレットを開く" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Or" -msgstr "または" - -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Or create a new wallet group" -msgstr "または新しいウォレットグループを作成" - -#. placeholder {0}: author.userId -#: content-script/components/InjectedComponents/DecryptedPost/authorDifferentMessage.tsx -msgid "Originally posted by {0}" -msgstr "最初の作者は {0}" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Overwrite Backup" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Overwrite current backup" -#~ msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Password" -msgstr "パスワード" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Paste manually" -msgstr "手動でペーストする" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Local.tsx -#: popups/modals/ShowPrivateKeyModal/index.tsx -#: popups/modals/WalletRemoveModal/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Payment Password" -msgstr "支払いパスワードの設定" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "Payment password changed." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/pages/Wallet/hooks/usePasswordForm.ts -#: popups/pages/Wallet/hooks/usePasswordForm.ts -msgid "Payment password must be 6 to 20 characters." -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Payment password set." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Payment Password should be between 6 and 20 characters." -msgstr "支払いパスワードは6文字以上20文字以下で設定してください。" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Payment password stored locally and you could try as many as you want to unlock your wallet." -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Pending" -msgstr "保留中" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Permissions" -msgstr "許可" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Permissions List" -msgstr "" - -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Persona" -msgstr "ペルソナ" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Persona already exists." -msgstr "ペルソナは既に存在します。" - -#: dashboard/pages/SignUp/steps/PersonaRecovery.tsx -msgid "Persona created." -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Persona Name" -msgstr "ペルソナ名" - -#: popups/modals/PersonaRenameModal/index.tsx -msgid "Persona name must between 1 to 24 characters." -msgstr "ペルソナ名は1〜24文字の間でなければなりません。" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Persona Recovery Phrase" -msgstr "ペルソナ回復フレーズ" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Persona required." -msgstr "ペルソナが必要" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Persona: {personaName}" -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "Personas" -msgstr "ペルソナ" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#~ msgid "Phone verification code" -#~ msgstr "モバイル認証コード" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -msgid "Pin Mask Network to the toolbar for easier access:" -msgstr "Mask Networkをツールバーにピン留めすると、アクセスしやすくなります。" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Pinned successfully." -msgstr "ピン留めが完了しました" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -#: content-script/site-adaptors/facebook.com/injection/Composition.tsx -msgid "Please click the \"Post\" button to open the compose dialog." -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Please copy the following text and image (if there is one) and publish it." -msgstr "" - -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Please enter backup password to export persona private key." -msgstr "ペルソナ秘密鍵をエクスポートするには、バックアップパスワードを入力してください。" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Please enter cloud backup password to download file." -msgstr "ファイルをダウンロードするには、クラウドバックアップパスワードを入力してください。" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Please enter the correct mnemonic words, private key, or upload the correct keystore file." -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Please enter your backup password." -msgstr "バックアップパスワードを入力してください。" - -#: popups/pages/Personas/Logout/index.tsx -#~ msgid "Please enter your payment password." -#~ msgstr "支払いパスワードを入力してください。" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Please install your metamask wallet and set up your first wallet." -msgstr "メタマスクウォレットをインストールし、最初のウォレットをセットアップしてください。" - -#: popups/pages/Personas/Logout/index.tsx -#~ msgid "Please note: This Persona {0} is the management account of above listed SmartPay {1, plural, one {wallet} other {wallets}}. You cannot use SmartPay wallet to interact with blockchain after logging out persona." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Please select the appropriate method to restore your personal data." -msgstr "12単語の復元フレーズは、ペルソナデータを回復するために使用されます。" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Please select the correct words in the correct order." -msgstr "" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Please set the backup password to back up" -msgstr "バックアップパスワードを設定してください" - -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Please set up backup password to export private key." -msgstr "秘密鍵をエクスポートするには、バックアップパスワードを設定してください。" - -#: popups/modals/WalletAutoLockSettingModal/index.tsx -msgid "Please set up the amount of time before we automatically lock your wallet." -msgstr "ウォレットを自動ロックするまでの時間を設定してください。" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Please sign up or login {siteName} to connect Mask Network." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Please switch to <0>@{expectAccount} to continue the account verification progress." -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "Please use your frequently used email or phone number for backup." -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Please write down or copy these words and save them in a secure place." -msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Please write down the following words in correct order. Keep it safe and do not share with anyone!" -msgstr "以下の単語を正しい順序で書き留めてください。安全に保管し、誰とも共有しないでください!" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Plugins" -msgstr "プラグイン" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Post content:" -msgstr "投稿内容" - -#: content-script/components/InjectedComponents/ProfileCard/index.tsx -msgid "Powered by <0>Mask Network" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Previous" -msgstr "前の" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Priority Fee (GWEI)" -msgstr "優先料金(GWEI)" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Priority fee should be greater than 0." -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Privacy Policy" -msgstr "プライバシー・ポリシー(個人情報に関する方針)" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Private" -msgstr "プライベート" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Private Key" -msgstr "秘密鍵" - -#: popups/modals/PersonaSettingModal/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Profile Photo" -msgstr "プロフィール写真" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Properties" -msgstr "プロパティ" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Public Key: <0>{publicKey}" -msgstr "" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Trader/Header.tsx -msgid "Quote Route" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Re-enter" -msgstr "再入力" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "ready 🚀" -#~ msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -#~ msgid "realMaskNetwork" -#~ msgstr "" - -#: popups/pages/Wallet/components/ActionGroup/index.tsx -#: popups/pages/Wallet/Receive/index.tsx -msgid "Receive" -msgstr "受取" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "Recover" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Recover your data" -msgstr "データを復元する" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Recover your wallet" -msgstr "ウォレットを復元する" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: popups/modals/SwitchPersonaModal/index.tsx -msgid "Recovery" -msgstr "復旧" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Recovery Phrase" -msgstr "復元フレーズ" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Refresh" -msgstr "更新" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Reject {totalMessages} Transactions" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Reload" -msgstr "再度読み込み" - -#: popups/modals/WalletRemoveModal/index.tsx -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Remove" -msgstr "削除" - -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Remove Wallet" -msgstr "ウォレットを削除" - -#: popups/pages/Wallet/WalletSettings/index.tsx -#~ msgid "Remove Wallet?" -#~ msgstr "ウォレットを削除しますか?" - -#: popups/modals/PersonaRenameModal/index.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -#: popups/pages/Wallet/WalletSettings/Rename.tsx -#: popups/pages/Wallet/WalletSettings/Rename.tsx -msgid "Rename" -msgstr "名前変更" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request ID" -msgstr "リクエストID" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request is valid not after" -msgstr "リクエストは以後には有効ではありません" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request is valid not before" -msgstr "リクエストは以前には有効ではありません" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request Source" -msgstr "リクエストソース" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Reselect" -msgstr "選びなおす" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Resend" -msgstr "再送信" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Reset Wallet" -msgstr "ウォレットをリセットする" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Resource" -msgstr "リソース" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Restore" -msgstr "復元" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Restore backup failed." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Restore Completed" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Restore Database" -msgstr "データベースの復元" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#~ msgid "Restore failed" -#~ msgstr "復元に失敗しました" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Restore Failed" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Restore from a previous database backup" -msgstr "以前のデータベースバックアップから復元します。" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Restore or Login" -msgstr "復元またはログイン" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Retry" -msgstr "再試行" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "RPC URL" -msgstr "" - -#: popups/components/AddContactInputPanel/index.tsx -msgid "Save" -msgstr "保存" - -#: popups/pages/Personas/AccountDetail/index.tsx -#~ msgid "Save failed" -#~ msgstr "保存できませんでした" - -#: popups/pages/Personas/AccountDetail/index.tsx -#~ msgid "Saved" -#~ msgstr "" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "Scam tx" -msgstr "" - -#: popups/pages/Wallet/Receive/index.tsx -msgid "Scan QR code to receive payment" -msgstr "QRコードをスキャンして支払いを受け取る" - -#: popups/pages/Personas/WalletConnect/index.tsx -msgid "Scan QR code with WalletConnect-compatible wallet" -msgstr "" - -#: popups/pages/Friends/Search/index.tsx -msgid "Search Next.ID, X, Lens, ENS or Address" -msgstr "" - -#: popups/pages/Trader/useImplementRuntime.tsx -msgid "Select" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Select Address" -msgstr "アドレスを選択する" - -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "Select All" -msgstr "全て選ぶ" - -#: popups/modals/SelectProviderModal/index.tsx -msgid "Select and Connect to your wallet" -msgstr "選択してウォレットに接続" - -#: popups/modals/SelectLanguageModal/index.tsx -msgid "Select language" -msgstr "言語を選択" - -#: popups/pages/Trader/Header.tsx -msgid "Select Liquidity" -msgstr "" - -#: dashboard/pages/SetupPersona/LocalBackup/index.tsx -#~ msgid "Select the contents of the backup" -#~ msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "Select the wallet(s) to use on this site. You should not connect to website you don't trust." -msgstr "このサイトで使用するウォレットを選択してください。信頼しないウェブサイトに接続しないでください。" - -#: popups/pages/Wallet/SelectWallet/index.tsx -msgid "Select Wallet" -msgstr "ウォレットを選択" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -#: popups/components/TransactionPreview/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/components/ActionGroup/index.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -msgid "Send" -msgstr "送信" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Sent verification post successfully." -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Service Agreement" -msgstr "サービス利用契約" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#~ msgid "Set a New Management Account" -#~ msgstr "新しい管理アカウントを設定" - -#: content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx -msgid "Set NFT Photo" -msgstr "NFT 写真を設定" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Set Payment Password" -msgstr "支払いパスワードの設定" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Set payment password successfully." -msgstr "支払いパスワードを正常に設定しました" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Set Your Payment Password" -msgstr "支払いパスワードを設定" - -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Set Your Persona Name" -msgstr "ペルソナ名を設定" - -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Set your persona name with maximum length of 24 characters" -msgstr "あなたのペルソナ名を24文字以内で設定してください" - -#: popups/pages/Settings/index.tsx -msgid "Settings" -msgstr "設定" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "Share with" -msgstr "と共有" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Show me how" -msgstr "方法を確認" - -#: popups/pages/Wallet/components/AssetsList/MoreBar.tsx -msgid "Show tokens with value less than $1" -msgstr "$1未満のトークンを表示" - -#: popups/pages/Personas/ConnectWallet/index.tsx -#: popups/pages/Personas/PersonaSignRequest/index.tsx -#: popups/pages/Wallet/Interaction/WalletSignRequest.tsx -msgid "Sign" -msgstr "サイン" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#~ msgid "Sign Up" -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Sign-in Request" -msgstr "サインインリクエスト" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signature Request" -msgstr "署名リクエスト" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Signing ..." -msgstr "署名中..." - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signing Message (Raw)" -msgstr "メッセージ署名(Hex)" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signing Message (Text)" -msgstr "署名メッセージ" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." -msgstr "" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Sites" -msgstr "サイト" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Size limit: 10 MB" -msgstr "" - -#: content-script/components/GuideStep/index.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Skip" -msgstr "スキップ" - -#: popups/pages/Trader/Header.tsx -msgid "Slippage" -msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/Home/UI.tsx -msgid "Social Account" -msgstr "ソーシャルアカウント" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Sorry, signature failed! Please try signing again." -msgstr "申し訳ありませんが、署名に失敗しました。もう一度署名してください。" - -#: popups/modals/GasSettingModal/index.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Speed Up" -msgstr "速度アップ" - -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -msgid "Spend limit requested by" -msgstr "リクエストされた使用限度額" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Spend more transaction fees to cancel the previous transaction." -msgstr "以前の取引をキャンセルするために、取引手数料を増やしてください。" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Start" -msgstr "スタート" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "status" -msgstr "ステータス:" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Step {step}/{step}" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Step {step}/{totalSteps}" -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Step 1/2" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Step 1/3" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Step 2/2" -msgstr "" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Success" -msgstr "完了" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "Suggest to send transactions and sign messages" -msgstr "トランザクションとサインメッセージの送信を薦めします" - -#: popups/pages/Settings/index.tsx -msgid "Support" -msgstr "サポート" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Support Identity code, private key, local backups or cloud backups to access your personal data." -msgstr "個人データにアクセスするために、IDコード、秘密鍵、ローカルバックアップ、またはクラウドバックアップを対応します。" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Support mnemonic phrase, private key or keystore file." -msgstr "" - -#: popups/modals/SupportedSitesModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Supported Sites" -msgstr "サポートされるサイト" - -#: popups/pages/Wallet/components/StartUp/index.tsx -msgid "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." -msgstr "" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Wallet/components/ActionGroup/index.tsx -msgid "Swap" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Switch other account" -msgstr "他のアカウントを切り替え" - -#: popups/modals/SwitchPersonaModal/index.tsx -msgid "Switch Persona" -msgstr "ペルソナを切り替え" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -msgid "Switch to other accounts" -msgstr "" - -#: popups/components/MnemonicDisplay/index.tsx -msgid "Tap to view the mnemonic words <0/> Make sure no one is looking at your screen" -msgstr "" - -#: popups/components/PrivateKeyDisplay/index.tsx -msgid "Tap to view the private key <0/> Make sure no one is looking at your screen" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Text" -msgstr "テキスト" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Text copied!" -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "The approval for this contract will be revoked in case of the amount is 0." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "The chainID is not equal to the currently connected one." -msgstr "chainIDは現在接続されているものと等しくありません。" - -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#~ msgid "The code is incorrect." -#~ msgstr "このコードは正しくありません" - -#: dashboard/utils/api.ts -msgid "The download link is expired" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#~ msgid "The Mask Network Cloud Backup feature will be deactivated on April 30, 2025. Please use alternative cloud backup services or local backup solutions." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#~ msgid "The Mask Network Cloud Backup feature will be deactivated on Jun 30, 2025. Please use alternative cloud backup services or local backup solutions." -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "The mnemonic word has been copied, please keep it in a safe place." -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "The mnemonic words has been copied, please keep it in a safe place." -msgstr "" - -#. placeholder {0}: match.nativeCurrency.symbol -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -msgid "The network with chain ID {formChainId} may use a different currency symbol ({0}) than the one you have entered. Please check." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -#~ msgid "The network with chain ID {formChainId} may use a different currency symbol ({1}) than the one you have entered. Please check." -#~ msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "The new passwords don't match" -msgstr "新しいパスワードが一致しません" - -#. placeholder {0}: profile.identifier.userId -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is connected to the account @${0}." -msgstr "" - -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is connected to the following accounts: {list}" -msgstr "" - -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is not connected to any accounts." -msgstr "" - -#: popups/modals/PersonaRenameModal/index.tsx -msgid "The persona name already exists." -msgstr "このペルソナ名は既に存在しています." - -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#~ msgid "The phone number is incorrect." -#~ msgstr "電話番号が間違っています。" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "The RPC URL you have entered returned a different chain ID ({rpcChainId}). Please update the Chain ID to match the RPC URL of the network you are trying to add." -msgstr "" - -#. placeholder {0}: format(localTransaction.updatedAt, "HH:mm 'on' M/dd/yyyy") -#: popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts -msgid "The transaction was complete and has been recorded on blockchain at {0}" -msgstr "" - -#. placeholder {0}: format(localTransaction.createdAt, "HH:mm 'on' M/dd/yyyy") -#: popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts -msgid "The transaction was confirmed at {0}" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -msgid "The wallet address already exists." -msgstr "このウォレットアドレスは既に存在します。" - -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -msgid "The wallet name already exists." -msgstr "すでに同じ名前が存在します。" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "The web site can" -msgstr "ウェブサイトはできます。" - -#. placeholder {0}: message.domain -#: popups/components/SignRequestInfo/index.tsx -msgid "The website ({messageOrigin}) is asking you to sign in to another domain ({0}). This may be a phishing attack." -msgstr "" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "There was a network or RPC provider error, please try again later!" -msgstr "ネットワークまたはRPCプロバイダエラーが発生しました。後でもう一度お試しください!" - -#: popups/hooks/useContactsContext.ts -msgid "This address is a contract address." -msgstr "このアドレスはコントラクトアドレスです。" - -#: popups/hooks/useContactsContext.ts -msgid "This address may be a scam address." -msgstr "このアドレスは詐欺の可能性があります。" - -#. placeholder {0}: String(token?.symbol) -#: popups/components/UnlockERC20Token/index.tsx -msgid "This allows the third party to spend {value} {0} from your current balance." -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." -msgstr "これにより、サードパーティは、あなたのトークン残高が上限に達するまで、またはあなたが支出上限を取り消すまで、あなたのトークン残高をすべて使用することができます。これが意図的でない場合は、より低い支出上限を設定することを検討してください。" - -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -#~ msgid "This Chain ID is currently used by the {0} network." -#~ msgstr "" - -#. placeholder {0}: duplicated.name -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -msgid "This Chain ID is currently used by the {0} network. " -msgstr "" - -#: popups/hooks/useContactsContext.ts -msgid "This ENS does not exist or not be resolved." -msgstr "この ENS は存在しないか利用できない。" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " -msgstr "" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -#~ msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0>Global Backup " -#~ msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." -msgstr "このJSONファイルは現在の支払いパスワードで暗号化されています。このウォレットをインポートする際に復号するには同じパスワードが必要です。" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This message contains a invalid EIP-4361 message. It is better to reject this request." -msgstr "このメッセージは無効なEIP-4361メッセージを含んでいます。このリクエストを拒否することをお勧めします。" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "This network name already exists" -msgstr "このネットワーク名は既に存在します" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "This QR includes your identity, please keep it safely." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "This QR includes your mnemonic words, please keep it safely." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This request has been expired." -msgstr "このリクエストは期限切れです。" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "This request may be a phishing attach. I understand this and want to continue." -msgstr "このリクエストはフィッシングの添付かもしれません。私はこれを理解し続けたいです。" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This request should only be sign in the future." -msgstr "このリクエストは、将来的にのみ署名する必要があります。" - -#. placeholder {0}: network.name -#: popups/pages/Wallet/EditNetwork/network-schema.ts -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "This RPC URL is currently used by the {0} network" -msgstr "この RPC URL は現在 {0} ネットワークによって使用されています" - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -msgid "This tweet is encrypted with #mask_io (@masknetwork). 📪🔑" -msgstr "" - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -#~ msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" -#~ msgstr "" - -#. placeholder {0}: String(currentPersona?.nickname) -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "This wallet is connected to current persona {0}." -msgstr "このウォレットは現在のペルソナ {0}に接続されています。" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "This will overwrite the existing cloud backup with the local data, this cannot be undo." -msgstr "" - -#: popups/components/AddContactInputPanel/index.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "To" -msgstr "宛先:" - -#. placeholder {0}: formatDomainName(domain) -#. placeholder {0}: formatEthereumAddress(toAddress, 4) -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "to {0}" -msgstr "" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "to <0>{toAddress}" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "To verify your X account and record it on the NextID, please send this post for the verification." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "To verify your X account and record it on the NextID, you will need to send a post for the verification." -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token" -msgstr "トークン" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token Address" -msgstr "トークンのアドレス" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Token now is hidden." -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token Value" -msgstr "トークンの価値" - -#: popups/pages/Wallet/AddToken/index.tsx -#: popups/pages/Wallet/components/WalletAssets/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -msgid "Tokens" -msgstr "トークン" - -#: popups/pages/Trader/Header.tsx -msgid "Trading Route" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Transaction Details" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Transaction Fee" -msgstr "トランザクション手数料" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Transaction Hash" -msgstr "トランザクションハッシュ" - -#: content-script/components/GuideStep/index.tsx -msgid "Try" -msgstr "試してみる" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Trying exploring more features powered by Mask Network." -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "Two entered passwords are different." -msgstr "" - -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/pages/Wallet/hooks/usePasswordForm.ts -msgid "Two entered passwords are not the same." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Unknown EIP-4361 message version." -msgstr "不明なEIP-4361メッセージバージョンです。" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Unlock" -msgstr "ロック解除" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Unpacking" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Unsupported data backup" -msgstr "サポートされていないバックアップ" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -msgid "Unsupported key store data" -msgstr "非対応のキーストアデータ" - -#: popups/pages/Wallet/SelectWallet/index.tsx -msgid "Unsupported network type" -msgstr "対応していないネットワーク" - -#: dashboard/pages/SetupPersona/Permissions/index.tsx -msgid "Update permission for X.com" -msgstr "" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Update X.com Permissions" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Upload backup" -msgstr "バックアップをアップロード" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Uploading" -msgstr "アップロード中" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "URLs require the appropriate HTTPS prefix." -msgstr "URL には適切な HTTPS プレフィックスが必要です。" - -#: content-script/site-adaptors/instagram.com/injection/NFT/ProfileNFTAvatar.tsx -msgid "Use NFT" -msgstr "NFT を使用する" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Use Persona to encrypt and decrypt social media posts & messages." -msgstr "ペルソナを使用してソーシャルメディアの投稿とメッセージを暗号化して復号化します。" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Use text encryption" -msgstr "テキスト暗号化を使用する" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "value" -msgstr "価値" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Verification code has been sent to your email. Please check your mailbox." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#~ msgid "Verification code has been sent to your phone." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/EmailForm.tsx -#~ msgid "Verification code sent" -#~ msgstr "認証コードを送信しました" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Verify" -msgstr "認証" - -#: content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts -msgid "Verify Account" -msgstr "接続と検証が完了しました。" - -#: popups/components/SignRequestInfo/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Version" -msgstr "バージョン" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "View full transaction details" -msgstr "取引の詳細を表示する" - -#: content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx -#: content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "View on Explorer" -msgstr "エクスプローラーで表示" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your account balance and history" -msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your address" -msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your Tokens and NFTs" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Visible To" -msgstr "表示対象:" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Waiting for {providerType}" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "wallet" -#~ msgstr "" - -#: popups/modals/WalletGroupModal/index.tsx -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Wallet Account" -msgstr "ウォレットアカウント" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Wallet disconnected" -msgstr "" - -#. placeholder {0}: String(index + 1) -#: popups/modals/WalletGroupModal/index.tsx -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Wallet Group #{0}" -msgstr "ウォレットグループ{0}" - -#: popups/pages/Wallet/ConnectedSites/index.tsx -#~ msgid "Wallet name is connected to these sites, they can view your account address." -#~ msgstr "" - -#: popups/modals/WalletRenameModal/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -msgid "Wallet name must between 3 to 18 characters." -msgstr "ウォレット名は3文字以上18文字以内で入力してください。" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Wallet request timed out" -msgstr "ウォレットへのリクエストがタイムアウトしました" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Wallet Settings" -msgstr "ウォレットの設定" - -#: popups/pages/Personas/WalletConnect/index.tsx -msgid "WalletConnect" -msgstr "ウォレット接続" - -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -msgid "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileCard/index.tsx -msgid "Web3 Profile Card" -msgstr "Web3 プロフィールカード" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Wallet/components/OriginCard/index.tsx -msgid "Website" -msgstr "ウェブサイト" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Welcome Back" -msgstr "おかえりなさい" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Welcome to Mask Cloud Services" -#~ msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Welcome to Mask Network" -msgstr "Mask Networkへようこそ" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Welcome to use Mask Network" -msgstr "Mask Networkへようこそ" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "when you click Add Google Drive button,you will be forwarded to Google authorization pages." -msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Write down mnemonic words" -msgstr "ニーモニックワードを書き留めてください" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Write down recovery phrase" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#~ msgid "You have backed up your data." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "You have recovered" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "You have recovered " -#~ msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "You have signed with your wallet." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "You have successfully restored the backup from Google Drive to your browser." -msgstr "" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -msgid "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" -msgstr "" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -msgid "You need to open the dApp to view the specific content." -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "You used <0>{0} for the last cloud backup." -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." -msgstr "このサイトへの接続は暗号化されていないため、敵対的な第三者によって変更されます。このリクエストを拒否することを強くお勧めします。" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Your file has been successfully merged into the browser data." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Your file has been successfully restore into the browser data." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Your Persona has been successfully created." -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Your Persona is on" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Your Persona is on " -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Your Persona is on **ready 🚀**" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Your Wallet is on" -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Your Wallet is on " -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Your Wallet is on **ready 🚀**" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Your X account authorization has timed out. Please try again." -msgstr "" diff --git a/packages/mask/shared-ui/locale/ko-KR.json b/packages/mask/shared-ui/locale/ko-KR.json deleted file mode 100644 index c5a3d21df303..000000000000 --- a/packages/mask/shared-ui/locale/ko-KR.json +++ /dev/null @@ -1,902 +0,0 @@ -{ - "messages": { - "+5hgHR": ["Are your sure you want to disconnect? You may lose part of functionalities of this website."], - "+IEBAO": ["금액 승인"], - "+K0AvT": ["연결 해제"], - "+Qcnh5": ["12개 복구 문구로 페르소나 데어터를 복구할 수 있습니다."], - "+W8dUJ": ["Tap to view the private key <0/> Make sure no one is looking at your screen"], - "+XyQiK": ["동의"], - "+Zuhm7": ["아이디 코드, 개인키, 로컬 백업이나 클라우드 백업으로 개인 데이터 접근을 지원합니다."], - "+adBn3": ["Chrome - external extension"], - "+b/06M": ["잘못된 결제 비밀번호"], - "+m7PfT": ["삭제 성공"], - "+m7x4e": ["Backup Successful"], - "+uISZO": ["잘못된 비밀번호"], - "/7tku+": ["시도"], - "/LkuGq": ["이전의 데이터베이스 백업에서 복원하기"], - "/WfDJy": [ - "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." - ], - "/eguJc": ["업로딩중"], - "/fo6Dv": ["가스 한도(Units)"], - "/jQctM": ["To"], - "/nT6AE": ["새로운 비밀번호"], - "/riTT2": ["고정됩니다."], - "/uEw9z": ["Your X account authorization has timed out. Please try again."], - "/vtDGO": [["0"], " is connected to these sites, they can view your account address."], - "/xrk7I": ["FAQ&투토리얼"], - "00b9QG": ["결제 비밀번호 설정"], - "04MqGo": ["Post content:"], - "09vHB+": ["Failed to decrypt."], - "0C6WdO": ["백업 업로드"], - "0D4bav": ["Name or Contract address e.g. USDC or 0x234..."], - "0F4ogS": ["결제 비밀번호는 8~20자 사이어야 합니다."], - "0HnKBn": ["Hide mnemonic words"], - "0Lp4o6": ["로딩 실패"], - "0M//Nn": ["The Persona is connected to the following accounts: ", ["list"]], - "0ZC72+": ["Connected successfully."], - "0caMy7": ["History"], - "0fljZe": ["Trading Route"], - "0kr+x1": ["Your Wallet is on"], - "0oMKRL": ["연락처 삭제"], - "0tkvsz": ["Failed to download and merge the backup."], - "1+6BOG": ["백업 다운로드"], - "19zh4M": [ - "Current wallet (<0>", - ["currentWallet"], - ") is the management account of SmartPay wallet (<1>", - ["other_wallets"], - ").<2/>Deleting the current wallet will result in the deletion of the SmartPay wallet simultaneously." - ], - "1LkMSp": ["Add Suggested Token"], - "1R2W/B": [ - "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " - ], - "1TaavV": [ - "참고: 마지막 불러오기에서 니모닉 문구를 사용하면 해당 니모닉 문구에서 파생된 월렛을 복구할 수 있습니다." - ], - "1Uqt6P": ["월렛 연결을 해제하시겠습니까?"], - "1Z++2X": ["The Persona is not connected to any accounts."], - "1bTY60": ["Token Value"], - "1kE7ob": ["Network saved"], - "1mjyN6": ["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."], - "1nMGEs": ["나의 페르소나"], - "1njn7W": ["라이트"], - "1rsf+c": [ - "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." - ], - "1vSYsG": ["Download backup"], - "1xwmzN": ["Switch to other accounts"], - "2MPu+c": ["우선 비용(GWEI)"], - "2Xze/r": ["Block Explorer URL"], - "2fuHsY": ["모바일 인증번호"], - "2jQko7": ["관련 계정"], - "2kXxch": ["사인 살패, 다시 시도하기"], - "2p7WMm": ["Give permission to access <0/> your ", ["0"], "?"], - "2wxgft": ["이름 변경"], - "2zkhB1": ["월렛을 삭제하시겠습니까?"], - "34UMci": ["월렛 설정"], - "38C83c": ["복구 문구"], - "39ohdf": ["활동"], - "3A/gtD": ["무효한 RPC URL"], - "3AP6p1": ["Public Key: <0>", ["publicKey"], ""], - "3B4jmY": ["데이터 수정"], - "3J+S3n": ["Search Next.ID, X, Lens, ENS or Address"], - "3Q5eQl": ["Please click the \"Post\" button to open the compose dialog."], - "3Q8dPe": [ - "The website (", - ["messageOrigin"], - ") is asking you to sign in to another domain (", - ["0"], - "). This may be a phishing attack." - ], - "3WZ1WL": ["백업 비밀번호를 입력하고 페르소나 개인키를 내보낼 수 있습니다."], - "3YDnov": ["Token now is hidden."], - "3dAaqV": [ - "📃📃📃 Try to permanently use decentralized file storage on ", - ["sns"], - ". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." - ], - "3fpIq1": ["받는 주소: ", ["0"]], - "3iUAE7": ["Backup to Google Drive"], - "3kbpgO": ["가스 한도"], - "3lUGN0": ["페르소나 전환"], - "3pqzUK": ["Contact added."], - "3qe4O9": ["최대 가스비"], - "4/6qjT": ["현재 비밀번호를 입력하세요."], - "42yL2J": [ - "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ", - ["encrypted"] - ], - "43g2kf": ["나에게만 보이기"], - "4DIYdt": ["No associated wallet. <0>Add Wallet."], - "4EN5JL": ["Your Persona has been successfully created."], - "4FvVUv": ["월렛 리셋"], - "4HavhE": ["Powered by <0>Mask Network"], - "4WMvNK": ["This Chain ID is currently used by the ", ["0"], " network."], - "4na5mr": ["This message contains a invalid EIP-4361 message. It is better to reject this request."], - "4ojMOt": ["비밀번호 입력"], - "4zgT9K": ["Mask Network 계정을 연결하여 월렛을 사용합니다."], - "50QwC8": ["값"], - "51rAFB": ["Please copy the following text and image (if there is one) and publish it."], - "5Cowlg": ["Backup is saved to Mask Cloud Service."], - "5Dz44N": ["결제 비밀번호 설정"], - "5E57TU": ["현재 네트워크 컨디션에서 최대 우선 가스비가 부족합니다"], - "5HVoyc": ["Transaction Details"], - "5O5enn": ["결제 비밀번호 입력"], - "5Sa1Ss": ["E-mail"], - "5YfW3S": ["Add an encrypted comment..."], - "5e22kj": ["메일 인증번호"], - "5hFImX": ["Deploy Contract"], - "5i1JPS": ["Never share 12-word secret mnemonic with anyone!"], - "5o2pdQ": ["페르소나 만들기"], - "5s6EhU": [ - [ - "count", - "plural", - { - "one": ["You have recovered **", "#", " Wallet 🚀**"], - "other": ["You have recovered **", "#", " Wallets 🚀**"] - } - ] - ], - "5sIdhw": ["공유 대상:"], - "66J/I3": ["거래 수수료"], - "678PKt": ["네트워크 이름"], - "68FuwU": ["URL에는 적절한 HTTPS 접두사가 필요합니다."], - "68m9Nl": ["현존 그룹에 새로운 주소 추가"], - "6DvbLh": ["Metamask 월렛을 설치하고 첫 월렛을 설정하세요."], - "6HT670": ["Function: ", ["0"]], - "6IHgRq": ["Backup to the Cloud"], - "6RDwJM": ["토큰"], - "6Uau97": ["넘어가기"], - "6V3Ea3": ["복사됨"], - "6XyieG": ["wallet"], - "6YtxFj": ["Name"], - "6c6xyD": ["accounts"], - "6e4Q8h": ["Get permission failed"], - "6foA8n": ["Are you sure?"], - "6gRgw8": ["다시 시도"], - "7+2e01": ["Network removed."], - "76gPWk": ["알겠습니다"], - "7Bj3x9": ["실패"], - "7QptC5": ["Auto-lock 시간"], - "7R2WG+": ["Mask로 해독되었습니다:"], - "7Ry254": ["Backup to Mask Cloud Service"], - "7VpPHA": ["확인"], - "7qUM2b": ["Mask 월렛 열기"], - "7s5tLo": ["Allow this site to switch the network?"], - "7w1rTm": ["The download link is expired"], - "7yziEn": ["This request has been expired."], - "82+n6o": ["Quote Route"], - "8BsgdX": ["Failed to get permissions"], - "8Dh77Z": ["NFTs"], - "8RF/Sx": ["추가 완료"], - "8Tg/JR": ["커스텀"], - "8WLjqx": ["Never share the 12-word secret mnemonic words with anyone!"], - "8ZsakT": ["비밀번호"], - "8djViz": ["Step ", ["step"], "/", ["step"]], - "8rElAH": ["Image copied!"], - "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], - "9KKhJV": ["진행중..."], - "9VcshJ": ["자동 붙이기 지원"], - "9Y1kXO": ["Payment password stored locally and you could try as many as you want to unlock your wallet."], - "9cDpsw": ["사용 권한"], - "9cSIbb": ["Click on <0/> at the top-right of your browser."], - "9d/Qe4": ["서비스 약관"], - "9hg9mc": ["다운로드 중"], - "9hzYBR": ["Failed to download and merge the backup: ", ["0"]], - "9iZ9fH": ["이메일 주소가 잘못되었습니다."], - "9kIgHE": [ - "이 JSON 파일은 현재 결제 비밀번호로 암호화되어 있습니다. 이 월렛을 불러올 때 복호화에 동일한 비밀번호가 필요합니다." - ], - "9lqqpY": ["Invalid email address."], - "9sjcnZ": ["Disconnected."], - "9w2hgY": ["수동으로 붙여넣기"], - "A6JChW": ["The transaction was complete and has been recorded on blockchain at ", ["0"]], - "A9tojF": ["잘못된 비밀번호"], - "AKLbfQ": ["데이터베이스 복원"], - "AMJWWT": ["Likely in < ", ["estimateSecond"], " seconds"], - "ANYjcp": [["shareWithNum", "plural", { "one": ["1 friend"], "other": ["#", " friends"] }]], - "ANk/Zy": ["Incorrect Backup Password"], - "ASNDad": ["Hide ", ["name"]], - "AUYALh": ["Coming soon"], - "AV+9wg": ["다시 입력"], - "Appw6V": ["NFT가 없습니다."], - "Aq+O0x": ["상태"], - "AsN7HV": ["전화번호가 잘못되었습니다."], - "AuvDq6": ["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"], - "AwQpq/": ["Click on the down-arrow to see the private key."], - "AyLiVq": ["QR 코드 스캔하여 결제하기"], - "B6C0XJ": ["데이터 없음"], - "BQHQ9v": ["No websites connected to this wallet"], - "BUXiPs": ["This Chain ID is currently used by the ", ["0"], " network. "], - "BXixGM": ["페르소나로 소셜 미디어 게시글 맟 메시지를 암호화하거나 복호화합니다."], - "BaU+dx": ["소셜 미디어 계정을 연결하기"], - "BakBNJ": ["무효한 전화 번호입니다. 다시 시도해 보세요."], - "BiGQfG": ["Transaction Hash"], - "BkN2qg": ["<0>Service Agreement and <1>Privacy Policy"], - "ByPj1d": ["Request ID"], - "C0JhYS": ["네트워크 전환"], - "C2/uLW": [ - "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." - ], - "CEk7Nc": ["최소 8 글자 이상 이용하세요"], - "CFPbpH": ["새로운 비밀번호가 일치하지 않습니다"], - "CK1KXz": ["최대치"], - "CMHmbm": ["Slippage"], - "CWsYB3": ["환영합니다"], - "CXHRbe": ["월렛 요청 시간 초과"], - "CZSWya": ["NFTs added"], - "CZmSbe": ["Request is valid not before"], - "CiU2m/": ["Generating your "], - "Citz6F": ["Exchange"], - "CtByM7": ["월렛을 연결하기"], - "Cz6Lx7": ["암호화 방식"], - "D79cZK": ["즉시"], - "DC3sw8": ["Two entered passwords are different."], - "DHhJ7s": ["이전"], - "DPfwMq": ["완료"], - "DdUFp+": ["The transaction was confirmed at ", ["0"]], - "DnmyoA": ["Priority fee should be greater than 0."], - "DoQ5Lj": ["RPC URL"], - "Dpe+e3": [ - "월렛을 추가하면 Next.ID 서비스를 통해 디지털 ID를 소유, 열람 및 활용할 수 있습니다. 월렛 소유권을 증명하기 위해 거래에 서명하고 인증해야 합니다." - ], - "Du6bPw": ["주소"], - "DuIDTw": ["To verify your X account and record it on the NextID, please send this post for the verification."], - "Dz56Ua": ["끝내기"], - "E6YUtc": ["Merge to Browser"], - "E7prOW": [ - "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." - ], - "EBC6hj": ["로컬 백업"], - "EGWr+Q": ["웹3 프로필 카드"], - "EGa93e": ["Are you sure to overwrite the backups stored on Mask Cloud Service?"], - "ENIvoT": ["월렛이 자동으로 잠기기 전까지의 시간을 설정해 주시기 바랍니다."], - "ERYJcj": ["백업 비밀번호는 대문자, 소문자, 특수 문자 및 숫자를 포함하여 8-20자여야 합니다."], - "EYwKb0": ["가스 가격(GWEI)"], - "Ea4oxV": ["시스템에 따라 설정"], - "EbE80y": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." - ], - "Eda+dy": [ - "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ", - ["encrypted"], - " to send your first encrypted tweet." - ], - "EoKe5U": ["Domain"], - "EsKgLS": ["퀵 스타트"], - "Ev2r9A": ["결과 없음."], - "EwiD7E": ["결재 비밀번호 다시 설정"], - "F7U8uz": ["Creating your **wallet**"], - "F8Wc3I": ["파일을 끌어서 여기에 놓으세요"], - "FAKSZG": ["Add google Drive"], - "FKrzPv": [["count", "plural", { "one": ["#", " Wallet 🚀"], "other": ["#", " Wallets 🚀"] }]], - "FP6WjU": ["You have backed up your data."], - "FfJy7A": ["네트워크 관리"], - "FgAxTj": ["로그아웃"], - "FiYmUY": ["관련 계정 없음"], - "FnQek5": [ - "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." - ], - "Fs/bd5": ["무효한 Block Explorer URL."], - "G4NrhP": ["Persona created."], - "GAvnvl": ["결재 비밀번호"], - "GEL05h": ["WalletConnect"], - "GExRUL": ["비밀번호 백업"], - "GS+Mus": ["내보내기"], - "GS0ldX": ["지원되지 않는 네트워크"], - "GWCG6Y": ["이미지 복사"], - "GaH2JF": ["Suggest to send transactions and sign messages"], - "GtJJAj": ["월렛 추가"], - "Gw91G1": ["This request should only be sign in the future."], - "H8rw2f": ["(the name is set by the web site)"], - "HGTZAO": ["Step 2/2"], - "HIq3th": ["Cannot switch to a unknown network."], - "HKH+W+": ["데이터"], - "HVRhUV": ["계속하면 다음을 동의합니다:"], - "HpK/8d": ["다시 로드"], - "HqiAyF": ["Gwei"], - "HsoakN": ["masknetwork"], - "HvDfH/": ["불러오기 완료됨"], - "Hy4Q80": [ - "The network with chain ID ", - ["formChainId"], - " may use a different currency symbol (", - ["1"], - ") than the one you have entered. Please check." - ], - "I4caYo": ["유효하지 않은 인증 코드입니다."], - "I5kL4f": ["Activity Log"], - "IBAx3U": ["안전 보관"], - "IIVS5Z": ["새로운 관리자 계정 설정"], - "ITBQO3": ["최대 우선 가스비는 0 GWEI보다 높아야 합니다"], - "IUG86v": ["The Persona is connected to the account @$", ["0"], "."], - "IX1M/E": ["최저 가격"], - "IXbRbM": ["다른 월렛을 선택하세요"], - "ImhKg5": ["체인 ID를 가져올 수 없습니다. RPC URL이 맞는지 확인하시길 바랍니다."], - "J24FyN": ["Bridge"], - "J2eKUI": ["파일"], - "JA8K9s": ["Unpacking"], - "JGds+N": ["숫자, 문자 또는 특수 문자가 부족합니다."], - "JXJlYD": ["페르소나 이름 설정하기"], - "JfI60y": ["잘못된 결제 비밀번호"], - "Jg5pf7": ["현재 기초 기스비는 ", ["0"], " Gwei"], - "JlFcis": ["보내기"], - "JlIzk8": ["브라우저 파일"], - "Js4Nk0": [ - [ - "0", - "select", - { - "finding_post_key": [ - "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." - ], - "finding_person_public_key": ["Mask is looking for the public key of the author..."], - "other": ["Mask is decrypting..."] - } - ] - ], - "JwzZmt": ["to <0>", ["toAddress"], ""], - "K5a6t1": ["이미 존재된 페르소나입니다."], - "K8jCIB": ["Data backed up successfully!"], - "KFwID2": ["Restore Failed"], - "KGHnSc": ["로컬 월렛"], - "KMgp2+": [["0"], " 이용가능"], - "KisOjk": ["등록 또는 로그인"], - "Kj4oEm": ["새로운 페르소나 생성"], - "Kl9gHp": ["월렛 그룹 #", ["0"]], - "KmQ25M": ["현재 네트워크 컨디션에 대한 최대 가스비가 너무 높습니다."], - "KnidLU": ["Not Connected"], - "KtMMzG": ["Wallet disconnected"], - "L+bpwv": ["백업 비밀번호를 설정하고 개인키를 내보낼 수 있습니다."], - "L82H5Z": ["Creating your **identity**"], - "L96aan": ["거래 세부 내역 보기"], - "LJkXYZ": ["새로운 Mask 아이디 만들기"], - "LP+1Z7": ["네트워크 추가"], - "LSwUJb": ["Select Liquidity"], - "LU3p9s": [ - "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." - ], - "LWJCIn": ["연결된 사이트"], - "LcET2C": ["개인정보처리방침"], - "LcZh+r": ["지원하지 않는 데이터 백업"], - "LkYKvc": ["Please select the correct words in the correct order."], - "LqWHk1": ["Hide ", ["0"]], - "Lt0Hf0": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @realMaskNetwork to explore Web3." - ], - "Lx4CpL": ["월렛 이름은 3~18자 이내로 입력해주세요."], - "M0FgOk": ["연락처 추가"], - "M1ts1r": ["View your address"], - "M24E85": ["이 주소는 연락처 주소입니다."], - "M4g1UJ": ["컨트렉트 인터액션"], - "MC00Lm": ["Scan QR code with WalletConnect-compatible wallet"], - "MOHcKb": ["최대 우선 가스비 입력"], - "MR/0Va": ["All Mask Network users"], - "MRIXE3": ["Encrypting your"], - "MTqQMG": ["설정되지 않음"], - "MXOdMY": ["Overwrite Backup"], - "MpnSqP": [["0"], " Pending"], - "MyjAbr": ["다시 보내기"], - "N/fqDa": ["Ens 나 주소(0x)"], - "N19nSk": ["Your Persona is on"], - "N40H+G": ["전체"], - "NOi+Fr": ["This QR includes your identity, please keep it safely."], - "NU5uaG": ["휴대폰 번호"], - "NWqhru": ["다시 선택"], - "NaZTE7": ["Incorrect Mnemonic Words."], - "NkgvWN": ["로그아웃 실패"], - "NloaHG": ["비밀번호 백업"], - "Ns5WaC": ["백업 없음"], - "Nu4oKW": ["설명"], - "NzlE6O": ["By granting permission, you are allowing the following <0/> contract to access your NFTs."], - "Nzm8dm": ["예: Alice"], - "Nzwli2": ["베이스"], - "O3oNi5": ["이메일"], - "O8PsYe": ["Add the file to Chrome's database"], - "OCJdad": ["<0>To: <1>", ["to"], ""], - "OLUEnY": ["when you click Add Google Drive button,you will be forwarded to Google authorization pages."], - "OLY2Jk": ["가스 가격"], - "OR475H": ["네트워크"], - "OgPkDe": ["통화 기호(옵션)"], - "OhgYJS": ["기본 설정"], - "OkofjH": ["Recover"], - "On0aF2": ["웹사이트"], - "OuUyzz": ["No contacts stored locally, you can try searching."], - "OzSOpz": ["Create a Privy wallet using an X account"], - "P9wzG/": ["복구"], - "PDW/HG": ["Your Persona is on **ready 🚀**"], - "PGdbc0": [ - "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." - ], - "PHM7OA": ["지원되는 사이트"], - "PI/VCJ": ["Select the wallet(s) to use on this site. You should not connect to website you don't trust."], - "PRkIUI": ["가스비"], - "PTXNyo": ["Waiting for ", ["providerType"]], - "PZmnB2": ["Phone verification code"], - "PeT3a5": ["You have successfully restored the backup from Google Drive to your browser."], - "PjBWOL": ["이용하기 전에 페르소나 한번 만들어 보세요"], - "PsQmAw": ["공개"], - "Pt3n39": ["백업 없음"], - "Q2lUR2": ["통화"], - "Q68Nuc": [ - "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." - ], - "QHZRmq": ["사이트"], - "QHcLEN": ["Connected"], - "QQPCqQ": ["지갑 백업"], - "QTomF0": ["Merge to local"], - "QU9aqK": ["You have signed with your wallet."], - "QWxok/": ["Connect with Mask Wallet"], - "QXDgyQ": ["다음 단어를 정확한 순서로 적어주세요. 안전하게 보관하고 다른 사람과 공유하지 마세요!"], - "Qbo7Ev": ["니모닉 단어를 적어두세요"], - "QcVZFH": ["Step ", ["step"], "/", ["totalSteps"]], - "QrHM/A": ["Backup downloaded and merged to local successfully."], - "QypSt2": ["Update X.com Permissions"], - "R2K7XH": ["소결 미디어에서 웹3 앱을 탐색해 보세요."], - "RCBmDP": ["Follow @masknetwork to explore Web3."], - "RH8jSA": ["데이터를 로컬 데이터베이스에 병합하기"], - "RL5m+x": ["Generating your **accounts**"], - "ROsDRH": ["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"], - "RRw7LE": ["아이디"], - "RWoEqV": ["Failed to transfer token: ", ["message"]], - "RZOA0N": ["Find Mask Network in the extension list and click the <0/> button."], - "RiQQyz": ["This allows the third party to spend ", ["value"], " ", ["0"], " from your current balance."], - "RjF5dk": ["Select the contents of the backup"], - "S0CsaV": ["새로운 월렛 만들기"], - "S2JNMm": ["Your file has been successfully restore into the browser data."], - "S33tz3": ["연결되지 않았습니다"], - "SGVkVp": ["Two entered passwords are not the same."], - "SLEDBF": ["월렛 추가 실패, 다시 시도하기"], - "SYGo/R": ["월렛 불러오기"], - "ShHV7X": ["클라우드 백업"], - "Sjplg3": ["Explorer에서 보기"], - "SlSY7M": ["Verification code has been sent to your phone."], - "Sp/me1": ["data"], - "Sp69uH": ["The web site can"], - "T0W3Z8": ["자산이나 가스비가 부족합니다."], - "TA4fAr": ["이미 존재된 이름입니다."], - "TP9/K5": ["Token"], - "TZ0npN": ["ready 🚀"], - "TnHNX9": ["Update permission for X.com"], - "ToePai": ["지불 제한을 요청하는 이용자:"], - "TpqeIh": ["Error: ", ["0"]], - "Tuc34V": ["Confirm Bridge"], - "Tx/jsw": ["암호화된 내용을 수동으로 붙여넣으세요?"], - "Tz0i8g": ["설정"], - "UBzbea": ["월렛 복구"], - "UDKbPj": ["Your file has been successfully merged into the browser data."], - "UaXeX3": ["Okay"], - "UbRKMZ": ["대기중"], - "UjRxho": ["페르소나 복구 문구"], - "UlBz4M": ["Mask Wallet으로 거래 및 자산을 안정하게 보관합니다."], - "Usynqd": ["Gas price is too low and will cause the transaction fail"], - "Ut40oe": [ - "The Mask Network Cloud Backup feature will be deactivated on Jun 30, 2025. Please use alternative cloud backup services or local backup solutions." - ], - "UtKGok": ["페르소나 백업"], - "V+1pjj": ["Back Up Your Data Your Way"], - "V8x6o5": ["You have recovered "], - "VAOn4r": ["언락"], - "VECuJk": ["월렛 계정"], - "VP4HYe": ["Next.ID"], - "VcPDSd": ["지원하지 않는 키스토어 데이터"], - "VdhBp2": ["The chainID is not equal to the currently connected one."], - "VdkQUC": ["Please sign up or login ", ["siteName"], " to connect Mask Network."], - "Vj7ma7": ["Support mnemonic phrase, private key or keystore file."], - "VlpdUm": ["NFT 이용"], - "VsHxv+": ["문자 복사"], - "VzQ7uf": ["Unknown EIP-4361 message version."], - "VzQOL2": [ - "이를 통해 제3자가 한도액에 도달하거나 사용자가 지출 한도액을 취소할 때까지 토큰 잔액을 모두 사용할 수 있습니다. 만약 이것이 의도된 것이 아니라면, 지출 한도액을 낮추는 것을 고려하시길 바랍니다." - ], - "W0uonA": ["This QR includes your mnemonic words, please keep it safely."], - "W7e3zN": ["Are you sure to remove the connected wallet <0>", ["0"], "?"], - "WC7pDz": ["Your Persona is on "], - "WLMjwL": ["Confirm to hide ", ["0"], "? You can redisplay it by re-adding this token at any time."], - "WWPi4P": ["잘못된 월렛 주소."], - "WY8amq": ["잘못된 번호"], - "Weq9zb": ["일반"], - "WgawP2": ["Creating your"], - "WmXCMa": ["사용자 계정 전환"], - "Wqoa0p": ["Connect Persona"], - "Wvnsx1": ["Auto-lock"], - "X200Sr": ["결제 비밀번호를 잊었습니까?"], - "X6ujRd": ["Be aware, check the token before adding it."], - "X8w6bW": ["최대 지불 제한 입력"], - "XB3tfc": ["Encrypting your **data**"], - "XC7RGa": ["데어터 복구"], - "XDtQ7t": ["웹3 프로필 페이지에 다음 주소를 표시하고 팁을 받는 데 사용합니다."], - "XGRJzS": ["새로운 탭에서 열기"], - "XQDdOC": ["No friends are stored locally, please try search one."], - "XUKicg": ["Step 1/2"], - "XYLcNv": ["지원"], - "XZ/B+f": ["NFT를 보셨나요?"], - "XjDSdO": ["지난 결제 비밀번호"], - "Xprzee": ["가스비 입력"], - "Y7N0Sj": ["View your account balance and history"], - "YKSmxE": [ - "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." - ], - "YdCB5X": ["개인 키 복사"], - "YirHq7": ["피드백"], - "YnqCPK": ["인증 및 연결 성공"], - "Z16qyu": ["페르소나 이름"], - "Z3+V9p": ["Restore backup failed."], - "Z3S6Dx": ["Step 1/3"], - "Z7ZXbT": ["승인"], - "Z8+FzC": ["Connecting your ", ["providerType"], " wallet"], - "ZAVklK": ["또는"], - "ZHsD28": ["Enable the plugin"], - "ZIsLZh": ["Size limit: 10 MB"], - "ZSgQgC": ["현재 네트워크 컨디션에서 최대 가스비가 너무 낮습니다."], - "ZTXjJ3": ["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."], - "ZsjtYe": ["아바타 설정 실패"], - "a1SmQh": ["월렛 선택"], - "a23gJr": ["잘못된 비밀번호."], - "a5t/N3": ["더 많은 기스비를 지불하여 지난 거래를 최소합니다."], - "aAIQg2": ["화면"], - "aF8kci": ["Creation Completed"], - "aFht5e": ["Connected ", ["0"], " with ", ["walletName"], "."], - "aTzTyw": ["자산 추가"], - "acK3j2": ["개인 키 입력하기"], - "agPptk": ["보통"], - "ai3VNq": ["연결된 월렛"], - "awW7ak": ["월렛 삭제"], - "b5d759": ["identity"], - "bIpwjD": ["나의 월렛"], - "bapItf": ["잘못된 백업 비밀번호."], - "bassMa": ["잘못된 클라우드 백업 비밀번호입니다. 다시 시도하세요."], - "bdIrOO": ["Verification code has been sent to your email. Please check your mailbox."], - "bfNmSO": ["결제 비밀번호 설정 성공"], - "bnfo6T": ["Sent verification post successfully."], - "c+Fnce": ["사인"], - "c2MkCo": ["Payment password must be 6 to 20 characters."], - "cD0wgO": [ - "Do you want to remove the verified association between the X account @<0>", - ["0"], - " and ", - ["1"], - "?" - ], - "cEnmTp": ["Creating your "], - "cJv4Ca": ["연결 작업은 제3자 월렛에서 최소되었습니다."], - "cQYjZe": [ - "To verify your X account and record it on the NextID, you will need to send a post for the verification." - ], - "cVit2/": ["백업 비밀번호를 설정하세요."], - "cYaSAw": ["Wallet name is connected to these sites, they can view your account address."], - "cbzSv5": ["Max fee should be greater than base fee of ", ["0"], " Gwei."], - "cm4E8+": ["트위터에서 체험하기"], - "cmNbUB": ["Not found your ", ["providerType"], " wallet"], - "cnGeoo": ["삭제"], - "crVIc7": ["Locale Backup"], - "dAMTl9": ["이 RPC URL는 ", ["0"], " 네트워크에서 사용되고 있습니다."], - "dCvyk/": ["Change another account and try again."], - "dEgA5A": ["취소"], - "dMsM20": ["모바일"], - "dajsth": ["잘못된 키스토어 비밀번호."], - "dyqtoj": ["You have recovered"], - "e0E1XI": ["최대 요금(GWEI)"], - "e3I0CA": ["Failed to restore the backup: ", ["0"]], - "e4yrZ/": ["Token Address"], - "eE0JZ4": ["Version"], - "ePK91l": ["편집"], - "eWczg7": ["나만 보기"], - "eaLSW8": ["페르소나 이름은 1~24자 이내로 입력해주세요."], - "ejVYRQ": ["보낸 사람"], - "etATpN": ["Failed to login: ", ["0"]], - "exaugT": ["Follow @realMaskNetwork to explore Web3."], - "ezYNcH": ["Mask Network를 툴바에 고정하여 보다 쉽게 액세스할 수 있습니다:"], - "f5AidZ": ["Write down recovery phrase"], - "fDP2k4": ["결제 비밀번호 변경"], - "fFGPy6": ["혹은 새로운 월렛 그룹을 만듭니다."], - "fFYJ8f": ["환영합니다"], - "fRQP7E": ["<0>Granted to <1>", ["0"], ""], - "fRUjl7": ["Please switch to <0>@", ["expectAccount"], " to continue the account verification progress."], - "fUn3xA": ["새로운 월렛 주소 생성"], - "fc4PdK": [ - "The RPC URL you have entered returned a different chain ID (", - ["rpcChainId"], - "). Please update the Chain ID to match the RPC URL of the network you are trying to add." - ], - "fj5byd": ["N/A"], - "fsBGk0": ["잔액"], - "fsUPaG": ["축하합니다"], - "fvRGyC": ["Trying exploring more features powered by Mask Network."], - "fza4cg": ["월렛 불러오기"], - "g/1WbH": ["from <0>", ["fromAddress"], ""], - "gC2WI+": ["페르소나"], - "gHM62X": ["Payment password changed."], - "gT+8Dk": ["Confirm to hide ", ["name"], "? You can redisplay it by re-adding this NFT at any time."], - "gVfVfe": ["연락처"], - "gdnEab": ["잘못된 복구 문구"], - "ggYcg+": ["인증 코드가 발송되었습니다"], - "gla9Gg": ["저장 실패"], - "gnSRSG": ["Hiding Scam Transactions"], - "gp6A8z": ["Authorization Failed"], - "h3Vpnw": ["코드가 잘못되었습니다."], - "h3bIHg": ["소셜 계정 연결 해제"], - "h53LoU": ["소셜 계정"], - "h7+V7K": ["백업 맟 복구"], - "hEpXzO": ["환영합니다"], - "hG89Ed": ["이미지"], - "hHLRGW": ["잔액 $1 미만인 토큰 숨기기"], - "hUF4dG": ["백업 비밀번호가 설정되었습니다."], - "hXzOVo": ["다음"], - "hYgDIe": ["만들기"], - "he3ygx": ["복사"], - "hehnjM": ["금액"], - "iH8itU": ["월렛 연결"], - "iH8pgl": ["뒤로"], - "iJLEZF": ["방법을 알려주세요."], - "iSLIjg": ["연결"], - "iTiwqa": ["Asset is hidden."], - "iZLoa2": ["eg: X accounts, persona public keys, wallet addresses or ENS"], - "idD8Ev": ["Saved"], - "imDvP9": ["Gas limit must be smaller than ", ["maxGas"], "."], - "iuCSJl": ["이 월렛은 현재 페르소나 ", ["0"], " 에 연결됩니다."], - "j4TRxD": ["주소 선택"], - "jEDiuG": ["Network added"], - "jICk7g": ["네트워크나 RPC 제공자 오류입니다. 다시 시도하세요!"], - "jIWgmE": ["Entered passwords are inconsistent."], - "jK7nvW": ["Failed to disconnect wallet"], - "jRfanQ": ["이용된 가스(Units)"], - "jZQU+o": ["Originally posted by ", ["0"]], - "jaH9PD": ["Hi friends, I just created ", ["token"], " Lucky Drop. Download Mask.io to claim."], - "jas0vv": ["모두 계정 연결 해제"], - "jbc0gF": ["비밀번호 생성"], - "jhoAzY": ["Mask Network Cloud"], - "jtExaD": ["Not supported yet."], - "jygqM9": ["Loading account information..."], - "k/sb6z": ["언어 선택"], - "k0USDt": ["Account connected.<0/><1/>Try to explore more features powered by Mask Network."], - "k57+C7": [["walletLength", "plural", { "one": ["#", " Wallet"], "other": ["#", " Wallets"] }]], - "k7u9V5": ["Incorrect words selected. Please try again!"], - "kC3Q3d": ["Login to Mask Cloud"], - "kbfp5m": ["공개 대상"], - "kdW3qS": ["Nonce"], - "kf/5Ap": ["클릭하여 메인 기능을 확인하세요."], - "kr2cTE": [ - "<0>", - ["websiteCount"], - " ", - ["websiteCount", "plural", { "one": ["Website"], "other": ["Websites"] }] - ], - "ks5OGD": ["컨트랙트"], - "l/UFPv": ["속성"], - "l3s5ri": ["불러오기"], - "lCF0wC": ["새로고침"], - "lCHQzJ": ["이 주소는 사기 주소일 수 있습니다."], - "lDgVWA": ["받기"], - "lET9my": ["Mask가 아래 권한을 요청합니다."], - "lKldOY": ["12개 복구 문구로 페르소나 데어터를 복구할 수 있습니다."], - "lPJwNU": ["Persona: ", ["personaName"]], - "lPsa94": ["Merge Completed"], - "lU6uRb": [ - "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." - ], - "lWOC+h": ["Mask Network requires you to authorize the following websites before using it."], - "llLBQ1": ["a token"], - "loCUuu": ["키스토어"], - "lvL4x0": ["Follow @masknetwork for Web3 updates and insights."], - "m16xKo": ["추가"], - "m2OZMI": ["최대 기스비는 최대 우선 가스비보다 낮을 수 없습니다"], - "m3XvO+": ["월렛 불러오기"], - "m3cvPZ": ["Payment password set."], - "m74yjp": ["Welcome to Mask Cloud Services"], - "mCB6Je": ["전체 선택"], - "mErq7F": ["Sign Up"], - "mGHHf5": [ - "자신의 페르소나를 연결하고 확인한 후, 웹3 풋프린트를 표시하거나 팁을 받기 위한 관련 주소를 설정할 수 있습니다." - ], - "mPxxVq": ["기스비 한도 입력"], - "mQpWAe": ["연락처 편집"], - "mc68kY": ["새로운 결제 비밀번호"], - "mrAv9J": ["네트워크 저장 실패"], - "mzI/c+": ["다운로드"], - "n42fmQ": ["최대 가스비 입력"], - "nE/lLr": ["선정된 연락처에게만 공유"], - "nGl2Ng": ["Restore Completed"], - "nKLBYz": [ - "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" - ], - "nMkx7r": [["0", "plural", { "one": ["#", " Hour"], "other": ["#", " Hours"] }]], - "nOCyT5": ["잔액 $1 미만인 토큰 표시"], - "nOhz3x": ["Logout"], - "nTFx7o": ["아바타 설정 성공"], - "nTWWCZ": ["낮음"], - "nTif4K": ["월렛 선택 및 연결"], - "nUWEsV": ["최대 가스비는 필요한 것보다 높습니다."], - "nUeoRs": ["사인 메시지"], - "nVT2pJ": ["realMaskNetwork"], - "ndRqFD": ["체인 ID"], - "ngWO+e": ["로컬 키 없음"], - "npsHM5": ["Back Up to Google Drive"], - "nqagQ8": ["Signing Message (Raw)"], - "nvAt0H": ["Resource"], - "o+XJ9D": ["바꾸기"], - "o+zDNQ": ["The mnemonic word has been copied, please keep it in a safe place."], - "o4Iu2W": ["로그아웃 성공"], - "oCBTyI": ["This will overwrite the existing cloud backup with the local data, this cannot be undo."], - "oDSXfc": ["새 비밀번호는 현재 비밀번호와 같을 수 없습니다."], - "oIsL5E": ["Chain ID: ", ["0"]], - "oOQfsI": ["Current account is not the verifying account."], - "oX+QCa": ["<0>Powered by<1>Mask Network"], - "oYkran": [ - "The Mask Network Cloud Backup feature will be deactivated on April 30, 2025. Please use alternative cloud backup services or local backup solutions." - ], - "oYzol6": ["an NFT"], - "oZw0Iw": ["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"], - "oe5xh9": ["해독 실패, 비밀번호를 확인하세요"], - "ohUJJM": ["플러그인"], - "osXsDn": ["NFT 불러오기"], - "ou+PEI": ["프로필 사진"], - "p2/GCq": ["비밀번호 확인"], - "p2xE4C": ["Overwrite current backup"], - "p8Aea2": ["이미 존재된 페르소나입니다"], - "pGElS5": ["니모닉"], - "pHqZUU": ["You used <0>", ["0"], " for the last cloud backup."], - "pbYUPI": ["Text copied!"], - "pi+hn/": ["Ethereum ", ["HD_PATH_WITHOUT_INDEX_ETHEREUM"]], - "pjrgRd": ["잘못된 아이디 코드"], - "pkyWdU": ["키스토어 비밀번호"], - "ps1+DX": ["최대 24자로 페로소나 이름 설정합니다"], - "pu3rTn": ["GWEI"], - "puUEU3": ["백업 비밀번호 변경"], - "put3ex": ["Request is valid not after"], - "pv5v6j": ["About Permit"], - "pvnfJD": ["다크"], - "py6hU8": ["시그너쳐 요청"], - "q5+UWM": ["Contact edited."], - "qAbGIK": ["Issued at"], - "qDIxZ+": ["Failed to restore the backup from Google Drive to your browser. Please try again."], - "qT8oOt": ["페르소나가 필요합니다."], - "qYuscr": ["최대 우선 가스비"], - "qZ6p7p": ["백업 시간 ", ["0"]], - "qcqdIh": ["You need to open the dApp to view the specific content."], - "qqWcBV": ["완료됨"], - "r92tNP": ["Failed to authorize Google Drive. Please try again."], - "rAcOY1": [ - "Data merged from Mask Cloud Service to local successfully. Re-enter your password to encrypt and upload the new backup to Mask Cloud Service." - ], - "rG3WVm": ["Select"], - "rLgPvm": ["백업"], - "rQQGN1": ["최대 우선 가스비가 필요한 것보다 높아서 필요 이상으로 지불할 수 있습니다."], - "rWE7Lq": ["Contact deleted."], - "rYFSec": ["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."], - "raCUEa": ["By granting permission, you are allowing the following <0/> contract to access your funds"], - "rkMKQ0": [ - "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." - ], - "rm0yu/": ["About ", ["collectionName"]], - "rrvbCi": ["네트워크나 컨트랙트 오류"], - "s8I4Nn": [ - "Please note: This Persona ", - ["0"], - " is the management account of above listed SmartPay ", - ["1", "plural", { "one": ["wallet"], "other": ["wallets"] }], - ". You cannot use SmartPay wallet to interact with blockchain after logging out persona." - ], - "sQJ3RN": ["네트워크 컨디션에 대한 최대 우선 가스비는 매우 낮습니다."], - "sQTDWu": ["Allow us to collect your usage information to help us improve Mask."], - "shPV5O": ["로컬 페르소나나 월렛만 가능합니다."], - "siroPf": ["Mask Network"], - "smUkx/": ["현재 관리자 계정"], - "t+A5fr": ["가스 가격은 0보다 높어야합니다."], - "t/YqKh": ["삭제"], - "t2prdI": ["검색 결과가 없습니다."], - "t3rUZr": ["Sign-in Request"], - "tCAZi9": ["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."], - "tIW5Jt": ["No matched tokens"], - "tOMnvw": [ - "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." - ], - "tPeNU7": ["이미 존재된 네트워크입니다"], - "tXkhj/": ["시작"], - "tbOs8j": ["Confirm Swap"], - "tcHpvG": ["소유자 변경"], - "tdZPpe": ["Generating your"], - "tfDRzk": ["저장"], - "thX7xs": [ - "The network with chain ID ", - ["formChainId"], - " may use a different currency symbol (", - ["0"], - ") than the one you have entered. Please check." - ], - "tiX/tO": ["Address: <0>", ["address"], ""], - "tj48De": ["소셜 계정 연결"], - "u2OWVJ": ["연결 해제 실패"], - "u8AUxz": ["Follow @", ["officialAccount"], " for Web3 updates and insights."], - "uJQLj9": ["여기서 월렛을 연결하세요. 여기서 네트워크나 월렛을 바꿀 수 있습니다."], - "uM6jnS": ["복구 실패"], - "uSMfoN": ["인증"], - "uip9JY": ["I wrote down those words in the correct order"], - "uv94aG": ["사용자별추가"], - "uyJsf6": ["알아보기"], - "v7OL2k": ["Your Wallet is on "], - "vH2C/2": ["Swap"], - "vVEene": ["View your Tokens and NFTs"], - "vXIe7J": ["언어"], - "vXygio": ["제시할 데이터가 부족합니다."], - "vel6Z1": ["소스 요청"], - "vhqFTT": ["Can't find a valid user address data source."], - "w0e0yw": ["Gas limit must be at least ", ["0"]], - "w1ctdJ": ["Mask: 편집"], - "w9Xmw/": ["Google Drive"], - "wCtp6y": ["Your Wallet is on **ready 🚀**"], - "wNecg9": ["멀티 거래 요청 ", ["0"], " / ", ["1"]], - "wNxsb2": ["Reject ", ["totalMessages"], " Transactions"], - "wUlAUI": ["<0>@", ["currentUserId"], " connected already."], - "wqppGn": ["Permissions List"], - "wvJOId": ["해당 ENS가 존재하지 않습니다."], - "wxfXhJ": ["사기 거래"], - "x0PhCN": ["Disconnected successfully."], - "xDAtGP": ["메시지"], - "xEQZ4z": ["텍스 암호화 이용"], - "xFCCR4": ["Please enter the correct mnemonic words, private key, or upload the correct keystore file."], - "xGVfLh": ["다음"], - "xH6cn+": ["토큰 선택"], - "xPSvu3": ["<0>", ["websiteCount"], " ", ["0", "plural", { "one": ["Website"], "other": ["Websites"] }]], - "xeiujy": ["텍스트"], - "xmk880": [ - "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0>Global Backup " - ], - "xoKE3v": ["Disable Permit"], - "xopjBL": ["Please use your frequently used email or phone number for backup."], - "xsKkWN": ["Failed to get permission"], - "xupcu9": ["가속하기"], - "y49awp": ["NFT 사진 설정"], - "y5aRAa": ["파일을 다운로드하려면 클라우드 백업 암호를 입력하세요."], - "y62Dys": ["Network fee"], - "y6VCOb": [["0"], " 분"], - "yC/GKd": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." - ], - "yD15Uj": ["이 월렛을 삭제하시겠습니까?"], - "yFpcbN": ["This request may be a phishing attach. I understand this and want to continue."], - "yFrxQj": ["니모닉 단어"], - "yGyJ1l": [ - "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." - ], - "yKu/3Y": ["복원하기"], - "yNu9vD": ["이 월렛 주소가 이미 존재합니다."], - "yQE2r9": ["로딩 중"], - "yRuvmU": ["The mnemonic words has been copied, please keep it in a safe place."], - "yVnV6H": ["Please write down or copy these words and save them in a secure place."], - "yZhedI": ["기스비 설정"], - "yik0Qu": ["개인 키"], - "ylXk9u": ["Encrypt the message in an image"], - "yx/fMc": ["높음"], - "yx3mb0": [ - [ - "decryptProgress", - "select", - { - "finding_post_key": [ - "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." - ], - "finding_person_public_key": ["Mask is looking for the public key of the author..."], - "other": ["Mask is decrypting..."] - } - ] - ], - "yz7wBu": ["닫기"], - "yzF66j": ["링크"], - "z9HeHt": ["Create a Privy Wallet"], - "zBUJYA": ["The approval for this contract will be revoked in case of the amount is 0."], - "zPar3e": ["수집품"], - "zga9sT": ["확인"], - "zkEW09": [ - "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" - ], - "zp7Ha3": ["백업 실패"], - "zutir1": ["Encrypting your "], - "zwBp5t": ["비공개"], - "zxrGeO": ["Gas limit must be bigger than ", ["minGas"], "."], - "zzDlyQ": ["성공"] - } -} diff --git a/packages/mask/shared-ui/locale/ko-KR.po b/packages/mask/shared-ui/locale/ko-KR.po deleted file mode 100644 index 7c0185b5add6..000000000000 --- a/packages/mask/shared-ui/locale/ko-KR.po +++ /dev/null @@ -1,3384 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-04-10 05:53\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/mask/shared-ui/locale/en-US.po\n" -"X-Crowdin-File-ID: 944\n" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "(the name is set by the web site)" -msgstr "" - -#. placeholder {0}: millisecondsToHours(value) -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "{0, plural, one {# Hour} other {# Hours}}" -msgstr "" - -#. placeholder {0}: decryptProgress || '' -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostAwaiting.tsx -msgid "{0, select, finding_post_key {Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you.} finding_person_public_key {Mask is looking for the public key of the author...} other {Mask is decrypting...}}" -msgstr "" - -#. placeholder {0}: formatTokenBalance(tokenBalance, token?.decimals) -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "{0} available" -msgstr "{0} 이용가능" - -#. placeholder {0}: wallet?.name || 'Your wallet' -#: popups/pages/Wallet/ConnectedSites/index.tsx -msgid "{0} is connected to these sites, they can view your account address." -msgstr "" - -#. placeholder {0}: millisecondsToMinutes(value) -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "{0} Mins" -msgstr "{0} 분" - -#. placeholder {0}: pendingTransactions.length -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "{0} Pending" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "{count, plural, one {# Wallet 🚀} other {# Wallets 🚀}}" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "{count, plural, one {You have recovered **# Wallet 🚀**} other {You have recovered **# Wallets 🚀**}}" -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostAwaiting.tsx -#~ msgid "{decryptProgress, select, finding_post_key {Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you.} finding_person_public_key {Mask is looking for the public key of the author...} other {Mask is decrypting...}}" -#~ msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "{shareWithNum, plural, one {1 friend} other {# friends}}" -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "{walletLength, plural, one {# Wallet} other {# Wallets}}" -msgstr "" - -#. placeholder {0}: websiteCount || 0 -#: popups/pages/Settings/index.tsx -msgid "<0>{websiteCount} {0, plural, one {Website} other {Websites}}" -msgstr "" - -#: popups/pages/Settings/index.tsx -#~ msgid "<0>{websiteCount} {websiteCount, plural, one {Website} other {Websites}}" -#~ msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "<0>@{currentUserId} connected already." -msgstr "" - -#. placeholder {0}: formatEthereumAddress(transaction.formattedTransaction.popup.spender, 4) -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "<0>Granted to <1>{0}" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." -msgstr "" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "<0>Powered by<1>Mask Network" -msgstr "" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "<0>Service Agreement and <1>Privacy Policy" -msgstr "" - -#: popups/components/TransactionPreview/index.tsx -msgid "<0>To: <1>{to}" -msgstr "" - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -msgid "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {encrypted} to send your first encrypted tweet." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "📃📃📃 Try to permanently use decentralized file storage on {sns}. Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "12-word recovery phrase is used to recover your persona data." -msgstr "12개 복구 문구로 페르소나 데어터를 복구할 수 있습니다." - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "a token" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "About" -msgstr "알아보기" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "About {collectionName}" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "About Permit" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Account connected.<0/><1/>Try to explore more features powered by Mask Network." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts -msgid "Account successfully connected to persona" -msgstr "소결 미디어에서 웹3 앱을 탐색해 보세요." - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "accounts" -#~ msgstr "" - -#: popups/pages/Wallet/components/WalletAssets/index.tsx -msgid "Activities" -msgstr "활동" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Activity Log" -msgstr "" - -#: popups/modals/SwitchPersonaModal/index.tsx -#: popups/pages/Friends/ContactCard/index.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -msgid "Add" -msgstr "추가" - -#: content-script/components/InjectedComponents/CommentBox.tsx -msgid "Add an encrypted comment..." -msgstr "" - -#: popups/pages/Wallet/AddToken/index.tsx -msgid "Add Assets" -msgstr "자산 추가" - -#: popups/components/AddContactInputPanel/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Add Contact" -msgstr "연락처 추가" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Add google Drive" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Wallet/NetworkManagement/index.tsx -msgid "Add Network" -msgstr "네트워크 추가" - -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Add new address to an existing group" -msgstr "현존 그룹에 새로운 주소 추가" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Add Suggested Token" -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Add the file to Chrome's database" -msgstr "" - -#: popups/pages/Wallet/components/StartUp/index.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -#: popups/pages/Wallet/CreateWallet/index.tsx -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Add Wallet" -msgstr "월렛 추가" - -#: popups/components/TokenPicker/TokenItem.tsx -#: popups/pages/Wallet/components/AssetsList/index.tsx -msgid "Added by user" -msgstr "사용자별추가" - -#: popups/pages/Friends/ContactCard/index.tsx -msgid "Added successfully" -msgstr "추가 완료" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." -msgstr "월렛을 추가하면 Next.ID 서비스를 통해 디지털 ID를 소유, 열람 및 활용할 수 있습니다. 월렛 소유권을 증명하기 위해 거래에 서명하고 인증해야 합니다." - -#: popups/modals/AddContactModal/index.tsx -msgid "Address" -msgstr "주소" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "Address: <0>{address}" -msgstr "" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." -msgstr "자신의 페르소나를 연결하고 확인한 후, 웹3 풋프린트를 표시하거나 팁을 받기 위한 관련 주소를 설정할 수 있습니다." - -#: popups/pages/Personas/Logout/index.tsx -msgid "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." -msgstr "" - -#: dashboard/pages/SetupPersona/Permissions/index.tsx -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Agree" -msgstr "동의" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "All" -msgstr "전체" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "All Mask Network users" -msgstr "" - -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Allow this site to switch the network?" -msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Allow us to collect your usage information to help us improve Mask." -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Amount" -msgstr "금액" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "an NFT" -msgstr "" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Appearance" -msgstr "화면" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -#: popups/modals/UpdatePermissionModal/index.tsx -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Approve" -msgstr "승인" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Approve amount" -msgstr "금액 승인" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Are you sure to overwrite the backups stored on Mask Cloud Service?" -#~ msgstr "" - -#. placeholder {0}: formatEthereumAddress(wallet.identity, 4) -#: popups/components/ConnectedWallet/index.tsx -msgid "Are you sure to remove the connected wallet <0>{0}?" -msgstr "" - -#: popups/modals/WalletRemoveModal/index.tsx -msgid "Are you sure to remove this wallet?" -msgstr "이 월렛을 삭제하시겠습니까?" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Are you sure?" -msgstr "" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Are your sure you want to disconnect? You may lose part of functionalities of this website." -msgstr "" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Asset is hidden." -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "Associated Accounts" -msgstr "관련 계정" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "At least 6 characters" -msgstr "최소 8 글자 이상 이용하세요" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Authorization Failed" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "Auto-lock" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "Auto-lock Time" -msgstr "Auto-lock 시간" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Avatar set successfully" -msgstr "아바타 설정 성공" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -#: popups/pages/Personas/AccountDetail/UI.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Back" -msgstr "뒤로" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#~ msgid "Back Up to Google Drive" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Back Up Your Data Your Way" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: popups/modals/SwitchPersonaModal/index.tsx -#: popups/pages/Personas/Logout/index.tsx -msgid "Backup" -msgstr "백업" - -#: popups/pages/Settings/index.tsx -msgid "Backup & Recovery" -msgstr "백업 맟 복구" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Backup downloaded and merged to local successfully." -#~ msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup Failed" -msgstr "백업 실패" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#~ msgid "Backup is saved to Mask Cloud Service." -#~ msgstr "" - -#. placeholder {0}: user.cloudBackupAt -#. placeholder {0}: user.localBackupAt -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Backup on {0}" -msgstr "백업 시간 {0}" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Backup password" -msgstr "비밀번호 백업" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Local.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Backup Password" -msgstr "비밀번호 백업" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." -msgstr "백업 비밀번호는 대문자, 소문자, 특수 문자 및 숫자를 포함하여 8-20자여야 합니다." - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Backup password set successfully" -msgstr "백업 비밀번호가 설정되었습니다." - -#: popups/modals/PersonaSettingModal/index.tsx -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Backup Persona" -msgstr "페르소나 백업" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup Successful" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -msgid "Backup to Google Drive" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Backup to Mask Cloud Service" -#~ msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup to the Cloud" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx -msgid "Backup Wallet" -msgstr "지갑 백업" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Balance" -msgstr "잔액" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Base" -msgstr "베이스" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Basic setting" -msgstr "기본 설정" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Be aware, check the token before adding it." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Block Explorer URL" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Bridge" -msgstr "" - -#: content-script/site-adaptors/twitter.com/injection/ToolboxHint_UI.tsx -msgid "Browse the Web3 footprints of your X friends, enjoy the freedom of Web3." -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Browser File" -msgstr "브라우저 파일" - -#: dashboard/pages/SetupPersona/Permissions/index.tsx -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy." -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "By granting permission, you are allowing the following <0/> contract to access your funds" -msgstr "" - -#: popups/components/UnlockERC721Token/index.tsx -msgid "By granting permission, you are allowing the following <0/> contract to access your NFTs." -msgstr "" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "By proceeding you agree to the" -msgstr "계속하면 다음을 동의합니다:" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Can't find a valid user address data source." -msgstr "" - -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/modals/ConfirmModal/index.tsx -#: dashboard/pages/SetupPersona/Permissions/index.tsx -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/DeleteContactModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/GasSettingModal/index.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Personas/PersonaSignRequest/index.tsx -#: popups/pages/RequestPermission/RequestPermission.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Wallet/Interaction/interaction.tsx -#: popups/pages/Wallet/ResetWallet/index.tsx -#: popups/pages/Wallet/SelectWallet/index.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Cancel" -msgstr "취소" - -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Cannot switch to a unknown network." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Chain ID" -msgstr "체인 ID" - -#. placeholder {0}: currentNetwork?.chainId ?? currentChainId -#. placeholder {0}: nextNetwork?.chainId ?? nextChainId -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Chain ID: {0}" -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Change" -msgstr "바꾸기" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Change another account and try again." -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Change Backup Password" -msgstr "백업 비밀번호 변경" - -#: popups/pages/Wallet/WalletSettings/ChangeNetwork.tsx -msgid "Change Network" -msgstr "네트워크 전환" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#: popups/pages/Wallet/WalletSettings/ChangeOwner.tsx -#~ msgid "Change Owner" -#~ msgstr "소유자 변경" - -#: popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx -#: popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx -msgid "Change Payment Password" -msgstr "결제 비밀번호 변경" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Choose another wallet" -msgstr "다른 월렛을 선택하세요" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." -msgstr "" - -#: popups/modals/ChooseToken/index.tsx -msgid "Choose Token" -msgstr "토큰 선택" - -#: popups/pages/Wallet/components/OriginCard/index.tsx -msgid "Chrome - external extension" -msgstr "" - -#: content-script/components/InjectedComponents/PostDialogHint.tsx -msgid "Click here to have a quick start." -msgstr "퀵 스타트" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Click on <0/> at the top-right of your browser." -msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Click on the down-arrow to see the private key." -msgstr "" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Close" -msgstr "닫기" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: dashboard/pages/SetupPersona/Backup/index.tsx -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Cloud Backup" -msgstr "클라우드 백업" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Collectible" -msgstr "수집품" - -#: popups/components/NFTAvatarPicker/index.tsx -#~ msgid "Coming soon" -#~ msgstr "" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Completed" -msgstr "완료됨" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: dashboard/modals/ConfirmModal/index.tsx -#: popups/components/NFTAvatarPicker/index.tsx -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/modals/ConfirmModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/PersonaRenameModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/modals/ShowPrivateKeyModal/index.tsx -#: popups/modals/WalletAutoLockSettingModal/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -#: popups/pages/Wallet/Interaction/interaction.tsx -#: popups/pages/Wallet/ResetWallet/index.tsx -#: popups/pages/Wallet/SelectWallet/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -#: popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx -msgid "Confirm" -msgstr "확인" - -#: popups/pages/Trader/Header.tsx -msgid "Confirm Bridge" -msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Confirm Password" -msgstr "비밀번호 확인" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Confirm Payment Password" -msgstr "결재 비밀번호 다시 설정" - -#: popups/pages/Trader/Header.tsx -msgid "Confirm Swap" -msgstr "" - -#. placeholder {0}: asset.symbol -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Confirm to hide {0}? You can redisplay it by re-adding this token at any time." -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Confirm to hide {name}? You can redisplay it by re-adding this NFT at any time." -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Congratulations" -msgstr "축하합니다" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: popups/components/ConnectedWallet/index.tsx -#: popups/components/SocialAccounts/index.tsx -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect" -msgstr "연결" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Connect and switch between your wallets." -msgstr "여기서 월렛을 연결하세요. 여기서 네트워크나 월렛을 바꿀 수 있습니다." - -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect Mask Network Account using your wallet." -msgstr "Mask Network 계정을 연결하여 월렛을 사용합니다." - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Connect Persona" -msgstr "" - -#: popups/modals/ConnectSocialAccountModal/index.tsx -msgid "Connect Social Account" -msgstr "소셜 계정 연결" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Connect Wallet" -msgstr "월렛을 연결하기" - -#: popups/pages/Wallet/Interaction/AddChainRequest.tsx -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Connect with Mask Wallet" -msgstr "" - -#: popups/components/SocialAccounts/index.tsx -msgid "Connect your social platform accounts." -msgstr "소셜 미디어 계정을 연결하기" - -#: content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect your wallet" -msgstr "월렛 연결" - -#: popups/pages/Wallet/components/WalletHeader/UI.tsx -msgid "Connected" -msgstr "" - -#. placeholder {0}: currentPersona?.nickname -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Connected {0} with {walletName}." -msgstr "" - -#: popups/pages/Wallet/ConnectedSites/index.tsx -#: popups/pages/Wallet/WalletSettings/ConnectedOrigins.tsx -msgid "Connected sites" -msgstr "연결된 사이트" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Connected successfully." -msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Connected Wallet" -msgstr "연결된 월렛" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Connecting operation cancelled in third-party wallet." -msgstr "연결 작업은 제3자 월렛에서 최소되었습니다." - -#: popups/modals/ConnectProvider/index.tsx -msgid "Connecting your {providerType} wallet" -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -msgid "Contact added." -msgstr "" - -#: popups/modals/DeleteContactModal/index.tsx -msgid "Contact deleted." -msgstr "" - -#: popups/modals/EditContactModal/index.tsx -msgid "Contact edited." -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -#: popups/pages/Friends/Home/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/WalletSettings/Contacts.tsx -msgid "Contacts" -msgstr "연락처" - -#: dashboard/components/Restore/RestoreFromMnemonic.tsx -#: dashboard/components/Restore/RestoreFromPrivateKey.tsx -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -#: dashboard/pages/SetupPersona/Recovery/Phrase.tsx -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Continue" -msgstr "다음" - -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -msgid "Contract" -msgstr "컨트랙트" - -#: popups/components/TransactionPreview/index.tsx -msgid "Contract Interaction" -msgstr "컨트렉트 인터액션" - -#: popups/components/PrivateKeyDisplay/index.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Copied" -msgstr "복사됨" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Copy" -msgstr "복사" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Copy image" -msgstr "이미지 복사" - -#: popups/components/PrivateKeyDisplay/index.tsx -msgid "Copy private key" -msgstr "개인 키 복사" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Copy text" -msgstr "문자 복사" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Could not fetch chain ID. Is your RPC URL correct?" -msgstr "체인 ID를 가져올 수 없습니다. RPC URL이 맞는지 확인하시길 바랍니다." - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Create" -msgstr "만들기" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Create a New Wallet" -msgstr "새로운 월렛 만들기" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Create a Privy Wallet" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Create a Privy wallet using an X account" -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Create New Mask Identity" -msgstr "새로운 Mask 아이디 만들기" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Create Password" -msgstr "비밀번호 생성" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Personas/Home/UI.tsx -msgid "Create Persona" -msgstr "페르소나 만들기" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Create your persona to get started" -msgstr "이용하기 전에 페르소나 한번 만들어 보세요" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Creating or retrieving your wallet with Privy. Please confirm on the X authorization page." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Creating your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Creating your " -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Creating your **identity**" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Creating your **wallet**" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Creation Completed" -msgstr "" - -#: popups/modals/ChooseCurrencyModal/index.tsx -#: popups/pages/Wallet/WalletSettings/ChangeCurrency.tsx -msgid "Currency" -msgstr "통화" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Currency Symbol (Optional)" -msgstr "통화 기호(옵션)" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Current account is not the verifying account." -msgstr "" - -#. placeholder {0}: formatWeiToGwei(gasOptions.normal.baseFeePerGas).toFixed(2, BigNumber.ROUND_UP) -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Current base fee is {0} Gwei" -msgstr "현재 기초 기스비는 {0} Gwei" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#~ msgid "Current Management Account" -#~ msgstr "현재 관리자 계정" - -#: popups/pages/Wallet/WalletSettings/index.tsx -#~ msgid "Current wallet (<0>{currentWallet}) is the management account of SmartPay wallet (<1>{other_wallets}).<2/>Deleting the current wallet will result in the deletion of the SmartPay wallet simultaneously." -#~ msgstr "" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -msgid "Custom" -msgstr "커스텀" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Dark" -msgstr "다크" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "data" -#~ msgstr "" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Data" -msgstr "데이터" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Data backed up successfully!" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Data correlation" -msgstr "데이터 수정" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Data merged from Mask Cloud Service to local successfully. Re-enter your password to encrypt and upload the new backup to Mask Cloud Service." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -msgid "Decrypt failed, please check password" -msgstr "해독 실패, 비밀번호를 확인하세요" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. {encrypted}" -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "Decrypted by Mask Network" -msgstr "Mask로 해독되었습니다:" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Delete" -msgstr "삭제" - -#: popups/modals/DeleteContactModal/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Delete Contact" -msgstr "연락처 삭제" - -#: popups/pages/Friends/Detail/index.tsx -msgid "Deleted successfully" -msgstr "삭제 성공" - -#: popups/components/TransactionPreview/index.tsx -msgid "Deploy Contract" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Description" -msgstr "설명" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "Disable Permit" -msgstr "" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnect" -msgstr "연결 해제" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnect all accounts" -msgstr "모두 계정 연결 해제" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnect failed." -msgstr "연결 해제 실패" - -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnect Social Account?" -msgstr "소셜 계정 연결 해제" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Disconnect Wallet?" -msgstr "월렛 연결을 해제하시겠습니까?" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnected successfully." -msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnected." -msgstr "" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "Display the following address on your Web3 profile page and use it to receive tips." -msgstr "웹3 프로필 페이지에 다음 주소를 표시하고 팁을 받는 데 사용합니다." - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Do you need to paste encrypted content manually?" -msgstr "암호화된 내용을 수동으로 붙여넣으세요?" - -#. placeholder {0}: selectedAccount?.identifier.userId -#. placeholder {1}: currentPersona.nickname -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Do you want to remove the verified association between the X account @<0>{0} and {1}?" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Domain" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Don't forget to pin Mask Network in the browser toolbar to access Web3 easily." -msgstr "" - -#: popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx -msgid "Don't see your NFT?" -msgstr "NFT를 보셨나요?" - -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Done" -msgstr "완료" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -#: dashboard/components/GoogleDriveFileTable.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Download" -msgstr "다운로드" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Download backup" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Local.tsx -msgid "Download Backup" -msgstr "백업 다운로드" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Downloading" -msgstr "다운로드 중" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Drag & Drop your file here" -msgstr "파일을 끌어서 여기에 놓으세요" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "E-mail" -#~ msgstr "" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Edit" -msgstr "편집" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Edit Contact" -msgstr "연락처 편집" - -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "eg: X accounts, persona public keys, wallet addresses or ENS" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Email" -msgstr "이메일" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Email verification code" -msgstr "메일 인증번호" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Enable auto paste" -msgstr "자동 붙이기 지원" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -msgid "Enable the plugin" -msgstr "" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Encrypt" -msgstr "끝내기" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Encrypt the message in an image" -msgstr "" - -#: content-script/components/CompositionDialog/Composition.tsx -msgid "Encrypted Post" -msgstr "Mask: 편집" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Encrypting your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Encrypting your " -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Encrypting your **data**" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Encryption Method" -msgstr "암호화 방식" - -#: popups/components/AddContactInputPanel/index.tsx -msgid "Ens or Address(0x)" -msgstr "Ens 나 주소(0x)" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Enter a gas limit" -msgstr "기스비 한도 입력" - -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Enter a gas price" -msgstr "가스비 입력" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Enter a max fee" -msgstr "최대 가스비 입력" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Enter a max priority fee" -msgstr "최대 우선 가스비 입력" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "Enter Max spend limit" -msgstr "최대 지불 제한 입력" - -#: popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx -msgid "Enter Payment Password" -msgstr "결제 비밀번호 입력" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Entered passwords are inconsistent." -msgstr "" - -#. placeholder {0}: rejection.message -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -msgid "Error: {0}" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Ethereum {HD_PATH_WITHOUT_INDEX_ETHEREUM}" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Everyone" -msgstr "공개" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Example: Alice" -msgstr "예: Alice" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Trader/Header.tsx -msgid "Exchange" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -msgid "Experience in X" -msgstr "트위터에서 체험하기" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Explore multi-chain dApps." -msgstr "클릭하여 메인 기능을 확인하세요." - -#: popups/modals/VerifyBackupPasswordModal/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Export" -msgstr "내보내기" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Failed" -msgstr "실패" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Failed to add the wallet, please try again." -msgstr "월렛 추가 실패, 다시 시도하기" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Failed to authorize Google Drive. Please try again." -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostFailed.tsx -msgid "Failed to decrypt." -msgstr "" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Failed to disconnect wallet" -msgstr "" - -#. placeholder {0}: (err as Error).message -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Failed to download and merge the backup: {0}" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Failed to download and merge the backup." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#~ msgid "Failed to get permission" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Failed to get permissions" -msgstr "" - -#: dashboard/components/GoogleDriveLogin.tsx -#~ msgid "Failed to login: {0}" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "Failed to restore the backup from Google Drive to your browser. Please try again." -msgstr "" - -#. placeholder {0}: (err as Error).message -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Failed to restore the backup: {0}" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Failed to save network" -msgstr "네트워크 저장 실패" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Failed to set Avatar." -msgstr "아바타 설정 실패" - -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Failed to transfer token: {message}" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "FAQ&Tutorial" -msgstr "FAQ&투토리얼" - -#: popups/pages/Settings/index.tsx -msgid "Feedback" -msgstr "피드백" - -#: dashboard/components/BackupPreview/index.tsx -msgid "File" -msgstr "파일" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Find Mask Network in the extension list and click the <0/> button." -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Floor price" -msgstr "최저 가격" - -#: content-script/components/CompositionDialog/useSubmit.ts -#~ msgid "Follow @{officialAccount} for Web3 updates and insights." -#~ msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Follow @masknetwork for Web3 updates and insights." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -msgid "Follow @masknetwork to explore Web3." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -#~ msgid "Follow @realMaskNetwork to explore Web3." -#~ msgstr "" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/modals/SelectLanguageModal/index.tsx -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Follow System" -msgstr "시스템에 따라 설정" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Forgot payment password?" -msgstr "결제 비밀번호를 잊었습니까?" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "From" -msgstr "보낸 사람" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "from <0>{fromAddress}" -msgstr "" - -#. placeholder {0}: transaction.formattedTransaction.popup.method -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Function: {0}" -msgstr "" - -#: popups/components/TransactionPreview/index.tsx -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -#: popups/modals/GasSettingModal/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Gas Fee" -msgstr "가스비" - -#: popups/pages/Wallet/GasSetting/index.tsx -#: popups/pages/Wallet/GasSetting/index.tsx -msgid "Gas fee settings" -msgstr "기스비 설정" - -#: popups/pages/Wallet/GasSetting/index.tsx -msgid "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Gas Limit" -msgstr "가스 한도" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Limit (Units)" -msgstr "가스 한도(Units)" - -#. placeholder {0}: String(minGasLimit) -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Gas limit must be at least {0}" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas limit must be bigger than {minGas}." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas limit must be smaller than {maxGas}." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Gas Price" -msgstr "가스 가격" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Price (GWEI)" -msgstr "가스 가격(GWEI)" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas price is too low and will cause the transaction fail" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas price should be greater than 0" -msgstr "가스 가격은 0보다 높어야합니다." - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Used (Units)" -msgstr "이용된 가스(Units)" - -#: popups/pages/Settings/index.tsx -msgid "General" -msgstr "일반" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Generate a new persona" -msgstr "새로운 페르소나 생성" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Generate a new wallet address" -msgstr "새로운 월렛 주소 생성" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Generating your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Generating your " -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Generating your **accounts**" -msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#~ msgid "Get permission failed" -#~ msgstr "" - -#. placeholder {0}: contract?.symbol || '' -#. placeholder {0}: token?.symbol || '' -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -msgid "Give permission to access <0/> your {0}?" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/index.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/index.tsx -msgid "Google Drive" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Got it" -msgstr "알겠습니다" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gwei" -msgstr "" - -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/hooks/useGasOptionsMenu.tsx -msgid "GWEI" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." -msgstr "" - -#: content-script/site-adaptors/twitter.com/injection/PostDialogHint.tsx -msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." -msgstr "" - -#: content-script/site-adaptors/twitter.com/injection/PostDialogHint.tsx -#~ msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @realMaskNetwork to explore Web3." -#~ msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Hi friends, I just created {token} Lucky Drop. Download Mask.io to claim." -msgstr "" - -#. placeholder {0}: asset.symbol -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Hide {0}" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Hide {name}" -msgstr "" - -#: popups/components/MnemonicDisplay/index.tsx -msgid "Hide mnemonic words" -msgstr "" - -#: popups/pages/Wallet/components/AssetsList/MoreBar.tsx -msgid "Hide tokens with value less than $1" -msgstr "잔액 $1 미만인 토큰 숨기기" - -#: popups/pages/Wallet/WalletSettings/HidingScamTx.tsx -msgid "Hiding Scam Transactions" -msgstr "" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "High" -msgstr "높음" - -#: popups/pages/Trader/Header.tsx -msgid "History" -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "I wrote down those words in the correct order" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "identity" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Identity ID" -msgstr "아이디" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Image" -msgstr "이미지" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Image copied!" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Import" -msgstr "불러오기" - -#: popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx -msgid "Import NFT" -msgstr "NFT 불러오기" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Import Wallet" -msgstr "월렛 불러오기" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Import Wallets" -msgstr "월렛 불러오기" - -#: popups/components/WalletItem/index.tsx -msgid "Imported" -msgstr "불러오기 완료됨" - -#: popups/modals/WalletGroupModal/index.tsx -msgid "Imported Wallets" -msgstr "월렛 불러오기" - -#: dashboard/hooks/useBackupFormState.ts -msgid "Incorrect Backup Password" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Incorrect backup password." -msgstr "잘못된 비밀번호." - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Incorrect Backup Password." -msgstr "잘못된 백업 비밀번호." - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Incorrect cloud backup password, please try again." -msgstr "잘못된 클라우드 백업 비밀번호입니다. 다시 시도하세요." - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Incorrect Keystore Password." -msgstr "잘못된 키스토어 비밀번호." - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Incorrect Mnemonic Words." -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Incorrect password" -msgstr "잘못된 비밀번호" - -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Local.tsx -msgid "Incorrect Password" -msgstr "잘못된 비밀번호" - -#: popups/pages/Personas/Logout/index.tsx -#~ msgid "Incorrect payment password." -#~ msgstr "잘못된 결제 비밀번호" - -#: popups/modals/ShowPrivateKeyModal/index.tsx -#: popups/modals/WalletRemoveModal/index.tsx -msgid "Incorrect Payment Password." -msgstr "잘못된 결제 비밀번호" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -msgid "Incorrect Private Key" -msgstr "잘못된 아이디 코드" - -#: dashboard/pages/SetupPersona/Recovery/Phrase.tsx -msgid "Incorrect recovery phrase." -msgstr "잘못된 복구 문구" - -#: popups/hooks/useContactsContext.ts -#: popups/modals/AddContactModal/index.tsx -msgid "Incorrect wallet address." -msgstr "잘못된 월렛 주소." - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Incorrect words selected. Please try again!" -msgstr "" - -#: dashboard/components/Restore/RestoreFromPrivateKey.tsx -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -msgid "Input your Private Key" -msgstr "개인 키 입력하기" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -msgid "Instant" -msgstr "즉시" - -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Insufficient funds for gas." -msgstr "자산이나 가스비가 부족합니다." - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid Block Explorer URL." -msgstr "무효한 Block Explorer URL." - -#: dashboard/pages/SetupPersona/Backup/Cloud/EmailForm.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#~ msgid "Invalid email address format." -#~ msgstr "이메일 주소가 잘못되었습니다." - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Invalid email address." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid number" -msgstr "잘못된 번호" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#~ msgid "Invalid phone number, please check and try again." -#~ msgstr "무효한 전화 번호입니다. 다시 시도해 보세요." - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid RPC URL." -msgstr "무효한 RPC URL" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Invalid verification code." -msgstr "유효하지 않은 인증 코드입니다." - -#: popups/components/SignRequestInfo/index.tsx -msgid "Issued at" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Just Me" -msgstr "나만 보기" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Just Selected Contacts" -msgstr "선정된 연락처에게만 공유" - -#: popups/pages/Wallet/components/StartUp/index.tsx -#~ msgid "Keep your transactions and assets safe with Mask Wallet." -#~ msgstr "Mask Wallet으로 거래 및 자산을 안정하게 보관합니다." - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Kept safely" -msgstr "안전 보관" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Keystore" -msgstr "키스토어" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -msgid "Keystore password" -msgstr "키스토어 비밀번호" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Lack of number, letter or special character." -msgstr "숫자, 문자 또는 특수 문자가 부족합니다." - -#: popups/pages/Settings/index.tsx -msgid "Language" -msgstr "언어" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Light" -msgstr "라이트" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Likely in < {estimateSecond} seconds" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Link" -msgstr "링크" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Load failed" -msgstr "로딩 실패" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: popups/pages/Friends/Home/UI.tsx -msgid "Loading" -msgstr "로딩 중" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Loading account information..." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Local Backup" -msgstr "로컬 백업" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#~ msgid "Local persona or wallet only" -#~ msgstr "로컬 페르소나나 월렛만 가능합니다." - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Locale Backup" -msgstr "" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Lock Wallet" -msgstr "로컬 월렛" - -#: popups/modals/PersonaSettingModal/index.tsx -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Personas/Logout/index.tsx -msgid "Log out" -msgstr "로그아웃" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "Login to Mask Cloud" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "Logout" -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Logout failed" -msgstr "로그아웃 실패" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Logout successfully" -msgstr "로그아웃 성공" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Low" -msgstr "낮음" - -#: popups/modals/ChooseNetworkModal/index.tsx -#: popups/pages/Wallet/NetworkManagement/index.tsx -msgid "Manage Network" -msgstr "네트워크 관리" - -#: popups/modals/SupportedSitesModal/index.tsx -msgid "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." -msgstr "" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Mask needs the following permissions" -msgstr "Mask가 아래 권한을 요청합니다." - -#: content-script/components/InjectedComponents/PostDialogHint.tsx -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Mask Network" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Mask Network Cloud" -msgstr "" - -#: content-script/components/InjectedComponents/PermissionBoundary.tsx -msgid "Mask Network requires you to authorize the following websites before using it." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -#~ msgid "masknetwork" -#~ msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Max" -msgstr "최대치" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max Fee" -msgstr "최대 가스비" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Max Fee (GWEI)" -msgstr "최대 요금(GWEI)" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee cannot be lower than max priority fee" -msgstr "최대 기스비는 최대 우선 가스비보다 낮을 수 없습니다" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee is higher than necessary" -msgstr "최대 가스비는 필요한 것보다 높습니다." - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee is too low for network conditions." -msgstr "현재 네트워크 컨디션에서 최대 가스비가 너무 낮습니다." - -#. placeholder {0}: formatWeiToGwei(miniumMaxFeePerGas).toFixed(2, BigNumber.ROUND_UP) -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max fee should be greater than base fee of {0} Gwei." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max Priority Fee" -msgstr "최대 우선 가스비" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee is higher than necessary. You may pay more than needed." -msgstr "최대 우선 가스비가 필요한 것보다 높아서 필요 이상으로 지불할 수 있습니다." - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max priority fee is too high for network conditions." -msgstr "현재 네트워크 컨디션에 대한 최대 가스비가 너무 높습니다." - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee is too low for network conditions" -msgstr "현재 네트워크 컨디션에서 최대 우선 가스비가 부족합니다" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max priority fee is too low for network conditions." -msgstr "네트워크 컨디션에 대한 최대 우선 가스비는 매우 낮습니다." - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee must be greater than 0 GWEI" -msgstr "최대 우선 가스비는 0 GWEI보다 높아야 합니다" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Medium" -msgstr "보통" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Merge Completed" -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Merge data to local database" -msgstr "데이터를 로컬 데이터베이스에 병합하기" - -#: dashboard/components/GoogleDriveFileTable.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Merge to Browser" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Merge to local" -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Message" -msgstr "메시지" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Mnemonic" -msgstr "니모닉" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "Mnemonic word" -msgstr "니모닉 단어" - -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#~ msgid "Mobile" -#~ msgstr "모바일" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#~ msgid "Mobile number" -#~ msgstr "휴대폰 번호" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#~ msgid "Mobile verification code" -#~ msgstr "모바일 인증번호" - -#. placeholder {0}: String(currentMessageIndex + 1) -#. placeholder {1}: String(totalMessages) -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Multiple transaction requests {0} / {1}" -msgstr "멀티 거래 요청 {0} / {1}" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "My Wallets" -msgstr "나의 월렛" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "N/A" -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Name" -msgstr "" - -#: popups/components/TokenPicker/index.tsx -msgid "Name or Contract address e.g. USDC or 0x234..." -msgstr "" - -#: popups/modals/ChooseNetworkModal/index.tsx -msgid "Network" -msgstr "네트워크" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network added" -msgstr "" - -#: popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx -msgid "Network error or execute smart contract failed." -msgstr "네트워크나 컨트랙트 오류" - -#: popups/pages/Trader/Header.tsx -msgid "Network fee" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network Name" -msgstr "네트워크 이름" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network removed." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network saved" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Never share 12-word secret mnemonic with anyone!" -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Never share the 12-word secret mnemonic words with anyone!" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "New password" -msgstr "새로운 비밀번호" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "New password cannot be the same as your current password." -msgstr "새 비밀번호는 현재 비밀번호와 같을 수 없습니다." - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "New Payment Password" -msgstr "새로운 결제 비밀번호" - -#: content-script/components/GuideStep/index.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Next" -msgstr "다음" - -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Next.ID" -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Wallet/AddToken/index.tsx -#: popups/pages/Wallet/components/WalletAssets/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -msgid "NFTs" -msgstr "" - -#: popups/pages/Wallet/AddToken/index.tsx -msgid "NFTs added" -msgstr "" - -#: popups/pages/Friends/Detail/UI.tsx -msgid "No associated accounts" -msgstr "관련 계정 없음" - -#: popups/components/WalletSettingList/index.tsx -msgid "No associated wallet. <0>Add Wallet." -msgstr "" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "No back up" -msgstr "백업 없음" - -#: dashboard/components/GoogleDriveFileTable.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "No backups found" -msgstr "백업 없음" - -#: popups/pages/Friends/Contacts/index.tsx -msgid "No contacts stored locally, you can try searching." -msgstr "" - -#: popups/pages/Wallet/components/ActivityList/index.tsx -msgid "No Data" -msgstr "데이터 없음" - -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "No friends are stored locally, please try search one." -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "No local key" -msgstr "로컬 키 없음" - -#: popups/components/TokenPicker/index.tsx -msgid "No matched tokens" -msgstr "" - -#: popups/components/NFTAvatarPicker/CollectionList.tsx -msgid "No NFTs found." -msgstr "NFT가 없습니다." - -#: content-script/components/shared/SelectRecipients/SelectRecipients.tsx -msgid "No results" -msgstr "결과 없음." - -#: popups/pages/Friends/SearchList/index.tsx -msgid "No search results" -msgstr "검색 결과가 없습니다." - -#: popups/pages/Wallet/ConnectedSites/index.tsx -msgid "No websites connected to this wallet" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Nonce" -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Not connected" -msgstr "연결되지 않았습니다" - -#: popups/pages/Wallet/components/WalletHeader/UI.tsx -msgid "Not Connected" -msgstr "" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Not enough data to present." -msgstr "제시할 데이터가 부족합니다." - -#: popups/modals/ConnectProvider/index.tsx -msgid "Not found your {providerType} wallet" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Not set" -msgstr "설정되지 않음" - -#: popups/components/NFTAvatarPicker/CollectionList.tsx -msgid "Not supported yet." -msgstr "" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." -msgstr "참고: 마지막 불러오기에서 니모닉 문구를 사용하면 해당 니모닉 문구에서 파생된 월렛을 복구할 수 있습니다." - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "OK" -msgstr "확인" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "Okay" -msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "Old Payment Password" -msgstr "지난 결제 비밀번호" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "Only visible to yourself" -msgstr "나에게만 보이기" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Open in a new tab" -msgstr "새로운 탭에서 열기" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Open Mask Wallet" -msgstr "Mask 월렛 열기" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Or" -msgstr "또는" - -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Or create a new wallet group" -msgstr "혹은 새로운 월렛 그룹을 만듭니다." - -#. placeholder {0}: author.userId -#: content-script/components/InjectedComponents/DecryptedPost/authorDifferentMessage.tsx -msgid "Originally posted by {0}" -msgstr "" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Overwrite Backup" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Overwrite current backup" -#~ msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Password" -msgstr "비밀번호" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Paste manually" -msgstr "수동으로 붙여넣기" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Local.tsx -#: popups/modals/ShowPrivateKeyModal/index.tsx -#: popups/modals/WalletRemoveModal/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Payment Password" -msgstr "결재 비밀번호" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "Payment password changed." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/pages/Wallet/hooks/usePasswordForm.ts -#: popups/pages/Wallet/hooks/usePasswordForm.ts -msgid "Payment password must be 6 to 20 characters." -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Payment password set." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Payment Password should be between 6 and 20 characters." -msgstr "결제 비밀번호는 8~20자 사이어야 합니다." - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Payment password stored locally and you could try as many as you want to unlock your wallet." -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Pending" -msgstr "대기중" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Permissions" -msgstr "사용 권한" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Permissions List" -msgstr "" - -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Persona" -msgstr "페르소나" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Persona already exists." -msgstr "이미 존재된 페르소나입니다." - -#: dashboard/pages/SignUp/steps/PersonaRecovery.tsx -msgid "Persona created." -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Persona Name" -msgstr "페르소나 이름" - -#: popups/modals/PersonaRenameModal/index.tsx -msgid "Persona name must between 1 to 24 characters." -msgstr "페르소나 이름은 1~24자 이내로 입력해주세요." - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Persona Recovery Phrase" -msgstr "페르소나 복구 문구" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Persona required." -msgstr "페르소나가 필요합니다." - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Persona: {personaName}" -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "Personas" -msgstr "나의 페르소나" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#~ msgid "Phone verification code" -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -msgid "Pin Mask Network to the toolbar for easier access:" -msgstr "Mask Network를 툴바에 고정하여 보다 쉽게 액세스할 수 있습니다:" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Pinned successfully." -msgstr "고정됩니다." - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -#: content-script/site-adaptors/facebook.com/injection/Composition.tsx -msgid "Please click the \"Post\" button to open the compose dialog." -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Please copy the following text and image (if there is one) and publish it." -msgstr "" - -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Please enter backup password to export persona private key." -msgstr "백업 비밀번호를 입력하고 페르소나 개인키를 내보낼 수 있습니다." - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Please enter cloud backup password to download file." -msgstr "파일을 다운로드하려면 클라우드 백업 암호를 입력하세요." - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Please enter the correct mnemonic words, private key, or upload the correct keystore file." -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Please enter your backup password." -msgstr "비밀번호 입력" - -#: popups/pages/Personas/Logout/index.tsx -#~ msgid "Please enter your payment password." -#~ msgstr "현재 비밀번호를 입력하세요." - -#: popups/modals/ConnectProvider/index.tsx -msgid "Please install your metamask wallet and set up your first wallet." -msgstr "Metamask 월렛을 설치하고 첫 월렛을 설정하세요." - -#: popups/pages/Personas/Logout/index.tsx -#~ msgid "Please note: This Persona {0} is the management account of above listed SmartPay {1, plural, one {wallet} other {wallets}}. You cannot use SmartPay wallet to interact with blockchain after logging out persona." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Please select the appropriate method to restore your personal data." -msgstr "12개 복구 문구로 페르소나 데어터를 복구할 수 있습니다." - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Please select the correct words in the correct order." -msgstr "" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Please set the backup password to back up" -msgstr "백업 비밀번호를 설정하세요." - -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Please set up backup password to export private key." -msgstr "백업 비밀번호를 설정하고 개인키를 내보낼 수 있습니다." - -#: popups/modals/WalletAutoLockSettingModal/index.tsx -msgid "Please set up the amount of time before we automatically lock your wallet." -msgstr "월렛이 자동으로 잠기기 전까지의 시간을 설정해 주시기 바랍니다." - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Please sign up or login {siteName} to connect Mask Network." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Please switch to <0>@{expectAccount} to continue the account verification progress." -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "Please use your frequently used email or phone number for backup." -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Please write down or copy these words and save them in a secure place." -msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Please write down the following words in correct order. Keep it safe and do not share with anyone!" -msgstr "다음 단어를 정확한 순서로 적어주세요. 안전하게 보관하고 다른 사람과 공유하지 마세요!" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Plugins" -msgstr "플러그인" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Post content:" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileCard/index.tsx -msgid "Powered by <0>Mask Network" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Previous" -msgstr "이전" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Priority Fee (GWEI)" -msgstr "우선 비용(GWEI)" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Priority fee should be greater than 0." -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Privacy Policy" -msgstr "개인정보처리방침" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Private" -msgstr "비공개" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Private Key" -msgstr "개인 키" - -#: popups/modals/PersonaSettingModal/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Profile Photo" -msgstr "프로필 사진" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Properties" -msgstr "속성" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Public Key: <0>{publicKey}" -msgstr "" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Trader/Header.tsx -msgid "Quote Route" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Re-enter" -msgstr "다시 입력" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "ready 🚀" -#~ msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -#~ msgid "realMaskNetwork" -#~ msgstr "" - -#: popups/pages/Wallet/components/ActionGroup/index.tsx -#: popups/pages/Wallet/Receive/index.tsx -msgid "Receive" -msgstr "받기" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "Recover" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Recover your data" -msgstr "데어터 복구" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Recover your wallet" -msgstr "월렛 복구" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: popups/modals/SwitchPersonaModal/index.tsx -msgid "Recovery" -msgstr "복구" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Recovery Phrase" -msgstr "복구 문구" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Refresh" -msgstr "새로고침" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Reject {totalMessages} Transactions" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Reload" -msgstr "다시 로드" - -#: popups/modals/WalletRemoveModal/index.tsx -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Remove" -msgstr "삭제" - -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Remove Wallet" -msgstr "월렛 삭제" - -#: popups/pages/Wallet/WalletSettings/index.tsx -#~ msgid "Remove Wallet?" -#~ msgstr "월렛을 삭제하시겠습니까?" - -#: popups/modals/PersonaRenameModal/index.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -#: popups/pages/Wallet/WalletSettings/Rename.tsx -#: popups/pages/Wallet/WalletSettings/Rename.tsx -msgid "Rename" -msgstr "이름 변경" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request ID" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request is valid not after" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request is valid not before" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request Source" -msgstr "소스 요청" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Reselect" -msgstr "다시 선택" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Resend" -msgstr "다시 보내기" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Reset Wallet" -msgstr "월렛 리셋" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Resource" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Restore" -msgstr "복원하기" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Restore backup failed." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Restore Completed" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Restore Database" -msgstr "데이터베이스 복원" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#~ msgid "Restore failed" -#~ msgstr "복구 실패" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Restore Failed" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Restore from a previous database backup" -msgstr "이전의 데이터베이스 백업에서 복원하기" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Restore or Login" -msgstr "등록 또는 로그인" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Retry" -msgstr "다시 시도" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "RPC URL" -msgstr "" - -#: popups/components/AddContactInputPanel/index.tsx -msgid "Save" -msgstr "저장" - -#: popups/pages/Personas/AccountDetail/index.tsx -#~ msgid "Save failed" -#~ msgstr "저장 실패" - -#: popups/pages/Personas/AccountDetail/index.tsx -#~ msgid "Saved" -#~ msgstr "" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "Scam tx" -msgstr "사기 거래" - -#: popups/pages/Wallet/Receive/index.tsx -msgid "Scan QR code to receive payment" -msgstr "QR 코드 스캔하여 결제하기" - -#: popups/pages/Personas/WalletConnect/index.tsx -msgid "Scan QR code with WalletConnect-compatible wallet" -msgstr "" - -#: popups/pages/Friends/Search/index.tsx -msgid "Search Next.ID, X, Lens, ENS or Address" -msgstr "" - -#: popups/pages/Trader/useImplementRuntime.tsx -msgid "Select" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Select Address" -msgstr "주소 선택" - -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "Select All" -msgstr "전체 선택" - -#: popups/modals/SelectProviderModal/index.tsx -msgid "Select and Connect to your wallet" -msgstr "월렛 선택 및 연결" - -#: popups/modals/SelectLanguageModal/index.tsx -msgid "Select language" -msgstr "언어 선택" - -#: popups/pages/Trader/Header.tsx -msgid "Select Liquidity" -msgstr "" - -#: dashboard/pages/SetupPersona/LocalBackup/index.tsx -#~ msgid "Select the contents of the backup" -#~ msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "Select the wallet(s) to use on this site. You should not connect to website you don't trust." -msgstr "" - -#: popups/pages/Wallet/SelectWallet/index.tsx -msgid "Select Wallet" -msgstr "월렛 선택" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -#: popups/components/TransactionPreview/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/components/ActionGroup/index.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -msgid "Send" -msgstr "보내기" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Sent verification post successfully." -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Service Agreement" -msgstr "서비스 약관" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#~ msgid "Set a New Management Account" -#~ msgstr "새로운 관리자 계정 설정" - -#: content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx -msgid "Set NFT Photo" -msgstr "NFT 사진 설정" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Set Payment Password" -msgstr "결제 비밀번호 설정" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Set payment password successfully." -msgstr "결제 비밀번호 설정 성공" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Set Your Payment Password" -msgstr "결제 비밀번호 설정" - -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Set Your Persona Name" -msgstr "페르소나 이름 설정하기" - -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Set your persona name with maximum length of 24 characters" -msgstr "최대 24자로 페로소나 이름 설정합니다" - -#: popups/pages/Settings/index.tsx -msgid "Settings" -msgstr "설정" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "Share with" -msgstr "공유 대상:" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Show me how" -msgstr "방법을 알려주세요." - -#: popups/pages/Wallet/components/AssetsList/MoreBar.tsx -msgid "Show tokens with value less than $1" -msgstr "잔액 $1 미만인 토큰 표시" - -#: popups/pages/Personas/ConnectWallet/index.tsx -#: popups/pages/Personas/PersonaSignRequest/index.tsx -#: popups/pages/Wallet/Interaction/WalletSignRequest.tsx -msgid "Sign" -msgstr "사인" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#~ msgid "Sign Up" -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Sign-in Request" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signature Request" -msgstr "시그너쳐 요청" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Signing ..." -msgstr "진행중..." - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signing Message (Raw)" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signing Message (Text)" -msgstr "사인 메시지" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." -msgstr "" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Sites" -msgstr "사이트" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Size limit: 10 MB" -msgstr "" - -#: content-script/components/GuideStep/index.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Skip" -msgstr "넘어가기" - -#: popups/pages/Trader/Header.tsx -msgid "Slippage" -msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/Home/UI.tsx -msgid "Social Account" -msgstr "소셜 계정" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Sorry, signature failed! Please try signing again." -msgstr "사인 살패, 다시 시도하기" - -#: popups/modals/GasSettingModal/index.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Speed Up" -msgstr "가속하기" - -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -msgid "Spend limit requested by" -msgstr "지불 제한을 요청하는 이용자:" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Spend more transaction fees to cancel the previous transaction." -msgstr "더 많은 기스비를 지불하여 지난 거래를 최소합니다." - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Start" -msgstr "시작" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "status" -msgstr "상태" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Step {step}/{step}" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Step {step}/{totalSteps}" -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Step 1/2" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Step 1/3" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Step 2/2" -msgstr "" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Success" -msgstr "성공" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "Suggest to send transactions and sign messages" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Support" -msgstr "지원" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Support Identity code, private key, local backups or cloud backups to access your personal data." -msgstr "아이디 코드, 개인키, 로컬 백업이나 클라우드 백업으로 개인 데이터 접근을 지원합니다." - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Support mnemonic phrase, private key or keystore file." -msgstr "" - -#: popups/modals/SupportedSitesModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Supported Sites" -msgstr "지원되는 사이트" - -#: popups/pages/Wallet/components/StartUp/index.tsx -msgid "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." -msgstr "" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Wallet/components/ActionGroup/index.tsx -msgid "Swap" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Switch other account" -msgstr "사용자 계정 전환" - -#: popups/modals/SwitchPersonaModal/index.tsx -msgid "Switch Persona" -msgstr "페르소나 전환" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -msgid "Switch to other accounts" -msgstr "" - -#: popups/components/MnemonicDisplay/index.tsx -msgid "Tap to view the mnemonic words <0/> Make sure no one is looking at your screen" -msgstr "" - -#: popups/components/PrivateKeyDisplay/index.tsx -msgid "Tap to view the private key <0/> Make sure no one is looking at your screen" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Text" -msgstr "텍스트" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Text copied!" -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "The approval for this contract will be revoked in case of the amount is 0." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "The chainID is not equal to the currently connected one." -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#~ msgid "The code is incorrect." -#~ msgstr "코드가 잘못되었습니다." - -#: dashboard/utils/api.ts -msgid "The download link is expired" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#~ msgid "The Mask Network Cloud Backup feature will be deactivated on April 30, 2025. Please use alternative cloud backup services or local backup solutions." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#~ msgid "The Mask Network Cloud Backup feature will be deactivated on Jun 30, 2025. Please use alternative cloud backup services or local backup solutions." -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "The mnemonic word has been copied, please keep it in a safe place." -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "The mnemonic words has been copied, please keep it in a safe place." -msgstr "" - -#. placeholder {0}: match.nativeCurrency.symbol -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -msgid "The network with chain ID {formChainId} may use a different currency symbol ({0}) than the one you have entered. Please check." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -#~ msgid "The network with chain ID {formChainId} may use a different currency symbol ({1}) than the one you have entered. Please check." -#~ msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "The new passwords don't match" -msgstr "새로운 비밀번호가 일치하지 않습니다" - -#. placeholder {0}: profile.identifier.userId -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is connected to the account @${0}." -msgstr "" - -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is connected to the following accounts: {list}" -msgstr "" - -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is not connected to any accounts." -msgstr "" - -#: popups/modals/PersonaRenameModal/index.tsx -msgid "The persona name already exists." -msgstr "이미 존재된 페르소나입니다" - -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#~ msgid "The phone number is incorrect." -#~ msgstr "전화번호가 잘못되었습니다." - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "The RPC URL you have entered returned a different chain ID ({rpcChainId}). Please update the Chain ID to match the RPC URL of the network you are trying to add." -msgstr "" - -#. placeholder {0}: format(localTransaction.updatedAt, "HH:mm 'on' M/dd/yyyy") -#: popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts -msgid "The transaction was complete and has been recorded on blockchain at {0}" -msgstr "" - -#. placeholder {0}: format(localTransaction.createdAt, "HH:mm 'on' M/dd/yyyy") -#: popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts -msgid "The transaction was confirmed at {0}" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -msgid "The wallet address already exists." -msgstr "이 월렛 주소가 이미 존재합니다." - -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -msgid "The wallet name already exists." -msgstr "이미 존재된 이름입니다." - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "The web site can" -msgstr "" - -#. placeholder {0}: message.domain -#: popups/components/SignRequestInfo/index.tsx -msgid "The website ({messageOrigin}) is asking you to sign in to another domain ({0}). This may be a phishing attack." -msgstr "" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "There was a network or RPC provider error, please try again later!" -msgstr "네트워크나 RPC 제공자 오류입니다. 다시 시도하세요!" - -#: popups/hooks/useContactsContext.ts -msgid "This address is a contract address." -msgstr "이 주소는 연락처 주소입니다." - -#: popups/hooks/useContactsContext.ts -msgid "This address may be a scam address." -msgstr "이 주소는 사기 주소일 수 있습니다." - -#. placeholder {0}: String(token?.symbol) -#: popups/components/UnlockERC20Token/index.tsx -msgid "This allows the third party to spend {value} {0} from your current balance." -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." -msgstr "이를 통해 제3자가 한도액에 도달하거나 사용자가 지출 한도액을 취소할 때까지 토큰 잔액을 모두 사용할 수 있습니다. 만약 이것이 의도된 것이 아니라면, 지출 한도액을 낮추는 것을 고려하시길 바랍니다." - -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -#~ msgid "This Chain ID is currently used by the {0} network." -#~ msgstr "" - -#. placeholder {0}: duplicated.name -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -msgid "This Chain ID is currently used by the {0} network. " -msgstr "" - -#: popups/hooks/useContactsContext.ts -msgid "This ENS does not exist or not be resolved." -msgstr "해당 ENS가 존재하지 않습니다." - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " -msgstr "" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -#~ msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0>Global Backup " -#~ msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." -msgstr "이 JSON 파일은 현재 결제 비밀번호로 암호화되어 있습니다. 이 월렛을 불러올 때 복호화에 동일한 비밀번호가 필요합니다." - -#: popups/components/SignRequestInfo/index.tsx -msgid "This message contains a invalid EIP-4361 message. It is better to reject this request." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "This network name already exists" -msgstr "이미 존재된 네트워크입니다" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "This QR includes your identity, please keep it safely." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "This QR includes your mnemonic words, please keep it safely." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This request has been expired." -msgstr "" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "This request may be a phishing attach. I understand this and want to continue." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This request should only be sign in the future." -msgstr "" - -#. placeholder {0}: network.name -#: popups/pages/Wallet/EditNetwork/network-schema.ts -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "This RPC URL is currently used by the {0} network" -msgstr "이 RPC URL는 {0} 네트워크에서 사용되고 있습니다." - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -msgid "This tweet is encrypted with #mask_io (@masknetwork). 📪🔑" -msgstr "" - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -#~ msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" -#~ msgstr "" - -#. placeholder {0}: String(currentPersona?.nickname) -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "This wallet is connected to current persona {0}." -msgstr "이 월렛은 현재 페르소나 {0} 에 연결됩니다." - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "This will overwrite the existing cloud backup with the local data, this cannot be undo." -msgstr "" - -#: popups/components/AddContactInputPanel/index.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "To" -msgstr "" - -#. placeholder {0}: formatDomainName(domain) -#. placeholder {0}: formatEthereumAddress(toAddress, 4) -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "to {0}" -msgstr "받는 주소: {0}" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "to <0>{toAddress}" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "To verify your X account and record it on the NextID, please send this post for the verification." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "To verify your X account and record it on the NextID, you will need to send a post for the verification." -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token" -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token Address" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Token now is hidden." -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token Value" -msgstr "" - -#: popups/pages/Wallet/AddToken/index.tsx -#: popups/pages/Wallet/components/WalletAssets/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -msgid "Tokens" -msgstr "토큰" - -#: popups/pages/Trader/Header.tsx -msgid "Trading Route" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Transaction Details" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Transaction Fee" -msgstr "거래 수수료" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Transaction Hash" -msgstr "" - -#: content-script/components/GuideStep/index.tsx -msgid "Try" -msgstr "시도" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Trying exploring more features powered by Mask Network." -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "Two entered passwords are different." -msgstr "" - -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/pages/Wallet/hooks/usePasswordForm.ts -msgid "Two entered passwords are not the same." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Unknown EIP-4361 message version." -msgstr "" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Unlock" -msgstr "언락" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Unpacking" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Unsupported data backup" -msgstr "지원하지 않는 데이터 백업" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -msgid "Unsupported key store data" -msgstr "지원하지 않는 키스토어 데이터" - -#: popups/pages/Wallet/SelectWallet/index.tsx -msgid "Unsupported network type" -msgstr "지원되지 않는 네트워크" - -#: dashboard/pages/SetupPersona/Permissions/index.tsx -msgid "Update permission for X.com" -msgstr "" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Update X.com Permissions" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Upload backup" -msgstr "백업 업로드" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Uploading" -msgstr "업로딩중" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "URLs require the appropriate HTTPS prefix." -msgstr "URL에는 적절한 HTTPS 접두사가 필요합니다." - -#: content-script/site-adaptors/instagram.com/injection/NFT/ProfileNFTAvatar.tsx -msgid "Use NFT" -msgstr "NFT 이용" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Use Persona to encrypt and decrypt social media posts & messages." -msgstr "페르소나로 소셜 미디어 게시글 맟 메시지를 암호화하거나 복호화합니다." - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Use text encryption" -msgstr "텍스 암호화 이용" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "value" -msgstr "값" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Verification code has been sent to your email. Please check your mailbox." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#~ msgid "Verification code has been sent to your phone." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/EmailForm.tsx -#~ msgid "Verification code sent" -#~ msgstr "인증 코드가 발송되었습니다" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Verify" -msgstr "인증" - -#: content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts -msgid "Verify Account" -msgstr "인증 및 연결 성공" - -#: popups/components/SignRequestInfo/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Version" -msgstr "" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "View full transaction details" -msgstr "거래 세부 내역 보기" - -#: content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx -#: content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "View on Explorer" -msgstr "Explorer에서 보기" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your account balance and history" -msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your address" -msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your Tokens and NFTs" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Visible To" -msgstr "공개 대상" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Waiting for {providerType}" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "wallet" -#~ msgstr "" - -#: popups/modals/WalletGroupModal/index.tsx -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Wallet Account" -msgstr "월렛 계정" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Wallet disconnected" -msgstr "" - -#. placeholder {0}: String(index + 1) -#: popups/modals/WalletGroupModal/index.tsx -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Wallet Group #{0}" -msgstr "월렛 그룹 #{0}" - -#: popups/pages/Wallet/ConnectedSites/index.tsx -#~ msgid "Wallet name is connected to these sites, they can view your account address." -#~ msgstr "" - -#: popups/modals/WalletRenameModal/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -msgid "Wallet name must between 3 to 18 characters." -msgstr "월렛 이름은 3~18자 이내로 입력해주세요." - -#: popups/modals/ConnectProvider/index.tsx -msgid "Wallet request timed out" -msgstr "월렛 요청 시간 초과" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Wallet Settings" -msgstr "월렛 설정" - -#: popups/pages/Personas/WalletConnect/index.tsx -msgid "WalletConnect" -msgstr "" - -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -msgid "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileCard/index.tsx -msgid "Web3 Profile Card" -msgstr "웹3 프로필 카드" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Wallet/components/OriginCard/index.tsx -msgid "Website" -msgstr "웹사이트" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Welcome Back" -msgstr "환영합니다" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Welcome to Mask Cloud Services" -#~ msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Welcome to Mask Network" -msgstr "환영합니다" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Welcome to use Mask Network" -msgstr "환영합니다" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "when you click Add Google Drive button,you will be forwarded to Google authorization pages." -msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Write down mnemonic words" -msgstr "니모닉 단어를 적어두세요" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Write down recovery phrase" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#~ msgid "You have backed up your data." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "You have recovered" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "You have recovered " -#~ msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "You have signed with your wallet." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "You have successfully restored the backup from Google Drive to your browser." -msgstr "" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -msgid "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" -msgstr "" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -msgid "You need to open the dApp to view the specific content." -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "You used <0>{0} for the last cloud backup." -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Your file has been successfully merged into the browser data." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Your file has been successfully restore into the browser data." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Your Persona has been successfully created." -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Your Persona is on" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Your Persona is on " -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Your Persona is on **ready 🚀**" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Your Wallet is on" -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Your Wallet is on " -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Your Wallet is on **ready 🚀**" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Your X account authorization has timed out. Please try again." -msgstr "" diff --git a/packages/mask/shared-ui/locale/languages.ts b/packages/mask/shared-ui/locale/languages.ts deleted file mode 100644 index a0400e89e75c..000000000000 --- a/packages/mask/shared-ui/locale/languages.ts +++ /dev/null @@ -1,26 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -import { createI18NBundle } from '@masknet/shared-base' -export const addI18N = createI18NBundle(languages as any) -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/mask/shared-ui/locale/qya-AA.po b/packages/mask/shared-ui/locale/qya-AA.po deleted file mode 100644 index b50b0ae13eb3..000000000000 --- a/packages/mask/shared-ui/locale/qya-AA.po +++ /dev/null @@ -1,3347 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-04-10 05:53\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/mask/shared-ui/locale/en-US.po\n" -"X-Crowdin-File-ID: 944\n" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "(the name is set by the web site)" -msgstr "crwdns29840:0crwdne29840:0" - -#. placeholder {0}: millisecondsToHours(value) -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "{0, plural, one {# Hour} other {# Hours}}" -msgstr "crwdns32756:00={0}crwdne32756:0" - -#. placeholder {0}: formatTokenBalance(tokenBalance, token?.decimals) -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "{0} available" -msgstr "crwdns29842:0{0}crwdne29842:0" - -#. placeholder {0}: wallet?.name || 'Your wallet' -#: popups/pages/Wallet/ConnectedSites/index.tsx -msgid "{0} is connected to these sites, they can view your account address." -msgstr "crwdns35868:0{0}crwdne35868:0" - -#. placeholder {0}: millisecondsToMinutes(value) -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "{0} Mins" -msgstr "crwdns29844:0{0}crwdne29844:0" - -#. placeholder {0}: pendingTransactions.length -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "{0} Pending" -msgstr "crwdns32758:0{0}crwdne32758:0" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "{count, plural, one {# Wallet 🚀} other {# Wallets 🚀}}" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "{count, plural, one {You have recovered **# Wallet 🚀**} other {You have recovered **# Wallets 🚀**}}" -msgstr "crwdns37278:0count={count}crwdne37278:0" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostAwaiting.tsx -msgid "{decryptProgress, select, finding_post_key {Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you.} finding_person_public_key {Mask is looking for the public key of the author...} other {Mask is decrypting...}}" -msgstr "crwdns31974:0decryptProgress={decryptProgress}crwdne31974:0" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "{shareWithNum, plural, one {1 friend} other {# friends}}" -msgstr "crwdns30744:0shareWithNum={shareWithNum}crwdne30744:0" - -#: dashboard/components/BackupPreview/index.tsx -msgid "{walletLength, plural, one {# Wallet} other {# Wallets}}" -msgstr "crwdns31976:0walletLength={walletLength}crwdne31976:0" - -#: popups/pages/Settings/index.tsx -msgid "<0>{websiteCount} {websiteCount, plural, one {Website} other {Websites}}" -msgstr "crwdns32766:0websiteCount={websiteCount}crwdnd32766:0websiteCount={websiteCount}crwdne32766:0" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "<0>@{currentUserId} connected already." -msgstr "crwdns32768:0{currentUserId}crwdne32768:0" - -#. placeholder {0}: formatEthereumAddress(transaction.formattedTransaction.popup.spender, 4) -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "<0>Granted to <1>{0}" -msgstr "crwdns31978:0{0}crwdne31978:0" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." -msgstr "crwdns36714:0crwdne36714:0" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "<0>Powered by<1>Mask Network" -msgstr "crwdns31980:0crwdne31980:0" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "<0>Service Agreement and <1>Privacy Policy" -msgstr "crwdns32770:0crwdne32770:0" - -#: popups/components/TransactionPreview/index.tsx -msgid "<0>To: <1>{to}" -msgstr "crwdns31982:0{to}crwdne31982:0" - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -msgid "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {encrypted} to send your first encrypted tweet." -msgstr "crwdns35456:0{encrypted}crwdne35456:0" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "📃📃📃 Try to permanently use decentralized file storage on {sns}. Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." -msgstr "crwdns32772:0{sns}crwdne32772:0" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "crwdns35458:0crwdne35458:0" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "12-word recovery phrase is used to recover your persona data." -msgstr "crwdns29526:0crwdne29526:0" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "a token" -msgstr "crwdns29848:0crwdne29848:0" - -#: popups/pages/Settings/index.tsx -msgid "About" -msgstr "crwdns29850:0crwdne29850:0" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "About {collectionName}" -msgstr "crwdns31984:0{collectionName}crwdne31984:0" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "About Permit" -msgstr "crwdns36716:0crwdne36716:0" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Account connected.<0/><1/>Try to explore more features powered by Mask Network." -msgstr "crwdns31986:0crwdne31986:0" - -#: content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts -msgid "Account successfully connected to persona" -msgstr "crwdns29854:0crwdne29854:0" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "accounts" -#~ msgstr "" - -#: popups/pages/Wallet/components/WalletAssets/index.tsx -msgid "Activities" -msgstr "crwdns29856:0crwdne29856:0" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Activity Log" -msgstr "crwdns29858:0crwdne29858:0" - -#: popups/pages/Wallet/CreateWallet/Derive.tsx -#: popups/pages/Friends/ContactCard/index.tsx -#: popups/modals/SwitchPersonaModal/index.tsx -msgid "Add" -msgstr "crwdns29860:0crwdne29860:0" - -#: content-script/components/InjectedComponents/CommentBox.tsx -msgid "Add an encrypted comment..." -msgstr "crwdns31988:0crwdne31988:0" - -#: popups/pages/Wallet/AddToken/index.tsx -msgid "Add Assets" -msgstr "crwdns29864:0crwdne29864:0" - -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/components/AddContactInputPanel/index.tsx -msgid "Add Contact" -msgstr "crwdns29866:0crwdne29866:0" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Add google Drive" -msgstr "crwdns37222:0crwdne37222:0" - -#: popups/pages/Wallet/NetworkManagement/index.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Add Network" -msgstr "crwdns29870:0crwdne29870:0" - -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Add new address to an existing group" -msgstr "crwdns29872:0crwdne29872:0" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Add Suggested Token" -msgstr "crwdns29874:0crwdne29874:0" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Add the file to Chrome's database" -msgstr "crwdns37262:0crwdne37262:0" - -#: popups/pages/Wallet/components/StartUp/index.tsx -#: popups/pages/Wallet/SwitchWallet/index.tsx -#: popups/pages/Wallet/CreateWallet/index.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -msgid "Add Wallet" -msgstr "crwdns29876:0crwdne29876:0" - -#: popups/pages/Wallet/components/AssetsList/index.tsx -#: popups/components/TokenPicker/TokenItem.tsx -msgid "Added by user" -msgstr "crwdns29878:0crwdne29878:0" - -#: popups/pages/Friends/ContactCard/index.tsx -msgid "Added successfully" -msgstr "crwdns29880:0crwdne29880:0" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." -msgstr "crwdns29884:0crwdne29884:0" - -#: popups/modals/AddContactModal/index.tsx -msgid "Address" -msgstr "crwdns29530:0crwdne29530:0" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "Address: <0>{address}" -msgstr "crwdns31990:0{address}crwdne31990:0" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." -msgstr "crwdns29886:0crwdne29886:0" - -#: popups/pages/Personas/Logout/index.tsx -msgid "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." -msgstr "crwdns31992:0crwdne31992:0" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#: dashboard/pages/SetupPersona/Permissions/index.tsx -msgid "Agree" -msgstr "crwdns29532:0crwdne29532:0" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "All" -msgstr "crwdns29890:0crwdne29890:0" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "All Mask Network users" -msgstr "crwdns31994:0crwdne31994:0" - -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Allow this site to switch the network?" -msgstr "crwdns29894:0crwdne29894:0" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Allow us to collect your usage information to help us improve Mask." -msgstr "crwdns31996:0crwdne31996:0" - -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Amount" -msgstr "crwdns29896:0crwdne29896:0" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "an NFT" -msgstr "crwdns29898:0crwdne29898:0" - -#: popups/pages/Settings/index.tsx -#: popups/modals/SelectAppearanceModal/index.tsx -msgid "Appearance" -msgstr "crwdns29900:0crwdne29900:0" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -#: popups/pages/RequestPermission/RequestPermission.tsx -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Approve" -msgstr "crwdns29902:0crwdne29902:0" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Approve amount" -msgstr "crwdns29904:0crwdne29904:0" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Are you sure to overwrite the backups stored on Mask Cloud Service?" -#~ msgstr "" - -#. placeholder {0}: formatEthereumAddress(wallet.identity, 4) -#: popups/components/ConnectedWallet/index.tsx -msgid "Are you sure to remove the connected wallet <0>{0}?" -msgstr "crwdns32774:0{0}crwdne32774:0" - -#: popups/modals/WalletRemoveModal/index.tsx -msgid "Are you sure to remove this wallet?" -msgstr "crwdns29906:0crwdne29906:0" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Are you sure?" -msgstr "crwdns29908:0crwdne29908:0" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Are your sure you want to disconnect? You may lose part of functionalities of this website." -msgstr "crwdns32000:0crwdne32000:0" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Asset is hidden." -msgstr "crwdns32002:0crwdne32002:0" - -#: dashboard/components/BackupPreview/index.tsx -msgid "Associated Accounts" -msgstr "crwdns29536:0crwdne29536:0" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "At least 6 characters" -msgstr "crwdns29538:0crwdne29538:0" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Authorization Failed" -msgstr "crwdns37292:0crwdne37292:0" - -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "Auto-lock" -msgstr "crwdns29916:0crwdne29916:0" - -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "Auto-lock Time" -msgstr "crwdns29918:0crwdne29918:0" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Avatar set successfully" -msgstr "crwdns29920:0crwdne29920:0" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "Back" -msgstr "crwdns29540:0crwdne29540:0" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#~ msgid "Back Up to Google Drive" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Back Up Your Data Your Way" -msgstr "crwdns37226:0crwdne37226:0" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: popups/pages/Personas/Logout/index.tsx -#: popups/modals/SwitchPersonaModal/index.tsx -msgid "Backup" -msgstr "crwdns29542:0crwdne29542:0" - -#: popups/pages/Settings/index.tsx -msgid "Backup & Recovery" -msgstr "crwdns29922:0crwdne29922:0" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Backup downloaded and merged to local successfully." -#~ msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup Failed" -msgstr "crwdns29548:0crwdne29548:0" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#~ msgid "Backup is saved to Mask Cloud Service." -#~ msgstr "" - -#. placeholder {0}: user.localBackupAt -#. placeholder {0}: user.cloudBackupAt -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Backup on {0}" -msgstr "crwdns29924:0{0}crwdne29924:0" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -msgid "Backup password" -msgstr "crwdns29550:0crwdne29550:0" - -#: dashboard/pages/SetupPersona/Backup/Local.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: popups/pages/Settings/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Backup Password" -msgstr "crwdns29552:0crwdne29552:0" - -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." -msgstr "crwdns29926:0crwdne29926:0" - -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "Backup password set successfully" -msgstr "crwdns29928:0crwdne29928:0" - -#: popups/modals/VerifyBackupPasswordModal/index.tsx -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Backup Persona" -msgstr "crwdns29930:0crwdne29930:0" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup Successful" -msgstr "crwdns37228:0crwdne37228:0" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -msgid "Backup to Google Drive" -msgstr "crwdns37294:0crwdne37294:0" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Backup to Mask Cloud Service" -#~ msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup to the Cloud" -msgstr "crwdns32006:0crwdne32006:0" - -#: popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx -msgid "Backup Wallet" -msgstr "crwdns29932:0crwdne29932:0" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Balance" -msgstr "crwdns29934:0crwdne29934:0" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Base" -msgstr "crwdns29936:0crwdne29936:0" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Basic setting" -msgstr "crwdns29938:0crwdne29938:0" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Be aware, check the token before adding it." -msgstr "crwdns29940:0crwdne29940:0" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Block Explorer URL" -msgstr "crwdns29944:0crwdne29944:0" - -#: popups/pages/Trader/Header.tsx -msgid "Bridge" -msgstr "crwdns35394:0crwdne35394:0" - -#: content-script/site-adaptors/twitter.com/injection/ToolboxHint_UI.tsx -msgid "Browse the Web3 footprints of your X friends, enjoy the freedom of Web3." -msgstr "crwdns32008:0crwdne32008:0" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Browser File" -msgstr "crwdns29948:0crwdne29948:0" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#: dashboard/pages/SetupPersona/Permissions/index.tsx -msgid "By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy." -msgstr "crwdns32776:0crwdne32776:0" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "By granting permission, you are allowing the following <0/> contract to access your funds" -msgstr "crwdns32778:0crwdne32778:0" - -#: popups/components/UnlockERC721Token/index.tsx -msgid "By granting permission, you are allowing the following <0/> contract to access your NFTs." -msgstr "crwdns32780:0crwdne32780:0" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "By proceeding you agree to the" -msgstr "crwdns29952:0crwdne29952:0" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Can't find a valid user address data source." -msgstr "crwdns32010:0crwdne32010:0" - -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#: dashboard/pages/SetupPersona/Permissions/index.tsx -#: dashboard/modals/ConfirmModal/index.tsx -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -#: popups/pages/Wallet/SelectWallet/index.tsx -#: popups/pages/Wallet/ResetWallet/index.tsx -#: popups/pages/Wallet/Interaction/interaction.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Wallet/ChangeOwner/index.tsx -#: popups/pages/RequestPermission/RequestPermission.tsx -#: popups/pages/Personas/PersonaSignRequest/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -#: popups/modals/GasSettingModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/DeleteContactModal/index.tsx -#: popups/modals/AddContactModal/index.tsx -msgid "Cancel" -msgstr "crwdns29558:0crwdne29558:0" - -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Cannot switch to a unknown network." -msgstr "crwdns29956:0crwdne29956:0" - -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/components/SignRequestInfo/index.tsx -msgid "Chain ID" -msgstr "crwdns29958:0crwdne29958:0" - -#. placeholder {0}: currentNetwork?.chainId ?? currentChainId -#. placeholder {0}: nextNetwork?.chainId ?? nextChainId -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Chain ID: {0}" -msgstr "crwdns32012:0{0}crwdne32012:0" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Change" -msgstr "crwdns29960:0crwdne29960:0" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Change another account and try again." -msgstr "crwdns32014:0crwdne32014:0" - -#: popups/pages/Settings/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "Change Backup Password" -msgstr "crwdns29962:0crwdne29962:0" - -#: popups/pages/Wallet/WalletSettings/ChangeNetwork.tsx -msgid "Change Network" -msgstr "crwdns29964:0crwdne29964:0" - -#: popups/pages/Wallet/WalletSettings/ChangeOwner.tsx -#: popups/pages/Wallet/ChangeOwner/index.tsx -msgid "Change Owner" -msgstr "crwdns29966:0crwdne29966:0" - -#: popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx -#: popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx -msgid "Change Payment Password" -msgstr "crwdns29968:0crwdne29968:0" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Choose another wallet" -msgstr "crwdns29972:0crwdne29972:0" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." -msgstr "crwdns37230:0crwdne37230:0" - -#: popups/modals/ChooseToken/index.tsx -msgid "Choose Token" -msgstr "crwdns29974:0crwdne29974:0" - -#: popups/pages/Wallet/components/OriginCard/index.tsx -msgid "Chrome - external extension" -msgstr "crwdns35870:0crwdne35870:0" - -#: content-script/components/InjectedComponents/PostDialogHint.tsx -msgid "Click here to have a quick start." -msgstr "crwdns29976:0crwdne29976:0" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Click on <0/> at the top-right of your browser." -msgstr "crwdns32016:0crwdne32016:0" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Click on the down-arrow to see the private key." -msgstr "crwdns32018:0crwdne32018:0" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Close" -msgstr "crwdns29982:0crwdne29982:0" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: dashboard/pages/SetupPersona/Backup/index.tsx -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: popups/pages/Settings/index.tsx -msgid "Cloud Backup" -msgstr "crwdns29560:0crwdne29560:0" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Collectible" -msgstr "crwdns29984:0crwdne29984:0" - -#: popups/components/NFTAvatarPicker/index.tsx -msgid "Coming soon" -msgstr "crwdns29986:0crwdne29986:0" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -msgid "Completed" -msgstr "crwdns29562:0crwdne29562:0" - -#: dashboard/modals/ConfirmModal/index.tsx -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -#: popups/pages/Wallet/SelectWallet/index.tsx -#: popups/pages/Wallet/ResetWallet/index.tsx -#: popups/pages/Wallet/Interaction/interaction.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -#: popups/modals/WalletAutoLockSettingModal/index.tsx -#: popups/modals/ShowPrivateKeyModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/modals/PersonaRenameModal/index.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/ConfirmModal/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/AddContactModal/index.tsx -#: popups/components/NFTAvatarPicker/index.tsx -msgid "Confirm" -msgstr "crwdns29564:0crwdne29564:0" - -#: popups/pages/Trader/Header.tsx -msgid "Confirm Bridge" -msgstr "crwdns35396:0crwdne35396:0" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "Confirm Password" -msgstr "crwdns29988:0crwdne29988:0" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Confirm Payment Password" -msgstr "crwdns29566:0crwdne29566:0" - -#: popups/pages/Trader/Header.tsx -msgid "Confirm Swap" -msgstr "crwdns35398:0crwdne35398:0" - -#. placeholder {0}: asset.symbol -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Confirm to hide {0}? You can redisplay it by re-adding this token at any time." -msgstr "crwdns29992:0{0}crwdne29992:0" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Confirm to hide {name}? You can redisplay it by re-adding this NFT at any time." -msgstr "crwdns32020:0{name}crwdne32020:0" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Congratulations" -msgstr "crwdns29568:0crwdne29568:0" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: popups/modals/SelectProviderModal/index.tsx -#: popups/components/SocialAccounts/index.tsx -#: popups/components/ConnectedWallet/index.tsx -msgid "Connect" -msgstr "crwdns29994:0crwdne29994:0" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Connect and switch between your wallets." -msgstr "crwdns29996:0crwdne29996:0" - -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect Mask Network Account using your wallet." -msgstr "crwdns29998:0crwdne29998:0" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Connect Persona" -msgstr "crwdns30000:0crwdne30000:0" - -#: popups/modals/ConnectSocialAccountModal/index.tsx -msgid "Connect Social Account" -msgstr "crwdns30002:0crwdne30002:0" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Connect Wallet" -msgstr "crwdns30004:0crwdne30004:0" - -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -#: popups/pages/Wallet/Interaction/AddChainRequest.tsx -msgid "Connect with Mask Wallet" -msgstr "crwdns30006:0crwdne30006:0" - -#: popups/components/SocialAccounts/index.tsx -msgid "Connect your social platform accounts." -msgstr "crwdns30008:0crwdne30008:0" - -#: content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect your wallet" -msgstr "crwdns30010:0crwdne30010:0" - -#: popups/pages/Wallet/components/WalletHeader/UI.tsx -msgid "Connected" -msgstr "crwdns32782:0crwdne32782:0" - -#. placeholder {0}: currentPersona?.nickname -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Connected {0} with {walletName}." -msgstr "crwdns32022:0{0}crwdnd32022:0{walletName}crwdne32022:0" - -#: popups/pages/Wallet/WalletSettings/ConnectedOrigins.tsx -#: popups/pages/Wallet/ConnectedSites/index.tsx -msgid "Connected sites" -msgstr "crwdns30012:0crwdne30012:0" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Connected successfully." -msgstr "crwdns36875:0crwdne36875:0" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Connected Wallet" -msgstr "crwdns30014:0crwdne30014:0" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Connecting operation cancelled in third-party wallet." -msgstr "crwdns30018:0crwdne30018:0" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Connecting your {providerType} wallet" -msgstr "crwdns32024:0{providerType}crwdne32024:0" - -#: popups/modals/AddContactModal/index.tsx -msgid "Contact added." -msgstr "crwdns32026:0crwdne32026:0" - -#: popups/modals/DeleteContactModal/index.tsx -msgid "Contact deleted." -msgstr "crwdns32028:0crwdne32028:0" - -#: popups/modals/EditContactModal/index.tsx -msgid "Contact edited." -msgstr "crwdns32030:0crwdne32030:0" - -#: dashboard/components/BackupPreview/index.tsx -#: popups/pages/Wallet/WalletSettings/Contacts.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Friends/Home/index.tsx -msgid "Contacts" -msgstr "crwdns29570:0crwdne29570:0" - -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -#: dashboard/pages/SetupPersona/Recovery/Phrase.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -#: dashboard/components/Restore/RestoreFromPrivateKey.tsx -#: dashboard/components/Restore/RestoreFromMnemonic.tsx -msgid "Continue" -msgstr "crwdns29572:0crwdne29572:0" - -#: popups/components/UnlockERC721Token/index.tsx -#: popups/components/UnlockERC20Token/index.tsx -msgid "Contract" -msgstr "crwdns30022:0crwdne30022:0" - -#: popups/components/TransactionPreview/index.tsx -msgid "Contract Interaction" -msgstr "crwdns30024:0crwdne30024:0" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -#: popups/components/PrivateKeyDisplay/index.tsx -msgid "Copied" -msgstr "crwdns30026:0crwdne30026:0" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Copy" -msgstr "crwdns30028:0crwdne30028:0" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Copy image" -msgstr "crwdns30030:0crwdne30030:0" - -#: popups/components/PrivateKeyDisplay/index.tsx -msgid "Copy private key" -msgstr "crwdns30034:0crwdne30034:0" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Copy text" -msgstr "crwdns30036:0crwdne30036:0" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Could not fetch chain ID. Is your RPC URL correct?" -msgstr "crwdns30040:0crwdne30040:0" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Create" -msgstr "crwdns29574:0crwdne29574:0" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Create a New Wallet" -msgstr "crwdns30042:0crwdne30042:0" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Create New Mask Identity" -msgstr "crwdns29576:0crwdne29576:0" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Create Password" -msgstr "crwdns30044:0crwdne30044:0" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Personas/Home/UI.tsx -msgid "Create Persona" -msgstr "crwdns30046:0crwdne30046:0" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Create your persona to get started" -msgstr "crwdns29578:0crwdne29578:0" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Creating your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Creating your " -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Creating your **identity**" -msgstr "crwdns37280:0crwdne37280:0" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Creating your **wallet**" -msgstr "crwdns37282:0crwdne37282:0" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Creation Completed" -msgstr "crwdns37297:0crwdne37297:0" - -#: popups/pages/Wallet/WalletSettings/ChangeCurrency.tsx -#: popups/modals/ChooseCurrencyModal/index.tsx -msgid "Currency" -msgstr "crwdns30048:0crwdne30048:0" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Currency Symbol (Optional)" -msgstr "crwdns30050:0crwdne30050:0" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Current account is not the verifying account." -msgstr "crwdns32032:0crwdne32032:0" - -#. placeholder {0}: formatWeiToGwei(gasOptions.normal.baseFeePerGas).toFixed(2, BigNumber.ROUND_UP) -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Current base fee is {0} Gwei" -msgstr "crwdns30052:0{0}crwdne30052:0" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -msgid "Current Management Account" -msgstr "crwdns30054:0crwdne30054:0" - -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Current wallet (<0>{currentWallet}) is the management account of SmartPay wallet (<1>{other_wallets}).<2/>Deleting the current wallet will result in the deletion of the SmartPay wallet simultaneously." -msgstr "crwdns32784:0{currentWallet}crwdnd32784:0{other_wallets}crwdne32784:0" - -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/components/GasSettingMenu/index.tsx -msgid "Custom" -msgstr "crwdns30056:0crwdne30056:0" - -#: popups/pages/Settings/index.tsx -#: popups/modals/SelectAppearanceModal/index.tsx -msgid "Dark" -msgstr "crwdns30058:0crwdne30058:0" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "data" -#~ msgstr "" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Data" -msgstr "crwdns30060:0crwdne30060:0" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Data backed up successfully!" -msgstr "crwdns37232:0crwdne37232:0" - -#: popups/pages/Settings/index.tsx -msgid "Data correlation" -msgstr "crwdns27972:0crwdne27972:0" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Data merged from Mask Cloud Service to local successfully. Re-enter your password to encrypt and upload the new backup to Mask Cloud Service." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -msgid "Decrypt failed, please check password" -msgstr "crwdns29586:0crwdne29586:0" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. {encrypted}" -msgstr "crwdns32786:0{encrypted}crwdne32786:0" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "Decrypted by Mask Network" -msgstr "crwdns30062:0crwdne30062:0" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Delete" -msgstr "crwdns30066:0crwdne30066:0" - -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/modals/DeleteContactModal/index.tsx -msgid "Delete Contact" -msgstr "crwdns30068:0crwdne30068:0" - -#: popups/pages/Friends/Detail/index.tsx -msgid "Deleted successfully" -msgstr "crwdns30072:0crwdne30072:0" - -#: popups/components/TransactionPreview/index.tsx -msgid "Deploy Contract" -msgstr "crwdns30074:0crwdne30074:0" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Description" -msgstr "crwdns30076:0crwdne30076:0" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "Disable Permit" -msgstr "crwdns36718:0crwdne36718:0" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnect" -msgstr "crwdns30078:0crwdne30078:0" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnect all accounts" -msgstr "crwdns30080:0crwdne30080:0" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnect failed." -msgstr "crwdns30082:0crwdne30082:0" - -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnect Social Account?" -msgstr "crwdns30084:0crwdne30084:0" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Disconnect Wallet?" -msgstr "crwdns30088:0crwdne30088:0" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnected successfully." -msgstr "crwdns35872:0crwdne35872:0" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnected." -msgstr "crwdns32036:0crwdne32036:0" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "Display the following address on your Web3 profile page and use it to receive tips." -msgstr "crwdns30090:0crwdne30090:0" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Do you need to paste encrypted content manually?" -msgstr "crwdns30092:0crwdne30092:0" - -#. placeholder {0}: selectedAccount?.identifier.userId -#. placeholder {1}: currentPersona.nickname -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Do you want to remove the verified association between the X account @<0>{0} and {1}?" -msgstr "crwdns32788:0{0}crwdnd32788:0{1}crwdne32788:0" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Domain" -msgstr "crwdns30094:0crwdne30094:0" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Don't forget to pin Mask Network in the browser toolbar to access Web3 easily." -msgstr "crwdns32038:0crwdne32038:0" - -#: popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx -msgid "Don't see your NFT?" -msgstr "crwdns30098:0crwdne30098:0" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Done" -msgstr "crwdns29588:0crwdne29588:0" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -#: dashboard/components/GoogleDriveFileTable.tsx -msgid "Download" -msgstr "crwdns30100:0crwdne30100:0" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Download backup" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Local.tsx -msgid "Download Backup" -msgstr "crwdns29592:0crwdne29592:0" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Downloading" -msgstr "crwdns29596:0crwdne29596:0" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Drag & Drop your file here" -msgstr "crwdns30102:0crwdne30102:0" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "E-mail" -#~ msgstr "" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Edit" -msgstr "crwdns30104:0crwdne30104:0" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Edit Contact" -msgstr "crwdns30106:0crwdne30106:0" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -msgid "eg: X accounts, persona public keys, wallet addresses or ENS" -msgstr "crwdns32040:0crwdne32040:0" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/EmailForm.tsx -msgid "Email" -msgstr "crwdns29600:0crwdne29600:0" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/EmailForm.tsx -msgid "Email verification code" -msgstr "crwdns29602:0crwdne29602:0" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Enable auto paste" -msgstr "crwdns30112:0crwdne30112:0" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -msgid "Enable the plugin" -msgstr "crwdns32042:0crwdne32042:0" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Encrypt" -msgstr "crwdns30116:0crwdne30116:0" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Encrypt the message in an image" -msgstr "crwdns32044:0crwdne32044:0" - -#: content-script/components/CompositionDialog/Composition.tsx -msgid "Encrypted Post" -msgstr "crwdns30120:0crwdne30120:0" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Encrypting your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Encrypting your " -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Encrypting your **data**" -msgstr "crwdns37284:0crwdne37284:0" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Encryption Method" -msgstr "crwdns30122:0crwdne30122:0" - -#: popups/components/AddContactInputPanel/index.tsx -msgid "Ens or Address(0x)" -msgstr "crwdns30124:0crwdne30124:0" - -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Enter a gas limit" -msgstr "crwdns30126:0crwdne30126:0" - -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Enter a gas price" -msgstr "crwdns30128:0crwdne30128:0" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Enter a max fee" -msgstr "crwdns30130:0crwdne30130:0" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Enter a max priority fee" -msgstr "crwdns30132:0crwdne30132:0" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "Enter Max spend limit" -msgstr "crwdns30134:0crwdne30134:0" - -#: popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx -msgid "Enter Payment Password" -msgstr "crwdns30136:0crwdne30136:0" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Entered passwords are inconsistent." -msgstr "crwdns32046:0crwdne32046:0" - -#. placeholder {0}: rejection.message -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -msgid "Error: {0}" -msgstr "crwdns32048:0{0}crwdne32048:0" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Ethereum {HD_PATH_WITHOUT_INDEX_ETHEREUM}" -msgstr "crwdns29606:0{HD_PATH_WITHOUT_INDEX_ETHEREUM}crwdne29606:0" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Everyone" -msgstr "crwdns30138:0crwdne30138:0" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Example: Alice" -msgstr "crwdns29608:0crwdne29608:0" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Trader/Header.tsx -msgid "Exchange" -msgstr "crwdns35400:0crwdne35400:0" - -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Experience in X" -msgstr "crwdns29610:0crwdne29610:0" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Explore multi-chain dApps." -msgstr "crwdns30140:0crwdne30140:0" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Export" -msgstr "crwdns30142:0crwdne30142:0" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Failed" -msgstr "crwdns30144:0crwdne30144:0" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Failed to add the wallet, please try again." -msgstr "crwdns30146:0crwdne30146:0" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Failed to authorize Google Drive. Please try again." -msgstr "crwdns37296:0crwdne37296:0" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostFailed.tsx -msgid "Failed to decrypt." -msgstr "crwdns32050:0crwdne32050:0" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Failed to disconnect wallet" -msgstr "crwdns32052:0crwdne32052:0" - -#. placeholder {0}: (err as Error).message -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Failed to download and merge the backup: {0}" -msgstr "crwdns37234:0{0}crwdne37234:0" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Failed to download and merge the backup." -#~ msgstr "" - -#: dashboard/components/GoogleDriveLogin.tsx -#~ msgid "Failed to login: {0}" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "Failed to restore the backup from Google Drive to your browser. Please try again." -msgstr "crwdns37264:0crwdne37264:0" - -#. placeholder {0}: (err as Error).message -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Failed to restore the backup: {0}" -msgstr "crwdns37266:0{0}crwdne37266:0" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Failed to save network" -msgstr "crwdns30148:0crwdne30148:0" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Failed to set Avatar." -msgstr "crwdns30150:0crwdne30150:0" - -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Failed to transfer token: {message}" -msgstr "crwdns30152:0{message}crwdne30152:0" - -#: popups/pages/Settings/index.tsx -msgid "FAQ&Tutorial" -msgstr "crwdns30154:0crwdne30154:0" - -#: popups/pages/Settings/index.tsx -msgid "Feedback" -msgstr "crwdns30156:0crwdne30156:0" - -#: dashboard/components/BackupPreview/index.tsx -msgid "File" -msgstr "crwdns29612:0crwdne29612:0" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Find Mask Network in the extension list and click the <0/> button." -msgstr "crwdns32056:0crwdne32056:0" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Floor price" -msgstr "crwdns30160:0crwdne30160:0" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Follow @{officialAccount} for Web3 updates and insights." -msgstr "crwdns35460:0{officialAccount}crwdne35460:0" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -msgid "Follow @realMaskNetwork to explore Web3." -msgstr "crwdns32058:0crwdne32058:0" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -#: popups/modals/SelectLanguageModal/index.tsx -#: popups/modals/SelectAppearanceModal/index.tsx -msgid "Follow System" -msgstr "crwdns30164:0crwdne30164:0" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Forgot payment password?" -msgstr "crwdns30166:0crwdne30166:0" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "From" -msgstr "crwdns30168:0crwdne30168:0" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "from <0>{fromAddress}" -msgstr "crwdns32790:0{fromAddress}crwdne32790:0" - -#. placeholder {0}: transaction.formattedTransaction.popup.method -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Function: {0}" -msgstr "crwdns30170:0{0}crwdne30170:0" - -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -#: popups/pages/Wallet/ChangeOwner/index.tsx -#: popups/modals/GasSettingModal/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/TransactionPreview/index.tsx -msgid "Gas Fee" -msgstr "crwdns30172:0crwdne30172:0" - -#: popups/pages/Wallet/GasSetting/index.tsx -#: popups/pages/Wallet/GasSetting/index.tsx -msgid "Gas fee settings" -msgstr "crwdns30174:0crwdne30174:0" - -#: popups/pages/Wallet/GasSetting/index.tsx -msgid "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." -msgstr "crwdns32060:0crwdne32060:0" - -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas Limit" -msgstr "crwdns30178:0crwdne30178:0" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Limit (Units)" -msgstr "crwdns30180:0crwdne30180:0" - -#. placeholder {0}: String(minGasLimit) -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Gas limit must be at least {0}" -msgstr "crwdns30182:0{0}crwdne30182:0" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas limit must be bigger than {minGas}." -msgstr "crwdns30184:0{minGas}crwdne30184:0" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas limit must be smaller than {maxGas}." -msgstr "crwdns30186:0{maxGas}crwdne30186:0" - -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas Price" -msgstr "crwdns30188:0crwdne30188:0" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Price (GWEI)" -msgstr "crwdns30190:0crwdne30190:0" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas price is too low and will cause the transaction fail" -msgstr "crwdns32062:0crwdne32062:0" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas price should be greater than 0" -msgstr "crwdns30194:0crwdne30194:0" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Used (Units)" -msgstr "crwdns30196:0crwdne30196:0" - -#: popups/pages/Settings/index.tsx -msgid "General" -msgstr "crwdns30198:0crwdne30198:0" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Generate a new persona" -msgstr "crwdns30200:0crwdne30200:0" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Generate a new wallet address" -msgstr "crwdns30202:0crwdne30202:0" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Generating your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Generating your " -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Generating your **accounts**" -msgstr "crwdns37286:0crwdne37286:0" - -#. placeholder {0}: contract?.symbol || '' -#. placeholder {0}: token?.symbol || '' -#: popups/components/UnlockERC721Token/index.tsx -#: popups/components/UnlockERC20Token/index.tsx -msgid "Give permission to access <0/> your {0}?" -msgstr "crwdns32792:0{0}crwdne32792:0" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/index.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/index.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -msgid "Google Drive" -msgstr "crwdns37238:0crwdne37238:0" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Got it" -msgstr "crwdns29616:0crwdne29616:0" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gwei" -msgstr "crwdns30206:0crwdne30206:0" - -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/hooks/useGasOptionsMenu.tsx -msgid "GWEI" -msgstr "crwdns30208:0crwdne30208:0" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." -msgstr "crwdns30210:0crwdne30210:0" - -#: content-script/site-adaptors/twitter.com/injection/PostDialogHint.tsx -msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @realMaskNetwork to explore Web3." -msgstr "crwdns32064:0crwdne32064:0" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Hi friends, I just created {token} Lucky Drop. Download Mask.io to claim." -msgstr "crwdns32794:0{token}crwdne32794:0" - -#. placeholder {0}: asset.symbol -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Hide {0}" -msgstr "crwdns30212:0{0}crwdne30212:0" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Hide {name}" -msgstr "crwdns32066:0{name}crwdne32066:0" - -#: popups/components/MnemonicDisplay/index.tsx -msgid "Hide mnemonic words" -msgstr "crwdns32068:0crwdne32068:0" - -#: popups/pages/Wallet/components/AssetsList/MoreBar.tsx -msgid "Hide tokens with value less than $1" -msgstr "crwdns30216:0crwdne30216:0" - -#: popups/pages/Wallet/WalletSettings/HidingScamTx.tsx -msgid "Hiding Scam Transactions" -msgstr "crwdns30218:0crwdne30218:0" - -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/components/GasSettingMenu/index.tsx -msgid "High" -msgstr "crwdns30220:0crwdne30220:0" - -#: popups/pages/Trader/Header.tsx -msgid "History" -msgstr "crwdns35402:0crwdne35402:0" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "I wrote down those words in the correct order" -msgstr "crwdns32070:0crwdne32070:0" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "identity" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Identity ID" -msgstr "crwdns29622:0crwdne29622:0" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." -msgstr "crwdns32796:0crwdne32796:0" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Image" -msgstr "crwdns30222:0crwdne30222:0" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Image copied!" -msgstr "crwdns32072:0crwdne32072:0" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Import" -msgstr "crwdns29624:0crwdne29624:0" - -#: popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx -msgid "Import NFT" -msgstr "crwdns30224:0crwdne30224:0" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Import Wallet" -msgstr "crwdns30226:0crwdne30226:0" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Import Wallets" -msgstr "crwdns30228:0crwdne30228:0" - -#: popups/components/WalletItem/index.tsx -msgid "Imported" -msgstr "crwdns30230:0crwdne30230:0" - -#: popups/modals/WalletGroupModal/index.tsx -msgid "Imported Wallets" -msgstr "crwdns30232:0crwdne30232:0" - -#: dashboard/hooks/useBackupFormState.ts -msgid "Incorrect Backup Password" -msgstr "crwdns37240:0crwdne37240:0" - -#: popups/modals/VerifyBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "Incorrect backup password." -msgstr "crwdns30234:0crwdne30234:0" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Incorrect Backup Password." -msgstr "crwdns29626:0crwdne29626:0" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Incorrect cloud backup password, please try again." -msgstr "crwdns29628:0crwdne29628:0" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Incorrect Keystore Password." -msgstr "crwdns29630:0crwdne29630:0" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Incorrect Mnemonic Words." -msgstr "crwdns32074:0crwdne32074:0" - -#: popups/pages/Wallet/Unlock/index.tsx -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Personas/Logout/index.tsx -msgid "Incorrect password" -msgstr "crwdns30236:0crwdne30236:0" - -#: dashboard/pages/SetupPersona/Backup/Local.tsx -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -msgid "Incorrect Password" -msgstr "crwdns29634:0crwdne29634:0" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Incorrect payment password." -msgstr "crwdns30238:0crwdne30238:0" - -#: popups/modals/WalletRemoveModal/index.tsx -#: popups/modals/ShowPrivateKeyModal/index.tsx -msgid "Incorrect Payment Password." -msgstr "crwdns30240:0crwdne30240:0" - -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Incorrect Private Key" -msgstr "crwdns29636:0crwdne29636:0" - -#: dashboard/pages/SetupPersona/Recovery/Phrase.tsx -msgid "Incorrect recovery phrase." -msgstr "crwdns29638:0crwdne29638:0" - -#: popups/modals/AddContactModal/index.tsx -#: popups/hooks/useContactsContext.ts -msgid "Incorrect wallet address." -msgstr "crwdns30242:0crwdne30242:0" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Incorrect words selected. Please try again!" -msgstr "crwdns32076:0crwdne32076:0" - -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -#: dashboard/components/Restore/RestoreFromPrivateKey.tsx -msgid "Input your Private Key" -msgstr "crwdns29640:0crwdne29640:0" - -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/components/GasSettingMenu/index.tsx -msgid "Instant" -msgstr "crwdns30244:0crwdne30244:0" - -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Insufficient funds for gas." -msgstr "crwdns30246:0crwdne30246:0" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid Block Explorer URL." -msgstr "crwdns30248:0crwdne30248:0" - -#: dashboard/pages/SetupPersona/Backup/Cloud/EmailForm.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#: dashboard/contexts/CloudBackupFormContext.tsx -msgid "Invalid email address format." -msgstr "crwdns29642:0crwdne29642:0" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Invalid email address." -msgstr "crwdns32078:0crwdne32078:0" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid number" -msgstr "crwdns30250:0crwdne30250:0" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -msgid "Invalid phone number, please check and try again." -msgstr "crwdns29644:0crwdne29644:0" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid RPC URL." -msgstr "crwdns30252:0crwdne30252:0" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Invalid verification code." -msgstr "crwdns29646:0crwdne29646:0" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Issued at" -msgstr "crwdns30254:0crwdne30254:0" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Just Me" -msgstr "crwdns30256:0crwdne30256:0" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Just Selected Contacts" -msgstr "crwdns30258:0crwdne30258:0" - -#: popups/pages/Wallet/components/StartUp/index.tsx -msgid "Keep your transactions and assets safe with Mask Wallet." -msgstr "crwdns30260:0crwdne30260:0" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Kept safely" -msgstr "crwdns29648:0crwdne29648:0" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Keystore" -msgstr "crwdns30262:0crwdne30262:0" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -msgid "Keystore password" -msgstr "crwdns29650:0crwdne29650:0" - -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "Lack of number, letter or special character." -msgstr "crwdns30264:0crwdne30264:0" - -#: popups/pages/Settings/index.tsx -msgid "Language" -msgstr "crwdns30266:0crwdne30266:0" - -#: popups/pages/Settings/index.tsx -#: popups/modals/SelectAppearanceModal/index.tsx -msgid "Light" -msgstr "crwdns30268:0crwdne30268:0" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Likely in < {estimateSecond} seconds" -msgstr "crwdns32798:0{estimateSecond}crwdne32798:0" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Link" -msgstr "crwdns30270:0crwdne30270:0" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Load failed" -msgstr "crwdns30272:0crwdne30272:0" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: popups/pages/Friends/Home/UI.tsx -#: popups/components/WalletSettingList/index.tsx -msgid "Loading" -msgstr "crwdns30274:0crwdne30274:0" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Loading account information..." -msgstr "crwdns35848:0crwdne35848:0" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Local Backup" -msgstr "crwdns29652:0crwdne29652:0" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -msgid "Local persona or wallet only" -msgstr "crwdns30276:0crwdne30276:0" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Locale Backup" -msgstr "crwdns37242:0crwdne37242:0" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Lock Wallet" -msgstr "crwdns30278:0crwdne30278:0" - -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Personas/Logout/index.tsx -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Log out" -msgstr "crwdns30280:0crwdne30280:0" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "Login to Mask Cloud" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -msgid "Logout" -msgstr "crwdns37244:0crwdne37244:0" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Logout failed" -msgstr "crwdns30282:0crwdne30282:0" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Logout successfully" -msgstr "crwdns30284:0crwdne30284:0" - -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Low" -msgstr "crwdns30286:0crwdne30286:0" - -#: popups/pages/Wallet/NetworkManagement/index.tsx -#: popups/modals/ChooseNetworkModal/index.tsx -msgid "Manage Network" -msgstr "crwdns30288:0crwdne30288:0" - -#: popups/modals/SupportedSitesModal/index.tsx -msgid "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." -msgstr "crwdns32082:0crwdne32082:0" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Mask needs the following permissions" -msgstr "crwdns30300:0crwdne30300:0" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -#: content-script/components/InjectedComponents/PostDialogHint.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/index.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/index.tsx -msgid "Mask Network" -msgstr "crwdns30302:0crwdne30302:0" - -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Mask Network Cloud" -msgstr "crwdns37246:0crwdne37246:0" - -#: content-script/components/InjectedComponents/PermissionBoundary.tsx -msgid "Mask Network requires you to authorize the following websites before using it." -msgstr "crwdns32800:0crwdne32800:0" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "masknetwork" -msgstr "crwdns30304:0crwdne30304:0" - -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -#: popups/components/UnlockERC20Token/index.tsx -msgid "Max" -msgstr "crwdns30306:0crwdne30306:0" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max Fee" -msgstr "crwdns30308:0crwdne30308:0" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Max Fee (GWEI)" -msgstr "crwdns30310:0crwdne30310:0" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee cannot be lower than max priority fee" -msgstr "crwdns30312:0crwdne30312:0" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee is higher than necessary" -msgstr "crwdns30314:0crwdne30314:0" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee is too low for network conditions." -msgstr "crwdns30316:0crwdne30316:0" - -#. placeholder {0}: formatWeiToGwei(miniumMaxFeePerGas).toFixed(2, BigNumber.ROUND_UP) -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max fee should be greater than base fee of {0} Gwei." -msgstr "crwdns30318:0{0}crwdne30318:0" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max Priority Fee" -msgstr "crwdns30320:0crwdne30320:0" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee is higher than necessary. You may pay more than needed." -msgstr "crwdns30322:0crwdne30322:0" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max priority fee is too high for network conditions." -msgstr "crwdns30324:0crwdne30324:0" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee is too low for network conditions" -msgstr "crwdns30326:0crwdne30326:0" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max priority fee is too low for network conditions." -msgstr "crwdns30328:0crwdne30328:0" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee must be greater than 0 GWEI" -msgstr "crwdns30330:0crwdne30330:0" - -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/components/GasSettingMenu/index.tsx -msgid "Medium" -msgstr "crwdns30332:0crwdne30332:0" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Merge Completed" -msgstr "crwdns37248:0crwdne37248:0" - -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Merge data to local database" -msgstr "crwdns29656:0crwdne29656:0" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/components/GoogleDriveFileTable.tsx -msgid "Merge to Browser" -msgstr "crwdns37250:0crwdne37250:0" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Merge to local" -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Message" -msgstr "crwdns30334:0crwdne30334:0" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Mnemonic" -msgstr "crwdns30336:0crwdne30336:0" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "Mnemonic word" -msgstr "crwdns29660:0crwdne29660:0" - -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -msgid "Mobile" -msgstr "crwdns29662:0crwdne29662:0" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -msgid "Mobile number" -msgstr "crwdns29664:0crwdne29664:0" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -msgid "Mobile verification code" -msgstr "crwdns29666:0crwdne29666:0" - -#. placeholder {0}: String(currentMessageIndex + 1) -#. placeholder {1}: String(totalMessages) -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Multiple transaction requests {0} / {1}" -msgstr "crwdns30338:0{0}crwdnd30338:0{1}crwdne30338:0" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "My Wallets" -msgstr "crwdns30340:0crwdne30340:0" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "N/A" -msgstr "crwdns30342:0crwdne30342:0" - -#: popups/modals/PersonaSettingModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/AddContactModal/index.tsx -msgid "Name" -msgstr "crwdns30344:0crwdne30344:0" - -#: popups/components/TokenPicker/index.tsx -msgid "Name or Contract address e.g. USDC or 0x234..." -msgstr "crwdns35548:0crwdne35548:0" - -#: popups/modals/ChooseNetworkModal/index.tsx -msgid "Network" -msgstr "crwdns30346:0crwdne30346:0" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network added" -msgstr "crwdns32084:0crwdne32084:0" - -#: popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx -msgid "Network error or execute smart contract failed." -msgstr "crwdns30348:0crwdne30348:0" - -#: popups/pages/Trader/Header.tsx -msgid "Network fee" -msgstr "crwdns35404:0crwdne35404:0" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network Name" -msgstr "crwdns30350:0crwdne30350:0" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network removed." -msgstr "crwdns32086:0crwdne32086:0" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network saved" -msgstr "crwdns32088:0crwdne32088:0" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Never share 12-word secret mnemonic with anyone!" -msgstr "crwdns32090:0crwdne32090:0" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Never share the 12-word secret mnemonic words with anyone!" -msgstr "crwdns32092:0crwdne32092:0" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "New password" -msgstr "crwdns30354:0crwdne30354:0" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "New password cannot be the same as your current password." -msgstr "crwdns30356:0crwdne30356:0" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "New Payment Password" -msgstr "crwdns30358:0crwdne30358:0" - -#: content-script/components/GuideStep/index.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Next" -msgstr "crwdns29670:0crwdne29670:0" - -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Next.ID" -msgstr "crwdns30360:0crwdne30360:0" - -#: popups/pages/Wallet/components/WalletAssets/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -#: popups/pages/Wallet/AddToken/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "NFTs" -msgstr "crwdns30362:0crwdne30362:0" - -#: popups/pages/Wallet/AddToken/index.tsx -msgid "NFTs added" -msgstr "crwdns32094:0crwdne32094:0" - -#: popups/pages/Friends/Detail/UI.tsx -msgid "No associated accounts" -msgstr "crwdns30364:0crwdne30364:0" - -#: popups/components/WalletSettingList/index.tsx -msgid "No associated wallet. <0>Add Wallet." -msgstr "crwdns32802:0crwdne32802:0" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "No back up" -msgstr "crwdns30366:0crwdne30366:0" - -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -#: dashboard/components/GoogleDriveFileTable.tsx -msgid "No backups found" -msgstr "crwdns29672:0crwdne29672:0" - -#: popups/pages/Friends/Contacts/index.tsx -msgid "No contacts stored locally, you can try searching." -msgstr "crwdns32096:0crwdne32096:0" - -#: popups/pages/Wallet/components/ActivityList/index.tsx -msgid "No Data" -msgstr "crwdns30368:0crwdne30368:0" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -msgid "No friends are stored locally, please try search one." -msgstr "crwdns32098:0crwdne32098:0" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "No local key" -msgstr "crwdns30372:0crwdne30372:0" - -#: popups/components/TokenPicker/index.tsx -msgid "No matched tokens" -msgstr "crwdns35550:0crwdne35550:0" - -#: popups/components/NFTAvatarPicker/CollectionList.tsx -msgid "No NFTs found." -msgstr "crwdns30374:0crwdne30374:0" - -#: content-script/components/shared/SelectRecipients/SelectRecipients.tsx -msgid "No results" -msgstr "crwdns30378:0crwdne30378:0" - -#: popups/pages/Friends/SearchList/index.tsx -msgid "No search results" -msgstr "crwdns30380:0crwdne30380:0" - -#: popups/pages/Wallet/ConnectedSites/index.tsx -msgid "No websites connected to this wallet" -msgstr "crwdns35874:0crwdne35874:0" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/components/SignRequestInfo/index.tsx -msgid "Nonce" -msgstr "crwdns30382:0crwdne30382:0" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Not connected" -msgstr "crwdns30384:0crwdne30384:0" - -#: popups/pages/Wallet/components/WalletHeader/UI.tsx -msgid "Not Connected" -msgstr "crwdns32804:0crwdne32804:0" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Not enough data to present." -msgstr "crwdns30386:0crwdne30386:0" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Not found your {providerType} wallet" -msgstr "crwdns32100:0{providerType}crwdne32100:0" - -#: popups/pages/Settings/index.tsx -msgid "Not set" -msgstr "crwdns30390:0crwdne30390:0" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." -msgstr "crwdns30394:0crwdne30394:0" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "OK" -msgstr "crwdns30396:0crwdne30396:0" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "Okay" -msgstr "crwdns36720:0crwdne36720:0" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "Old Payment Password" -msgstr "crwdns30398:0crwdne30398:0" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "Only visible to yourself" -msgstr "crwdns30400:0crwdne30400:0" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Open in a new tab" -msgstr "crwdns30402:0crwdne30402:0" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Open Mask Wallet" -msgstr "crwdns29674:0crwdne29674:0" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Or" -msgstr "crwdns30404:0crwdne30404:0" - -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Or create a new wallet group" -msgstr "crwdns30406:0crwdne30406:0" - -#. placeholder {0}: author.userId -#: content-script/components/InjectedComponents/DecryptedPost/authorDifferentMessage.tsx -msgid "Originally posted by {0}" -msgstr "crwdns30408:0{0}crwdne30408:0" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." -msgstr "crwdns32806:0crwdne32806:0" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Overwrite Backup" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Overwrite current backup" -#~ msgstr "" - -#: popups/modals/VerifyBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "Password" -msgstr "crwdns30410:0crwdne30410:0" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Paste manually" -msgstr "crwdns30412:0crwdne30412:0" - -#: dashboard/pages/SetupPersona/Backup/Local.tsx -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -#: popups/modals/WalletRemoveModal/index.tsx -#: popups/modals/ShowPrivateKeyModal/index.tsx -msgid "Payment Password" -msgstr "crwdns29680:0crwdne29680:0" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "Payment password changed." -msgstr "crwdns32102:0crwdne32102:0" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: popups/pages/Wallet/hooks/usePasswordForm.ts -#: popups/pages/Wallet/hooks/usePasswordForm.ts -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "Payment password must be 6 to 20 characters." -msgstr "crwdns32104:0crwdne32104:0" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Payment password set." -msgstr "crwdns32106:0crwdne32106:0" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Payment Password should be between 6 and 20 characters." -msgstr "crwdns29684:0crwdne29684:0" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Payment password stored locally and you could try as many as you want to unlock your wallet." -msgstr "crwdns32108:0crwdne32108:0" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Pending" -msgstr "crwdns30416:0crwdne30416:0" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Permissions" -msgstr "crwdns30418:0crwdne30418:0" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Permissions List" -msgstr "crwdns32110:0crwdne32110:0" - -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Persona" -msgstr "crwdns29686:0crwdne29686:0" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Persona already exists." -msgstr "crwdns29688:0crwdne29688:0" - -#: dashboard/pages/SignUp/steps/PersonaRecovery.tsx -msgid "Persona created." -msgstr "crwdns32112:0crwdne32112:0" - -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Persona Name" -msgstr "crwdns29692:0crwdne29692:0" - -#: popups/modals/PersonaRenameModal/index.tsx -msgid "Persona name must between 1 to 24 characters." -msgstr "crwdns30420:0crwdne30420:0" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Persona Recovery Phrase" -msgstr "crwdns29694:0crwdne29694:0" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Persona required." -msgstr "crwdns30422:0crwdne30422:0" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Persona: {personaName}" -msgstr "crwdns32114:0{personaName}crwdne32114:0" - -#: dashboard/components/BackupPreview/index.tsx -msgid "Personas" -msgstr "crwdns29696:0crwdne29696:0" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -msgid "Phone verification code" -msgstr "crwdns29698:0crwdne29698:0" - -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Pin Mask Network to the toolbar for easier access:" -msgstr "crwdns29700:0crwdne29700:0" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Pinned successfully." -msgstr "crwdns30424:0crwdne30424:0" - -#: content-script/site-adaptors/facebook.com/injection/Composition.tsx -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -msgid "Please click the \"Post\" button to open the compose dialog." -msgstr "crwdns32116:0crwdne32116:0" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Please copy the following text and image (if there is one) and publish it." -msgstr "crwdns32118:0crwdne32118:0" - -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Please enter backup password to export persona private key." -msgstr "crwdns30430:0crwdne30430:0" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Please enter cloud backup password to download file." -msgstr "crwdns29702:0crwdne29702:0" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Please enter the correct mnemonic words, private key, or upload the correct keystore file." -msgstr "crwdns32120:0crwdne32120:0" - -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Personas/Logout/index.tsx -msgid "Please enter your backup password." -msgstr "crwdns30432:0crwdne30432:0" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Please enter your payment password." -msgstr "crwdns30434:0crwdne30434:0" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Please install your metamask wallet and set up your first wallet." -msgstr "crwdns30436:0crwdne30436:0" - -#. placeholder {0}: currentPersona.nickname -#. placeholder {1}: manageWallets.length -#: popups/pages/Personas/Logout/index.tsx -msgid "Please note: This Persona {0} is the management account of above listed SmartPay {1, plural, one {wallet} other {wallets}}. You cannot use SmartPay wallet to interact with blockchain after logging out persona." -msgstr "crwdns32808:00={0}crwdnd32808:01={1}crwdne32808:0" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Please select the appropriate method to restore your personal data." -msgstr "crwdns29706:0crwdne29706:0" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Please select the correct words in the correct order." -msgstr "crwdns32122:0crwdne32122:0" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Please set the backup password to back up" -msgstr "crwdns30438:0crwdne30438:0" - -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Please set up backup password to export private key." -msgstr "crwdns30440:0crwdne30440:0" - -#: popups/modals/WalletAutoLockSettingModal/index.tsx -msgid "Please set up the amount of time before we automatically lock your wallet." -msgstr "crwdns30442:0crwdne30442:0" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Please sign up or login {siteName} to connect Mask Network." -msgstr "crwdns30444:0{siteName}crwdne30444:0" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Please switch to <0>@{expectAccount} to continue the account verification progress." -msgstr "crwdns32810:0{expectAccount}crwdne32810:0" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "Please use your frequently used email or phone number for backup." -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Please write down or copy these words and save them in a secure place." -msgstr "crwdns32126:0crwdne32126:0" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Please write down the following words in correct order. Keep it safe and do not share with anyone!" -msgstr "crwdns30446:0crwdne30446:0" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Plugins" -msgstr "crwdns30448:0crwdne30448:0" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Post content:" -msgstr "crwdns30450:0crwdne30450:0" - -#: content-script/components/InjectedComponents/ProfileCard/index.tsx -msgid "Powered by <0>Mask Network" -msgstr "crwdns35452:0crwdne35452:0" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Previous" -msgstr "crwdns29714:0crwdne29714:0" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Priority Fee (GWEI)" -msgstr "crwdns30454:0crwdne30454:0" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Priority fee should be greater than 0." -msgstr "crwdns30456:0crwdne30456:0" - -#: popups/pages/Settings/index.tsx -msgid "Privacy Policy" -msgstr "crwdns30458:0crwdne30458:0" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Private" -msgstr "crwdns30460:0crwdne30460:0" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Private Key" -msgstr "crwdns29716:0crwdne29716:0" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Profile Photo" -msgstr "crwdns30462:0crwdne30462:0" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Properties" -msgstr "crwdns30464:0crwdne30464:0" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Public Key: <0>{publicKey}" -msgstr "crwdns32128:0{publicKey}crwdne32128:0" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Trader/Header.tsx -msgid "Quote Route" -msgstr "crwdns35406:0crwdne35406:0" - -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "Re-enter" -msgstr "crwdns30466:0crwdne30466:0" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "ready 🚀" -#~ msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "realMaskNetwork" -msgstr "crwdns30468:0crwdne30468:0" - -#: popups/pages/Wallet/components/ActionGroup/index.tsx -#: popups/pages/Wallet/Receive/index.tsx -msgid "Receive" -msgstr "crwdns30470:0crwdne30470:0" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Recover" -msgstr "crwdns37268:0crwdne37268:0" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Recover your data" -msgstr "crwdns29722:0crwdne29722:0" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Recover your wallet" -msgstr "crwdns29724:0crwdne29724:0" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -#: popups/modals/SwitchPersonaModal/index.tsx -msgid "Recovery" -msgstr "crwdns29726:0crwdne29726:0" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Recovery Phrase" -msgstr "crwdns29728:0crwdne29728:0" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Refresh" -msgstr "crwdns29730:0crwdne29730:0" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Reject {totalMessages} Transactions" -msgstr "crwdns32130:0{totalMessages}crwdne32130:0" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Reload" -msgstr "crwdns30474:0crwdne30474:0" - -#: popups/pages/Wallet/WalletSettings/index.tsx -#: popups/modals/WalletRemoveModal/index.tsx -msgid "Remove" -msgstr "crwdns30476:0crwdne30476:0" - -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Remove Wallet" -msgstr "crwdns30478:0crwdne30478:0" - -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Remove Wallet?" -msgstr "crwdns30480:0crwdne30480:0" - -#: popups/pages/Wallet/WalletSettings/Rename.tsx -#: popups/pages/Wallet/WalletSettings/Rename.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -#: popups/modals/PersonaRenameModal/index.tsx -msgid "Rename" -msgstr "crwdns30482:0crwdne30482:0" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request ID" -msgstr "crwdns30484:0crwdne30484:0" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request is valid not after" -msgstr "crwdns30486:0crwdne30486:0" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request is valid not before" -msgstr "crwdns30488:0crwdne30488:0" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request Source" -msgstr "crwdns30490:0crwdne30490:0" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Reselect" -msgstr "crwdns29732:0crwdne29732:0" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/EmailForm.tsx -msgid "Resend" -msgstr "crwdns29734:0crwdne29734:0" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Reset Wallet" -msgstr "crwdns30492:0crwdne30492:0" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Resource" -msgstr "crwdns30494:0crwdne30494:0" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -msgid "Restore" -msgstr "crwdns29736:0crwdne29736:0" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Restore backup failed." -msgstr "crwdns32132:0crwdne32132:0" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Restore Completed" -msgstr "crwdns37270:0crwdne37270:0" - -#: popups/pages/Settings/index.tsx -msgid "Restore Database" -msgstr "crwdns30496:0crwdne30496:0" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -msgid "Restore failed" -msgstr "crwdns29740:0crwdne29740:0" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Restore Failed" -msgstr "crwdns37272:0crwdne37272:0" - -#: popups/pages/Settings/index.tsx -msgid "Restore from a previous database backup" -msgstr "crwdns30498:0crwdne30498:0" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Restore or Login" -msgstr "crwdns30500:0crwdne30500:0" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Retry" -msgstr "crwdns30502:0crwdne30502:0" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "RPC URL" -msgstr "crwdns30504:0crwdne30504:0" - -#: popups/pages/Personas/AccountDetail/UI.tsx -#: popups/components/AddContactInputPanel/index.tsx -msgid "Save" -msgstr "crwdns30506:0crwdne30506:0" - -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Save failed" -msgstr "crwdns30508:0crwdne30508:0" - -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Saved" -msgstr "crwdns32134:0crwdne32134:0" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "Scam tx" -msgstr "crwdns30514:0crwdne30514:0" - -#: popups/pages/Wallet/Receive/index.tsx -msgid "Scan QR code to receive payment" -msgstr "crwdns30516:0crwdne30516:0" - -#: popups/pages/Personas/WalletConnect/index.tsx -msgid "Scan QR code with WalletConnect-compatible wallet" -msgstr "crwdns30518:0crwdne30518:0" - -#: popups/pages/Friends/Search/index.tsx -msgid "Search Next.ID, X, Lens, ENS or Address" -msgstr "crwdns32136:0crwdne32136:0" - -#: popups/pages/Trader/useImplementRuntime.tsx -msgid "Select" -msgstr "crwdns35552:0crwdne35552:0" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Select Address" -msgstr "crwdns29742:0crwdne29742:0" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -msgid "Select All" -msgstr "crwdns30528:0crwdne30528:0" - -#: popups/modals/SelectProviderModal/index.tsx -msgid "Select and Connect to your wallet" -msgstr "crwdns30530:0crwdne30530:0" - -#: popups/modals/SelectLanguageModal/index.tsx -msgid "Select language" -msgstr "crwdns30532:0crwdne30532:0" - -#: popups/pages/Trader/Header.tsx -msgid "Select Liquidity" -msgstr "crwdns35408:0crwdne35408:0" - -#: dashboard/pages/SetupPersona/LocalBackup/index.tsx -#~ msgid "Select the contents of the backup" -#~ msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "Select the wallet(s) to use on this site. You should not connect to website you don't trust." -msgstr "crwdns30534:0crwdne30534:0" - -#: popups/pages/Wallet/SelectWallet/index.tsx -msgid "Select Wallet" -msgstr "crwdns30536:0crwdne30536:0" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/EmailForm.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/ActionGroup/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/components/TransactionPreview/index.tsx -msgid "Send" -msgstr "crwdns29746:0crwdne29746:0" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Sent verification post successfully." -msgstr "crwdns36877:0crwdne36877:0" - -#: popups/pages/Settings/index.tsx -msgid "Service Agreement" -msgstr "crwdns30538:0crwdne30538:0" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -msgid "Set a New Management Account" -msgstr "crwdns30540:0crwdne30540:0" - -#: content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx -msgid "Set NFT Photo" -msgstr "crwdns30542:0crwdne30542:0" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Set Payment Password" -msgstr "crwdns29748:0crwdne29748:0" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Set payment password successfully." -msgstr "crwdns29750:0crwdne29750:0" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Set Your Payment Password" -msgstr "crwdns29752:0crwdne29752:0" - -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Set Your Persona Name" -msgstr "crwdns29754:0crwdne29754:0" - -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Set your persona name with maximum length of 24 characters" -msgstr "crwdns29756:0crwdne29756:0" - -#: popups/pages/Settings/index.tsx -msgid "Settings" -msgstr "crwdns30544:0crwdne30544:0" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Share with" -msgstr "crwdns30546:0crwdne30546:0" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Show me how" -msgstr "crwdns30548:0crwdne30548:0" - -#: popups/pages/Wallet/components/AssetsList/MoreBar.tsx -msgid "Show tokens with value less than $1" -msgstr "crwdns30550:0crwdne30550:0" - -#: popups/pages/Wallet/Interaction/WalletSignRequest.tsx -#: popups/pages/Personas/PersonaSignRequest/index.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Sign" -msgstr "crwdns30552:0crwdne30552:0" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#~ msgid "Sign Up" -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Sign-in Request" -msgstr "crwdns30554:0crwdne30554:0" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signature Request" -msgstr "crwdns30556:0crwdne30556:0" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Signing ..." -msgstr "crwdns30558:0crwdne30558:0" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signing Message (Raw)" -msgstr "crwdns30560:0crwdne30560:0" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signing Message (Text)" -msgstr "crwdns30562:0crwdne30562:0" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." -msgstr "crwdns32138:0crwdne32138:0" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Sites" -msgstr "crwdns30564:0crwdne30564:0" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Size limit: 10 MB" -msgstr "crwdns30566:0crwdne30566:0" - -#: content-script/components/GuideStep/index.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Skip" -msgstr "crwdns29760:0crwdne29760:0" - -#: popups/pages/Trader/Header.tsx -msgid "Slippage" -msgstr "crwdns35410:0crwdne35410:0" - -#: popups/pages/Personas/Home/UI.tsx -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Social Account" -msgstr "crwdns30568:0crwdne30568:0" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Sorry, signature failed! Please try signing again." -msgstr "crwdns30570:0crwdne30570:0" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -#: popups/modals/GasSettingModal/index.tsx -msgid "Speed Up" -msgstr "crwdns30572:0crwdne30572:0" - -#: popups/components/UnlockERC721Token/index.tsx -#: popups/components/UnlockERC20Token/index.tsx -msgid "Spend limit requested by" -msgstr "crwdns30574:0crwdne30574:0" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Spend more transaction fees to cancel the previous transaction." -msgstr "crwdns30576:0crwdne30576:0" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Start" -msgstr "crwdns30578:0crwdne30578:0" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "status" -msgstr "crwdns30580:0crwdne30580:0" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Step {step}/{step}" -msgstr "crwdns29762:0{step}crwdnd29762:0{step}crwdne29762:0" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Step {step}/{totalSteps}" -msgstr "crwdns29764:0{step}crwdnd29764:0{totalSteps}crwdne29764:0" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Step 1/2" -msgstr "crwdns29766:0crwdne29766:0" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Step 1/3" -msgstr "crwdns29768:0crwdne29768:0" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Step 2/2" -msgstr "crwdns29770:0crwdne29770:0" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Success" -msgstr "crwdns30582:0crwdne30582:0" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "Suggest to send transactions and sign messages" -msgstr "crwdns30588:0crwdne30588:0" - -#: popups/pages/Settings/index.tsx -msgid "Support" -msgstr "crwdns30590:0crwdne30590:0" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Support Identity code, private key, local backups or cloud backups to access your personal data." -msgstr "crwdns30592:0crwdne30592:0" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Support mnemonic phrase, private key or keystore file." -msgstr "crwdns32140:0crwdne32140:0" - -#: popups/pages/Settings/index.tsx -#: popups/modals/SupportedSitesModal/index.tsx -msgid "Supported Sites" -msgstr "crwdns30596:0crwdne30596:0" - -#: popups/pages/Wallet/components/ActionGroup/index.tsx -#: popups/pages/Trader/Header.tsx -msgid "Swap" -msgstr "crwdns35412:0crwdne35412:0" - -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Switch other account" -msgstr "crwdns29776:0crwdne29776:0" - -#: popups/modals/SwitchPersonaModal/index.tsx -msgid "Switch Persona" -msgstr "crwdns30600:0crwdne30600:0" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -msgid "Switch to other accounts" -msgstr "crwdns32142:0crwdne32142:0" - -#: popups/components/MnemonicDisplay/index.tsx -msgid "Tap to view the mnemonic words <0/> Make sure no one is looking at your screen" -msgstr "crwdns32814:0crwdne32814:0" - -#: popups/components/PrivateKeyDisplay/index.tsx -msgid "Tap to view the private key <0/> Make sure no one is looking at your screen" -msgstr "crwdns32816:0crwdne32816:0" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Text" -msgstr "crwdns30602:0crwdne30602:0" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Text copied!" -msgstr "crwdns32144:0crwdne32144:0" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "The approval for this contract will be revoked in case of the amount is 0." -msgstr "crwdns32146:0crwdne32146:0" - -#: popups/components/SignRequestInfo/index.tsx -msgid "The chainID is not equal to the currently connected one." -msgstr "crwdns30606:0crwdne30606:0" - -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#: dashboard/contexts/CloudBackupFormContext.tsx -#: dashboard/contexts/CloudBackupFormContext.tsx -msgid "The code is incorrect." -msgstr "crwdns29780:0crwdne29780:0" - -#: dashboard/utils/api.ts -msgid "The download link is expired" -msgstr "crwdns32148:0crwdne32148:0" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -msgid "The Mask Network Cloud Backup feature will be deactivated on April 30, 2025. Please use alternative cloud backup services or local backup solutions." -msgstr "crwdns37252:0crwdne37252:0" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "The mnemonic word has been copied, please keep it in a safe place." -msgstr "crwdns32150:0crwdne32150:0" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "The mnemonic words has been copied, please keep it in a safe place." -msgstr "crwdns32152:0crwdne32152:0" - -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -#~ msgid "The network with chain ID {formChainId} may use a different currency symbol ({0}) than the one you have entered. Please check." -#~ msgstr "" - -#. placeholder {1}: match.nativeCurrency.symbol -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -msgid "The network with chain ID {formChainId} may use a different currency symbol ({1}) than the one you have entered. Please check." -msgstr "crwdns36382:0{formChainId}crwdnd36382:0{1}crwdne36382:0" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "The new passwords don't match" -msgstr "crwdns30610:0crwdne30610:0" - -#. placeholder {0}: profile.identifier.userId -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is connected to the account @${0}." -msgstr "crwdns32818:0${0}crwdne32818:0" - -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is connected to the following accounts: {list}" -msgstr "crwdns32820:0{list}crwdne32820:0" - -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is not connected to any accounts." -msgstr "crwdns32822:0crwdne32822:0" - -#: popups/modals/PersonaRenameModal/index.tsx -msgid "The persona name already exists." -msgstr "crwdns30612:0crwdne30612:0" - -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#: dashboard/contexts/CloudBackupFormContext.tsx -msgid "The phone number is incorrect." -msgstr "crwdns29784:0crwdne29784:0" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "The RPC URL you have entered returned a different chain ID ({rpcChainId}). Please update the Chain ID to match the RPC URL of the network you are trying to add." -msgstr "crwdns32156:0{rpcChainId}crwdne32156:0" - -#. placeholder {0}: format(localTransaction.updatedAt, "HH:mm 'on' M/dd/yyyy") -#: popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts -msgid "The transaction was complete and has been recorded on blockchain at {0}" -msgstr "crwdns30616:0{0}crwdne30616:0" - -#. placeholder {0}: format(localTransaction.createdAt, "HH:mm 'on' M/dd/yyyy") -#: popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts -msgid "The transaction was confirmed at {0}" -msgstr "crwdns30618:0{0}crwdne30618:0" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." -msgstr "crwdns32158:0crwdne32158:0" - -#: popups/modals/AddContactModal/index.tsx -msgid "The wallet address already exists." -msgstr "crwdns30620:0crwdne30620:0" - -#: popups/modals/WalletRenameModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/AddContactModal/index.tsx -msgid "The wallet name already exists." -msgstr "crwdns30622:0crwdne30622:0" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "The web site can" -msgstr "crwdns30624:0crwdne30624:0" - -#. placeholder {0}: message.domain -#: popups/components/SignRequestInfo/index.tsx -msgid "The website ({messageOrigin}) is asking you to sign in to another domain ({0}). This may be a phishing attack." -msgstr "crwdns30626:0{messageOrigin}crwdnd30626:0{0}crwdne30626:0" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "There was a network or RPC provider error, please try again later!" -msgstr "crwdns30628:0crwdne30628:0" - -#: popups/hooks/useContactsContext.ts -msgid "This address is a contract address." -msgstr "crwdns30630:0crwdne30630:0" - -#: popups/hooks/useContactsContext.ts -msgid "This address may be a scam address." -msgstr "crwdns30632:0crwdne30632:0" - -#. placeholder {0}: String(token?.symbol) -#: popups/components/UnlockERC20Token/index.tsx -msgid "This allows the third party to spend {value} {0} from your current balance." -msgstr "crwdns30634:0{value}crwdnd30634:0{0}crwdne30634:0" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." -msgstr "crwdns30636:0crwdne30636:0" - -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -#~ msgid "This Chain ID is currently used by the {0} network." -#~ msgstr "" - -#. placeholder {0}: duplicated.name -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -msgid "This Chain ID is currently used by the {0} network. " -msgstr "crwdns36384:0{0}crwdne36384:0" - -#: popups/hooks/useContactsContext.ts -msgid "This ENS does not exist or not be resolved." -msgstr "crwdns30640:0crwdne30640:0" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " -msgstr "crwdns36386:0crwdne36386:0" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -#~ msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0>Global Backup " -#~ msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." -msgstr "crwdns30642:0crwdne30642:0" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This message contains a invalid EIP-4361 message. It is better to reject this request." -msgstr "crwdns30644:0crwdne30644:0" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "This network name already exists" -msgstr "crwdns30646:0crwdne30646:0" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "This QR includes your identity, please keep it safely." -msgstr "crwdns32160:0crwdne32160:0" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "This QR includes your mnemonic words, please keep it safely." -msgstr "crwdns32162:0crwdne32162:0" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This request has been expired." -msgstr "crwdns30648:0crwdne30648:0" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "This request may be a phishing attach. I understand this and want to continue." -msgstr "crwdns30650:0crwdne30650:0" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This request should only be sign in the future." -msgstr "crwdns30652:0crwdne30652:0" - -#. placeholder {0}: network.name -#: popups/pages/Wallet/EditNetwork/network-schema.ts -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "This RPC URL is currently used by the {0} network" -msgstr "crwdns30654:0{0}crwdne30654:0" - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" -msgstr "crwdns35462:0crwdne35462:0" - -#. placeholder {0}: String(currentPersona?.nickname) -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "This wallet is connected to current persona {0}." -msgstr "crwdns30656:0{0}crwdne30656:0" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "This will overwrite the existing cloud backup with the local data, this cannot be undo." -msgstr "crwdns32164:0crwdne32164:0" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -#: popups/components/AddContactInputPanel/index.tsx -msgid "To" -msgstr "crwdns30658:0crwdne30658:0" - -#. placeholder {0}: formatDomainName(domain) -#. placeholder {0}: formatEthereumAddress(toAddress, 4) -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "to {0}" -msgstr "crwdns30660:0{0}crwdne30660:0" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "to <0>{toAddress}" -msgstr "crwdns32828:0{toAddress}crwdne32828:0" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "To verify your X account and record it on the NextID, please send this post for the verification." -msgstr "crwdns32166:0crwdne32166:0" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "To verify your X account and record it on the NextID, you will need to send a post for the verification." -msgstr "crwdns32168:0crwdne32168:0" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token" -msgstr "crwdns30662:0crwdne30662:0" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token Address" -msgstr "crwdns30664:0crwdne30664:0" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Token now is hidden." -msgstr "crwdns32170:0crwdne32170:0" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token Value" -msgstr "crwdns30666:0crwdne30666:0" - -#: popups/pages/Wallet/components/WalletAssets/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -#: popups/pages/Wallet/AddToken/index.tsx -msgid "Tokens" -msgstr "crwdns30668:0crwdne30668:0" - -#: popups/pages/Trader/Header.tsx -msgid "Trading Route" -msgstr "crwdns35414:0crwdne35414:0" - -#: popups/pages/Trader/Header.tsx -msgid "Transaction Details" -msgstr "crwdns35416:0crwdne35416:0" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Transaction Fee" -msgstr "crwdns30670:0crwdne30670:0" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Transaction Hash" -msgstr "crwdns30672:0crwdne30672:0" - -#: content-script/components/GuideStep/index.tsx -msgid "Try" -msgstr "crwdns30674:0crwdne30674:0" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Trying exploring more features powered by Mask Network." -msgstr "crwdns36879:0crwdne36879:0" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "Two entered passwords are different." -msgstr "crwdns32172:0crwdne32172:0" - -#: popups/pages/Wallet/hooks/usePasswordForm.ts -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Two entered passwords are not the same." -msgstr "crwdns32174:0crwdne32174:0" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Unknown EIP-4361 message version." -msgstr "crwdns30678:0crwdne30678:0" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Unlock" -msgstr "crwdns30680:0crwdne30680:0" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -msgid "Unpacking" -msgstr "crwdns29794:0crwdne29794:0" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Unsupported data backup" -msgstr "crwdns29796:0crwdne29796:0" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -msgid "Unsupported key store data" -msgstr "crwdns29798:0crwdne29798:0" - -#: popups/pages/Wallet/SelectWallet/index.tsx -msgid "Unsupported network type" -msgstr "crwdns30682:0crwdne30682:0" - -#: dashboard/pages/SetupPersona/Permissions/index.tsx -msgid "Update permission for X.com" -msgstr "crwdns32176:0crwdne32176:0" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Update X.com Permissions" -msgstr "crwdns32178:0crwdne32178:0" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Upload backup" -msgstr "crwdns29802:0crwdne29802:0" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Uploading" -msgstr "crwdns29804:0crwdne29804:0" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "URLs require the appropriate HTTPS prefix." -msgstr "crwdns30684:0crwdne30684:0" - -#: content-script/site-adaptors/instagram.com/injection/NFT/ProfileNFTAvatar.tsx -msgid "Use NFT" -msgstr "crwdns30686:0crwdne30686:0" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Use Persona to encrypt and decrypt social media posts & messages." -msgstr "crwdns30688:0crwdne30688:0" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Use text encryption" -msgstr "crwdns30690:0crwdne30690:0" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "value" -msgstr "crwdns30692:0crwdne30692:0" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Verification code has been sent to your email. Please check your mailbox." -msgstr "crwdns32180:0crwdne32180:0" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -msgid "Verification code has been sent to your phone." -msgstr "crwdns32182:0crwdne32182:0" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/EmailForm.tsx -msgid "Verification code sent" -msgstr "crwdns29808:0crwdne29808:0" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Verify" -msgstr "crwdns29812:0crwdne29812:0" - -#: content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "Verify Account" -msgstr "crwdns30694:0crwdne30694:0" - -#: popups/pages/Settings/index.tsx -#: popups/components/SignRequestInfo/index.tsx -msgid "Version" -msgstr "crwdns30696:0crwdne30696:0" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "View full transaction details" -msgstr "crwdns30698:0crwdne30698:0" - -#: content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx -#: content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -#: popups/pages/Wallet/ChangeOwner/index.tsx -#: popups/pages/Wallet/ChangeOwner/index.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "View on Explorer" -msgstr "crwdns30700:0crwdne30700:0" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your account balance and history" -msgstr "crwdns32184:0crwdne32184:0" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your address" -msgstr "crwdns32186:0crwdne32186:0" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your Tokens and NFTs" -msgstr "crwdns32188:0crwdne32188:0" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Visible To" -msgstr "crwdns30702:0crwdne30702:0" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Waiting for {providerType}" -msgstr "crwdns32190:0{providerType}crwdne32190:0" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "wallet" -#~ msgstr "" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -#: popups/modals/WalletGroupModal/index.tsx -msgid "Wallet Account" -msgstr "crwdns30706:0crwdne30706:0" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Wallet disconnected" -msgstr "crwdns32192:0crwdne32192:0" - -#. placeholder {0}: String(index + 1) -#: popups/pages/Wallet/CreateWallet/index.tsx -#: popups/modals/WalletGroupModal/index.tsx -msgid "Wallet Group #{0}" -msgstr "crwdns30712:0#{0}crwdne30712:0" - -#: popups/pages/Wallet/ConnectedSites/index.tsx -#~ msgid "Wallet name is connected to these sites, they can view your account address." -#~ msgstr "" - -#: popups/modals/WalletRenameModal/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -msgid "Wallet name must between 3 to 18 characters." -msgstr "crwdns30716:0crwdne30716:0" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Wallet request timed out" -msgstr "crwdns30718:0crwdne30718:0" - -#: popups/pages/Wallet/WalletSettings/index.tsx -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Wallet Settings" -msgstr "crwdns30720:0crwdne30720:0" - -#: popups/pages/Personas/WalletConnect/index.tsx -msgid "WalletConnect" -msgstr "crwdns30722:0crwdne30722:0" - -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -msgid "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" -msgstr "crwdns32194:0crwdne32194:0" - -#: content-script/components/InjectedComponents/ProfileCard/index.tsx -msgid "Web3 Profile Card" -msgstr "crwdns30726:0crwdne30726:0" - -#: popups/pages/Wallet/components/OriginCard/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Website" -msgstr "crwdns30728:0crwdne30728:0" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Welcome Back" -msgstr "crwdns30730:0crwdne30730:0" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Welcome to Mask Cloud Services" -#~ msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Welcome to Mask Network" -msgstr "crwdns30732:0crwdne30732:0" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Welcome to use Mask Network" -msgstr "crwdns29822:0crwdne29822:0" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "when you click Add Google Drive button,you will be forwarded to Google authorization pages." -msgstr "crwdns37254:0crwdne37254:0" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Write down mnemonic words" -msgstr "crwdns30734:0crwdne30734:0" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Write down recovery phrase" -msgstr "crwdns32196:0crwdne32196:0" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." -msgstr "crwdns36881:0crwdne36881:0" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#~ msgid "You have backed up your data." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "You have recovered" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "You have recovered " -#~ msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "You have signed with your wallet." -msgstr "crwdns32200:0crwdne32200:0" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "You have successfully restored the backup from Google Drive to your browser." -msgstr "crwdns37274:0crwdne37274:0" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -msgid "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" -msgstr "crwdns32202:0crwdne32202:0" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -msgid "You need to open the dApp to view the specific content." -msgstr "crwdns32204:0crwdne32204:0" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "You used <0>{0} for the last cloud backup." -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." -msgstr "crwdns30740:0crwdne30740:0" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Your file has been successfully merged into the browser data." -msgstr "crwdns37256:0crwdne37256:0" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Your file has been successfully restore into the browser data." -msgstr "crwdns37276:0crwdne37276:0" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." -msgstr "crwdns32206:0crwdne32206:0" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Your Persona has been successfully created." -msgstr "crwdns37299:0crwdne37299:0" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Your Persona is on" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Your Persona is on " -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Your Persona is on **ready 🚀**" -msgstr "crwdns37288:0crwdne37288:0" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Your Wallet is on" -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Your Wallet is on " -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Your Wallet is on **ready 🚀**" -msgstr "crwdns37290:0crwdne37290:0" - diff --git a/packages/mask/shared-ui/locale/zh-CN.json b/packages/mask/shared-ui/locale/zh-CN.json deleted file mode 100644 index 99757187ec74..000000000000 --- a/packages/mask/shared-ui/locale/zh-CN.json +++ /dev/null @@ -1,896 +0,0 @@ -{ - "messages": { - "+5hgHR": ["Are your sure you want to disconnect? You may lose part of functionalities of this website."], - "+IEBAO": ["已批准的金额"], - "+K0AvT": ["断开"], - "+Qcnh5": ["请选择合适的方法来恢复个人数据。"], - "+W8dUJ": ["Tap to view the private key <0/> Make sure no one is looking at your screen"], - "+XyQiK": ["同意"], - "+Zuhm7": ["支持身份代码、私钥、本地备份或云备份以访问您的个人数据。"], - "+adBn3": ["Chrome - external extension"], - "+b/06M": ["支付密码错误。"], - "+m7PfT": ["成功删除"], - "+m7x4e": ["Backup Successful"], - "+uISZO": ["密码不正确"], - "/7tku+": ["试一下"], - "/LkuGq": ["从以前的数据库备份恢复"], - "/WfDJy": [ - "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." - ], - "/eguJc": ["正在上传"], - "/fo6Dv": ["Gas 限制(Gwei)"], - "/jQctM": ["至"], - "/nT6AE": ["新密码"], - "/riTT2": ["固定成功。"], - "/uEw9z": ["Your X account authorization has timed out. Please try again."], - "/vtDGO": [["0"], " is connected to these sites, they can view your account address."], - "/xrk7I": ["FAQ&Tutorial"], - "00b9QG": ["设置支付密码"], - "04MqGo": ["发布内容:"], - "09vHB+": ["Failed to decrypt."], - "0C6WdO": ["上传备份"], - "0D4bav": ["Name or Contract address e.g. USDC or 0x234..."], - "0F4ogS": ["支付密码应该介于 6 到 20 个字符之间。"], - "0HnKBn": ["Hide mnemonic words"], - "0Lp4o6": ["加载失败"], - "0M//Nn": ["The Persona is connected to the following accounts: ", ["list"]], - "0ZC72+": ["Connected successfully."], - "0caMy7": ["History"], - "0fljZe": ["Trading Route"], - "0kr+x1": ["Your Wallet is on"], - "0oMKRL": ["删除联系人"], - "0tkvsz": ["Failed to download and merge the backup."], - "1+6BOG": ["下载备份"], - "19zh4M": [ - "Current wallet (<0>", - ["currentWallet"], - ") is the management account of SmartPay wallet (<1>", - ["other_wallets"], - ").<2/>Deleting the current wallet will result in the deletion of the SmartPay wallet simultaneously." - ], - "1LkMSp": ["Add Suggested Token"], - "1R2W/B": [ - "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " - ], - "1TaavV": ["注意:如果您使用最后一次导入中的助记词,您可以恢复来自该助记词句的钱包。"], - "1Uqt6P": ["断开钱包?"], - "1Z++2X": ["The Persona is not connected to any accounts."], - "1bTY60": ["Token Value"], - "1kE7ob": ["Network saved"], - "1mjyN6": ["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."], - "1nMGEs": ["身份"], - "1njn7W": ["浅色"], - "1rsf+c": [ - "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." - ], - "1vSYsG": ["Download backup"], - "1xwmzN": ["Switch to other accounts"], - "2MPu+c": ["优先费用 (GWEI)"], - "2Xze/r": ["区块浏览器(可选)"], - "2fuHsY": ["手机验证码"], - "2jQko7": ["关联账户"], - "2kXxch": ["对不起,签名失败!请再试一次。"], - "2p7WMm": ["Give permission to access <0/> your ", ["0"], "?"], - "2wxgft": ["重命名"], - "2zkhB1": ["移除钱包?"], - "34UMci": ["钱包设置"], - "38C83c": ["身份助记词"], - "39ohdf": ["活动"], - "3A/gtD": ["无效 RPC URL 。"], - "3AP6p1": ["Public Key: <0>", ["publicKey"], ""], - "3B4jmY": ["数据关联"], - "3J+S3n": ["Search Next.ID, X, Lens, ENS or Address"], - "3Q5eQl": ["Please click the \"Post\" button to open the compose dialog."], - "3Q8dPe": [ - "The website (", - ["messageOrigin"], - ") is asking you to sign in to another domain (", - ["0"], - "). This may be a phishing attack." - ], - "3WZ1WL": ["请输入导出个人私钥的备份密码。"], - "3YDnov": ["Token now is hidden."], - "3dAaqV": [ - "📃📃📃 Try to permanently use decentralized file storage on ", - ["sns"], - ". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." - ], - "3fpIq1": ["至: ", ["0"]], - "3iUAE7": ["Backup to Google Drive"], - "3kbpgO": ["Gas 限制"], - "3lUGN0": ["切换 Persona"], - "3pqzUK": ["Contact added."], - "3qe4O9": ["最大费用"], - "4/6qjT": ["请输入密码。"], - "42yL2J": [ - "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ", - ["encrypted"] - ], - "43g2kf": ["只对您可见"], - "4DIYdt": ["No associated wallet. <0>Add Wallet."], - "4EN5JL": ["Your Persona has been successfully created."], - "4FvVUv": ["重置钱包"], - "4HavhE": ["Powered by <0>Mask Network"], - "4WMvNK": ["This Chain ID is currently used by the ", ["0"], " network."], - "4na5mr": ["This message contains a invalid EIP-4361 message. It is better to reject this request."], - "4ojMOt": ["输入您的密码"], - "4zgT9K": ["使用您的钱包连接Mask Network账户。"], - "50QwC8": ["价值"], - "51rAFB": ["Please copy the following text and image (if there is one) and publish it."], - "5Cowlg": ["Backup is saved to Mask Cloud Service."], - "5Dz44N": ["设置支付密码"], - "5E57TU": ["Max priority fee 在当前网络环境下过低"], - "5HVoyc": ["Transaction Details"], - "5O5enn": ["输入支付密码"], - "5Sa1Ss": ["E-mail"], - "5YfW3S": ["Add an encrypted comment..."], - "5e22kj": ["邮箱验证码"], - "5hFImX": ["Deploy Contract"], - "5i1JPS": ["Never share 12-word secret mnemonic with anyone!"], - "5o2pdQ": ["创建身份"], - "5s6EhU": [ - [ - "count", - "plural", - { - "one": ["You have recovered **", "#", " Wallet 🚀**"], - "other": ["You have recovered **", "#", " Wallets 🚀**"] - } - ] - ], - "5sIdhw": ["分享与"], - "66J/I3": ["交易费"], - "678PKt": ["网络名称"], - "68FuwU": ["URL要求合适的 HTTPS 前缀。"], - "68m9Nl": ["向现有组添加新地址"], - "6DvbLh": ["请安装您的 metamask 钱包并设置您的第一个钱包。"], - "6HT670": ["功能:", ["0"]], - "6IHgRq": ["Backup to the Cloud"], - "6RDwJM": ["代币"], - "6Uau97": ["跳过"], - "6V3Ea3": ["已复制"], - "6XyieG": ["wallet"], - "6YtxFj": ["名称"], - "6c6xyD": ["accounts"], - "6e4Q8h": ["Get permission failed"], - "6foA8n": ["Are you sure?"], - "6gRgw8": ["重试"], - "7+2e01": ["Network removed."], - "76gPWk": ["好的"], - "7Bj3x9": ["失败"], - "7QptC5": ["自动锁定时间"], - "7R2WG+": ["由Mask解密:"], - "7Ry254": ["Backup to Mask Cloud Service"], - "7VpPHA": ["确认"], - "7qUM2b": ["打开一个钱包"], - "7s5tLo": ["Allow this site to switch the network?"], - "7w1rTm": ["The download link is expired"], - "7yziEn": ["This request has been expired."], - "82+n6o": ["Quote Route"], - "8BsgdX": ["Failed to get permissions"], - "8Dh77Z": ["NFTs"], - "8RF/Sx": ["添加成功"], - "8Tg/JR": ["自定义"], - "8WLjqx": ["Never share the 12-word secret mnemonic words with anyone!"], - "8ZsakT": ["密码"], - "8djViz": ["Step ", ["step"], "/", ["step"]], - "8rElAH": ["Image copied!"], - "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], - "9KKhJV": ["正在签名..."], - "9VcshJ": ["启用自动粘贴"], - "9Y1kXO": ["Payment password stored locally and you could try as many as you want to unlock your wallet."], - "9cDpsw": ["许可权限"], - "9cSIbb": ["Click on <0/> at the top-right of your browser."], - "9d/Qe4": ["服务协议"], - "9hg9mc": ["正在下载"], - "9hzYBR": ["Failed to download and merge the backup: ", ["0"]], - "9iZ9fH": ["邮箱地址不正确。"], - "9kIgHE": ["此 JSON 文件使用您当前的支付密码加密。导入此钱包时解密需要相同的密码。"], - "9lqqpY": ["Invalid email address."], - "9sjcnZ": ["Disconnected."], - "9w2hgY": ["手动粘贴"], - "A6JChW": ["The transaction was complete and has been recorded on blockchain at ", ["0"]], - "A9tojF": ["密码不正确"], - "AKLbfQ": ["恢复数据库"], - "AMJWWT": ["Likely in < ", ["estimateSecond"], " seconds"], - "ANYjcp": [["shareWithNum", "plural", { "one": ["1 friend"], "other": ["#", " friends"] }]], - "ANk/Zy": ["Incorrect Backup Password"], - "ASNDad": ["Hide ", ["name"]], - "AUYALh": ["即将上线"], - "AV+9wg": ["重新输入"], - "Appw6V": ["没有找到任何NFT。"], - "Aq+O0x": ["状态"], - "AsN7HV": ["此手机号码不正确。"], - "AuvDq6": ["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"], - "AwQpq/": ["Click on the down-arrow to see the private key."], - "AyLiVq": ["扫描二维码以接收付款"], - "B6C0XJ": ["暂无数据"], - "BQHQ9v": ["No websites connected to this wallet"], - "BUXiPs": ["This Chain ID is currently used by the ", ["0"], " network. "], - "BXixGM": ["使用 Persona 来加密和解密社交媒体帖子和消息。"], - "BaU+dx": ["连接您的社交媒体帐户。"], - "BakBNJ": ["无效的电话号码,请检查并重试。"], - "BiGQfG": ["交易哈希"], - "BkN2qg": ["<0>Service Agreement and <1>Privacy Policy"], - "ByPj1d": ["Request ID"], - "C0JhYS": ["更改网络"], - "C2/uLW": [ - "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." - ], - "CEk7Nc": ["至少6个字符"], - "CFPbpH": ["新密码不匹配"], - "CK1KXz": ["最大"], - "CMHmbm": ["Slippage"], - "CWsYB3": ["欢迎回来"], - "CXHRbe": ["钱包请求超时"], - "CZSWya": ["NFTs added"], - "CZmSbe": ["Request is valid not before"], - "CiU2m/": ["Generating your "], - "Citz6F": ["Exchange"], - "CtByM7": ["连接钱包"], - "Cz6Lx7": ["加密方式"], - "D79cZK": ["即时"], - "DC3sw8": ["Two entered passwords are different."], - "DHhJ7s": ["上一页"], - "DPfwMq": ["完成"], - "DdUFp+": ["The transaction was confirmed at ", ["0"]], - "DnmyoA": ["Priority fee should be greater than 0."], - "DoQ5Lj": ["RPC URL"], - "Dpe+e3": [ - "添加您的钱包将允许您通过Next.ID服务拥有、查看和使用您的数字身份。 请注意,您必须签名并认证交易,以证明您的钱包的所有权。" - ], - "Du6bPw": ["地址"], - "DuIDTw": ["To verify your X account and record it on the NextID, please send this post for the verification."], - "Dz56Ua": ["加密"], - "E6YUtc": ["Merge to Browser"], - "E7prOW": [ - "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." - ], - "EBC6hj": ["本地备份"], - "EGWr+Q": ["Web3 名片"], - "EGa93e": ["Are you sure to overwrite the backups stored on Mask Cloud Service?"], - "ENIvoT": ["请在自动锁定您的钱包之前设置时间。"], - "ERYJcj": ["备份密码必须是 8-20 个字符,包括大写、小写、特殊字符和数字。"], - "EYwKb0": ["Gas 价格 (gwei)"], - "Ea4oxV": ["跟随系统"], - "EbE80y": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." - ], - "Eda+dy": [ - "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ", - ["encrypted"], - " to send your first encrypted tweet." - ], - "EoKe5U": ["Domain"], - "EsKgLS": ["点击这里快速开始。"], - "Ev2r9A": ["没有任何结果。"], - "EwiD7E": ["再次输入支付密码"], - "F7U8uz": ["Creating your **wallet**"], - "F8Wc3I": ["将您的文件拖放到此处"], - "FAKSZG": ["Add google Drive"], - "FKrzPv": [["count", "plural", { "one": ["#", " Wallet 🚀"], "other": ["#", " Wallets 🚀"] }]], - "FP6WjU": ["You have backed up your data."], - "FfJy7A": ["管理网络"], - "FgAxTj": ["登出"], - "FiYmUY": ["无关联账号"], - "FnQek5": [ - "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." - ], - "Fs/bd5": ["无效的块浏览器URL。"], - "G4NrhP": ["Persona created."], - "GAvnvl": ["支付密码"], - "GEL05h": ["WalletConnect"], - "GExRUL": ["备份密码"], - "GS+Mus": ["导出"], - "GS0ldX": ["不支持的网络类型"], - "GWCG6Y": ["复制图片"], - "GaH2JF": ["Suggest to send transactions and sign messages"], - "GtJJAj": ["添加钱包"], - "Gw91G1": ["This request should only be sign in the future."], - "H8rw2f": ["(the name is set by the web site)"], - "HGTZAO": ["Step 2/2"], - "HIq3th": ["Cannot switch to a unknown network."], - "HKH+W+": ["数据"], - "HVRhUV": ["继续执行表示您同意"], - "HpK/8d": ["重新加载"], - "HqiAyF": ["Gwei"], - "HsoakN": ["masknetwork"], - "HvDfH/": ["已导入"], - "Hy4Q80": [ - "The network with chain ID ", - ["formChainId"], - " may use a different currency symbol (", - ["1"], - ") than the one you have entered. Please check." - ], - "I4caYo": ["验证码错误。"], - "I5kL4f": ["活动日志"], - "IBAx3U": ["确认保存"], - "IIVS5Z": ["设置新的管理账户"], - "ITBQO3": ["Max priority fee必须大于 0 GWEI"], - "IUG86v": ["The Persona is connected to the account @$", ["0"], "."], - "IX1M/E": ["地板价"], - "IXbRbM": ["切换钱包"], - "ImhKg5": ["无法获取链 ID。您的 RPC URL 正确吗?"], - "J24FyN": ["Bridge"], - "J2eKUI": ["文件"], - "JA8K9s": ["Unpacking"], - "JGds+N": ["缺少数字、字母或特殊字符。"], - "JXJlYD": ["设置您的角色名称"], - "JfI60y": ["支付密码错误。"], - "Jg5pf7": ["当前基础手续费是 ", ["0"], " Gwei"], - "JlFcis": ["发送"], - "JlIzk8": ["浏览文件"], - "Js4Nk0": [ - [ - "0", - "select", - { - "finding_post_key": [ - "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." - ], - "finding_person_public_key": ["Mask is looking for the public key of the author..."], - "other": ["Mask is decrypting..."] - } - ] - ], - "JwzZmt": ["to <0>", ["toAddress"], ""], - "K5a6t1": ["该身份已存在。"], - "K8jCIB": ["Data backed up successfully!"], - "KFwID2": ["Restore Failed"], - "KGHnSc": ["锁定钱包"], - "KMgp2+": [["0"], " 可用"], - "KisOjk": ["恢复身份"], - "Kj4oEm": ["创建一个新的身份"], - "Kl9gHp": ["钱包组 #", ["0"]], - "KmQ25M": ["最大优先费用在当前网络环境下过高。"], - "KnidLU": ["Not Connected"], - "KtMMzG": ["Wallet disconnected"], - "L+bpwv": ["请在导出私钥之前设置您的备份密码。"], - "L82H5Z": ["Creating your **identity**"], - "L96aan": ["查看交易详情"], - "LJkXYZ": ["创建新的 MASK 身份"], - "LP+1Z7": ["添加网络"], - "LSwUJb": ["Select Liquidity"], - "LU3p9s": [ - "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." - ], - "LWJCIn": ["已连接的网站"], - "LcET2C": ["隐私政策"], - "LcZh+r": ["不支持的数据备份格式"], - "LkYKvc": ["Please select the correct words in the correct order."], - "LqWHk1": ["隐藏 ", ["0"]], - "Lt0Hf0": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @realMaskNetwork to explore Web3." - ], - "Lx4CpL": ["文件名必须介于 3 到 20 个字符之间。"], - "M0FgOk": ["添加联系人"], - "M1ts1r": ["View your address"], - "M24E85": ["此地址是合同地址。"], - "M4g1UJ": ["合约交互"], - "MC00Lm": ["Scan QR code with WalletConnect-compatible wallet"], - "MOHcKb": ["请输入Max priority fee"], - "MR/0Va": ["All Mask Network users"], - "MRIXE3": ["Encrypting your"], - "MTqQMG": ["未设置"], - "MXOdMY": ["Overwrite Backup"], - "MpnSqP": [["0"], " Pending"], - "MyjAbr": ["重新发送"], - "N/fqDa": ["Ens或地址(0x)"], - "N19nSk": ["Your Persona is on"], - "N40H+G": ["所有人"], - "NOi+Fr": ["This QR includes your identity, please keep it safely."], - "NU5uaG": ["手机号码"], - "NWqhru": ["重新选择"], - "NaZTE7": ["Incorrect Mnemonic Words."], - "NkgvWN": ["登出失败"], - "NloaHG": ["备份密码"], - "Ns5WaC": ["没有发现备份"], - "Nu4oKW": ["描述"], - "NzlE6O": ["By granting permission, you are allowing the following <0/> contract to access your NFTs."], - "Nzm8dm": ["示例:Alice"], - "Nzwli2": ["基础信息"], - "O3oNi5": ["电子邮箱"], - "O8PsYe": ["Add the file to Chrome's database"], - "OCJdad": ["<0>To: <1>", ["to"], ""], - "OLUEnY": ["when you click Add Google Drive button,you will be forwarded to Google authorization pages."], - "OLY2Jk": ["Gas 价格"], - "OR475H": ["网络"], - "OgPkDe": ["货币符号(可选)"], - "OhgYJS": ["基础设置"], - "OkofjH": ["Recover"], - "On0aF2": ["网站"], - "OuUyzz": ["No contacts stored locally, you can try searching."], - "OzSOpz": ["Create a Privy wallet using an X account"], - "P9wzG/": ["恢复"], - "PDW/HG": ["Your Persona is on **ready 🚀**"], - "PGdbc0": [ - "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." - ], - "PHM7OA": ["所支持的网站"], - "PI/VCJ": ["Select the wallet(s) to use on this site. You should not connect to website you don't trust."], - "PRkIUI": ["Gas Fee"], - "PTXNyo": ["Waiting for ", ["providerType"]], - "PZmnB2": ["验证码"], - "PeT3a5": ["You have successfully restored the backup from Google Drive to your browser."], - "PjBWOL": ["创建您的身份以开始"], - "PsQmAw": ["任何用户可见"], - "Pt3n39": ["没有备份"], - "Q2lUR2": ["货币"], - "Q68Nuc": [ - "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." - ], - "QHZRmq": ["站点"], - "QHcLEN": ["Connected"], - "QQPCqQ": ["备份钱包"], - "QTomF0": ["Merge to local"], - "QU9aqK": ["You have signed with your wallet."], - "QWxok/": ["Connect with Mask Wallet"], - "QXDgyQ": ["请按正确顺序写下以下单词。保证安全,不与任何人分享!"], - "Qbo7Ev": ["写下助记词"], - "QcVZFH": ["Step ", ["step"], "/", ["totalSteps"]], - "QrHM/A": ["Backup downloaded and merged to local successfully."], - "QypSt2": ["Update X.com Permissions"], - "R2K7XH": ["尝试探索社交媒体上的 Web3 dApps 功能。"], - "RCBmDP": ["Follow @masknetwork to explore Web3."], - "RH8jSA": ["合并数据到本地数据库"], - "RL5m+x": ["Generating your **accounts**"], - "ROsDRH": ["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"], - "RRw7LE": ["身份助记词"], - "RWoEqV": ["Failed to transfer token: ", ["message"]], - "RZOA0N": ["Find Mask Network in the extension list and click the <0/> button."], - "RiQQyz": ["This allows the third party to spend ", ["value"], " ", ["0"], " from your current balance."], - "RjF5dk": ["Select the contents of the backup"], - "S0CsaV": ["创建新钱包"], - "S2JNMm": ["Your file has been successfully restore into the browser data."], - "S33tz3": ["未连接"], - "SGVkVp": ["Two entered passwords are not the same."], - "SLEDBF": ["添加钱包失败,请重试。"], - "SYGo/R": ["导入钱包"], - "ShHV7X": ["云端备份"], - "Sjplg3": ["在区块链浏览器查看"], - "SlSY7M": ["Verification code has been sent to your phone."], - "Sp/me1": ["data"], - "Sp69uH": ["The web site can"], - "T0W3Z8": ["Gas 不足。"], - "TA4fAr": ["该钱包名称已经存在。"], - "TP9/K5": ["Token"], - "TZ0npN": ["ready 🚀"], - "TnHNX9": ["Update permission for X.com"], - "ToePai": ["支出限额请求者"], - "TpqeIh": ["Error: ", ["0"]], - "Tuc34V": ["Confirm Bridge"], - "Tx/jsw": ["您需要手动粘贴加密内容吗?"], - "Tz0i8g": ["设置"], - "UBzbea": ["恢复钱包"], - "UDKbPj": ["Your file has been successfully merged into the browser data."], - "UaXeX3": ["Okay"], - "UbRKMZ": ["待定"], - "UjRxho": ["您的恢复口令"], - "UlBz4M": ["使用 Mask 钱包来保证您的交易和资产安全。"], - "Usynqd": ["Gas price is too low and will cause the transaction fail"], - "Ut40oe": [ - "The Mask Network Cloud Backup feature will be deactivated on Jun 30, 2025. Please use alternative cloud backup services or local backup solutions." - ], - "UtKGok": ["备份身份"], - "V+1pjj": ["Back Up Your Data Your Way"], - "V8x6o5": ["You have recovered "], - "VAOn4r": ["解锁"], - "VECuJk": ["钱包账户"], - "VP4HYe": ["Next.ID"], - "VcPDSd": ["不支持的密钥存储数据"], - "VdhBp2": ["The chainID is not equal to the currently connected one."], - "VdkQUC": ["Please sign up or login ", ["siteName"], " to connect Mask Network."], - "Vj7ma7": ["Support mnemonic phrase, private key or keystore file."], - "VlpdUm": ["设置 NFT 头像"], - "VsHxv+": ["复制文本"], - "VzQ7uf": ["Unknown EIP-4361 message version."], - "VzQOL2": [ - "这允许第三方使用您所有的代币余额,直到达到上限或您取消支出上限为止。 如果不打算这样做,则考虑设定较低的支出上限。" - ], - "W0uonA": ["This QR includes your mnemonic words, please keep it safely."], - "W7e3zN": ["Are you sure to remove the connected wallet <0>", ["0"], "?"], - "WC7pDz": ["Your Persona is on "], - "WLMjwL": ["Confirm to hide ", ["0"], "? You can redisplay it by re-adding this token at any time."], - "WWPi4P": ["无效钱包地址。"], - "WY8amq": ["数字无效"], - "Weq9zb": ["概况"], - "WgawP2": ["Creating your"], - "WmXCMa": ["切换帐号"], - "Wqoa0p": ["连接身份"], - "Wvnsx1": ["自动锁定"], - "X200Sr": ["设置支付密码?"], - "X6ujRd": ["Be aware, check the token before adding it."], - "X8w6bW": ["输入最大支出限额"], - "XB3tfc": ["Encrypting your **data**"], - "XC7RGa": ["恢复数据"], - "XDtQ7t": ["在您的 Web3 个人资料页面上显示以下地址并使用它来接收打赏。"], - "XGRJzS": ["在新分页中打开"], - "XQDdOC": ["No friends are stored locally, please try search one."], - "XUKicg": ["Step 1/2"], - "XYLcNv": ["支持"], - "XZ/B+f": ["找不到您的NFT?"], - "XjDSdO": ["原支付密码"], - "Xprzee": ["输入 Gas 价格"], - "Y7N0Sj": ["View your account balance and history"], - "YKSmxE": [ - "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." - ], - "YdCB5X": ["复制私钥"], - "YirHq7": ["问题反馈"], - "YnqCPK": ["连接并验证成功。"], - "Z16qyu": ["身份名称"], - "Z3+V9p": ["Restore backup failed."], - "Z3S6Dx": ["Step 1/3"], - "Z7ZXbT": ["授权"], - "Z8+FzC": ["Connecting your ", ["providerType"], " wallet"], - "ZAVklK": ["或"], - "ZHsD28": ["Enable the plugin"], - "ZIsLZh": ["Size limit: 10 MB"], - "ZSgQgC": ["Max fee 在当前网络环境下过低"], - "ZTXjJ3": ["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."], - "ZsjtYe": ["加载头像失败。"], - "a1SmQh": ["选择钱包"], - "a23gJr": ["密码不正确。"], - "a5t/N3": ["花费更多的交易费用来取消以前的交易。"], - "aAIQg2": ["外观"], - "aF8kci": ["Creation Completed"], - "aFht5e": ["Connected ", ["0"], " with ", ["walletName"], "."], - "aTzTyw": ["添加资产"], - "acK3j2": ["输入您的私钥"], - "agPptk": ["中等"], - "ai3VNq": ["已连接的钱包"], - "awW7ak": ["移除钱包"], - "b5d759": ["identity"], - "bIpwjD": ["钱包"], - "bapItf": ["备份密码错误。"], - "bassMa": ["云备份密码不正确,请重试。"], - "bdIrOO": ["Verification code has been sent to your email. Please check your mailbox."], - "bfNmSO": ["设置支付密码成功。"], - "bnfo6T": ["Sent verification post successfully."], - "c+Fnce": ["签名"], - "c2MkCo": ["Payment password must be 6 to 20 characters."], - "cD0wgO": [ - "Do you want to remove the verified association between the X account @<0>", - ["0"], - " and ", - ["1"], - "?" - ], - "cEnmTp": ["Creating your "], - "cJv4Ca": ["第三方钱包中取消了连接操作。"], - "cQYjZe": [ - "To verify your X account and record it on the NextID, you will need to send a post for the verification." - ], - "cVit2/": ["请设置备份密码"], - "cYaSAw": ["Wallet name is connected to these sites, they can view your account address."], - "cbzSv5": ["Max fee should be greater than base fee of ", ["0"], " Gwei."], - "cm4E8+": ["Twitter体验"], - "cmNbUB": ["Not found your ", ["providerType"], " wallet"], - "cnGeoo": ["删除"], - "crVIc7": ["Locale Backup"], - "dAMTl9": ["RPC URL已经被", ["0"], " 网络使用"], - "dCvyk/": ["Change another account and try again."], - "dEgA5A": ["取消"], - "dMsM20": ["手机"], - "dajsth": ["Keystore 密码不正确。"], - "dyqtoj": ["You have recovered"], - "e0E1XI": ["最大手续费 (GWEI)"], - "e3I0CA": ["Failed to restore the backup: ", ["0"]], - "e4yrZ/": ["Token Address"], - "eE0JZ4": ["Version"], - "ePK91l": ["编辑"], - "eWczg7": ["仅自己可见"], - "eaLSW8": ["身份名称必须介于 1 到 24 个字符之间。"], - "ejVYRQ": ["从"], - "etATpN": ["Failed to login: ", ["0"]], - "exaugT": ["Follow @realMaskNetwork to explore Web3."], - "ezYNcH": ["将 Mask Network 固定到工具栏以便更容易访问:"], - "f5AidZ": ["Write down recovery phrase"], - "fDP2k4": ["修改支付密码"], - "fFGPy6": ["或者创建一个新的钱包组"], - "fFYJ8f": ["欢迎来到 Mask Network!"], - "fRQP7E": ["<0>Granted to <1>", ["0"], ""], - "fRUjl7": ["Please switch to <0>@", ["expectAccount"], " to continue the account verification progress."], - "fUn3xA": ["生成一个新的钱包地址"], - "fc4PdK": [ - "The RPC URL you have entered returned a different chain ID (", - ["rpcChainId"], - "). Please update the Chain ID to match the RPC URL of the network you are trying to add." - ], - "fj5byd": ["没有"], - "fsBGk0": ["余额"], - "fsUPaG": ["恭喜您!"], - "fvRGyC": ["Trying exploring more features powered by Mask Network."], - "fza4cg": ["导入钱包"], - "g/1WbH": ["from <0>", ["fromAddress"], ""], - "gC2WI+": ["身份"], - "gHM62X": ["Payment password changed."], - "gT+8Dk": ["Confirm to hide ", ["name"], "? You can redisplay it by re-adding this NFT at any time."], - "gVfVfe": ["联系人"], - "gdnEab": ["助记词不正确。"], - "ggYcg+": ["验证码已发送"], - "gla9Gg": ["保存失败"], - "gnSRSG": ["隐藏Scam 交易"], - "gp6A8z": ["Authorization Failed"], - "h3Vpnw": ["验证码不正确"], - "h3bIHg": ["断开社交账户?"], - "h53LoU": ["社交账户"], - "h7+V7K": ["备份恢复"], - "hEpXzO": ["欢迎来到 Mask Network!"], - "hG89Ed": ["图片"], - "hHLRGW": ["隐藏价值小于 $1 的代币"], - "hUF4dG": ["备份密码设置成功。"], - "hXzOVo": ["下一步"], - "hYgDIe": ["创建"], - "he3ygx": ["复制"], - "hehnjM": ["金额"], - "iH8itU": ["连接您的钱包"], - "iH8pgl": ["返回"], - "iJLEZF": ["教我怎么做"], - "iSLIjg": ["连接"], - "iTiwqa": ["Asset is hidden."], - "iZLoa2": ["eg: X accounts, persona public keys, wallet addresses or ENS"], - "idD8Ev": ["Saved"], - "imDvP9": ["Gas limit must be smaller than ", ["maxGas"], "."], - "iuCSJl": ["钱包已经链接到当前的身份", ["0"], "。"], - "j4TRxD": ["选择地址"], - "jEDiuG": ["Network added"], - "jICk7g": ["网络或RPC提供方出现错误,请稍后再试 !"], - "jIWgmE": ["Entered passwords are inconsistent."], - "jK7nvW": ["Failed to disconnect wallet"], - "jRfanQ": ["所用 Gas (单位)"], - "jZQU+o": ["最初发布于 ", ["0"]], - "jaH9PD": ["Hi friends, I just created ", ["token"], " Lucky Drop. Download Mask.io to claim."], - "jas0vv": ["断开所有社交账户"], - "jbc0gF": ["设置密码"], - "jhoAzY": ["Mask Network Cloud"], - "jtExaD": ["Not supported yet."], - "jygqM9": ["Loading account information..."], - "k/sb6z": ["选择语言"], - "k0USDt": ["Account connected.<0/><1/>Try to explore more features powered by Mask Network."], - "k57+C7": [["walletLength", "plural", { "one": ["#", " Wallet"], "other": ["#", " Wallets"] }]], - "k7u9V5": ["Incorrect words selected. Please try again!"], - "kC3Q3d": ["Login to Mask Cloud"], - "kbfp5m": ["可见范围"], - "kdW3qS": ["Nonce"], - "kf/5Ap": ["点击这里快速访问主要功能。"], - "kr2cTE": [ - "<0>", - ["websiteCount"], - " ", - ["websiteCount", "plural", { "one": ["Website"], "other": ["Websites"] }] - ], - "ks5OGD": ["合约"], - "l/UFPv": ["属性"], - "l3s5ri": ["导入"], - "lCF0wC": ["刷新"], - "lCHQzJ": ["此地址可能是欺诈地址。"], - "lDgVWA": ["接收"], - "lET9my": ["Mask Network需要以下权限"], - "lKldOY": ["请选择恢复备份的正确方法。"], - "lPJwNU": ["Persona: ", ["personaName"]], - "lPsa94": ["Merge Completed"], - "lU6uRb": [ - "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." - ], - "lWOC+h": ["Mask Network requires you to authorize the following websites before using it."], - "llLBQ1": ["代币"], - "loCUuu": ["密钥库"], - "lvL4x0": ["Follow @masknetwork for Web3 updates and insights."], - "m16xKo": ["添加"], - "m2OZMI": ["Max fee 不能低于 Max priority fee"], - "m3XvO+": ["导入钱包"], - "m3cvPZ": ["Payment password set."], - "m74yjp": ["Welcome to Mask Cloud Services"], - "mCB6Je": ["全选"], - "mErq7F": ["Sign Up"], - "mGHHf5": ["在连接和验证您的身份后,您可以设置相关的地址来显示您的 web3 足迹或接收打赏。"], - "mPxxVq": ["输入Gas Limit"], - "mQpWAe": ["编辑联系人"], - "mc68kY": ["新支付密码"], - "mrAv9J": ["无法保存网络"], - "mzI/c+": ["下载"], - "n42fmQ": ["请输入Max fee"], - "nE/lLr": ["仅选定的联系人可见"], - "nGl2Ng": ["Restore Completed"], - "nKLBYz": [ - "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" - ], - "nMkx7r": [["0", "plural", { "one": ["#", " Hour"], "other": ["#", " Hours"] }]], - "nOCyT5": ["显示价值小于$1 的代币"], - "nOhz3x": ["Logout"], - "nTFx7o": ["新头像设置成功"], - "nTWWCZ": ["低"], - "nTif4K": ["选择并连接到你的钱包"], - "nUWEsV": ["Max fee 高于必要值"], - "nUeoRs": ["消息签名"], - "nVT2pJ": ["realMaskNetwork"], - "ndRqFD": ["Chain ID"], - "ngWO+e": ["缺失本地密钥"], - "npsHM5": ["Back Up to Google Drive"], - "nqagQ8": ["签名消息 (十六进制)"], - "nvAt0H": ["Resource"], - "o+XJ9D": ["切换"], - "o+zDNQ": ["The mnemonic word has been copied, please keep it in a safe place."], - "o4Iu2W": ["退出成功"], - "oCBTyI": ["This will overwrite the existing cloud backup with the local data, this cannot be undo."], - "oDSXfc": ["新密码与当前密码不可相同。"], - "oIsL5E": ["Chain ID: ", ["0"]], - "oOQfsI": ["Current account is not the verifying account."], - "oX+QCa": ["<0>Powered by<1>Mask Network"], - "oYkran": [ - "The Mask Network Cloud Backup feature will be deactivated on April 30, 2025. Please use alternative cloud backup services or local backup solutions." - ], - "oYzol6": ["NFT"], - "oZw0Iw": ["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"], - "oe5xh9": ["备份解密失败,请检查密码"], - "ohUJJM": ["插件"], - "osXsDn": ["导入 NFT"], - "ou+PEI": ["个人头像"], - "p2/GCq": ["确认密码"], - "p2xE4C": ["Overwrite current backup"], - "p8Aea2": ["此身份名称已存在"], - "pGElS5": ["助记词"], - "pHqZUU": ["You used <0>", ["0"], " for the last cloud backup."], - "pbYUPI": ["Text copied!"], - "pi+hn/": ["Ethereum ", ["HD_PATH_WITHOUT_INDEX_ETHEREUM"]], - "pjrgRd": ["私钥不正确"], - "pkyWdU": ["Keystore密码"], - "ps1+DX": ["设置您的身份名称,最大长度为24个字符"], - "pu3rTn": ["GWEI"], - "puUEU3": ["修改备份密码"], - "put3ex": ["Request is valid not after"], - "pv5v6j": ["About Permit"], - "pvnfJD": ["深色"], - "py6hU8": ["签名请求"], - "q5+UWM": ["Contact edited."], - "qAbGIK": ["Issued at"], - "qDIxZ+": ["Failed to restore the backup from Google Drive to your browser. Please try again."], - "qT8oOt": ["必须拥有身份"], - "qYuscr": ["最大优先费"], - "qZ6p7p": ["Backup on ", ["0"]], - "qcqdIh": ["You need to open the dApp to view the specific content."], - "qqWcBV": ["已完成"], - "r92tNP": ["Failed to authorize Google Drive. Please try again."], - "rAcOY1": [ - "Data merged from Mask Cloud Service to local successfully. Re-enter your password to encrypt and upload the new backup to Mask Cloud Service." - ], - "rG3WVm": ["Select"], - "rLgPvm": ["备份"], - "rQQGN1": ["Max priority fee过高。您或许支付了超过需要的费用。"], - "rWE7Lq": ["Contact deleted."], - "rYFSec": ["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."], - "raCUEa": ["By granting permission, you are allowing the following <0/> contract to access your funds"], - "rkMKQ0": [ - "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." - ], - "rm0yu/": ["About ", ["collectionName"]], - "rrvbCi": ["网络错误或执行智能合同失败。"], - "s8I4Nn": [ - "Please note: This Persona ", - ["0"], - " is the management account of above listed SmartPay ", - ["1", "plural", { "one": ["wallet"], "other": ["wallets"] }], - ". You cannot use SmartPay wallet to interact with blockchain after logging out persona." - ], - "sQJ3RN": ["最大优先费用在当前网络环境下过低。"], - "sQTDWu": ["Allow us to collect your usage information to help us improve Mask."], - "shPV5O": ["仅限本地身份或钱包"], - "siroPf": ["Mask Network"], - "smUkx/": ["当前的管理账户"], - "t+A5fr": ["Gas 价格必须大于 0。"], - "t/YqKh": ["移除"], - "t2prdI": ["找不到搜索结果。"], - "t3rUZr": ["Sign-in Request"], - "tCAZi9": ["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."], - "tIW5Jt": ["No matched tokens"], - "tOMnvw": [ - "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." - ], - "tPeNU7": ["此网络名称已存在"], - "tXkhj/": ["开始"], - "tbOs8j": ["Confirm Swap"], - "tcHpvG": ["更改管理账户"], - "tdZPpe": ["Generating your"], - "tfDRzk": ["保存"], - "thX7xs": [ - "The network with chain ID ", - ["formChainId"], - " may use a different currency symbol (", - ["0"], - ") than the one you have entered. Please check." - ], - "tiX/tO": ["Address: <0>", ["address"], ""], - "tj48De": ["连接社交账户"], - "u2OWVJ": ["断开连接失败。"], - "u8AUxz": ["Follow @", ["officialAccount"], " for Web3 updates and insights."], - "uJQLj9": ["点击这里连接您的钱包。您可以在此选择网络或更改您的钱包。"], - "uM6jnS": ["恢复失败"], - "uSMfoN": ["验证"], - "uip9JY": ["I wrote down those words in the correct order"], - "uv94aG": ["由用户添加"], - "uyJsf6": ["关于"], - "v7OL2k": ["Your Wallet is on "], - "vH2C/2": ["Swap"], - "vVEene": ["View your Tokens and NFTs"], - "vXIe7J": ["语言"], - "vXygio": ["没有足够可显示的数据"], - "vel6Z1": ["请求源"], - "vhqFTT": ["Can't find a valid user address data source."], - "w0e0yw": ["Gas limit 必须至少 ", ["0"]], - "w1ctdJ": ["加密贴文"], - "w9Xmw/": ["Google Drive"], - "wCtp6y": ["Your Wallet is on **ready 🚀**"], - "wNecg9": ["多笔交易请求 ", ["0"], "/ ", ["1"]], - "wNxsb2": ["Reject ", ["totalMessages"], " Transactions"], - "wUlAUI": ["<0>@", ["currentUserId"], " connected already."], - "wqppGn": ["Permissions List"], - "wvJOId": ["此ENS不存在或未被解析。"], - "wxfXhJ": ["Scam tx"], - "x0PhCN": ["Disconnected successfully."], - "xDAtGP": ["信息"], - "xEQZ4z": ["使用文本加密"], - "xFCCR4": ["Please enter the correct mnemonic words, private key, or upload the correct keystore file."], - "xGVfLh": ["继续"], - "xH6cn+": ["选择代币"], - "xPSvu3": ["<0>", ["websiteCount"], " ", ["0", "plural", { "one": ["Website"], "other": ["Websites"] }]], - "xeiujy": ["文本"], - "xmk880": [ - "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0>Global Backup " - ], - "xoKE3v": ["Disable Permit"], - "xopjBL": ["Please use your frequently used email or phone number for backup."], - "xsKkWN": ["Failed to get permission"], - "xupcu9": ["加速"], - "y49awp": ["设置 NFT 头像"], - "y5aRAa": ["请输入云备份密码以下载文件。"], - "y62Dys": ["Network fee"], - "y6VCOb": [["0"], " 分钟"], - "yC/GKd": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." - ], - "yD15Uj": ["您确定要删除此钱包吗?"], - "yFpcbN": ["This request may be a phishing attach. I understand this and want to continue."], - "yFrxQj": ["助记词"], - "yGyJ1l": [ - "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." - ], - "yKu/3Y": ["恢复"], - "yNu9vD": ["该钱包地址已经存在。"], - "yQE2r9": ["加载中"], - "yRuvmU": ["The mnemonic words has been copied, please keep it in a safe place."], - "yVnV6H": ["Please write down or copy these words and save them in a secure place."], - "yZhedI": ["Gas 费用设置"], - "yik0Qu": ["私钥"], - "ylXk9u": ["Encrypt the message in an image"], - "yx/fMc": ["高速"], - "yx3mb0": [ - [ - "decryptProgress", - "select", - { - "finding_post_key": [ - "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." - ], - "finding_person_public_key": ["Mask is looking for the public key of the author..."], - "other": ["Mask is decrypting..."] - } - ] - ], - "yz7wBu": ["关闭"], - "yzF66j": ["交易记录"], - "z9HeHt": ["Create a Privy Wallet"], - "zBUJYA": ["The approval for this contract will be revoked in case of the amount is 0."], - "zPar3e": ["收藏品"], - "zga9sT": ["好的"], - "zkEW09": [ - "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" - ], - "zp7Ha3": ["备份失败"], - "zutir1": ["Encrypting your "], - "zwBp5t": ["私密"], - "zxrGeO": ["Gas limit must be bigger than ", ["minGas"], "."], - "zzDlyQ": ["成功"] - } -} diff --git a/packages/mask/shared-ui/locale/zh-CN.po b/packages/mask/shared-ui/locale/zh-CN.po deleted file mode 100644 index c2b229591dc7..000000000000 --- a/packages/mask/shared-ui/locale/zh-CN.po +++ /dev/null @@ -1,3384 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-04-10 05:53\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/mask/shared-ui/locale/en-US.po\n" -"X-Crowdin-File-ID: 944\n" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "(the name is set by the web site)" -msgstr "" - -#. placeholder {0}: millisecondsToHours(value) -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "{0, plural, one {# Hour} other {# Hours}}" -msgstr "" - -#. placeholder {0}: decryptProgress || '' -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostAwaiting.tsx -msgid "{0, select, finding_post_key {Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you.} finding_person_public_key {Mask is looking for the public key of the author...} other {Mask is decrypting...}}" -msgstr "" - -#. placeholder {0}: formatTokenBalance(tokenBalance, token?.decimals) -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "{0} available" -msgstr "{0} 可用" - -#. placeholder {0}: wallet?.name || 'Your wallet' -#: popups/pages/Wallet/ConnectedSites/index.tsx -msgid "{0} is connected to these sites, they can view your account address." -msgstr "" - -#. placeholder {0}: millisecondsToMinutes(value) -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "{0} Mins" -msgstr "{0} 分钟" - -#. placeholder {0}: pendingTransactions.length -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "{0} Pending" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "{count, plural, one {# Wallet 🚀} other {# Wallets 🚀}}" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "{count, plural, one {You have recovered **# Wallet 🚀**} other {You have recovered **# Wallets 🚀**}}" -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostAwaiting.tsx -#~ msgid "{decryptProgress, select, finding_post_key {Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you.} finding_person_public_key {Mask is looking for the public key of the author...} other {Mask is decrypting...}}" -#~ msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "{shareWithNum, plural, one {1 friend} other {# friends}}" -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "{walletLength, plural, one {# Wallet} other {# Wallets}}" -msgstr "" - -#. placeholder {0}: websiteCount || 0 -#: popups/pages/Settings/index.tsx -msgid "<0>{websiteCount} {0, plural, one {Website} other {Websites}}" -msgstr "" - -#: popups/pages/Settings/index.tsx -#~ msgid "<0>{websiteCount} {websiteCount, plural, one {Website} other {Websites}}" -#~ msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "<0>@{currentUserId} connected already." -msgstr "" - -#. placeholder {0}: formatEthereumAddress(transaction.formattedTransaction.popup.spender, 4) -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "<0>Granted to <1>{0}" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." -msgstr "" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "<0>Powered by<1>Mask Network" -msgstr "" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "<0>Service Agreement and <1>Privacy Policy" -msgstr "" - -#: popups/components/TransactionPreview/index.tsx -msgid "<0>To: <1>{to}" -msgstr "" - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -msgid "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {encrypted} to send your first encrypted tweet." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "📃📃📃 Try to permanently use decentralized file storage on {sns}. Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "12-word recovery phrase is used to recover your persona data." -msgstr "请选择恢复备份的正确方法。" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "a token" -msgstr "代币" - -#: popups/pages/Settings/index.tsx -msgid "About" -msgstr "关于" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "About {collectionName}" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "About Permit" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Account connected.<0/><1/>Try to explore more features powered by Mask Network." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts -msgid "Account successfully connected to persona" -msgstr "尝试探索社交媒体上的 Web3 dApps 功能。" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "accounts" -#~ msgstr "" - -#: popups/pages/Wallet/components/WalletAssets/index.tsx -msgid "Activities" -msgstr "活动" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Activity Log" -msgstr "活动日志" - -#: popups/modals/SwitchPersonaModal/index.tsx -#: popups/pages/Friends/ContactCard/index.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -msgid "Add" -msgstr "添加" - -#: content-script/components/InjectedComponents/CommentBox.tsx -msgid "Add an encrypted comment..." -msgstr "" - -#: popups/pages/Wallet/AddToken/index.tsx -msgid "Add Assets" -msgstr "添加资产" - -#: popups/components/AddContactInputPanel/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Add Contact" -msgstr "添加联系人" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Add google Drive" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Wallet/NetworkManagement/index.tsx -msgid "Add Network" -msgstr "添加网络" - -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Add new address to an existing group" -msgstr "向现有组添加新地址" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Add Suggested Token" -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Add the file to Chrome's database" -msgstr "" - -#: popups/pages/Wallet/components/StartUp/index.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -#: popups/pages/Wallet/CreateWallet/index.tsx -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Add Wallet" -msgstr "添加钱包" - -#: popups/components/TokenPicker/TokenItem.tsx -#: popups/pages/Wallet/components/AssetsList/index.tsx -msgid "Added by user" -msgstr "由用户添加" - -#: popups/pages/Friends/ContactCard/index.tsx -msgid "Added successfully" -msgstr "添加成功" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." -msgstr "添加您的钱包将允许您通过Next.ID服务拥有、查看和使用您的数字身份。 请注意,您必须签名并认证交易,以证明您的钱包的所有权。" - -#: popups/modals/AddContactModal/index.tsx -msgid "Address" -msgstr "地址" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "Address: <0>{address}" -msgstr "" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." -msgstr "在连接和验证您的身份后,您可以设置相关的地址来显示您的 web3 足迹或接收打赏。" - -#: popups/pages/Personas/Logout/index.tsx -msgid "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." -msgstr "" - -#: dashboard/pages/SetupPersona/Permissions/index.tsx -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Agree" -msgstr "同意" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "All" -msgstr "所有人" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "All Mask Network users" -msgstr "" - -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Allow this site to switch the network?" -msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Allow us to collect your usage information to help us improve Mask." -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Amount" -msgstr "金额" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "an NFT" -msgstr "NFT" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Appearance" -msgstr "外观" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -#: popups/modals/UpdatePermissionModal/index.tsx -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Approve" -msgstr "授权" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Approve amount" -msgstr "已批准的金额" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Are you sure to overwrite the backups stored on Mask Cloud Service?" -#~ msgstr "" - -#. placeholder {0}: formatEthereumAddress(wallet.identity, 4) -#: popups/components/ConnectedWallet/index.tsx -msgid "Are you sure to remove the connected wallet <0>{0}?" -msgstr "" - -#: popups/modals/WalletRemoveModal/index.tsx -msgid "Are you sure to remove this wallet?" -msgstr "您确定要删除此钱包吗?" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Are you sure?" -msgstr "" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Are your sure you want to disconnect? You may lose part of functionalities of this website." -msgstr "" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Asset is hidden." -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "Associated Accounts" -msgstr "关联账户" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "At least 6 characters" -msgstr "至少6个字符" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Authorization Failed" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "Auto-lock" -msgstr "自动锁定" - -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "Auto-lock Time" -msgstr "自动锁定时间" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Avatar set successfully" -msgstr "新头像设置成功" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -#: popups/pages/Personas/AccountDetail/UI.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Back" -msgstr "返回" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#~ msgid "Back Up to Google Drive" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Back Up Your Data Your Way" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: popups/modals/SwitchPersonaModal/index.tsx -#: popups/pages/Personas/Logout/index.tsx -msgid "Backup" -msgstr "备份" - -#: popups/pages/Settings/index.tsx -msgid "Backup & Recovery" -msgstr "备份恢复" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Backup downloaded and merged to local successfully." -#~ msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup Failed" -msgstr "备份失败" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#~ msgid "Backup is saved to Mask Cloud Service." -#~ msgstr "" - -#. placeholder {0}: user.cloudBackupAt -#. placeholder {0}: user.localBackupAt -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Backup on {0}" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Backup password" -msgstr "备份密码" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Local.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Backup Password" -msgstr "备份密码" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." -msgstr "备份密码必须是 8-20 个字符,包括大写、小写、特殊字符和数字。" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Backup password set successfully" -msgstr "备份密码设置成功。" - -#: popups/modals/PersonaSettingModal/index.tsx -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Backup Persona" -msgstr "备份身份" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup Successful" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -msgid "Backup to Google Drive" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Backup to Mask Cloud Service" -#~ msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup to the Cloud" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx -msgid "Backup Wallet" -msgstr "备份钱包" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Balance" -msgstr "余额" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Base" -msgstr "基础信息" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Basic setting" -msgstr "基础设置" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Be aware, check the token before adding it." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Block Explorer URL" -msgstr "区块浏览器(可选)" - -#: popups/pages/Trader/Header.tsx -msgid "Bridge" -msgstr "" - -#: content-script/site-adaptors/twitter.com/injection/ToolboxHint_UI.tsx -msgid "Browse the Web3 footprints of your X friends, enjoy the freedom of Web3." -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Browser File" -msgstr "浏览文件" - -#: dashboard/pages/SetupPersona/Permissions/index.tsx -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy." -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "By granting permission, you are allowing the following <0/> contract to access your funds" -msgstr "" - -#: popups/components/UnlockERC721Token/index.tsx -msgid "By granting permission, you are allowing the following <0/> contract to access your NFTs." -msgstr "" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "By proceeding you agree to the" -msgstr "继续执行表示您同意" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Can't find a valid user address data source." -msgstr "" - -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/modals/ConfirmModal/index.tsx -#: dashboard/pages/SetupPersona/Permissions/index.tsx -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/DeleteContactModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/GasSettingModal/index.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Personas/PersonaSignRequest/index.tsx -#: popups/pages/RequestPermission/RequestPermission.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Wallet/Interaction/interaction.tsx -#: popups/pages/Wallet/ResetWallet/index.tsx -#: popups/pages/Wallet/SelectWallet/index.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Cancel" -msgstr "取消" - -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Cannot switch to a unknown network." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Chain ID" -msgstr "" - -#. placeholder {0}: currentNetwork?.chainId ?? currentChainId -#. placeholder {0}: nextNetwork?.chainId ?? nextChainId -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Chain ID: {0}" -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Change" -msgstr "切换" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Change another account and try again." -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Change Backup Password" -msgstr "修改备份密码" - -#: popups/pages/Wallet/WalletSettings/ChangeNetwork.tsx -msgid "Change Network" -msgstr "更改网络" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#: popups/pages/Wallet/WalletSettings/ChangeOwner.tsx -#~ msgid "Change Owner" -#~ msgstr "更改管理账户" - -#: popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx -#: popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx -msgid "Change Payment Password" -msgstr "修改支付密码" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Choose another wallet" -msgstr "切换钱包" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." -msgstr "" - -#: popups/modals/ChooseToken/index.tsx -msgid "Choose Token" -msgstr "选择代币" - -#: popups/pages/Wallet/components/OriginCard/index.tsx -msgid "Chrome - external extension" -msgstr "" - -#: content-script/components/InjectedComponents/PostDialogHint.tsx -msgid "Click here to have a quick start." -msgstr "点击这里快速开始。" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Click on <0/> at the top-right of your browser." -msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Click on the down-arrow to see the private key." -msgstr "" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Close" -msgstr "关闭" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: dashboard/pages/SetupPersona/Backup/index.tsx -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Cloud Backup" -msgstr "云端备份" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Collectible" -msgstr "收藏品" - -#: popups/components/NFTAvatarPicker/index.tsx -#~ msgid "Coming soon" -#~ msgstr "即将上线" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Completed" -msgstr "已完成" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: dashboard/modals/ConfirmModal/index.tsx -#: popups/components/NFTAvatarPicker/index.tsx -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/modals/ConfirmModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/PersonaRenameModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/modals/ShowPrivateKeyModal/index.tsx -#: popups/modals/WalletAutoLockSettingModal/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -#: popups/pages/Wallet/Interaction/interaction.tsx -#: popups/pages/Wallet/ResetWallet/index.tsx -#: popups/pages/Wallet/SelectWallet/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -#: popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx -msgid "Confirm" -msgstr "确认" - -#: popups/pages/Trader/Header.tsx -msgid "Confirm Bridge" -msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Confirm Password" -msgstr "确认密码" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Confirm Payment Password" -msgstr "再次输入支付密码" - -#: popups/pages/Trader/Header.tsx -msgid "Confirm Swap" -msgstr "" - -#. placeholder {0}: asset.symbol -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Confirm to hide {0}? You can redisplay it by re-adding this token at any time." -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Confirm to hide {name}? You can redisplay it by re-adding this NFT at any time." -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Congratulations" -msgstr "恭喜您!" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: popups/components/ConnectedWallet/index.tsx -#: popups/components/SocialAccounts/index.tsx -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect" -msgstr "连接" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Connect and switch between your wallets." -msgstr "点击这里连接您的钱包。您可以在此选择网络或更改您的钱包。" - -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect Mask Network Account using your wallet." -msgstr "使用您的钱包连接Mask Network账户。" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Connect Persona" -msgstr "连接身份" - -#: popups/modals/ConnectSocialAccountModal/index.tsx -msgid "Connect Social Account" -msgstr "连接社交账户" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Connect Wallet" -msgstr "连接钱包" - -#: popups/pages/Wallet/Interaction/AddChainRequest.tsx -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Connect with Mask Wallet" -msgstr "" - -#: popups/components/SocialAccounts/index.tsx -msgid "Connect your social platform accounts." -msgstr "连接您的社交媒体帐户。" - -#: content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect your wallet" -msgstr "连接您的钱包" - -#: popups/pages/Wallet/components/WalletHeader/UI.tsx -msgid "Connected" -msgstr "" - -#. placeholder {0}: currentPersona?.nickname -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Connected {0} with {walletName}." -msgstr "" - -#: popups/pages/Wallet/ConnectedSites/index.tsx -#: popups/pages/Wallet/WalletSettings/ConnectedOrigins.tsx -msgid "Connected sites" -msgstr "已连接的网站" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Connected successfully." -msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Connected Wallet" -msgstr "已连接的钱包" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Connecting operation cancelled in third-party wallet." -msgstr "第三方钱包中取消了连接操作。" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Connecting your {providerType} wallet" -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -msgid "Contact added." -msgstr "" - -#: popups/modals/DeleteContactModal/index.tsx -msgid "Contact deleted." -msgstr "" - -#: popups/modals/EditContactModal/index.tsx -msgid "Contact edited." -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -#: popups/pages/Friends/Home/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/WalletSettings/Contacts.tsx -msgid "Contacts" -msgstr "联系人" - -#: dashboard/components/Restore/RestoreFromMnemonic.tsx -#: dashboard/components/Restore/RestoreFromPrivateKey.tsx -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -#: dashboard/pages/SetupPersona/Recovery/Phrase.tsx -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Continue" -msgstr "继续" - -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -msgid "Contract" -msgstr "合约" - -#: popups/components/TransactionPreview/index.tsx -msgid "Contract Interaction" -msgstr "合约交互" - -#: popups/components/PrivateKeyDisplay/index.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Copied" -msgstr "已复制" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Copy" -msgstr "复制" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Copy image" -msgstr "复制图片" - -#: popups/components/PrivateKeyDisplay/index.tsx -msgid "Copy private key" -msgstr "复制私钥" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Copy text" -msgstr "复制文本" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Could not fetch chain ID. Is your RPC URL correct?" -msgstr "无法获取链 ID。您的 RPC URL 正确吗?" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Create" -msgstr "创建" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Create a New Wallet" -msgstr "创建新钱包" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Create a Privy Wallet" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Create a Privy wallet using an X account" -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Create New Mask Identity" -msgstr "创建新的 MASK 身份" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Create Password" -msgstr "设置密码" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Personas/Home/UI.tsx -msgid "Create Persona" -msgstr "创建身份" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Create your persona to get started" -msgstr "创建您的身份以开始" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Creating or retrieving your wallet with Privy. Please confirm on the X authorization page." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Creating your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Creating your " -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Creating your **identity**" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Creating your **wallet**" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Creation Completed" -msgstr "" - -#: popups/modals/ChooseCurrencyModal/index.tsx -#: popups/pages/Wallet/WalletSettings/ChangeCurrency.tsx -msgid "Currency" -msgstr "货币" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Currency Symbol (Optional)" -msgstr "货币符号(可选)" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Current account is not the verifying account." -msgstr "" - -#. placeholder {0}: formatWeiToGwei(gasOptions.normal.baseFeePerGas).toFixed(2, BigNumber.ROUND_UP) -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Current base fee is {0} Gwei" -msgstr "当前基础手续费是 {0} Gwei" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#~ msgid "Current Management Account" -#~ msgstr "当前的管理账户" - -#: popups/pages/Wallet/WalletSettings/index.tsx -#~ msgid "Current wallet (<0>{currentWallet}) is the management account of SmartPay wallet (<1>{other_wallets}).<2/>Deleting the current wallet will result in the deletion of the SmartPay wallet simultaneously." -#~ msgstr "" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -msgid "Custom" -msgstr "自定义" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Dark" -msgstr "深色" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "data" -#~ msgstr "" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Data" -msgstr "数据" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Data backed up successfully!" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Data correlation" -msgstr "数据关联" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Data merged from Mask Cloud Service to local successfully. Re-enter your password to encrypt and upload the new backup to Mask Cloud Service." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -msgid "Decrypt failed, please check password" -msgstr "备份解密失败,请检查密码" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. {encrypted}" -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "Decrypted by Mask Network" -msgstr "由Mask解密:" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Delete" -msgstr "删除" - -#: popups/modals/DeleteContactModal/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Delete Contact" -msgstr "删除联系人" - -#: popups/pages/Friends/Detail/index.tsx -msgid "Deleted successfully" -msgstr "成功删除" - -#: popups/components/TransactionPreview/index.tsx -msgid "Deploy Contract" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Description" -msgstr "描述" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "Disable Permit" -msgstr "" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnect" -msgstr "断开" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnect all accounts" -msgstr "断开所有社交账户" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnect failed." -msgstr "断开连接失败。" - -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnect Social Account?" -msgstr "断开社交账户?" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Disconnect Wallet?" -msgstr "断开钱包?" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnected successfully." -msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnected." -msgstr "" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "Display the following address on your Web3 profile page and use it to receive tips." -msgstr "在您的 Web3 个人资料页面上显示以下地址并使用它来接收打赏。" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Do you need to paste encrypted content manually?" -msgstr "您需要手动粘贴加密内容吗?" - -#. placeholder {0}: selectedAccount?.identifier.userId -#. placeholder {1}: currentPersona.nickname -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Do you want to remove the verified association between the X account @<0>{0} and {1}?" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Domain" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Don't forget to pin Mask Network in the browser toolbar to access Web3 easily." -msgstr "" - -#: popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx -msgid "Don't see your NFT?" -msgstr "找不到您的NFT?" - -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Done" -msgstr "完成" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -#: dashboard/components/GoogleDriveFileTable.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Download" -msgstr "下载" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Download backup" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Local.tsx -msgid "Download Backup" -msgstr "下载备份" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Downloading" -msgstr "正在下载" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Drag & Drop your file here" -msgstr "将您的文件拖放到此处" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "E-mail" -#~ msgstr "" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Edit" -msgstr "编辑" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Edit Contact" -msgstr "编辑联系人" - -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "eg: X accounts, persona public keys, wallet addresses or ENS" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Email" -msgstr "电子邮箱" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Email verification code" -msgstr "邮箱验证码" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Enable auto paste" -msgstr "启用自动粘贴" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -msgid "Enable the plugin" -msgstr "" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Encrypt" -msgstr "加密" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Encrypt the message in an image" -msgstr "" - -#: content-script/components/CompositionDialog/Composition.tsx -msgid "Encrypted Post" -msgstr "加密贴文" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Encrypting your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Encrypting your " -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Encrypting your **data**" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Encryption Method" -msgstr "加密方式" - -#: popups/components/AddContactInputPanel/index.tsx -msgid "Ens or Address(0x)" -msgstr "Ens或地址(0x)" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Enter a gas limit" -msgstr "输入Gas Limit" - -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Enter a gas price" -msgstr "输入 Gas 价格" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Enter a max fee" -msgstr "请输入Max fee" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Enter a max priority fee" -msgstr "请输入Max priority fee" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "Enter Max spend limit" -msgstr "输入最大支出限额" - -#: popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx -msgid "Enter Payment Password" -msgstr "输入支付密码" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Entered passwords are inconsistent." -msgstr "" - -#. placeholder {0}: rejection.message -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -msgid "Error: {0}" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Ethereum {HD_PATH_WITHOUT_INDEX_ETHEREUM}" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Everyone" -msgstr "任何用户可见" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Example: Alice" -msgstr "示例:Alice" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Trader/Header.tsx -msgid "Exchange" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -msgid "Experience in X" -msgstr "Twitter体验" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Explore multi-chain dApps." -msgstr "点击这里快速访问主要功能。" - -#: popups/modals/VerifyBackupPasswordModal/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Export" -msgstr "导出" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Failed" -msgstr "失败" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Failed to add the wallet, please try again." -msgstr "添加钱包失败,请重试。" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Failed to authorize Google Drive. Please try again." -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostFailed.tsx -msgid "Failed to decrypt." -msgstr "" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Failed to disconnect wallet" -msgstr "" - -#. placeholder {0}: (err as Error).message -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Failed to download and merge the backup: {0}" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Failed to download and merge the backup." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#~ msgid "Failed to get permission" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Failed to get permissions" -msgstr "" - -#: dashboard/components/GoogleDriveLogin.tsx -#~ msgid "Failed to login: {0}" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "Failed to restore the backup from Google Drive to your browser. Please try again." -msgstr "" - -#. placeholder {0}: (err as Error).message -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Failed to restore the backup: {0}" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Failed to save network" -msgstr "无法保存网络" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Failed to set Avatar." -msgstr "加载头像失败。" - -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Failed to transfer token: {message}" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "FAQ&Tutorial" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Feedback" -msgstr "问题反馈" - -#: dashboard/components/BackupPreview/index.tsx -msgid "File" -msgstr "文件" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Find Mask Network in the extension list and click the <0/> button." -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Floor price" -msgstr "地板价" - -#: content-script/components/CompositionDialog/useSubmit.ts -#~ msgid "Follow @{officialAccount} for Web3 updates and insights." -#~ msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Follow @masknetwork for Web3 updates and insights." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -msgid "Follow @masknetwork to explore Web3." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -#~ msgid "Follow @realMaskNetwork to explore Web3." -#~ msgstr "" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/modals/SelectLanguageModal/index.tsx -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Follow System" -msgstr "跟随系统" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Forgot payment password?" -msgstr "设置支付密码?" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "From" -msgstr "从" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "from <0>{fromAddress}" -msgstr "" - -#. placeholder {0}: transaction.formattedTransaction.popup.method -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Function: {0}" -msgstr "功能:{0}" - -#: popups/components/TransactionPreview/index.tsx -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -#: popups/modals/GasSettingModal/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Gas Fee" -msgstr "" - -#: popups/pages/Wallet/GasSetting/index.tsx -#: popups/pages/Wallet/GasSetting/index.tsx -msgid "Gas fee settings" -msgstr "Gas 费用设置" - -#: popups/pages/Wallet/GasSetting/index.tsx -msgid "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Gas Limit" -msgstr "Gas 限制" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Limit (Units)" -msgstr "Gas 限制(Gwei)" - -#. placeholder {0}: String(minGasLimit) -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Gas limit must be at least {0}" -msgstr "Gas limit 必须至少 {0}" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas limit must be bigger than {minGas}." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas limit must be smaller than {maxGas}." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Gas Price" -msgstr "Gas 价格" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Price (GWEI)" -msgstr "Gas 价格 (gwei)" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas price is too low and will cause the transaction fail" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas price should be greater than 0" -msgstr "Gas 价格必须大于 0。" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Used (Units)" -msgstr "所用 Gas (单位)" - -#: popups/pages/Settings/index.tsx -msgid "General" -msgstr "概况" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Generate a new persona" -msgstr "创建一个新的身份" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Generate a new wallet address" -msgstr "生成一个新的钱包地址" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Generating your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Generating your " -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Generating your **accounts**" -msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#~ msgid "Get permission failed" -#~ msgstr "" - -#. placeholder {0}: contract?.symbol || '' -#. placeholder {0}: token?.symbol || '' -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -msgid "Give permission to access <0/> your {0}?" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/index.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/index.tsx -msgid "Google Drive" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Got it" -msgstr "好的" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gwei" -msgstr "" - -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/hooks/useGasOptionsMenu.tsx -msgid "GWEI" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." -msgstr "" - -#: content-script/site-adaptors/twitter.com/injection/PostDialogHint.tsx -msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." -msgstr "" - -#: content-script/site-adaptors/twitter.com/injection/PostDialogHint.tsx -#~ msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @realMaskNetwork to explore Web3." -#~ msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Hi friends, I just created {token} Lucky Drop. Download Mask.io to claim." -msgstr "" - -#. placeholder {0}: asset.symbol -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Hide {0}" -msgstr "隐藏 {0}" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Hide {name}" -msgstr "" - -#: popups/components/MnemonicDisplay/index.tsx -msgid "Hide mnemonic words" -msgstr "" - -#: popups/pages/Wallet/components/AssetsList/MoreBar.tsx -msgid "Hide tokens with value less than $1" -msgstr "隐藏价值小于 $1 的代币" - -#: popups/pages/Wallet/WalletSettings/HidingScamTx.tsx -msgid "Hiding Scam Transactions" -msgstr "隐藏Scam 交易" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "High" -msgstr "高速" - -#: popups/pages/Trader/Header.tsx -msgid "History" -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "I wrote down those words in the correct order" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "identity" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Identity ID" -msgstr "身份助记词" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Image" -msgstr "图片" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Image copied!" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Import" -msgstr "导入" - -#: popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx -msgid "Import NFT" -msgstr "导入 NFT" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Import Wallet" -msgstr "导入钱包" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Import Wallets" -msgstr "导入钱包" - -#: popups/components/WalletItem/index.tsx -msgid "Imported" -msgstr "已导入" - -#: popups/modals/WalletGroupModal/index.tsx -msgid "Imported Wallets" -msgstr "导入钱包" - -#: dashboard/hooks/useBackupFormState.ts -msgid "Incorrect Backup Password" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Incorrect backup password." -msgstr "密码不正确。" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Incorrect Backup Password." -msgstr "备份密码错误。" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Incorrect cloud backup password, please try again." -msgstr "云备份密码不正确,请重试。" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Incorrect Keystore Password." -msgstr "Keystore 密码不正确。" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Incorrect Mnemonic Words." -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Incorrect password" -msgstr "密码不正确" - -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Local.tsx -msgid "Incorrect Password" -msgstr "密码不正确" - -#: popups/pages/Personas/Logout/index.tsx -#~ msgid "Incorrect payment password." -#~ msgstr "支付密码错误。" - -#: popups/modals/ShowPrivateKeyModal/index.tsx -#: popups/modals/WalletRemoveModal/index.tsx -msgid "Incorrect Payment Password." -msgstr "支付密码错误。" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -msgid "Incorrect Private Key" -msgstr "私钥不正确" - -#: dashboard/pages/SetupPersona/Recovery/Phrase.tsx -msgid "Incorrect recovery phrase." -msgstr "助记词不正确。" - -#: popups/hooks/useContactsContext.ts -#: popups/modals/AddContactModal/index.tsx -msgid "Incorrect wallet address." -msgstr "无效钱包地址。" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Incorrect words selected. Please try again!" -msgstr "" - -#: dashboard/components/Restore/RestoreFromPrivateKey.tsx -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -msgid "Input your Private Key" -msgstr "输入您的私钥" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -msgid "Instant" -msgstr "即时" - -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Insufficient funds for gas." -msgstr "Gas 不足。" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid Block Explorer URL." -msgstr "无效的块浏览器URL。" - -#: dashboard/pages/SetupPersona/Backup/Cloud/EmailForm.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#~ msgid "Invalid email address format." -#~ msgstr "邮箱地址不正确。" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Invalid email address." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid number" -msgstr "数字无效" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#~ msgid "Invalid phone number, please check and try again." -#~ msgstr "无效的电话号码,请检查并重试。" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid RPC URL." -msgstr "无效 RPC URL 。" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Invalid verification code." -msgstr "验证码错误。" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Issued at" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Just Me" -msgstr "仅自己可见" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Just Selected Contacts" -msgstr "仅选定的联系人可见" - -#: popups/pages/Wallet/components/StartUp/index.tsx -#~ msgid "Keep your transactions and assets safe with Mask Wallet." -#~ msgstr "使用 Mask 钱包来保证您的交易和资产安全。" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Kept safely" -msgstr "确认保存" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Keystore" -msgstr "密钥库" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -msgid "Keystore password" -msgstr "Keystore密码" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Lack of number, letter or special character." -msgstr "缺少数字、字母或特殊字符。" - -#: popups/pages/Settings/index.tsx -msgid "Language" -msgstr "语言" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Light" -msgstr "浅色" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Likely in < {estimateSecond} seconds" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Link" -msgstr "交易记录" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Load failed" -msgstr "加载失败" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: popups/pages/Friends/Home/UI.tsx -msgid "Loading" -msgstr "加载中" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Loading account information..." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Local Backup" -msgstr "本地备份" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#~ msgid "Local persona or wallet only" -#~ msgstr "仅限本地身份或钱包" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Locale Backup" -msgstr "" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Lock Wallet" -msgstr "锁定钱包" - -#: popups/modals/PersonaSettingModal/index.tsx -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Personas/Logout/index.tsx -msgid "Log out" -msgstr "登出" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "Login to Mask Cloud" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "Logout" -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Logout failed" -msgstr "登出失败" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Logout successfully" -msgstr "退出成功" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Low" -msgstr "低" - -#: popups/modals/ChooseNetworkModal/index.tsx -#: popups/pages/Wallet/NetworkManagement/index.tsx -msgid "Manage Network" -msgstr "管理网络" - -#: popups/modals/SupportedSitesModal/index.tsx -msgid "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." -msgstr "" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Mask needs the following permissions" -msgstr "Mask Network需要以下权限" - -#: content-script/components/InjectedComponents/PostDialogHint.tsx -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Mask Network" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Mask Network Cloud" -msgstr "" - -#: content-script/components/InjectedComponents/PermissionBoundary.tsx -msgid "Mask Network requires you to authorize the following websites before using it." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -#~ msgid "masknetwork" -#~ msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Max" -msgstr "最大" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max Fee" -msgstr "最大费用" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Max Fee (GWEI)" -msgstr "最大手续费 (GWEI)" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee cannot be lower than max priority fee" -msgstr "Max fee 不能低于 Max priority fee" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee is higher than necessary" -msgstr "Max fee 高于必要值" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee is too low for network conditions." -msgstr "Max fee 在当前网络环境下过低" - -#. placeholder {0}: formatWeiToGwei(miniumMaxFeePerGas).toFixed(2, BigNumber.ROUND_UP) -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max fee should be greater than base fee of {0} Gwei." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max Priority Fee" -msgstr "最大优先费" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee is higher than necessary. You may pay more than needed." -msgstr "Max priority fee过高。您或许支付了超过需要的费用。" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max priority fee is too high for network conditions." -msgstr "最大优先费用在当前网络环境下过高。" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee is too low for network conditions" -msgstr "Max priority fee 在当前网络环境下过低" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max priority fee is too low for network conditions." -msgstr "最大优先费用在当前网络环境下过低。" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee must be greater than 0 GWEI" -msgstr "Max priority fee必须大于 0 GWEI" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Medium" -msgstr "中等" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Merge Completed" -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Merge data to local database" -msgstr "合并数据到本地数据库" - -#: dashboard/components/GoogleDriveFileTable.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Merge to Browser" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Merge to local" -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Message" -msgstr "信息" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Mnemonic" -msgstr "助记词" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "Mnemonic word" -msgstr "助记词" - -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#~ msgid "Mobile" -#~ msgstr "手机" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#~ msgid "Mobile number" -#~ msgstr "手机号码" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#~ msgid "Mobile verification code" -#~ msgstr "手机验证码" - -#. placeholder {0}: String(currentMessageIndex + 1) -#. placeholder {1}: String(totalMessages) -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Multiple transaction requests {0} / {1}" -msgstr "多笔交易请求 {0}/ {1}" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "My Wallets" -msgstr "钱包" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "N/A" -msgstr "没有" - -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Name" -msgstr "名称" - -#: popups/components/TokenPicker/index.tsx -msgid "Name or Contract address e.g. USDC or 0x234..." -msgstr "" - -#: popups/modals/ChooseNetworkModal/index.tsx -msgid "Network" -msgstr "网络" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network added" -msgstr "" - -#: popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx -msgid "Network error or execute smart contract failed." -msgstr "网络错误或执行智能合同失败。" - -#: popups/pages/Trader/Header.tsx -msgid "Network fee" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network Name" -msgstr "网络名称" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network removed." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network saved" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Never share 12-word secret mnemonic with anyone!" -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Never share the 12-word secret mnemonic words with anyone!" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "New password" -msgstr "新密码" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "New password cannot be the same as your current password." -msgstr "新密码与当前密码不可相同。" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "New Payment Password" -msgstr "新支付密码" - -#: content-script/components/GuideStep/index.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Next" -msgstr "下一步" - -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Next.ID" -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Wallet/AddToken/index.tsx -#: popups/pages/Wallet/components/WalletAssets/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -msgid "NFTs" -msgstr "" - -#: popups/pages/Wallet/AddToken/index.tsx -msgid "NFTs added" -msgstr "" - -#: popups/pages/Friends/Detail/UI.tsx -msgid "No associated accounts" -msgstr "无关联账号" - -#: popups/components/WalletSettingList/index.tsx -msgid "No associated wallet. <0>Add Wallet." -msgstr "" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "No back up" -msgstr "没有备份" - -#: dashboard/components/GoogleDriveFileTable.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "No backups found" -msgstr "没有发现备份" - -#: popups/pages/Friends/Contacts/index.tsx -msgid "No contacts stored locally, you can try searching." -msgstr "" - -#: popups/pages/Wallet/components/ActivityList/index.tsx -msgid "No Data" -msgstr "暂无数据" - -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "No friends are stored locally, please try search one." -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "No local key" -msgstr "缺失本地密钥" - -#: popups/components/TokenPicker/index.tsx -msgid "No matched tokens" -msgstr "" - -#: popups/components/NFTAvatarPicker/CollectionList.tsx -msgid "No NFTs found." -msgstr "没有找到任何NFT。" - -#: content-script/components/shared/SelectRecipients/SelectRecipients.tsx -msgid "No results" -msgstr "没有任何结果。" - -#: popups/pages/Friends/SearchList/index.tsx -msgid "No search results" -msgstr "找不到搜索结果。" - -#: popups/pages/Wallet/ConnectedSites/index.tsx -msgid "No websites connected to this wallet" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Nonce" -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Not connected" -msgstr "未连接" - -#: popups/pages/Wallet/components/WalletHeader/UI.tsx -msgid "Not Connected" -msgstr "" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Not enough data to present." -msgstr "没有足够可显示的数据" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Not found your {providerType} wallet" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Not set" -msgstr "未设置" - -#: popups/components/NFTAvatarPicker/CollectionList.tsx -msgid "Not supported yet." -msgstr "" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." -msgstr "注意:如果您使用最后一次导入中的助记词,您可以恢复来自该助记词句的钱包。" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "OK" -msgstr "好的" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "Okay" -msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "Old Payment Password" -msgstr "原支付密码" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "Only visible to yourself" -msgstr "只对您可见" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Open in a new tab" -msgstr "在新分页中打开" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Open Mask Wallet" -msgstr "打开一个钱包" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Or" -msgstr "或" - -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Or create a new wallet group" -msgstr "或者创建一个新的钱包组" - -#. placeholder {0}: author.userId -#: content-script/components/InjectedComponents/DecryptedPost/authorDifferentMessage.tsx -msgid "Originally posted by {0}" -msgstr "最初发布于 {0}" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Overwrite Backup" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Overwrite current backup" -#~ msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Password" -msgstr "密码" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Paste manually" -msgstr "手动粘贴" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Local.tsx -#: popups/modals/ShowPrivateKeyModal/index.tsx -#: popups/modals/WalletRemoveModal/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Payment Password" -msgstr "支付密码" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "Payment password changed." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/pages/Wallet/hooks/usePasswordForm.ts -#: popups/pages/Wallet/hooks/usePasswordForm.ts -msgid "Payment password must be 6 to 20 characters." -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Payment password set." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Payment Password should be between 6 and 20 characters." -msgstr "支付密码应该介于 6 到 20 个字符之间。" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Payment password stored locally and you could try as many as you want to unlock your wallet." -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Pending" -msgstr "待定" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Permissions" -msgstr "许可权限" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Permissions List" -msgstr "" - -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Persona" -msgstr "身份" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Persona already exists." -msgstr "该身份已存在。" - -#: dashboard/pages/SignUp/steps/PersonaRecovery.tsx -msgid "Persona created." -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Persona Name" -msgstr "身份名称" - -#: popups/modals/PersonaRenameModal/index.tsx -msgid "Persona name must between 1 to 24 characters." -msgstr "身份名称必须介于 1 到 24 个字符之间。" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Persona Recovery Phrase" -msgstr "您的恢复口令" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Persona required." -msgstr "必须拥有身份" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Persona: {personaName}" -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "Personas" -msgstr "身份" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#~ msgid "Phone verification code" -#~ msgstr "验证码" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -msgid "Pin Mask Network to the toolbar for easier access:" -msgstr "将 Mask Network 固定到工具栏以便更容易访问:" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Pinned successfully." -msgstr "固定成功。" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -#: content-script/site-adaptors/facebook.com/injection/Composition.tsx -msgid "Please click the \"Post\" button to open the compose dialog." -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Please copy the following text and image (if there is one) and publish it." -msgstr "" - -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Please enter backup password to export persona private key." -msgstr "请输入导出个人私钥的备份密码。" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Please enter cloud backup password to download file." -msgstr "请输入云备份密码以下载文件。" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Please enter the correct mnemonic words, private key, or upload the correct keystore file." -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Please enter your backup password." -msgstr "输入您的密码" - -#: popups/pages/Personas/Logout/index.tsx -#~ msgid "Please enter your payment password." -#~ msgstr "请输入密码。" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Please install your metamask wallet and set up your first wallet." -msgstr "请安装您的 metamask 钱包并设置您的第一个钱包。" - -#: popups/pages/Personas/Logout/index.tsx -#~ msgid "Please note: This Persona {0} is the management account of above listed SmartPay {1, plural, one {wallet} other {wallets}}. You cannot use SmartPay wallet to interact with blockchain after logging out persona." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Please select the appropriate method to restore your personal data." -msgstr "请选择合适的方法来恢复个人数据。" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Please select the correct words in the correct order." -msgstr "" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Please set the backup password to back up" -msgstr "请设置备份密码" - -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Please set up backup password to export private key." -msgstr "请在导出私钥之前设置您的备份密码。" - -#: popups/modals/WalletAutoLockSettingModal/index.tsx -msgid "Please set up the amount of time before we automatically lock your wallet." -msgstr "请在自动锁定您的钱包之前设置时间。" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Please sign up or login {siteName} to connect Mask Network." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Please switch to <0>@{expectAccount} to continue the account verification progress." -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "Please use your frequently used email or phone number for backup." -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Please write down or copy these words and save them in a secure place." -msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Please write down the following words in correct order. Keep it safe and do not share with anyone!" -msgstr "请按正确顺序写下以下单词。保证安全,不与任何人分享!" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Plugins" -msgstr "插件" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Post content:" -msgstr "发布内容:" - -#: content-script/components/InjectedComponents/ProfileCard/index.tsx -msgid "Powered by <0>Mask Network" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Previous" -msgstr "上一页" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Priority Fee (GWEI)" -msgstr "优先费用 (GWEI)" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Priority fee should be greater than 0." -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Privacy Policy" -msgstr "隐私政策" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Private" -msgstr "私密" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Private Key" -msgstr "私钥" - -#: popups/modals/PersonaSettingModal/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Profile Photo" -msgstr "个人头像" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Properties" -msgstr "属性" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Public Key: <0>{publicKey}" -msgstr "" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Trader/Header.tsx -msgid "Quote Route" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Re-enter" -msgstr "重新输入" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "ready 🚀" -#~ msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -#~ msgid "realMaskNetwork" -#~ msgstr "" - -#: popups/pages/Wallet/components/ActionGroup/index.tsx -#: popups/pages/Wallet/Receive/index.tsx -msgid "Receive" -msgstr "接收" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "Recover" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Recover your data" -msgstr "恢复数据" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Recover your wallet" -msgstr "恢复钱包" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: popups/modals/SwitchPersonaModal/index.tsx -msgid "Recovery" -msgstr "恢复" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Recovery Phrase" -msgstr "身份助记词" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Refresh" -msgstr "刷新" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Reject {totalMessages} Transactions" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Reload" -msgstr "重新加载" - -#: popups/modals/WalletRemoveModal/index.tsx -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Remove" -msgstr "移除" - -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Remove Wallet" -msgstr "移除钱包" - -#: popups/pages/Wallet/WalletSettings/index.tsx -#~ msgid "Remove Wallet?" -#~ msgstr "移除钱包?" - -#: popups/modals/PersonaRenameModal/index.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -#: popups/pages/Wallet/WalletSettings/Rename.tsx -#: popups/pages/Wallet/WalletSettings/Rename.tsx -msgid "Rename" -msgstr "重命名" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request ID" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request is valid not after" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request is valid not before" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request Source" -msgstr "请求源" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Reselect" -msgstr "重新选择" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Resend" -msgstr "重新发送" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Reset Wallet" -msgstr "重置钱包" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Resource" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Restore" -msgstr "恢复" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Restore backup failed." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Restore Completed" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Restore Database" -msgstr "恢复数据库" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#~ msgid "Restore failed" -#~ msgstr "恢复失败" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Restore Failed" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Restore from a previous database backup" -msgstr "从以前的数据库备份恢复" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Restore or Login" -msgstr "恢复身份" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Retry" -msgstr "重试" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "RPC URL" -msgstr "" - -#: popups/components/AddContactInputPanel/index.tsx -msgid "Save" -msgstr "保存" - -#: popups/pages/Personas/AccountDetail/index.tsx -#~ msgid "Save failed" -#~ msgstr "保存失败" - -#: popups/pages/Personas/AccountDetail/index.tsx -#~ msgid "Saved" -#~ msgstr "" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "Scam tx" -msgstr "" - -#: popups/pages/Wallet/Receive/index.tsx -msgid "Scan QR code to receive payment" -msgstr "扫描二维码以接收付款" - -#: popups/pages/Personas/WalletConnect/index.tsx -msgid "Scan QR code with WalletConnect-compatible wallet" -msgstr "" - -#: popups/pages/Friends/Search/index.tsx -msgid "Search Next.ID, X, Lens, ENS or Address" -msgstr "" - -#: popups/pages/Trader/useImplementRuntime.tsx -msgid "Select" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Select Address" -msgstr "选择地址" - -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "Select All" -msgstr "全选" - -#: popups/modals/SelectProviderModal/index.tsx -msgid "Select and Connect to your wallet" -msgstr "选择并连接到你的钱包" - -#: popups/modals/SelectLanguageModal/index.tsx -msgid "Select language" -msgstr "选择语言" - -#: popups/pages/Trader/Header.tsx -msgid "Select Liquidity" -msgstr "" - -#: dashboard/pages/SetupPersona/LocalBackup/index.tsx -#~ msgid "Select the contents of the backup" -#~ msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "Select the wallet(s) to use on this site. You should not connect to website you don't trust." -msgstr "" - -#: popups/pages/Wallet/SelectWallet/index.tsx -msgid "Select Wallet" -msgstr "选择钱包" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -#: popups/components/TransactionPreview/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/components/ActionGroup/index.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -msgid "Send" -msgstr "发送" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Sent verification post successfully." -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Service Agreement" -msgstr "服务协议" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#~ msgid "Set a New Management Account" -#~ msgstr "设置新的管理账户" - -#: content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx -msgid "Set NFT Photo" -msgstr "设置 NFT 头像" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Set Payment Password" -msgstr "设置支付密码" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Set payment password successfully." -msgstr "设置支付密码成功。" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Set Your Payment Password" -msgstr "设置支付密码" - -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Set Your Persona Name" -msgstr "设置您的角色名称" - -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Set your persona name with maximum length of 24 characters" -msgstr "设置您的身份名称,最大长度为24个字符" - -#: popups/pages/Settings/index.tsx -msgid "Settings" -msgstr "设置" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "Share with" -msgstr "分享与" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Show me how" -msgstr "教我怎么做" - -#: popups/pages/Wallet/components/AssetsList/MoreBar.tsx -msgid "Show tokens with value less than $1" -msgstr "显示价值小于$1 的代币" - -#: popups/pages/Personas/ConnectWallet/index.tsx -#: popups/pages/Personas/PersonaSignRequest/index.tsx -#: popups/pages/Wallet/Interaction/WalletSignRequest.tsx -msgid "Sign" -msgstr "签名" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#~ msgid "Sign Up" -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Sign-in Request" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signature Request" -msgstr "签名请求" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Signing ..." -msgstr "正在签名..." - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signing Message (Raw)" -msgstr "签名消息 (十六进制)" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signing Message (Text)" -msgstr "消息签名" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." -msgstr "" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Sites" -msgstr "站点" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Size limit: 10 MB" -msgstr "" - -#: content-script/components/GuideStep/index.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Skip" -msgstr "跳过" - -#: popups/pages/Trader/Header.tsx -msgid "Slippage" -msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/Home/UI.tsx -msgid "Social Account" -msgstr "社交账户" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Sorry, signature failed! Please try signing again." -msgstr "对不起,签名失败!请再试一次。" - -#: popups/modals/GasSettingModal/index.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Speed Up" -msgstr "加速" - -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -msgid "Spend limit requested by" -msgstr "支出限额请求者" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Spend more transaction fees to cancel the previous transaction." -msgstr "花费更多的交易费用来取消以前的交易。" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Start" -msgstr "开始" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "status" -msgstr "状态" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Step {step}/{step}" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Step {step}/{totalSteps}" -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Step 1/2" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Step 1/3" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Step 2/2" -msgstr "" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Success" -msgstr "成功" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "Suggest to send transactions and sign messages" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Support" -msgstr "支持" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Support Identity code, private key, local backups or cloud backups to access your personal data." -msgstr "支持身份代码、私钥、本地备份或云备份以访问您的个人数据。" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Support mnemonic phrase, private key or keystore file." -msgstr "" - -#: popups/modals/SupportedSitesModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Supported Sites" -msgstr "所支持的网站" - -#: popups/pages/Wallet/components/StartUp/index.tsx -msgid "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." -msgstr "" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Wallet/components/ActionGroup/index.tsx -msgid "Swap" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Switch other account" -msgstr "切换帐号" - -#: popups/modals/SwitchPersonaModal/index.tsx -msgid "Switch Persona" -msgstr "切换 Persona" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -msgid "Switch to other accounts" -msgstr "" - -#: popups/components/MnemonicDisplay/index.tsx -msgid "Tap to view the mnemonic words <0/> Make sure no one is looking at your screen" -msgstr "" - -#: popups/components/PrivateKeyDisplay/index.tsx -msgid "Tap to view the private key <0/> Make sure no one is looking at your screen" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Text" -msgstr "文本" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Text copied!" -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "The approval for this contract will be revoked in case of the amount is 0." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "The chainID is not equal to the currently connected one." -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#~ msgid "The code is incorrect." -#~ msgstr "验证码不正确" - -#: dashboard/utils/api.ts -msgid "The download link is expired" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#~ msgid "The Mask Network Cloud Backup feature will be deactivated on April 30, 2025. Please use alternative cloud backup services or local backup solutions." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#~ msgid "The Mask Network Cloud Backup feature will be deactivated on Jun 30, 2025. Please use alternative cloud backup services or local backup solutions." -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "The mnemonic word has been copied, please keep it in a safe place." -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "The mnemonic words has been copied, please keep it in a safe place." -msgstr "" - -#. placeholder {0}: match.nativeCurrency.symbol -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -msgid "The network with chain ID {formChainId} may use a different currency symbol ({0}) than the one you have entered. Please check." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -#~ msgid "The network with chain ID {formChainId} may use a different currency symbol ({1}) than the one you have entered. Please check." -#~ msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "The new passwords don't match" -msgstr "新密码不匹配" - -#. placeholder {0}: profile.identifier.userId -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is connected to the account @${0}." -msgstr "" - -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is connected to the following accounts: {list}" -msgstr "" - -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is not connected to any accounts." -msgstr "" - -#: popups/modals/PersonaRenameModal/index.tsx -msgid "The persona name already exists." -msgstr "此身份名称已存在" - -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#~ msgid "The phone number is incorrect." -#~ msgstr "此手机号码不正确。" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "The RPC URL you have entered returned a different chain ID ({rpcChainId}). Please update the Chain ID to match the RPC URL of the network you are trying to add." -msgstr "" - -#. placeholder {0}: format(localTransaction.updatedAt, "HH:mm 'on' M/dd/yyyy") -#: popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts -msgid "The transaction was complete and has been recorded on blockchain at {0}" -msgstr "" - -#. placeholder {0}: format(localTransaction.createdAt, "HH:mm 'on' M/dd/yyyy") -#: popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts -msgid "The transaction was confirmed at {0}" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -msgid "The wallet address already exists." -msgstr "该钱包地址已经存在。" - -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -msgid "The wallet name already exists." -msgstr "该钱包名称已经存在。" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "The web site can" -msgstr "" - -#. placeholder {0}: message.domain -#: popups/components/SignRequestInfo/index.tsx -msgid "The website ({messageOrigin}) is asking you to sign in to another domain ({0}). This may be a phishing attack." -msgstr "" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "There was a network or RPC provider error, please try again later!" -msgstr "网络或RPC提供方出现错误,请稍后再试 !" - -#: popups/hooks/useContactsContext.ts -msgid "This address is a contract address." -msgstr "此地址是合同地址。" - -#: popups/hooks/useContactsContext.ts -msgid "This address may be a scam address." -msgstr "此地址可能是欺诈地址。" - -#. placeholder {0}: String(token?.symbol) -#: popups/components/UnlockERC20Token/index.tsx -msgid "This allows the third party to spend {value} {0} from your current balance." -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." -msgstr "这允许第三方使用您所有的代币余额,直到达到上限或您取消支出上限为止。 如果不打算这样做,则考虑设定较低的支出上限。" - -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -#~ msgid "This Chain ID is currently used by the {0} network." -#~ msgstr "" - -#. placeholder {0}: duplicated.name -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -msgid "This Chain ID is currently used by the {0} network. " -msgstr "" - -#: popups/hooks/useContactsContext.ts -msgid "This ENS does not exist or not be resolved." -msgstr "此ENS不存在或未被解析。" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " -msgstr "" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -#~ msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0>Global Backup " -#~ msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." -msgstr "此 JSON 文件使用您当前的支付密码加密。导入此钱包时解密需要相同的密码。" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This message contains a invalid EIP-4361 message. It is better to reject this request." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "This network name already exists" -msgstr "此网络名称已存在" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "This QR includes your identity, please keep it safely." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "This QR includes your mnemonic words, please keep it safely." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This request has been expired." -msgstr "" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "This request may be a phishing attach. I understand this and want to continue." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This request should only be sign in the future." -msgstr "" - -#. placeholder {0}: network.name -#: popups/pages/Wallet/EditNetwork/network-schema.ts -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "This RPC URL is currently used by the {0} network" -msgstr "RPC URL已经被{0} 网络使用" - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -msgid "This tweet is encrypted with #mask_io (@masknetwork). 📪🔑" -msgstr "" - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -#~ msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" -#~ msgstr "" - -#. placeholder {0}: String(currentPersona?.nickname) -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "This wallet is connected to current persona {0}." -msgstr "钱包已经链接到当前的身份{0}。" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "This will overwrite the existing cloud backup with the local data, this cannot be undo." -msgstr "" - -#: popups/components/AddContactInputPanel/index.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "To" -msgstr "至" - -#. placeholder {0}: formatDomainName(domain) -#. placeholder {0}: formatEthereumAddress(toAddress, 4) -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "to {0}" -msgstr "至: {0}" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "to <0>{toAddress}" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "To verify your X account and record it on the NextID, please send this post for the verification." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "To verify your X account and record it on the NextID, you will need to send a post for the verification." -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token" -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token Address" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Token now is hidden." -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token Value" -msgstr "" - -#: popups/pages/Wallet/AddToken/index.tsx -#: popups/pages/Wallet/components/WalletAssets/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -msgid "Tokens" -msgstr "代币" - -#: popups/pages/Trader/Header.tsx -msgid "Trading Route" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Transaction Details" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Transaction Fee" -msgstr "交易费" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Transaction Hash" -msgstr "交易哈希" - -#: content-script/components/GuideStep/index.tsx -msgid "Try" -msgstr "试一下" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Trying exploring more features powered by Mask Network." -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "Two entered passwords are different." -msgstr "" - -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/pages/Wallet/hooks/usePasswordForm.ts -msgid "Two entered passwords are not the same." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Unknown EIP-4361 message version." -msgstr "" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Unlock" -msgstr "解锁" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Unpacking" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Unsupported data backup" -msgstr "不支持的数据备份格式" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -msgid "Unsupported key store data" -msgstr "不支持的密钥存储数据" - -#: popups/pages/Wallet/SelectWallet/index.tsx -msgid "Unsupported network type" -msgstr "不支持的网络类型" - -#: dashboard/pages/SetupPersona/Permissions/index.tsx -msgid "Update permission for X.com" -msgstr "" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Update X.com Permissions" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Upload backup" -msgstr "上传备份" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Uploading" -msgstr "正在上传" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "URLs require the appropriate HTTPS prefix." -msgstr "URL要求合适的 HTTPS 前缀。" - -#: content-script/site-adaptors/instagram.com/injection/NFT/ProfileNFTAvatar.tsx -msgid "Use NFT" -msgstr "设置 NFT 头像" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Use Persona to encrypt and decrypt social media posts & messages." -msgstr "使用 Persona 来加密和解密社交媒体帖子和消息。" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Use text encryption" -msgstr "使用文本加密" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "value" -msgstr "价值" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Verification code has been sent to your email. Please check your mailbox." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#~ msgid "Verification code has been sent to your phone." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/EmailForm.tsx -#~ msgid "Verification code sent" -#~ msgstr "验证码已发送" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Verify" -msgstr "验证" - -#: content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts -msgid "Verify Account" -msgstr "连接并验证成功。" - -#: popups/components/SignRequestInfo/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Version" -msgstr "" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "View full transaction details" -msgstr "查看交易详情" - -#: content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx -#: content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "View on Explorer" -msgstr "在区块链浏览器查看" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your account balance and history" -msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your address" -msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your Tokens and NFTs" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Visible To" -msgstr "可见范围" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Waiting for {providerType}" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "wallet" -#~ msgstr "" - -#: popups/modals/WalletGroupModal/index.tsx -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Wallet Account" -msgstr "钱包账户" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Wallet disconnected" -msgstr "" - -#. placeholder {0}: String(index + 1) -#: popups/modals/WalletGroupModal/index.tsx -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Wallet Group #{0}" -msgstr "钱包组 #{0}" - -#: popups/pages/Wallet/ConnectedSites/index.tsx -#~ msgid "Wallet name is connected to these sites, they can view your account address." -#~ msgstr "" - -#: popups/modals/WalletRenameModal/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -msgid "Wallet name must between 3 to 18 characters." -msgstr "文件名必须介于 3 到 20 个字符之间。" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Wallet request timed out" -msgstr "钱包请求超时" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Wallet Settings" -msgstr "钱包设置" - -#: popups/pages/Personas/WalletConnect/index.tsx -msgid "WalletConnect" -msgstr "" - -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -msgid "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileCard/index.tsx -msgid "Web3 Profile Card" -msgstr "Web3 名片" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Wallet/components/OriginCard/index.tsx -msgid "Website" -msgstr "网站" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Welcome Back" -msgstr "欢迎回来" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Welcome to Mask Cloud Services" -#~ msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Welcome to Mask Network" -msgstr "欢迎来到 Mask Network!" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Welcome to use Mask Network" -msgstr "欢迎来到 Mask Network!" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "when you click Add Google Drive button,you will be forwarded to Google authorization pages." -msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Write down mnemonic words" -msgstr "写下助记词" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Write down recovery phrase" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#~ msgid "You have backed up your data." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "You have recovered" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "You have recovered " -#~ msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "You have signed with your wallet." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "You have successfully restored the backup from Google Drive to your browser." -msgstr "" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -msgid "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" -msgstr "" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -msgid "You need to open the dApp to view the specific content." -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "You used <0>{0} for the last cloud backup." -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Your file has been successfully merged into the browser data." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Your file has been successfully restore into the browser data." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Your Persona has been successfully created." -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Your Persona is on" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Your Persona is on " -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Your Persona is on **ready 🚀**" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Your Wallet is on" -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Your Wallet is on " -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Your Wallet is on **ready 🚀**" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Your X account authorization has timed out. Please try again." -msgstr "" diff --git a/packages/mask/shared-ui/locale/zh-TW.json b/packages/mask/shared-ui/locale/zh-TW.json deleted file mode 100644 index bfd4e2e137b8..000000000000 --- a/packages/mask/shared-ui/locale/zh-TW.json +++ /dev/null @@ -1,896 +0,0 @@ -{ - "messages": { - "+5hgHR": ["Are your sure you want to disconnect? You may lose part of functionalities of this website."], - "+IEBAO": ["已批准的金额"], - "+K0AvT": ["断开"], - "+Qcnh5": ["请选择合适的方法来恢复个人数据。"], - "+W8dUJ": ["Tap to view the private key <0/> Make sure no one is looking at your screen"], - "+XyQiK": ["同意"], - "+Zuhm7": ["支持身份代码、私钥、本地备份或云备份以访问您的个人数据。"], - "+adBn3": ["Chrome - external extension"], - "+b/06M": ["支付密码错误。"], - "+m7PfT": ["成功删除"], - "+m7x4e": ["Backup Successful"], - "+uISZO": ["密码不正确"], - "/7tku+": ["試一下"], - "/LkuGq": ["从以前的数据库备份恢复"], - "/WfDJy": [ - "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." - ], - "/eguJc": ["正在上传"], - "/fo6Dv": ["Gas 限制(Gwei)"], - "/jQctM": ["至"], - "/nT6AE": ["新密码"], - "/riTT2": ["固定成功。"], - "/uEw9z": ["Your X account authorization has timed out. Please try again."], - "/vtDGO": [["0"], " is connected to these sites, they can view your account address."], - "/xrk7I": ["FAQ&Tutorial"], - "00b9QG": ["设置支付密码"], - "04MqGo": ["发布内容:"], - "09vHB+": ["Failed to decrypt."], - "0C6WdO": ["上传备份"], - "0D4bav": ["Name or Contract address e.g. USDC or 0x234..."], - "0F4ogS": ["支付密码应该介于 6 到 20 个字符之间。"], - "0HnKBn": ["Hide mnemonic words"], - "0Lp4o6": ["加载失败"], - "0M//Nn": ["The Persona is connected to the following accounts: ", ["list"]], - "0ZC72+": ["Connected successfully."], - "0caMy7": ["History"], - "0fljZe": ["Trading Route"], - "0kr+x1": ["Your Wallet is on"], - "0oMKRL": ["删除联系人"], - "0tkvsz": ["Failed to download and merge the backup."], - "1+6BOG": ["下载备份"], - "19zh4M": [ - "Current wallet (<0>", - ["currentWallet"], - ") is the management account of SmartPay wallet (<1>", - ["other_wallets"], - ").<2/>Deleting the current wallet will result in the deletion of the SmartPay wallet simultaneously." - ], - "1LkMSp": ["Add Suggested Token"], - "1R2W/B": [ - "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " - ], - "1TaavV": ["注意:如果您使用最后一次导入中的助记词,您可以恢复来自该助记词句的钱包。"], - "1Uqt6P": ["断开钱包?"], - "1Z++2X": ["The Persona is not connected to any accounts."], - "1bTY60": ["Token Value"], - "1kE7ob": ["Network saved"], - "1mjyN6": ["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."], - "1nMGEs": ["角色"], - "1njn7W": ["浅色"], - "1rsf+c": [ - "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." - ], - "1vSYsG": ["Download backup"], - "1xwmzN": ["Switch to other accounts"], - "2MPu+c": ["优先费用 (GWEI)"], - "2Xze/r": ["区块浏览器(可选)"], - "2fuHsY": ["手机验证码"], - "2jQko7": ["关联账户"], - "2kXxch": ["对不起,签名失败!请再试一次。"], - "2p7WMm": ["Give permission to access <0/> your ", ["0"], "?"], - "2wxgft": ["重命名"], - "2zkhB1": ["移除钱包?"], - "34UMci": ["钱包设置"], - "38C83c": ["身份助记词"], - "39ohdf": ["活动"], - "3A/gtD": ["无效 RPC URL 。"], - "3AP6p1": ["Public Key: <0>", ["publicKey"], ""], - "3B4jmY": ["数据关联"], - "3J+S3n": ["Search Next.ID, X, Lens, ENS or Address"], - "3Q5eQl": ["Please click the \"Post\" button to open the compose dialog."], - "3Q8dPe": [ - "The website (", - ["messageOrigin"], - ") is asking you to sign in to another domain (", - ["0"], - "). This may be a phishing attack." - ], - "3WZ1WL": ["请输入导出个人私钥的备份密码。"], - "3YDnov": ["Token now is hidden."], - "3dAaqV": [ - "📃📃📃 Try to permanently use decentralized file storage on ", - ["sns"], - ". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." - ], - "3fpIq1": ["至: ", ["0"]], - "3iUAE7": ["Backup to Google Drive"], - "3kbpgO": ["Gas 限制"], - "3lUGN0": ["切换 Persona"], - "3pqzUK": ["Contact added."], - "3qe4O9": ["最大费用"], - "4/6qjT": ["请输入密码。"], - "42yL2J": [ - "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ", - ["encrypted"] - ], - "43g2kf": ["只对您可见"], - "4DIYdt": ["No associated wallet. <0>Add Wallet."], - "4EN5JL": ["Your Persona has been successfully created."], - "4FvVUv": ["重置钱包"], - "4HavhE": ["Powered by <0>Mask Network"], - "4WMvNK": ["This Chain ID is currently used by the ", ["0"], " network."], - "4na5mr": ["This message contains a invalid EIP-4361 message. It is better to reject this request."], - "4ojMOt": ["输入您的密码"], - "4zgT9K": ["使用您的钱包连接Mask Network账户。"], - "50QwC8": ["价值"], - "51rAFB": ["Please copy the following text and image (if there is one) and publish it."], - "5Cowlg": ["Backup is saved to Mask Cloud Service."], - "5Dz44N": ["设置支付密码"], - "5E57TU": ["Max priority fee 在当前网络环境下过低"], - "5HVoyc": ["Transaction Details"], - "5O5enn": ["输入支付密码"], - "5Sa1Ss": ["E-mail"], - "5YfW3S": ["Add an encrypted comment..."], - "5e22kj": ["邮箱验证码"], - "5hFImX": ["Deploy Contract"], - "5i1JPS": ["Never share 12-word secret mnemonic with anyone!"], - "5o2pdQ": ["创建身份"], - "5s6EhU": [ - [ - "count", - "plural", - { - "one": ["You have recovered **", "#", " Wallet 🚀**"], - "other": ["You have recovered **", "#", " Wallets 🚀**"] - } - ] - ], - "5sIdhw": ["分享与"], - "66J/I3": ["交易费"], - "678PKt": ["网络名称"], - "68FuwU": ["URL要求合适的 HTTPS 前缀。"], - "68m9Nl": ["向现有组添加新地址"], - "6DvbLh": ["请安装您的 metamask 钱包并设置您的第一个钱包。"], - "6HT670": ["功能:", ["0"]], - "6IHgRq": ["Backup to the Cloud"], - "6RDwJM": ["代币"], - "6Uau97": ["跳過"], - "6V3Ea3": ["已複製"], - "6XyieG": ["wallet"], - "6YtxFj": ["名称"], - "6c6xyD": ["accounts"], - "6e4Q8h": ["Get permission failed"], - "6foA8n": ["Are you sure?"], - "6gRgw8": ["重試"], - "7+2e01": ["Network removed."], - "76gPWk": ["好的"], - "7Bj3x9": ["失敗"], - "7QptC5": ["自动锁定时间"], - "7R2WG+": ["已由 Mask 解密:"], - "7Ry254": ["Backup to Mask Cloud Service"], - "7VpPHA": ["確認"], - "7qUM2b": ["打开一个钱包"], - "7s5tLo": ["Allow this site to switch the network?"], - "7w1rTm": ["The download link is expired"], - "7yziEn": ["This request has been expired."], - "82+n6o": ["Quote Route"], - "8BsgdX": ["Failed to get permissions"], - "8Dh77Z": ["NFTs"], - "8RF/Sx": ["添加成功"], - "8Tg/JR": ["自定义"], - "8WLjqx": ["Never share the 12-word secret mnemonic words with anyone!"], - "8ZsakT": ["密码"], - "8djViz": ["Step ", ["step"], "/", ["step"]], - "8rElAH": ["Image copied!"], - "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], - "9KKhJV": ["正在签名..."], - "9VcshJ": ["启用自动粘贴"], - "9Y1kXO": ["Payment password stored locally and you could try as many as you want to unlock your wallet."], - "9cDpsw": ["许可权限"], - "9cSIbb": ["Click on <0/> at the top-right of your browser."], - "9d/Qe4": ["服务协议"], - "9hg9mc": ["正在下载"], - "9hzYBR": ["Failed to download and merge the backup: ", ["0"]], - "9iZ9fH": ["邮箱地址不正确。"], - "9kIgHE": ["此 JSON 文件使用您当前的支付密码加密。导入此钱包时解密需要相同的密码。"], - "9lqqpY": ["Invalid email address."], - "9sjcnZ": ["Disconnected."], - "9w2hgY": ["手動貼上"], - "A6JChW": ["The transaction was complete and has been recorded on blockchain at ", ["0"]], - "A9tojF": ["密码不正确"], - "AKLbfQ": ["恢复数据库"], - "AMJWWT": ["Likely in < ", ["estimateSecond"], " seconds"], - "ANYjcp": [["shareWithNum", "plural", { "one": ["1 friend"], "other": ["#", " friends"] }]], - "ANk/Zy": ["Incorrect Backup Password"], - "ASNDad": ["Hide ", ["name"]], - "AUYALh": ["即将上线"], - "AV+9wg": ["重新输入"], - "Appw6V": ["没有找到任何NFT。"], - "Aq+O0x": ["状态"], - "AsN7HV": ["通訊號碼錯誤"], - "AuvDq6": ["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"], - "AwQpq/": ["Click on the down-arrow to see the private key."], - "AyLiVq": ["扫描二维码以接收付款"], - "B6C0XJ": ["查無數據"], - "BQHQ9v": ["No websites connected to this wallet"], - "BUXiPs": ["This Chain ID is currently used by the ", ["0"], " network. "], - "BXixGM": ["使用 Persona 来加密和解密社交媒体帖子和消息。"], - "BaU+dx": ["连接您的社交媒体帐户。"], - "BakBNJ": ["无效的电话号码,请检查并重试。"], - "BiGQfG": ["交易哈希"], - "BkN2qg": ["<0>Service Agreement and <1>Privacy Policy"], - "ByPj1d": ["Request ID"], - "C0JhYS": ["更改网络"], - "C2/uLW": [ - "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." - ], - "CEk7Nc": ["至少6个字符"], - "CFPbpH": ["新密码不匹配"], - "CK1KXz": ["最大"], - "CMHmbm": ["Slippage"], - "CWsYB3": ["欢迎回来"], - "CXHRbe": ["钱包请求超时"], - "CZSWya": ["NFTs added"], - "CZmSbe": ["Request is valid not before"], - "CiU2m/": ["Generating your "], - "Citz6F": ["Exchange"], - "CtByM7": ["連接到錢包"], - "Cz6Lx7": ["加密方式"], - "D79cZK": ["即时"], - "DC3sw8": ["Two entered passwords are different."], - "DHhJ7s": ["上一页"], - "DPfwMq": ["完成!"], - "DdUFp+": ["The transaction was confirmed at ", ["0"]], - "DnmyoA": ["Priority fee should be greater than 0."], - "DoQ5Lj": ["RPC URL"], - "Dpe+e3": [ - "添加您的钱包将允许您通过Next.ID服务拥有、查看和使用您的数字身份。 请注意,您必须签名并认证交易,以证明您的钱包的所有权。" - ], - "Du6bPw": ["地址"], - "DuIDTw": ["To verify your X account and record it on the NextID, please send this post for the verification."], - "Dz56Ua": ["完成"], - "E6YUtc": ["Merge to Browser"], - "E7prOW": [ - "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." - ], - "EBC6hj": ["本地备份"], - "EGWr+Q": ["Web3 名片"], - "EGa93e": ["Are you sure to overwrite the backups stored on Mask Cloud Service?"], - "ENIvoT": ["请在自动锁定您的钱包之前设置时间。"], - "ERYJcj": ["备份密码必须是 8-20 个字符,包括大写、小写、特殊字符和数字。"], - "EYwKb0": ["Gas 价格 (gwei)"], - "Ea4oxV": ["跟随系统"], - "EbE80y": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." - ], - "Eda+dy": [ - "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ", - ["encrypted"], - " to send your first encrypted tweet." - ], - "EoKe5U": ["Domain"], - "EsKgLS": ["点击这里快速开始。"], - "Ev2r9A": ["無結果"], - "EwiD7E": ["再次輸入支付密碼"], - "F7U8uz": ["Creating your **wallet**"], - "F8Wc3I": ["将您的文件拖放到此处"], - "FAKSZG": ["Add google Drive"], - "FKrzPv": [["count", "plural", { "one": ["#", " Wallet 🚀"], "other": ["#", " Wallets 🚀"] }]], - "FP6WjU": ["You have backed up your data."], - "FfJy7A": ["管理网络"], - "FgAxTj": ["登出"], - "FiYmUY": ["无关联账号"], - "FnQek5": [ - "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." - ], - "Fs/bd5": ["无效的块浏览器URL。"], - "G4NrhP": ["Persona created."], - "GAvnvl": ["支付密碼"], - "GEL05h": ["WalletConnect"], - "GExRUL": ["備份密碼"], - "GS+Mus": ["導出"], - "GS0ldX": ["不支持的网络类型"], - "GWCG6Y": ["複製圖片"], - "GaH2JF": ["Suggest to send transactions and sign messages"], - "GtJJAj": ["添加钱包"], - "Gw91G1": ["This request should only be sign in the future."], - "H8rw2f": ["(the name is set by the web site)"], - "HGTZAO": ["Step 2/2"], - "HIq3th": ["Cannot switch to a unknown network."], - "HKH+W+": ["数据"], - "HVRhUV": ["继续执行表示您同意"], - "HpK/8d": ["重新讀取"], - "HqiAyF": ["Gwei"], - "HsoakN": ["masknetwork"], - "HvDfH/": ["已导入"], - "Hy4Q80": [ - "The network with chain ID ", - ["formChainId"], - " may use a different currency symbol (", - ["1"], - ") than the one you have entered. Please check." - ], - "I4caYo": ["验证码错误。"], - "I5kL4f": ["活动日志"], - "IBAx3U": ["确认保存"], - "IIVS5Z": ["设置新的管理账户"], - "ITBQO3": ["Max priority fee必须大于 0 GWEI"], - "IUG86v": ["The Persona is connected to the account @$", ["0"], "."], - "IX1M/E": ["地板价"], - "IXbRbM": ["切换钱包"], - "ImhKg5": ["无法获取链 ID。您的 RPC URL 正确吗?"], - "J24FyN": ["Bridge"], - "J2eKUI": ["文件"], - "JA8K9s": ["Unpacking"], - "JGds+N": ["缺少数字、字母或特殊字符。"], - "JXJlYD": ["设置您的角色名称"], - "JfI60y": ["支付密码错误。"], - "Jg5pf7": ["当前基础手续费是 ", ["0"], " Gwei"], - "JlFcis": ["發送"], - "JlIzk8": ["浏览文件"], - "Js4Nk0": [ - [ - "0", - "select", - { - "finding_post_key": [ - "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." - ], - "finding_person_public_key": ["Mask is looking for the public key of the author..."], - "other": ["Mask is decrypting..."] - } - ] - ], - "JwzZmt": ["to <0>", ["toAddress"], ""], - "K5a6t1": ["该身份已存在。"], - "K8jCIB": ["Data backed up successfully!"], - "KFwID2": ["Restore Failed"], - "KGHnSc": ["锁定钱包"], - "KMgp2+": [["0"], " 可用"], - "KisOjk": ["恢复身份"], - "Kj4oEm": ["创建一个新的身份"], - "Kl9gHp": ["钱包组 #", ["0"]], - "KmQ25M": ["最大优先费用在当前网络环境下过高。"], - "KnidLU": ["Not Connected"], - "KtMMzG": ["Wallet disconnected"], - "L+bpwv": ["请在导出私钥之前设置您的备份密码。"], - "L82H5Z": ["Creating your **identity**"], - "L96aan": ["查看交易详情"], - "LJkXYZ": ["创建新的 MASK 身份"], - "LP+1Z7": ["添加网络"], - "LSwUJb": ["Select Liquidity"], - "LU3p9s": [ - "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." - ], - "LWJCIn": ["已连接的网站"], - "LcET2C": ["隐私政策"], - "LcZh+r": ["不支持數據備份格式"], - "LkYKvc": ["Please select the correct words in the correct order."], - "LqWHk1": ["隐藏 ", ["0"]], - "Lt0Hf0": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @realMaskNetwork to explore Web3." - ], - "Lx4CpL": ["文件名必须介于 3 到 20 个字符之间。"], - "M0FgOk": ["添加联系人"], - "M1ts1r": ["View your address"], - "M24E85": ["此地址是合同地址。"], - "M4g1UJ": ["合约交互"], - "MC00Lm": ["Scan QR code with WalletConnect-compatible wallet"], - "MOHcKb": ["輸入優先交易費用"], - "MR/0Va": ["All Mask Network users"], - "MRIXE3": ["Encrypting your"], - "MTqQMG": ["未设置"], - "MXOdMY": ["Overwrite Backup"], - "MpnSqP": [["0"], " Pending"], - "MyjAbr": ["重新傳送"], - "N/fqDa": ["Ens或地址(0x)"], - "N19nSk": ["Your Persona is on"], - "N40H+G": ["所有人"], - "NOi+Fr": ["This QR includes your identity, please keep it safely."], - "NU5uaG": ["手机号码"], - "NWqhru": ["重新选择"], - "NaZTE7": ["Incorrect Mnemonic Words."], - "NkgvWN": ["登出失败"], - "NloaHG": ["備份密碼"], - "Ns5WaC": ["没有发现备份"], - "Nu4oKW": ["描述"], - "NzlE6O": ["By granting permission, you are allowing the following <0/> contract to access your NFTs."], - "Nzm8dm": ["示例:Alice"], - "Nzwli2": ["基础信息"], - "O3oNi5": ["电子邮箱"], - "O8PsYe": ["Add the file to Chrome's database"], - "OCJdad": ["<0>To: <1>", ["to"], ""], - "OLUEnY": ["when you click Add Google Drive button,you will be forwarded to Google authorization pages."], - "OLY2Jk": ["礦工費"], - "OR475H": ["网络"], - "OgPkDe": ["货币符号(可选)"], - "OhgYJS": ["基础设置"], - "OkofjH": ["Recover"], - "On0aF2": ["网站"], - "OuUyzz": ["No contacts stored locally, you can try searching."], - "OzSOpz": ["Create a Privy wallet using an X account"], - "P9wzG/": ["恢復"], - "PDW/HG": ["Your Persona is on **ready 🚀**"], - "PGdbc0": [ - "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." - ], - "PHM7OA": ["所支持的网站"], - "PI/VCJ": ["Select the wallet(s) to use on this site. You should not connect to website you don't trust."], - "PRkIUI": ["Gas Fee"], - "PTXNyo": ["Waiting for ", ["providerType"]], - "PZmnB2": ["验证码"], - "PeT3a5": ["You have successfully restored the backup from Google Drive to your browser."], - "PjBWOL": ["创建您的身份以开始"], - "PsQmAw": ["任何用户可见"], - "Pt3n39": ["没有备份"], - "Q2lUR2": ["货币"], - "Q68Nuc": [ - "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." - ], - "QHZRmq": ["站点"], - "QHcLEN": ["Connected"], - "QQPCqQ": ["备份钱包"], - "QTomF0": ["Merge to local"], - "QU9aqK": ["You have signed with your wallet."], - "QWxok/": ["Connect with Mask Wallet"], - "QXDgyQ": ["请按正确顺序写下以下单词。保证安全,不与任何人分享!"], - "Qbo7Ev": ["写下助记词"], - "QcVZFH": ["Step ", ["step"], "/", ["totalSteps"]], - "QrHM/A": ["Backup downloaded and merged to local successfully."], - "QypSt2": ["Update X.com Permissions"], - "R2K7XH": ["尝试探索社交媒体上的 Web3 dApps 功能。"], - "RCBmDP": ["Follow @masknetwork to explore Web3."], - "RH8jSA": ["合并数据到本地数据库"], - "RL5m+x": ["Generating your **accounts**"], - "ROsDRH": ["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"], - "RRw7LE": ["身份助记词"], - "RWoEqV": ["Failed to transfer token: ", ["message"]], - "RZOA0N": ["Find Mask Network in the extension list and click the <0/> button."], - "RiQQyz": ["This allows the third party to spend ", ["value"], " ", ["0"], " from your current balance."], - "RjF5dk": ["Select the contents of the backup"], - "S0CsaV": ["创建新钱包"], - "S2JNMm": ["Your file has been successfully restore into the browser data."], - "S33tz3": ["未连接"], - "SGVkVp": ["Two entered passwords are not the same."], - "SLEDBF": ["添加钱包失败,请重试。"], - "SYGo/R": ["匯入錢包"], - "ShHV7X": ["雲端備份"], - "Sjplg3": ["在区块链浏览器查看"], - "SlSY7M": ["Verification code has been sent to your phone."], - "Sp/me1": ["data"], - "Sp69uH": ["The web site can"], - "T0W3Z8": ["Gas 不足。"], - "TA4fAr": ["该钱包名称已经存在。"], - "TP9/K5": ["Token"], - "TZ0npN": ["ready 🚀"], - "TnHNX9": ["Update permission for X.com"], - "ToePai": ["支出限额请求者"], - "TpqeIh": ["Error: ", ["0"]], - "Tuc34V": ["Confirm Bridge"], - "Tx/jsw": ["您需要手動貼上加密的內容嗎?"], - "Tz0i8g": ["设置"], - "UBzbea": ["恢复钱包"], - "UDKbPj": ["Your file has been successfully merged into the browser data."], - "UaXeX3": ["Okay"], - "UbRKMZ": ["待定"], - "UjRxho": ["您的恢复口令"], - "UlBz4M": ["使用 Mask 钱包来保证您的交易和资产安全。"], - "Usynqd": ["Gas price is too low and will cause the transaction fail"], - "Ut40oe": [ - "The Mask Network Cloud Backup feature will be deactivated on Jun 30, 2025. Please use alternative cloud backup services or local backup solutions." - ], - "UtKGok": ["备份身份"], - "V+1pjj": ["Back Up Your Data Your Way"], - "V8x6o5": ["You have recovered "], - "VAOn4r": ["解鎖"], - "VECuJk": ["钱包账户"], - "VP4HYe": ["Next.ID"], - "VcPDSd": ["不支持的密钥存储数据"], - "VdhBp2": ["The chainID is not equal to the currently connected one."], - "VdkQUC": ["Please sign up or login ", ["siteName"], " to connect Mask Network."], - "Vj7ma7": ["Support mnemonic phrase, private key or keystore file."], - "VlpdUm": ["设置 NFT 头像"], - "VsHxv+": ["複製文字"], - "VzQ7uf": ["Unknown EIP-4361 message version."], - "VzQOL2": [ - "这允许第三方使用您所有的代币余额,直到达到上限或您取消支出上限为止。 如果不打算这样做,则考虑设定较低的支出上限。" - ], - "W0uonA": ["This QR includes your mnemonic words, please keep it safely."], - "W7e3zN": ["Are you sure to remove the connected wallet <0>", ["0"], "?"], - "WC7pDz": ["Your Persona is on "], - "WLMjwL": ["Confirm to hide ", ["0"], "? You can redisplay it by re-adding this token at any time."], - "WWPi4P": ["无效钱包地址。"], - "WY8amq": ["数字无效"], - "Weq9zb": ["一般"], - "WgawP2": ["Creating your"], - "WmXCMa": ["切换帐号"], - "Wqoa0p": ["连接身份"], - "Wvnsx1": ["自动锁定"], - "X200Sr": ["设置支付密码?"], - "X6ujRd": ["Be aware, check the token before adding it."], - "X8w6bW": ["输入最大支出限额"], - "XB3tfc": ["Encrypting your **data**"], - "XC7RGa": ["恢复数据"], - "XDtQ7t": ["在您的 Web3 个人资料页面上显示以下地址并使用它来接收打赏。"], - "XGRJzS": ["在新分頁中開啟"], - "XQDdOC": ["No friends are stored locally, please try search one."], - "XUKicg": ["Step 1/2"], - "XYLcNv": ["支持"], - "XZ/B+f": ["找不到您的NFT?"], - "XjDSdO": ["原支付密码"], - "Xprzee": ["輸入礦工費"], - "Y7N0Sj": ["View your account balance and history"], - "YKSmxE": [ - "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." - ], - "YdCB5X": ["复制私钥"], - "YirHq7": ["问题反馈"], - "YnqCPK": ["连接并验证成功。"], - "Z16qyu": ["身份名称"], - "Z3+V9p": ["Restore backup failed."], - "Z3S6Dx": ["Step 1/3"], - "Z7ZXbT": ["同意"], - "Z8+FzC": ["Connecting your ", ["providerType"], " wallet"], - "ZAVklK": ["或"], - "ZHsD28": ["Enable the plugin"], - "ZIsLZh": ["Size limit: 10 MB"], - "ZSgQgC": ["Max fee 在当前网络环境下过低"], - "ZTXjJ3": ["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."], - "ZsjtYe": ["加载头像失败。"], - "a1SmQh": ["选择钱包"], - "a23gJr": ["密码不正确。"], - "a5t/N3": ["花费更多的交易费用来取消以前的交易。"], - "aAIQg2": ["外观"], - "aF8kci": ["Creation Completed"], - "aFht5e": ["Connected ", ["0"], " with ", ["walletName"], "."], - "aTzTyw": ["添加资产"], - "acK3j2": ["請輸入你的私鑰"], - "agPptk": ["中等"], - "ai3VNq": ["已连接的钱包"], - "awW7ak": ["移除钱包"], - "b5d759": ["identity"], - "bIpwjD": ["钱包"], - "bapItf": ["备份密码错误。"], - "bassMa": ["云备份密码不正确,请重试。"], - "bdIrOO": ["Verification code has been sent to your email. Please check your mailbox."], - "bfNmSO": ["设置支付密码成功。"], - "bnfo6T": ["Sent verification post successfully."], - "c+Fnce": ["簽署"], - "c2MkCo": ["Payment password must be 6 to 20 characters."], - "cD0wgO": [ - "Do you want to remove the verified association between the X account @<0>", - ["0"], - " and ", - ["1"], - "?" - ], - "cEnmTp": ["Creating your "], - "cJv4Ca": ["第三方钱包中取消了连接操作。"], - "cQYjZe": [ - "To verify your X account and record it on the NextID, you will need to send a post for the verification." - ], - "cVit2/": ["请设置备份密码"], - "cYaSAw": ["Wallet name is connected to these sites, they can view your account address."], - "cbzSv5": ["Max fee should be greater than base fee of ", ["0"], " Gwei."], - "cm4E8+": ["Twitter体验"], - "cmNbUB": ["Not found your ", ["providerType"], " wallet"], - "cnGeoo": ["刪除"], - "crVIc7": ["Locale Backup"], - "dAMTl9": ["RPC URL已经被", ["0"], " 网络使用"], - "dCvyk/": ["Change another account and try again."], - "dEgA5A": ["取消"], - "dMsM20": ["手机"], - "dajsth": ["Keystore 密码不正确。"], - "dyqtoj": ["You have recovered"], - "e0E1XI": ["最大手续费 (GWEI)"], - "e3I0CA": ["Failed to restore the backup: ", ["0"]], - "e4yrZ/": ["Token Address"], - "eE0JZ4": ["Version"], - "ePK91l": ["編輯"], - "eWczg7": ["仅自己可见"], - "eaLSW8": ["身份名称必须介于 1 到 24 个字符之间。"], - "ejVYRQ": ["从"], - "etATpN": ["Failed to login: ", ["0"]], - "exaugT": ["Follow @realMaskNetwork to explore Web3."], - "ezYNcH": ["将 Mask Network 固定到工具栏以便更容易访问:"], - "f5AidZ": ["Write down recovery phrase"], - "fDP2k4": ["修改支付密码"], - "fFGPy6": ["或者创建一个新的钱包组"], - "fFYJ8f": ["欢迎来到 Mask Network!"], - "fRQP7E": ["<0>Granted to <1>", ["0"], ""], - "fRUjl7": ["Please switch to <0>@", ["expectAccount"], " to continue the account verification progress."], - "fUn3xA": ["生成一个新的钱包地址"], - "fc4PdK": [ - "The RPC URL you have entered returned a different chain ID (", - ["rpcChainId"], - "). Please update the Chain ID to match the RPC URL of the network you are trying to add." - ], - "fj5byd": ["没有"], - "fsBGk0": ["余额"], - "fsUPaG": ["恭喜您!"], - "fvRGyC": ["Trying exploring more features powered by Mask Network."], - "fza4cg": ["导入钱包"], - "g/1WbH": ["from <0>", ["fromAddress"], ""], - "gC2WI+": ["角色"], - "gHM62X": ["Payment password changed."], - "gT+8Dk": ["Confirm to hide ", ["name"], "? You can redisplay it by re-adding this NFT at any time."], - "gVfVfe": ["聯繫人"], - "gdnEab": ["助记词不正确。"], - "ggYcg+": ["驗證碼已傳送"], - "gla9Gg": ["保存失败"], - "gnSRSG": ["隐藏Scam 交易"], - "gp6A8z": ["Authorization Failed"], - "h3Vpnw": ["验证码不正确"], - "h3bIHg": ["断开社交账户?"], - "h53LoU": ["社交账户"], - "h7+V7K": ["备份恢复"], - "hEpXzO": ["欢迎来到 Mask Network!"], - "hG89Ed": ["图片"], - "hHLRGW": ["隐藏价值小于 $1 的代币"], - "hUF4dG": ["备份密码设置成功。"], - "hXzOVo": ["繼續"], - "hYgDIe": ["建立"], - "he3ygx": ["复制"], - "hehnjM": ["金额"], - "iH8itU": ["连接您的钱包"], - "iH8pgl": ["返回"], - "iJLEZF": ["告訴我怎麼做"], - "iSLIjg": ["连接"], - "iTiwqa": ["Asset is hidden."], - "iZLoa2": ["eg: X accounts, persona public keys, wallet addresses or ENS"], - "idD8Ev": ["Saved"], - "imDvP9": ["Gas limit must be smaller than ", ["maxGas"], "."], - "iuCSJl": ["钱包已经链接到当前的身份", ["0"], "。"], - "j4TRxD": ["选择地址"], - "jEDiuG": ["Network added"], - "jICk7g": ["网络或RPC提供方出现错误,请稍后再试 !"], - "jIWgmE": ["Entered passwords are inconsistent."], - "jK7nvW": ["Failed to disconnect wallet"], - "jRfanQ": ["所用 Gas (单位)"], - "jZQU+o": ["最初发布于 ", ["0"]], - "jaH9PD": ["Hi friends, I just created ", ["token"], " Lucky Drop. Download Mask.io to claim."], - "jas0vv": ["断开所有社交账户"], - "jbc0gF": ["设置密码"], - "jhoAzY": ["Mask Network Cloud"], - "jtExaD": ["Not supported yet."], - "jygqM9": ["Loading account information..."], - "k/sb6z": ["选择语言"], - "k0USDt": ["Account connected.<0/><1/>Try to explore more features powered by Mask Network."], - "k57+C7": [["walletLength", "plural", { "one": ["#", " Wallet"], "other": ["#", " Wallets"] }]], - "k7u9V5": ["Incorrect words selected. Please try again!"], - "kC3Q3d": ["Login to Mask Cloud"], - "kbfp5m": ["可见范围"], - "kdW3qS": ["Nonce"], - "kf/5Ap": ["点击这里快速访问主要功能。"], - "kr2cTE": [ - "<0>", - ["websiteCount"], - " ", - ["websiteCount", "plural", { "one": ["Website"], "other": ["Websites"] }] - ], - "ks5OGD": ["合約"], - "l/UFPv": ["属性"], - "l3s5ri": ["輸入"], - "lCF0wC": ["刷新"], - "lCHQzJ": ["此地址可能是欺诈地址。"], - "lDgVWA": ["接收"], - "lET9my": ["Mask Network需要以下权限"], - "lKldOY": ["请选择恢复备份的正确方法。"], - "lPJwNU": ["Persona: ", ["personaName"]], - "lPsa94": ["Merge Completed"], - "lU6uRb": [ - "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." - ], - "lWOC+h": ["Mask Network requires you to authorize the following websites before using it."], - "llLBQ1": ["代币"], - "loCUuu": ["密钥库"], - "lvL4x0": ["Follow @masknetwork for Web3 updates and insights."], - "m16xKo": ["添加"], - "m2OZMI": ["總交易費用不能低於優先交易費用"], - "m3XvO+": ["导入钱包"], - "m3cvPZ": ["Payment password set."], - "m74yjp": ["Welcome to Mask Cloud Services"], - "mCB6Je": ["選擇全部"], - "mErq7F": ["Sign Up"], - "mGHHf5": ["在连接和验证您的身份后,您可以设置相关的地址来显示您的 web3 足迹或接收打赏。"], - "mPxxVq": ["輸入礦工費上限"], - "mQpWAe": ["编辑联系人"], - "mc68kY": ["新支付密码"], - "mrAv9J": ["无法保存网络"], - "mzI/c+": ["下載"], - "n42fmQ": ["輸入總交易費用"], - "nE/lLr": ["仅选定的联系人可见"], - "nGl2Ng": ["Restore Completed"], - "nKLBYz": [ - "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" - ], - "nMkx7r": [["0", "plural", { "one": ["#", " Hour"], "other": ["#", " Hours"] }]], - "nOCyT5": ["显示价值小于$1 的代币"], - "nOhz3x": ["Logout"], - "nTFx7o": ["新头像设置成功"], - "nTWWCZ": ["低"], - "nTif4K": ["选择并连接到你的钱包"], - "nUWEsV": ["Max fee 高于必要值"], - "nUeoRs": ["消息签名"], - "nVT2pJ": ["realMaskNetwork"], - "ndRqFD": ["Chain ID"], - "ngWO+e": ["缺失本地密钥"], - "npsHM5": ["Back Up to Google Drive"], - "nqagQ8": ["签名消息 (十六进制)"], - "nvAt0H": ["Resource"], - "o+XJ9D": ["更改"], - "o+zDNQ": ["The mnemonic word has been copied, please keep it in a safe place."], - "o4Iu2W": ["退出成功"], - "oCBTyI": ["This will overwrite the existing cloud backup with the local data, this cannot be undo."], - "oDSXfc": ["新密码与当前密码不可相同。"], - "oIsL5E": ["Chain ID: ", ["0"]], - "oOQfsI": ["Current account is not the verifying account."], - "oX+QCa": ["<0>Powered by<1>Mask Network"], - "oYkran": [ - "The Mask Network Cloud Backup feature will be deactivated on April 30, 2025. Please use alternative cloud backup services or local backup solutions." - ], - "oYzol6": ["NFT"], - "oZw0Iw": ["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"], - "oe5xh9": ["備份解密失敗,請檢查密碼"], - "ohUJJM": ["插件"], - "osXsDn": ["导入 NFT"], - "ou+PEI": ["个人头像"], - "p2/GCq": ["确认密码"], - "p2xE4C": ["Overwrite current backup"], - "p8Aea2": ["此身份名称已存在"], - "pGElS5": ["助记词"], - "pHqZUU": ["You used <0>", ["0"], " for the last cloud backup."], - "pbYUPI": ["Text copied!"], - "pi+hn/": ["Ethereum ", ["HD_PATH_WITHOUT_INDEX_ETHEREUM"]], - "pjrgRd": ["私钥不正确"], - "pkyWdU": ["Keystore密码"], - "ps1+DX": ["设置您的身份名称,最大长度为24个字符"], - "pu3rTn": ["GWEI"], - "puUEU3": ["修改备份密码"], - "put3ex": ["Request is valid not after"], - "pv5v6j": ["About Permit"], - "pvnfJD": ["深色"], - "py6hU8": ["签名请求"], - "q5+UWM": ["Contact edited."], - "qAbGIK": ["Issued at"], - "qDIxZ+": ["Failed to restore the backup from Google Drive to your browser. Please try again."], - "qT8oOt": ["必须拥有身份"], - "qYuscr": ["最大优先费"], - "qZ6p7p": ["Backup on ", ["0"]], - "qcqdIh": ["You need to open the dApp to view the specific content."], - "qqWcBV": ["已完成"], - "r92tNP": ["Failed to authorize Google Drive. Please try again."], - "rAcOY1": [ - "Data merged from Mask Cloud Service to local successfully. Re-enter your password to encrypt and upload the new backup to Mask Cloud Service." - ], - "rG3WVm": ["Select"], - "rLgPvm": ["备份"], - "rQQGN1": ["Max priority fee过高。您或许支付了超过需要的费用。"], - "rWE7Lq": ["Contact deleted."], - "rYFSec": ["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."], - "raCUEa": ["By granting permission, you are allowing the following <0/> contract to access your funds"], - "rkMKQ0": [ - "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." - ], - "rm0yu/": ["About ", ["collectionName"]], - "rrvbCi": ["网络错误或执行智能合同失败。"], - "s8I4Nn": [ - "Please note: This Persona ", - ["0"], - " is the management account of above listed SmartPay ", - ["1", "plural", { "one": ["wallet"], "other": ["wallets"] }], - ". You cannot use SmartPay wallet to interact with blockchain after logging out persona." - ], - "sQJ3RN": ["最大优先费用在当前网络环境下过低。"], - "sQTDWu": ["Allow us to collect your usage information to help us improve Mask."], - "shPV5O": ["仅限本地身份或钱包"], - "siroPf": ["Mask Network"], - "smUkx/": ["当前的管理账户"], - "t+A5fr": ["Gas 价格必须大于 0。"], - "t/YqKh": ["移除"], - "t2prdI": ["找不到搜索结果。"], - "t3rUZr": ["Sign-in Request"], - "tCAZi9": ["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."], - "tIW5Jt": ["No matched tokens"], - "tOMnvw": [ - "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." - ], - "tPeNU7": ["此网络名称已存在"], - "tXkhj/": ["开始"], - "tbOs8j": ["Confirm Swap"], - "tcHpvG": ["更改管理账户"], - "tdZPpe": ["Generating your"], - "tfDRzk": ["存檔"], - "thX7xs": [ - "The network with chain ID ", - ["formChainId"], - " may use a different currency symbol (", - ["0"], - ") than the one you have entered. Please check." - ], - "tiX/tO": ["Address: <0>", ["address"], ""], - "tj48De": ["连接社交账户"], - "u2OWVJ": ["断开连接失败。"], - "u8AUxz": ["Follow @", ["officialAccount"], " for Web3 updates and insights."], - "uJQLj9": ["点击这里连接您的钱包。您可以在此选择网络或更改您的钱包。"], - "uM6jnS": ["恢復失敗"], - "uSMfoN": ["驗證"], - "uip9JY": ["I wrote down those words in the correct order"], - "uv94aG": ["由用户添加"], - "uyJsf6": ["关于"], - "v7OL2k": ["Your Wallet is on "], - "vH2C/2": ["Swap"], - "vVEene": ["View your Tokens and NFTs"], - "vXIe7J": ["语言"], - "vXygio": ["没有足够可显示的数据"], - "vel6Z1": ["请求源"], - "vhqFTT": ["Can't find a valid user address data source."], - "w0e0yw": ["Gas limit 必须至少 ", ["0"]], - "w1ctdJ": ["Mask: 發表貼文"], - "w9Xmw/": ["Google Drive"], - "wCtp6y": ["Your Wallet is on **ready 🚀**"], - "wNecg9": ["多笔交易请求 ", ["0"], "/ ", ["1"]], - "wNxsb2": ["Reject ", ["totalMessages"], " Transactions"], - "wUlAUI": ["<0>@", ["currentUserId"], " connected already."], - "wqppGn": ["Permissions List"], - "wvJOId": ["此ENS不存在或未被解析。"], - "wxfXhJ": ["Scam tx"], - "x0PhCN": ["Disconnected successfully."], - "xDAtGP": ["信息"], - "xEQZ4z": ["使用文本加密"], - "xFCCR4": ["Please enter the correct mnemonic words, private key, or upload the correct keystore file."], - "xGVfLh": ["继续"], - "xH6cn+": ["选择代币"], - "xPSvu3": ["<0>", ["websiteCount"], " ", ["0", "plural", { "one": ["Website"], "other": ["Websites"] }]], - "xeiujy": ["文本"], - "xmk880": [ - "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0>Global Backup " - ], - "xoKE3v": ["Disable Permit"], - "xopjBL": ["Please use your frequently used email or phone number for backup."], - "xsKkWN": ["Failed to get permission"], - "xupcu9": ["加速"], - "y49awp": ["设置 NFT 头像"], - "y5aRAa": ["请输入云备份密码以下载文件。"], - "y62Dys": ["Network fee"], - "y6VCOb": [["0"], " 分钟"], - "yC/GKd": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." - ], - "yD15Uj": ["您确定要删除此钱包吗?"], - "yFpcbN": ["This request may be a phishing attach. I understand this and want to continue."], - "yFrxQj": ["助记词"], - "yGyJ1l": [ - "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." - ], - "yKu/3Y": ["恢復"], - "yNu9vD": ["该钱包地址已经存在。"], - "yQE2r9": ["加载中"], - "yRuvmU": ["The mnemonic words has been copied, please keep it in a safe place."], - "yVnV6H": ["Please write down or copy these words and save them in a secure place."], - "yZhedI": ["Gas 费用设置"], - "yik0Qu": ["私钥"], - "ylXk9u": ["Encrypt the message in an image"], - "yx/fMc": ["高速"], - "yx3mb0": [ - [ - "decryptProgress", - "select", - { - "finding_post_key": [ - "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." - ], - "finding_person_public_key": ["Mask is looking for the public key of the author..."], - "other": ["Mask is decrypting..."] - } - ] - ], - "yz7wBu": ["關閉"], - "yzF66j": ["交易记录"], - "z9HeHt": ["Create a Privy Wallet"], - "zBUJYA": ["The approval for this contract will be revoked in case of the amount is 0."], - "zPar3e": ["收藏品"], - "zga9sT": ["確認"], - "zkEW09": [ - "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" - ], - "zp7Ha3": ["備份失敗"], - "zutir1": ["Encrypting your "], - "zwBp5t": ["私密"], - "zxrGeO": ["Gas limit must be bigger than ", ["minGas"], "."], - "zzDlyQ": ["成功"] - } -} diff --git a/packages/mask/shared-ui/locale/zh-TW.po b/packages/mask/shared-ui/locale/zh-TW.po deleted file mode 100644 index cc19a086aa0b..000000000000 --- a/packages/mask/shared-ui/locale/zh-TW.po +++ /dev/null @@ -1,3384 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-04-10 05:53\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/mask/shared-ui/locale/en-US.po\n" -"X-Crowdin-File-ID: 944\n" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "(the name is set by the web site)" -msgstr "" - -#. placeholder {0}: millisecondsToHours(value) -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "{0, plural, one {# Hour} other {# Hours}}" -msgstr "" - -#. placeholder {0}: decryptProgress || '' -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostAwaiting.tsx -msgid "{0, select, finding_post_key {Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you.} finding_person_public_key {Mask is looking for the public key of the author...} other {Mask is decrypting...}}" -msgstr "" - -#. placeholder {0}: formatTokenBalance(tokenBalance, token?.decimals) -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "{0} available" -msgstr "" - -#. placeholder {0}: wallet?.name || 'Your wallet' -#: popups/pages/Wallet/ConnectedSites/index.tsx -msgid "{0} is connected to these sites, they can view your account address." -msgstr "" - -#. placeholder {0}: millisecondsToMinutes(value) -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "{0} Mins" -msgstr "" - -#. placeholder {0}: pendingTransactions.length -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "{0} Pending" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "{count, plural, one {# Wallet 🚀} other {# Wallets 🚀}}" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "{count, plural, one {You have recovered **# Wallet 🚀**} other {You have recovered **# Wallets 🚀**}}" -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostAwaiting.tsx -#~ msgid "{decryptProgress, select, finding_post_key {Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you.} finding_person_public_key {Mask is looking for the public key of the author...} other {Mask is decrypting...}}" -#~ msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "{shareWithNum, plural, one {1 friend} other {# friends}}" -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "{walletLength, plural, one {# Wallet} other {# Wallets}}" -msgstr "" - -#. placeholder {0}: websiteCount || 0 -#: popups/pages/Settings/index.tsx -msgid "<0>{websiteCount} {0, plural, one {Website} other {Websites}}" -msgstr "" - -#: popups/pages/Settings/index.tsx -#~ msgid "<0>{websiteCount} {websiteCount, plural, one {Website} other {Websites}}" -#~ msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "<0>@{currentUserId} connected already." -msgstr "" - -#. placeholder {0}: formatEthereumAddress(transaction.formattedTransaction.popup.spender, 4) -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "<0>Granted to <1>{0}" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." -msgstr "" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "<0>Powered by<1>Mask Network" -msgstr "" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "<0>Service Agreement and <1>Privacy Policy" -msgstr "" - -#: popups/components/TransactionPreview/index.tsx -msgid "<0>To: <1>{to}" -msgstr "" - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -msgid "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {encrypted} to send your first encrypted tweet." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "📃📃📃 Try to permanently use decentralized file storage on {sns}. Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "12-word recovery phrase is used to recover your persona data." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "a token" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "About" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "About {collectionName}" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "About Permit" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Account connected.<0/><1/>Try to explore more features powered by Mask Network." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts -msgid "Account successfully connected to persona" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "accounts" -#~ msgstr "" - -#: popups/pages/Wallet/components/WalletAssets/index.tsx -msgid "Activities" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Activity Log" -msgstr "" - -#: popups/modals/SwitchPersonaModal/index.tsx -#: popups/pages/Friends/ContactCard/index.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -msgid "Add" -msgstr "" - -#: content-script/components/InjectedComponents/CommentBox.tsx -msgid "Add an encrypted comment..." -msgstr "" - -#: popups/pages/Wallet/AddToken/index.tsx -msgid "Add Assets" -msgstr "" - -#: popups/components/AddContactInputPanel/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Add Contact" -msgstr "" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Add google Drive" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Wallet/NetworkManagement/index.tsx -msgid "Add Network" -msgstr "" - -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Add new address to an existing group" -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Add Suggested Token" -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Add the file to Chrome's database" -msgstr "" - -#: popups/pages/Wallet/components/StartUp/index.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -#: popups/pages/Wallet/CreateWallet/index.tsx -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Add Wallet" -msgstr "" - -#: popups/components/TokenPicker/TokenItem.tsx -#: popups/pages/Wallet/components/AssetsList/index.tsx -msgid "Added by user" -msgstr "" - -#: popups/pages/Friends/ContactCard/index.tsx -msgid "Added successfully" -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -msgid "Address" -msgstr "地址" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "Address: <0>{address}" -msgstr "" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -msgid "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." -msgstr "" - -#: dashboard/pages/SetupPersona/Permissions/index.tsx -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Agree" -msgstr "同意" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "All" -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "All Mask Network users" -msgstr "" - -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Allow this site to switch the network?" -msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Allow us to collect your usage information to help us improve Mask." -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Amount" -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "an NFT" -msgstr "" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Appearance" -msgstr "" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -#: popups/modals/UpdatePermissionModal/index.tsx -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Approve" -msgstr "同意" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Approve amount" -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Are you sure to overwrite the backups stored on Mask Cloud Service?" -#~ msgstr "" - -#. placeholder {0}: formatEthereumAddress(wallet.identity, 4) -#: popups/components/ConnectedWallet/index.tsx -msgid "Are you sure to remove the connected wallet <0>{0}?" -msgstr "" - -#: popups/modals/WalletRemoveModal/index.tsx -msgid "Are you sure to remove this wallet?" -msgstr "" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Are you sure?" -msgstr "" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Are your sure you want to disconnect? You may lose part of functionalities of this website." -msgstr "" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Asset is hidden." -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "Associated Accounts" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "At least 6 characters" -msgstr "" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Authorization Failed" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "Auto-lock" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/AutoLock.tsx -msgid "Auto-lock Time" -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Avatar set successfully" -msgstr "" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -#: popups/pages/Personas/AccountDetail/UI.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Back" -msgstr "返回" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#~ msgid "Back Up to Google Drive" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Back Up Your Data Your Way" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: popups/modals/SwitchPersonaModal/index.tsx -#: popups/pages/Personas/Logout/index.tsx -msgid "Backup" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Backup & Recovery" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Backup downloaded and merged to local successfully." -#~ msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup Failed" -msgstr "備份失敗" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#~ msgid "Backup is saved to Mask Cloud Service." -#~ msgstr "" - -#. placeholder {0}: user.cloudBackupAt -#. placeholder {0}: user.localBackupAt -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Backup on {0}" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Backup password" -msgstr "備份密碼" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Local.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Backup Password" -msgstr "備份密碼" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Backup password set successfully" -msgstr "" - -#: popups/modals/PersonaSettingModal/index.tsx -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Backup Persona" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup Successful" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -msgid "Backup to Google Drive" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Backup to Mask Cloud Service" -#~ msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Backup to the Cloud" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx -msgid "Backup Wallet" -msgstr "" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Balance" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Base" -msgstr "" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Basic setting" -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Be aware, check the token before adding it." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Block Explorer URL" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Bridge" -msgstr "" - -#: content-script/site-adaptors/twitter.com/injection/ToolboxHint_UI.tsx -msgid "Browse the Web3 footprints of your X friends, enjoy the freedom of Web3." -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Browser File" -msgstr "" - -#: dashboard/pages/SetupPersona/Permissions/index.tsx -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy." -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "By granting permission, you are allowing the following <0/> contract to access your funds" -msgstr "" - -#: popups/components/UnlockERC721Token/index.tsx -msgid "By granting permission, you are allowing the following <0/> contract to access your NFTs." -msgstr "" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "By proceeding you agree to the" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Can't find a valid user address data source." -msgstr "" - -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/modals/ConfirmModal/index.tsx -#: dashboard/pages/SetupPersona/Permissions/index.tsx -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/DeleteContactModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/GasSettingModal/index.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Personas/PersonaSignRequest/index.tsx -#: popups/pages/RequestPermission/RequestPermission.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Wallet/Interaction/interaction.tsx -#: popups/pages/Wallet/ResetWallet/index.tsx -#: popups/pages/Wallet/SelectWallet/index.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Cancel" -msgstr "取消" - -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Cannot switch to a unknown network." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Chain ID" -msgstr "" - -#. placeholder {0}: currentNetwork?.chainId ?? currentChainId -#. placeholder {0}: nextNetwork?.chainId ?? nextChainId -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Chain ID: {0}" -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Change" -msgstr "更改" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Change another account and try again." -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Change Backup Password" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/ChangeNetwork.tsx -msgid "Change Network" -msgstr "" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#: popups/pages/Wallet/WalletSettings/ChangeOwner.tsx -#~ msgid "Change Owner" -#~ msgstr "" - -#: popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx -#: popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx -msgid "Change Payment Password" -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Choose another wallet" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." -msgstr "" - -#: popups/modals/ChooseToken/index.tsx -msgid "Choose Token" -msgstr "" - -#: popups/pages/Wallet/components/OriginCard/index.tsx -msgid "Chrome - external extension" -msgstr "" - -#: content-script/components/InjectedComponents/PostDialogHint.tsx -msgid "Click here to have a quick start." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Click on <0/> at the top-right of your browser." -msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Click on the down-arrow to see the private key." -msgstr "" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Close" -msgstr "關閉" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: dashboard/pages/SetupPersona/Backup/index.tsx -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Cloud Backup" -msgstr "雲端備份" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Collectible" -msgstr "" - -#: popups/components/NFTAvatarPicker/index.tsx -#~ msgid "Coming soon" -#~ msgstr "" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Completed" -msgstr "" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: dashboard/modals/ConfirmModal/index.tsx -#: popups/components/NFTAvatarPicker/index.tsx -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/modals/ConfirmModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/PersonaRenameModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/modals/ShowPrivateKeyModal/index.tsx -#: popups/modals/WalletAutoLockSettingModal/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/EditNetwork/index.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -#: popups/pages/Wallet/Interaction/interaction.tsx -#: popups/pages/Wallet/ResetWallet/index.tsx -#: popups/pages/Wallet/SelectWallet/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -#: popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx -msgid "Confirm" -msgstr "確認" - -#: popups/pages/Trader/Header.tsx -msgid "Confirm Bridge" -msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Confirm Password" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Confirm Payment Password" -msgstr "再次輸入支付密碼" - -#: popups/pages/Trader/Header.tsx -msgid "Confirm Swap" -msgstr "" - -#. placeholder {0}: asset.symbol -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Confirm to hide {0}? You can redisplay it by re-adding this token at any time." -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Confirm to hide {name}? You can redisplay it by re-adding this NFT at any time." -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Congratulations" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: popups/components/ConnectedWallet/index.tsx -#: popups/components/SocialAccounts/index.tsx -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect" -msgstr "" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Connect and switch between your wallets." -msgstr "" - -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect Mask Network Account using your wallet." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Connect Persona" -msgstr "" - -#: popups/modals/ConnectSocialAccountModal/index.tsx -msgid "Connect Social Account" -msgstr "" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Connect Wallet" -msgstr "連接到錢包" - -#: popups/pages/Wallet/Interaction/AddChainRequest.tsx -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -#: popups/pages/Wallet/Interaction/SwitchChainRequest.tsx -msgid "Connect with Mask Wallet" -msgstr "" - -#: popups/components/SocialAccounts/index.tsx -msgid "Connect your social platform accounts." -msgstr "" - -#: content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx -#: popups/modals/SelectProviderModal/index.tsx -msgid "Connect your wallet" -msgstr "" - -#: popups/pages/Wallet/components/WalletHeader/UI.tsx -msgid "Connected" -msgstr "" - -#. placeholder {0}: currentPersona?.nickname -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Connected {0} with {walletName}." -msgstr "" - -#: popups/pages/Wallet/ConnectedSites/index.tsx -#: popups/pages/Wallet/WalletSettings/ConnectedOrigins.tsx -msgid "Connected sites" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Connected successfully." -msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Connected Wallet" -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Connecting operation cancelled in third-party wallet." -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Connecting your {providerType} wallet" -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -msgid "Contact added." -msgstr "" - -#: popups/modals/DeleteContactModal/index.tsx -msgid "Contact deleted." -msgstr "" - -#: popups/modals/EditContactModal/index.tsx -msgid "Contact edited." -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -#: popups/pages/Friends/Home/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/WalletSettings/Contacts.tsx -msgid "Contacts" -msgstr "聯繫人" - -#: dashboard/components/Restore/RestoreFromMnemonic.tsx -#: dashboard/components/Restore/RestoreFromPrivateKey.tsx -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -#: dashboard/pages/SetupPersona/Recovery/Phrase.tsx -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Continue" -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -msgid "Contract" -msgstr "合約" - -#: popups/components/TransactionPreview/index.tsx -msgid "Contract Interaction" -msgstr "" - -#: popups/components/PrivateKeyDisplay/index.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Copied" -msgstr "已複製" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "Copy" -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Copy image" -msgstr "複製圖片" - -#: popups/components/PrivateKeyDisplay/index.tsx -msgid "Copy private key" -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Copy text" -msgstr "複製文字" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Could not fetch chain ID. Is your RPC URL correct?" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Create" -msgstr "建立" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Create a New Wallet" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Create a Privy Wallet" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Create a Privy wallet using an X account" -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Create New Mask Identity" -msgstr "" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Create Password" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Personas/Home/UI.tsx -msgid "Create Persona" -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Create your persona to get started" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Creating or retrieving your wallet with Privy. Please confirm on the X authorization page." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Creating your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Creating your " -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Creating your **identity**" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Creating your **wallet**" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Creation Completed" -msgstr "" - -#: popups/modals/ChooseCurrencyModal/index.tsx -#: popups/pages/Wallet/WalletSettings/ChangeCurrency.tsx -msgid "Currency" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Currency Symbol (Optional)" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Current account is not the verifying account." -msgstr "" - -#. placeholder {0}: formatWeiToGwei(gasOptions.normal.baseFeePerGas).toFixed(2, BigNumber.ROUND_UP) -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Current base fee is {0} Gwei" -msgstr "" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#~ msgid "Current Management Account" -#~ msgstr "" - -#: popups/pages/Wallet/WalletSettings/index.tsx -#~ msgid "Current wallet (<0>{currentWallet}) is the management account of SmartPay wallet (<1>{other_wallets}).<2/>Deleting the current wallet will result in the deletion of the SmartPay wallet simultaneously." -#~ msgstr "" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -msgid "Custom" -msgstr "" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Dark" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "data" -#~ msgstr "" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Data" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Data backed up successfully!" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Data correlation" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Data merged from Mask Cloud Service to local successfully. Re-enter your password to encrypt and upload the new backup to Mask Cloud Service." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -msgid "Decrypt failed, please check password" -msgstr "備份解密失敗,請檢查密碼" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. {encrypted}" -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "Decrypted by Mask Network" -msgstr "已由 Mask 解密:" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Delete" -msgstr "刪除" - -#: popups/modals/DeleteContactModal/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Delete Contact" -msgstr "" - -#: popups/pages/Friends/Detail/index.tsx -msgid "Deleted successfully" -msgstr "" - -#: popups/components/TransactionPreview/index.tsx -msgid "Deploy Contract" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Description" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "Disable Permit" -msgstr "" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnect" -msgstr "" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnect all accounts" -msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnect failed." -msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnect Social Account?" -msgstr "" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Disconnect Wallet?" -msgstr "" - -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -#: popups/pages/Wallet/components/DisconnectModal/index.tsx -msgid "Disconnected successfully." -msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Disconnected." -msgstr "" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "Display the following address on your Web3 profile page and use it to receive tips." -msgstr "" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Do you need to paste encrypted content manually?" -msgstr "您需要手動貼上加密的內容嗎?" - -#. placeholder {0}: selectedAccount?.identifier.userId -#. placeholder {1}: currentPersona.nickname -#: popups/pages/Personas/AccountDetail/index.tsx -msgid "Do you want to remove the verified association between the X account @<0>{0} and {1}?" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Domain" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Don't forget to pin Mask Network in the browser toolbar to access Web3 easily." -msgstr "" - -#: popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx -msgid "Don't see your NFT?" -msgstr "" - -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Done" -msgstr "完成!" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -#: dashboard/components/GoogleDriveFileTable.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Download" -msgstr "下載" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Download backup" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Local.tsx -msgid "Download Backup" -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Downloading" -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Drag & Drop your file here" -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "E-mail" -#~ msgstr "" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Edit" -msgstr "編輯" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "Edit Contact" -msgstr "" - -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "eg: X accounts, persona public keys, wallet addresses or ENS" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Email" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Email verification code" -msgstr "" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Enable auto paste" -msgstr "" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -msgid "Enable the plugin" -msgstr "" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Encrypt" -msgstr "完成" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Encrypt the message in an image" -msgstr "" - -#: content-script/components/CompositionDialog/Composition.tsx -msgid "Encrypted Post" -msgstr "Mask: 發表貼文" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Encrypting your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Encrypting your " -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Encrypting your **data**" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Encryption Method" -msgstr "" - -#: popups/components/AddContactInputPanel/index.tsx -msgid "Ens or Address(0x)" -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Enter a gas limit" -msgstr "輸入礦工費上限" - -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Enter a gas price" -msgstr "輸入礦工費" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Enter a max fee" -msgstr "輸入總交易費用" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Enter a max priority fee" -msgstr "輸入優先交易費用" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "Enter Max spend limit" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx -msgid "Enter Payment Password" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Entered passwords are inconsistent." -msgstr "" - -#. placeholder {0}: rejection.message -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -msgid "Error: {0}" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Ethereum {HD_PATH_WITHOUT_INDEX_ETHEREUM}" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Everyone" -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Example: Alice" -msgstr "" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Trader/Header.tsx -msgid "Exchange" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -msgid "Experience in X" -msgstr "" - -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Explore multi-chain dApps." -msgstr "" - -#: popups/modals/VerifyBackupPasswordModal/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Export" -msgstr "導出" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Failed" -msgstr "失敗" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Failed to add the wallet, please try again." -msgstr "" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "Failed to authorize Google Drive. Please try again." -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptPostFailed.tsx -msgid "Failed to decrypt." -msgstr "" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Failed to disconnect wallet" -msgstr "" - -#. placeholder {0}: (err as Error).message -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Failed to download and merge the backup: {0}" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Failed to download and merge the backup." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#~ msgid "Failed to get permission" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Failed to get permissions" -msgstr "" - -#: dashboard/components/GoogleDriveLogin.tsx -#~ msgid "Failed to login: {0}" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "Failed to restore the backup from Google Drive to your browser. Please try again." -msgstr "" - -#. placeholder {0}: (err as Error).message -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Failed to restore the backup: {0}" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Failed to save network" -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Failed to set Avatar." -msgstr "" - -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Failed to transfer token: {message}" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "FAQ&Tutorial" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Feedback" -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "File" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Find Mask Network in the extension list and click the <0/> button." -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Floor price" -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -#~ msgid "Follow @{officialAccount} for Web3 updates and insights." -#~ msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Follow @masknetwork for Web3 updates and insights." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -msgid "Follow @masknetwork to explore Web3." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -#~ msgid "Follow @realMaskNetwork to explore Web3." -#~ msgstr "" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/modals/SelectLanguageModal/index.tsx -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Follow System" -msgstr "" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Forgot payment password?" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "From" -msgstr "" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "from <0>{fromAddress}" -msgstr "" - -#. placeholder {0}: transaction.formattedTransaction.popup.method -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "Function: {0}" -msgstr "" - -#: popups/components/TransactionPreview/index.tsx -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -#: popups/modals/GasSettingModal/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Gas Fee" -msgstr "" - -#: popups/pages/Wallet/GasSetting/index.tsx -#: popups/pages/Wallet/GasSetting/index.tsx -msgid "Gas fee settings" -msgstr "" - -#: popups/pages/Wallet/GasSetting/index.tsx -msgid "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Gas Limit" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Limit (Units)" -msgstr "" - -#. placeholder {0}: String(minGasLimit) -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Gas limit must be at least {0}" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas limit must be bigger than {minGas}." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas limit must be smaller than {maxGas}." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Gas Price" -msgstr "礦工費" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Price (GWEI)" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas price is too low and will cause the transaction fail" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gas price should be greater than 0" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Gas Used (Units)" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "General" -msgstr "一般" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Generate a new persona" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Generate a new wallet address" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Generating your" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Generating your " -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Generating your **accounts**" -msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -#~ msgid "Get permission failed" -#~ msgstr "" - -#. placeholder {0}: contract?.symbol || '' -#. placeholder {0}: token?.symbol || '' -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -msgid "Give permission to access <0/> your {0}?" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/index.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/index.tsx -msgid "Google Drive" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Got it" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Gwei" -msgstr "" - -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/hooks/useGasOptionsMenu.tsx -msgid "GWEI" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." -msgstr "" - -#: content-script/site-adaptors/twitter.com/injection/PostDialogHint.tsx -msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." -msgstr "" - -#: content-script/site-adaptors/twitter.com/injection/PostDialogHint.tsx -#~ msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @realMaskNetwork to explore Web3." -#~ msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -msgid "Hi friends, I just created {token} Lucky Drop. Download Mask.io to claim." -msgstr "" - -#. placeholder {0}: asset.symbol -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Hide {0}" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Hide {name}" -msgstr "" - -#: popups/components/MnemonicDisplay/index.tsx -msgid "Hide mnemonic words" -msgstr "" - -#: popups/pages/Wallet/components/AssetsList/MoreBar.tsx -msgid "Hide tokens with value less than $1" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/HidingScamTx.tsx -msgid "Hiding Scam Transactions" -msgstr "" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "High" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "History" -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "I wrote down those words in the correct order" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "identity" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Identity ID" -msgstr "" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Image" -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Image copied!" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Import" -msgstr "輸入" - -#: popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx -msgid "Import NFT" -msgstr "" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Import Wallet" -msgstr "匯入錢包" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Import Wallets" -msgstr "" - -#: popups/components/WalletItem/index.tsx -msgid "Imported" -msgstr "" - -#: popups/modals/WalletGroupModal/index.tsx -msgid "Imported Wallets" -msgstr "" - -#: dashboard/hooks/useBackupFormState.ts -msgid "Incorrect Backup Password" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Incorrect backup password." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Incorrect Backup Password." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Incorrect cloud backup password, please try again." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Incorrect Keystore Password." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Incorrect Mnemonic Words." -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Incorrect password" -msgstr "" - -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/hooks/useBackupFormState.ts -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Local.tsx -msgid "Incorrect Password" -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -#~ msgid "Incorrect payment password." -#~ msgstr "" - -#: popups/modals/ShowPrivateKeyModal/index.tsx -#: popups/modals/WalletRemoveModal/index.tsx -msgid "Incorrect Payment Password." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -msgid "Incorrect Private Key" -msgstr "私钥不正确" - -#: dashboard/pages/SetupPersona/Recovery/Phrase.tsx -msgid "Incorrect recovery phrase." -msgstr "" - -#: popups/hooks/useContactsContext.ts -#: popups/modals/AddContactModal/index.tsx -msgid "Incorrect wallet address." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Incorrect words selected. Please try again!" -msgstr "" - -#: dashboard/components/Restore/RestoreFromPrivateKey.tsx -#: dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx -msgid "Input your Private Key" -msgstr "請輸入你的私鑰" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -msgid "Instant" -msgstr "" - -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Insufficient funds for gas." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid Block Explorer URL." -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/EmailForm.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#~ msgid "Invalid email address format." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Invalid email address." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid number" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#~ msgid "Invalid phone number, please check and try again." -#~ msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "Invalid RPC URL." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Invalid verification code." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Issued at" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Just Me" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Just Selected Contacts" -msgstr "" - -#: popups/pages/Wallet/components/StartUp/index.tsx -#~ msgid "Keep your transactions and assets safe with Mask Wallet." -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Kept safely" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Keystore" -msgstr "" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -msgid "Keystore password" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Lack of number, letter or special character." -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Language" -msgstr "" - -#: popups/modals/SelectAppearanceModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Light" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Likely in < {estimateSecond} seconds" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Link" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Load failed" -msgstr "" - -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -#: popups/pages/Friends/Home/UI.tsx -msgid "Loading" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Loading account information..." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Local Backup" -msgstr "" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#~ msgid "Local persona or wallet only" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/index.tsx -msgid "Locale Backup" -msgstr "" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Lock Wallet" -msgstr "" - -#: popups/modals/PersonaSettingModal/index.tsx -#: popups/pages/Personas/Logout/index.tsx -#: popups/pages/Personas/Logout/index.tsx -msgid "Log out" -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "Login to Mask Cloud" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "Logout" -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Logout failed" -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Logout successfully" -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Low" -msgstr "" - -#: popups/modals/ChooseNetworkModal/index.tsx -#: popups/pages/Wallet/NetworkManagement/index.tsx -msgid "Manage Network" -msgstr "" - -#: popups/modals/SupportedSitesModal/index.tsx -msgid "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." -msgstr "" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Mask needs the following permissions" -msgstr "" - -#: content-script/components/InjectedComponents/PostDialogHint.tsx -#: content-script/components/InjectedComponents/ToolboxUnstyled.tsx -msgid "Mask Network" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Mask Network Cloud" -msgstr "" - -#: content-script/components/InjectedComponents/PermissionBoundary.tsx -msgid "Mask Network requires you to authorize the following websites before using it." -msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -#~ msgid "masknetwork" -#~ msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Max" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max Fee" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Max Fee (GWEI)" -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee cannot be lower than max priority fee" -msgstr "總交易費用不能低於優先交易費用" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee is higher than necessary" -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max fee is too low for network conditions." -msgstr "" - -#. placeholder {0}: formatWeiToGwei(miniumMaxFeePerGas).toFixed(2, BigNumber.ROUND_UP) -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max fee should be greater than base fee of {0} Gwei." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max Priority Fee" -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee is higher than necessary. You may pay more than needed." -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max priority fee is too high for network conditions." -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee is too low for network conditions" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Max priority fee is too low for network conditions." -msgstr "" - -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -msgid "Max priority fee must be greater than 0 GWEI" -msgstr "" - -#: popups/components/GasSettingMenu/index.tsx -#: popups/hooks/useGasOptionsMenu.tsx -#: popups/pages/Wallet/GasSetting/GasSetting1559.tsx -#: popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx -msgid "Medium" -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Merge Completed" -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Merge data to local database" -msgstr "" - -#: dashboard/components/GoogleDriveFileTable.tsx -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Merge to Browser" -msgstr "" - -#: dashboard/modals/MergeBackupModal/MergeBackupDialog.tsx -#~ msgid "Merge to local" -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Message" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Mnemonic" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "Mnemonic word" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#~ msgid "Mobile" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#~ msgid "Mobile number" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#~ msgid "Mobile verification code" -#~ msgstr "" - -#. placeholder {0}: String(currentMessageIndex + 1) -#. placeholder {1}: String(totalMessages) -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Multiple transaction requests {0} / {1}" -msgstr "" - -#: popups/pages/Wallet/ContactList/index.tsx -msgid "My Wallets" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "N/A" -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Name" -msgstr "" - -#: popups/components/TokenPicker/index.tsx -msgid "Name or Contract address e.g. USDC or 0x234..." -msgstr "" - -#: popups/modals/ChooseNetworkModal/index.tsx -msgid "Network" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network added" -msgstr "" - -#: popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx -msgid "Network error or execute smart contract failed." -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Network fee" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network Name" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network removed." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "Network saved" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Never share 12-word secret mnemonic with anyone!" -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Never share the 12-word secret mnemonic words with anyone!" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "New password" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "New password cannot be the same as your current password." -msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "New Payment Password" -msgstr "" - -#: content-script/components/GuideStep/index.tsx -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/Transfer/FungibleTokenSection.tsx -msgid "Next" -msgstr "繼續" - -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Next.ID" -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -#: popups/pages/Wallet/AddToken/index.tsx -#: popups/pages/Wallet/components/WalletAssets/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -msgid "NFTs" -msgstr "" - -#: popups/pages/Wallet/AddToken/index.tsx -msgid "NFTs added" -msgstr "" - -#: popups/pages/Friends/Detail/UI.tsx -msgid "No associated accounts" -msgstr "" - -#: popups/components/WalletSettingList/index.tsx -msgid "No associated wallet. <0>Add Wallet." -msgstr "" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "No back up" -msgstr "" - -#: dashboard/components/GoogleDriveFileTable.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "No backups found" -msgstr "" - -#: popups/pages/Friends/Contacts/index.tsx -msgid "No contacts stored locally, you can try searching." -msgstr "" - -#: popups/pages/Wallet/components/ActivityList/index.tsx -msgid "No Data" -msgstr "查無數據" - -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "No friends are stored locally, please try search one." -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "No local key" -msgstr "" - -#: popups/components/TokenPicker/index.tsx -msgid "No matched tokens" -msgstr "" - -#: popups/components/NFTAvatarPicker/CollectionList.tsx -msgid "No NFTs found." -msgstr "" - -#: content-script/components/shared/SelectRecipients/SelectRecipients.tsx -msgid "No results" -msgstr "無結果" - -#: popups/pages/Friends/SearchList/index.tsx -msgid "No search results" -msgstr "" - -#: popups/pages/Wallet/ConnectedSites/index.tsx -msgid "No websites connected to this wallet" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Nonce" -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Not connected" -msgstr "" - -#: popups/pages/Wallet/components/WalletHeader/UI.tsx -msgid "Not Connected" -msgstr "" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "Not enough data to present." -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Not found your {providerType} wallet" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Not set" -msgstr "" - -#: popups/components/NFTAvatarPicker/CollectionList.tsx -msgid "Not supported yet." -msgstr "" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "OK" -msgstr "確認" - -#: popups/pages/Wallet/WalletSettings/DisablePermit.tsx -msgid "Okay" -msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "Old Payment Password" -msgstr "" - -#: content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx -msgid "Only visible to yourself" -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Open in a new tab" -msgstr "在新分頁中開啟" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Open Mask Wallet" -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Or" -msgstr "" - -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Or create a new wallet group" -msgstr "" - -#. placeholder {0}: author.userId -#: content-script/components/InjectedComponents/DecryptedPost/authorDifferentMessage.tsx -msgid "Originally posted by {0}" -msgstr "" - -#: popups/pages/Personas/AccountDetail/UI.tsx -msgid "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Overwrite Backup" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Overwrite current backup" -#~ msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Password" -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Paste manually" -msgstr "手動貼上" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#: dashboard/pages/SetupPersona/Backup/Local.tsx -#: popups/modals/ShowPrivateKeyModal/index.tsx -#: popups/modals/WalletRemoveModal/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Payment Password" -msgstr "支付密碼" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "Payment password changed." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -#: popups/modals/ChangePaymentPasswordModal/index.tsx -#: popups/pages/Wallet/hooks/usePasswordForm.ts -#: popups/pages/Wallet/hooks/usePasswordForm.ts -msgid "Payment password must be 6 to 20 characters." -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Payment password set." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Payment Password should be between 6 and 20 characters." -msgstr "" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Payment password stored locally and you could try as many as you want to unlock your wallet." -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Pending" -msgstr "" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Permissions" -msgstr "" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Permissions List" -msgstr "" - -#: popups/modals/PersonaSettingModal/index.tsx -msgid "Persona" -msgstr "角色" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Persona already exists." -msgstr "" - -#: dashboard/pages/SignUp/steps/PersonaRecovery.tsx -msgid "Persona created." -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Persona Name" -msgstr "" - -#: popups/modals/PersonaRenameModal/index.tsx -msgid "Persona name must between 1 to 24 characters." -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Persona Recovery Phrase" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Persona required." -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Persona: {personaName}" -msgstr "" - -#: dashboard/components/BackupPreview/index.tsx -msgid "Personas" -msgstr "角色" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#~ msgid "Phone verification code" -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -msgid "Pin Mask Network to the toolbar for easier access:" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Pinned successfully." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/index.tsx -#: content-script/site-adaptors/facebook.com/injection/Composition.tsx -msgid "Please click the \"Post\" button to open the compose dialog." -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Please copy the following text and image (if there is one) and publish it." -msgstr "" - -#: popups/modals/VerifyBackupPasswordModal/index.tsx -msgid "Please enter backup password to export persona private key." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Please enter cloud backup password to download file." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Please enter the correct mnemonic words, private key, or upload the correct keystore file." -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -msgid "Please enter your backup password." -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -#~ msgid "Please enter your payment password." -#~ msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Please install your metamask wallet and set up your first wallet." -msgstr "" - -#: popups/pages/Personas/Logout/index.tsx -#~ msgid "Please note: This Persona {0} is the management account of above listed SmartPay {1, plural, one {wallet} other {wallets}}. You cannot use SmartPay wallet to interact with blockchain after logging out persona." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Please select the appropriate method to restore your personal data." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Please select the correct words in the correct order." -msgstr "" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Please set the backup password to back up" -msgstr "" - -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Please set up backup password to export private key." -msgstr "" - -#: popups/modals/WalletAutoLockSettingModal/index.tsx -msgid "Please set up the amount of time before we automatically lock your wallet." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Please sign up or login {siteName} to connect Mask Network." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Please switch to <0>@{expectAccount} to continue the account verification progress." -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "Please use your frequently used email or phone number for backup." -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Please write down or copy these words and save them in a secure place." -msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Please write down the following words in correct order. Keep it safe and do not share with anyone!" -msgstr "" - -#: content-script/components/CompositionDialog/CompositionUI.tsx -msgid "Plugins" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Post content:" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileCard/index.tsx -msgid "Powered by <0>Mask Network" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Previous" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Priority Fee (GWEI)" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Priority fee should be greater than 0." -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Privacy Policy" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Private" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#: popups/pages/Personas/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Private Key" -msgstr "" - -#: popups/modals/PersonaSettingModal/index.tsx -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Profile Photo" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Properties" -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "Public Key: <0>{publicKey}" -msgstr "" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Trader/Header.tsx -msgid "Quote Route" -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -#: popups/modals/SetBackupPasswordModal/index.tsx -msgid "Re-enter" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "ready 🚀" -#~ msgstr "" - -#: content-script/components/CompositionDialog/useSubmit.ts -#~ msgid "realMaskNetwork" -#~ msgstr "" - -#: popups/pages/Wallet/components/ActionGroup/index.tsx -#: popups/pages/Wallet/Receive/index.tsx -msgid "Receive" -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "Recover" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Recover your data" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Recover your wallet" -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -#: popups/modals/SwitchPersonaModal/index.tsx -msgid "Recovery" -msgstr "恢復" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -msgid "Recovery Phrase" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Refresh" -msgstr "刷新" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "Reject {totalMessages} Transactions" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileTabContent.tsx -msgid "Reload" -msgstr "重新讀取" - -#: popups/modals/WalletRemoveModal/index.tsx -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Remove" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Remove Wallet" -msgstr "" - -#: popups/pages/Wallet/WalletSettings/index.tsx -#~ msgid "Remove Wallet?" -#~ msgstr "" - -#: popups/modals/PersonaRenameModal/index.tsx -#: popups/pages/Wallet/CreateWallet/Derive.tsx -#: popups/pages/Wallet/WalletSettings/Rename.tsx -#: popups/pages/Wallet/WalletSettings/Rename.tsx -msgid "Rename" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request ID" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request is valid not after" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request is valid not before" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Request Source" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Reselect" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "Resend" -msgstr "重新傳送" - -#: popups/pages/Wallet/ResetWallet/index.tsx -msgid "Reset Wallet" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Resource" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Restore" -msgstr "恢復" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Restore backup failed." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Restore Completed" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Restore Database" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#~ msgid "Restore failed" -#~ msgstr "恢復失敗" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Restore Failed" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Restore from a previous database backup" -msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Restore or Login" -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Retry" -msgstr "重試" - -#: popups/pages/Wallet/EditNetwork/index.tsx -msgid "RPC URL" -msgstr "" - -#: popups/components/AddContactInputPanel/index.tsx -msgid "Save" -msgstr "存檔" - -#: popups/pages/Personas/AccountDetail/index.tsx -#~ msgid "Save failed" -#~ msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -#~ msgid "Saved" -#~ msgstr "" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "Scam tx" -msgstr "" - -#: popups/pages/Wallet/Receive/index.tsx -msgid "Scan QR code to receive payment" -msgstr "" - -#: popups/pages/Personas/WalletConnect/index.tsx -msgid "Scan QR code with WalletConnect-compatible wallet" -msgstr "" - -#: popups/pages/Friends/Search/index.tsx -msgid "Search Next.ID, X, Lens, ENS or Address" -msgstr "" - -#: popups/pages/Trader/useImplementRuntime.tsx -msgid "Select" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -msgid "Select Address" -msgstr "" - -#: content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "Select All" -msgstr "選擇全部" - -#: popups/modals/SelectProviderModal/index.tsx -msgid "Select and Connect to your wallet" -msgstr "" - -#: popups/modals/SelectLanguageModal/index.tsx -msgid "Select language" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Select Liquidity" -msgstr "" - -#: dashboard/pages/SetupPersona/LocalBackup/index.tsx -#~ msgid "Select the contents of the backup" -#~ msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "Select the wallet(s) to use on this site. You should not connect to website you don't trust." -msgstr "" - -#: popups/pages/Wallet/SelectWallet/index.tsx -msgid "Select Wallet" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -#: popups/components/TransactionPreview/index.tsx -#: popups/pages/Wallet/CollectibleDetail/index.tsx -#: popups/pages/Wallet/components/ActionGroup/index.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/ContactList/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -msgid "Send" -msgstr "發送" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Sent verification post successfully." -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Service Agreement" -msgstr "" - -#: popups/pages/Wallet/ChangeOwner/index.tsx -#~ msgid "Set a New Management Account" -#~ msgstr "" - -#: content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx -msgid "Set NFT Photo" -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Set Payment Password" -msgstr "" - -#: popups/pages/Wallet/SetPaymentPassword/index.tsx -msgid "Set payment password successfully." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Set Your Payment Password" -msgstr "" - -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Set Your Persona Name" -msgstr "" - -#: dashboard/pages/SignUp/steps/PersonaNameUI.tsx -msgid "Set your persona name with maximum length of 24 characters" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Settings" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -#: content-script/components/InjectedComponents/SelectPeopleDialog.tsx -#: content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx -msgid "Share with" -msgstr "" - -#: content-script/components/InjectedComponents/PageInspector.tsx -msgid "Show me how" -msgstr "告訴我怎麼做" - -#: popups/pages/Wallet/components/AssetsList/MoreBar.tsx -msgid "Show tokens with value less than $1" -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -#: popups/pages/Personas/PersonaSignRequest/index.tsx -#: popups/pages/Wallet/Interaction/WalletSignRequest.tsx -msgid "Sign" -msgstr "簽署" - -#: dashboard/pages/SetupPersona/Recovery/index.tsx -#~ msgid "Sign Up" -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Sign-in Request" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signature Request" -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Signing ..." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signing Message (Raw)" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Signing Message (Text)" -msgstr "" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." -msgstr "" - -#: popups/pages/RequestPermission/RequestPermission.tsx -msgid "Sites" -msgstr "" - -#: popups/pages/Personas/PersonaAvatarSetting/index.tsx -msgid "Size limit: 10 MB" -msgstr "" - -#: content-script/components/GuideStep/index.tsx -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Skip" -msgstr "跳過" - -#: popups/pages/Trader/Header.tsx -msgid "Slippage" -msgstr "" - -#: popups/pages/Personas/AccountDetail/index.tsx -#: popups/pages/Personas/Home/UI.tsx -msgid "Social Account" -msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "Sorry, signature failed! Please try signing again." -msgstr "" - -#: popups/modals/GasSettingModal/index.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Speed Up" -msgstr "加速" - -#: popups/components/UnlockERC20Token/index.tsx -#: popups/components/UnlockERC721Token/index.tsx -msgid "Spend limit requested by" -msgstr "" - -#: popups/modals/GasSettingModal/GasSettingDialog.tsx -msgid "Spend more transaction fees to cancel the previous transaction." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx -msgid "Start" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "status" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Recovery/index.tsx -msgid "Step {step}/{step}" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Step {step}/{totalSteps}" -msgstr "" - -#: dashboard/pages/SetupPersona/SignUp/index.tsx -msgid "Step 1/2" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Step 1/3" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "Step 2/2" -msgstr "" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Success" -msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "Suggest to send transactions and sign messages" -msgstr "" - -#: popups/pages/Settings/index.tsx -msgid "Support" -msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Support Identity code, private key, local backups or cloud backups to access your personal data." -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Support mnemonic phrase, private key or keystore file." -msgstr "" - -#: popups/modals/SupportedSitesModal/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Supported Sites" -msgstr "" - -#: popups/pages/Wallet/components/StartUp/index.tsx -msgid "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." -msgstr "" - -#: popups/pages/Trader/Header.tsx -#: popups/pages/Wallet/components/ActionGroup/index.tsx -msgid "Swap" -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx -msgid "Switch other account" -msgstr "" - -#: popups/modals/SwitchPersonaModal/index.tsx -msgid "Switch Persona" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx -msgid "Switch to other accounts" -msgstr "" - -#: popups/components/MnemonicDisplay/index.tsx -msgid "Tap to view the mnemonic words <0/> Make sure no one is looking at your screen" -msgstr "" - -#: popups/components/PrivateKeyDisplay/index.tsx -msgid "Tap to view the private key <0/> Make sure no one is looking at your screen" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Text" -msgstr "" - -#: content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx -msgid "Text copied!" -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "The approval for this contract will be revoked in case of the amount is 0." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "The chainID is not equal to the currently connected one." -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#~ msgid "The code is incorrect." -#~ msgstr "" - -#: dashboard/utils/api.ts -msgid "The download link is expired" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#~ msgid "The Mask Network Cloud Backup feature will be deactivated on April 30, 2025. Please use alternative cloud backup services or local backup solutions." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx -#~ msgid "The Mask Network Cloud Backup feature will be deactivated on Jun 30, 2025. Please use alternative cloud backup services or local backup solutions." -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "The mnemonic word has been copied, please keep it in a safe place." -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/index.tsx -msgid "The mnemonic words has been copied, please keep it in a safe place." -msgstr "" - -#. placeholder {0}: match.nativeCurrency.symbol -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -msgid "The network with chain ID {formChainId} may use a different currency symbol ({0}) than the one you have entered. Please check." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -#~ msgid "The network with chain ID {formChainId} may use a different currency symbol ({1}) than the one you have entered. Please check." -#~ msgstr "" - -#: popups/modals/ChangePaymentPasswordModal/index.tsx -msgid "The new passwords don't match" -msgstr "" - -#. placeholder {0}: profile.identifier.userId -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is connected to the account @${0}." -msgstr "" - -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is connected to the following accounts: {list}" -msgstr "" - -#: content-script/components/shared/SelectRecipients/ProfileInList.tsx -msgid "The Persona is not connected to any accounts." -msgstr "" - -#: popups/modals/PersonaRenameModal/index.tsx -msgid "The persona name already exists." -msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/CloudBackupFormContext.ts -#~ msgid "The phone number is incorrect." -#~ msgstr "通訊號碼錯誤" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "The RPC URL you have entered returned a different chain ID ({rpcChainId}). Please update the Chain ID to match the RPC URL of the network you are trying to add." -msgstr "" - -#. placeholder {0}: format(localTransaction.updatedAt, "HH:mm 'on' M/dd/yyyy") -#: popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts -msgid "The transaction was complete and has been recorded on blockchain at {0}" -msgstr "" - -#. placeholder {0}: format(localTransaction.createdAt, "HH:mm 'on' M/dd/yyyy") -#: popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts -msgid "The transaction was confirmed at {0}" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -msgid "The wallet address already exists." -msgstr "" - -#: popups/modals/AddContactModal/index.tsx -#: popups/modals/EditContactModal/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -msgid "The wallet name already exists." -msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "The web site can" -msgstr "" - -#. placeholder {0}: message.domain -#: popups/components/SignRequestInfo/index.tsx -msgid "The website ({messageOrigin}) is asking you to sign in to another domain ({0}). This may be a phishing attack." -msgstr "" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "There was a network or RPC provider error, please try again later!" -msgstr "" - -#: popups/hooks/useContactsContext.ts -msgid "This address is a contract address." -msgstr "" - -#: popups/hooks/useContactsContext.ts -msgid "This address may be a scam address." -msgstr "" - -#. placeholder {0}: String(token?.symbol) -#: popups/components/UnlockERC20Token/index.tsx -msgid "This allows the third party to spend {value} {0} from your current balance." -msgstr "" - -#: popups/components/UnlockERC20Token/index.tsx -msgid "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -#~ msgid "This Chain ID is currently used by the {0} network." -#~ msgstr "" - -#. placeholder {0}: duplicated.name -#: popups/pages/Wallet/EditNetwork/useWarnings.ts -msgid "This Chain ID is currently used by the {0} network. " -msgstr "" - -#: popups/hooks/useContactsContext.ts -msgid "This ENS does not exist or not be resolved." -msgstr "" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " -msgstr "" - -#: popups/pages/Personas/ExportPrivateKey/index.tsx -#~ msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0>Global Backup " -#~ msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This message contains a invalid EIP-4361 message. It is better to reject this request." -msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "This network name already exists" -msgstr "" - -#: dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx -msgid "This QR includes your identity, please keep it safely." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx -msgid "This QR includes your mnemonic words, please keep it safely." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This request has been expired." -msgstr "" - -#: popups/pages/Wallet/Interaction/interaction.tsx -msgid "This request may be a phishing attach. I understand this and want to continue." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "This request should only be sign in the future." -msgstr "" - -#. placeholder {0}: network.name -#: popups/pages/Wallet/EditNetwork/network-schema.ts -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "This RPC URL is currently used by the {0} network" -msgstr "" - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -msgid "This tweet is encrypted with #mask_io (@masknetwork). 📪🔑" -msgstr "" - -#: content-script/site-adaptors/twitter.com/customization/i18n.ts -#~ msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" -#~ msgstr "" - -#. placeholder {0}: String(currentPersona?.nickname) -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "This wallet is connected to current persona {0}." -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "This will overwrite the existing cloud backup with the local data, this cannot be undo." -msgstr "" - -#: popups/components/AddContactInputPanel/index.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "To" -msgstr "" - -#. placeholder {0}: formatDomainName(domain) -#. placeholder {0}: formatEthereumAddress(toAddress, 4) -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "to {0}" -msgstr "" - -#: popups/pages/Wallet/components/ActivityList/ActivityItem.tsx -msgid "to <0>{toAddress}" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "To verify your X account and record it on the NextID, please send this post for the verification." -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx -msgid "To verify your X account and record it on the NextID, you will need to send a post for the verification." -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token" -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token Address" -msgstr "" - -#: popups/pages/Wallet/CollectibleDetail/index.tsx -msgid "Token now is hidden." -msgstr "" - -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -#: popups/pages/Wallet/Interaction/WatchTokenRequest.tsx -msgid "Token Value" -msgstr "" - -#: popups/pages/Wallet/AddToken/index.tsx -#: popups/pages/Wallet/components/WalletAssets/index.tsx -#: popups/pages/Wallet/Transfer/index.tsx -msgid "Tokens" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Trading Route" -msgstr "" - -#: popups/pages/Trader/Header.tsx -msgid "Transaction Details" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Transaction Fee" -msgstr "" - -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "Transaction Hash" -msgstr "" - -#: content-script/components/GuideStep/index.tsx -msgid "Try" -msgstr "試一下" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "Trying exploring more features powered by Mask Network." -msgstr "" - -#: popups/modals/ChangeBackupPasswordModal/index.tsx -msgid "Two entered passwords are different." -msgstr "" - -#: popups/modals/SetBackupPasswordModal/index.tsx -#: popups/pages/Wallet/hooks/usePasswordForm.ts -msgid "Two entered passwords are not the same." -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Unknown EIP-4361 message version." -msgstr "" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Unlock" -msgstr "解鎖" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Unpacking" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -#: dashboard/pages/SetupPersona/Recovery/Local.tsx -msgid "Unsupported data backup" -msgstr "不支持數據備份格式" - -#: dashboard/components/Restore/RestoreWalletFromLocal.tsx -msgid "Unsupported key store data" -msgstr "" - -#: popups/pages/Wallet/SelectWallet/index.tsx -msgid "Unsupported network type" -msgstr "" - -#: dashboard/pages/SetupPersona/Permissions/index.tsx -msgid "Update permission for X.com" -msgstr "" - -#: popups/modals/UpdatePermissionModal/index.tsx -msgid "Update X.com Permissions" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Upload backup" -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -msgid "Uploading" -msgstr "" - -#: popups/pages/Wallet/EditNetwork/network-schema.ts -msgid "URLs require the appropriate HTTPS prefix." -msgstr "" - -#: content-script/site-adaptors/instagram.com/injection/NFT/ProfileNFTAvatar.tsx -msgid "Use NFT" -msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Use Persona to encrypt and decrypt social media posts & messages." -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionMethodSelector.tsx -msgid "Use text encryption" -msgstr "" - -#: popups/pages/Wallet/TokenDetail/index.tsx -msgid "value" -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx -msgid "Verification code has been sent to your email. Please check your mailbox." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/PhoneField.tsx -#~ msgid "Verification code has been sent to your phone." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Backup/Cloud/PhoneForm.tsx -#: dashboard/pages/SetupPersona/Backup/Cloud/EmailForm.tsx -#~ msgid "Verification code sent" -#~ msgstr "驗證碼已傳送" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Verify" -msgstr "驗證" - -#: content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts -msgid "Verify Account" -msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -#: popups/pages/Settings/index.tsx -msgid "Version" -msgstr "" - -#: popups/pages/Wallet/Interaction/TransactionRequest.tsx -msgid "View full transaction details" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx -#: content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx -#: popups/pages/Personas/ConnectWallet/index.tsx -#: popups/pages/Wallet/TransactionDetail/index.tsx -msgid "View on Explorer" -msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your account balance and history" -msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your address" -msgstr "" - -#: popups/pages/Wallet/Interaction/PermissionRequest.tsx -msgid "View your Tokens and NFTs" -msgstr "" - -#: content-script/components/CompositionDialog/EncryptionTargetSelector.tsx -msgid "Visible To" -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Waiting for {providerType}" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "wallet" -#~ msgstr "" - -#: popups/modals/WalletGroupModal/index.tsx -#: popups/pages/Wallet/SwitchWallet/index.tsx -msgid "Wallet Account" -msgstr "" - -#: popups/components/ConnectedWallet/index.tsx -msgid "Wallet disconnected" -msgstr "" - -#. placeholder {0}: String(index + 1) -#: popups/modals/WalletGroupModal/index.tsx -#: popups/pages/Wallet/CreateWallet/index.tsx -msgid "Wallet Group #{0}" -msgstr "" - -#: popups/pages/Wallet/ConnectedSites/index.tsx -#~ msgid "Wallet name is connected to these sites, they can view your account address." -#~ msgstr "" - -#: popups/modals/WalletRenameModal/index.tsx -#: popups/modals/WalletRenameModal/index.tsx -msgid "Wallet name must between 3 to 18 characters." -msgstr "" - -#: popups/modals/ConnectProvider/index.tsx -msgid "Wallet request timed out" -msgstr "" - -#: popups/pages/Wallet/SwitchWallet/index.tsx -#: popups/pages/Wallet/WalletSettings/index.tsx -msgid "Wallet Settings" -msgstr "" - -#: popups/pages/Personas/WalletConnect/index.tsx -msgid "WalletConnect" -msgstr "" - -#: dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx -msgid "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" -msgstr "" - -#: content-script/components/InjectedComponents/ProfileCard/index.tsx -msgid "Web3 Profile Card" -msgstr "" - -#: popups/pages/Settings/index.tsx -#: popups/pages/Wallet/components/OriginCard/index.tsx -msgid "Website" -msgstr "" - -#: popups/pages/Wallet/Unlock/index.tsx -msgid "Welcome Back" -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackupPreview/index.tsx -#~ msgid "Welcome to Mask Cloud Services" -#~ msgstr "" - -#: popups/pages/Personas/Home/UI.tsx -msgid "Welcome to Mask Network" -msgstr "" - -#: dashboard/pages/SetupPersona/Welcome/index.tsx -msgid "Welcome to use Mask Network" -msgstr "" - -#: dashboard/components/GoogleDriveLogin.tsx -msgid "when you click Add Google Drive button,you will be forwarded to Google authorization pages." -msgstr "" - -#: popups/pages/Wallet/ExportPrivateKey/index.tsx -msgid "Write down mnemonic words" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx -msgid "Write down recovery phrase" -msgstr "" - -#: content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx -msgid "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." -msgstr "" - -#: dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx -#~ msgid "You have backed up your data." -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "You have recovered" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "You have recovered " -#~ msgstr "" - -#: popups/pages/Personas/ConnectWallet/index.tsx -msgid "You have signed with your wallet." -msgstr "" - -#: dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx -msgid "You have successfully restored the backup from Google Drive to your browser." -msgstr "" - -#: dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx -msgid "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" -msgstr "" - -#: content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx -msgid "You need to open the dApp to view the specific content." -msgstr "" - -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#: dashboard/pages/SetupPersona/CloudBackup/index.tsx -#~ msgid "You used <0>{0} for the last cloud backup." -#~ msgstr "" - -#: popups/components/SignRequestInfo/index.tsx -msgid "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Your file has been successfully merged into the browser data." -msgstr "" - -#: dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx -msgid "Your file has been successfully restore into the browser data." -msgstr "" - -#: dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx -msgid "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Your Persona has been successfully created." -msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Your Persona is on" -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -#~ msgid "Your Persona is on " -#~ msgstr "" - -#: dashboard/pages/SetupPersona/Onboarding/index.tsx -msgid "Your Persona is on **ready 🚀**" -msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Your Wallet is on" -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -#~ msgid "Your Wallet is on " -#~ msgstr "" - -#: dashboard/pages/CreateMaskWallet/Onboarding/index.tsx -msgid "Your Wallet is on **ready 🚀**" -msgstr "" - -#: popups/pages/Wallet/components/ImportCreateWallet/index.tsx -msgid "Your X account authorization has timed out. Please try again." -msgstr "" diff --git a/packages/mask/shared/plugin-infra/host.ts b/packages/mask/shared/plugin-infra/host.ts index ac7676f3779a..31fb94f3d737 100644 --- a/packages/mask/shared/plugin-infra/host.ts +++ b/packages/mask/shared/plugin-infra/host.ts @@ -2,15 +2,8 @@ import './register.js' import { Emitter } from '@servie/events' import type { Plugin } from '@masknet/plugin-infra' -import { - BooleanPreference, - MaskMessages, - createI18NBundle, - InMemoryStorages, - PersistentStorages, -} from '@masknet/shared-base' +import { BooleanPreference, MaskMessages, InMemoryStorages, PersistentStorages } from '@masknet/shared-base' import { Flags } from '@masknet/flags' -import { i18n } from '@lingui/core' export function createSharedContext(pluginID: string, signal: AbortSignal): Plugin.Shared.SharedContext { return { @@ -53,9 +46,6 @@ export function createPluginHost( signal, disabled, minimalMode, - addI18NResource(plugin, resource) { - createI18NBundle(resource)(i18n) - }, createContext, permission, } diff --git a/packages/mask/shared/sandboxed-plugin/host-api.ts b/packages/mask/shared/sandboxed-plugin/host-api.ts index 2e6943cf9a05..95fc3c71a741 100644 --- a/packages/mask/shared/sandboxed-plugin/host-api.ts +++ b/packages/mask/shared/sandboxed-plugin/host-api.ts @@ -1,7 +1,5 @@ import { Environment, MessageTarget, WebExtensionMessage } from '@dimensiondev/holoflows-kit' -import { createI18NBundle } from '@masknet/shared-base' import type { BasicHostHooks } from '@masknet/sandboxed-plugin-runtime' -import { i18n } from '@lingui/core' export function createHostAPIs(isBackground: boolean): BasicHostHooks { let message: WebExtensionMessage<{ f: any; g: any }> @@ -33,7 +31,6 @@ export function createHostAPIs(isBackground: boolean): BasicHostHooks { if (_.status === 'rejected') continue locales[_.value.language] = _.value.locales } - createI18NBundle(locales)(i18n) }, createRpcChannel(id, signal) { message ??= new WebExtensionMessage({ domain: `mask-plugin-${id}-rpc` }) diff --git a/packages/plugin-infra/src/manager/manage.ts b/packages/plugin-infra/src/manager/manage.ts index 822dd4a0e53f..5fc6132a11eb 100644 --- a/packages/plugin-infra/src/manager/manage.ts +++ b/packages/plugin-infra/src/manager/manage.ts @@ -78,11 +78,10 @@ export function createManager< extraCheck?: (id: string) => boolean, ) { _host = host - const { signal = new AbortController().signal, addI18NResource, minimalMode } = _host + const { signal = new AbortController().signal, minimalMode } = _host const removeListener1 = minimalMode.events.on('enabled', (id) => updateCompositedMinimalMode(id)) const removeListener2 = minimalMode.events.on('disabled', (id) => updateCompositedMinimalMode(id)) const removeListener3 = onNewPluginRegistered((id, define) => { - define.i18n && addI18NResource(id, define.i18n) checkRequirementAndStartOrStop() }) @@ -97,9 +96,6 @@ export function createManager< { once: true }, ) - for (const [, plugin] of registeredPlugins.getCurrentValue()) { - plugin.i18n && addI18NResource(plugin.ID, plugin.i18n) - } checkRequirementAndStartOrStop().then().catch(console.error) async function checkRequirementAndStartOrStop() { diff --git a/packages/plugin-infra/src/types.ts b/packages/plugin-infra/src/types.ts index df0e1bf9aaa0..2f99ae10d74d 100644 --- a/packages/plugin-infra/src/types.ts +++ b/packages/plugin-infra/src/types.ts @@ -126,8 +126,6 @@ export namespace Plugin.Shared { * If the plugin is in the minimal mode by default. */ inMinimalModeByDefault?: boolean - /** i18n resources of this plugin */ - i18n?: I18NResource /** * Declare what this plugin provides. * @@ -1103,8 +1101,6 @@ export namespace Plugin.__Host { */ disabled: EnabledStatusReporter - addI18NResource(pluginID: string, resources: Shared.I18NResource): void - createContext(id: string, definition: Definition, signal: AbortSignal): Context signal?: AbortSignal diff --git a/packages/plugins/Approval/package.json b/packages/plugins/Approval/package.json index 8370edd6f1cf..6c257d8c7fed 100644 --- a/packages/plugins/Approval/package.json +++ b/packages/plugins/Approval/package.json @@ -27,32 +27,5 @@ "@masknet/web3-providers": "workspace:^", "@masknet/theme": "workspace:^", "@masknet/web3-telemetry": "workspace:^" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/Approval/src/base.ts b/packages/plugins/Approval/src/base.ts index f4812e1bf7ac..8bfa42719b6c 100644 --- a/packages/plugins/Approval/src/base.ts +++ b/packages/plugins/Approval/src/base.ts @@ -2,7 +2,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { DEFAULT_PLUGIN_PUBLISHER, EnhanceableSite, NetworkPluginID } from '@masknet/shared-base' import { ChainId } from '@masknet/web3-shared-evm' import { ApprovalPluginID } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: ApprovalPluginID, @@ -39,5 +38,4 @@ export const base: Plugin.Shared.Definition = { [NetworkPluginID.PLUGIN_SOLANA]: { supportedChainIds: [] }, }, }, - i18n: languages, } diff --git a/packages/plugins/Approval/src/locale/en-US.json b/packages/plugins/Approval/src/locale/en-US.json deleted file mode 100644 index 474e64bf8e55..000000000000 --- a/packages/plugins/Approval/src/locale/en-US.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "0/eoR6": ["Revoking"], - "6RDwJM": ["Tokens"], - "GXsAby": ["Revoke"], - "QowPFh": ["Collectibles"], - "W5OcTk": ["No approved contract records."], - "YjX+AG": ["Approved Amount"], - "kCAzy/": ["Collection Approval"], - "ks5OGD": ["Contract"], - "nFjzvC": ["Approved Amount ", ["0"]], - "yb/fjw": ["Approval"] - } -} diff --git a/packages/plugins/Approval/src/locale/en-US.po b/packages/plugins/Approval/src/locale/en-US.po deleted file mode 100644 index 274c2d6b6fcb..000000000000 --- a/packages/plugins/Approval/src/locale/en-US.po +++ /dev/null @@ -1,67 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: src/SiteAdaptor/ApprovalDialog.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Approval" -msgstr "" - -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#~ msgid "Approved Amount" -#~ msgstr "" - -#. placeholder {0}: amount ? {formatSpendingCap(amount)} : null -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Approved Amount {0}" -msgstr "" - -#: src/SiteAdaptor/ApprovalDialog.tsx -msgid "Collectibles" -msgstr "" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -msgid "Collection Approval" -msgstr "" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Contract" -msgstr "" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "No approved contract records." -msgstr "" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Revoke" -msgstr "" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Revoking" -msgstr "" - -#: src/SiteAdaptor/ApprovalDialog.tsx -msgid "Tokens" -msgstr "" diff --git a/packages/plugins/Approval/src/locale/ja-JP.json b/packages/plugins/Approval/src/locale/ja-JP.json deleted file mode 100644 index 143cef53151a..000000000000 --- a/packages/plugins/Approval/src/locale/ja-JP.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "0/eoR6": ["取り消し"], - "6RDwJM": ["トークン"], - "GXsAby": ["取り消し"], - "QowPFh": ["コレクティブ"], - "W5OcTk": ["承認された契約記録がありません。"], - "YjX+AG": ["承認済み金額"], - "kCAzy/": ["コレクションを承認"], - "ks5OGD": ["コントラクト"], - "nFjzvC": ["Approved Amount ", ["0"]], - "yb/fjw": ["承認"] - } -} diff --git a/packages/plugins/Approval/src/locale/ja-JP.po b/packages/plugins/Approval/src/locale/ja-JP.po deleted file mode 100644 index 38c2bbb3ae46..000000000000 --- a/packages/plugins/Approval/src/locale/ja-JP.po +++ /dev/null @@ -1,72 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:53\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Approval/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 946\n" - -#: src/SiteAdaptor/ApprovalDialog.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Approval" -msgstr "承認" - -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#~ msgid "Approved Amount" -#~ msgstr "承認済み金額" - -#. placeholder {0}: amount ? {formatSpendingCap(amount)} : null -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Approved Amount {0}" -msgstr "" - -#: src/SiteAdaptor/ApprovalDialog.tsx -msgid "Collectibles" -msgstr "コレクティブ" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -msgid "Collection Approval" -msgstr "コレクションを承認" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Contract" -msgstr "コントラクト" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "No approved contract records." -msgstr "承認された契約記録がありません。" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Revoke" -msgstr "取り消し" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Revoking" -msgstr "取り消し" - -#: src/SiteAdaptor/ApprovalDialog.tsx -msgid "Tokens" -msgstr "トークン" diff --git a/packages/plugins/Approval/src/locale/ko-KR.json b/packages/plugins/Approval/src/locale/ko-KR.json deleted file mode 100644 index 6e01bab6bfae..000000000000 --- a/packages/plugins/Approval/src/locale/ko-KR.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "0/eoR6": ["취소 중"], - "6RDwJM": ["토큰"], - "GXsAby": ["취소"], - "QowPFh": ["수집품"], - "W5OcTk": ["승인된 컨트렉트 기록이 없습니다."], - "YjX+AG": ["승인된 금액"], - "kCAzy/": ["컬렉션 승인"], - "ks5OGD": ["컨트랙트"], - "nFjzvC": ["Approved Amount ", ["0"]], - "yb/fjw": ["승인"] - } -} diff --git a/packages/plugins/Approval/src/locale/ko-KR.po b/packages/plugins/Approval/src/locale/ko-KR.po deleted file mode 100644 index cf40c1bb9ebc..000000000000 --- a/packages/plugins/Approval/src/locale/ko-KR.po +++ /dev/null @@ -1,72 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:53\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Approval/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 946\n" - -#: src/SiteAdaptor/ApprovalDialog.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Approval" -msgstr "승인" - -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#~ msgid "Approved Amount" -#~ msgstr "승인된 금액" - -#. placeholder {0}: amount ? {formatSpendingCap(amount)} : null -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Approved Amount {0}" -msgstr "" - -#: src/SiteAdaptor/ApprovalDialog.tsx -msgid "Collectibles" -msgstr "수집품" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -msgid "Collection Approval" -msgstr "컬렉션 승인" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Contract" -msgstr "컨트랙트" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "No approved contract records." -msgstr "승인된 컨트렉트 기록이 없습니다." - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Revoke" -msgstr "취소" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Revoking" -msgstr "취소 중" - -#: src/SiteAdaptor/ApprovalDialog.tsx -msgid "Tokens" -msgstr "토큰" diff --git a/packages/plugins/Approval/src/locale/languages.ts b/packages/plugins/Approval/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/Approval/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/Approval/src/locale/qya-AA.po b/packages/plugins/Approval/src/locale/qya-AA.po deleted file mode 100644 index 5658c43cd8af..000000000000 --- a/packages/plugins/Approval/src/locale/qya-AA.po +++ /dev/null @@ -1,68 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:45\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Approval/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 946\n" - -#: src/SiteAdaptor/ApprovalDialog.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Approval" -msgstr "crwdns28284:0crwdne28284:0" - -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Approved Amount" -msgstr "crwdns28286:0crwdne28286:0" - -#: src/SiteAdaptor/ApprovalDialog.tsx -msgid "Collectibles" -msgstr "crwdns28288:0crwdne28288:0" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -msgid "Collection Approval" -msgstr "crwdns28290:0crwdne28290:0" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Contract" -msgstr "crwdns28292:0crwdne28292:0" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "No approved contract records." -msgstr "crwdns28294:0crwdne28294:0" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Revoke" -msgstr "crwdns28296:0crwdne28296:0" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Revoking" -msgstr "crwdns28298:0crwdne28298:0" - -#: src/SiteAdaptor/ApprovalDialog.tsx -msgid "Tokens" -msgstr "crwdns28300:0crwdne28300:0" - diff --git a/packages/plugins/Approval/src/locale/zh-CN.json b/packages/plugins/Approval/src/locale/zh-CN.json deleted file mode 100644 index 3e065595d831..000000000000 --- a/packages/plugins/Approval/src/locale/zh-CN.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "0/eoR6": ["撤销中"], - "6RDwJM": ["代币"], - "GXsAby": ["撤销"], - "QowPFh": ["NFT"], - "W5OcTk": ["暂无授权合约记录。"], - "YjX+AG": ["授权数额"], - "kCAzy/": ["NFT 系列授权"], - "ks5OGD": ["合约"], - "nFjzvC": ["Approved Amount ", ["0"]], - "yb/fjw": ["授权"] - } -} diff --git a/packages/plugins/Approval/src/locale/zh-CN.po b/packages/plugins/Approval/src/locale/zh-CN.po deleted file mode 100644 index c7ab51c222b9..000000000000 --- a/packages/plugins/Approval/src/locale/zh-CN.po +++ /dev/null @@ -1,72 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:53\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Approval/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 946\n" - -#: src/SiteAdaptor/ApprovalDialog.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Approval" -msgstr "授权" - -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#~ msgid "Approved Amount" -#~ msgstr "授权数额" - -#. placeholder {0}: amount ? {formatSpendingCap(amount)} : null -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Approved Amount {0}" -msgstr "" - -#: src/SiteAdaptor/ApprovalDialog.tsx -msgid "Collectibles" -msgstr "NFT" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -msgid "Collection Approval" -msgstr "NFT 系列授权" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Contract" -msgstr "合约" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "No approved contract records." -msgstr "暂无授权合约记录。" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Revoke" -msgstr "撤销" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Revoking" -msgstr "撤销中" - -#: src/SiteAdaptor/ApprovalDialog.tsx -msgid "Tokens" -msgstr "代币" diff --git a/packages/plugins/Approval/src/locale/zh-TW.json b/packages/plugins/Approval/src/locale/zh-TW.json deleted file mode 100644 index 3e065595d831..000000000000 --- a/packages/plugins/Approval/src/locale/zh-TW.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "0/eoR6": ["撤销中"], - "6RDwJM": ["代币"], - "GXsAby": ["撤销"], - "QowPFh": ["NFT"], - "W5OcTk": ["暂无授权合约记录。"], - "YjX+AG": ["授权数额"], - "kCAzy/": ["NFT 系列授权"], - "ks5OGD": ["合约"], - "nFjzvC": ["Approved Amount ", ["0"]], - "yb/fjw": ["授权"] - } -} diff --git a/packages/plugins/Approval/src/locale/zh-TW.po b/packages/plugins/Approval/src/locale/zh-TW.po deleted file mode 100644 index f9a03cc0c274..000000000000 --- a/packages/plugins/Approval/src/locale/zh-TW.po +++ /dev/null @@ -1,72 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Approval/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 946\n" - -#: src/SiteAdaptor/ApprovalDialog.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Approval" -msgstr "" - -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#~ msgid "Approved Amount" -#~ msgstr "" - -#. placeholder {0}: amount ? {formatSpendingCap(amount)} : null -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Approved Amount {0}" -msgstr "" - -#: src/SiteAdaptor/ApprovalDialog.tsx -msgid "Collectibles" -msgstr "" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -msgid "Collection Approval" -msgstr "" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Contract" -msgstr "" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "No approved contract records." -msgstr "" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Revoke" -msgstr "" - -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalNFTContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -#: src/SiteAdaptor/ApprovalTokenContent.tsx -msgid "Revoking" -msgstr "" - -#: src/SiteAdaptor/ApprovalDialog.tsx -msgid "Tokens" -msgstr "" diff --git a/packages/plugins/ArtBlocks/package.json b/packages/plugins/ArtBlocks/package.json index e05a6221bd49..c18d2a393058 100644 --- a/packages/plugins/ArtBlocks/package.json +++ b/packages/plugins/ArtBlocks/package.json @@ -33,32 +33,5 @@ "react-use": "^17.5.0", "urlcat": "^3.1.0", "web3-utils": "1.10.2" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/ArtBlocks/src/base.tsx b/packages/plugins/ArtBlocks/src/base.tsx index 4daf80d08826..73efa58f2956 100644 --- a/packages/plugins/ArtBlocks/src/base.tsx +++ b/packages/plugins/ArtBlocks/src/base.tsx @@ -1,7 +1,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { EnhanceableSite } from '@masknet/shared-base' import { ARTBLOCKS_PLUGIN_ID, PLUGIN_NAME, URL_PATTERN } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: ARTBLOCKS_PLUGIN_ID, @@ -23,5 +22,4 @@ export const base: Plugin.Shared.Definition = { contribution: { postContent: new Set([URL_PATTERN]), }, - i18n: languages, } diff --git a/packages/plugins/ArtBlocks/src/locale/en-US.json b/packages/plugins/ArtBlocks/src/locale/en-US.json deleted file mode 100644 index 7576687dfcd7..000000000000 --- a/packages/plugins/ArtBlocks/src/locale/en-US.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "messages": { - "623chP": ["Infos"], - "D9iWaX": ["Please check ToS document"], - "NIudOl": [ - "I just purchased a beautiful piece of art from {3} collection for ", - ["4"], - " ", - ["5"], - ". Welcome to join." - ], - "RqRRf6": ["Created by <0>", ["0"], " • <1>Website"], - "SDrb6I": [ - "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." - ], - "SG6jy+": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Install @realMaskNetwork to get yours." - ], - "URAE3q": ["Paused"], - "URmyfc": ["Details"], - "V5lpjo": ["Created by <0>", ["0"], "• <1>Website"], - "bLvQvN": ["Library:"], - "gERRYE": ["Artblocks"], - "ie2c+s": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Welcome to join." - ], - "iobEyh": ["By checking this box, I agree to ArtBlocks's <0>Terms of Service."], - "ldI18s": ["Minted:"], - "mW8F64": ["This project is no longer active"], - "p7l2aC": ["Contract:"], - "q+hNag": ["Collection"], - "q/ao7A": ["Price per mint"], - "qqWcBV": ["Completed"], - "rcNnsQ": ["Price:"], - "uqF4Nm": ["Blockchain:"], - "xTQLHC": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Install @masknetwork to get yours." - ], - "xjhtsV": ["Chain"], - "ywDBfs": ["Something went wrong!"], - "z/3+av": ["License:"], - "zZk9Yz": ["Purchase"], - "zgqgNP": ["Purchasing...."], - "znqB4T": ["Insufficient balance"] - } -} diff --git a/packages/plugins/ArtBlocks/src/locale/en-US.po b/packages/plugins/ArtBlocks/src/locale/en-US.po deleted file mode 100644 index 6e647bb72af7..000000000000 --- a/packages/plugins/ArtBlocks/src/locale/en-US.po +++ /dev/null @@ -1,133 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: src/SiteAdaptor/index.tsx -msgid "Artblocks" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Blockchain:" -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "By checking this box, I agree to ArtBlocks's <0>Terms of Service." -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Chain" -msgstr "" - -#: src/SiteAdaptor/Collectible.tsx -msgid "Collection" -msgstr "" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "Completed" -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Contract:" -msgstr "" - -#. placeholder {0}: project.artistName -#: src/SiteAdaptor/DetailsView.tsx -msgid "Created by <0>{0} • <1>Website" -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -#~ msgid "Created by <0>{0}• <1>Website" -#~ msgstr "" - -#: src/SiteAdaptor/Collectible.tsx -msgid "Details" -msgstr "" - -#. placeholder {0}: project.name -#. placeholder {1}: price.toFixed() -#. placeholder {2}: token?.symbol || '' -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Install @masknetwork to get yours." -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -#~ msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Install @realMaskNetwork to get yours." -#~ msgstr "" - -#. placeholder {0}: project.name -#. placeholder {1}: price.toFixed() -#. placeholder {2}: token?.symbol || '' -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Welcome to join." -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -#~ msgid "I just purchased a beautiful piece of art from '{3}' collection for {4} {5}. Welcome to join." -#~ msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Infos" -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Insufficient balance" -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Library:" -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "License:" -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Minted:" -msgstr "" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "Paused" -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Please check ToS document" -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Price per mint" -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Price:" -msgstr "" - -#: src/SiteAdaptor/ActionBar.tsx -#: src/SiteAdaptor/PurchaseDialog.tsx -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Purchase" -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Purchasing...." -msgstr "" - -#: src/SiteAdaptor/Collectible.tsx -msgid "Something went wrong!" -msgstr "" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "This project is no longer active" -msgstr "" diff --git a/packages/plugins/ArtBlocks/src/locale/ja-JP.json b/packages/plugins/ArtBlocks/src/locale/ja-JP.json deleted file mode 100644 index e168267bb396..000000000000 --- a/packages/plugins/ArtBlocks/src/locale/ja-JP.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "messages": { - "623chP": ["情報"], - "D9iWaX": ["ToS ドキュメントを確認してください"], - "NIudOl": [ - "I just purchased a beautiful piece of art from {3} collection for ", - ["4"], - " ", - ["5"], - ". Welcome to join." - ], - "RqRRf6": ["Created by <0>", ["0"], " • <1>Website"], - "SDrb6I": [ - "Artblocksでは、好きなスタイルを選び、作品に対価を支払うと、アルゴリズムによってランダムに生成されたバージョンのコンテンツが作成され、イーサリアムアカウントに送られる。" - ], - "SG6jy+": [ - ["0"], - " ", - ["1"], - " ", - ["2"], - "のコレクションから美しいアート作品を購入しました。@realMaskNetworkをインストールすると、あなたも手に入ります。" - ], - "URAE3q": ["一時停止"], - "URmyfc": ["詳細"], - "V5lpjo": ["Created by <0>", ["0"], "• <1>Website"], - "bLvQvN": ["ライブラリー:"], - "gERRYE": ["Artblocks"], - "ie2c+s": [["0"], " ", ["1"], " ", ["2"], "のコレクションから、美しいアート作品を購入しました。ようこそ。"], - "iobEyh": ["By checking this box, I agree to ArtBlocks's <0>Terms of Service."], - "ldI18s": ["ミント済"], - "mW8F64": ["This project is no longer active"], - "p7l2aC": ["コントラクト:"], - "q+hNag": ["コレクション"], - "q/ao7A": ["1ミントあたりの価格"], - "qqWcBV": ["完了しました"], - "rcNnsQ": ["価格:"], - "uqF4Nm": ["ブロックチェーン:"], - "xTQLHC": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Install @masknetwork to get yours." - ], - "xjhtsV": ["チェーン"], - "ywDBfs": ["問題が発生しました!"], - "z/3+av": ["ライセンス:"], - "zZk9Yz": ["購入"], - "zgqgNP": ["購入中..."], - "znqB4T": ["残高不足"] - } -} diff --git a/packages/plugins/ArtBlocks/src/locale/ja-JP.po b/packages/plugins/ArtBlocks/src/locale/ja-JP.po deleted file mode 100644 index 76f8d8c0530c..000000000000 --- a/packages/plugins/ArtBlocks/src/locale/ja-JP.po +++ /dev/null @@ -1,138 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ArtBlocks/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 948\n" - -#: src/SiteAdaptor/index.tsx -msgid "Artblocks" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." -msgstr "Artblocksでは、好きなスタイルを選び、作品に対価を支払うと、アルゴリズムによってランダムに生成されたバージョンのコンテンツが作成され、イーサリアムアカウントに送られる。" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Blockchain:" -msgstr "ブロックチェーン:" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "By checking this box, I agree to ArtBlocks's <0>Terms of Service." -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Chain" -msgstr "チェーン" - -#: src/SiteAdaptor/Collectible.tsx -msgid "Collection" -msgstr "コレクション" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "Completed" -msgstr "完了しました" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Contract:" -msgstr "コントラクト:" - -#. placeholder {0}: project.artistName -#: src/SiteAdaptor/DetailsView.tsx -msgid "Created by <0>{0} • <1>Website" -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -#~ msgid "Created by <0>{0}• <1>Website" -#~ msgstr "" - -#: src/SiteAdaptor/Collectible.tsx -msgid "Details" -msgstr "詳細" - -#. placeholder {0}: project.name -#. placeholder {1}: price.toFixed() -#. placeholder {2}: token?.symbol || '' -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Install @masknetwork to get yours." -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -#~ msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Install @realMaskNetwork to get yours." -#~ msgstr "{0} {1} {2}のコレクションから美しいアート作品を購入しました。@realMaskNetworkをインストールすると、あなたも手に入ります。" - -#. placeholder {0}: project.name -#. placeholder {1}: price.toFixed() -#. placeholder {2}: token?.symbol || '' -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Welcome to join." -msgstr "{0} {1} {2}のコレクションから、美しいアート作品を購入しました。ようこそ。" - -#: src/SiteAdaptor/PurchaseDialog.tsx -#~ msgid "I just purchased a beautiful piece of art from '{3}' collection for {4} {5}. Welcome to join." -#~ msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Infos" -msgstr "情報" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Insufficient balance" -msgstr "残高不足" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Library:" -msgstr "ライブラリー:" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "License:" -msgstr "ライセンス:" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Minted:" -msgstr "ミント済" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "Paused" -msgstr "一時停止" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Please check ToS document" -msgstr "ToS ドキュメントを確認してください" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Price per mint" -msgstr "1ミントあたりの価格" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Price:" -msgstr "価格:" - -#: src/SiteAdaptor/ActionBar.tsx -#: src/SiteAdaptor/PurchaseDialog.tsx -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Purchase" -msgstr "購入" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Purchasing...." -msgstr "購入中..." - -#: src/SiteAdaptor/Collectible.tsx -msgid "Something went wrong!" -msgstr "問題が発生しました!" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "This project is no longer active" -msgstr "" diff --git a/packages/plugins/ArtBlocks/src/locale/ko-KR.json b/packages/plugins/ArtBlocks/src/locale/ko-KR.json deleted file mode 100644 index 7c469daeaa8f..000000000000 --- a/packages/plugins/ArtBlocks/src/locale/ko-KR.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "messages": { - "623chP": ["정보"], - "D9iWaX": ["ToS 파일을 확인하세요"], - "NIudOl": [ - "I just purchased a beautiful piece of art from {3} collection for ", - ["4"], - " ", - ["5"], - ". Welcome to join." - ], - "RqRRf6": ["Created by <0>", ["0"], " • <1>Website"], - "SDrb6I": [ - "Artblocks는 마음에 드는 스타일을 골라 작업비를 지불하고 무작위로 생성된 콘텐츠 버전이 알고리즘에 의해 생성돼 이더리움 계정으로 전송를 지원하는 겁니다." - ], - "SG6jy+": [ - "{0} 컬렉션에서 ", - ["1"], - " ", - ["2"], - " 가격로 아름다운 예술품을 구매했습니다. @realMaskNetwork 설치하여 NFT를 구매해 보세요." - ], - "URAE3q": ["일시 정지"], - "URmyfc": ["디테일"], - "V5lpjo": ["Created by <0>", ["0"], "• <1>Website"], - "bLvQvN": ["라이브러리:"], - "gERRYE": ["Artblocks"], - "ie2c+s": ["{0} 컬렉션에서 ", ["1"], " ", ["2"], " 가격로 아름다운 예술품을 구매했습니다."], - "iobEyh": ["By checking this box, I agree to ArtBlocks's <0>Terms of Service."], - "ldI18s": ["민팅 완료"], - "mW8F64": ["This project is no longer active"], - "p7l2aC": ["컨트랙트:"], - "q+hNag": ["수집품"], - "q/ao7A": ["민팅 가격(1 NFT)"], - "qqWcBV": ["완료됨"], - "rcNnsQ": ["가격:"], - "uqF4Nm": ["불록체인:"], - "xTQLHC": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Install @masknetwork to get yours." - ], - "xjhtsV": ["체인"], - "ywDBfs": ["오류가 발생합니다."], - "z/3+av": ["라이센스:"], - "zZk9Yz": ["구매"], - "zgqgNP": ["구매 진행 중"], - "znqB4T": ["잔액 부족"] - } -} diff --git a/packages/plugins/ArtBlocks/src/locale/ko-KR.po b/packages/plugins/ArtBlocks/src/locale/ko-KR.po deleted file mode 100644 index d9ede5e2190f..000000000000 --- a/packages/plugins/ArtBlocks/src/locale/ko-KR.po +++ /dev/null @@ -1,138 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ArtBlocks/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 948\n" - -#: src/SiteAdaptor/index.tsx -msgid "Artblocks" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." -msgstr "Artblocks는 마음에 드는 스타일을 골라 작업비를 지불하고 무작위로 생성된 콘텐츠 버전이 알고리즘에 의해 생성돼 이더리움 계정으로 전송를 지원하는 겁니다." - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Blockchain:" -msgstr "불록체인:" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "By checking this box, I agree to ArtBlocks's <0>Terms of Service." -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Chain" -msgstr "체인" - -#: src/SiteAdaptor/Collectible.tsx -msgid "Collection" -msgstr "수집품" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "Completed" -msgstr "완료됨" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Contract:" -msgstr "컨트랙트:" - -#. placeholder {0}: project.artistName -#: src/SiteAdaptor/DetailsView.tsx -msgid "Created by <0>{0} • <1>Website" -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -#~ msgid "Created by <0>{0}• <1>Website" -#~ msgstr "" - -#: src/SiteAdaptor/Collectible.tsx -msgid "Details" -msgstr "디테일" - -#. placeholder {0}: project.name -#. placeholder {1}: price.toFixed() -#. placeholder {2}: token?.symbol || '' -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Install @masknetwork to get yours." -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -#~ msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Install @realMaskNetwork to get yours." -#~ msgstr "'{0}' 컬렉션에서 {1} {2} 가격로 아름다운 예술품을 구매했습니다. @realMaskNetwork 설치하여 NFT를 구매해 보세요." - -#. placeholder {0}: project.name -#. placeholder {1}: price.toFixed() -#. placeholder {2}: token?.symbol || '' -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Welcome to join." -msgstr "'{0}' 컬렉션에서 {1} {2} 가격로 아름다운 예술품을 구매했습니다." - -#: src/SiteAdaptor/PurchaseDialog.tsx -#~ msgid "I just purchased a beautiful piece of art from '{3}' collection for {4} {5}. Welcome to join." -#~ msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Infos" -msgstr "정보" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Insufficient balance" -msgstr "잔액 부족" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Library:" -msgstr "라이브러리:" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "License:" -msgstr "라이센스:" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Minted:" -msgstr "민팅 완료" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "Paused" -msgstr "일시 정지" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Please check ToS document" -msgstr "ToS 파일을 확인하세요" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Price per mint" -msgstr "민팅 가격(1 NFT)" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Price:" -msgstr "가격:" - -#: src/SiteAdaptor/ActionBar.tsx -#: src/SiteAdaptor/PurchaseDialog.tsx -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Purchase" -msgstr "구매" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Purchasing...." -msgstr "구매 진행 중" - -#: src/SiteAdaptor/Collectible.tsx -msgid "Something went wrong!" -msgstr "오류가 발생합니다." - -#: src/SiteAdaptor/ActionBar.tsx -msgid "This project is no longer active" -msgstr "" diff --git a/packages/plugins/ArtBlocks/src/locale/languages.ts b/packages/plugins/ArtBlocks/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/ArtBlocks/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/ArtBlocks/src/locale/qya-AA.po b/packages/plugins/ArtBlocks/src/locale/qya-AA.po deleted file mode 100644 index 7e44c33a53cf..000000000000 --- a/packages/plugins/ArtBlocks/src/locale/qya-AA.po +++ /dev/null @@ -1,120 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:47\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ArtBlocks/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 948\n" - -#: src/SiteAdaptor/index.tsx -msgid "Artblocks" -msgstr "crwdns28310:0crwdne28310:0" - -#: src/SiteAdaptor/index.tsx -msgid "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." -msgstr "crwdns28312:0crwdne28312:0" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Blockchain:" -msgstr "crwdns28314:0crwdne28314:0" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "By checking this box, I agree to ArtBlocks's <0>Terms of Service." -msgstr "crwdns31326:0crwdne31326:0" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Chain" -msgstr "crwdns28316:0crwdne28316:0" - -#: src/SiteAdaptor/Collectible.tsx -msgid "Collection" -msgstr "crwdns28318:0crwdne28318:0" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "Completed" -msgstr "crwdns28320:0crwdne28320:0" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Contract:" -msgstr "crwdns28322:0crwdne28322:0" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Created by <0>{0}• <1>Website" -msgstr "crwdns32208:0{0}crwdne32208:0" - -#: src/SiteAdaptor/Collectible.tsx -msgid "Details" -msgstr "crwdns28326:0crwdne28326:0" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Install @realMaskNetwork to get yours." -msgstr "crwdns28328:0{0}crwdnd28328:0{1}crwdnd28328:0{2}crwdne28328:0" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Welcome to join." -msgstr "crwdns28330:0{0}crwdnd28330:0{1}crwdnd28330:0{2}crwdne28330:0" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Infos" -msgstr "crwdns28332:0crwdne28332:0" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Insufficient balance" -msgstr "crwdns28334:0crwdne28334:0" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Library:" -msgstr "crwdns28336:0crwdne28336:0" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "License:" -msgstr "crwdns28338:0crwdne28338:0" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Minted:" -msgstr "crwdns28340:0crwdne28340:0" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "Paused" -msgstr "crwdns28342:0crwdne28342:0" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Please check ToS document" -msgstr "crwdns28344:0crwdne28344:0" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Price per mint" -msgstr "crwdns28346:0crwdne28346:0" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Price:" -msgstr "crwdns28348:0crwdne28348:0" - -#: src/SiteAdaptor/ActionBar.tsx -#: src/SiteAdaptor/PurchaseDialog.tsx -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Purchase" -msgstr "crwdns28350:0crwdne28350:0" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Purchasing...." -msgstr "crwdns28352:0crwdne28352:0" - -#: src/SiteAdaptor/Collectible.tsx -msgid "Something went wrong!" -msgstr "crwdns28354:0crwdne28354:0" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "This project is no longer active" -msgstr "crwdns32210:0crwdne32210:0" - diff --git a/packages/plugins/ArtBlocks/src/locale/zh-CN.json b/packages/plugins/ArtBlocks/src/locale/zh-CN.json deleted file mode 100644 index 2449894b4f1e..000000000000 --- a/packages/plugins/ArtBlocks/src/locale/zh-CN.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "messages": { - "623chP": ["信息资料"], - "D9iWaX": ["请检查 ToS 文档"], - "NIudOl": [ - "I just purchased a beautiful piece of art from {3} collection for ", - ["4"], - " ", - ["5"], - ". Welcome to join." - ], - "RqRRf6": ["Created by <0>", ["0"], " • <1>Website"], - "SDrb6I": ["Artblocks 依托算法生成内容技术,给用户提供随心铸造 NFT 的体验。"], - "SG6jy+": [ - "我刚刚从", - ["0"], - " 使用", - ["1"], - " ", - ["2"], - " 购买了一件美丽的艺术品。安装@realMaskNetwork来获取您的作品。" - ], - "URAE3q": ["已暂停"], - "URmyfc": ["详情"], - "V5lpjo": ["Created by <0>", ["0"], "• <1>Website"], - "bLvQvN": ["照片库:"], - "gERRYE": ["Artblocks"], - "ie2c+s": ["我刚刚在", ["0"], " 使用", ["1"], " ", ["2"], " 购买了一件美丽的艺术品。欢迎加入!"], - "iobEyh": ["By checking this box, I agree to ArtBlocks's <0>Terms of Service."], - "ldI18s": ["已铸造:"], - "mW8F64": ["This project is no longer active"], - "p7l2aC": ["合约:"], - "q+hNag": ["Nft 系列"], - "q/ao7A": ["每份铸造的价格"], - "qqWcBV": ["已完成"], - "rcNnsQ": ["价格:"], - "uqF4Nm": ["区块链:"], - "xTQLHC": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Install @masknetwork to get yours." - ], - "xjhtsV": ["链"], - "ywDBfs": ["发生未知错误。"], - "z/3+av": ["许可证:"], - "zZk9Yz": ["购买"], - "zgqgNP": ["购买中..."], - "znqB4T": ["余额不足"] - } -} diff --git a/packages/plugins/ArtBlocks/src/locale/zh-CN.po b/packages/plugins/ArtBlocks/src/locale/zh-CN.po deleted file mode 100644 index 95eea1eeb514..000000000000 --- a/packages/plugins/ArtBlocks/src/locale/zh-CN.po +++ /dev/null @@ -1,138 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ArtBlocks/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 948\n" - -#: src/SiteAdaptor/index.tsx -msgid "Artblocks" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." -msgstr "Artblocks 依托算法生成内容技术,给用户提供随心铸造 NFT 的体验。" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Blockchain:" -msgstr "区块链:" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "By checking this box, I agree to ArtBlocks's <0>Terms of Service." -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Chain" -msgstr "链" - -#: src/SiteAdaptor/Collectible.tsx -msgid "Collection" -msgstr "Nft 系列" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "Completed" -msgstr "已完成" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Contract:" -msgstr "合约:" - -#. placeholder {0}: project.artistName -#: src/SiteAdaptor/DetailsView.tsx -msgid "Created by <0>{0} • <1>Website" -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -#~ msgid "Created by <0>{0}• <1>Website" -#~ msgstr "" - -#: src/SiteAdaptor/Collectible.tsx -msgid "Details" -msgstr "详情" - -#. placeholder {0}: project.name -#. placeholder {1}: price.toFixed() -#. placeholder {2}: token?.symbol || '' -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Install @masknetwork to get yours." -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -#~ msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Install @realMaskNetwork to get yours." -#~ msgstr "我刚刚从{0} 使用{1} {2} 购买了一件美丽的艺术品。安装@realMaskNetwork来获取您的作品。" - -#. placeholder {0}: project.name -#. placeholder {1}: price.toFixed() -#. placeholder {2}: token?.symbol || '' -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Welcome to join." -msgstr "我刚刚在{0} 使用{1} {2} 购买了一件美丽的艺术品。欢迎加入!" - -#: src/SiteAdaptor/PurchaseDialog.tsx -#~ msgid "I just purchased a beautiful piece of art from '{3}' collection for {4} {5}. Welcome to join." -#~ msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Infos" -msgstr "信息资料" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Insufficient balance" -msgstr "余额不足" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Library:" -msgstr "照片库:" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "License:" -msgstr "许可证:" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Minted:" -msgstr "已铸造:" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "Paused" -msgstr "已暂停" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Please check ToS document" -msgstr "请检查 ToS 文档" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Price per mint" -msgstr "每份铸造的价格" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Price:" -msgstr "价格:" - -#: src/SiteAdaptor/ActionBar.tsx -#: src/SiteAdaptor/PurchaseDialog.tsx -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Purchase" -msgstr "购买" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Purchasing...." -msgstr "购买中..." - -#: src/SiteAdaptor/Collectible.tsx -msgid "Something went wrong!" -msgstr "发生未知错误。" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "This project is no longer active" -msgstr "" diff --git a/packages/plugins/ArtBlocks/src/locale/zh-TW.json b/packages/plugins/ArtBlocks/src/locale/zh-TW.json deleted file mode 100644 index 2449894b4f1e..000000000000 --- a/packages/plugins/ArtBlocks/src/locale/zh-TW.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "messages": { - "623chP": ["信息资料"], - "D9iWaX": ["请检查 ToS 文档"], - "NIudOl": [ - "I just purchased a beautiful piece of art from {3} collection for ", - ["4"], - " ", - ["5"], - ". Welcome to join." - ], - "RqRRf6": ["Created by <0>", ["0"], " • <1>Website"], - "SDrb6I": ["Artblocks 依托算法生成内容技术,给用户提供随心铸造 NFT 的体验。"], - "SG6jy+": [ - "我刚刚从", - ["0"], - " 使用", - ["1"], - " ", - ["2"], - " 购买了一件美丽的艺术品。安装@realMaskNetwork来获取您的作品。" - ], - "URAE3q": ["已暂停"], - "URmyfc": ["详情"], - "V5lpjo": ["Created by <0>", ["0"], "• <1>Website"], - "bLvQvN": ["照片库:"], - "gERRYE": ["Artblocks"], - "ie2c+s": ["我刚刚在", ["0"], " 使用", ["1"], " ", ["2"], " 购买了一件美丽的艺术品。欢迎加入!"], - "iobEyh": ["By checking this box, I agree to ArtBlocks's <0>Terms of Service."], - "ldI18s": ["已铸造:"], - "mW8F64": ["This project is no longer active"], - "p7l2aC": ["合约:"], - "q+hNag": ["Nft 系列"], - "q/ao7A": ["每份铸造的价格"], - "qqWcBV": ["已完成"], - "rcNnsQ": ["价格:"], - "uqF4Nm": ["区块链:"], - "xTQLHC": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Install @masknetwork to get yours." - ], - "xjhtsV": ["链"], - "ywDBfs": ["发生未知错误。"], - "z/3+av": ["许可证:"], - "zZk9Yz": ["购买"], - "zgqgNP": ["购买中..."], - "znqB4T": ["余额不足"] - } -} diff --git a/packages/plugins/ArtBlocks/src/locale/zh-TW.po b/packages/plugins/ArtBlocks/src/locale/zh-TW.po deleted file mode 100644 index af06931bae52..000000000000 --- a/packages/plugins/ArtBlocks/src/locale/zh-TW.po +++ /dev/null @@ -1,138 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ArtBlocks/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 948\n" - -#: src/SiteAdaptor/index.tsx -msgid "Artblocks" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Blockchain:" -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "By checking this box, I agree to ArtBlocks's <0>Terms of Service." -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Chain" -msgstr "" - -#: src/SiteAdaptor/Collectible.tsx -msgid "Collection" -msgstr "" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "Completed" -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Contract:" -msgstr "" - -#. placeholder {0}: project.artistName -#: src/SiteAdaptor/DetailsView.tsx -msgid "Created by <0>{0} • <1>Website" -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -#~ msgid "Created by <0>{0}• <1>Website" -#~ msgstr "" - -#: src/SiteAdaptor/Collectible.tsx -msgid "Details" -msgstr "" - -#. placeholder {0}: project.name -#. placeholder {1}: price.toFixed() -#. placeholder {2}: token?.symbol || '' -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Install @masknetwork to get yours." -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -#~ msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Install @realMaskNetwork to get yours." -#~ msgstr "" - -#. placeholder {0}: project.name -#. placeholder {1}: price.toFixed() -#. placeholder {2}: token?.symbol || '' -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Welcome to join." -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -#~ msgid "I just purchased a beautiful piece of art from '{3}' collection for {4} {5}. Welcome to join." -#~ msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Infos" -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Insufficient balance" -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Library:" -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "License:" -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Minted:" -msgstr "" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "Paused" -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Please check ToS document" -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Price per mint" -msgstr "" - -#: src/SiteAdaptor/DetailsView.tsx -msgid "Price:" -msgstr "" - -#: src/SiteAdaptor/ActionBar.tsx -#: src/SiteAdaptor/PurchaseDialog.tsx -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Purchase" -msgstr "" - -#: src/SiteAdaptor/PurchaseDialog.tsx -msgid "Purchasing...." -msgstr "" - -#: src/SiteAdaptor/Collectible.tsx -msgid "Something went wrong!" -msgstr "" - -#: src/SiteAdaptor/ActionBar.tsx -msgid "This project is no longer active" -msgstr "" diff --git a/packages/plugins/Avatar/package.json b/packages/plugins/Avatar/package.json index 667453848743..5b2827c5c85f 100644 --- a/packages/plugins/Avatar/package.json +++ b/packages/plugins/Avatar/package.json @@ -36,32 +36,5 @@ "react-router-dom": "^6.24.0", "react-use": "^17.5.0", "use-subscription": "^1.8.0" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/Avatar/src/base.ts b/packages/plugins/Avatar/src/base.ts index 497826453cb3..bd0eaac2fc99 100644 --- a/packages/plugins/Avatar/src/base.ts +++ b/packages/plugins/Avatar/src/base.ts @@ -1,7 +1,6 @@ import { type Plugin } from '@masknet/plugin-infra' import { DEFAULT_PLUGIN_PUBLISHER, EnhanceableSite } from '@masknet/shared-base' import { PLUGIN_ID } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PLUGIN_ID, @@ -19,5 +18,4 @@ export const base: Plugin.Shared.Definition = { }, target: 'stable', }, - i18n: languages, } diff --git a/packages/plugins/Avatar/src/locale/en-US.json b/packages/plugins/Avatar/src/locale/en-US.json deleted file mode 100644 index 65fb2faffc81..000000000000 --- a/packages/plugins/Avatar/src/locale/en-US.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "messages": { - "6gRgw8": ["Retry"], - "7PgtYC": ["Set NFT Avatar"], - "9+VwX/": ["Add Collectibles"], - "A4vJQr": ["Set your NFT as profile picture with exclusive aura."], - "AUYALh": ["Coming soon"], - "FnjSI+": ["Not current account. Please switch to this account to set up NFTs Profile."], - "J05/Al": ["Set NFT NFT Background"], - "K1tshY": ["Failed to download image"], - "KJGKkh": ["EVM Chains only"], - "KRz1oj": [ - "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." - ], - "KVkke3": ["Set NFT PFPs"], - "LNItR6": ["You have set NFT PFP successfully."], - "N2aeX8": ["No valid wallet detected. Please connect wallet or verify wallet firstly."], - "N6/RZd": ["Sorry, failed to save NFT Avatar. Please set again."], - "QJQd1J": ["Edit Profile"], - "TFEJcT": ["Set NFT PFP"], - "Z3FXyt": ["Loading..."], - "ZQbnxO": ["No collectible found."], - "dEgA5A": ["Cancel"], - "jRcH7y": ["NFT Avatar Setting"], - "kePpfU": ["Update NFT Avatar Success!"], - "o+XJ9D": ["Change"], - "sb9Y58": ["Wallet"], - "tARYn/": ["NFTs Profile"], - "tfDRzk": ["Save"], - "tx1x9k": [ - "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." - ], - "v01kR+": ["NFT PFP"], - "xCcvjC": ["Set up NFT PFP successfully"], - "y2i17G": ["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."] - } -} diff --git a/packages/plugins/Avatar/src/locale/en-US.po b/packages/plugins/Avatar/src/locale/en-US.po deleted file mode 100644 index 80e34dcbc478..000000000000 --- a/packages/plugins/Avatar/src/locale/en-US.po +++ /dev/null @@ -1,129 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Add Collectibles" -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Cancel" -msgstr "" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Change" -msgstr "" - -#: src/Application/NFTListDialog.tsx -#~ msgid "Coming soon" -#~ msgstr "" - -#: src/Application/PersonaPage.tsx -msgid "Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe." -msgstr "" - -#: src/Application/RouterDialog.tsx -msgid "Edit Profile" -msgstr "" - -#: src/Application/NFTListDialog.tsx -msgid "EVM Chains only" -msgstr "" - -#: src/Application/NFTListDialog.tsx -msgid "Failed to download image" -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." -msgstr "" - -#: src/SiteAdaptor/NFTBadge.tsx -msgid "Loading..." -msgstr "" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "NFT Avatar Setting" -msgstr "" - -#: src/Application/RouterDialog.tsx -#: src/SiteAdaptor/NFTAvatarButton.tsx -msgid "NFT PFP" -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "NFTs Profile" -msgstr "" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "No collectible found." -msgstr "" - -#: src/Application/NFTListDialog.tsx -msgid "No valid wallet detected. Please connect wallet or verify wallet firstly." -msgstr "" - -#: src/Application/PersonaItem.tsx -msgid "Not current account. Please switch to this account to set up NFTs Profile." -msgstr "" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Retry" -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Save" -msgstr "" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Set NFT Avatar" -msgstr "" - -#: src/Application/NFTListDialog.tsx -msgid "Set NFT NFT Background" -msgstr "" - -#: src/Application/NFTListDialog.tsx -msgid "Set NFT PFP" -msgstr "" - -#: src/Application/NFTInfo.tsx -msgid "Set NFT PFPs" -msgstr "" - -#: src/Application/NFTInfo.tsx -msgid "Set up NFT PFP successfully" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Set your NFT as profile picture with exclusive aura." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Sorry, failed to save NFT Avatar. Please set again." -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Update NFT Avatar Success!" -msgstr "" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Wallet" -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "You have set NFT PFP successfully." -msgstr "" diff --git a/packages/plugins/Avatar/src/locale/ja-JP.json b/packages/plugins/Avatar/src/locale/ja-JP.json deleted file mode 100644 index 6a56cff69bee..000000000000 --- a/packages/plugins/Avatar/src/locale/ja-JP.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "messages": { - "6gRgw8": ["再試行"], - "7PgtYC": ["NFT アバターを設定"], - "9+VwX/": ["コレクティブルを追加"], - "A4vJQr": ["Set your NFT as profile picture with exclusive aura."], - "AUYALh": ["Coming soon"], - "FnjSI+": ["現在のアカウントではありません。このアカウントに切り替えてNFTsプロファイルを設定してください。"], - "J05/Al": ["Set NFT NFT Background"], - "K1tshY": ["Failed to download image"], - "KJGKkh": ["EVM Chains only"], - "KRz1oj": [ - "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." - ], - "KVkke3": ["NFT PFPを設定"], - "LNItR6": ["You have set NFT PFP successfully."], - "N2aeX8": ["有効なウォレットが見つかりませんでした。ウォレットに接続するか、ウォレットを確認してください。"], - "N6/RZd": ["申し訳ありませんが、NFT アバターを保存できませんでした。もう一度設定してください。"], - "QJQd1J": ["プロフィールを編集する"], - "TFEJcT": ["Set NFT PFP"], - "Z3FXyt": ["読み込み中..."], - "ZQbnxO": ["コレクションが見つかりません."], - "dEgA5A": ["キャンセル"], - "jRcH7y": ["NFT のアバター設定"], - "kePpfU": ["NFTアバターを更新しました!"], - "o+XJ9D": ["変更"], - "sb9Y58": ["ウォレット"], - "tARYn/": ["NFTs Profile"], - "tfDRzk": ["保存"], - "tx1x9k": [ - "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." - ], - "v01kR+": ["NFT PFP"], - "xCcvjC": ["NFT PFPを正常にセットアップしました"], - "y2i17G": [ - "ソーシャルアカウントを接続することでNFTエクスペリエンスをカスタマイズします。全く新しいWeb3の雰囲気でWeb2をお楽しみください。" - ] - } -} diff --git a/packages/plugins/Avatar/src/locale/ja-JP.po b/packages/plugins/Avatar/src/locale/ja-JP.po deleted file mode 100644 index 13f4ac52b5f0..000000000000 --- a/packages/plugins/Avatar/src/locale/ja-JP.po +++ /dev/null @@ -1,134 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:53\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Avatar/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 950\n" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Add Collectibles" -msgstr "コレクティブルを追加" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Cancel" -msgstr "キャンセル" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Change" -msgstr "変更" - -#: src/Application/NFTListDialog.tsx -#~ msgid "Coming soon" -#~ msgstr "" - -#: src/Application/PersonaPage.tsx -msgid "Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe." -msgstr "ソーシャルアカウントを接続することでNFTエクスペリエンスをカスタマイズします。全く新しいWeb3の雰囲気でWeb2をお楽しみください。" - -#: src/Application/RouterDialog.tsx -msgid "Edit Profile" -msgstr "プロフィールを編集する" - -#: src/Application/NFTListDialog.tsx -msgid "EVM Chains only" -msgstr "" - -#: src/Application/NFTListDialog.tsx -msgid "Failed to download image" -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." -msgstr "" - -#: src/SiteAdaptor/NFTBadge.tsx -msgid "Loading..." -msgstr "読み込み中..." - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "NFT Avatar Setting" -msgstr "NFT のアバター設定" - -#: src/Application/RouterDialog.tsx -#: src/SiteAdaptor/NFTAvatarButton.tsx -msgid "NFT PFP" -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "NFTs Profile" -msgstr "" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "No collectible found." -msgstr "コレクションが見つかりません." - -#: src/Application/NFTListDialog.tsx -msgid "No valid wallet detected. Please connect wallet or verify wallet firstly." -msgstr "有効なウォレットが見つかりませんでした。ウォレットに接続するか、ウォレットを確認してください。" - -#: src/Application/PersonaItem.tsx -msgid "Not current account. Please switch to this account to set up NFTs Profile." -msgstr "現在のアカウントではありません。このアカウントに切り替えてNFTsプロファイルを設定してください。" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Retry" -msgstr "再試行" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Save" -msgstr "保存" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Set NFT Avatar" -msgstr "NFT アバターを設定" - -#: src/Application/NFTListDialog.tsx -msgid "Set NFT NFT Background" -msgstr "" - -#: src/Application/NFTListDialog.tsx -msgid "Set NFT PFP" -msgstr "" - -#: src/Application/NFTInfo.tsx -msgid "Set NFT PFPs" -msgstr "NFT PFPを設定" - -#: src/Application/NFTInfo.tsx -msgid "Set up NFT PFP successfully" -msgstr "NFT PFPを正常にセットアップしました" - -#: src/SiteAdaptor/index.tsx -msgid "Set your NFT as profile picture with exclusive aura." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Sorry, failed to save NFT Avatar. Please set again." -msgstr "申し訳ありませんが、NFT アバターを保存できませんでした。もう一度設定してください。" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Update NFT Avatar Success!" -msgstr "NFTアバターを更新しました!" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Wallet" -msgstr "ウォレット" - -#: src/Application/UploadAvatarDialog.tsx -msgid "You have set NFT PFP successfully." -msgstr "" diff --git a/packages/plugins/Avatar/src/locale/ko-KR.json b/packages/plugins/Avatar/src/locale/ko-KR.json deleted file mode 100644 index ed4943d3acfa..000000000000 --- a/packages/plugins/Avatar/src/locale/ko-KR.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "messages": { - "6gRgw8": ["다시 시도"], - "7PgtYC": ["NFT 아바타 설정"], - "9+VwX/": ["수장품 추가"], - "A4vJQr": ["Set your NFT as profile picture with exclusive aura."], - "AUYALh": ["Coming soon"], - "FnjSI+": ["해당 계정으로 변경하고 NFT 프로필을 설정하세요."], - "J05/Al": ["Set NFT NFT Background"], - "K1tshY": ["Failed to download image"], - "KJGKkh": ["EVM Chains only"], - "KRz1oj": [ - "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." - ], - "KVkke3": ["NFT PFP 설정"], - "LNItR6": ["You have set NFT PFP successfully."], - "N2aeX8": ["월렛이 검색되지 않았습니다. 먼저 월렛을 연결하거나 월렛을 확인하세요."], - "N6/RZd": ["NFT 아바타 저장 실패, 다시 시도"], - "QJQd1J": ["프로필 편집"], - "TFEJcT": ["Set NFT PFP"], - "Z3FXyt": ["로딩 중"], - "ZQbnxO": ["수집품이 없습니다."], - "dEgA5A": ["취소"], - "jRcH7y": ["NFT 아바타 설정"], - "kePpfU": ["NFT 아바타 업데이트 성공"], - "o+XJ9D": ["변경"], - "sb9Y58": ["월렛"], - "tARYn/": ["NFTs Profile"], - "tfDRzk": ["저장"], - "tx1x9k": [ - "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." - ], - "v01kR+": ["NFT PFP"], - "xCcvjC": ["NFT PFP 설정 성공"], - "y2i17G": ["소셜 계정을 연결하여 맞춤형 NFT를 경험합니다. 새로운 웹3 바이브로 웹2를 즐기세요."] - } -} diff --git a/packages/plugins/Avatar/src/locale/ko-KR.po b/packages/plugins/Avatar/src/locale/ko-KR.po deleted file mode 100644 index 2a48451ddb10..000000000000 --- a/packages/plugins/Avatar/src/locale/ko-KR.po +++ /dev/null @@ -1,134 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:53\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Avatar/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 950\n" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Add Collectibles" -msgstr "수장품 추가" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Cancel" -msgstr "취소" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Change" -msgstr "변경" - -#: src/Application/NFTListDialog.tsx -#~ msgid "Coming soon" -#~ msgstr "" - -#: src/Application/PersonaPage.tsx -msgid "Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe." -msgstr "소셜 계정을 연결하여 맞춤형 NFT를 경험합니다. 새로운 웹3 바이브로 웹2를 즐기세요." - -#: src/Application/RouterDialog.tsx -msgid "Edit Profile" -msgstr "프로필 편집" - -#: src/Application/NFTListDialog.tsx -msgid "EVM Chains only" -msgstr "" - -#: src/Application/NFTListDialog.tsx -msgid "Failed to download image" -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." -msgstr "" - -#: src/SiteAdaptor/NFTBadge.tsx -msgid "Loading..." -msgstr "로딩 중" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "NFT Avatar Setting" -msgstr "NFT 아바타 설정" - -#: src/Application/RouterDialog.tsx -#: src/SiteAdaptor/NFTAvatarButton.tsx -msgid "NFT PFP" -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "NFTs Profile" -msgstr "" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "No collectible found." -msgstr "수집품이 없습니다." - -#: src/Application/NFTListDialog.tsx -msgid "No valid wallet detected. Please connect wallet or verify wallet firstly." -msgstr "월렛이 검색되지 않았습니다. 먼저 월렛을 연결하거나 월렛을 확인하세요." - -#: src/Application/PersonaItem.tsx -msgid "Not current account. Please switch to this account to set up NFTs Profile." -msgstr "해당 계정으로 변경하고 NFT 프로필을 설정하세요." - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Retry" -msgstr "다시 시도" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Save" -msgstr "저장" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Set NFT Avatar" -msgstr "NFT 아바타 설정" - -#: src/Application/NFTListDialog.tsx -msgid "Set NFT NFT Background" -msgstr "" - -#: src/Application/NFTListDialog.tsx -msgid "Set NFT PFP" -msgstr "" - -#: src/Application/NFTInfo.tsx -msgid "Set NFT PFPs" -msgstr "NFT PFP 설정" - -#: src/Application/NFTInfo.tsx -msgid "Set up NFT PFP successfully" -msgstr "NFT PFP 설정 성공" - -#: src/SiteAdaptor/index.tsx -msgid "Set your NFT as profile picture with exclusive aura." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Sorry, failed to save NFT Avatar. Please set again." -msgstr "NFT 아바타 저장 실패, 다시 시도" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Update NFT Avatar Success!" -msgstr "NFT 아바타 업데이트 성공" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Wallet" -msgstr "월렛" - -#: src/Application/UploadAvatarDialog.tsx -msgid "You have set NFT PFP successfully." -msgstr "" diff --git a/packages/plugins/Avatar/src/locale/languages.ts b/packages/plugins/Avatar/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/Avatar/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/Avatar/src/locale/qya-AA.po b/packages/plugins/Avatar/src/locale/qya-AA.po deleted file mode 100644 index ce3a520ba458..000000000000 --- a/packages/plugins/Avatar/src/locale/qya-AA.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:53\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Avatar/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 950\n" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Add Collectibles" -msgstr "crwdns28370:0crwdne28370:0" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Cancel" -msgstr "crwdns28372:0crwdne28372:0" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Change" -msgstr "crwdns28374:0crwdne28374:0" - -#: src/Application/NFTListDialog.tsx -msgid "Coming soon" -msgstr "crwdns31328:0crwdne31328:0" - -#: src/Application/PersonaPage.tsx -msgid "Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe." -msgstr "crwdns28376:0crwdne28376:0" - -#: src/Application/RouterDialog.tsx -msgid "Edit Profile" -msgstr "crwdns28380:0crwdne28380:0" - -#: src/Application/NFTListDialog.tsx -msgid "Failed to download image" -msgstr "crwdns32212:0crwdne32212:0" - -#: src/Application/UploadAvatarDialog.tsx -msgid "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." -msgstr "crwdns36316:0crwdne36316:0" - -#: src/SiteAdaptor/NFTBadge.tsx -msgid "Loading..." -msgstr "crwdns28382:0crwdne28382:0" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "NFT Avatar Setting" -msgstr "crwdns28384:0crwdne28384:0" - -#: src/Application/RouterDialog.tsx -#: src/SiteAdaptor/NFTAvatarButton.tsx -msgid "NFT PFP" -msgstr "crwdns28386:0crwdne28386:0" - -#: src/Application/UploadAvatarDialog.tsx -msgid "NFTs Profile" -msgstr "crwdns36318:0crwdne36318:0" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "No collectible found." -msgstr "crwdns28388:0crwdne28388:0" - -#: src/Application/NFTListDialog.tsx -msgid "No valid wallet detected. Please connect wallet or verify wallet firstly." -msgstr "crwdns28390:0crwdne28390:0" - -#: src/Application/PersonaItem.tsx -msgid "Not current account. Please switch to this account to set up NFTs Profile." -msgstr "crwdns28392:0crwdne28392:0" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Retry" -msgstr "crwdns28394:0crwdne28394:0" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Save" -msgstr "crwdns28396:0crwdne28396:0" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Set NFT Avatar" -msgstr "crwdns28398:0crwdne28398:0" - -#: src/Application/NFTListDialog.tsx -msgid "Set NFT NFT Background" -msgstr "crwdns31330:0crwdne31330:0" - -#: src/Application/NFTListDialog.tsx -msgid "Set NFT PFP" -msgstr "crwdns31332:0crwdne31332:0" - -#: src/Application/NFTInfo.tsx -msgid "Set NFT PFPs" -msgstr "crwdns28400:0crwdne28400:0" - -#: src/Application/NFTInfo.tsx -msgid "Set up NFT PFP successfully" -msgstr "crwdns28402:0crwdne28402:0" - -#: src/SiteAdaptor/index.tsx -msgid "Set your NFT as profile picture with exclusive aura." -msgstr "crwdns31334:0crwdne31334:0" - -#: src/SiteAdaptor/index.tsx -msgid "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." -msgstr "crwdns32214:0crwdne32214:0" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Sorry, failed to save NFT Avatar. Please set again." -msgstr "crwdns28404:0crwdne28404:0" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Update NFT Avatar Success!" -msgstr "crwdns28406:0crwdne28406:0" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Wallet" -msgstr "crwdns28408:0crwdne28408:0" - -#: src/Application/UploadAvatarDialog.tsx -msgid "You have set NFT PFP successfully." -msgstr "crwdns36320:0crwdne36320:0" - diff --git a/packages/plugins/Avatar/src/locale/zh-CN.json b/packages/plugins/Avatar/src/locale/zh-CN.json deleted file mode 100644 index 6d55e0930c1d..000000000000 --- a/packages/plugins/Avatar/src/locale/zh-CN.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "messages": { - "6gRgw8": ["重试"], - "7PgtYC": ["设置 NFT 头像"], - "9+VwX/": ["添加 NFT"], - "A4vJQr": ["Set your NFT as profile picture with exclusive aura."], - "AUYALh": ["Coming soon"], - "FnjSI+": ["非当前帐户。请切换到此帐户以设置 NFT 头像。"], - "J05/Al": ["Set NFT NFT Background"], - "K1tshY": ["Failed to download image"], - "KJGKkh": ["EVM Chains only"], - "KRz1oj": [ - "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." - ], - "KVkke3": ["设置 NFT 头像"], - "LNItR6": ["You have set NFT PFP successfully."], - "N2aeX8": ["未检测到有效的钱包。请先连接钱包或验证钱包。"], - "N6/RZd": ["抱歉,保存 NFT 头像失败。请重新设置。"], - "QJQd1J": ["编辑个人资料"], - "TFEJcT": ["Set NFT PFP"], - "Z3FXyt": ["加载中..."], - "ZQbnxO": ["未找到任何 NFT。"], - "dEgA5A": ["取消"], - "jRcH7y": ["头像设置"], - "kePpfU": ["更新 NFT 头像成功!"], - "o+XJ9D": ["切换"], - "sb9Y58": ["钱包"], - "tARYn/": ["NFTs Profile"], - "tfDRzk": ["保存"], - "tx1x9k": [ - "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." - ], - "v01kR+": ["NFT 头像"], - "xCcvjC": ["NFT 头像设置成功"], - "y2i17G": ["通过连接社交账户自定义NFT体验。享受具有 Web3 氛围的 Web2 。"] - } -} diff --git a/packages/plugins/Avatar/src/locale/zh-CN.po b/packages/plugins/Avatar/src/locale/zh-CN.po deleted file mode 100644 index f4906e241de2..000000000000 --- a/packages/plugins/Avatar/src/locale/zh-CN.po +++ /dev/null @@ -1,134 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:53\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Avatar/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 950\n" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Add Collectibles" -msgstr "添加 NFT" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Cancel" -msgstr "取消" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Change" -msgstr "切换" - -#: src/Application/NFTListDialog.tsx -#~ msgid "Coming soon" -#~ msgstr "" - -#: src/Application/PersonaPage.tsx -msgid "Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe." -msgstr "通过连接社交账户自定义NFT体验。享受具有 Web3 氛围的 Web2 。" - -#: src/Application/RouterDialog.tsx -msgid "Edit Profile" -msgstr "编辑个人资料" - -#: src/Application/NFTListDialog.tsx -msgid "EVM Chains only" -msgstr "" - -#: src/Application/NFTListDialog.tsx -msgid "Failed to download image" -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." -msgstr "" - -#: src/SiteAdaptor/NFTBadge.tsx -msgid "Loading..." -msgstr "加载中..." - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "NFT Avatar Setting" -msgstr "头像设置" - -#: src/Application/RouterDialog.tsx -#: src/SiteAdaptor/NFTAvatarButton.tsx -msgid "NFT PFP" -msgstr "NFT 头像" - -#: src/Application/UploadAvatarDialog.tsx -msgid "NFTs Profile" -msgstr "" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "No collectible found." -msgstr "未找到任何 NFT。" - -#: src/Application/NFTListDialog.tsx -msgid "No valid wallet detected. Please connect wallet or verify wallet firstly." -msgstr "未检测到有效的钱包。请先连接钱包或验证钱包。" - -#: src/Application/PersonaItem.tsx -msgid "Not current account. Please switch to this account to set up NFTs Profile." -msgstr "非当前帐户。请切换到此帐户以设置 NFT 头像。" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Retry" -msgstr "重试" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Save" -msgstr "保存" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Set NFT Avatar" -msgstr "设置 NFT 头像" - -#: src/Application/NFTListDialog.tsx -msgid "Set NFT NFT Background" -msgstr "" - -#: src/Application/NFTListDialog.tsx -msgid "Set NFT PFP" -msgstr "" - -#: src/Application/NFTInfo.tsx -msgid "Set NFT PFPs" -msgstr "设置 NFT 头像" - -#: src/Application/NFTInfo.tsx -msgid "Set up NFT PFP successfully" -msgstr "NFT 头像设置成功" - -#: src/SiteAdaptor/index.tsx -msgid "Set your NFT as profile picture with exclusive aura." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Sorry, failed to save NFT Avatar. Please set again." -msgstr "抱歉,保存 NFT 头像失败。请重新设置。" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Update NFT Avatar Success!" -msgstr "更新 NFT 头像成功!" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Wallet" -msgstr "钱包" - -#: src/Application/UploadAvatarDialog.tsx -msgid "You have set NFT PFP successfully." -msgstr "" diff --git a/packages/plugins/Avatar/src/locale/zh-TW.json b/packages/plugins/Avatar/src/locale/zh-TW.json deleted file mode 100644 index 6d55e0930c1d..000000000000 --- a/packages/plugins/Avatar/src/locale/zh-TW.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "messages": { - "6gRgw8": ["重试"], - "7PgtYC": ["设置 NFT 头像"], - "9+VwX/": ["添加 NFT"], - "A4vJQr": ["Set your NFT as profile picture with exclusive aura."], - "AUYALh": ["Coming soon"], - "FnjSI+": ["非当前帐户。请切换到此帐户以设置 NFT 头像。"], - "J05/Al": ["Set NFT NFT Background"], - "K1tshY": ["Failed to download image"], - "KJGKkh": ["EVM Chains only"], - "KRz1oj": [ - "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." - ], - "KVkke3": ["设置 NFT 头像"], - "LNItR6": ["You have set NFT PFP successfully."], - "N2aeX8": ["未检测到有效的钱包。请先连接钱包或验证钱包。"], - "N6/RZd": ["抱歉,保存 NFT 头像失败。请重新设置。"], - "QJQd1J": ["编辑个人资料"], - "TFEJcT": ["Set NFT PFP"], - "Z3FXyt": ["加载中..."], - "ZQbnxO": ["未找到任何 NFT。"], - "dEgA5A": ["取消"], - "jRcH7y": ["头像设置"], - "kePpfU": ["更新 NFT 头像成功!"], - "o+XJ9D": ["切换"], - "sb9Y58": ["钱包"], - "tARYn/": ["NFTs Profile"], - "tfDRzk": ["保存"], - "tx1x9k": [ - "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." - ], - "v01kR+": ["NFT 头像"], - "xCcvjC": ["NFT 头像设置成功"], - "y2i17G": ["通过连接社交账户自定义NFT体验。享受具有 Web3 氛围的 Web2 。"] - } -} diff --git a/packages/plugins/Avatar/src/locale/zh-TW.po b/packages/plugins/Avatar/src/locale/zh-TW.po deleted file mode 100644 index 4bd882121465..000000000000 --- a/packages/plugins/Avatar/src/locale/zh-TW.po +++ /dev/null @@ -1,134 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:53\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Avatar/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 950\n" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Add Collectibles" -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Cancel" -msgstr "" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Change" -msgstr "" - -#: src/Application/NFTListDialog.tsx -#~ msgid "Coming soon" -#~ msgstr "" - -#: src/Application/PersonaPage.tsx -msgid "Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe." -msgstr "" - -#: src/Application/RouterDialog.tsx -msgid "Edit Profile" -msgstr "" - -#: src/Application/NFTListDialog.tsx -msgid "EVM Chains only" -msgstr "" - -#: src/Application/NFTListDialog.tsx -msgid "Failed to download image" -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." -msgstr "" - -#: src/SiteAdaptor/NFTBadge.tsx -msgid "Loading..." -msgstr "" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "NFT Avatar Setting" -msgstr "" - -#: src/Application/RouterDialog.tsx -#: src/SiteAdaptor/NFTAvatarButton.tsx -msgid "NFT PFP" -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "NFTs Profile" -msgstr "" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "No collectible found." -msgstr "" - -#: src/Application/NFTListDialog.tsx -msgid "No valid wallet detected. Please connect wallet or verify wallet firstly." -msgstr "" - -#: src/Application/PersonaItem.tsx -msgid "Not current account. Please switch to this account to set up NFTs Profile." -msgstr "" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Retry" -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Save" -msgstr "" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Set NFT Avatar" -msgstr "" - -#: src/Application/NFTListDialog.tsx -msgid "Set NFT NFT Background" -msgstr "" - -#: src/Application/NFTListDialog.tsx -msgid "Set NFT PFP" -msgstr "" - -#: src/Application/NFTInfo.tsx -msgid "Set NFT PFPs" -msgstr "" - -#: src/Application/NFTInfo.tsx -msgid "Set up NFT PFP successfully" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Set your NFT as profile picture with exclusive aura." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Sorry, failed to save NFT Avatar. Please set again." -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "Update NFT Avatar Success!" -msgstr "" - -#: src/SiteAdaptor/NFTAvatar.tsx -msgid "Wallet" -msgstr "" - -#: src/Application/UploadAvatarDialog.tsx -msgid "You have set NFT PFP successfully." -msgstr "" diff --git a/packages/plugins/Calendar/package.json b/packages/plugins/Calendar/package.json index c4f5dbf438cb..683e4ad9bc43 100644 --- a/packages/plugins/Calendar/package.json +++ b/packages/plugins/Calendar/package.json @@ -24,32 +24,5 @@ "@masknet/theme": "workspace:^", "@masknet/web3-providers": "workspace:^", "date-fns": "^3.6.0" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/Calendar/src/base.ts b/packages/plugins/Calendar/src/base.ts index 2a44850d7538..61c85deb4ea4 100644 --- a/packages/plugins/Calendar/src/base.ts +++ b/packages/plugins/Calendar/src/base.ts @@ -1,6 +1,5 @@ import type { Plugin } from '@masknet/plugin-infra' import { PLUGIN_DESCRIPTION, PLUGIN_ID, PLUGIN_NAME } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PLUGIN_ID, @@ -12,5 +11,4 @@ export const base: Plugin.Shared.Definition = { target: 'stable', }, experimentalMark: true, - i18n: languages, } diff --git a/packages/plugins/Calendar/src/locale/en-US.json b/packages/plugins/Calendar/src/locale/en-US.json deleted file mode 100644 index ecf07e2d832c..000000000000 --- a/packages/plugins/Calendar/src/locale/en-US.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "messages": { - "72c5Qo": ["Total"], - "8Dh77Z": ["NFTs"], - "8IN0ph": ["No more data available."], - "AjVXBS": ["Calendar"], - "GHvzdC": ["No content for the last two weeks."], - "M1RnFv": ["Expired"], - "Y9mYPy": ["Powered By ", ["0"]], - "YSi9PS": [ - "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." - ], - "a7u1N9": ["Price"], - "ekZ9la": ["No events"], - "mYGY3B": ["Date"], - "qdyV/M": ["News"], - "tst44n": ["Events"] - } -} diff --git a/packages/plugins/Calendar/src/locale/en-US.po b/packages/plugins/Calendar/src/locale/en-US.po deleted file mode 100644 index 058907f18577..000000000000 --- a/packages/plugins/Calendar/src/locale/en-US.po +++ /dev/null @@ -1,68 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: src/SiteAdaptor/components/Footer.tsx -#: src/SiteAdaptor/index.tsx -msgid "Calendar" -msgstr "" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Date" -#~ msgstr "" - -#: src/SiteAdaptor/CalendarContent.tsx -msgid "Events" -msgstr "" - -#: src/SiteAdaptor/components/CountDownTimer.tsx -#~ msgid "Expired" -#~ msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." -msgstr "" - -#: src/SiteAdaptor/CalendarContent.tsx -msgid "News" -msgstr "" - -#: src/SiteAdaptor/CalendarContent.tsx -#~ msgid "NFTs" -#~ msgstr "" - -#: src/SiteAdaptor/components/EventList.tsx -#: src/SiteAdaptor/components/NewsList.tsx -msgid "No content for the last two weeks." -msgstr "" - -#: src/SiteAdaptor/components/EventList.tsx -#~ msgid "No events" -#~ msgstr "" - -#: src/SiteAdaptor/components/EventList.tsx -#: src/SiteAdaptor/components/NewsList.tsx -msgid "No more data available." -msgstr "" - -#. placeholder {0}: providerMap[tab] -#: src/SiteAdaptor/components/Footer.tsx -msgid "Powered By {0}" -msgstr "" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Price" -#~ msgstr "" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Total" -#~ msgstr "" diff --git a/packages/plugins/Calendar/src/locale/ja-JP.json b/packages/plugins/Calendar/src/locale/ja-JP.json deleted file mode 100644 index dc0cc064e380..000000000000 --- a/packages/plugins/Calendar/src/locale/ja-JP.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "messages": { - "72c5Qo": ["Total"], - "8Dh77Z": ["NFTs"], - "8IN0ph": ["No more data available."], - "AjVXBS": ["カレンダー"], - "GHvzdC": ["過去2週間のコンテンツはありません。"], - "M1RnFv": ["Expired"], - "Y9mYPy": ["Powered By ", ["0"]], - "YSi9PS": [ - "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." - ], - "a7u1N9": ["Price"], - "ekZ9la": ["No events"], - "mYGY3B": ["Date"], - "qdyV/M": ["ニュース"], - "tst44n": ["Events"] - } -} diff --git a/packages/plugins/Calendar/src/locale/ja-JP.po b/packages/plugins/Calendar/src/locale/ja-JP.po deleted file mode 100644 index 9b8dc2579b82..000000000000 --- a/packages/plugins/Calendar/src/locale/ja-JP.po +++ /dev/null @@ -1,73 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Calendar/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 952\n" - -#: src/SiteAdaptor/components/Footer.tsx -#: src/SiteAdaptor/index.tsx -msgid "Calendar" -msgstr "カレンダー" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Date" -#~ msgstr "" - -#: src/SiteAdaptor/CalendarContent.tsx -msgid "Events" -msgstr "" - -#: src/SiteAdaptor/components/CountDownTimer.tsx -#~ msgid "Expired" -#~ msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." -msgstr "" - -#: src/SiteAdaptor/CalendarContent.tsx -msgid "News" -msgstr "ニュース" - -#: src/SiteAdaptor/CalendarContent.tsx -#~ msgid "NFTs" -#~ msgstr "" - -#: src/SiteAdaptor/components/EventList.tsx -#: src/SiteAdaptor/components/NewsList.tsx -msgid "No content for the last two weeks." -msgstr "過去2週間のコンテンツはありません。" - -#: src/SiteAdaptor/components/EventList.tsx -#~ msgid "No events" -#~ msgstr "" - -#: src/SiteAdaptor/components/EventList.tsx -#: src/SiteAdaptor/components/NewsList.tsx -msgid "No more data available." -msgstr "" - -#. placeholder {0}: providerMap[tab] -#: src/SiteAdaptor/components/Footer.tsx -msgid "Powered By {0}" -msgstr "" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Price" -#~ msgstr "" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Total" -#~ msgstr "" diff --git a/packages/plugins/Calendar/src/locale/ko-KR.json b/packages/plugins/Calendar/src/locale/ko-KR.json deleted file mode 100644 index f29846d2a4ff..000000000000 --- a/packages/plugins/Calendar/src/locale/ko-KR.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "messages": { - "72c5Qo": ["Total"], - "8Dh77Z": ["NFTs"], - "8IN0ph": ["No more data available."], - "AjVXBS": ["캘린더"], - "GHvzdC": ["지난 2주 동안 내용이 없습니다."], - "M1RnFv": ["Expired"], - "Y9mYPy": ["Powered By ", ["0"]], - "YSi9PS": [ - "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." - ], - "a7u1N9": ["Price"], - "ekZ9la": ["No events"], - "mYGY3B": ["Date"], - "qdyV/M": ["뉴스"], - "tst44n": ["Events"] - } -} diff --git a/packages/plugins/Calendar/src/locale/ko-KR.po b/packages/plugins/Calendar/src/locale/ko-KR.po deleted file mode 100644 index f46a78b8cc5f..000000000000 --- a/packages/plugins/Calendar/src/locale/ko-KR.po +++ /dev/null @@ -1,73 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Calendar/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 952\n" - -#: src/SiteAdaptor/components/Footer.tsx -#: src/SiteAdaptor/index.tsx -msgid "Calendar" -msgstr "캘린더" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Date" -#~ msgstr "" - -#: src/SiteAdaptor/CalendarContent.tsx -msgid "Events" -msgstr "" - -#: src/SiteAdaptor/components/CountDownTimer.tsx -#~ msgid "Expired" -#~ msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." -msgstr "" - -#: src/SiteAdaptor/CalendarContent.tsx -msgid "News" -msgstr "뉴스" - -#: src/SiteAdaptor/CalendarContent.tsx -#~ msgid "NFTs" -#~ msgstr "" - -#: src/SiteAdaptor/components/EventList.tsx -#: src/SiteAdaptor/components/NewsList.tsx -msgid "No content for the last two weeks." -msgstr "지난 2주 동안 내용이 없습니다." - -#: src/SiteAdaptor/components/EventList.tsx -#~ msgid "No events" -#~ msgstr "" - -#: src/SiteAdaptor/components/EventList.tsx -#: src/SiteAdaptor/components/NewsList.tsx -msgid "No more data available." -msgstr "" - -#. placeholder {0}: providerMap[tab] -#: src/SiteAdaptor/components/Footer.tsx -msgid "Powered By {0}" -msgstr "" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Price" -#~ msgstr "" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Total" -#~ msgstr "" diff --git a/packages/plugins/Calendar/src/locale/languages.ts b/packages/plugins/Calendar/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/Calendar/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/Calendar/src/locale/qya-AA.po b/packages/plugins/Calendar/src/locale/qya-AA.po deleted file mode 100644 index f1078509cdee..000000000000 --- a/packages/plugins/Calendar/src/locale/qya-AA.po +++ /dev/null @@ -1,73 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-11-26 10:58\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Calendar/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 952\n" - -#: src/SiteAdaptor/components/Footer.tsx -#: src/SiteAdaptor/index.tsx -msgid "Calendar" -msgstr "crwdns28410:0crwdne28410:0" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Date" -#~ msgstr "" - -#: src/SiteAdaptor/CalendarContent.tsx -msgid "Events" -msgstr "crwdns35566:0crwdne35566:0" - -#: src/SiteAdaptor/components/CountDownTimer.tsx -#~ msgid "Expired" -#~ msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." -msgstr "crwdns32216:0crwdne32216:0" - -#: src/SiteAdaptor/CalendarContent.tsx -msgid "News" -msgstr "crwdns28420:0crwdne28420:0" - -#: src/SiteAdaptor/CalendarContent.tsx -#~ msgid "NFTs" -#~ msgstr "" - -#: src/SiteAdaptor/components/EventList.tsx -#: src/SiteAdaptor/components/NewsList.tsx -msgid "No content for the last two weeks." -msgstr "crwdns28424:0crwdne28424:0" - -#: src/SiteAdaptor/components/EventList.tsx -#~ msgid "No events" -#~ msgstr "" - -#: src/SiteAdaptor/components/EventList.tsx -#: src/SiteAdaptor/components/NewsList.tsx -msgid "No more data available." -msgstr "crwdns35570:0crwdne35570:0" - -#: src/SiteAdaptor/components/Footer.tsx -msgid "Powered By {0}" -msgstr "crwdns32218:0{0}crwdne32218:0" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Price" -#~ msgstr "" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Total" -#~ msgstr "" - diff --git a/packages/plugins/Calendar/src/locale/zh-CN.json b/packages/plugins/Calendar/src/locale/zh-CN.json deleted file mode 100644 index 96cbe0614a4c..000000000000 --- a/packages/plugins/Calendar/src/locale/zh-CN.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "messages": { - "72c5Qo": ["Total"], - "8Dh77Z": ["NFTs"], - "8IN0ph": ["No more data available."], - "AjVXBS": ["日历"], - "GHvzdC": ["最近两周没有内容。"], - "M1RnFv": ["Expired"], - "Y9mYPy": ["Powered By ", ["0"]], - "YSi9PS": [ - "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." - ], - "a7u1N9": ["Price"], - "ekZ9la": ["No events"], - "mYGY3B": ["Date"], - "qdyV/M": ["新闻"], - "tst44n": ["Events"] - } -} diff --git a/packages/plugins/Calendar/src/locale/zh-CN.po b/packages/plugins/Calendar/src/locale/zh-CN.po deleted file mode 100644 index 170ed8a32018..000000000000 --- a/packages/plugins/Calendar/src/locale/zh-CN.po +++ /dev/null @@ -1,73 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Calendar/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 952\n" - -#: src/SiteAdaptor/components/Footer.tsx -#: src/SiteAdaptor/index.tsx -msgid "Calendar" -msgstr "日历" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Date" -#~ msgstr "" - -#: src/SiteAdaptor/CalendarContent.tsx -msgid "Events" -msgstr "" - -#: src/SiteAdaptor/components/CountDownTimer.tsx -#~ msgid "Expired" -#~ msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." -msgstr "" - -#: src/SiteAdaptor/CalendarContent.tsx -msgid "News" -msgstr "新闻" - -#: src/SiteAdaptor/CalendarContent.tsx -#~ msgid "NFTs" -#~ msgstr "" - -#: src/SiteAdaptor/components/EventList.tsx -#: src/SiteAdaptor/components/NewsList.tsx -msgid "No content for the last two weeks." -msgstr "最近两周没有内容。" - -#: src/SiteAdaptor/components/EventList.tsx -#~ msgid "No events" -#~ msgstr "" - -#: src/SiteAdaptor/components/EventList.tsx -#: src/SiteAdaptor/components/NewsList.tsx -msgid "No more data available." -msgstr "" - -#. placeholder {0}: providerMap[tab] -#: src/SiteAdaptor/components/Footer.tsx -msgid "Powered By {0}" -msgstr "" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Price" -#~ msgstr "" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Total" -#~ msgstr "" diff --git a/packages/plugins/Calendar/src/locale/zh-TW.json b/packages/plugins/Calendar/src/locale/zh-TW.json deleted file mode 100644 index 96cbe0614a4c..000000000000 --- a/packages/plugins/Calendar/src/locale/zh-TW.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "messages": { - "72c5Qo": ["Total"], - "8Dh77Z": ["NFTs"], - "8IN0ph": ["No more data available."], - "AjVXBS": ["日历"], - "GHvzdC": ["最近两周没有内容。"], - "M1RnFv": ["Expired"], - "Y9mYPy": ["Powered By ", ["0"]], - "YSi9PS": [ - "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." - ], - "a7u1N9": ["Price"], - "ekZ9la": ["No events"], - "mYGY3B": ["Date"], - "qdyV/M": ["新闻"], - "tst44n": ["Events"] - } -} diff --git a/packages/plugins/Calendar/src/locale/zh-TW.po b/packages/plugins/Calendar/src/locale/zh-TW.po deleted file mode 100644 index 33bfab342584..000000000000 --- a/packages/plugins/Calendar/src/locale/zh-TW.po +++ /dev/null @@ -1,73 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Calendar/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 952\n" - -#: src/SiteAdaptor/components/Footer.tsx -#: src/SiteAdaptor/index.tsx -msgid "Calendar" -msgstr "" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Date" -#~ msgstr "" - -#: src/SiteAdaptor/CalendarContent.tsx -msgid "Events" -msgstr "" - -#: src/SiteAdaptor/components/CountDownTimer.tsx -#~ msgid "Expired" -#~ msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." -msgstr "" - -#: src/SiteAdaptor/CalendarContent.tsx -msgid "News" -msgstr "" - -#: src/SiteAdaptor/CalendarContent.tsx -#~ msgid "NFTs" -#~ msgstr "" - -#: src/SiteAdaptor/components/EventList.tsx -#: src/SiteAdaptor/components/NewsList.tsx -msgid "No content for the last two weeks." -msgstr "" - -#: src/SiteAdaptor/components/EventList.tsx -#~ msgid "No events" -#~ msgstr "" - -#: src/SiteAdaptor/components/EventList.tsx -#: src/SiteAdaptor/components/NewsList.tsx -msgid "No more data available." -msgstr "" - -#. placeholder {0}: providerMap[tab] -#: src/SiteAdaptor/components/Footer.tsx -msgid "Powered By {0}" -msgstr "" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Price" -#~ msgstr "" - -#: src/SiteAdaptor/components/NFTList.tsx -#~ msgid "Total" -#~ msgstr "" diff --git a/packages/plugins/Claim/package.json b/packages/plugins/Claim/package.json index e6ebffe714db..ab7788d9b833 100644 --- a/packages/plugins/Claim/package.json +++ b/packages/plugins/Claim/package.json @@ -32,32 +32,5 @@ "merkletreejs": "^0.3.11", "react-use": "^17.5.0", "web3-utils": "1.10.2" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/Claim/src/base.ts b/packages/plugins/Claim/src/base.ts index 85a554bafff6..9589a94944c2 100644 --- a/packages/plugins/Claim/src/base.ts +++ b/packages/plugins/Claim/src/base.ts @@ -2,7 +2,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { EnhanceableSite, NetworkPluginID } from '@masknet/shared-base' import { ChainId } from '@masknet/web3-shared-evm' import { PLUGIN_DESCRIPTION, PLUGIN_ID, PLUGIN_NAME } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PLUGIN_ID, @@ -37,5 +36,4 @@ export const base: Plugin.Shared.Definition = { }, }, experimentalMark: true, - i18n: languages, } diff --git a/packages/plugins/Claim/src/locale/en-US.json b/packages/plugins/Claim/src/locale/en-US.json deleted file mode 100644 index df7cdb3f1ba8..000000000000 --- a/packages/plugins/Claim/src/locale/en-US.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "messages": { - "3cw8FQ": [ - "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." - ], - "51TkMy": ["Claiming will be live until: <0> ", ["days"], " d ", ["0"], " h ", ["1"], " m"], - "7lnlzl": ["Claimed ", ["amount"], " $", ["0"], " successfully."], - "C3Wgzy": ["You have claimed ", ["0"], " $ARB."], - "GDe4XX": ["Please connect wallet to check if you are eligible to claim $ARB."], - "M1RnFv": ["Expired"], - "T7SNyE": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." - ], - "TYTRNP": ["Eligible to claim"], - "TZDLPg": ["Claimable"], - "Z8lGw6": ["Share"], - "fdqDgM": ["Ended on <0>", ["0"], ""], - "gWcGl/": ["Your wallet cancelled the transaction."], - "hTbvD9": ["Sorry, you are not eligible to claim $ARB in this campaign."], - "hom7qf": ["Claim"], - "kHDhjV": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." - ], - "neBDpj": ["Please connect wallet"], - "oN9XHJ": ["Start Time: <0>", ["0"], ""], - "rJZPaP": ["No activities found."], - "ryWxhG": ["Congratulations!"], - "u2Srv1": ["Claim your Airdrop"], - "uXT+5y": ["Claiming will be live until: <0>", ["days"], " d ", ["0"], " h ", ["1"], " m"], - "w4oOEJ": ["Mask Community $ARB Giveaway"], - "wrJC61": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim. \nInstall https://mask.io to explore more airdrop activities." - ], - "wxZZWc": [ - "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." - ] - } -} diff --git a/packages/plugins/Claim/src/locale/en-US.po b/packages/plugins/Claim/src/locale/en-US.po deleted file mode 100644 index aab7e139f393..000000000000 --- a/packages/plugins/Claim/src/locale/en-US.po +++ /dev/null @@ -1,125 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -#: src/SiteAdaptor/components/ClaimDialog/index.tsx -#: src/SiteAdaptor/components/ClaimEntry/index.tsx -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Claim" -msgstr "" - -#: src/hooks/useClaimAirdrop.tsx -msgid "Claim your Airdrop" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Claimable" -msgstr "" - -#. placeholder {0}: tokenDetail.symbol -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Claimed {amount} ${0} successfully." -msgstr "" - -#. placeholder {0}: duration.hours ?? '' -#. placeholder {1}: duration.minutes ?? '' -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Claiming will be live until: <0> {days} d {0} h {1} m" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -#~ msgid "Claiming will be live until: <0>{days} d {0} h {1} m" -#~ msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Congratulations!" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Eligible to claim" -msgstr "" - -#. placeholder {0}: format(endTime, 'MM-dd-yyyy HH:mm') -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Ended on <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Expired" -msgstr "" - -#. placeholder {0}: tokenDetail.symbol -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "" -"I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n" -" Install https://mask.io to explore more airdrop activities." -msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -#~ msgid "" -#~ "I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim.\n" -#~ " Install https://mask.io to explore more airdrop activities." -#~ msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -#~ msgid "" -#~ "I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim. \n" -#~ "Install https://mask.io to explore more airdrop activities." -#~ msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Mask Community $ARB Giveaway" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "No activities found." -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "Please connect wallet" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Please connect wallet to check if you are eligible to claim $ARB." -msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Share" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Sorry, you are not eligible to claim $ARB in this campaign." -msgstr "" - -#. placeholder {0}: format(startTime, 'MM-dd-yyyy HH:mm') -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Start Time: <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." -msgstr "" - -#. placeholder {0}: amount ?? '' -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "You have claimed {0} $ARB." -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." -msgstr "" - -#: src/hooks/useClaimAirdrop.tsx -msgid "Your wallet cancelled the transaction." -msgstr "" diff --git a/packages/plugins/Claim/src/locale/ja-JP.json b/packages/plugins/Claim/src/locale/ja-JP.json deleted file mode 100644 index 6e192244b00f..000000000000 --- a/packages/plugins/Claim/src/locale/ja-JP.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "messages": { - "3cw8FQ": [ - "エアドロップに参加するには、トランザクションコストをカバーするために、指定されたネットワーク上のウォレットに十分なネイティブトークンが必要です。" - ], - "51TkMy": ["Claiming will be live until: <0> ", ["days"], " d ", ["0"], " h ", ["1"], " m"], - "7lnlzl": ["Claimed ", ["amount"], " $", ["0"], " successfully."], - "C3Wgzy": ["You have claimed ", ["0"], " $ARB."], - "GDe4XX": ["Please connect wallet to check if you are eligible to claim $ARB."], - "M1RnFv": ["期限切れ"], - "T7SNyE": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." - ], - "TYTRNP": ["請求可能"], - "TZDLPg": ["受取可能"], - "Z8lGw6": ["シェア"], - "fdqDgM": ["Ended on <0>", ["0"], ""], - "gWcGl/": ["あなたのウォレットは取引をキャンセルしました。"], - "hTbvD9": ["申し訳ありませんが、このキャンペーンで $ARB を請求する資格がありません。"], - "hom7qf": ["受取る"], - "kHDhjV": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." - ], - "neBDpj": ["ウォレットに接続してください"], - "oN9XHJ": ["Start Time: <0>", ["0"], ""], - "rJZPaP": ["アクティブティーはありません。"], - "ryWxhG": ["おめでとうございます!"], - "u2Srv1": ["エアドロップを受け取る"], - "uXT+5y": ["Claiming will be live until: <0>", ["days"], " d ", ["0"], " h ", ["1"], " m"], - "w4oOEJ": ["Mask Community $ARB Giveaway"], - "wrJC61": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim. \nInstall https://mask.io to explore more airdrop activities." - ], - "wxZZWc": [ - "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." - ] - } -} diff --git a/packages/plugins/Claim/src/locale/ja-JP.po b/packages/plugins/Claim/src/locale/ja-JP.po deleted file mode 100644 index 56e3dfeaacaf..000000000000 --- a/packages/plugins/Claim/src/locale/ja-JP.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Claim/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 954\n" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -#: src/SiteAdaptor/components/ClaimDialog/index.tsx -#: src/SiteAdaptor/components/ClaimEntry/index.tsx -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Claim" -msgstr "受取る" - -#: src/hooks/useClaimAirdrop.tsx -msgid "Claim your Airdrop" -msgstr "エアドロップを受け取る" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Claimable" -msgstr "受取可能" - -#. placeholder {0}: tokenDetail.symbol -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Claimed {amount} ${0} successfully." -msgstr "" - -#. placeholder {0}: duration.hours ?? '' -#. placeholder {1}: duration.minutes ?? '' -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Claiming will be live until: <0> {days} d {0} h {1} m" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -#~ msgid "Claiming will be live until: <0>{days} d {0} h {1} m" -#~ msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Congratulations!" -msgstr "おめでとうございます!" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Eligible to claim" -msgstr "請求可能" - -#. placeholder {0}: format(endTime, 'MM-dd-yyyy HH:mm') -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Ended on <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Expired" -msgstr "期限切れ" - -#. placeholder {0}: tokenDetail.symbol -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "" -"I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n" -" Install https://mask.io to explore more airdrop activities." -msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -#~ msgid "" -#~ "I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim.\n" -#~ " Install https://mask.io to explore more airdrop activities." -#~ msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -#~ msgid "" -#~ "I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim. \n" -#~ "Install https://mask.io to explore more airdrop activities." -#~ msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Mask Community $ARB Giveaway" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "No activities found." -msgstr "アクティブティーはありません。" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "Please connect wallet" -msgstr "ウォレットに接続してください" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Please connect wallet to check if you are eligible to claim $ARB." -msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Share" -msgstr "シェア" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Sorry, you are not eligible to claim $ARB in this campaign." -msgstr "申し訳ありませんが、このキャンペーンで $ARB を請求する資格がありません。" - -#. placeholder {0}: format(startTime, 'MM-dd-yyyy HH:mm') -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Start Time: <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." -msgstr "エアドロップに参加するには、トランザクションコストをカバーするために、指定されたネットワーク上のウォレットに十分なネイティブトークンが必要です。" - -#. placeholder {0}: amount ?? '' -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "You have claimed {0} $ARB." -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." -msgstr "" - -#: src/hooks/useClaimAirdrop.tsx -msgid "Your wallet cancelled the transaction." -msgstr "あなたのウォレットは取引をキャンセルしました。" diff --git a/packages/plugins/Claim/src/locale/ko-KR.json b/packages/plugins/Claim/src/locale/ko-KR.json deleted file mode 100644 index 540ddbb448dd..000000000000 --- a/packages/plugins/Claim/src/locale/ko-KR.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "messages": { - "3cw8FQ": [ - "에어드롭에 참여하기 위해서는 거래 비용을 충당할 수 있는 네이티브 토큰이 지정된 네트워크의 월렛에 충분히 있어야 합니다." - ], - "51TkMy": ["Claiming will be live until: <0> ", ["days"], " d ", ["0"], " h ", ["1"], " m"], - "7lnlzl": ["Claimed ", ["amount"], " $", ["0"], " successfully."], - "C3Wgzy": ["You have claimed ", ["0"], " $ARB."], - "GDe4XX": ["Please connect wallet to check if you are eligible to claim $ARB."], - "M1RnFv": ["만료됨"], - "T7SNyE": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." - ], - "TYTRNP": ["수령 가능"], - "TZDLPg": ["수령 가능"], - "Z8lGw6": ["공유"], - "fdqDgM": ["Ended on <0>", ["0"], ""], - "gWcGl/": ["월렛은 이미 해당 거래를 취소했습니다."], - "hTbvD9": ["$ARB 수령하는 자격이 없습니다."], - "hom7qf": ["수령"], - "kHDhjV": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." - ], - "neBDpj": ["월렛을 연결하세요"], - "oN9XHJ": ["Start Time: <0>", ["0"], ""], - "rJZPaP": ["사용 활동을 찾을 수 없습니다"], - "ryWxhG": ["축하합니다!"], - "u2Srv1": ["에어드랍 수령"], - "uXT+5y": ["Claiming will be live until: <0>", ["days"], " d ", ["0"], " h ", ["1"], " m"], - "w4oOEJ": ["Mask Community $ARB Giveaway"], - "wrJC61": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim. \nInstall https://mask.io to explore more airdrop activities." - ], - "wxZZWc": [ - "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." - ] - } -} diff --git a/packages/plugins/Claim/src/locale/ko-KR.po b/packages/plugins/Claim/src/locale/ko-KR.po deleted file mode 100644 index fe06d7d68311..000000000000 --- a/packages/plugins/Claim/src/locale/ko-KR.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Claim/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 954\n" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -#: src/SiteAdaptor/components/ClaimDialog/index.tsx -#: src/SiteAdaptor/components/ClaimEntry/index.tsx -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Claim" -msgstr "수령" - -#: src/hooks/useClaimAirdrop.tsx -msgid "Claim your Airdrop" -msgstr "에어드랍 수령" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Claimable" -msgstr "수령 가능" - -#. placeholder {0}: tokenDetail.symbol -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Claimed {amount} ${0} successfully." -msgstr "" - -#. placeholder {0}: duration.hours ?? '' -#. placeholder {1}: duration.minutes ?? '' -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Claiming will be live until: <0> {days} d {0} h {1} m" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -#~ msgid "Claiming will be live until: <0>{days} d {0} h {1} m" -#~ msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Congratulations!" -msgstr "축하합니다!" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Eligible to claim" -msgstr "수령 가능" - -#. placeholder {0}: format(endTime, 'MM-dd-yyyy HH:mm') -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Ended on <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Expired" -msgstr "만료됨" - -#. placeholder {0}: tokenDetail.symbol -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "" -"I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n" -" Install https://mask.io to explore more airdrop activities." -msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -#~ msgid "" -#~ "I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim.\n" -#~ " Install https://mask.io to explore more airdrop activities." -#~ msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -#~ msgid "" -#~ "I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim. \n" -#~ "Install https://mask.io to explore more airdrop activities." -#~ msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Mask Community $ARB Giveaway" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "No activities found." -msgstr "사용 활동을 찾을 수 없습니다" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "Please connect wallet" -msgstr "월렛을 연결하세요" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Please connect wallet to check if you are eligible to claim $ARB." -msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Share" -msgstr "공유" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Sorry, you are not eligible to claim $ARB in this campaign." -msgstr "$ARB 수령하는 자격이 없습니다." - -#. placeholder {0}: format(startTime, 'MM-dd-yyyy HH:mm') -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Start Time: <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." -msgstr "에어드롭에 참여하기 위해서는 거래 비용을 충당할 수 있는 네이티브 토큰이 지정된 네트워크의 월렛에 충분히 있어야 합니다." - -#. placeholder {0}: amount ?? '' -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "You have claimed {0} $ARB." -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." -msgstr "" - -#: src/hooks/useClaimAirdrop.tsx -msgid "Your wallet cancelled the transaction." -msgstr "월렛은 이미 해당 거래를 취소했습니다." diff --git a/packages/plugins/Claim/src/locale/languages.ts b/packages/plugins/Claim/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/Claim/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/Claim/src/locale/qya-AA.po b/packages/plugins/Claim/src/locale/qya-AA.po deleted file mode 100644 index 78a0696726ca..000000000000 --- a/packages/plugins/Claim/src/locale/qya-AA.po +++ /dev/null @@ -1,107 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:47\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Claim/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 954\n" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -#: src/SiteAdaptor/components/ClaimDialog/index.tsx -#: src/SiteAdaptor/components/ClaimEntry/index.tsx -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Claim" -msgstr "crwdns28432:0crwdne28432:0" - -#: src/hooks/useClaimAirdrop.tsx -msgid "Claim your Airdrop" -msgstr "crwdns28434:0crwdne28434:0" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Claimable" -msgstr "crwdns28436:0crwdne28436:0" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Claimed {amount} ${0} successfully." -msgstr "crwdns28438:0{amount}crwdnd28438:0${0}crwdne28438:0" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Claiming will be live until: <0>{days} d {0} h {1} m" -msgstr "crwdns31338:0{days}crwdnd31338:0{0}crwdnd31338:0{1}crwdne31338:0" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Congratulations!" -msgstr "crwdns28440:0crwdne28440:0" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Eligible to claim" -msgstr "crwdns28442:0crwdne28442:0" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Ended on <0>{0}" -msgstr "crwdns31340:0{0}crwdne31340:0" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Expired" -msgstr "crwdns28444:0crwdne28444:0" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim. \n" -"Install https://mask.io to explore more airdrop activities." -msgstr "crwdns28446:0{amount}crwdnd28446:0{0}crwdne28446:0" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Mask Community $ARB Giveaway" -msgstr "crwdns28448:0$ARBcrwdne28448:0" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "No activities found." -msgstr "crwdns28450:0crwdne28450:0" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "Please connect wallet" -msgstr "crwdns28452:0crwdne28452:0" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Please connect wallet to check if you are eligible to claim $ARB." -msgstr "crwdns28454:0$ARBcrwdne28454:0" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Share" -msgstr "crwdns28456:0crwdne28456:0" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Sorry, you are not eligible to claim $ARB in this campaign." -msgstr "crwdns28458:0$ARBcrwdne28458:0" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Start Time: <0>{0}" -msgstr "crwdns31342:0{0}crwdne31342:0" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." -msgstr "crwdns28460:0crwdne28460:0" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "You have claimed {0} $ARB." -msgstr "crwdns28462:0{0}crwdnd28462:0$ARBcrwdne28462:0" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." -msgstr "crwdns32220:0crwdne32220:0" - -#: src/hooks/useClaimAirdrop.tsx -msgid "Your wallet cancelled the transaction." -msgstr "crwdns28466:0crwdne28466:0" - diff --git a/packages/plugins/Claim/src/locale/zh-CN.json b/packages/plugins/Claim/src/locale/zh-CN.json deleted file mode 100644 index 471961db4f02..000000000000 --- a/packages/plugins/Claim/src/locale/zh-CN.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "messages": { - "3cw8FQ": ["要参与空投,您的钱包必须有足够的原生代币来支付交易成本。"], - "51TkMy": ["Claiming will be live until: <0> ", ["days"], " d ", ["0"], " h ", ["1"], " m"], - "7lnlzl": ["Claimed ", ["amount"], " $", ["0"], " successfully."], - "C3Wgzy": ["You have claimed ", ["0"], " $ARB."], - "GDe4XX": ["Please connect wallet to check if you are eligible to claim $ARB."], - "M1RnFv": ["已过期"], - "T7SNyE": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." - ], - "TYTRNP": ["有资格领取"], - "TZDLPg": ["可领取"], - "Z8lGw6": ["分享"], - "fdqDgM": ["Ended on <0>", ["0"], ""], - "gWcGl/": ["你的钱包已取消交易。"], - "hTbvD9": ["对不起,您没有资格在此活动中领取 $ARB。"], - "hom7qf": ["领取"], - "kHDhjV": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." - ], - "neBDpj": ["请连接钱包"], - "oN9XHJ": ["Start Time: <0>", ["0"], ""], - "rJZPaP": ["未找到活动"], - "ryWxhG": ["恭喜!"], - "u2Srv1": ["确认领取空投"], - "uXT+5y": ["Claiming will be live until: <0>", ["days"], " d ", ["0"], " h ", ["1"], " m"], - "w4oOEJ": ["Mask Community $ARB Giveaway"], - "wrJC61": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim. \nInstall https://mask.io to explore more airdrop activities." - ], - "wxZZWc": [ - "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." - ] - } -} diff --git a/packages/plugins/Claim/src/locale/zh-CN.po b/packages/plugins/Claim/src/locale/zh-CN.po deleted file mode 100644 index a21d9134f7cf..000000000000 --- a/packages/plugins/Claim/src/locale/zh-CN.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Claim/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 954\n" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -#: src/SiteAdaptor/components/ClaimDialog/index.tsx -#: src/SiteAdaptor/components/ClaimEntry/index.tsx -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Claim" -msgstr "领取" - -#: src/hooks/useClaimAirdrop.tsx -msgid "Claim your Airdrop" -msgstr "确认领取空投" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Claimable" -msgstr "可领取" - -#. placeholder {0}: tokenDetail.symbol -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Claimed {amount} ${0} successfully." -msgstr "" - -#. placeholder {0}: duration.hours ?? '' -#. placeholder {1}: duration.minutes ?? '' -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Claiming will be live until: <0> {days} d {0} h {1} m" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -#~ msgid "Claiming will be live until: <0>{days} d {0} h {1} m" -#~ msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Congratulations!" -msgstr "恭喜!" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Eligible to claim" -msgstr "有资格领取" - -#. placeholder {0}: format(endTime, 'MM-dd-yyyy HH:mm') -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Ended on <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Expired" -msgstr "已过期" - -#. placeholder {0}: tokenDetail.symbol -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "" -"I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n" -" Install https://mask.io to explore more airdrop activities." -msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -#~ msgid "" -#~ "I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim.\n" -#~ " Install https://mask.io to explore more airdrop activities." -#~ msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -#~ msgid "" -#~ "I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim. \n" -#~ "Install https://mask.io to explore more airdrop activities." -#~ msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Mask Community $ARB Giveaway" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "No activities found." -msgstr "未找到活动" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "Please connect wallet" -msgstr "请连接钱包" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Please connect wallet to check if you are eligible to claim $ARB." -msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Share" -msgstr "分享" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Sorry, you are not eligible to claim $ARB in this campaign." -msgstr "对不起,您没有资格在此活动中领取 $ARB。" - -#. placeholder {0}: format(startTime, 'MM-dd-yyyy HH:mm') -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Start Time: <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." -msgstr "要参与空投,您的钱包必须有足够的原生代币来支付交易成本。" - -#. placeholder {0}: amount ?? '' -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "You have claimed {0} $ARB." -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." -msgstr "" - -#: src/hooks/useClaimAirdrop.tsx -msgid "Your wallet cancelled the transaction." -msgstr "你的钱包已取消交易。" diff --git a/packages/plugins/Claim/src/locale/zh-TW.json b/packages/plugins/Claim/src/locale/zh-TW.json deleted file mode 100644 index 471961db4f02..000000000000 --- a/packages/plugins/Claim/src/locale/zh-TW.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "messages": { - "3cw8FQ": ["要参与空投,您的钱包必须有足够的原生代币来支付交易成本。"], - "51TkMy": ["Claiming will be live until: <0> ", ["days"], " d ", ["0"], " h ", ["1"], " m"], - "7lnlzl": ["Claimed ", ["amount"], " $", ["0"], " successfully."], - "C3Wgzy": ["You have claimed ", ["0"], " $ARB."], - "GDe4XX": ["Please connect wallet to check if you are eligible to claim $ARB."], - "M1RnFv": ["已过期"], - "T7SNyE": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." - ], - "TYTRNP": ["有资格领取"], - "TZDLPg": ["可领取"], - "Z8lGw6": ["分享"], - "fdqDgM": ["Ended on <0>", ["0"], ""], - "gWcGl/": ["你的钱包已取消交易。"], - "hTbvD9": ["对不起,您没有资格在此活动中领取 $ARB。"], - "hom7qf": ["领取"], - "kHDhjV": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." - ], - "neBDpj": ["请连接钱包"], - "oN9XHJ": ["Start Time: <0>", ["0"], ""], - "rJZPaP": ["未找到活动"], - "ryWxhG": ["恭喜!"], - "u2Srv1": ["确认领取空投"], - "uXT+5y": ["Claiming will be live until: <0>", ["days"], " d ", ["0"], " h ", ["1"], " m"], - "w4oOEJ": ["Mask Community $ARB Giveaway"], - "wrJC61": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim. \nInstall https://mask.io to explore more airdrop activities." - ], - "wxZZWc": [ - "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." - ] - } -} diff --git a/packages/plugins/Claim/src/locale/zh-TW.po b/packages/plugins/Claim/src/locale/zh-TW.po deleted file mode 100644 index a186ed79c2ba..000000000000 --- a/packages/plugins/Claim/src/locale/zh-TW.po +++ /dev/null @@ -1,130 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Claim/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 954\n" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -#: src/SiteAdaptor/components/ClaimDialog/index.tsx -#: src/SiteAdaptor/components/ClaimEntry/index.tsx -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Claim" -msgstr "" - -#: src/hooks/useClaimAirdrop.tsx -msgid "Claim your Airdrop" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Claimable" -msgstr "" - -#. placeholder {0}: tokenDetail.symbol -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Claimed {amount} ${0} successfully." -msgstr "" - -#. placeholder {0}: duration.hours ?? '' -#. placeholder {1}: duration.minutes ?? '' -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Claiming will be live until: <0> {days} d {0} h {1} m" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -#~ msgid "Claiming will be live until: <0>{days} d {0} h {1} m" -#~ msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Congratulations!" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Eligible to claim" -msgstr "" - -#. placeholder {0}: format(endTime, 'MM-dd-yyyy HH:mm') -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Ended on <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Expired" -msgstr "" - -#. placeholder {0}: tokenDetail.symbol -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "" -"I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n" -" Install https://mask.io to explore more airdrop activities." -msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -#~ msgid "" -#~ "I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim.\n" -#~ " Install https://mask.io to explore more airdrop activities." -#~ msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -#~ msgid "" -#~ "I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @realMaskNetwork to check if you are eligible to claim. \n" -#~ "Install https://mask.io to explore more airdrop activities." -#~ msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Mask Community $ARB Giveaway" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "No activities found." -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "Please connect wallet" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Please connect wallet to check if you are eligible to claim $ARB." -msgstr "" - -#: src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx -msgid "Share" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Sorry, you are not eligible to claim $ARB in this campaign." -msgstr "" - -#. placeholder {0}: format(startTime, 'MM-dd-yyyy HH:mm') -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "Start Time: <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/index.tsx -msgid "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." -msgstr "" - -#. placeholder {0}: amount ?? '' -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "You have claimed {0} $ARB." -msgstr "" - -#: src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx -msgid "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." -msgstr "" - -#: src/hooks/useClaimAirdrop.tsx -msgid "Your wallet cancelled the transaction." -msgstr "" diff --git a/packages/plugins/Collectible/package.json b/packages/plugins/Collectible/package.json index 2bc0549b4a09..64d6a0fb16cc 100644 --- a/packages/plugins/Collectible/package.json +++ b/packages/plugins/Collectible/package.json @@ -35,32 +35,5 @@ "date-fns": "^3.6.0", "use-subscription": "^1.8.0", "web3-utils": "1.10.2" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/Collectible/src/base.ts b/packages/plugins/Collectible/src/base.ts index f9e282549577..d37fef29a585 100644 --- a/packages/plugins/Collectible/src/base.ts +++ b/packages/plugins/Collectible/src/base.ts @@ -2,7 +2,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { DEFAULT_PLUGIN_PUBLISHER, EnhanceableSite, NetworkPluginID } from '@masknet/shared-base' import { NFTSCAN_CHAIN_IDS } from '@masknet/web3-providers' import { PLUGIN_DESCRIPTION, PLUGIN_ID, PLUGIN_NAME } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PLUGIN_ID, @@ -31,5 +30,4 @@ export const base: Plugin.Shared.Definition = { /opensea.io\/assets\/ethereum\/(0x[\dA-Fa-f]{40})\/(\d+)/u, ]), }, - i18n: languages, } diff --git a/packages/plugins/Collectible/src/locale/en-US.json b/packages/plugins/Collectible/src/locale/en-US.json deleted file mode 100644 index debdaa534386..000000000000 --- a/packages/plugins/Collectible/src/locale/en-US.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "messages": { - "/Dk+nX": ["More on ", ["0"]], - "0+3dvg": ["This NFT didn't have any offers."], - "0Lp4o6": ["Load failed"], - "39ohdf": ["Activities"], - "6IvSyW": ["Token Standard"], - "8+xvyR": ["Blockchain"], - "8glx+u": ["Token ID"], - "FzzpXs": ["Sale ends in ", ["0"]], - "Na6Ytj": ["Change NFT PFP"], - "Nu4oKW": ["Description"], - "QowPFh": ["Collectibles"], - "RdfrN2": ["Mint Address"], - "URmyfc": ["Details"], - "XsyYEe": ["This NFT didn't have any activities."], - "a4N/Bg": ["Load More"], - "cM1qH2": [ - "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." - ], - "d6nk2t": [["0"], " Platform costs"], - "eEeK5j": ["<0>Expires in ", ["0"]], - "ejVYRQ": ["From"], - "ks5OGD": ["Contract"], - "l/UFPv": ["Properties"], - "qIL7PI": ["Offers"], - "s4Omor": ["To <0>", ["0"], ""], - "txEVTf": ["No Listings"], - "uyJsf6": ["About"], - "waXvJd": ["NFT is not minted yet."], - "ykiu3o": ["NFT Details"] - } -} diff --git a/packages/plugins/Collectible/src/locale/en-US.po b/packages/plugins/Collectible/src/locale/en-US.po deleted file mode 100644 index 731be152c151..000000000000 --- a/packages/plugins/Collectible/src/locale/en-US.po +++ /dev/null @@ -1,128 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. placeholder {0}: sourceType ?? SourceType.NFTScan -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "{0} Platform costs" -msgstr "" - -#. placeholder {0}: formatDistanceToNow(Math.ceil(offer.expiredAt!), { addSuffix: true, }) -#: src/SiteAdaptor/Shared/OfferCard.tsx -msgid "<0>Expires in {0}" -msgstr "" - -#: src/SiteAdaptor/Card/Collectible.tsx -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "About" -msgstr "" - -#: src/SiteAdaptor/Card/Collectible.tsx -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "Activities" -msgstr "" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Blockchain" -msgstr "" - -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "Change NFT PFP" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Collectibles" -msgstr "" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Contract" -msgstr "" - -#: src/SiteAdaptor/Shared/DescriptionCard.tsx -msgid "Description" -msgstr "" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Details" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." -msgstr "" - -#: src/SiteAdaptor/Shared/ActivityCard.tsx -#: src/SiteAdaptor/Shared/OfferCard.tsx -msgid "From" -msgstr "" - -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "Load failed" -msgstr "" - -#: src/SiteAdaptor/Shared/OffersList.tsx -msgid "Load More" -msgstr "" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Mint Address" -msgstr "" - -#. placeholder {0}: asset.data.source === SourceType.NFTScan ? resolveSourceTypeName(asset.data.source) : 'platform' -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "More on {0}" -msgstr "" - -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "NFT Details" -msgstr "" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "NFT is not minted yet." -msgstr "" - -#: src/SiteAdaptor/Shared/PriceCard.tsx -msgid "No Listings" -msgstr "" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Offers" -msgstr "" - -#: src/SiteAdaptor/Shared/PropertiesCard.tsx -msgid "Properties" -msgstr "" - -#. placeholder {0}: formatDateTime(endDate, 'yyyy-MM-dd HH:mm:ss') -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Sale ends in {0}" -msgstr "" - -#: src/SiteAdaptor/Shared/ActivitiesList.tsx -msgid "This NFT didn't have any activities." -msgstr "" - -#: src/SiteAdaptor/Shared/OffersList.tsx -msgid "This NFT didn't have any offers." -msgstr "" - -#. placeholder {0}: type === ActivityType.Mint ? Utils.formatAddress(activity.from?.address, 4) : activity.receive.nickname || (activity.receive.address ? Utils.formatAddress(activity.receive.address, 4) : '-') -#: src/SiteAdaptor/Shared/ActivityCard.tsx -msgid "To <0>{0}" -msgstr "" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Token ID" -msgstr "" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Token Standard" -msgstr "" diff --git a/packages/plugins/Collectible/src/locale/ja-JP.json b/packages/plugins/Collectible/src/locale/ja-JP.json deleted file mode 100644 index 0ae66f692d2d..000000000000 --- a/packages/plugins/Collectible/src/locale/ja-JP.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "messages": { - "/Dk+nX": [["0"]], - "0+3dvg": ["このNFTにはオファーはありませんでした。"], - "0Lp4o6": ["読み込みに失敗しました"], - "39ohdf": ["アクティビティ"], - "6IvSyW": ["トークン標準"], - "8+xvyR": ["ブロックチェーン"], - "8glx+u": ["トークンID"], - "FzzpXs": ["セールは ", ["0"]], - "Na6Ytj": ["NFT PFPを変更"], - "Nu4oKW": ["説明"], - "QowPFh": ["コレクション"], - "RdfrN2": ["ミントアドレス"], - "URmyfc": ["詳細"], - "XsyYEe": ["このNFTにはアクティビティがありませんでした。"], - "a4N/Bg": ["さらに読み込む"], - "cM1qH2": ["OpenSeaとRaribleのコレクションの具体的な情報を表示し、ソーシャルメディアで直接オファーします。"], - "d6nk2t": [["0"], " のプラットフォームコスト"], - "eEeK5j": ["<0>Expires in ", ["0"]], - "ejVYRQ": ["から"], - "ks5OGD": ["コントラクト"], - "l/UFPv": ["資産"], - "qIL7PI": ["オファー"], - "s4Omor": ["To <0>", ["0"], ""], - "txEVTf": ["リストがありません"], - "uyJsf6": ["詳細"], - "waXvJd": ["NFT はまだ発行されていません。"], - "ykiu3o": ["NFTの詳細"] - } -} diff --git a/packages/plugins/Collectible/src/locale/ja-JP.po b/packages/plugins/Collectible/src/locale/ja-JP.po deleted file mode 100644 index 127123b15b0e..000000000000 --- a/packages/plugins/Collectible/src/locale/ja-JP.po +++ /dev/null @@ -1,133 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Collectible/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 956\n" - -#. placeholder {0}: sourceType ?? SourceType.NFTScan -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "{0} Platform costs" -msgstr "{0} のプラットフォームコスト" - -#. placeholder {0}: formatDistanceToNow(Math.ceil(offer.expiredAt!), { addSuffix: true, }) -#: src/SiteAdaptor/Shared/OfferCard.tsx -msgid "<0>Expires in {0}" -msgstr "" - -#: src/SiteAdaptor/Card/Collectible.tsx -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "About" -msgstr "詳細" - -#: src/SiteAdaptor/Card/Collectible.tsx -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "Activities" -msgstr "アクティビティ" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Blockchain" -msgstr "ブロックチェーン" - -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "Change NFT PFP" -msgstr "NFT PFPを変更" - -#: src/SiteAdaptor/index.tsx -msgid "Collectibles" -msgstr "コレクション" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Contract" -msgstr "コントラクト" - -#: src/SiteAdaptor/Shared/DescriptionCard.tsx -msgid "Description" -msgstr "説明" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Details" -msgstr "詳細" - -#: src/SiteAdaptor/index.tsx -msgid "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." -msgstr "OpenSeaとRaribleのコレクションの具体的な情報を表示し、ソーシャルメディアで直接オファーします。" - -#: src/SiteAdaptor/Shared/ActivityCard.tsx -#: src/SiteAdaptor/Shared/OfferCard.tsx -msgid "From" -msgstr "から" - -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "Load failed" -msgstr "読み込みに失敗しました" - -#: src/SiteAdaptor/Shared/OffersList.tsx -msgid "Load More" -msgstr "さらに読み込む" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Mint Address" -msgstr "ミントアドレス" - -#. placeholder {0}: asset.data.source === SourceType.NFTScan ? resolveSourceTypeName(asset.data.source) : 'platform' -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "More on {0}" -msgstr "{0}" - -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "NFT Details" -msgstr "NFTの詳細" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "NFT is not minted yet." -msgstr "NFT はまだ発行されていません。" - -#: src/SiteAdaptor/Shared/PriceCard.tsx -msgid "No Listings" -msgstr "リストがありません" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Offers" -msgstr "オファー" - -#: src/SiteAdaptor/Shared/PropertiesCard.tsx -msgid "Properties" -msgstr "資産" - -#. placeholder {0}: formatDateTime(endDate, 'yyyy-MM-dd HH:mm:ss') -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Sale ends in {0}" -msgstr "セールは {0}" - -#: src/SiteAdaptor/Shared/ActivitiesList.tsx -msgid "This NFT didn't have any activities." -msgstr "このNFTにはアクティビティがありませんでした。" - -#: src/SiteAdaptor/Shared/OffersList.tsx -msgid "This NFT didn't have any offers." -msgstr "このNFTにはオファーはありませんでした。" - -#. placeholder {0}: type === ActivityType.Mint ? Utils.formatAddress(activity.from?.address, 4) : activity.receive.nickname || (activity.receive.address ? Utils.formatAddress(activity.receive.address, 4) : '-') -#: src/SiteAdaptor/Shared/ActivityCard.tsx -msgid "To <0>{0}" -msgstr "" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Token ID" -msgstr "トークンID" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Token Standard" -msgstr "トークン標準" diff --git a/packages/plugins/Collectible/src/locale/ko-KR.json b/packages/plugins/Collectible/src/locale/ko-KR.json deleted file mode 100644 index 5c54526b093c..000000000000 --- a/packages/plugins/Collectible/src/locale/ko-KR.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "messages": { - "/Dk+nX": [["0"]], - "0+3dvg": ["해당 NFT에 대한 오버가 없습니다."], - "0Lp4o6": ["로딩 실패"], - "39ohdf": ["활동"], - "6IvSyW": ["토큰 표준"], - "8+xvyR": ["불록체인"], - "8glx+u": ["토큰 ID"], - "FzzpXs": ["세일 종료 시간: ", ["0"]], - "Na6Ytj": ["NFT PFP 변경"], - "Nu4oKW": ["설명"], - "QowPFh": ["수집품"], - "RdfrN2": ["민팅 주소"], - "URmyfc": ["디테일"], - "XsyYEe": ["해당 NFT에 대한 오버가 없습니다."], - "a4N/Bg": ["추가 로드"], - "cM1qH2": ["OpenSea 및 Rarible에서 수집품의 정보를 전시하고 소셜 미디어에서 경매합니다."], - "d6nk2t": [["0"], " 플랫폼 비용"], - "eEeK5j": ["<0>Expires in ", ["0"]], - "ejVYRQ": ["보낸 사람"], - "ks5OGD": ["컨트랙트"], - "l/UFPv": ["속성"], - "qIL7PI": ["오퍼"], - "s4Omor": ["To <0>", ["0"], ""], - "txEVTf": ["리스팅 없음"], - "uyJsf6": ["정보"], - "waXvJd": ["NFT가 민팅되지 않습니다."], - "ykiu3o": ["NFT 세부 정보"] - } -} diff --git a/packages/plugins/Collectible/src/locale/ko-KR.po b/packages/plugins/Collectible/src/locale/ko-KR.po deleted file mode 100644 index 11c9654da758..000000000000 --- a/packages/plugins/Collectible/src/locale/ko-KR.po +++ /dev/null @@ -1,133 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Collectible/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 956\n" - -#. placeholder {0}: sourceType ?? SourceType.NFTScan -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "{0} Platform costs" -msgstr "{0} 플랫폼 비용" - -#. placeholder {0}: formatDistanceToNow(Math.ceil(offer.expiredAt!), { addSuffix: true, }) -#: src/SiteAdaptor/Shared/OfferCard.tsx -msgid "<0>Expires in {0}" -msgstr "" - -#: src/SiteAdaptor/Card/Collectible.tsx -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "About" -msgstr "정보" - -#: src/SiteAdaptor/Card/Collectible.tsx -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "Activities" -msgstr "활동" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Blockchain" -msgstr "불록체인" - -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "Change NFT PFP" -msgstr "NFT PFP 변경" - -#: src/SiteAdaptor/index.tsx -msgid "Collectibles" -msgstr "수집품" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Contract" -msgstr "컨트랙트" - -#: src/SiteAdaptor/Shared/DescriptionCard.tsx -msgid "Description" -msgstr "설명" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Details" -msgstr "디테일" - -#: src/SiteAdaptor/index.tsx -msgid "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." -msgstr "OpenSea 및 Rarible에서 수집품의 정보를 전시하고 소셜 미디어에서 경매합니다." - -#: src/SiteAdaptor/Shared/ActivityCard.tsx -#: src/SiteAdaptor/Shared/OfferCard.tsx -msgid "From" -msgstr "보낸 사람" - -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "Load failed" -msgstr "로딩 실패" - -#: src/SiteAdaptor/Shared/OffersList.tsx -msgid "Load More" -msgstr "추가 로드" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Mint Address" -msgstr "민팅 주소" - -#. placeholder {0}: asset.data.source === SourceType.NFTScan ? resolveSourceTypeName(asset.data.source) : 'platform' -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "More on {0}" -msgstr "{0}" - -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "NFT Details" -msgstr "NFT 세부 정보" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "NFT is not minted yet." -msgstr "NFT가 민팅되지 않습니다." - -#: src/SiteAdaptor/Shared/PriceCard.tsx -msgid "No Listings" -msgstr "리스팅 없음" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Offers" -msgstr "오퍼" - -#: src/SiteAdaptor/Shared/PropertiesCard.tsx -msgid "Properties" -msgstr "속성" - -#. placeholder {0}: formatDateTime(endDate, 'yyyy-MM-dd HH:mm:ss') -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Sale ends in {0}" -msgstr "세일 종료 시간: {0}" - -#: src/SiteAdaptor/Shared/ActivitiesList.tsx -msgid "This NFT didn't have any activities." -msgstr "해당 NFT에 대한 오버가 없습니다." - -#: src/SiteAdaptor/Shared/OffersList.tsx -msgid "This NFT didn't have any offers." -msgstr "해당 NFT에 대한 오버가 없습니다." - -#. placeholder {0}: type === ActivityType.Mint ? Utils.formatAddress(activity.from?.address, 4) : activity.receive.nickname || (activity.receive.address ? Utils.formatAddress(activity.receive.address, 4) : '-') -#: src/SiteAdaptor/Shared/ActivityCard.tsx -msgid "To <0>{0}" -msgstr "" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Token ID" -msgstr "토큰 ID" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Token Standard" -msgstr "토큰 표준" diff --git a/packages/plugins/Collectible/src/locale/languages.ts b/packages/plugins/Collectible/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/Collectible/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/Collectible/src/locale/qya-AA.po b/packages/plugins/Collectible/src/locale/qya-AA.po deleted file mode 100644 index e7a1e81ac4b6..000000000000 --- a/packages/plugins/Collectible/src/locale/qya-AA.po +++ /dev/null @@ -1,129 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-11-11 10:53\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Collectible/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 956\n" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "{0} Platform costs" -msgstr "crwdns28468:0{0}crwdne28468:0" - -#: src/SiteAdaptor/Shared/OfferCard.tsx -msgid "<0>Expires in {0}" -msgstr "crwdns32222:0{0}crwdne32222:0" - -#: src/SiteAdaptor/Card/Collectible.tsx -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "About" -msgstr "crwdns28470:0crwdne28470:0" - -#: src/SiteAdaptor/Card/Collectible.tsx -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "Activities" -msgstr "crwdns28472:0crwdne28472:0" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Blockchain" -msgstr "crwdns28474:0crwdne28474:0" - -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "Change NFT PFP" -msgstr "crwdns28476:0crwdne28476:0" - -#: src/SiteAdaptor/index.tsx -msgid "Collectibles" -msgstr "crwdns28478:0crwdne28478:0" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Contract" -msgstr "crwdns28480:0crwdne28480:0" - -#: src/SiteAdaptor/Shared/DescriptionCard.tsx -msgid "Description" -msgstr "crwdns28482:0crwdne28482:0" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Details" -msgstr "crwdns28484:0crwdne28484:0" - -#: src/SiteAdaptor/index.tsx -msgid "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." -msgstr "crwdns28486:0crwdne28486:0" - -#: src/SiteAdaptor/Shared/ActivityCard.tsx -#: src/SiteAdaptor/Shared/OfferCard.tsx -msgid "From" -msgstr "crwdns28490:0crwdne28490:0" - -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "Load failed" -msgstr "crwdns28492:0crwdne28492:0" - -#: src/SiteAdaptor/Shared/OffersList.tsx -msgid "Load More" -msgstr "crwdns28494:0crwdne28494:0" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Mint Address" -msgstr "crwdns28496:0crwdne28496:0" - -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "More on {0}" -msgstr "crwdns28498:0{0}crwdne28498:0" - -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "NFT Details" -msgstr "crwdns28500:0crwdne28500:0" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "NFT is not minted yet." -msgstr "crwdns28502:0crwdne28502:0" - -#: src/SiteAdaptor/Shared/PriceCard.tsx -msgid "No Listings" -msgstr "crwdns28504:0crwdne28504:0" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Offers" -msgstr "crwdns28506:0crwdne28506:0" - -#: src/SiteAdaptor/Shared/PropertiesCard.tsx -msgid "Properties" -msgstr "crwdns28508:0crwdne28508:0" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Sale ends in {0}" -msgstr "crwdns28510:0{0}crwdne28510:0" - -#: src/SiteAdaptor/Shared/ActivitiesList.tsx -msgid "This NFT didn't have any activities." -msgstr "crwdns28512:0crwdne28512:0" - -#: src/SiteAdaptor/Shared/OffersList.tsx -msgid "This NFT didn't have any offers." -msgstr "crwdns28514:0crwdne28514:0" - -#: src/SiteAdaptor/Shared/ActivityCard.tsx -msgid "To <0>{0}" -msgstr "crwdns28516:0{0}crwdne28516:0" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Token ID" -msgstr "crwdns28518:0crwdne28518:0" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Token Standard" -msgstr "crwdns28520:0crwdne28520:0" - diff --git a/packages/plugins/Collectible/src/locale/zh-CN.json b/packages/plugins/Collectible/src/locale/zh-CN.json deleted file mode 100644 index ea134ad0b7b0..000000000000 --- a/packages/plugins/Collectible/src/locale/zh-CN.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "messages": { - "/Dk+nX": ["更多关于 ", ["0"]], - "0+3dvg": ["此 NFT 没有任何报价。"], - "0Lp4o6": ["加载失败"], - "39ohdf": ["活动"], - "6IvSyW": ["代币标准"], - "8+xvyR": ["区块链"], - "8glx+u": ["Token ID"], - "FzzpXs": ["出售结束于 ", ["0"]], - "Na6Ytj": ["更改 NFT 头像"], - "Nu4oKW": ["介绍"], - "QowPFh": ["NFT"], - "RdfrN2": ["铸造地址"], - "URmyfc": ["详情"], - "XsyYEe": ["此 NFT 没有任何交易动态。"], - "a4N/Bg": ["加载更多"], - "cM1qH2": ["直接在社交媒体上展示收藏品在 OpenSea 等平台上的具体信息,并提供报价及竞标功能。"], - "d6nk2t": [["0"], " 平台成本"], - "eEeK5j": ["<0>Expires in ", ["0"]], - "ejVYRQ": ["从"], - "ks5OGD": ["合约"], - "l/UFPv": ["属性"], - "qIL7PI": ["报价"], - "s4Omor": ["To <0>", ["0"], ""], - "txEVTf": ["没有任何上架信息"], - "uyJsf6": ["关于"], - "waXvJd": ["NFT还没有被铸造。"], - "ykiu3o": ["NFT 详细信息"] - } -} diff --git a/packages/plugins/Collectible/src/locale/zh-CN.po b/packages/plugins/Collectible/src/locale/zh-CN.po deleted file mode 100644 index 1afd74fd69b9..000000000000 --- a/packages/plugins/Collectible/src/locale/zh-CN.po +++ /dev/null @@ -1,133 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Collectible/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 956\n" - -#. placeholder {0}: sourceType ?? SourceType.NFTScan -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "{0} Platform costs" -msgstr "{0} 平台成本" - -#. placeholder {0}: formatDistanceToNow(Math.ceil(offer.expiredAt!), { addSuffix: true, }) -#: src/SiteAdaptor/Shared/OfferCard.tsx -msgid "<0>Expires in {0}" -msgstr "" - -#: src/SiteAdaptor/Card/Collectible.tsx -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "About" -msgstr "关于" - -#: src/SiteAdaptor/Card/Collectible.tsx -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "Activities" -msgstr "活动" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Blockchain" -msgstr "区块链" - -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "Change NFT PFP" -msgstr "更改 NFT 头像" - -#: src/SiteAdaptor/index.tsx -msgid "Collectibles" -msgstr "NFT" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Contract" -msgstr "合约" - -#: src/SiteAdaptor/Shared/DescriptionCard.tsx -msgid "Description" -msgstr "介绍" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Details" -msgstr "详情" - -#: src/SiteAdaptor/index.tsx -msgid "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." -msgstr "直接在社交媒体上展示收藏品在 OpenSea 等平台上的具体信息,并提供报价及竞标功能。" - -#: src/SiteAdaptor/Shared/ActivityCard.tsx -#: src/SiteAdaptor/Shared/OfferCard.tsx -msgid "From" -msgstr "从" - -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "Load failed" -msgstr "加载失败" - -#: src/SiteAdaptor/Shared/OffersList.tsx -msgid "Load More" -msgstr "加载更多" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Mint Address" -msgstr "铸造地址" - -#. placeholder {0}: asset.data.source === SourceType.NFTScan ? resolveSourceTypeName(asset.data.source) : 'platform' -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "More on {0}" -msgstr "更多关于 {0}" - -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "NFT Details" -msgstr "NFT 详细信息" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "NFT is not minted yet." -msgstr "NFT还没有被铸造。" - -#: src/SiteAdaptor/Shared/PriceCard.tsx -msgid "No Listings" -msgstr "没有任何上架信息" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Offers" -msgstr "报价" - -#: src/SiteAdaptor/Shared/PropertiesCard.tsx -msgid "Properties" -msgstr "属性" - -#. placeholder {0}: formatDateTime(endDate, 'yyyy-MM-dd HH:mm:ss') -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Sale ends in {0}" -msgstr "出售结束于 {0}" - -#: src/SiteAdaptor/Shared/ActivitiesList.tsx -msgid "This NFT didn't have any activities." -msgstr "此 NFT 没有任何交易动态。" - -#: src/SiteAdaptor/Shared/OffersList.tsx -msgid "This NFT didn't have any offers." -msgstr "此 NFT 没有任何报价。" - -#. placeholder {0}: type === ActivityType.Mint ? Utils.formatAddress(activity.from?.address, 4) : activity.receive.nickname || (activity.receive.address ? Utils.formatAddress(activity.receive.address, 4) : '-') -#: src/SiteAdaptor/Shared/ActivityCard.tsx -msgid "To <0>{0}" -msgstr "" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Token ID" -msgstr "" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Token Standard" -msgstr "代币标准" diff --git a/packages/plugins/Collectible/src/locale/zh-TW.json b/packages/plugins/Collectible/src/locale/zh-TW.json deleted file mode 100644 index ea134ad0b7b0..000000000000 --- a/packages/plugins/Collectible/src/locale/zh-TW.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "messages": { - "/Dk+nX": ["更多关于 ", ["0"]], - "0+3dvg": ["此 NFT 没有任何报价。"], - "0Lp4o6": ["加载失败"], - "39ohdf": ["活动"], - "6IvSyW": ["代币标准"], - "8+xvyR": ["区块链"], - "8glx+u": ["Token ID"], - "FzzpXs": ["出售结束于 ", ["0"]], - "Na6Ytj": ["更改 NFT 头像"], - "Nu4oKW": ["介绍"], - "QowPFh": ["NFT"], - "RdfrN2": ["铸造地址"], - "URmyfc": ["详情"], - "XsyYEe": ["此 NFT 没有任何交易动态。"], - "a4N/Bg": ["加载更多"], - "cM1qH2": ["直接在社交媒体上展示收藏品在 OpenSea 等平台上的具体信息,并提供报价及竞标功能。"], - "d6nk2t": [["0"], " 平台成本"], - "eEeK5j": ["<0>Expires in ", ["0"]], - "ejVYRQ": ["从"], - "ks5OGD": ["合约"], - "l/UFPv": ["属性"], - "qIL7PI": ["报价"], - "s4Omor": ["To <0>", ["0"], ""], - "txEVTf": ["没有任何上架信息"], - "uyJsf6": ["关于"], - "waXvJd": ["NFT还没有被铸造。"], - "ykiu3o": ["NFT 详细信息"] - } -} diff --git a/packages/plugins/Collectible/src/locale/zh-TW.po b/packages/plugins/Collectible/src/locale/zh-TW.po deleted file mode 100644 index 55e15c02dfa0..000000000000 --- a/packages/plugins/Collectible/src/locale/zh-TW.po +++ /dev/null @@ -1,133 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Collectible/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 956\n" - -#. placeholder {0}: sourceType ?? SourceType.NFTScan -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "{0} Platform costs" -msgstr "" - -#. placeholder {0}: formatDistanceToNow(Math.ceil(offer.expiredAt!), { addSuffix: true, }) -#: src/SiteAdaptor/Shared/OfferCard.tsx -msgid "<0>Expires in {0}" -msgstr "" - -#: src/SiteAdaptor/Card/Collectible.tsx -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "About" -msgstr "" - -#: src/SiteAdaptor/Card/Collectible.tsx -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "Activities" -msgstr "" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Blockchain" -msgstr "" - -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "Change NFT PFP" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Collectibles" -msgstr "" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Contract" -msgstr "" - -#: src/SiteAdaptor/Shared/DescriptionCard.tsx -msgid "Description" -msgstr "" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Details" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." -msgstr "" - -#: src/SiteAdaptor/Shared/ActivityCard.tsx -#: src/SiteAdaptor/Shared/OfferCard.tsx -msgid "From" -msgstr "" - -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "Load failed" -msgstr "" - -#: src/SiteAdaptor/Shared/OffersList.tsx -msgid "Load More" -msgstr "" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Mint Address" -msgstr "" - -#. placeholder {0}: asset.data.source === SourceType.NFTScan ? resolveSourceTypeName(asset.data.source) : 'platform' -#: src/SiteAdaptor/CardDialog/CardDialogContent.tsx -msgid "More on {0}" -msgstr "" - -#: src/SiteAdaptor/CardDialog/CardDialog.tsx -msgid "NFT Details" -msgstr "" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "NFT is not minted yet." -msgstr "" - -#: src/SiteAdaptor/Shared/PriceCard.tsx -msgid "No Listings" -msgstr "" - -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Offers" -msgstr "" - -#: src/SiteAdaptor/Shared/PropertiesCard.tsx -msgid "Properties" -msgstr "" - -#. placeholder {0}: formatDateTime(endDate, 'yyyy-MM-dd HH:mm:ss') -#: src/SiteAdaptor/Card/Collectible.tsx -msgid "Sale ends in {0}" -msgstr "" - -#: src/SiteAdaptor/Shared/ActivitiesList.tsx -msgid "This NFT didn't have any activities." -msgstr "" - -#: src/SiteAdaptor/Shared/OffersList.tsx -msgid "This NFT didn't have any offers." -msgstr "" - -#. placeholder {0}: type === ActivityType.Mint ? Utils.formatAddress(activity.from?.address, 4) : activity.receive.nickname || (activity.receive.address ? Utils.formatAddress(activity.receive.address, 4) : '-') -#: src/SiteAdaptor/Shared/ActivityCard.tsx -msgid "To <0>{0}" -msgstr "" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Token ID" -msgstr "" - -#: src/SiteAdaptor/Shared/DetailsCard.tsx -msgid "Token Standard" -msgstr "" diff --git a/packages/plugins/CrossChainBridge/package.json b/packages/plugins/CrossChainBridge/package.json index c619464d7e2b..0fde0f6f04c3 100644 --- a/packages/plugins/CrossChainBridge/package.json +++ b/packages/plugins/CrossChainBridge/package.json @@ -22,32 +22,5 @@ "@masknet/shared-base": "workspace:^", "@masknet/shared-base-ui": "workspace:^", "@masknet/theme": "workspace:^" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/CrossChainBridge/src/base.ts b/packages/plugins/CrossChainBridge/src/base.ts index 41275b8ca31b..e97084472c34 100644 --- a/packages/plugins/CrossChainBridge/src/base.ts +++ b/packages/plugins/CrossChainBridge/src/base.ts @@ -1,7 +1,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { DEFAULT_PLUGIN_PUBLISHER, EnhanceableSite } from '@masknet/shared-base' import { PLUGIN_DESCRIPTION, PLUGIN_ID, PLUGIN_NAME } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PLUGIN_ID, @@ -17,5 +16,4 @@ export const base: Plugin.Shared.Definition = { }, target: 'stable', }, - i18n: languages, } diff --git a/packages/plugins/CrossChainBridge/src/locale/en-US.json b/packages/plugins/CrossChainBridge/src/locale/en-US.json deleted file mode 100644 index 47b6e52e2e53..000000000000 --- a/packages/plugins/CrossChainBridge/src/locale/en-US.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": { "UWxJIW": ["Powered by Celer Network. Support $MASK!"], "m+uuUE": ["Cross-chain"] } } diff --git a/packages/plugins/CrossChainBridge/src/locale/en-US.po b/packages/plugins/CrossChainBridge/src/locale/en-US.po deleted file mode 100644 index d75be81cec50..000000000000 --- a/packages/plugins/CrossChainBridge/src/locale/en-US.po +++ /dev/null @@ -1,21 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: src/SiteAdaptor/CrossChainBridgeDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Cross-chain" -msgstr "" - -#: src/SiteAdaptor/components/BridgeStack.tsx -msgid "Powered by Celer Network. Support $MASK!" -msgstr "" diff --git a/packages/plugins/CrossChainBridge/src/locale/ja-JP.json b/packages/plugins/CrossChainBridge/src/locale/ja-JP.json deleted file mode 100644 index 7a5b5c910309..000000000000 --- a/packages/plugins/CrossChainBridge/src/locale/ja-JP.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": { "UWxJIW": ["Powered by Celerネットワーク. Support $MASK!"], "m+uuUE": ["クロスチェーン"] } } diff --git a/packages/plugins/CrossChainBridge/src/locale/ja-JP.po b/packages/plugins/CrossChainBridge/src/locale/ja-JP.po deleted file mode 100644 index b7a08b799bf5..000000000000 --- a/packages/plugins/CrossChainBridge/src/locale/ja-JP.po +++ /dev/null @@ -1,26 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/CrossChainBridge/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 958\n" - -#: src/SiteAdaptor/CrossChainBridgeDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Cross-chain" -msgstr "クロスチェーン" - -#: src/SiteAdaptor/components/BridgeStack.tsx -msgid "Powered by Celer Network. Support $MASK!" -msgstr "Powered by Celerネットワーク. Support $MASK!" diff --git a/packages/plugins/CrossChainBridge/src/locale/ko-KR.json b/packages/plugins/CrossChainBridge/src/locale/ko-KR.json deleted file mode 100644 index 47b6e52e2e53..000000000000 --- a/packages/plugins/CrossChainBridge/src/locale/ko-KR.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": { "UWxJIW": ["Powered by Celer Network. Support $MASK!"], "m+uuUE": ["Cross-chain"] } } diff --git a/packages/plugins/CrossChainBridge/src/locale/ko-KR.po b/packages/plugins/CrossChainBridge/src/locale/ko-KR.po deleted file mode 100644 index d223d8b6736d..000000000000 --- a/packages/plugins/CrossChainBridge/src/locale/ko-KR.po +++ /dev/null @@ -1,26 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/CrossChainBridge/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 958\n" - -#: src/SiteAdaptor/CrossChainBridgeDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Cross-chain" -msgstr "" - -#: src/SiteAdaptor/components/BridgeStack.tsx -msgid "Powered by Celer Network. Support $MASK!" -msgstr "" diff --git a/packages/plugins/CrossChainBridge/src/locale/languages.ts b/packages/plugins/CrossChainBridge/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/CrossChainBridge/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/CrossChainBridge/src/locale/qya-AA.po b/packages/plugins/CrossChainBridge/src/locale/qya-AA.po deleted file mode 100644 index 26b2ca733adf..000000000000 --- a/packages/plugins/CrossChainBridge/src/locale/qya-AA.po +++ /dev/null @@ -1,27 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:47\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/CrossChainBridge/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 958\n" - -#: src/SiteAdaptor/CrossChainBridgeDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Cross-chain" -msgstr "crwdns28522:0crwdne28522:0" - -#: src/SiteAdaptor/components/BridgeStack.tsx -msgid "Powered by Celer Network. Support $MASK!" -msgstr "crwdns28524:0$MASKcrwdne28524:0" - diff --git a/packages/plugins/CrossChainBridge/src/locale/zh-CN.json b/packages/plugins/CrossChainBridge/src/locale/zh-CN.json deleted file mode 100644 index b54e64106156..000000000000 --- a/packages/plugins/CrossChainBridge/src/locale/zh-CN.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": { "UWxJIW": ["由Celer提供支持,支持 $MASK!"], "m+uuUE": ["跨链"] } } diff --git a/packages/plugins/CrossChainBridge/src/locale/zh-CN.po b/packages/plugins/CrossChainBridge/src/locale/zh-CN.po deleted file mode 100644 index 4d4bc687ce23..000000000000 --- a/packages/plugins/CrossChainBridge/src/locale/zh-CN.po +++ /dev/null @@ -1,26 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/CrossChainBridge/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 958\n" - -#: src/SiteAdaptor/CrossChainBridgeDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Cross-chain" -msgstr "跨链" - -#: src/SiteAdaptor/components/BridgeStack.tsx -msgid "Powered by Celer Network. Support $MASK!" -msgstr "由Celer提供支持,支持 $MASK!" diff --git a/packages/plugins/CrossChainBridge/src/locale/zh-TW.json b/packages/plugins/CrossChainBridge/src/locale/zh-TW.json deleted file mode 100644 index b54e64106156..000000000000 --- a/packages/plugins/CrossChainBridge/src/locale/zh-TW.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": { "UWxJIW": ["由Celer提供支持,支持 $MASK!"], "m+uuUE": ["跨链"] } } diff --git a/packages/plugins/CrossChainBridge/src/locale/zh-TW.po b/packages/plugins/CrossChainBridge/src/locale/zh-TW.po deleted file mode 100644 index 627b3c4a845f..000000000000 --- a/packages/plugins/CrossChainBridge/src/locale/zh-TW.po +++ /dev/null @@ -1,26 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/CrossChainBridge/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 958\n" - -#: src/SiteAdaptor/CrossChainBridgeDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Cross-chain" -msgstr "" - -#: src/SiteAdaptor/components/BridgeStack.tsx -msgid "Powered by Celer Network. Support $MASK!" -msgstr "" diff --git a/packages/plugins/CyberConnect/package.json b/packages/plugins/CyberConnect/package.json index 0eda01ec0f7e..c3ca9acefd13 100644 --- a/packages/plugins/CyberConnect/package.json +++ b/packages/plugins/CyberConnect/package.json @@ -29,32 +29,5 @@ "@masknet/web3-shared-evm": "workspace:^", "boring-avatars": "^1.10.2", "react-use": "^17.5.0" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/CyberConnect/src/base.tsx b/packages/plugins/CyberConnect/src/base.tsx index e96300b2ffca..dad4f61e55ce 100644 --- a/packages/plugins/CyberConnect/src/base.tsx +++ b/packages/plugins/CyberConnect/src/base.tsx @@ -1,7 +1,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { DEFAULT_PLUGIN_PUBLISHER } from '@masknet/shared-base' import { CYBERCONNECT_PLUGIN_ID } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: CYBERCONNECT_PLUGIN_ID, @@ -15,5 +14,4 @@ export const base: Plugin.Shared.Definition = { target: 'insider', }, contribution: { postContent: new Set([/https:\/\/app.cyberconnect.me/u]) }, - i18n: languages, } diff --git a/packages/plugins/CyberConnect/src/locale/en-US.json b/packages/plugins/CyberConnect/src/locale/en-US.json deleted file mode 100644 index 8cc741d23c32..000000000000 --- a/packages/plugins/CyberConnect/src/locale/en-US.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "0Lp4o6": ["Load failed"], - "AUYALh": ["Coming soon"], - "ROWeBX": ["Followings"], - "TJt1iY": ["Decentralized social graph protocol for user-centric Web3."], - "WZcvLm": ["Follow Now"], - "h/b9lY": ["No followers."], - "j8MqhB": ["CyberConnect"], - "p+ngUo": ["Unfollow"], - "x5LEuB": ["Followers"], - "zX9KdB": ["No following friends."] - } -} diff --git a/packages/plugins/CyberConnect/src/locale/en-US.po b/packages/plugins/CyberConnect/src/locale/en-US.po deleted file mode 100644 index a4eb2bcf4b19..000000000000 --- a/packages/plugins/CyberConnect/src/locale/en-US.po +++ /dev/null @@ -1,53 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: src/SiteAdaptor/ConnectButton.tsx -#~ msgid "Coming soon" -#~ msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "CyberConnect" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Decentralized social graph protocol for user-centric Web3." -msgstr "" - -#: src/SiteAdaptor/ConnectButton.tsx -msgid "Follow Now" -msgstr "" - -#: src/SiteAdaptor/Profile.tsx -msgid "Followers" -msgstr "" - -#: src/SiteAdaptor/Profile.tsx -msgid "Followings" -msgstr "" - -#: src/SiteAdaptor/FollowersPage.tsx -#: src/SiteAdaptor/Profile.tsx -msgid "Load failed" -msgstr "" - -#: src/SiteAdaptor/Profile.tsx -msgid "No followers." -msgstr "" - -#: src/SiteAdaptor/Profile.tsx -msgid "No following friends." -msgstr "" - -#: src/SiteAdaptor/ConnectButton.tsx -msgid "Unfollow" -msgstr "" diff --git a/packages/plugins/CyberConnect/src/locale/ja-JP.json b/packages/plugins/CyberConnect/src/locale/ja-JP.json deleted file mode 100644 index c0b8fb1b5953..000000000000 --- a/packages/plugins/CyberConnect/src/locale/ja-JP.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "0Lp4o6": ["読み込みに失敗しました"], - "AUYALh": ["Coming soon"], - "ROWeBX": ["フォロー"], - "TJt1iY": ["ユーザー中心のWeb3の分散型ソーシャルグラフプロトコル."], - "WZcvLm": ["今すぐフォロー"], - "h/b9lY": ["フォロワーがいません。"], - "j8MqhB": ["CyberConnect"], - "p+ngUo": ["フォロー解除"], - "x5LEuB": ["フォロワー"], - "zX9KdB": ["フォロー中の友達はいません。"] - } -} diff --git a/packages/plugins/CyberConnect/src/locale/ja-JP.po b/packages/plugins/CyberConnect/src/locale/ja-JP.po deleted file mode 100644 index 5d6b28cac049..000000000000 --- a/packages/plugins/CyberConnect/src/locale/ja-JP.po +++ /dev/null @@ -1,58 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/CyberConnect/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 960\n" - -#: src/SiteAdaptor/ConnectButton.tsx -#~ msgid "Coming soon" -#~ msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "CyberConnect" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Decentralized social graph protocol for user-centric Web3." -msgstr "ユーザー中心のWeb3の分散型ソーシャルグラフプロトコル." - -#: src/SiteAdaptor/ConnectButton.tsx -msgid "Follow Now" -msgstr "今すぐフォロー" - -#: src/SiteAdaptor/Profile.tsx -msgid "Followers" -msgstr "フォロワー" - -#: src/SiteAdaptor/Profile.tsx -msgid "Followings" -msgstr "フォロー" - -#: src/SiteAdaptor/FollowersPage.tsx -#: src/SiteAdaptor/Profile.tsx -msgid "Load failed" -msgstr "読み込みに失敗しました" - -#: src/SiteAdaptor/Profile.tsx -msgid "No followers." -msgstr "フォロワーがいません。" - -#: src/SiteAdaptor/Profile.tsx -msgid "No following friends." -msgstr "フォロー中の友達はいません。" - -#: src/SiteAdaptor/ConnectButton.tsx -msgid "Unfollow" -msgstr "フォロー解除" diff --git a/packages/plugins/CyberConnect/src/locale/ko-KR.json b/packages/plugins/CyberConnect/src/locale/ko-KR.json deleted file mode 100644 index 47e6a8bc344d..000000000000 --- a/packages/plugins/CyberConnect/src/locale/ko-KR.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "0Lp4o6": ["로딩 실패"], - "AUYALh": ["Coming soon"], - "ROWeBX": ["팔로잉"], - "TJt1iY": ["사용자 중심 웹3를 위한 탈중앙화 소셜 그래프 프로토콜"], - "WZcvLm": ["바로 팔로우하기"], - "h/b9lY": ["팔로워가 없습니다."], - "j8MqhB": ["CyberConnect"], - "p+ngUo": ["팔로우 취소"], - "x5LEuB": ["팔로워"], - "zX9KdB": ["팔로잉 친구가 없습니다."] - } -} diff --git a/packages/plugins/CyberConnect/src/locale/ko-KR.po b/packages/plugins/CyberConnect/src/locale/ko-KR.po deleted file mode 100644 index 6216cd2daa14..000000000000 --- a/packages/plugins/CyberConnect/src/locale/ko-KR.po +++ /dev/null @@ -1,58 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/CyberConnect/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 960\n" - -#: src/SiteAdaptor/ConnectButton.tsx -#~ msgid "Coming soon" -#~ msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "CyberConnect" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Decentralized social graph protocol for user-centric Web3." -msgstr "사용자 중심 웹3를 위한 탈중앙화 소셜 그래프 프로토콜" - -#: src/SiteAdaptor/ConnectButton.tsx -msgid "Follow Now" -msgstr "바로 팔로우하기" - -#: src/SiteAdaptor/Profile.tsx -msgid "Followers" -msgstr "팔로워" - -#: src/SiteAdaptor/Profile.tsx -msgid "Followings" -msgstr "팔로잉" - -#: src/SiteAdaptor/FollowersPage.tsx -#: src/SiteAdaptor/Profile.tsx -msgid "Load failed" -msgstr "로딩 실패" - -#: src/SiteAdaptor/Profile.tsx -msgid "No followers." -msgstr "팔로워가 없습니다." - -#: src/SiteAdaptor/Profile.tsx -msgid "No following friends." -msgstr "팔로잉 친구가 없습니다." - -#: src/SiteAdaptor/ConnectButton.tsx -msgid "Unfollow" -msgstr "팔로우 취소" diff --git a/packages/plugins/CyberConnect/src/locale/languages.ts b/packages/plugins/CyberConnect/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/CyberConnect/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/CyberConnect/src/locale/qya-AA.po b/packages/plugins/CyberConnect/src/locale/qya-AA.po deleted file mode 100644 index 747d3f386df0..000000000000 --- a/packages/plugins/CyberConnect/src/locale/qya-AA.po +++ /dev/null @@ -1,59 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:47\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/CyberConnect/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 960\n" - -#: src/SiteAdaptor/ConnectButton.tsx -msgid "Coming soon" -msgstr "crwdns32836:0crwdne32836:0" - -#: src/SiteAdaptor/index.tsx -msgid "CyberConnect" -msgstr "crwdns28526:0crwdne28526:0" - -#: src/SiteAdaptor/index.tsx -msgid "Decentralized social graph protocol for user-centric Web3." -msgstr "crwdns28528:0crwdne28528:0" - -#: src/SiteAdaptor/ConnectButton.tsx -msgid "Follow Now" -msgstr "crwdns28530:0crwdne28530:0" - -#: src/SiteAdaptor/Profile.tsx -msgid "Followers" -msgstr "crwdns28532:0crwdne28532:0" - -#: src/SiteAdaptor/Profile.tsx -msgid "Followings" -msgstr "crwdns28534:0crwdne28534:0" - -#: src/SiteAdaptor/FollowersPage.tsx -#: src/SiteAdaptor/Profile.tsx -msgid "Load failed" -msgstr "crwdns28536:0crwdne28536:0" - -#: src/SiteAdaptor/Profile.tsx -msgid "No followers." -msgstr "crwdns28538:0crwdne28538:0" - -#: src/SiteAdaptor/Profile.tsx -msgid "No following friends." -msgstr "crwdns28540:0crwdne28540:0" - -#: src/SiteAdaptor/ConnectButton.tsx -msgid "Unfollow" -msgstr "crwdns28542:0crwdne28542:0" - diff --git a/packages/plugins/CyberConnect/src/locale/zh-CN.json b/packages/plugins/CyberConnect/src/locale/zh-CN.json deleted file mode 100644 index bfeaa1d25bbb..000000000000 --- a/packages/plugins/CyberConnect/src/locale/zh-CN.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "0Lp4o6": ["加载失败"], - "AUYALh": ["Coming soon"], - "ROWeBX": ["正在关注"], - "TJt1iY": ["以用户为中心的去中心化的Web3社交图协议."], - "WZcvLm": ["立即关注"], - "h/b9lY": ["无关注者"], - "j8MqhB": ["CyberConnect"], - "p+ngUo": ["取消关注"], - "x5LEuB": ["粉丝"], - "zX9KdB": ["没有关注任何人"] - } -} diff --git a/packages/plugins/CyberConnect/src/locale/zh-CN.po b/packages/plugins/CyberConnect/src/locale/zh-CN.po deleted file mode 100644 index c8bb4f80b51e..000000000000 --- a/packages/plugins/CyberConnect/src/locale/zh-CN.po +++ /dev/null @@ -1,58 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/CyberConnect/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 960\n" - -#: src/SiteAdaptor/ConnectButton.tsx -#~ msgid "Coming soon" -#~ msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "CyberConnect" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Decentralized social graph protocol for user-centric Web3." -msgstr "以用户为中心的去中心化的Web3社交图协议." - -#: src/SiteAdaptor/ConnectButton.tsx -msgid "Follow Now" -msgstr "立即关注" - -#: src/SiteAdaptor/Profile.tsx -msgid "Followers" -msgstr "粉丝" - -#: src/SiteAdaptor/Profile.tsx -msgid "Followings" -msgstr "正在关注" - -#: src/SiteAdaptor/FollowersPage.tsx -#: src/SiteAdaptor/Profile.tsx -msgid "Load failed" -msgstr "加载失败" - -#: src/SiteAdaptor/Profile.tsx -msgid "No followers." -msgstr "无关注者" - -#: src/SiteAdaptor/Profile.tsx -msgid "No following friends." -msgstr "没有关注任何人" - -#: src/SiteAdaptor/ConnectButton.tsx -msgid "Unfollow" -msgstr "取消关注" diff --git a/packages/plugins/CyberConnect/src/locale/zh-TW.json b/packages/plugins/CyberConnect/src/locale/zh-TW.json deleted file mode 100644 index bfeaa1d25bbb..000000000000 --- a/packages/plugins/CyberConnect/src/locale/zh-TW.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "0Lp4o6": ["加载失败"], - "AUYALh": ["Coming soon"], - "ROWeBX": ["正在关注"], - "TJt1iY": ["以用户为中心的去中心化的Web3社交图协议."], - "WZcvLm": ["立即关注"], - "h/b9lY": ["无关注者"], - "j8MqhB": ["CyberConnect"], - "p+ngUo": ["取消关注"], - "x5LEuB": ["粉丝"], - "zX9KdB": ["没有关注任何人"] - } -} diff --git a/packages/plugins/CyberConnect/src/locale/zh-TW.po b/packages/plugins/CyberConnect/src/locale/zh-TW.po deleted file mode 100644 index 0f575c34b7fb..000000000000 --- a/packages/plugins/CyberConnect/src/locale/zh-TW.po +++ /dev/null @@ -1,58 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/CyberConnect/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 960\n" - -#: src/SiteAdaptor/ConnectButton.tsx -#~ msgid "Coming soon" -#~ msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "CyberConnect" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Decentralized social graph protocol for user-centric Web3." -msgstr "" - -#: src/SiteAdaptor/ConnectButton.tsx -msgid "Follow Now" -msgstr "" - -#: src/SiteAdaptor/Profile.tsx -msgid "Followers" -msgstr "" - -#: src/SiteAdaptor/Profile.tsx -msgid "Followings" -msgstr "" - -#: src/SiteAdaptor/FollowersPage.tsx -#: src/SiteAdaptor/Profile.tsx -msgid "Load failed" -msgstr "" - -#: src/SiteAdaptor/Profile.tsx -msgid "No followers." -msgstr "" - -#: src/SiteAdaptor/Profile.tsx -msgid "No following friends." -msgstr "" - -#: src/SiteAdaptor/ConnectButton.tsx -msgid "Unfollow" -msgstr "" diff --git a/packages/plugins/Debugger/package.json b/packages/plugins/Debugger/package.json index 9b5791e4ba78..ae9dc221e944 100644 --- a/packages/plugins/Debugger/package.json +++ b/packages/plugins/Debugger/package.json @@ -32,32 +32,5 @@ "@masknet/web3-providers": "workspace:^", "@masknet/web3-shared-base": "workspace:^", "@masknet/web3-shared-evm": "workspace:^" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/Debugger/src/base.ts b/packages/plugins/Debugger/src/base.ts index d8d3a6977096..16d7f907d9ee 100644 --- a/packages/plugins/Debugger/src/base.ts +++ b/packages/plugins/Debugger/src/base.ts @@ -1,7 +1,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { DEFAULT_PLUGIN_PUBLISHER, EnhanceableSite } from '@masknet/shared-base' import { PLUGIN_DESCRIPTION, PLUGIN_ID, PLUGIN_NAME } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PLUGIN_ID, @@ -18,5 +17,4 @@ export const base: Plugin.Shared.Definition = { target: 'insider', }, experimentalMark: true, - i18n: languages, } diff --git a/packages/plugins/Debugger/src/locale/en-US.json b/packages/plugins/Debugger/src/locale/en-US.json deleted file mode 100644 index c02cb2bcf79b..000000000000 --- a/packages/plugins/Debugger/src/locale/en-US.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": {} } diff --git a/packages/plugins/Debugger/src/locale/en-US.po b/packages/plugins/Debugger/src/locale/en-US.po deleted file mode 100644 index d6676ae2901f..000000000000 --- a/packages/plugins/Debugger/src/locale/en-US.po +++ /dev/null @@ -1,14 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: en-US\n" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"Plural-Forms: \n" diff --git a/packages/plugins/Debugger/src/locale/ja-JP.json b/packages/plugins/Debugger/src/locale/ja-JP.json deleted file mode 100644 index c02cb2bcf79b..000000000000 --- a/packages/plugins/Debugger/src/locale/ja-JP.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": {} } diff --git a/packages/plugins/Debugger/src/locale/ja-JP.po b/packages/plugins/Debugger/src/locale/ja-JP.po deleted file mode 100644 index a06a3ee5dd48..000000000000 --- a/packages/plugins/Debugger/src/locale/ja-JP.po +++ /dev/null @@ -1,19 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: ja\n" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Debugger/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 962\n" diff --git a/packages/plugins/Debugger/src/locale/ko-KR.json b/packages/plugins/Debugger/src/locale/ko-KR.json deleted file mode 100644 index c02cb2bcf79b..000000000000 --- a/packages/plugins/Debugger/src/locale/ko-KR.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": {} } diff --git a/packages/plugins/Debugger/src/locale/ko-KR.po b/packages/plugins/Debugger/src/locale/ko-KR.po deleted file mode 100644 index b63a65f52823..000000000000 --- a/packages/plugins/Debugger/src/locale/ko-KR.po +++ /dev/null @@ -1,19 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: ko\n" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language-Team: Korean\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Debugger/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 962\n" diff --git a/packages/plugins/Debugger/src/locale/languages.ts b/packages/plugins/Debugger/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/Debugger/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/Debugger/src/locale/qya-AA.po b/packages/plugins/Debugger/src/locale/qya-AA.po deleted file mode 100644 index d08d2c19435c..000000000000 --- a/packages/plugins/Debugger/src/locale/qya-AA.po +++ /dev/null @@ -1,20 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: qya\n" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-10-30 09:12\n" -"Last-Translator: \n" -"Language-Team: Quenya\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Debugger/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 962\n" - diff --git a/packages/plugins/Debugger/src/locale/zh-CN.json b/packages/plugins/Debugger/src/locale/zh-CN.json deleted file mode 100644 index c02cb2bcf79b..000000000000 --- a/packages/plugins/Debugger/src/locale/zh-CN.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": {} } diff --git a/packages/plugins/Debugger/src/locale/zh-CN.po b/packages/plugins/Debugger/src/locale/zh-CN.po deleted file mode 100644 index 0e84d769e9ff..000000000000 --- a/packages/plugins/Debugger/src/locale/zh-CN.po +++ /dev/null @@ -1,19 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: zh\n" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language-Team: Chinese Simplified\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Debugger/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 962\n" diff --git a/packages/plugins/Debugger/src/locale/zh-TW.json b/packages/plugins/Debugger/src/locale/zh-TW.json deleted file mode 100644 index c02cb2bcf79b..000000000000 --- a/packages/plugins/Debugger/src/locale/zh-TW.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": {} } diff --git a/packages/plugins/Debugger/src/locale/zh-TW.po b/packages/plugins/Debugger/src/locale/zh-TW.po deleted file mode 100644 index 57bb6d65fd17..000000000000 --- a/packages/plugins/Debugger/src/locale/zh-TW.po +++ /dev/null @@ -1,19 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: zh\n" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language-Team: Chinese Traditional\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Debugger/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 962\n" diff --git a/packages/plugins/FileService/package.json b/packages/plugins/FileService/package.json index feb35139074c..8688f34438a3 100644 --- a/packages/plugins/FileService/package.json +++ b/packages/plugins/FileService/package.json @@ -39,32 +39,5 @@ }, "devDependencies": { "@types/use-subscription": "^1.0.2" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/FileService/src/base.ts b/packages/plugins/FileService/src/base.ts index fc2513e01992..85bb1ff59e92 100644 --- a/packages/plugins/FileService/src/base.ts +++ b/packages/plugins/FileService/src/base.ts @@ -1,6 +1,5 @@ import type { Plugin } from '@masknet/plugin-infra' import { DEFAULT_PLUGIN_PUBLISHER, EnhanceableSite, PluginID } from '@masknet/shared-base' -import { languages } from './locale/languages.js' import { META_KEY_1, META_KEY_2, META_KEY_3 } from './constants.js' export const base: Plugin.Shared.Definition = { @@ -19,7 +18,6 @@ export const base: Plugin.Shared.Definition = { }, target: 'stable', }, - i18n: languages, contribution: { metadataKeys: new Set([META_KEY_1, META_KEY_2, META_KEY_3]), }, diff --git a/packages/plugins/FileService/src/locale/en-US.json b/packages/plugins/FileService/src/locale/en-US.json deleted file mode 100644 index 0555d1782307..000000000000 --- a/packages/plugins/FileService/src/locale/en-US.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "messages": { - "/KseE7": ["Delete File"], - "2wxgft": ["Rename"], - "3uBJPr": ["File delete"], - "4JCJIV": ["What is Web3 File Service?"], - "6ZZ+4S": ["Load Network"], - "6hagY3": ["Use Meson CDN"], - "7PPwVf": [ - "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." - ], - "7VpPHA": ["Confirm"], - "9uYu7e": ["You haven't uploaded any files yet."], - "AxPAXW": ["No results found"], - "CkLMZ2": ["File delete failed"], - "G+XYfT": ["Do you want to delete file <0>", ["0"], ""], - "Gia1VG": ["Web3 File Service"], - "IQ3gAw": ["Upload File"], - "OgohfQ": ["File Key: <0>", ["0"], ""], - "RLBjfU": ["Attached File: ", ["name"], " (", ["size"], ")"], - "Rm3JCH": ["File name must between 3 to 20 characters."], - "RrGhwo": ["File ", ["0"], " deleted."], - "Sfu/we": ["Failed to delete, please try again."], - "TwdaGt": [ - "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS, Arweave and Meson Network. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." - ], - "Udf/Es": [ - "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." - ], - "VHShJf": ["Please click Browse Files button to select files to upload."], - "XNJLCJ": [ - "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS and Arweave. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." - ], - "XrH+JC": ["IPFS"], - "Zypku0": ["By using this plugin, you agree to the <0>terms and the <1>privacy policy."], - "bnuQy5": [["0"], " files selected"], - "cmKQl+": ["Failed to save the file. Please try again."], - "cnGeoo": ["Delete"], - "dEgA5A": ["Cancel"], - "e1vdXO": ["Arweave"], - "erRCKP": ["File saved"], - "jt/0L2": ["You've saved ", ["0"], " to Web3 file service."], - "k28Qhe": ["Failed to save file"], - "lErh77": [ - "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." - ], - "mzI/c+": ["Download"], - "qNiGUh": ["size"], - "re2nOO": ["Uploaded files"], - "tG9G+b": ["File Service"], - "tuOw4x": ["Make It Encrypted"] - } -} diff --git a/packages/plugins/FileService/src/locale/en-US.po b/packages/plugins/FileService/src/locale/en-US.po deleted file mode 100644 index cf63bb13dbb7..000000000000 --- a/packages/plugins/FileService/src/locale/en-US.po +++ /dev/null @@ -1,182 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. placeholder {0}: count.toString() -#: src/SiteAdaptor/components/FileChip.tsx -msgid "{0} files selected" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Arweave" -msgstr "" - -#: src/SiteAdaptor/components/FileChip.tsx -msgid "Attached File: {name} ({size})" -msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "By using this plugin, you agree to the <0>terms and the <1>privacy policy." -msgstr "" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/Terms.tsx -msgid "Cancel" -msgstr "" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/Terms.tsx -#: src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx -msgid "Confirm" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "Delete" -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Delete File" -msgstr "" - -#. placeholder {0}: file.name -#: src/SiteAdaptor/components/FileList.tsx -msgid "Do you want to delete file <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "Download" -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Failed to delete, please try again." -msgstr "" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "Failed to save file" -msgstr "" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "Failed to save the file. Please try again." -msgstr "" - -#. placeholder {0}: file.name -#: src/SiteAdaptor/components/FileList.tsx -msgid "File {0} deleted." -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File delete" -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File delete failed" -msgstr "" - -#. placeholder {0}: file.key -#: src/SiteAdaptor/components/Files/DisplayingFile.tsx -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -#: src/SiteAdaptor/components/Files/SelectableFile.tsx -msgid "File Key: <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File name must between 3 to 20 characters." -msgstr "" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "File saved" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "File Service" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "IPFS" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Load Network" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Make It Encrypted" -msgstr "" - -#: src/SiteAdaptor/components/FileBrowser.tsx -msgid "No results found" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Please click Browse Files button to select files to upload." -msgstr "" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -#: src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx -msgid "Rename" -msgstr "" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "size" -msgstr "" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Upload File" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Uploaded files" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -#~ msgid "Use Meson CDN" -#~ msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Web3 File Service" -msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -#~ msgid "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS and Arweave. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." -#~ msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -#~ msgid "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS, Arweave and Meson Network. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." -#~ msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." -msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "What is Web3 File Service?" -msgstr "" - -#: src/SiteAdaptor/components/FileBrowser.tsx -msgid "You haven't uploaded any files yet." -msgstr "" - -#. placeholder {0}: file.name -#: src/SiteAdaptor/FileViewer.tsx -msgid "You've saved {0} to Web3 file service." -msgstr "" diff --git a/packages/plugins/FileService/src/locale/ja-JP.json b/packages/plugins/FileService/src/locale/ja-JP.json deleted file mode 100644 index 40f366df8162..000000000000 --- a/packages/plugins/FileService/src/locale/ja-JP.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "messages": { - "/KseE7": ["ファイルを削除"], - "2wxgft": ["名前変更"], - "3uBJPr": ["File delete"], - "4JCJIV": ["Web3ファイルサービスとは何ですか?"], - "6ZZ+4S": ["Load Network"], - "6hagY3": ["Mesonを使用して加速する"], - "7PPwVf": [ - "ユーザーはこれらのファイルのローカルリンクのみを削除することができます。分散ストレージプロトコル上のファイルは削除できません。" - ], - "7VpPHA": ["確認"], - "9uYu7e": ["まだファイルはアップロードされていません。"], - "AxPAXW": ["結果は見つかりませんでした。"], - "CkLMZ2": ["File delete failed"], - "G+XYfT": ["Do you want to delete file <0>", ["0"], ""], - "Gia1VG": ["プラグイン: ファイルサービス"], - "IQ3gAw": ["ファイルをアップロード"], - "OgohfQ": ["File Key: <0>", ["0"], ""], - "RLBjfU": ["Attached File: ", ["name"], " (", ["size"], ")"], - "Rm3JCH": ["ファイル名は3文字以上20文字以内で入力してください。"], - "RrGhwo": ["File ", ["0"], " deleted."], - "Sfu/we": ["Failed to delete, please try again."], - "TwdaGt": [ - "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS, Arweave and Meson Network. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." - ], - "Udf/Es": [ - "永久に分散化されたファイルストレージ。Arweave Networkの上にあるMaskの友達にファイルをアップロードして共有します。" - ], - "VHShJf": ["アップロードするファイルを選択するには、「ファイルを参照」ボタンをクリックしてください。"], - "XNJLCJ": [ - "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS and Arweave. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." - ], - "XrH+JC": ["IPFS"], - "Zypku0": ["By using this plugin, you agree to the <0>terms and the <1>privacy policy."], - "bnuQy5": [["0"], " ファイル選択中"], - "cmKQl+": ["Failed to save the file. Please try again."], - "cnGeoo": ["削除"], - "dEgA5A": ["キャンセル"], - "e1vdXO": ["Arweave"], - "erRCKP": ["File saved"], - "jt/0L2": ["You've saved ", ["0"], " to Web3 file service."], - "k28Qhe": ["Failed to save file"], - "lErh77": [ - "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." - ], - "mzI/c+": ["ダウンロード"], - "qNiGUh": ["サイズ"], - "re2nOO": ["アップロードされたファイル"], - "tG9G+b": ["ファイルサービス"], - "tuOw4x": ["暗号化しましょう"] - } -} diff --git a/packages/plugins/FileService/src/locale/ja-JP.po b/packages/plugins/FileService/src/locale/ja-JP.po deleted file mode 100644 index b8e9ebfd2a5c..000000000000 --- a/packages/plugins/FileService/src/locale/ja-JP.po +++ /dev/null @@ -1,187 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/FileService/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 964\n" - -#. placeholder {0}: count.toString() -#: src/SiteAdaptor/components/FileChip.tsx -msgid "{0} files selected" -msgstr "{0} ファイル選択中" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Arweave" -msgstr "" - -#: src/SiteAdaptor/components/FileChip.tsx -msgid "Attached File: {name} ({size})" -msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "By using this plugin, you agree to the <0>terms and the <1>privacy policy." -msgstr "" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/Terms.tsx -msgid "Cancel" -msgstr "キャンセル" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/Terms.tsx -#: src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx -msgid "Confirm" -msgstr "確認" - -#: src/SiteAdaptor/index.tsx -msgid "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." -msgstr "永久に分散化されたファイルストレージ。Arweave Networkの上にあるMaskの友達にファイルをアップロードして共有します。" - -#: src/SiteAdaptor/components/FileList.tsx -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "Delete" -msgstr "削除" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Delete File" -msgstr "ファイルを削除" - -#. placeholder {0}: file.name -#: src/SiteAdaptor/components/FileList.tsx -msgid "Do you want to delete file <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "Download" -msgstr "ダウンロード" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Failed to delete, please try again." -msgstr "" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "Failed to save file" -msgstr "" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "Failed to save the file. Please try again." -msgstr "" - -#. placeholder {0}: file.name -#: src/SiteAdaptor/components/FileList.tsx -msgid "File {0} deleted." -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File delete" -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File delete failed" -msgstr "" - -#. placeholder {0}: file.key -#: src/SiteAdaptor/components/Files/DisplayingFile.tsx -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -#: src/SiteAdaptor/components/Files/SelectableFile.tsx -msgid "File Key: <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File name must between 3 to 20 characters." -msgstr "ファイル名は3文字以上20文字以内で入力してください。" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "File saved" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "File Service" -msgstr "ファイルサービス" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "IPFS" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Load Network" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Make It Encrypted" -msgstr "暗号化しましょう" - -#: src/SiteAdaptor/components/FileBrowser.tsx -msgid "No results found" -msgstr "結果は見つかりませんでした。" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Please click Browse Files button to select files to upload." -msgstr "アップロードするファイルを選択するには、「ファイルを参照」ボタンをクリックしてください。" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -#: src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx -msgid "Rename" -msgstr "名前変更" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "size" -msgstr "サイズ" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Upload File" -msgstr "ファイルをアップロード" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Uploaded files" -msgstr "アップロードされたファイル" - -#: src/SiteAdaptor/components/UploadFile.tsx -#~ msgid "Use Meson CDN" -#~ msgstr "Mesonを使用して加速する" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." -msgstr "ユーザーはこれらのファイルのローカルリンクのみを削除することができます。分散ストレージプロトコル上のファイルは削除できません。" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Web3 File Service" -msgstr "プラグイン: ファイルサービス" - -#: src/SiteAdaptor/components/Terms.tsx -#~ msgid "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS and Arweave. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." -#~ msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -#~ msgid "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS, Arweave and Meson Network. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." -#~ msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." -msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "What is Web3 File Service?" -msgstr "Web3ファイルサービスとは何ですか?" - -#: src/SiteAdaptor/components/FileBrowser.tsx -msgid "You haven't uploaded any files yet." -msgstr "まだファイルはアップロードされていません。" - -#. placeholder {0}: file.name -#: src/SiteAdaptor/FileViewer.tsx -msgid "You've saved {0} to Web3 file service." -msgstr "" diff --git a/packages/plugins/FileService/src/locale/ko-KR.json b/packages/plugins/FileService/src/locale/ko-KR.json deleted file mode 100644 index 907ee10e0bb6..000000000000 --- a/packages/plugins/FileService/src/locale/ko-KR.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "messages": { - "/KseE7": ["파일 삭제"], - "2wxgft": ["이름 변경"], - "3uBJPr": ["File delete"], - "4JCJIV": ["웹2 파일 서비스가 무엇입니까?"], - "6ZZ+4S": ["Load Network"], - "6hagY3": ["Meson CDN를 이용하기"], - "7PPwVf": [ - "사용자는 이러한 파일의 로컬 링크만 삭제할 수 있습니다. 탈중앙화 스토리지 프로토콜의 파일은 삭제할 수 없습니다." - ], - "7VpPHA": ["확인"], - "9uYu7e": ["업로드된 파일이 없습니다."], - "AxPAXW": ["검색 결과가 없습니다."], - "CkLMZ2": ["File delete failed"], - "G+XYfT": ["Do you want to delete file <0>", ["0"], ""], - "Gia1VG": ["웹3 파일 서비스"], - "IQ3gAw": ["파일 업로드"], - "OgohfQ": ["File Key: <0>", ["0"], ""], - "RLBjfU": ["Attached File: ", ["name"], " (", ["size"], ")"], - "Rm3JCH": ["파일 이름은 3~20 글자 이내로 입력해주세요."], - "RrGhwo": ["File ", ["0"], " deleted."], - "Sfu/we": ["Failed to delete, please try again."], - "TwdaGt": [ - "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS, Arweave and Meson Network. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." - ], - "Udf/Es": ["탈중앙화 영구적 파일 저장. Arweave Network를 통해 파일을 업로드하고 Mask 친구에게 공유합니다."], - "VHShJf": ["파일 브러우저 버튼을 클릭하여 업로드할 파일을 선택하세요."], - "XNJLCJ": [ - "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS and Arweave. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." - ], - "XrH+JC": ["IPFS"], - "Zypku0": ["By using this plugin, you agree to the <0>terms and the <1>privacy policy."], - "bnuQy5": [["0"], " 파일 선택됨"], - "cmKQl+": ["Failed to save the file. Please try again."], - "cnGeoo": ["삭제"], - "dEgA5A": ["취소"], - "e1vdXO": ["Arweave"], - "erRCKP": ["File saved"], - "jt/0L2": ["You've saved ", ["0"], " to Web3 file service."], - "k28Qhe": ["Failed to save file"], - "lErh77": [ - "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." - ], - "mzI/c+": ["다운로드"], - "qNiGUh": ["size"], - "re2nOO": ["파일 업로드"], - "tG9G+b": ["파일 서비스"], - "tuOw4x": ["암호화하기"] - } -} diff --git a/packages/plugins/FileService/src/locale/ko-KR.po b/packages/plugins/FileService/src/locale/ko-KR.po deleted file mode 100644 index 70b47c26128f..000000000000 --- a/packages/plugins/FileService/src/locale/ko-KR.po +++ /dev/null @@ -1,187 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/FileService/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 964\n" - -#. placeholder {0}: count.toString() -#: src/SiteAdaptor/components/FileChip.tsx -msgid "{0} files selected" -msgstr "{0} 파일 선택됨" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Arweave" -msgstr "" - -#: src/SiteAdaptor/components/FileChip.tsx -msgid "Attached File: {name} ({size})" -msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "By using this plugin, you agree to the <0>terms and the <1>privacy policy." -msgstr "" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/Terms.tsx -msgid "Cancel" -msgstr "취소" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/Terms.tsx -#: src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx -msgid "Confirm" -msgstr "확인" - -#: src/SiteAdaptor/index.tsx -msgid "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." -msgstr "탈중앙화 영구적 파일 저장. Arweave Network를 통해 파일을 업로드하고 Mask 친구에게 공유합니다." - -#: src/SiteAdaptor/components/FileList.tsx -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "Delete" -msgstr "삭제" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Delete File" -msgstr "파일 삭제" - -#. placeholder {0}: file.name -#: src/SiteAdaptor/components/FileList.tsx -msgid "Do you want to delete file <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "Download" -msgstr "다운로드" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Failed to delete, please try again." -msgstr "" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "Failed to save file" -msgstr "" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "Failed to save the file. Please try again." -msgstr "" - -#. placeholder {0}: file.name -#: src/SiteAdaptor/components/FileList.tsx -msgid "File {0} deleted." -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File delete" -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File delete failed" -msgstr "" - -#. placeholder {0}: file.key -#: src/SiteAdaptor/components/Files/DisplayingFile.tsx -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -#: src/SiteAdaptor/components/Files/SelectableFile.tsx -msgid "File Key: <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File name must between 3 to 20 characters." -msgstr "파일 이름은 3~20 글자 이내로 입력해주세요." - -#: src/SiteAdaptor/FileViewer.tsx -msgid "File saved" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "File Service" -msgstr "파일 서비스" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "IPFS" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Load Network" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Make It Encrypted" -msgstr "암호화하기" - -#: src/SiteAdaptor/components/FileBrowser.tsx -msgid "No results found" -msgstr "검색 결과가 없습니다." - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Please click Browse Files button to select files to upload." -msgstr "파일 브러우저 버튼을 클릭하여 업로드할 파일을 선택하세요." - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -#: src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx -msgid "Rename" -msgstr "이름 변경" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "size" -msgstr "" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Upload File" -msgstr "파일 업로드" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Uploaded files" -msgstr "파일 업로드" - -#: src/SiteAdaptor/components/UploadFile.tsx -#~ msgid "Use Meson CDN" -#~ msgstr "Meson CDN를 이용하기" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." -msgstr "사용자는 이러한 파일의 로컬 링크만 삭제할 수 있습니다. 탈중앙화 스토리지 프로토콜의 파일은 삭제할 수 없습니다." - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Web3 File Service" -msgstr "웹3 파일 서비스" - -#: src/SiteAdaptor/components/Terms.tsx -#~ msgid "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS and Arweave. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." -#~ msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -#~ msgid "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS, Arweave and Meson Network. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." -#~ msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." -msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "What is Web3 File Service?" -msgstr "웹2 파일 서비스가 무엇입니까?" - -#: src/SiteAdaptor/components/FileBrowser.tsx -msgid "You haven't uploaded any files yet." -msgstr "업로드된 파일이 없습니다." - -#. placeholder {0}: file.name -#: src/SiteAdaptor/FileViewer.tsx -msgid "You've saved {0} to Web3 file service." -msgstr "" diff --git a/packages/plugins/FileService/src/locale/languages.ts b/packages/plugins/FileService/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/FileService/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/FileService/src/locale/qya-AA.po b/packages/plugins/FileService/src/locale/qya-AA.po deleted file mode 100644 index 0a47cd316d29..000000000000 --- a/packages/plugins/FileService/src/locale/qya-AA.po +++ /dev/null @@ -1,171 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:47\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/FileService/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 964\n" - -#: src/SiteAdaptor/components/FileChip.tsx -msgid "{0} files selected" -msgstr "crwdns28544:0{0}crwdne28544:0" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Arweave" -msgstr "crwdns28546:0crwdne28546:0" - -#: src/SiteAdaptor/components/FileChip.tsx -msgid "Attached File: {name} ({size})" -msgstr "crwdns28548:0{name}crwdnd28548:0{size}crwdne28548:0" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "By using this plugin, you agree to the <0>terms and the <1>privacy policy." -msgstr "crwdns31344:0crwdne31344:0" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/Terms.tsx -msgid "Cancel" -msgstr "crwdns28550:0crwdne28550:0" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/Terms.tsx -#: src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx -msgid "Confirm" -msgstr "crwdns28552:0crwdne28552:0" - -#: src/SiteAdaptor/index.tsx -msgid "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." -msgstr "crwdns28554:0crwdne28554:0" - -#: src/SiteAdaptor/components/FileList.tsx -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "Delete" -msgstr "crwdns28556:0crwdne28556:0" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Delete File" -msgstr "crwdns28558:0crwdne28558:0" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Do you want to delete file <0>{0}" -msgstr "crwdns31352:0{0}crwdne31352:0" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "Download" -msgstr "crwdns28560:0crwdne28560:0" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Failed to delete, please try again." -msgstr "crwdns31354:0crwdne31354:0" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "Failed to save file" -msgstr "crwdns31356:0crwdne31356:0" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "Failed to save the file. Please try again." -msgstr "crwdns31358:0crwdne31358:0" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File {0} deleted." -msgstr "crwdns32224:0{0}crwdne32224:0" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File delete" -msgstr "crwdns32226:0crwdne32226:0" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File delete failed" -msgstr "crwdns32228:0crwdne32228:0" - -#: src/SiteAdaptor/components/Files/DisplayingFile.tsx -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -#: src/SiteAdaptor/components/Files/SelectableFile.tsx -msgid "File Key: <0>{0}" -msgstr "crwdns31360:0{0}crwdne31360:0" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File name must between 3 to 20 characters." -msgstr "crwdns28562:0crwdne28562:0" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "File saved" -msgstr "crwdns32230:0crwdne32230:0" - -#: src/SiteAdaptor/index.tsx -msgid "File Service" -msgstr "crwdns28564:0crwdne28564:0" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "IPFS" -msgstr "crwdns28566:0crwdne28566:0" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Make It Encrypted" -msgstr "crwdns28568:0crwdne28568:0" - -#: src/SiteAdaptor/components/FileBrowser.tsx -msgid "No results found" -msgstr "crwdns28570:0crwdne28570:0" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Please click Browse Files button to select files to upload." -msgstr "crwdns28572:0crwdne28572:0" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -#: src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx -msgid "Rename" -msgstr "crwdns28574:0crwdne28574:0" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "size" -msgstr "crwdns28576:0crwdne28576:0" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Upload File" -msgstr "crwdns28578:0crwdne28578:0" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Uploaded files" -msgstr "crwdns28580:0crwdne28580:0" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Use Meson CDN" -msgstr "crwdns28582:0crwdne28582:0" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." -msgstr "crwdns28584:0crwdne28584:0" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Web3 File Service" -msgstr "crwdns28586:0crwdne28586:0" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS, Arweave and Meson Network. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." -msgstr "crwdns32232:0crwdne32232:0" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "What is Web3 File Service?" -msgstr "crwdns28588:0crwdne28588:0" - -#: src/SiteAdaptor/components/FileBrowser.tsx -msgid "You haven't uploaded any files yet." -msgstr "crwdns28590:0crwdne28590:0" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "You've saved {0} to Web3 file service." -msgstr "crwdns32234:0{0}crwdne32234:0" - diff --git a/packages/plugins/FileService/src/locale/zh-CN.json b/packages/plugins/FileService/src/locale/zh-CN.json deleted file mode 100644 index 32869bff9818..000000000000 --- a/packages/plugins/FileService/src/locale/zh-CN.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "messages": { - "/KseE7": ["删除文件"], - "2wxgft": ["重命名"], - "3uBJPr": ["File delete"], - "4JCJIV": ["什么是 Web3 文件服务?"], - "6ZZ+4S": ["Load Network"], - "6hagY3": ["使用Meson CDN"], - "7PPwVf": ["用户只能删除这些文件的本地链接。去中心化存储协议中的文件不能被删除。"], - "7VpPHA": ["确定"], - "9uYu7e": ["您尚未上传任何文件。"], - "AxPAXW": ["未找到结果"], - "CkLMZ2": ["File delete failed"], - "G+XYfT": ["Do you want to delete file <0>", ["0"], ""], - "Gia1VG": ["文件服务"], - "IQ3gAw": ["上传文件"], - "OgohfQ": ["File Key: <0>", ["0"], ""], - "RLBjfU": ["Attached File: ", ["name"], " (", ["size"], ")"], - "Rm3JCH": ["文件名必须介于 3 到 20 个字符之间。"], - "RrGhwo": ["File ", ["0"], " deleted."], - "Sfu/we": ["Failed to delete, please try again."], - "TwdaGt": [ - "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS, Arweave and Meson Network. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." - ], - "Udf/Es": ["永久去中心化的文件存储。上传和分享Arweave上的文件给Mask Network 上的朋友。"], - "VHShJf": ["请点击浏览文件按钮选择要上传的文件。"], - "XNJLCJ": [ - "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS and Arweave. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." - ], - "XrH+JC": ["IPFS"], - "Zypku0": ["By using this plugin, you agree to the <0>terms and the <1>privacy policy."], - "bnuQy5": ["已选择 ", ["0"], " 个文件"], - "cmKQl+": ["Failed to save the file. Please try again."], - "cnGeoo": ["删除"], - "dEgA5A": ["取消"], - "e1vdXO": ["Arweave"], - "erRCKP": ["File saved"], - "jt/0L2": ["You've saved ", ["0"], " to Web3 file service."], - "k28Qhe": ["Failed to save file"], - "lErh77": [ - "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." - ], - "mzI/c+": ["下载"], - "qNiGUh": ["大小"], - "re2nOO": ["已上传的文件"], - "tG9G+b": ["文件服务"], - "tuOw4x": ["进行加密"] - } -} diff --git a/packages/plugins/FileService/src/locale/zh-CN.po b/packages/plugins/FileService/src/locale/zh-CN.po deleted file mode 100644 index 7b2faabe8ad8..000000000000 --- a/packages/plugins/FileService/src/locale/zh-CN.po +++ /dev/null @@ -1,187 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/FileService/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 964\n" - -#. placeholder {0}: count.toString() -#: src/SiteAdaptor/components/FileChip.tsx -msgid "{0} files selected" -msgstr "已选择 {0} 个文件" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Arweave" -msgstr "" - -#: src/SiteAdaptor/components/FileChip.tsx -msgid "Attached File: {name} ({size})" -msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "By using this plugin, you agree to the <0>terms and the <1>privacy policy." -msgstr "" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/Terms.tsx -msgid "Cancel" -msgstr "取消" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/Terms.tsx -#: src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx -msgid "Confirm" -msgstr "确定" - -#: src/SiteAdaptor/index.tsx -msgid "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." -msgstr "永久去中心化的文件存储。上传和分享Arweave上的文件给Mask Network 上的朋友。" - -#: src/SiteAdaptor/components/FileList.tsx -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "Delete" -msgstr "删除" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Delete File" -msgstr "删除文件" - -#. placeholder {0}: file.name -#: src/SiteAdaptor/components/FileList.tsx -msgid "Do you want to delete file <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "Download" -msgstr "下载" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Failed to delete, please try again." -msgstr "" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "Failed to save file" -msgstr "" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "Failed to save the file. Please try again." -msgstr "" - -#. placeholder {0}: file.name -#: src/SiteAdaptor/components/FileList.tsx -msgid "File {0} deleted." -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File delete" -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File delete failed" -msgstr "" - -#. placeholder {0}: file.key -#: src/SiteAdaptor/components/Files/DisplayingFile.tsx -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -#: src/SiteAdaptor/components/Files/SelectableFile.tsx -msgid "File Key: <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File name must between 3 to 20 characters." -msgstr "文件名必须介于 3 到 20 个字符之间。" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "File saved" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "File Service" -msgstr "文件服务" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "IPFS" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Load Network" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Make It Encrypted" -msgstr "进行加密" - -#: src/SiteAdaptor/components/FileBrowser.tsx -msgid "No results found" -msgstr "未找到结果" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Please click Browse Files button to select files to upload." -msgstr "请点击浏览文件按钮选择要上传的文件。" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -#: src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx -msgid "Rename" -msgstr "重命名" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "size" -msgstr "大小" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Upload File" -msgstr "上传文件" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Uploaded files" -msgstr "已上传的文件" - -#: src/SiteAdaptor/components/UploadFile.tsx -#~ msgid "Use Meson CDN" -#~ msgstr "使用Meson CDN" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." -msgstr "用户只能删除这些文件的本地链接。去中心化存储协议中的文件不能被删除。" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Web3 File Service" -msgstr "文件服务" - -#: src/SiteAdaptor/components/Terms.tsx -#~ msgid "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS and Arweave. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." -#~ msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -#~ msgid "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS, Arweave and Meson Network. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." -#~ msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." -msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "What is Web3 File Service?" -msgstr "什么是 Web3 文件服务?" - -#: src/SiteAdaptor/components/FileBrowser.tsx -msgid "You haven't uploaded any files yet." -msgstr "您尚未上传任何文件。" - -#. placeholder {0}: file.name -#: src/SiteAdaptor/FileViewer.tsx -msgid "You've saved {0} to Web3 file service." -msgstr "" diff --git a/packages/plugins/FileService/src/locale/zh-TW.json b/packages/plugins/FileService/src/locale/zh-TW.json deleted file mode 100644 index f54a32ce8ef4..000000000000 --- a/packages/plugins/FileService/src/locale/zh-TW.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "messages": { - "/KseE7": ["删除文件"], - "2wxgft": ["重命名"], - "3uBJPr": ["File delete"], - "4JCJIV": ["什么是 Web3 文件服务?"], - "6ZZ+4S": ["Load Network"], - "6hagY3": ["使用 Meson CDN"], - "7PPwVf": ["用户只能删除这些文件的本地链接。去中心化存储协议中的文件不能被删除。"], - "7VpPHA": ["确定"], - "9uYu7e": ["您尚未上传任何文件。"], - "AxPAXW": ["未找到结果"], - "CkLMZ2": ["File delete failed"], - "G+XYfT": ["Do you want to delete file <0>", ["0"], ""], - "Gia1VG": ["檔案服務"], - "IQ3gAw": ["上传文件"], - "OgohfQ": ["File Key: <0>", ["0"], ""], - "RLBjfU": ["Attached File: ", ["name"], " (", ["size"], ")"], - "Rm3JCH": ["文件名必须介于 3 到 20 个字符之间。"], - "RrGhwo": ["File ", ["0"], " deleted."], - "Sfu/we": ["Failed to delete, please try again."], - "TwdaGt": [ - "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS, Arweave and Meson Network. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." - ], - "Udf/Es": ["永久去中心化的文件存储。上传和分享Arweave上的文件给Mask Network 上的朋友。"], - "VHShJf": ["请点击浏览文件按钮选择要上传的文件。"], - "XNJLCJ": [ - "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS and Arweave. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." - ], - "XrH+JC": ["IPFS"], - "Zypku0": ["By using this plugin, you agree to the <0>terms and the <1>privacy policy."], - "bnuQy5": ["已选择 ", ["0"], " 个文件"], - "cmKQl+": ["Failed to save the file. Please try again."], - "cnGeoo": ["删除"], - "dEgA5A": ["取消"], - "e1vdXO": ["Arweave"], - "erRCKP": ["File saved"], - "jt/0L2": ["You've saved ", ["0"], " to Web3 file service."], - "k28Qhe": ["Failed to save file"], - "lErh77": [ - "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." - ], - "mzI/c+": ["下载"], - "qNiGUh": ["大小"], - "re2nOO": ["已上传的文件"], - "tG9G+b": ["文件服务"], - "tuOw4x": ["加密它"] - } -} diff --git a/packages/plugins/FileService/src/locale/zh-TW.po b/packages/plugins/FileService/src/locale/zh-TW.po deleted file mode 100644 index 880a14fa114b..000000000000 --- a/packages/plugins/FileService/src/locale/zh-TW.po +++ /dev/null @@ -1,187 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/FileService/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 964\n" - -#. placeholder {0}: count.toString() -#: src/SiteAdaptor/components/FileChip.tsx -msgid "{0} files selected" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Arweave" -msgstr "" - -#: src/SiteAdaptor/components/FileChip.tsx -msgid "Attached File: {name} ({size})" -msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "By using this plugin, you agree to the <0>terms and the <1>privacy policy." -msgstr "" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/Terms.tsx -msgid "Cancel" -msgstr "" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/Terms.tsx -#: src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx -msgid "Confirm" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "Delete" -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Delete File" -msgstr "" - -#. placeholder {0}: file.name -#: src/SiteAdaptor/components/FileList.tsx -msgid "Do you want to delete file <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "Download" -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Failed to delete, please try again." -msgstr "" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "Failed to save file" -msgstr "" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "Failed to save the file. Please try again." -msgstr "" - -#. placeholder {0}: file.name -#: src/SiteAdaptor/components/FileList.tsx -msgid "File {0} deleted." -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File delete" -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File delete failed" -msgstr "" - -#. placeholder {0}: file.key -#: src/SiteAdaptor/components/Files/DisplayingFile.tsx -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -#: src/SiteAdaptor/components/Files/SelectableFile.tsx -msgid "File Key: <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "File name must between 3 to 20 characters." -msgstr "" - -#: src/SiteAdaptor/FileViewer.tsx -msgid "File saved" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "File Service" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "IPFS" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Load Network" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Make It Encrypted" -msgstr "加密它" - -#: src/SiteAdaptor/components/FileBrowser.tsx -msgid "No results found" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Please click Browse Files button to select files to upload." -msgstr "" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -#: src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx -msgid "Rename" -msgstr "" - -#: src/SiteAdaptor/components/Files/ManageableFile.tsx -msgid "size" -msgstr "" - -#: src/SiteAdaptor/components/FileBrowser.tsx -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Upload File" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -msgid "Uploaded files" -msgstr "" - -#: src/SiteAdaptor/components/UploadFile.tsx -#~ msgid "Use Meson CDN" -#~ msgstr "使用 Meson CDN" - -#: src/SiteAdaptor/components/FileList.tsx -msgid "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Web3 File Service" -msgstr "檔案服務" - -#: src/SiteAdaptor/components/Terms.tsx -#~ msgid "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS and Arweave. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." -#~ msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -#~ msgid "Web3 File Service is a decentralized storage service provided by Mask Network. It allows users to store files in different decentralized networks. This feature is powered by Mask Network's partner file storage protocols such as IPFS, Arweave and Meson Network. It supports files in PDF, DOC, JPG, PNG, MP3, MP4 and other formats. At present, the maximum file size is 10 MB.<0/><1/>You can store files in multiple decentralized networks through the Web3 file service. When uploading files, you can choose to encrypt or decrypt them. According to the selected encryption method, you can obtain two file links with and without encryption. Users of Mask Network can share files to social platforms through this link. By using the encryption, you can ensure the security of your files and prevent privacy leakage.<2/><3/>It should be noted that any user who has the link can download and share the file. With the characteristics of decentralized file storage systems, your uploaded files can never be deleted or tampered. Be caution when uploading files with personal privacy.<4/><5/>The Web3 File Service provided by Mask Network enables individuals to be free from data restrictions imposed by traditional social platforms, enabling free encrypted transmission and sharing of files. At present, the service is provisionally free for all users with Mask Network. Mask Network will provide updates on costs users may have to pay in the future." -#~ msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." -msgstr "" - -#: src/SiteAdaptor/components/Terms.tsx -msgid "What is Web3 File Service?" -msgstr "" - -#: src/SiteAdaptor/components/FileBrowser.tsx -msgid "You haven't uploaded any files yet." -msgstr "" - -#. placeholder {0}: file.name -#: src/SiteAdaptor/FileViewer.tsx -msgid "You've saved {0} to Web3 file service." -msgstr "" diff --git a/packages/plugins/Gitcoin/package.json b/packages/plugins/Gitcoin/package.json index cb8417082ca3..161f43eb0dee 100644 --- a/packages/plugins/Gitcoin/package.json +++ b/packages/plugins/Gitcoin/package.json @@ -27,32 +27,5 @@ "react-use": "^17.5.0", "urlcat": "^3.1.0", "date-fns": "^3.6.0" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/Gitcoin/src/base.ts b/packages/plugins/Gitcoin/src/base.ts index 700a88d1821c..e302a18b0cd4 100644 --- a/packages/plugins/Gitcoin/src/base.ts +++ b/packages/plugins/Gitcoin/src/base.ts @@ -1,6 +1,5 @@ import type { Plugin } from '@masknet/plugin-infra' import { DEFAULT_PLUGIN_PUBLISHER, EnhanceableSite, PluginID } from '@masknet/shared-base' -import { languages } from './locale/languages.js' export const PLUGIN_NAME = 'Gitcoin' export const base: Plugin.Shared.Definition = { @@ -18,5 +17,4 @@ export const base: Plugin.Shared.Definition = { target: 'stable', }, contribution: { postContent: new Set([/^https:\/\/explorer\.gitcoin\.co\/#\/projects\/0x[\dA-Fa-f]{64}/u]) }, - i18n: languages, } diff --git a/packages/plugins/Gitcoin/src/locale/en-US.json b/packages/plugins/Gitcoin/src/locale/en-US.json deleted file mode 100644 index cf9d230cdce6..000000000000 --- a/packages/plugins/Gitcoin/src/locale/en-US.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "messages": { - "0bKGbK": ["No past rounds found."], - "199DuV": ["Display specific information of Gitcoin projects, donate to a project directly on social media."], - "7cg5cq": ["unique contributors"], - "PIG043": ["Gitcoin"], - "aEgiLS": ["contributions"], - "ghVDTt": ["rounds"], - "h5Dtc5": ["funding received"], - "iCb44o": ["Created on: ", ["0"]], - "j2a+h4": ["Past rounds"], - "jpctdh": ["View"], - "kf83Ld": ["Something went wrong."], - "tjbyOy": ["Project details"], - "uyJsf6": ["About"] - } -} diff --git a/packages/plugins/Gitcoin/src/locale/en-US.po b/packages/plugins/Gitcoin/src/locale/en-US.po deleted file mode 100644 index 3b2b9b401156..000000000000 --- a/packages/plugins/Gitcoin/src/locale/en-US.po +++ /dev/null @@ -1,65 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "About" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "contributions" -msgstr "" - -#. placeholder {0}: format(project.metadata.createdAt, 'MMMM do, yyyy') -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Created on: {0}" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Display specific information of Gitcoin projects, donate to a project directly on social media." -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "funding received" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Gitcoin" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "No past rounds found." -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Past rounds" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Project details" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "rounds" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Something went wrong." -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "unique contributors" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "View" -msgstr "" diff --git a/packages/plugins/Gitcoin/src/locale/ja-JP.json b/packages/plugins/Gitcoin/src/locale/ja-JP.json deleted file mode 100644 index 5bd790819a02..000000000000 --- a/packages/plugins/Gitcoin/src/locale/ja-JP.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "messages": { - "0bKGbK": ["No past rounds found."], - "199DuV": [ - "Gitcoinプロジェクトの具体的な情報を表示し、ソーシャルメディア上で直接プロジェクトに寄付してください。" - ], - "7cg5cq": ["unique contributors"], - "PIG043": ["Gitcoin"], - "aEgiLS": ["contributions"], - "ghVDTt": ["rounds"], - "h5Dtc5": ["funding received"], - "iCb44o": ["Created on: ", ["0"]], - "j2a+h4": ["Past rounds"], - "jpctdh": ["View"], - "kf83Ld": ["問題が発生しました"], - "tjbyOy": ["Project details"], - "uyJsf6": ["About"] - } -} diff --git a/packages/plugins/Gitcoin/src/locale/ja-JP.po b/packages/plugins/Gitcoin/src/locale/ja-JP.po deleted file mode 100644 index a53bd0f9b598..000000000000 --- a/packages/plugins/Gitcoin/src/locale/ja-JP.po +++ /dev/null @@ -1,70 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Gitcoin/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 968\n" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "About" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "contributions" -msgstr "" - -#. placeholder {0}: format(project.metadata.createdAt, 'MMMM do, yyyy') -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Created on: {0}" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Display specific information of Gitcoin projects, donate to a project directly on social media." -msgstr "Gitcoinプロジェクトの具体的な情報を表示し、ソーシャルメディア上で直接プロジェクトに寄付してください。" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "funding received" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Gitcoin" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "No past rounds found." -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Past rounds" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Project details" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "rounds" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Something went wrong." -msgstr "問題が発生しました" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "unique contributors" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "View" -msgstr "" diff --git a/packages/plugins/Gitcoin/src/locale/ko-KR.json b/packages/plugins/Gitcoin/src/locale/ko-KR.json deleted file mode 100644 index 0f51a2305bfb..000000000000 --- a/packages/plugins/Gitcoin/src/locale/ko-KR.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "messages": { - "0bKGbK": ["No past rounds found."], - "199DuV": ["Gitcoin의 지정 정보를 표시하고 소셜미디어에서 프로젝트에게 적접 기부합니다."], - "7cg5cq": ["unique contributors"], - "PIG043": ["Gitcoin"], - "aEgiLS": ["contributions"], - "ghVDTt": ["rounds"], - "h5Dtc5": ["funding received"], - "iCb44o": ["Created on: ", ["0"]], - "j2a+h4": ["Past rounds"], - "jpctdh": ["View"], - "kf83Ld": ["오류가 발생합니다."], - "tjbyOy": ["Project details"], - "uyJsf6": ["About"] - } -} diff --git a/packages/plugins/Gitcoin/src/locale/ko-KR.po b/packages/plugins/Gitcoin/src/locale/ko-KR.po deleted file mode 100644 index 74070e58f44d..000000000000 --- a/packages/plugins/Gitcoin/src/locale/ko-KR.po +++ /dev/null @@ -1,70 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Gitcoin/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 968\n" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "About" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "contributions" -msgstr "" - -#. placeholder {0}: format(project.metadata.createdAt, 'MMMM do, yyyy') -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Created on: {0}" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Display specific information of Gitcoin projects, donate to a project directly on social media." -msgstr "Gitcoin의 지정 정보를 표시하고 소셜미디어에서 프로젝트에게 적접 기부합니다." - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "funding received" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Gitcoin" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "No past rounds found." -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Past rounds" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Project details" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "rounds" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Something went wrong." -msgstr "오류가 발생합니다." - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "unique contributors" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "View" -msgstr "" diff --git a/packages/plugins/Gitcoin/src/locale/languages.ts b/packages/plugins/Gitcoin/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/Gitcoin/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/Gitcoin/src/locale/qya-AA.po b/packages/plugins/Gitcoin/src/locale/qya-AA.po deleted file mode 100644 index 0bee7735b7fa..000000000000 --- a/packages/plugins/Gitcoin/src/locale/qya-AA.po +++ /dev/null @@ -1,70 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:48\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Gitcoin/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 968\n" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "About" -msgstr "crwdns28634:0crwdne28634:0" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "contributions" -msgstr "crwdns28636:0crwdne28636:0" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Created on: {0}" -msgstr "crwdns28638:0{0}crwdne28638:0" - -#: src/SiteAdaptor/index.tsx -msgid "Display specific information of Gitcoin projects, donate to a project directly on social media." -msgstr "crwdns28640:0crwdne28640:0" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "funding received" -msgstr "crwdns28642:0crwdne28642:0" - -#: src/SiteAdaptor/index.tsx -msgid "Gitcoin" -msgstr "crwdns28644:0crwdne28644:0" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "No past rounds found." -msgstr "crwdns28646:0crwdne28646:0" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Past rounds" -msgstr "crwdns28648:0crwdne28648:0" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Project details" -msgstr "crwdns28650:0crwdne28650:0" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "rounds" -msgstr "crwdns28652:0crwdne28652:0" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Something went wrong." -msgstr "crwdns28654:0crwdne28654:0" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "unique contributors" -msgstr "crwdns28656:0crwdne28656:0" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "View" -msgstr "crwdns28658:0crwdne28658:0" - diff --git a/packages/plugins/Gitcoin/src/locale/zh-CN.json b/packages/plugins/Gitcoin/src/locale/zh-CN.json deleted file mode 100644 index 8be8f62a438f..000000000000 --- a/packages/plugins/Gitcoin/src/locale/zh-CN.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "messages": { - "0bKGbK": ["No past rounds found."], - "199DuV": ["在社交媒体上直接展示Gitcoin项目的具体信息。"], - "7cg5cq": ["unique contributors"], - "PIG043": ["Gitcoin"], - "aEgiLS": ["contributions"], - "ghVDTt": ["rounds"], - "h5Dtc5": ["funding received"], - "iCb44o": ["Created on: ", ["0"]], - "j2a+h4": ["Past rounds"], - "jpctdh": ["View"], - "kf83Ld": ["出现了一些问题。"], - "tjbyOy": ["Project details"], - "uyJsf6": ["About"] - } -} diff --git a/packages/plugins/Gitcoin/src/locale/zh-CN.po b/packages/plugins/Gitcoin/src/locale/zh-CN.po deleted file mode 100644 index d658d5b303e5..000000000000 --- a/packages/plugins/Gitcoin/src/locale/zh-CN.po +++ /dev/null @@ -1,70 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Gitcoin/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 968\n" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "About" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "contributions" -msgstr "" - -#. placeholder {0}: format(project.metadata.createdAt, 'MMMM do, yyyy') -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Created on: {0}" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Display specific information of Gitcoin projects, donate to a project directly on social media." -msgstr "在社交媒体上直接展示Gitcoin项目的具体信息。" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "funding received" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Gitcoin" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "No past rounds found." -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Past rounds" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Project details" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "rounds" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Something went wrong." -msgstr "出现了一些问题。" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "unique contributors" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "View" -msgstr "" diff --git a/packages/plugins/Gitcoin/src/locale/zh-TW.json b/packages/plugins/Gitcoin/src/locale/zh-TW.json deleted file mode 100644 index 8be8f62a438f..000000000000 --- a/packages/plugins/Gitcoin/src/locale/zh-TW.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "messages": { - "0bKGbK": ["No past rounds found."], - "199DuV": ["在社交媒体上直接展示Gitcoin项目的具体信息。"], - "7cg5cq": ["unique contributors"], - "PIG043": ["Gitcoin"], - "aEgiLS": ["contributions"], - "ghVDTt": ["rounds"], - "h5Dtc5": ["funding received"], - "iCb44o": ["Created on: ", ["0"]], - "j2a+h4": ["Past rounds"], - "jpctdh": ["View"], - "kf83Ld": ["出现了一些问题。"], - "tjbyOy": ["Project details"], - "uyJsf6": ["About"] - } -} diff --git a/packages/plugins/Gitcoin/src/locale/zh-TW.po b/packages/plugins/Gitcoin/src/locale/zh-TW.po deleted file mode 100644 index 1961890a3c2d..000000000000 --- a/packages/plugins/Gitcoin/src/locale/zh-TW.po +++ /dev/null @@ -1,70 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Gitcoin/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 968\n" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "About" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "contributions" -msgstr "" - -#. placeholder {0}: format(project.metadata.createdAt, 'MMMM do, yyyy') -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Created on: {0}" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Display specific information of Gitcoin projects, donate to a project directly on social media." -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "funding received" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Gitcoin" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "No past rounds found." -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Past rounds" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Project details" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "rounds" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "Something went wrong." -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "unique contributors" -msgstr "" - -#: src/SiteAdaptor/PreviewCard.tsx -msgid "View" -msgstr "" diff --git a/packages/plugins/GoPlusSecurity/package.json b/packages/plugins/GoPlusSecurity/package.json index 17111be48a02..0513edd4e65d 100644 --- a/packages/plugins/GoPlusSecurity/package.json +++ b/packages/plugins/GoPlusSecurity/package.json @@ -42,32 +42,5 @@ "react-feather": "^2.0.10", "react-use": "^17.5.0", "urlcat": "^3.1.0" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/GoPlusSecurity/src/base.ts b/packages/plugins/GoPlusSecurity/src/base.ts index 41275b8ca31b..e97084472c34 100644 --- a/packages/plugins/GoPlusSecurity/src/base.ts +++ b/packages/plugins/GoPlusSecurity/src/base.ts @@ -1,7 +1,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { DEFAULT_PLUGIN_PUBLISHER, EnhanceableSite } from '@masknet/shared-base' import { PLUGIN_DESCRIPTION, PLUGIN_ID, PLUGIN_NAME } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PLUGIN_ID, @@ -17,5 +16,4 @@ export const base: Plugin.Shared.Definition = { }, target: 'stable', }, - i18n: languages, } diff --git a/packages/plugins/GoPlusSecurity/src/locale/en-US.json b/packages/plugins/GoPlusSecurity/src/locale/en-US.json deleted file mode 100644 index 71be0a3fe90d..000000000000 --- a/packages/plugins/GoPlusSecurity/src/locale/en-US.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "messages": { - "+xKN8I": [ - "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." - ], - "/giXwU": ["Medium Risk"], - "0dFHbr": ["Confirm swap risk"], - "0yPSCj": ["High Risk"], - "5N3b5J": ["Market Cap"], - "6VJnE7": ["Note: Scams detections might not be 100% guaranteed."], - "6ulv1U": ["Contract Owner"], - "7VpPHA": ["Confirm"], - "88+Eku": ["Provide you with fast, reliable and convenient security services."], - "8MJFvR": [["0"], " Risky factor"], - "8N1Wbf": ["This token has no risky or attention factors."], - "A+Ijr2": ["Close [Check Security]?"], - "A1taO8": ["Search"], - "Ah4d0u": ["Security Detection"], - "ByAMF+": ["Risk Warning"], - "CmMDVW": [ - "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." - ], - "EMLHjH": ["More Details"], - "GWMpIa": [["0"], " Risky factors"], - "HCKlXm": ["Token Contract Address"], - "Iu4Ja9": ["Please enter token contract address."], - "KAS4UW": [["0"], " Attention factor"], - "MEIAzV": ["Unnamed"], - "Sjplg3": ["View on Explorer"], - "UpqenY": ["We recommend new Web3 users to keep [Check Security] open."], - "WeNxrL": [["0"], " Attention factors"], - "ZgFWrp": ["<0>Powered by<1>Go+"], - "cvCD4e": ["Contract Creator"], - "dEgA5A": ["Cancel"], - "daEP1M": ["Token info"], - "es4h+b": ["Swap Anyway"], - "gUuuBi": ["Check Security"], - "iuJFAy": ["Low Risk"], - "jJrqb1": ["Token Name"], - "n2HnVK": [ - "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." - ], - "p1/7GX": ["Contract Not Found"], - "pzO3Xa": ["Total Supply"], - "sOYKMU": ["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."], - "zXagFp": ["Copy Address"] - } -} diff --git a/packages/plugins/GoPlusSecurity/src/locale/en-US.po b/packages/plugins/GoPlusSecurity/src/locale/en-US.po deleted file mode 100644 index 359e3fb225c8..000000000000 --- a/packages/plugins/GoPlusSecurity/src/locale/en-US.po +++ /dev/null @@ -1,173 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. placeholder {0}: attentionFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Attention factor" -msgstr "" - -#. placeholder {0}: attentionFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Attention factors" -msgstr "" - -#. placeholder {0}: riskyFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Risky factor" -msgstr "" - -#. placeholder {0}: riskyFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Risky factors" -msgstr "" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." -msgstr "" - -#: src/SiteAdaptor/components/Footer.tsx -msgid "<0>Powered by<1>Go+" -msgstr "" - -#: src/SiteAdaptor/components/NotFound.tsx -msgid "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." -msgstr "" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Cancel" -msgstr "" - -#: src/SiteAdaptor/CheckSecurityDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Check Security" -msgstr "" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "Close [Check Security]?" -msgstr "" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "Confirm" -msgstr "" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -#: src/UI/TokenSecurityBoundary.tsx -msgid "Confirm swap risk" -msgstr "" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Contract Creator" -msgstr "" - -#: src/SiteAdaptor/CheckSecurityDialog.tsx -msgid "Contract Not Found" -msgstr "" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Contract Owner" -msgstr "" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Copy Address" -msgstr "" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -#: src/SiteAdaptor/constants.tsx -msgid "High Risk" -msgstr "" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." -msgstr "" - -#: src/SiteAdaptor/constants.tsx -msgid "Low Risk" -msgstr "" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Market Cap" -msgstr "" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -#: src/SiteAdaptor/constants.tsx -msgid "Medium Risk" -msgstr "" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "More Details" -msgstr "" - -#: src/SiteAdaptor/components/DefaultPlaceholder.tsx -msgid "Note: Scams detections might not be 100% guaranteed." -msgstr "" - -#: src/SiteAdaptor/components/SearchBox.tsx -msgid "Please enter token contract address." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Provide you with fast, reliable and convenient security services." -msgstr "" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Risk Warning" -msgstr "" - -#: src/SiteAdaptor/components/SearchBox.tsx -msgid "Search" -msgstr "" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Security Detection" -msgstr "" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Swap Anyway" -msgstr "" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "The [Check Security] dApp provides quick, reliable, and convenient Web3 security services." -msgstr "" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "This token has no risky or attention factors." -msgstr "" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Token Contract Address" -msgstr "" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Token info" -msgstr "" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Token Name" -msgstr "" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Total Supply" -msgstr "" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Unnamed" -msgstr "" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "View on Explorer" -msgstr "" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "We recommend new Web3 users to keep [Check Security] open." -msgstr "" diff --git a/packages/plugins/GoPlusSecurity/src/locale/ja-JP.json b/packages/plugins/GoPlusSecurity/src/locale/ja-JP.json deleted file mode 100644 index dfa12f11ca8e..000000000000 --- a/packages/plugins/GoPlusSecurity/src/locale/ja-JP.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "messages": { - "+xKN8I": [ - "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." - ], - "/giXwU": ["中程度のリスク"], - "0dFHbr": ["スワップリスクの確認"], - "0yPSCj": ["高リスク"], - "5N3b5J": ["時価総額"], - "6VJnE7": ["注意: 詐欺行為の検出は100%保証されない場合があります."], - "6ulv1U": ["コントラクト所有者"], - "7VpPHA": ["確認"], - "88+Eku": ["Provide you with fast, reliable and convenient security services."], - "8MJFvR": [["0"], " リスク要因"], - "8N1Wbf": ["このトークンにはリスクや注意すべき要因はありません。"], - "A+Ijr2": ["[セキュリティチェック] を閉じますか?"], - "A1taO8": ["検索"], - "Ah4d0u": ["セキュリティの検出"], - "ByAMF+": ["リスク警告"], - "CmMDVW": [ - "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." - ], - "EMLHjH": ["詳細情報"], - "GWMpIa": [["0"], " リスク要因"], - "HCKlXm": ["トークンコントラクトアドレス"], - "Iu4Ja9": ["トークンコントラクトのアドレスを入力してください。"], - "KAS4UW": [["0"], " 注意要因"], - "MEIAzV": ["名前なし"], - "Sjplg3": ["エクスプローラーで表示"], - "UpqenY": ["We recommend new Web3 users to keep [Check Security] open."], - "WeNxrL": [["0"], " 注意要因"], - "ZgFWrp": ["<0>Powered by<1>Go+"], - "cvCD4e": ["コントラクト作成者"], - "dEgA5A": ["キャンセル"], - "daEP1M": ["トークン情報"], - "es4h+b": ["とにかくスワップ"], - "gUuuBi": ["セキュリティを確認"], - "iuJFAy": ["Low Risk"], - "jJrqb1": ["トークン名"], - "n2HnVK": [ - "「セキュリティチェック」を閉じますと、不審なブラックリストに登録され、不正な契約書やアドレスとやりとりする際に、セキュリティに関する通知が表示されなくなります。" - ], - "p1/7GX": ["コントラクトが見つかりません"], - "pzO3Xa": ["総供給"], - "sOYKMU": ["format@@0 dAppは、迅速で信頼性の高い便利なWeb3セキュリティサービスを提供します。"], - "zXagFp": ["アドレスをコピー"] - } -} diff --git a/packages/plugins/GoPlusSecurity/src/locale/ja-JP.po b/packages/plugins/GoPlusSecurity/src/locale/ja-JP.po deleted file mode 100644 index b3022cdd64e8..000000000000 --- a/packages/plugins/GoPlusSecurity/src/locale/ja-JP.po +++ /dev/null @@ -1,178 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/GoPlusSecurity/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 970\n" - -#. placeholder {0}: attentionFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Attention factor" -msgstr "{0} 注意要因" - -#. placeholder {0}: attentionFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Attention factors" -msgstr "{0} 注意要因" - -#. placeholder {0}: riskyFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Risky factor" -msgstr "{0} リスク要因" - -#. placeholder {0}: riskyFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Risky factors" -msgstr "{0} リスク要因" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." -msgstr "" - -#: src/SiteAdaptor/components/Footer.tsx -msgid "<0>Powered by<1>Go+" -msgstr "" - -#: src/SiteAdaptor/components/NotFound.tsx -msgid "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." -msgstr "" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Cancel" -msgstr "キャンセル" - -#: src/SiteAdaptor/CheckSecurityDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Check Security" -msgstr "セキュリティを確認" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "Close [Check Security]?" -msgstr "[セキュリティチェック] を閉じますか?" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "Confirm" -msgstr "確認" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -#: src/UI/TokenSecurityBoundary.tsx -msgid "Confirm swap risk" -msgstr "スワップリスクの確認" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Contract Creator" -msgstr "コントラクト作成者" - -#: src/SiteAdaptor/CheckSecurityDialog.tsx -msgid "Contract Not Found" -msgstr "コントラクトが見つかりません" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Contract Owner" -msgstr "コントラクト所有者" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Copy Address" -msgstr "アドレスをコピー" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -#: src/SiteAdaptor/constants.tsx -msgid "High Risk" -msgstr "高リスク" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." -msgstr "「セキュリティチェック」を閉じますと、不審なブラックリストに登録され、不正な契約書やアドレスとやりとりする際に、セキュリティに関する通知が表示されなくなります。" - -#: src/SiteAdaptor/constants.tsx -msgid "Low Risk" -msgstr "" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Market Cap" -msgstr "時価総額" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -#: src/SiteAdaptor/constants.tsx -msgid "Medium Risk" -msgstr "中程度のリスク" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "More Details" -msgstr "詳細情報" - -#: src/SiteAdaptor/components/DefaultPlaceholder.tsx -msgid "Note: Scams detections might not be 100% guaranteed." -msgstr "注意: 詐欺行為の検出は100%保証されない場合があります." - -#: src/SiteAdaptor/components/SearchBox.tsx -msgid "Please enter token contract address." -msgstr "トークンコントラクトのアドレスを入力してください。" - -#: src/SiteAdaptor/index.tsx -msgid "Provide you with fast, reliable and convenient security services." -msgstr "" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Risk Warning" -msgstr "リスク警告" - -#: src/SiteAdaptor/components/SearchBox.tsx -msgid "Search" -msgstr "検索" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Security Detection" -msgstr "セキュリティの検出" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Swap Anyway" -msgstr "とにかくスワップ" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "The [Check Security] dApp provides quick, reliable, and convenient Web3 security services." -msgstr "format@@0 dAppは、迅速で信頼性の高い便利なWeb3セキュリティサービスを提供します。" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "This token has no risky or attention factors." -msgstr "このトークンにはリスクや注意すべき要因はありません。" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Token Contract Address" -msgstr "トークンコントラクトアドレス" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Token info" -msgstr "トークン情報" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Token Name" -msgstr "トークン名" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Total Supply" -msgstr "総供給" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Unnamed" -msgstr "名前なし" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "View on Explorer" -msgstr "エクスプローラーで表示" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "We recommend new Web3 users to keep [Check Security] open." -msgstr "" diff --git a/packages/plugins/GoPlusSecurity/src/locale/ko-KR.json b/packages/plugins/GoPlusSecurity/src/locale/ko-KR.json deleted file mode 100644 index dc99f590e14a..000000000000 --- a/packages/plugins/GoPlusSecurity/src/locale/ko-KR.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "messages": { - "+xKN8I": [ - "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." - ], - "/giXwU": ["중간 리스크"], - "0dFHbr": ["스왑 리스크 확인"], - "0yPSCj": ["높은 리스크"], - "5N3b5J": ["시가 총액"], - "6VJnE7": ["참고: 스캠 탐지가 100% 보장되지 않을 수 있습니다."], - "6ulv1U": ["컨트랙트 소유자"], - "7VpPHA": ["확인"], - "88+Eku": ["Provide you with fast, reliable and convenient security services."], - "8MJFvR": [["0"], " 리스크 인자"], - "8N1Wbf": ["이 토큰에는 위험 요소나 주의 요소가 없습니다."], - "A+Ijr2": ["[Check Security] 닫기"], - "A1taO8": ["검색"], - "Ah4d0u": ["보안 탐지"], - "ByAMF+": ["리스크 경고"], - "CmMDVW": [ - "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." - ], - "EMLHjH": ["상세 정보"], - "GWMpIa": [["0"], " 리스크 인자"], - "HCKlXm": ["토큰 컨트랙트 주소"], - "Iu4Ja9": ["토큰 컨트랙트 주소를 입력하세요."], - "KAS4UW": [["0"], " 주의 인자"], - "MEIAzV": ["이름없음"], - "Sjplg3": ["Explorer에서 보기"], - "UpqenY": ["We recommend new Web3 users to keep [Check Security] open."], - "WeNxrL": [["0"], " 주의 인자"], - "ZgFWrp": ["<0>Powered by<1>Go+"], - "cvCD4e": ["컨트랙트 창조자"], - "dEgA5A": ["취소"], - "daEP1M": ["토큰 정보"], - "es4h+b": ["계속 스왑"], - "gUuuBi": ["보안 확인"], - "iuJFAy": ["Low Risk"], - "jJrqb1": ["토큰 이름"], - "n2HnVK": [ - "[Check Security] 닫기로 결정한 경우 의심스럽거나 블랙리스트에 있거나 사기 가능성이 있는 컨트랙트 및 주소와 상호 작용할 때 보안 알림이 더 이상 표시되지 않습니다." - ], - "p1/7GX": ["캔트랙트 찾지 않음"], - "pzO3Xa": ["토큰 공급량"], - "sOYKMU": ["[Check Security] dApp은 빠르고, 신뢰할 수 있는 웹3 보안 서비스를 제공합니다."], - "zXagFp": ["주소 복사"] - } -} diff --git a/packages/plugins/GoPlusSecurity/src/locale/ko-KR.po b/packages/plugins/GoPlusSecurity/src/locale/ko-KR.po deleted file mode 100644 index 03a4a7ba9a95..000000000000 --- a/packages/plugins/GoPlusSecurity/src/locale/ko-KR.po +++ /dev/null @@ -1,178 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/GoPlusSecurity/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 970\n" - -#. placeholder {0}: attentionFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Attention factor" -msgstr "{0} 주의 인자" - -#. placeholder {0}: attentionFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Attention factors" -msgstr "{0} 주의 인자" - -#. placeholder {0}: riskyFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Risky factor" -msgstr "{0} 리스크 인자" - -#. placeholder {0}: riskyFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Risky factors" -msgstr "{0} 리스크 인자" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." -msgstr "" - -#: src/SiteAdaptor/components/Footer.tsx -msgid "<0>Powered by<1>Go+" -msgstr "" - -#: src/SiteAdaptor/components/NotFound.tsx -msgid "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." -msgstr "" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Cancel" -msgstr "취소" - -#: src/SiteAdaptor/CheckSecurityDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Check Security" -msgstr "보안 확인" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "Close [Check Security]?" -msgstr "[Check Security] 닫기" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "Confirm" -msgstr "확인" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -#: src/UI/TokenSecurityBoundary.tsx -msgid "Confirm swap risk" -msgstr "스왑 리스크 확인" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Contract Creator" -msgstr "컨트랙트 창조자" - -#: src/SiteAdaptor/CheckSecurityDialog.tsx -msgid "Contract Not Found" -msgstr "캔트랙트 찾지 않음" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Contract Owner" -msgstr "컨트랙트 소유자" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Copy Address" -msgstr "주소 복사" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -#: src/SiteAdaptor/constants.tsx -msgid "High Risk" -msgstr "높은 리스크" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." -msgstr "[Check Security] 닫기로 결정한 경우 의심스럽거나 블랙리스트에 있거나 사기 가능성이 있는 컨트랙트 및 주소와 상호 작용할 때 보안 알림이 더 이상 표시되지 않습니다." - -#: src/SiteAdaptor/constants.tsx -msgid "Low Risk" -msgstr "" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Market Cap" -msgstr "시가 총액" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -#: src/SiteAdaptor/constants.tsx -msgid "Medium Risk" -msgstr "중간 리스크" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "More Details" -msgstr "상세 정보" - -#: src/SiteAdaptor/components/DefaultPlaceholder.tsx -msgid "Note: Scams detections might not be 100% guaranteed." -msgstr "참고: 스캠 탐지가 100% 보장되지 않을 수 있습니다." - -#: src/SiteAdaptor/components/SearchBox.tsx -msgid "Please enter token contract address." -msgstr "토큰 컨트랙트 주소를 입력하세요." - -#: src/SiteAdaptor/index.tsx -msgid "Provide you with fast, reliable and convenient security services." -msgstr "" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Risk Warning" -msgstr "리스크 경고" - -#: src/SiteAdaptor/components/SearchBox.tsx -msgid "Search" -msgstr "검색" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Security Detection" -msgstr "보안 탐지" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Swap Anyway" -msgstr "계속 스왑" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "The [Check Security] dApp provides quick, reliable, and convenient Web3 security services." -msgstr "[Check Security] dApp은 빠르고, 신뢰할 수 있는 웹3 보안 서비스를 제공합니다." - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "This token has no risky or attention factors." -msgstr "이 토큰에는 위험 요소나 주의 요소가 없습니다." - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Token Contract Address" -msgstr "토큰 컨트랙트 주소" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Token info" -msgstr "토큰 정보" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Token Name" -msgstr "토큰 이름" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Total Supply" -msgstr "토큰 공급량" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Unnamed" -msgstr "이름없음" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "View on Explorer" -msgstr "Explorer에서 보기" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "We recommend new Web3 users to keep [Check Security] open." -msgstr "" diff --git a/packages/plugins/GoPlusSecurity/src/locale/languages.ts b/packages/plugins/GoPlusSecurity/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/GoPlusSecurity/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/GoPlusSecurity/src/locale/qya-AA.po b/packages/plugins/GoPlusSecurity/src/locale/qya-AA.po deleted file mode 100644 index 4682e5f3a858..000000000000 --- a/packages/plugins/GoPlusSecurity/src/locale/qya-AA.po +++ /dev/null @@ -1,175 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:48\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/GoPlusSecurity/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 970\n" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Attention factor" -msgstr "crwdns28660:0{0}crwdne28660:0" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Attention factors" -msgstr "crwdns28662:0{0}crwdne28662:0" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Risky factor" -msgstr "crwdns28664:0{0}crwdne28664:0" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Risky factors" -msgstr "crwdns28666:0{0}crwdne28666:0" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." -msgstr "crwdns32244:0crwdne32244:0" - -#: src/SiteAdaptor/components/Footer.tsx -msgid "<0>Powered by<1>Go+" -msgstr "crwdns32246:0crwdne32246:0" - -#: src/SiteAdaptor/components/NotFound.tsx -msgid "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." -msgstr "crwdns32248:0crwdne32248:0" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Cancel" -msgstr "crwdns28674:0crwdne28674:0" - -#: src/SiteAdaptor/CheckSecurityDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Check Security" -msgstr "crwdns28676:0crwdne28676:0" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "Close [Check Security]?" -msgstr "crwdns28680:0crwdne28680:0" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "Confirm" -msgstr "crwdns28682:0crwdne28682:0" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -#: src/UI/TokenSecurityBoundary.tsx -msgid "Confirm swap risk" -msgstr "crwdns28684:0crwdne28684:0" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Contract Creator" -msgstr "crwdns28686:0crwdne28686:0" - -#: src/SiteAdaptor/CheckSecurityDialog.tsx -msgid "Contract Not Found" -msgstr "crwdns28688:0crwdne28688:0" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Contract Owner" -msgstr "crwdns28690:0crwdne28690:0" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Copy Address" -msgstr "crwdns28692:0crwdne28692:0" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -#: src/SiteAdaptor/constants.tsx -msgid "High Risk" -msgstr "crwdns28698:0crwdne28698:0" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." -msgstr "crwdns28700:0crwdne28700:0" - -#: src/SiteAdaptor/constants.tsx -msgid "Low Risk" -msgstr "crwdns31674:0crwdne31674:0" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Market Cap" -msgstr "crwdns28702:0crwdne28702:0" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -#: src/SiteAdaptor/constants.tsx -msgid "Medium Risk" -msgstr "crwdns28704:0crwdne28704:0" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "More Details" -msgstr "crwdns28706:0crwdne28706:0" - -#: src/SiteAdaptor/components/DefaultPlaceholder.tsx -msgid "Note: Scams detections might not be 100% guaranteed." -msgstr "crwdns28708:0crwdne28708:0" - -#: src/SiteAdaptor/components/SearchBox.tsx -msgid "Please enter token contract address." -msgstr "crwdns28710:0crwdne28710:0" - -#: src/SiteAdaptor/index.tsx -msgid "Provide you with fast, reliable and convenient security services." -msgstr "crwdns31384:0crwdne31384:0" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Risk Warning" -msgstr "crwdns28716:0crwdne28716:0" - -#: src/SiteAdaptor/components/SearchBox.tsx -msgid "Search" -msgstr "crwdns28718:0crwdne28718:0" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Security Detection" -msgstr "crwdns28720:0crwdne28720:0" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Swap Anyway" -msgstr "crwdns28722:0crwdne28722:0" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "The [Check Security] dApp provides quick, reliable, and convenient Web3 security services." -msgstr "crwdns28724:0crwdne28724:0" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "This token has no risky or attention factors." -msgstr "crwdns28726:0crwdne28726:0" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Token Contract Address" -msgstr "crwdns28728:0crwdne28728:0" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Token info" -msgstr "crwdns28730:0crwdne28730:0" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Token Name" -msgstr "crwdns28732:0crwdne28732:0" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Total Supply" -msgstr "crwdns28734:0crwdne28734:0" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Unnamed" -msgstr "crwdns28736:0crwdne28736:0" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "View on Explorer" -msgstr "crwdns28738:0crwdne28738:0" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "We recommend new Web3 users to keep [Check Security] open." -msgstr "crwdns28740:0crwdne28740:0" - diff --git a/packages/plugins/GoPlusSecurity/src/locale/zh-CN.json b/packages/plugins/GoPlusSecurity/src/locale/zh-CN.json deleted file mode 100644 index c519f5bc511a..000000000000 --- a/packages/plugins/GoPlusSecurity/src/locale/zh-CN.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "messages": { - "+xKN8I": [ - "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." - ], - "/giXwU": ["中等风险"], - "0dFHbr": ["确认兑换风险"], - "0yPSCj": ["高风险"], - "5N3b5J": ["市值"], - "6VJnE7": ["注意:扫描检测可能无法保证100%准确。"], - "6ulv1U": ["合同所有者"], - "7VpPHA": ["确定"], - "88+Eku": ["Provide you with fast, reliable and convenient security services."], - "8MJFvR": [["0"], " 个有风险的因素"], - "8N1Wbf": ["此 Token 没有风险或关注因素。"], - "A+Ijr2": ["关闭[检查安全]?"], - "A1taO8": ["搜索"], - "Ah4d0u": ["安全检测"], - "ByAMF+": ["风险提示"], - "CmMDVW": [ - "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." - ], - "EMLHjH": ["详细信息"], - "GWMpIa": [["0"], " 个有风险的因素"], - "HCKlXm": ["Token 合约地址"], - "Iu4Ja9": ["请输入合约地址。"], - "KAS4UW": [["0"], " 个需要关注的因素"], - "MEIAzV": ["未命名的"], - "Sjplg3": ["在区块链浏览器查看"], - "UpqenY": ["We recommend new Web3 users to keep [Check Security] open."], - "WeNxrL": [["0"], " 个需要关注的因素"], - "ZgFWrp": ["<0>Powered by<1>Go+"], - "cvCD4e": ["合约创建者"], - "dEgA5A": ["取消"], - "daEP1M": ["Token 信息"], - "es4h+b": ["仍要兑换"], - "gUuuBi": ["安全检查"], - "iuJFAy": ["Low Risk"], - "jJrqb1": ["Token 名称"], - "n2HnVK": [ - "如果您决定关闭 [检查安全] 应用,关闭后与任何有潜在风险的合约或地址进行互动时将无法看到相关安全提示。" - ], - "p1/7GX": ["未找到合约"], - "pzO3Xa": ["总供应量"], - "sOYKMU": ["[检查安全] 提供迅速、可靠和方便的 Web3 安全服务。"], - "zXagFp": ["复制地址"] - } -} diff --git a/packages/plugins/GoPlusSecurity/src/locale/zh-CN.po b/packages/plugins/GoPlusSecurity/src/locale/zh-CN.po deleted file mode 100644 index a6d040d5610f..000000000000 --- a/packages/plugins/GoPlusSecurity/src/locale/zh-CN.po +++ /dev/null @@ -1,178 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/GoPlusSecurity/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 970\n" - -#. placeholder {0}: attentionFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Attention factor" -msgstr "{0} 个需要关注的因素" - -#. placeholder {0}: attentionFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Attention factors" -msgstr "{0} 个需要关注的因素" - -#. placeholder {0}: riskyFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Risky factor" -msgstr "{0} 个有风险的因素" - -#. placeholder {0}: riskyFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Risky factors" -msgstr "{0} 个有风险的因素" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." -msgstr "" - -#: src/SiteAdaptor/components/Footer.tsx -msgid "<0>Powered by<1>Go+" -msgstr "" - -#: src/SiteAdaptor/components/NotFound.tsx -msgid "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." -msgstr "" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Cancel" -msgstr "取消" - -#: src/SiteAdaptor/CheckSecurityDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Check Security" -msgstr "安全检查" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "Close [Check Security]?" -msgstr "关闭[检查安全]?" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "Confirm" -msgstr "确定" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -#: src/UI/TokenSecurityBoundary.tsx -msgid "Confirm swap risk" -msgstr "确认兑换风险" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Contract Creator" -msgstr "合约创建者" - -#: src/SiteAdaptor/CheckSecurityDialog.tsx -msgid "Contract Not Found" -msgstr "未找到合约" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Contract Owner" -msgstr "合同所有者" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Copy Address" -msgstr "复制地址" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -#: src/SiteAdaptor/constants.tsx -msgid "High Risk" -msgstr "高风险" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." -msgstr "如果您决定关闭 [检查安全] 应用,关闭后与任何有潜在风险的合约或地址进行互动时将无法看到相关安全提示。" - -#: src/SiteAdaptor/constants.tsx -msgid "Low Risk" -msgstr "" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Market Cap" -msgstr "市值" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -#: src/SiteAdaptor/constants.tsx -msgid "Medium Risk" -msgstr "中等风险" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "More Details" -msgstr "详细信息" - -#: src/SiteAdaptor/components/DefaultPlaceholder.tsx -msgid "Note: Scams detections might not be 100% guaranteed." -msgstr "注意:扫描检测可能无法保证100%准确。" - -#: src/SiteAdaptor/components/SearchBox.tsx -msgid "Please enter token contract address." -msgstr "请输入合约地址。" - -#: src/SiteAdaptor/index.tsx -msgid "Provide you with fast, reliable and convenient security services." -msgstr "" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Risk Warning" -msgstr "风险提示" - -#: src/SiteAdaptor/components/SearchBox.tsx -msgid "Search" -msgstr "搜索" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Security Detection" -msgstr "安全检测" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Swap Anyway" -msgstr "仍要兑换" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "The [Check Security] dApp provides quick, reliable, and convenient Web3 security services." -msgstr "[检查安全] 提供迅速、可靠和方便的 Web3 安全服务。" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "This token has no risky or attention factors." -msgstr "此 Token 没有风险或关注因素。" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Token Contract Address" -msgstr "Token 合约地址" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Token info" -msgstr "Token 信息" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Token Name" -msgstr "Token 名称" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Total Supply" -msgstr "总供应量" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Unnamed" -msgstr "未命名的" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "View on Explorer" -msgstr "在区块链浏览器查看" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "We recommend new Web3 users to keep [Check Security] open." -msgstr "" diff --git a/packages/plugins/GoPlusSecurity/src/locale/zh-TW.json b/packages/plugins/GoPlusSecurity/src/locale/zh-TW.json deleted file mode 100644 index c519f5bc511a..000000000000 --- a/packages/plugins/GoPlusSecurity/src/locale/zh-TW.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "messages": { - "+xKN8I": [ - "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." - ], - "/giXwU": ["中等风险"], - "0dFHbr": ["确认兑换风险"], - "0yPSCj": ["高风险"], - "5N3b5J": ["市值"], - "6VJnE7": ["注意:扫描检测可能无法保证100%准确。"], - "6ulv1U": ["合同所有者"], - "7VpPHA": ["确定"], - "88+Eku": ["Provide you with fast, reliable and convenient security services."], - "8MJFvR": [["0"], " 个有风险的因素"], - "8N1Wbf": ["此 Token 没有风险或关注因素。"], - "A+Ijr2": ["关闭[检查安全]?"], - "A1taO8": ["搜索"], - "Ah4d0u": ["安全检测"], - "ByAMF+": ["风险提示"], - "CmMDVW": [ - "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." - ], - "EMLHjH": ["详细信息"], - "GWMpIa": [["0"], " 个有风险的因素"], - "HCKlXm": ["Token 合约地址"], - "Iu4Ja9": ["请输入合约地址。"], - "KAS4UW": [["0"], " 个需要关注的因素"], - "MEIAzV": ["未命名的"], - "Sjplg3": ["在区块链浏览器查看"], - "UpqenY": ["We recommend new Web3 users to keep [Check Security] open."], - "WeNxrL": [["0"], " 个需要关注的因素"], - "ZgFWrp": ["<0>Powered by<1>Go+"], - "cvCD4e": ["合约创建者"], - "dEgA5A": ["取消"], - "daEP1M": ["Token 信息"], - "es4h+b": ["仍要兑换"], - "gUuuBi": ["安全检查"], - "iuJFAy": ["Low Risk"], - "jJrqb1": ["Token 名称"], - "n2HnVK": [ - "如果您决定关闭 [检查安全] 应用,关闭后与任何有潜在风险的合约或地址进行互动时将无法看到相关安全提示。" - ], - "p1/7GX": ["未找到合约"], - "pzO3Xa": ["总供应量"], - "sOYKMU": ["[检查安全] 提供迅速、可靠和方便的 Web3 安全服务。"], - "zXagFp": ["复制地址"] - } -} diff --git a/packages/plugins/GoPlusSecurity/src/locale/zh-TW.po b/packages/plugins/GoPlusSecurity/src/locale/zh-TW.po deleted file mode 100644 index f80548fb62f9..000000000000 --- a/packages/plugins/GoPlusSecurity/src/locale/zh-TW.po +++ /dev/null @@ -1,178 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/GoPlusSecurity/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 970\n" - -#. placeholder {0}: attentionFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Attention factor" -msgstr "" - -#. placeholder {0}: attentionFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Attention factors" -msgstr "" - -#. placeholder {0}: riskyFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Risky factor" -msgstr "" - -#. placeholder {0}: riskyFactors.toString() -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "{0} Risky factors" -msgstr "" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." -msgstr "" - -#: src/SiteAdaptor/components/Footer.tsx -msgid "<0>Powered by<1>Go+" -msgstr "" - -#: src/SiteAdaptor/components/NotFound.tsx -msgid "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." -msgstr "" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Cancel" -msgstr "" - -#: src/SiteAdaptor/CheckSecurityDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Check Security" -msgstr "" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "Close [Check Security]?" -msgstr "" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "Confirm" -msgstr "" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -#: src/UI/TokenSecurityBoundary.tsx -msgid "Confirm swap risk" -msgstr "" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Contract Creator" -msgstr "" - -#: src/SiteAdaptor/CheckSecurityDialog.tsx -msgid "Contract Not Found" -msgstr "" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Contract Owner" -msgstr "" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Copy Address" -msgstr "" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -#: src/SiteAdaptor/constants.tsx -msgid "High Risk" -msgstr "" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." -msgstr "" - -#: src/SiteAdaptor/constants.tsx -msgid "Low Risk" -msgstr "" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Market Cap" -msgstr "" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -#: src/SiteAdaptor/constants.tsx -msgid "Medium Risk" -msgstr "" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "More Details" -msgstr "" - -#: src/SiteAdaptor/components/DefaultPlaceholder.tsx -msgid "Note: Scams detections might not be 100% guaranteed." -msgstr "" - -#: src/SiteAdaptor/components/SearchBox.tsx -msgid "Please enter token contract address." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Provide you with fast, reliable and convenient security services." -msgstr "" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Risk Warning" -msgstr "" - -#: src/SiteAdaptor/components/SearchBox.tsx -msgid "Search" -msgstr "" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Security Detection" -msgstr "" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "Swap Anyway" -msgstr "" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "The [Check Security] dApp provides quick, reliable, and convenient Web3 security services." -msgstr "" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "This token has no risky or attention factors." -msgstr "" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Token Contract Address" -msgstr "" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Token info" -msgstr "" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Token Name" -msgstr "" - -#: src/SiteAdaptor/components/TokenPanel.tsx -msgid "Total Supply" -msgstr "" - -#: src/SiteAdaptor/components/SecurityPanel.tsx -msgid "Unnamed" -msgstr "" - -#: src/SiteAdaptor/components/RiskWarningDialog.tsx -msgid "View on Explorer" -msgstr "" - -#: src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx -msgid "We recommend new Web3 users to keep [Check Security] open." -msgstr "" diff --git a/packages/plugins/Handle/package.json b/packages/plugins/Handle/package.json index 034b8947e4b9..4e4afa14f73d 100644 --- a/packages/plugins/Handle/package.json +++ b/packages/plugins/Handle/package.json @@ -25,32 +25,5 @@ "@masknet/web3-shared-evm": "workspace:^", "@masknet/web3-providers": "workspace:^", "@masknet/theme": "workspace:^" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/Handle/src/base.ts b/packages/plugins/Handle/src/base.ts index baae6432ea0a..e7825f8e6961 100644 --- a/packages/plugins/Handle/src/base.ts +++ b/packages/plugins/Handle/src/base.ts @@ -1,7 +1,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { DEFAULT_PLUGIN_PUBLISHER, EnhanceableSite, NetworkPluginID, PluginID } from '@masknet/shared-base' import { ChainId } from '@masknet/web3-shared-evm' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PluginID.Handle, @@ -26,5 +25,4 @@ export const base: Plugin.Shared.Definition = { [NetworkPluginID.PLUGIN_SOLANA]: { supportedChainIds: [] }, }, }, - i18n: languages, } diff --git a/packages/plugins/Handle/src/locale/en-US.json b/packages/plugins/Handle/src/locale/en-US.json deleted file mode 100644 index 031306a19cdb..000000000000 --- a/packages/plugins/Handle/src/locale/en-US.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "messages": { - "3OhjJ4": ["Powered by <0>Mask Network<1><2/>"], - "4+VnE8": ["ENS"], - "Eh4m6e": ["<0>USD Value<1>$", ["0"], ""], - "Lho4Qd": ["DSearch"], - "wDnczW": ["Optimize the display of search results about ENS in social media."] - } -} diff --git a/packages/plugins/Handle/src/locale/en-US.po b/packages/plugins/Handle/src/locale/en-US.po deleted file mode 100644 index f5b1d5cc37cd..000000000000 --- a/packages/plugins/Handle/src/locale/en-US.po +++ /dev/null @@ -1,33 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. placeholder {0}: totalBalance.toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2, }) -#: src/SiteAdaptor/SearchResultInspector.tsx -msgid "<0>USD Value<1>${0}" -msgstr "" - -#: src/SiteAdaptor/PluginHeader.tsx -msgid "DSearch" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "ENS" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Optimize the display of search results about ENS in social media." -msgstr "" - -#: src/SiteAdaptor/PluginHeader.tsx -msgid "Powered by <0>Mask Network<1><2/>" -msgstr "" diff --git a/packages/plugins/Handle/src/locale/ja-JP.json b/packages/plugins/Handle/src/locale/ja-JP.json deleted file mode 100644 index 031306a19cdb..000000000000 --- a/packages/plugins/Handle/src/locale/ja-JP.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "messages": { - "3OhjJ4": ["Powered by <0>Mask Network<1><2/>"], - "4+VnE8": ["ENS"], - "Eh4m6e": ["<0>USD Value<1>$", ["0"], ""], - "Lho4Qd": ["DSearch"], - "wDnczW": ["Optimize the display of search results about ENS in social media."] - } -} diff --git a/packages/plugins/Handle/src/locale/ja-JP.po b/packages/plugins/Handle/src/locale/ja-JP.po deleted file mode 100644 index c9c32a7d1b71..000000000000 --- a/packages/plugins/Handle/src/locale/ja-JP.po +++ /dev/null @@ -1,38 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Handle/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 972\n" - -#. placeholder {0}: totalBalance.toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2, }) -#: src/SiteAdaptor/SearchResultInspector.tsx -msgid "<0>USD Value<1>${0}" -msgstr "" - -#: src/SiteAdaptor/PluginHeader.tsx -msgid "DSearch" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "ENS" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Optimize the display of search results about ENS in social media." -msgstr "" - -#: src/SiteAdaptor/PluginHeader.tsx -msgid "Powered by <0>Mask Network<1><2/>" -msgstr "" diff --git a/packages/plugins/Handle/src/locale/ko-KR.json b/packages/plugins/Handle/src/locale/ko-KR.json deleted file mode 100644 index 031306a19cdb..000000000000 --- a/packages/plugins/Handle/src/locale/ko-KR.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "messages": { - "3OhjJ4": ["Powered by <0>Mask Network<1><2/>"], - "4+VnE8": ["ENS"], - "Eh4m6e": ["<0>USD Value<1>$", ["0"], ""], - "Lho4Qd": ["DSearch"], - "wDnczW": ["Optimize the display of search results about ENS in social media."] - } -} diff --git a/packages/plugins/Handle/src/locale/ko-KR.po b/packages/plugins/Handle/src/locale/ko-KR.po deleted file mode 100644 index 05532bba4f64..000000000000 --- a/packages/plugins/Handle/src/locale/ko-KR.po +++ /dev/null @@ -1,38 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Handle/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 972\n" - -#. placeholder {0}: totalBalance.toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2, }) -#: src/SiteAdaptor/SearchResultInspector.tsx -msgid "<0>USD Value<1>${0}" -msgstr "" - -#: src/SiteAdaptor/PluginHeader.tsx -msgid "DSearch" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "ENS" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Optimize the display of search results about ENS in social media." -msgstr "" - -#: src/SiteAdaptor/PluginHeader.tsx -msgid "Powered by <0>Mask Network<1><2/>" -msgstr "" diff --git a/packages/plugins/Handle/src/locale/languages.ts b/packages/plugins/Handle/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/Handle/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/Handle/src/locale/qya-AA.po b/packages/plugins/Handle/src/locale/qya-AA.po deleted file mode 100644 index ecb42badb4cf..000000000000 --- a/packages/plugins/Handle/src/locale/qya-AA.po +++ /dev/null @@ -1,38 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-11-14 10:10\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Handle/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 972\n" - -#: src/SiteAdaptor/SearchResultInspector.tsx -msgid "<0>USD Value<1>${0}" -msgstr "crwdns32250:0${0}crwdne32250:0" - -#: src/SiteAdaptor/PluginHeader.tsx -msgid "DSearch" -msgstr "crwdns32838:0crwdne32838:0" - -#: src/SiteAdaptor/index.tsx -msgid "ENS" -msgstr "crwdns31386:0crwdne31386:0" - -#: src/SiteAdaptor/index.tsx -msgid "Optimize the display of search results about ENS in social media." -msgstr "crwdns31388:0crwdne31388:0" - -#: src/SiteAdaptor/PluginHeader.tsx -msgid "Powered by <0>Mask Network<1><2/>" -msgstr "crwdns35454:0crwdne35454:0" - diff --git a/packages/plugins/Handle/src/locale/zh-CN.json b/packages/plugins/Handle/src/locale/zh-CN.json deleted file mode 100644 index 031306a19cdb..000000000000 --- a/packages/plugins/Handle/src/locale/zh-CN.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "messages": { - "3OhjJ4": ["Powered by <0>Mask Network<1><2/>"], - "4+VnE8": ["ENS"], - "Eh4m6e": ["<0>USD Value<1>$", ["0"], ""], - "Lho4Qd": ["DSearch"], - "wDnczW": ["Optimize the display of search results about ENS in social media."] - } -} diff --git a/packages/plugins/Handle/src/locale/zh-CN.po b/packages/plugins/Handle/src/locale/zh-CN.po deleted file mode 100644 index 9078bf33bf64..000000000000 --- a/packages/plugins/Handle/src/locale/zh-CN.po +++ /dev/null @@ -1,38 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Handle/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 972\n" - -#. placeholder {0}: totalBalance.toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2, }) -#: src/SiteAdaptor/SearchResultInspector.tsx -msgid "<0>USD Value<1>${0}" -msgstr "" - -#: src/SiteAdaptor/PluginHeader.tsx -msgid "DSearch" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "ENS" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Optimize the display of search results about ENS in social media." -msgstr "" - -#: src/SiteAdaptor/PluginHeader.tsx -msgid "Powered by <0>Mask Network<1><2/>" -msgstr "" diff --git a/packages/plugins/Handle/src/locale/zh-TW.json b/packages/plugins/Handle/src/locale/zh-TW.json deleted file mode 100644 index 031306a19cdb..000000000000 --- a/packages/plugins/Handle/src/locale/zh-TW.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "messages": { - "3OhjJ4": ["Powered by <0>Mask Network<1><2/>"], - "4+VnE8": ["ENS"], - "Eh4m6e": ["<0>USD Value<1>$", ["0"], ""], - "Lho4Qd": ["DSearch"], - "wDnczW": ["Optimize the display of search results about ENS in social media."] - } -} diff --git a/packages/plugins/Handle/src/locale/zh-TW.po b/packages/plugins/Handle/src/locale/zh-TW.po deleted file mode 100644 index f931a373773f..000000000000 --- a/packages/plugins/Handle/src/locale/zh-TW.po +++ /dev/null @@ -1,38 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Handle/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 972\n" - -#. placeholder {0}: totalBalance.toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2, }) -#: src/SiteAdaptor/SearchResultInspector.tsx -msgid "<0>USD Value<1>${0}" -msgstr "" - -#: src/SiteAdaptor/PluginHeader.tsx -msgid "DSearch" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "ENS" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Optimize the display of search results about ENS in social media." -msgstr "" - -#: src/SiteAdaptor/PluginHeader.tsx -msgid "Powered by <0>Mask Network<1><2/>" -msgstr "" diff --git a/packages/plugins/NextID/package.json b/packages/plugins/NextID/package.json index 792fcabe8abe..7df215ab2e96 100644 --- a/packages/plugins/NextID/package.json +++ b/packages/plugins/NextID/package.json @@ -28,32 +28,5 @@ "@masknet/web3-shared-evm": "workspace:^", "react-use": "^17.5.0", "zod": "^3.24.2" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/NextID/src/base.ts b/packages/plugins/NextID/src/base.ts index 8f725cc9d81c..8e1e0986da5d 100644 --- a/packages/plugins/NextID/src/base.ts +++ b/packages/plugins/NextID/src/base.ts @@ -2,7 +2,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { EnhanceableSite, NetworkPluginID } from '@masknet/shared-base' import { ChainId } from '@masknet/web3-shared-evm' import { PLUGIN_DESCRIPTION, PLUGIN_ID, PLUGIN_NAME, PUBLISHER } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PLUGIN_ID, @@ -38,5 +37,4 @@ export const base: Plugin.Shared.Definition = { }, }, experimentalMark: true, - i18n: languages, } diff --git a/packages/plugins/NextID/src/locale/en-US.json b/packages/plugins/NextID/src/locale/en-US.json deleted file mode 100644 index 35c6dad7e54e..000000000000 --- a/packages/plugins/NextID/src/locale/en-US.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "messages": { - "0yf3iU": ["Wallet sign cancelled."], - "5o2pdQ": ["Create Persona"], - "BMCVM3": ["Wallet Sign"], - "DPfwMq": ["Done"], - "GK6Tzr": ["Persona Sign"], - "KFYFgI": ["Wallet sign failed."], - "LigbuA": [ - "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." - ], - "PwjgPX": ["Please create your persona to use Web3 Profile."], - "SlxhDh": ["Verify your wallet"], - "XyAmgg": ["Add wallet"], - "Z3y+8t": ["Unsupported Network"], - "ajKdns": ["This wallet address has already been connected."], - "gC2WI+": ["Persona"], - "ggdga4": ["The user has not set this."], - "jh0i4n": ["Confirm this transaction in your wallet."], - "jpctdh": ["View"], - "sb9Y58": ["Wallet"], - "toDFSK": ["Wallet sign succeeded."] - } -} diff --git a/packages/plugins/NextID/src/locale/en-US.po b/packages/plugins/NextID/src/locale/en-US.po deleted file mode 100644 index 3d19c9a9b2a3..000000000000 --- a/packages/plugins/NextID/src/locale/en-US.po +++ /dev/null @@ -1,89 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: src/components/Actions/index.tsx -msgid "Add wallet" -msgstr "" - -#: src/hooks/useWalletSign.ts -msgid "Confirm this transaction in your wallet." -msgstr "" - -#: src/components/Actions/index.tsx -msgid "Create Persona" -msgstr "" - -#: src/components/BindPanelUI.tsx -#: src/components/BindPanelUI.tsx -msgid "Done" -msgstr "" - -#: src/components/Actions/index.tsx -msgid "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." -msgstr "" - -#: src/components/BindPanelUI.tsx -msgid "Persona" -msgstr "" - -#: src/components/BindPanelUI.tsx -msgid "Persona Sign" -msgstr "" - -#: src/components/Actions/index.tsx -msgid "Please create your persona to use Web3 Profile." -msgstr "" - -#: src/components/Actions/index.tsx -msgid "The user has not set this." -msgstr "" - -#: src/components/BindPanelUI.tsx -msgid "This wallet address has already been connected." -msgstr "" - -#: src/components/BindPanelUI.tsx -msgid "Unsupported Network" -msgstr "" - -#: src/components/BindDialog.tsx -msgid "Verify your wallet" -msgstr "" - -#: src/SiteAdaptor/VerificationPayload.tsx -msgid "View" -msgstr "" - -#: src/components/BindPanelUI.tsx -msgid "Wallet" -msgstr "" - -#: src/components/BindDialog.tsx -#: src/components/BindDialog.tsx -#: src/components/BindPanelUI.tsx -#: src/hooks/useWalletSign.ts -#: src/hooks/useWalletSign.ts -msgid "Wallet Sign" -msgstr "" - -#: src/hooks/useWalletSign.ts -msgid "Wallet sign cancelled." -msgstr "" - -#: src/components/BindDialog.tsx -msgid "Wallet sign failed." -msgstr "" - -#: src/components/BindDialog.tsx -msgid "Wallet sign succeeded." -msgstr "" diff --git a/packages/plugins/NextID/src/locale/ja-JP.json b/packages/plugins/NextID/src/locale/ja-JP.json deleted file mode 100644 index 374f705392a6..000000000000 --- a/packages/plugins/NextID/src/locale/ja-JP.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "messages": { - "0yf3iU": ["ウォレットのサインがキャンセルされました。"], - "5o2pdQ": ["ペルソナを作成"], - "BMCVM3": ["ウォレットサイン"], - "DPfwMq": ["完了"], - "GK6Tzr": ["ペルソナサイン"], - "KFYFgI": ["ウォレットのサインに失敗しました。"], - "LigbuA": [ - "Web3タブでは、NFTコレクションのウォレットアドレス、寄付レコードを表示できます。 その他のオンチェーンフィードは、マスク拡張機能をインストールした友達にも提供されます。" - ], - "PwjgPX": ["Web3 プロフィールを使用するには、ペルソナを作成してください。"], - "SlxhDh": ["ウォレットの認証"], - "XyAmgg": ["ウォレットを追加"], - "Z3y+8t": ["対応していないネットワーク"], - "ajKdns": ["このウォレットアドレスは既に接続されています。"], - "gC2WI+": ["ペルソナ"], - "ggdga4": ["ユーザーはこれを設定していません。"], - "jh0i4n": ["ウォレットでこの取引を確認する"], - "jpctdh": ["表示"], - "sb9Y58": ["ウォレット"], - "toDFSK": ["ウォレットのサインは成功しました。"] - } -} diff --git a/packages/plugins/NextID/src/locale/ja-JP.po b/packages/plugins/NextID/src/locale/ja-JP.po deleted file mode 100644 index 43bea822d512..000000000000 --- a/packages/plugins/NextID/src/locale/ja-JP.po +++ /dev/null @@ -1,94 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/NextID/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 976\n" - -#: src/components/Actions/index.tsx -msgid "Add wallet" -msgstr "ウォレットを追加" - -#: src/hooks/useWalletSign.ts -msgid "Confirm this transaction in your wallet." -msgstr "ウォレットでこの取引を確認する" - -#: src/components/Actions/index.tsx -msgid "Create Persona" -msgstr "ペルソナを作成" - -#: src/components/BindPanelUI.tsx -#: src/components/BindPanelUI.tsx -msgid "Done" -msgstr "完了" - -#: src/components/Actions/index.tsx -msgid "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." -msgstr "Web3タブでは、NFTコレクションのウォレットアドレス、寄付レコードを表示できます。 その他のオンチェーンフィードは、マスク拡張機能をインストールした友達にも提供されます。" - -#: src/components/BindPanelUI.tsx -msgid "Persona" -msgstr "ペルソナ" - -#: src/components/BindPanelUI.tsx -msgid "Persona Sign" -msgstr "ペルソナサイン" - -#: src/components/Actions/index.tsx -msgid "Please create your persona to use Web3 Profile." -msgstr "Web3 プロフィールを使用するには、ペルソナを作成してください。" - -#: src/components/Actions/index.tsx -msgid "The user has not set this." -msgstr "ユーザーはこれを設定していません。" - -#: src/components/BindPanelUI.tsx -msgid "This wallet address has already been connected." -msgstr "このウォレットアドレスは既に接続されています。" - -#: src/components/BindPanelUI.tsx -msgid "Unsupported Network" -msgstr "対応していないネットワーク" - -#: src/components/BindDialog.tsx -msgid "Verify your wallet" -msgstr "ウォレットの認証" - -#: src/SiteAdaptor/VerificationPayload.tsx -msgid "View" -msgstr "表示" - -#: src/components/BindPanelUI.tsx -msgid "Wallet" -msgstr "ウォレット" - -#: src/components/BindDialog.tsx -#: src/components/BindDialog.tsx -#: src/components/BindPanelUI.tsx -#: src/hooks/useWalletSign.ts -#: src/hooks/useWalletSign.ts -msgid "Wallet Sign" -msgstr "ウォレットサイン" - -#: src/hooks/useWalletSign.ts -msgid "Wallet sign cancelled." -msgstr "ウォレットのサインがキャンセルされました。" - -#: src/components/BindDialog.tsx -msgid "Wallet sign failed." -msgstr "ウォレットのサインに失敗しました。" - -#: src/components/BindDialog.tsx -msgid "Wallet sign succeeded." -msgstr "ウォレットのサインは成功しました。" diff --git a/packages/plugins/NextID/src/locale/ko-KR.json b/packages/plugins/NextID/src/locale/ko-KR.json deleted file mode 100644 index 2b508708f353..000000000000 --- a/packages/plugins/NextID/src/locale/ko-KR.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "messages": { - "0yf3iU": ["월렛 사인 취소"], - "5o2pdQ": ["페르소나 만들기"], - "BMCVM3": ["월렛 사인"], - "DPfwMq": ["완료"], - "GK6Tzr": ["페르소나 사인"], - "KFYFgI": ["월렛 사인 실패"], - "LigbuA": [ - "Web3 탭에서는 Mask 확장 기능을 설치한 친구에게 NFT 컬렉션, 기부 기록 및 기타 온체인 피드에 대한 지갑 주소를 표시할 수 있습니다." - ], - "PwjgPX": ["Web3 프로필로 페르소나를 맏드세요."], - "SlxhDh": ["월렛 인증"], - "XyAmgg": ["월렛 추가"], - "Z3y+8t": ["지원되지 않는 네트워크"], - "ajKdns": ["이미 연결된 주소입니다."], - "gC2WI+": ["페르소나"], - "ggdga4": ["해당 사용자가 이것을 설치하지 않습니다."], - "jh0i4n": ["이 거래를 월렛에서 확인하세요."], - "jpctdh": ["View"], - "sb9Y58": ["월렛"], - "toDFSK": ["월렛 사인 성공"] - } -} diff --git a/packages/plugins/NextID/src/locale/ko-KR.po b/packages/plugins/NextID/src/locale/ko-KR.po deleted file mode 100644 index 499ff5cd1c0d..000000000000 --- a/packages/plugins/NextID/src/locale/ko-KR.po +++ /dev/null @@ -1,94 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/NextID/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 976\n" - -#: src/components/Actions/index.tsx -msgid "Add wallet" -msgstr "월렛 추가" - -#: src/hooks/useWalletSign.ts -msgid "Confirm this transaction in your wallet." -msgstr "이 거래를 월렛에서 확인하세요." - -#: src/components/Actions/index.tsx -msgid "Create Persona" -msgstr "페르소나 만들기" - -#: src/components/BindPanelUI.tsx -#: src/components/BindPanelUI.tsx -msgid "Done" -msgstr "완료" - -#: src/components/Actions/index.tsx -msgid "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." -msgstr "Web3 탭에서는 Mask 확장 기능을 설치한 친구에게 NFT 컬렉션, 기부 기록 및 기타 온체인 피드에 대한 지갑 주소를 표시할 수 있습니다." - -#: src/components/BindPanelUI.tsx -msgid "Persona" -msgstr "페르소나" - -#: src/components/BindPanelUI.tsx -msgid "Persona Sign" -msgstr "페르소나 사인" - -#: src/components/Actions/index.tsx -msgid "Please create your persona to use Web3 Profile." -msgstr "Web3 프로필로 페르소나를 맏드세요." - -#: src/components/Actions/index.tsx -msgid "The user has not set this." -msgstr "해당 사용자가 이것을 설치하지 않습니다." - -#: src/components/BindPanelUI.tsx -msgid "This wallet address has already been connected." -msgstr "이미 연결된 주소입니다." - -#: src/components/BindPanelUI.tsx -msgid "Unsupported Network" -msgstr "지원되지 않는 네트워크" - -#: src/components/BindDialog.tsx -msgid "Verify your wallet" -msgstr "월렛 인증" - -#: src/SiteAdaptor/VerificationPayload.tsx -msgid "View" -msgstr "" - -#: src/components/BindPanelUI.tsx -msgid "Wallet" -msgstr "월렛" - -#: src/components/BindDialog.tsx -#: src/components/BindDialog.tsx -#: src/components/BindPanelUI.tsx -#: src/hooks/useWalletSign.ts -#: src/hooks/useWalletSign.ts -msgid "Wallet Sign" -msgstr "월렛 사인" - -#: src/hooks/useWalletSign.ts -msgid "Wallet sign cancelled." -msgstr "월렛 사인 취소" - -#: src/components/BindDialog.tsx -msgid "Wallet sign failed." -msgstr "월렛 사인 실패" - -#: src/components/BindDialog.tsx -msgid "Wallet sign succeeded." -msgstr "월렛 사인 성공" diff --git a/packages/plugins/NextID/src/locale/languages.ts b/packages/plugins/NextID/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/NextID/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/NextID/src/locale/qya-AA.po b/packages/plugins/NextID/src/locale/qya-AA.po deleted file mode 100644 index 022a50829aa3..000000000000 --- a/packages/plugins/NextID/src/locale/qya-AA.po +++ /dev/null @@ -1,95 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:48\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/NextID/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 976\n" - -#: src/components/Actions/index.tsx -msgid "Add wallet" -msgstr "crwdns28776:0crwdne28776:0" - -#: src/hooks/useWalletSign.ts -msgid "Confirm this transaction in your wallet." -msgstr "crwdns28778:0crwdne28778:0" - -#: src/components/Actions/index.tsx -msgid "Create Persona" -msgstr "crwdns28780:0crwdne28780:0" - -#: src/components/BindPanelUI.tsx -#: src/components/BindPanelUI.tsx -msgid "Done" -msgstr "crwdns28782:0crwdne28782:0" - -#: src/components/Actions/index.tsx -msgid "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." -msgstr "crwdns28784:0crwdne28784:0" - -#: src/components/BindPanelUI.tsx -msgid "Persona" -msgstr "crwdns28786:0crwdne28786:0" - -#: src/components/BindPanelUI.tsx -msgid "Persona Sign" -msgstr "crwdns28788:0crwdne28788:0" - -#: src/components/Actions/index.tsx -msgid "Please create your persona to use Web3 Profile." -msgstr "crwdns28790:0crwdne28790:0" - -#: src/components/Actions/index.tsx -msgid "The user has not set this." -msgstr "crwdns28792:0crwdne28792:0" - -#: src/components/BindPanelUI.tsx -msgid "This wallet address has already been connected." -msgstr "crwdns28794:0crwdne28794:0" - -#: src/components/BindPanelUI.tsx -msgid "Unsupported Network" -msgstr "crwdns28796:0crwdne28796:0" - -#: src/components/BindDialog.tsx -msgid "Verify your wallet" -msgstr "crwdns28798:0crwdne28798:0" - -#: src/SiteAdaptor/VerificationPayload.tsx -msgid "View" -msgstr "crwdns28800:0crwdne28800:0" - -#: src/components/BindPanelUI.tsx -msgid "Wallet" -msgstr "crwdns28802:0crwdne28802:0" - -#: src/components/BindDialog.tsx -#: src/components/BindDialog.tsx -#: src/components/BindPanelUI.tsx -#: src/hooks/useWalletSign.ts -#: src/hooks/useWalletSign.ts -msgid "Wallet Sign" -msgstr "crwdns28804:0crwdne28804:0" - -#: src/hooks/useWalletSign.ts -msgid "Wallet sign cancelled." -msgstr "crwdns28806:0crwdne28806:0" - -#: src/components/BindDialog.tsx -msgid "Wallet sign failed." -msgstr "crwdns28808:0crwdne28808:0" - -#: src/components/BindDialog.tsx -msgid "Wallet sign succeeded." -msgstr "crwdns28810:0crwdne28810:0" - diff --git a/packages/plugins/NextID/src/locale/zh-CN.json b/packages/plugins/NextID/src/locale/zh-CN.json deleted file mode 100644 index 5896fa5f16f4..000000000000 --- a/packages/plugins/NextID/src/locale/zh-CN.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "messages": { - "0yf3iU": ["您的钱包取消了此签名"], - "5o2pdQ": ["创建身份"], - "BMCVM3": ["钱包签名"], - "DPfwMq": ["完成"], - "GK6Tzr": ["身份签名"], - "KFYFgI": ["签名失败"], - "LigbuA": [ - "在 Web3 中,您可以给已安装Mask Network的好友展示接收小费的地址,NFT 收藏品,捐赠记录和其他链上信息。" - ], - "PwjgPX": ["请创建您的身份以使用 Web3 个人资料。"], - "SlxhDh": ["验证您的钱包"], - "XyAmgg": ["添加钱包"], - "Z3y+8t": ["此网络尚不支持"], - "ajKdns": ["此钱包地址已经被绑定。"], - "gC2WI+": ["身份"], - "ggdga4": ["用户尚未设置此项。"], - "jh0i4n": ["请在您的钱包确认此签名"], - "jpctdh": ["查看"], - "sb9Y58": ["钱包"], - "toDFSK": ["签名成功"] - } -} diff --git a/packages/plugins/NextID/src/locale/zh-CN.po b/packages/plugins/NextID/src/locale/zh-CN.po deleted file mode 100644 index 1a6602bb24a6..000000000000 --- a/packages/plugins/NextID/src/locale/zh-CN.po +++ /dev/null @@ -1,94 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/NextID/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 976\n" - -#: src/components/Actions/index.tsx -msgid "Add wallet" -msgstr "添加钱包" - -#: src/hooks/useWalletSign.ts -msgid "Confirm this transaction in your wallet." -msgstr "请在您的钱包确认此签名" - -#: src/components/Actions/index.tsx -msgid "Create Persona" -msgstr "创建身份" - -#: src/components/BindPanelUI.tsx -#: src/components/BindPanelUI.tsx -msgid "Done" -msgstr "完成" - -#: src/components/Actions/index.tsx -msgid "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." -msgstr "在 Web3 中,您可以给已安装Mask Network的好友展示接收小费的地址,NFT 收藏品,捐赠记录和其他链上信息。" - -#: src/components/BindPanelUI.tsx -msgid "Persona" -msgstr "身份" - -#: src/components/BindPanelUI.tsx -msgid "Persona Sign" -msgstr "身份签名" - -#: src/components/Actions/index.tsx -msgid "Please create your persona to use Web3 Profile." -msgstr "请创建您的身份以使用 Web3 个人资料。" - -#: src/components/Actions/index.tsx -msgid "The user has not set this." -msgstr "用户尚未设置此项。" - -#: src/components/BindPanelUI.tsx -msgid "This wallet address has already been connected." -msgstr "此钱包地址已经被绑定。" - -#: src/components/BindPanelUI.tsx -msgid "Unsupported Network" -msgstr "此网络尚不支持" - -#: src/components/BindDialog.tsx -msgid "Verify your wallet" -msgstr "验证您的钱包" - -#: src/SiteAdaptor/VerificationPayload.tsx -msgid "View" -msgstr "查看" - -#: src/components/BindPanelUI.tsx -msgid "Wallet" -msgstr "钱包" - -#: src/components/BindDialog.tsx -#: src/components/BindDialog.tsx -#: src/components/BindPanelUI.tsx -#: src/hooks/useWalletSign.ts -#: src/hooks/useWalletSign.ts -msgid "Wallet Sign" -msgstr "钱包签名" - -#: src/hooks/useWalletSign.ts -msgid "Wallet sign cancelled." -msgstr "您的钱包取消了此签名" - -#: src/components/BindDialog.tsx -msgid "Wallet sign failed." -msgstr "签名失败" - -#: src/components/BindDialog.tsx -msgid "Wallet sign succeeded." -msgstr "签名成功" diff --git a/packages/plugins/NextID/src/locale/zh-TW.json b/packages/plugins/NextID/src/locale/zh-TW.json deleted file mode 100644 index fedc7ec30570..000000000000 --- a/packages/plugins/NextID/src/locale/zh-TW.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "messages": { - "0yf3iU": ["取消錢包簽名"], - "5o2pdQ": ["创建身份"], - "BMCVM3": ["钱包签名"], - "DPfwMq": ["完成"], - "GK6Tzr": ["身份签名"], - "KFYFgI": ["簽署失敗"], - "LigbuA": [ - "在 Web3 中,您可以给已安装Mask Network的好友展示接收小费的地址,NFT 收藏品,捐赠记录和其他链上信息。" - ], - "PwjgPX": ["请创建您的身份以使用 Web3 个人资料。"], - "SlxhDh": ["驗證錢包"], - "XyAmgg": ["新增錢包"], - "Z3y+8t": ["此网络尚不支持"], - "ajKdns": ["此錢包地址已被綁定"], - "gC2WI+": ["身份"], - "ggdga4": ["用户尚未设置此项。"], - "jh0i4n": ["请在您的钱包确认此签名"], - "jpctdh": ["查看"], - "sb9Y58": ["錢包"], - "toDFSK": ["簽署成功"] - } -} diff --git a/packages/plugins/NextID/src/locale/zh-TW.po b/packages/plugins/NextID/src/locale/zh-TW.po deleted file mode 100644 index 073fb72a248a..000000000000 --- a/packages/plugins/NextID/src/locale/zh-TW.po +++ /dev/null @@ -1,94 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:54\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/NextID/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 976\n" - -#: src/components/Actions/index.tsx -msgid "Add wallet" -msgstr "新增錢包" - -#: src/hooks/useWalletSign.ts -msgid "Confirm this transaction in your wallet." -msgstr "" - -#: src/components/Actions/index.tsx -msgid "Create Persona" -msgstr "" - -#: src/components/BindPanelUI.tsx -#: src/components/BindPanelUI.tsx -msgid "Done" -msgstr "完成" - -#: src/components/Actions/index.tsx -msgid "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." -msgstr "" - -#: src/components/BindPanelUI.tsx -msgid "Persona" -msgstr "" - -#: src/components/BindPanelUI.tsx -msgid "Persona Sign" -msgstr "" - -#: src/components/Actions/index.tsx -msgid "Please create your persona to use Web3 Profile." -msgstr "" - -#: src/components/Actions/index.tsx -msgid "The user has not set this." -msgstr "" - -#: src/components/BindPanelUI.tsx -msgid "This wallet address has already been connected." -msgstr "此錢包地址已被綁定" - -#: src/components/BindPanelUI.tsx -msgid "Unsupported Network" -msgstr "" - -#: src/components/BindDialog.tsx -msgid "Verify your wallet" -msgstr "驗證錢包" - -#: src/SiteAdaptor/VerificationPayload.tsx -msgid "View" -msgstr "" - -#: src/components/BindPanelUI.tsx -msgid "Wallet" -msgstr "錢包" - -#: src/components/BindDialog.tsx -#: src/components/BindDialog.tsx -#: src/components/BindPanelUI.tsx -#: src/hooks/useWalletSign.ts -#: src/hooks/useWalletSign.ts -msgid "Wallet Sign" -msgstr "" - -#: src/hooks/useWalletSign.ts -msgid "Wallet sign cancelled." -msgstr "取消錢包簽名" - -#: src/components/BindDialog.tsx -msgid "Wallet sign failed." -msgstr "簽署失敗" - -#: src/components/BindDialog.tsx -msgid "Wallet sign succeeded." -msgstr "簽署成功" diff --git a/packages/plugins/ProfileCard/package.json b/packages/plugins/ProfileCard/package.json index b8d71c7ff9b1..fe461c056dde 100644 --- a/packages/plugins/ProfileCard/package.json +++ b/packages/plugins/ProfileCard/package.json @@ -24,32 +24,5 @@ "@masknet/theme": "workspace:^", "@masknet/web3-helpers": "workspace:^", "@masknet/web3-providers": "workspace:^" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/ProfileCard/src/base.ts b/packages/plugins/ProfileCard/src/base.ts index 4e22dc470bd7..20dc8da83401 100644 --- a/packages/plugins/ProfileCard/src/base.ts +++ b/packages/plugins/ProfileCard/src/base.ts @@ -1,7 +1,6 @@ import { DEFAULT_PLUGIN_PUBLISHER, EnhanceableSite } from '@masknet/shared-base' import { type Plugin } from '@masknet/plugin-infra' import { PLUGIN_ID } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PLUGIN_ID, @@ -19,6 +18,4 @@ export const base: Plugin.Shared.Definition = { }, target: 'stable', }, - - i18n: languages, } diff --git a/packages/plugins/ProfileCard/src/locale/en-US.json b/packages/plugins/ProfileCard/src/locale/en-US.json deleted file mode 100644 index 7fa1d1a33c8b..000000000000 --- a/packages/plugins/ProfileCard/src/locale/en-US.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "messages": { - "6B+2/d": ["Stay on top of NFT trending information, hot projects, notable transactions, etc."], - "89kDhv": ["NFT collection"], - "9xaUMG": ["General user"], - "Cy19fm": [ - "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." - ], - "EGWr+Q": ["Web3 Profile Card"], - "TNFd5O": ["View real-time crypto prices, market cap, trading volume, etc."], - "TP9/K5": ["Token"], - "s/8SJ+": [ - "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." - ] - } -} diff --git a/packages/plugins/ProfileCard/src/locale/en-US.po b/packages/plugins/ProfileCard/src/locale/en-US.po deleted file mode 100644 index 8a823e9b7f60..000000000000 --- a/packages/plugins/ProfileCard/src/locale/en-US.po +++ /dev/null @@ -1,44 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: src/SiteAdaptor/index.tsx -msgid "General user" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "NFT collection" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Stay on top of NFT trending information, hot projects, notable transactions, etc." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Token" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "View real-time crypto prices, market cap, trading volume, etc." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Web3 Profile Card" -msgstr "" diff --git a/packages/plugins/ProfileCard/src/locale/ja-JP.json b/packages/plugins/ProfileCard/src/locale/ja-JP.json deleted file mode 100644 index 347556ec79e4..000000000000 --- a/packages/plugins/ProfileCard/src/locale/ja-JP.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "messages": { - "6B+2/d": ["Stay on top of NFT trending information, hot projects, notable transactions, etc."], - "89kDhv": ["NFT collection"], - "9xaUMG": ["General user"], - "Cy19fm": [ - "タイムラインのアバターやトークンタグの隅にあるミニMaskアイコンに合わせると、複数のアカウントのWeb3プロフィールが表示されます。" - ], - "EGWr+Q": ["Web3 プロフィールカード"], - "TNFd5O": ["View real-time crypto prices, market cap, trading volume, etc."], - "TP9/K5": ["Token"], - "s/8SJ+": [ - "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." - ] - } -} diff --git a/packages/plugins/ProfileCard/src/locale/ja-JP.po b/packages/plugins/ProfileCard/src/locale/ja-JP.po deleted file mode 100644 index ad6ae0127cef..000000000000 --- a/packages/plugins/ProfileCard/src/locale/ja-JP.po +++ /dev/null @@ -1,49 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ProfileCard/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 980\n" - -#: src/SiteAdaptor/index.tsx -msgid "General user" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "NFT collection" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Stay on top of NFT trending information, hot projects, notable transactions, etc." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Token" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." -msgstr "タイムラインのアバターやトークンタグの隅にあるミニMaskアイコンに合わせると、複数のアカウントのWeb3プロフィールが表示されます。" - -#: src/SiteAdaptor/index.tsx -msgid "View real-time crypto prices, market cap, trading volume, etc." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Web3 Profile Card" -msgstr "Web3 プロフィールカード" diff --git a/packages/plugins/ProfileCard/src/locale/ko-KR.json b/packages/plugins/ProfileCard/src/locale/ko-KR.json deleted file mode 100644 index 3f342b7f2e25..000000000000 --- a/packages/plugins/ProfileCard/src/locale/ko-KR.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "messages": { - "6B+2/d": ["Stay on top of NFT trending information, hot projects, notable transactions, etc."], - "89kDhv": ["NFT collection"], - "9xaUMG": ["General user"], - "Cy19fm": [ - "아바타 오른쪽 아래에 있는 미니 Mask 아이콘이나 타임라인의 토큰 태그 위에 마우스를 올려놓아 여러 계정의 웹3 프로필을 볼 수 있습니다." - ], - "EGWr+Q": ["웹3 프로필 카드"], - "TNFd5O": ["View real-time crypto prices, market cap, trading volume, etc."], - "TP9/K5": ["Token"], - "s/8SJ+": [ - "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." - ] - } -} diff --git a/packages/plugins/ProfileCard/src/locale/ko-KR.po b/packages/plugins/ProfileCard/src/locale/ko-KR.po deleted file mode 100644 index 10def9e0722a..000000000000 --- a/packages/plugins/ProfileCard/src/locale/ko-KR.po +++ /dev/null @@ -1,49 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ProfileCard/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 980\n" - -#: src/SiteAdaptor/index.tsx -msgid "General user" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "NFT collection" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Stay on top of NFT trending information, hot projects, notable transactions, etc." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Token" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." -msgstr "아바타 오른쪽 아래에 있는 미니 Mask 아이콘이나 타임라인의 토큰 태그 위에 마우스를 올려놓아 여러 계정의 웹3 프로필을 볼 수 있습니다." - -#: src/SiteAdaptor/index.tsx -msgid "View real-time crypto prices, market cap, trading volume, etc." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Web3 Profile Card" -msgstr "웹3 프로필 카드" diff --git a/packages/plugins/ProfileCard/src/locale/languages.ts b/packages/plugins/ProfileCard/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/ProfileCard/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/ProfileCard/src/locale/qya-AA.po b/packages/plugins/ProfileCard/src/locale/qya-AA.po deleted file mode 100644 index 4d48f2933144..000000000000 --- a/packages/plugins/ProfileCard/src/locale/qya-AA.po +++ /dev/null @@ -1,50 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:48\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ProfileCard/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 980\n" - -#: src/SiteAdaptor/index.tsx -msgid "General user" -msgstr "crwdns31390:0crwdne31390:0" - -#: src/SiteAdaptor/index.tsx -msgid "NFT collection" -msgstr "crwdns31392:0crwdne31392:0" - -#: src/SiteAdaptor/index.tsx -msgid "Stay on top of NFT trending information, hot projects, notable transactions, etc." -msgstr "crwdns31394:0crwdne31394:0" - -#: src/SiteAdaptor/index.tsx -msgid "Token" -msgstr "crwdns31396:0crwdne31396:0" - -#: src/SiteAdaptor/index.tsx -msgid "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." -msgstr "crwdns28890:0crwdne28890:0" - -#: src/SiteAdaptor/index.tsx -msgid "View real-time crypto prices, market cap, trading volume, etc." -msgstr "crwdns31398:0crwdne31398:0" - -#: src/SiteAdaptor/index.tsx -msgid "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." -msgstr "crwdns32260:0crwdne32260:0" - -#: src/SiteAdaptor/index.tsx -msgid "Web3 Profile Card" -msgstr "crwdns28892:0crwdne28892:0" - diff --git a/packages/plugins/ProfileCard/src/locale/zh-CN.json b/packages/plugins/ProfileCard/src/locale/zh-CN.json deleted file mode 100644 index 5713c3cfb436..000000000000 --- a/packages/plugins/ProfileCard/src/locale/zh-CN.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "6B+2/d": ["Stay on top of NFT trending information, hot projects, notable transactions, etc."], - "89kDhv": ["NFT collection"], - "9xaUMG": ["General user"], - "Cy19fm": ["鼠标悬停于头像右下角的 Mask 图标或时间线上的代币话题标签,浏览多元化账户的 Web3 足迹。"], - "EGWr+Q": ["Web3 名片"], - "TNFd5O": ["View real-time crypto prices, market cap, trading volume, etc."], - "TP9/K5": ["Token"], - "s/8SJ+": [ - "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." - ] - } -} diff --git a/packages/plugins/ProfileCard/src/locale/zh-CN.po b/packages/plugins/ProfileCard/src/locale/zh-CN.po deleted file mode 100644 index 90cbd22b499c..000000000000 --- a/packages/plugins/ProfileCard/src/locale/zh-CN.po +++ /dev/null @@ -1,49 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ProfileCard/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 980\n" - -#: src/SiteAdaptor/index.tsx -msgid "General user" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "NFT collection" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Stay on top of NFT trending information, hot projects, notable transactions, etc." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Token" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." -msgstr "鼠标悬停于头像右下角的 Mask 图标或时间线上的代币话题标签,浏览多元化账户的 Web3 足迹。" - -#: src/SiteAdaptor/index.tsx -msgid "View real-time crypto prices, market cap, trading volume, etc." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Web3 Profile Card" -msgstr "Web3 名片" diff --git a/packages/plugins/ProfileCard/src/locale/zh-TW.json b/packages/plugins/ProfileCard/src/locale/zh-TW.json deleted file mode 100644 index 5713c3cfb436..000000000000 --- a/packages/plugins/ProfileCard/src/locale/zh-TW.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "6B+2/d": ["Stay on top of NFT trending information, hot projects, notable transactions, etc."], - "89kDhv": ["NFT collection"], - "9xaUMG": ["General user"], - "Cy19fm": ["鼠标悬停于头像右下角的 Mask 图标或时间线上的代币话题标签,浏览多元化账户的 Web3 足迹。"], - "EGWr+Q": ["Web3 名片"], - "TNFd5O": ["View real-time crypto prices, market cap, trading volume, etc."], - "TP9/K5": ["Token"], - "s/8SJ+": [ - "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." - ] - } -} diff --git a/packages/plugins/ProfileCard/src/locale/zh-TW.po b/packages/plugins/ProfileCard/src/locale/zh-TW.po deleted file mode 100644 index a352a7abf59e..000000000000 --- a/packages/plugins/ProfileCard/src/locale/zh-TW.po +++ /dev/null @@ -1,49 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ProfileCard/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 980\n" - -#: src/SiteAdaptor/index.tsx -msgid "General user" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "NFT collection" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Stay on top of NFT trending information, hot projects, notable transactions, etc." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Token" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "View real-time crypto prices, market cap, trading volume, etc." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Web3 Profile Card" -msgstr "" diff --git a/packages/plugins/RSS3/package.json b/packages/plugins/RSS3/package.json index d87b49e2e1b0..80967c98b6cc 100644 --- a/packages/plugins/RSS3/package.json +++ b/packages/plugins/RSS3/package.json @@ -31,32 +31,5 @@ "date-fns": "^2.30.0", "linkify-react": "^4.1.1", "linkifyjs": "^4.1.1" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/RSS3/src/base.ts b/packages/plugins/RSS3/src/base.ts index 54edfc507dad..92a7b38b4ba7 100644 --- a/packages/plugins/RSS3/src/base.ts +++ b/packages/plugins/RSS3/src/base.ts @@ -1,6 +1,5 @@ import type { Plugin } from '@masknet/plugin-infra' import { EnhanceableSite } from '@masknet/shared-base' -import { languages } from './locale/languages.js' import { PLUGIN_NAME, PLUGIN_ID, PLUGIN_DESCRIPTION } from './constants.js' export const base: Plugin.Shared.Definition = { @@ -18,5 +17,4 @@ export const base: Plugin.Shared.Definition = { target: 'stable', }, experimentalMark: true, - i18n: languages, } diff --git a/packages/plugins/RSS3/src/locale/en-US.json b/packages/plugins/RSS3/src/locale/en-US.json deleted file mode 100644 index 829112f44acb..000000000000 --- a/packages/plugins/RSS3/src/locale/en-US.json +++ /dev/null @@ -1,602 +0,0 @@ -{ - "messages": { - "+fTqvl": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - "" - ], - "/jQctM": ["To"], - "0C9wtf": [ - [ - "2", - "select", - { - "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], - "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""] - } - ] - ], - "0m34CB": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [] }] - ], - "2EUnBM": [["0"], " Networks"], - "3SiDD1": [ - "<0>", - ["user"], - " burned <1>", - ["1", "select", { "nft": ["an NFT"], "name": [["0"]], "other": [] }], - "" - ], - "3ZgRKI": [ - [ - "type", - "select", - { - "post": ["<0>", ["user"], " publish a post on ", ["platform"]], - "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], - "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], - "share": ["<3>", ["user"], " shared a post on ", ["platform"]], - "other": [] - } - ] - ], - "5HVoyc": ["Transaction Details"], - "6mHGOS": ["<0>", ["user"], " burned <1>", ["1", "select", { "nft": ["an NFT"], "name": [["0"]] }], ""], - "7Bj3x9": ["Failed"], - "8IN0ph": ["No more data available."], - "8TMaZI": ["Timestamp"], - "8Ug9jB": ["Related"], - "BI6MFi": [ - "<0>", - ["user"], - " minted ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }], - "for <3>", - ["value"], - " ", - ["symbolName"], - "" - ], - "Be04y8": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - " on <5>", - ["3"], - "" - ], - "CJviCK": ["<0>", ["user"], " proposed"], - "CTSEx8": ["<0/> publish a post on ", ["0"]], - "E399AQ": [ - "<0>", - ["user"], - " bridged <1>", - ["amount"], - " ", - ["symbol"], - " from <2>", - ["source"], - " to <3>", - ["target"], - "" - ], - "EbVCxG": [ - "<0/>", - ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"], "other": [] }], - "<1/>" - ], - "EfAke+": ["<0>", ["user"], " voted for <1>", ["option"], " on <2>", ["platform"], ""], - "F3bW6y": ["Platform"], - "HNF104": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": ["for ", ["3"], " ", ["4"]], "free": [] }] - ], - "K7tIrx": ["Category"], - "Koz2Rg": [["0", "plural", { "one": ["Action"], "other": ["Actions"] }]], - "L5kJP9": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": ["for ", ["3"], " ", ["4"]], "free": [] }] - ], - "LKkOLF": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"] - } - ], - " <1>", - ["0"], - " ", - ["1"], - " " - ], - "NTnXx/": ["<0/> unapproved <1>", ["0"], ""], - "OAfk3i": ["Hash"], - "ONoxwH": [ - "<0>", - ["user"], - " registered ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "] }], - "for <3>", - ["costValue"], - " ", - ["costSymbol"], - "" - ], - "OR475H": ["Network"], - "PNZOzY": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - " on <5>", - ["3"], - "" - ], - "REeHKm": [ - "<0/> ", - ["txType", "select", { "trade": ["traded"], "mint": ["minted"], "other": ["traded"] }], - " <1>", - ["0"], - " ", - ["1"], - " for <2>", - ["2"], - " ", - ["3"], - "" - ], - "TIIaK1": [ - [ - "2", - "select", - { - "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], - "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""], - "other": [] - } - ] - ], - "TppkTk": [ - "<0>", - ["user"], - " carried out an activity to <1>", - ["target"], - " on <2>", - ["platform"], - "" - ], - "URdCZQ": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [] }] - ], - "URmyfc": ["Details"], - "UXBK7e": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "UvJiVZ": ["There's no feed associated with this address."], - "V6YDUB": ["<0>", ["user"], " donated <1>", ["costValue"], " ", ["costSymbol"], ""], - "Vh2I2e": [ - "<0>", - ["formattedUser"], - " ", - ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"] }], - " <1>", - ["other"], - " on <2>", - ["1"], - "" - ], - "WS7EYf": [ - [ - "0", - "select", - { - "Post": ["<0/><1>", ["handle"], " published a post on <2>", ["1"], ""], - "Comment": ["<3/><4>", ["handle"], " made a comment on <5>", ["2"], ""], - "Mirror": [ - "<6/><7>", - ["3"], - " mirrored a post post by<8/><9>", - ["handle"], - " on <10>", - ["4"], - "" - ], - "Quote": ["<11/><12>", ["handle"], " quoted a post post on <13>", ["5"], ""], - "other": ["<14/><15>", ["handle"], " post stuff on <16>", ["6"], ""] - } - ] - ], - "WdQnax": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"] - } - ], - " <1>", - ["0"], - " ", - ["1"], - "" - ], - "WqzYn1": [ - "<0>", - ["user"], - " donated <1>", - ["costValue"], - " ", - ["costSymbol"], - " to <2>", - ["project"], - "" - ], - "XQQx83": [ - "<0>", - ["user"], - " ", - [ - "0", - "select", - { - "supply": ["supplied"], - "add": ["added"], - "repay": ["repaid"], - "withdraw": ["withdrew"], - "collect": ["collected"], - "remove": ["removed"], - "borrow": ["borrowed"], - "other": [] - } - ], - " liquidity on <1>", - ["1"], - "" - ], - "YOnK5s": [ - "<0>", - ["user"], - " registered ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "], "other": [] }], - "for <3>", - ["costValue"], - " ", - ["costSymbol"], - "" - ], - "ZdnQsW": ["<0/> interacted with <1/>"], - "bKGn4N": [ - "<0/> minted", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }] - ], - "c+XaKf": [ - "<0>", - ["formattedUser"], - " ", - ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"], "other": [] }], - " <1>", - ["other"], - " on <2>", - ["1"], - "" - ], - "dCpOJ5": ["<0/> approved with <1/>"], - "ejVYRQ": ["From"], - "eoeq4k": ["<0>", ["user"], " made a comment on ", ["platform"]], - "f1TiS9": [ - [ - "type", - "select", - { - "post": ["<0>", ["user"], " publish a post on ", ["platform"]], - "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], - "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], - "share": ["<3>", ["user"], " shared a post on ", ["platform"]] - } - ] - ], - "f54thq": ["<0/> minted", ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }]], - "fLG7oy": [ - "<0>", - ["user"], - " ", - [ - "0", - "select", - { - "supply": ["supplied"], - "add": ["added"], - "repay": ["repaid"], - "withdraw": ["withdrew"], - "collect": ["collected"], - "remove": ["removed"], - "borrow": ["borrowed"] - } - ], - " liquidity on <1>", - ["1"], - "" - ], - "fYUNRJ": ["Direct"], - "gwuMzD": ["<0>", ["user"], " appointed a proxy on <1>", ["platform"], ""], - "hh6gKU": [ - [ - "0", - "select", - { - "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], - "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""] - } - ] - ], - "hpxXOD": [ - [ - "context", - "select", - { - "approve": [ - "<0>", - ["user"], - " approved <1>", - ["amount"], - " ", - ["symbol"], - " to <2>", - ["contract"], - "" - ], - "revoke": [ - "<3>", - ["user"], - " revoked the approval of <4>", - ["amount"], - " ", - ["symbol"], - " to <5>", - ["contract"], - "" - ], - "other": [] - } - ] - ], - "iq8d8s": [ - [ - "actionType", - "select", - { - "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], - "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], - "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""] - } - ] - ], - "jNiKlW": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - "" - ], - "kjBSDT": [ - "<0>", - ["user"], - " minted ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - "for <3>", - ["value"], - " ", - ["symbolName"], - "" - ], - "ldhzoI": [ - [ - "context", - "select", - { - "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], - "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], - "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], - "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], - "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], - "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""] - } - ] - ], - "mNUsxu": ["Tx Fee"], - "msszNj": ["<0/> approved <1>", ["0"], " ", ["1"], ""], - "nWDO1P": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"], - "other": [] - } - ], - " <1>", - ["0"], - " ", - ["1"], - " " - ], - "oJIW7I": [ - [ - "context", - "select", - { - "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], - "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], - "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], - "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], - "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], - "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""], - "other": [] - } - ] - ], - "of3mx/": [ - "<0>", - ["user"], - " swapped <1>", - ["from_value"], - " ", - ["from_symbol"], - " to <2>", - ["to_value"], - " ", - ["to_symbol"], - " on <3>", - ["platform"], - "" - ], - "olEUh2": ["Successful"], - "qyaPGX": ["There's no feed associated with this address.<0>", ["0"], ""], - "t6md+W": [ - [ - "0", - "select", - { - "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], - "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""], - "other": [] - } - ] - ], - "t91sWs": [ - [ - "actionType", - "select", - { - "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], - "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], - "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""], - "other": [] - } - ] - ], - "uAQUqI": ["Status"], - "wbDTs9": ["Request timed out"], - "x6rEou": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "xPHFvT": ["<0/>", ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"] }], "<1/>"], - "zZ5rE8": [ - [ - "context", - "select", - { - "approve": [ - "<0>", - ["user"], - " approved <1>", - ["amount"], - " ", - ["symbol"], - " to <2>", - ["contract"], - "" - ], - "revoke": [ - "<3>", - ["user"], - " revoked the approval of <4>", - ["amount"], - " ", - ["symbol"], - " to <5>", - ["contract"], - "" - ] - } - ] - ] - } -} diff --git a/packages/plugins/RSS3/src/locale/en-US.po b/packages/plugins/RSS3/src/locale/en-US.po deleted file mode 100644 index 4c9686dc6c14..000000000000 --- a/packages/plugins/RSS3/src/locale/en-US.po +++ /dev/null @@ -1,383 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. placeholder {0}: feed.actions.length -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "{0, plural, one {Action} other {Actions}}" -msgstr "" - -#. placeholder {0}: metadata?.action || '' -#: src/SiteAdaptor/components/FeedActions/ProfileAction.tsx -msgid "{0, select, create {<0>{user} created a profile on <1>{platform}} update {<2>{user} updated a profile on <3>{platform}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProfileAction.tsx -#~ msgid "{0, select, create {<0>{user} created a profile on <1>{platform}} update {<2>{user} updated a profile on <3>{platform}}}" -#~ msgstr "" - -#. placeholder {0}: post.type || '' -#. placeholder {1}: post.source -#. placeholder {2}: post.source -#. placeholder {3}: post.reporter?.handle -#. placeholder {4}: post.source -#. placeholder {5}: post.source -#. placeholder {6}: post.source -#: src/SiteAdaptor/SocialFeeds/FeedSummary.tsx -msgid "{0, select, Post {<0/><1>{handle} published a post on <2>{1}} Comment {<3/><4>{handle} made a comment on <5>{2}} Mirror {<6/><7>{3} mirrored a post post by<8/><9>{handle} on <10>{4}} Quote {<11/><12>{handle} quoted a post post on <13>{5}} other {<14/><15>{handle} post stuff on <16>{6}}}" -msgstr "" - -#: src/SiteAdaptor/FeedFilters.tsx -#~ msgid "{0} Networks" -#~ msgstr "" - -#. placeholder {0}: metadata?.collection ?? 'Unknown' -#. placeholder {1}: metadata?.collection ?? 'Unknown' -#. placeholder {2}: metadata?.action || '' -#: src/SiteAdaptor/components/FeedActions/CollectibleApprovalAction.tsx -msgid "{2, select, approve {<0>{user} approved {0} to <1>{contract}} revoke {<2>{user} approved {1} to <3>{contract}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleApprovalAction.tsx -#~ msgid "{2, select, approve {<0>{user} approved {0} to <1>{contract}} revoke {<2>{user} approved {1} to <3>{contract}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/StakingAction.tsx -msgid "{actionType, select, stake {<0>{user} staked <1>{symbol}} claim {<2>{user} claimed <3>{symbol}} unstake {<4>{user} un-staked <5>{symbol}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/StakingAction.tsx -#~ msgid "{actionType, select, stake {<0>{user} staked <1>{symbol}} claim {<2>{user} claimed <3>{symbol}} unstake {<4>{user} un-staked <5>{symbol}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenApprovalAction.tsx -msgid "{context, select, approve {<0>{user} approved <1>{amount} {symbol} to <2>{contract}} revoke {<3>{user} revoked the approval of <4>{amount} {symbol} to <5>{contract}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenApprovalAction.tsx -#~ msgid "{context, select, approve {<0>{user} approved <1>{amount} {symbol} to <2>{contract}} revoke {<3>{user} revoked the approval of <4>{amount} {symbol} to <5>{contract}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenOperationAction.tsx -msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenOperationAction.tsx -#~ msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/NoteAction.tsx -msgid "{type, select, post {<0>{user} publish a post on {platform}} mint {<1>{user} minted a post on {platform}} revise {<2>{user} revised a post on {platform}} share {<3>{user} shared a post on {platform}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/NoteAction.tsx -#~ msgid "{type, select, post {<0>{user} publish a post on {platform}} mint {<1>{user} minted a post on {platform}} revise {<2>{user} revised a post on {platform}} share {<3>{user} shared a post on {platform}}}" -#~ msgstr "" - -#. placeholder {0}: formatAmount(asset.amount) -#. placeholder {1}: asset.symbol || asset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn} other {}} <1>{0} {1} " -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -#~ msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn}} <1>{0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -#~ msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn}} <1>{0} {1} " -#~ msgstr "" - -#. placeholder {0}: formatAmount(inAsset.amount) -#. placeholder {1}: inAsset.symbol || inAsset.name -#. placeholder {2}: formatAmount(outAsset.amount) -#. placeholder {3}: outAsset.symbol || outAsset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> {txType, select, trade {traded} mint {minted} other {traded}} <1>{0} {1} for <2>{2} {3}" -msgstr "" - -#. placeholder {0}: formatAmount(asset.amount) -#. placeholder {1}: asset.symbol || asset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> approved <1>{0} {1}" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> approved with <1/>" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> interacted with <1/>" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0/> minted{0, select, name {<1>{1} } nft {<2>an NFT } other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0/> minted{0, select, name {<1>{1} } nft {<2>an NFT }}" -#~ msgstr "" - -#. placeholder {0}: action.platform -#: src/SiteAdaptor/components/FeedCard/CommentCard.tsx -msgid "<0/> publish a post on {0}" -msgstr "" - -#. placeholder {0}: asset.symbol || asset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> unapproved <1>{0}" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/>{txType, select, deploy {deployed} execute {executed} other {}}<1/>" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -#~ msgid "<0/>{txType, select, deploy {deployed} execute {executed}}<1/>" -#~ msgstr "" - -#. placeholder {0}: feed.type -#. placeholder {1}: feed.platform -#: src/SiteAdaptor/components/FeedActions/ProfileLinkAction.tsx -msgid "<0>{formattedUser} {0, select, follow {followed} unfollow {un-followed} other {}} <1>{other} on <2>{1}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProfileLinkAction.tsx -#~ msgid "<0>{formattedUser} {0, select, follow {followed} unfollow {un-followed}} <1>{other} on <2>{1}" -#~ msgstr "" - -#. placeholder {0}: metadata?.action || '' -#. placeholder {1}: feed.platform! -#: src/SiteAdaptor/components/FeedActions/LiquidityAction.tsx -msgid "<0>{user} {0, select, supply {supplied} add {added} repay {repaid} withdraw {withdrew} collect {collected} remove {removed} borrow {borrowed} other {}} liquidity on <1>{1}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/LiquidityAction.tsx -#~ msgid "<0>{user} {0, select, supply {supplied} add {added} repay {repaid} withdraw {withdrew} collect {collected} remove {removed} borrow {borrowed}} liquidity on <1>{1}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProfileProxy.tsx -msgid "<0>{user} appointed a proxy on <1>{platform}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenBridgeAction.tsx -msgid "<0>{user} bridged <1>{amount} {symbol} from <2>{source} to <3>{target}" -msgstr "" - -#. placeholder {0}: metadata?.name -#. placeholder {1}: verbose ? 'name' : 'nft' -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} burned <1>{1, select, nft {an NFT} name {{0}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} burned <1>{1, select, nft {an NFT} name {{0}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/UnknownAction.tsx -msgid "<0>{user} carried out an activity to <1>{target} on <2>{platform}" -msgstr "" - -#. placeholder {0}: verbose ? 'verbose' : 'simple' -#. placeholder {1}: metadata!.name -#. placeholder {2}: costMetadata ? 'cost' : 'free' -#. placeholder {3}: formatValue(costMetadata) -#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}from <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT }}from <3>{formattedAddress}{2, select, cost { for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT }}from <3>{formattedAddress}{2, select, cost {for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/DonationAction.tsx -msgid "<0>{user} donated <1>{costValue} {costSymbol}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/DonationAction.tsx -msgid "<0>{user} donated <1>{costValue} {costSymbol} to <2>{project}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CommentAction.tsx -#: src/SiteAdaptor/components/FeedCard/CommentCard.tsx -msgid "<0>{user} made a comment on {platform}" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} minted {0, select, name {<1>{1} } nft {<2>an NFT } other {}}for <3>{value} {symbolName}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} minted {0, select, name {<1>{1} } nft {<2>an NFT }}for <3>{value} {symbolName}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProposeAction.tsx -msgid "<0>{user} proposed" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: feed.actions[1].metadata!.name -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} registered {0, select, name {<1>{1} } nft {<2>an ENS } other {}}for <3>{costValue} {costSymbol}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} registered {0, select, name {<1>{1} } nft {<2>an ENS }}for <3>{costValue} {costSymbol}" -#~ msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#. placeholder {2}: formatValue(cost) -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName}" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#. placeholder {2}: formatValue(cost) -#. placeholder {3}: feed.platform -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName} on <5>{3}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT }} to <3>{recipient} for <4>{2} {symbolName}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT }} to <3>{recipient} for <4>{2} {symbolName} on <5>{3}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenSwapAction.tsx -msgid "<0>{user} swapped <1>{from_value} {from_symbol} to <2>{to_value} {to_symbol} on <3>{platform}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/VoteAction.tsx -msgid "<0>{user} voted for <1>{option} on <2>{platform}" -msgstr "" - -#. placeholder {0}: verbose ? 'verbose' : 'simple' -#. placeholder {1}: metadata!.name -#. placeholder {2}: costMetadata ? 'cost' : 'free' -#. placeholder {3}: formatValue(costMetadata) -#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}to <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT }}to <3>{formattedAddress}{2, select, cost { for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT }}to <3>{formattedAddress}{2, select, cost {for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "Category" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/DetailDialog.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/DetailDialog.tsx -#: src/SiteAdaptor/modals/SocialFeedDetailsModal/DetailDialog.tsx -msgid "Details" -msgstr "" - -#: src/SiteAdaptor/FeedFilters.tsx -#~ msgid "Direct" -#~ msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Failed" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "From" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Hash" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Network" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/index.tsx -#: src/SiteAdaptor/SocialFeeds/index.tsx -msgid "No more data available." -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "Platform" -msgstr "" - -#: src/SiteAdaptor/FeedFilters.tsx -#~ msgid "Related" -#~ msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/useFinanceFeeds.ts -#: src/SiteAdaptor/SocialFeeds/useSocialFeeds.ts -msgid "Request timed out" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Status" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Successful" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/index.tsx -#: src/SiteAdaptor/SocialFeeds/index.tsx -msgid "There's no feed associated with this address." -msgstr "" - -#: src/SiteAdaptor/FeedsPage.tsx -#~ msgid "There's no feed associated with this address.<0>{0}" -#~ msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Timestamp" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "To" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Transaction Details" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Tx Fee" -msgstr "" diff --git a/packages/plugins/RSS3/src/locale/ja-JP.json b/packages/plugins/RSS3/src/locale/ja-JP.json deleted file mode 100644 index 22650ebc60f2..000000000000 --- a/packages/plugins/RSS3/src/locale/ja-JP.json +++ /dev/null @@ -1,602 +0,0 @@ -{ - "messages": { - "+fTqvl": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - "" - ], - "/jQctM": ["To"], - "0C9wtf": [ - [ - "2", - "select", - { - "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], - "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""] - } - ] - ], - "0m34CB": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [] }] - ], - "2EUnBM": [["0"], " Networks"], - "3SiDD1": [ - "<0>", - ["user"], - " burned <1>", - ["1", "select", { "nft": ["an NFT"], "name": [["0"]], "other": [] }], - "" - ], - "3ZgRKI": [ - [ - "type", - "select", - { - "post": ["<0>", ["user"], " publish a post on ", ["platform"]], - "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], - "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], - "share": ["<3>", ["user"], " shared a post on ", ["platform"]], - "other": [] - } - ] - ], - "5HVoyc": ["Transaction Details"], - "6mHGOS": ["<0>", ["user"], " burned <1>", ["1", "select", { "nft": ["an NFT"], "name": [["0"]] }], ""], - "7Bj3x9": ["Failed"], - "8IN0ph": ["No more data available."], - "8TMaZI": ["Timestamp"], - "8Ug9jB": ["Related"], - "BI6MFi": [ - "<0>", - ["user"], - " minted ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }], - "for <3>", - ["value"], - " ", - ["symbolName"], - "" - ], - "Be04y8": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - " on <5>", - ["3"], - "" - ], - "CJviCK": ["<0>", ["user"], " proposed"], - "CTSEx8": ["<0/> publish a post on ", ["0"]], - "E399AQ": [ - "<0>", - ["user"], - " bridged <1>", - ["amount"], - " ", - ["symbol"], - " from <2>", - ["source"], - " to <3>", - ["target"], - "" - ], - "EbVCxG": [ - "<0/>", - ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"], "other": [] }], - "<1/>" - ], - "EfAke+": ["<0>", ["user"], " voted for <1>", ["option"], " on <2>", ["platform"], ""], - "F3bW6y": ["Platform"], - "HNF104": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": ["for ", ["3"], " ", ["4"]], "free": [] }] - ], - "K7tIrx": ["Category"], - "Koz2Rg": [["0", "plural", { "one": ["Action"], "other": ["Actions"] }]], - "L5kJP9": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": ["for ", ["3"], " ", ["4"]], "free": [] }] - ], - "LKkOLF": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"] - } - ], - " <1>", - ["0"], - " ", - ["1"], - " " - ], - "NTnXx/": ["<0/> unapproved <1>", ["0"], ""], - "OAfk3i": ["Hash"], - "ONoxwH": [ - "<0>", - ["user"], - " registered ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "] }], - "for <3>", - ["costValue"], - " ", - ["costSymbol"], - "" - ], - "OR475H": ["Network"], - "PNZOzY": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - " on <5>", - ["3"], - "" - ], - "REeHKm": [ - "<0/> ", - ["txType", "select", { "trade": ["traded"], "mint": ["minted"], "other": ["traded"] }], - " <1>", - ["0"], - " ", - ["1"], - " for <2>", - ["2"], - " ", - ["3"], - "" - ], - "TIIaK1": [ - [ - "2", - "select", - { - "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], - "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""], - "other": [] - } - ] - ], - "TppkTk": [ - "<0>", - ["user"], - " carried out an activity to <1>", - ["target"], - " on <2>", - ["platform"], - "" - ], - "URdCZQ": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [] }] - ], - "URmyfc": ["詳細"], - "UXBK7e": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "UvJiVZ": ["There's no feed associated with this address."], - "V6YDUB": ["<0>", ["user"], " donated <1>", ["costValue"], " ", ["costSymbol"], ""], - "Vh2I2e": [ - "<0>", - ["formattedUser"], - " ", - ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"] }], - " <1>", - ["other"], - " on <2>", - ["1"], - "" - ], - "WS7EYf": [ - [ - "0", - "select", - { - "Post": ["<0/><1>", ["handle"], " published a post on <2>", ["1"], ""], - "Comment": ["<3/><4>", ["handle"], " made a comment on <5>", ["2"], ""], - "Mirror": [ - "<6/><7>", - ["3"], - " mirrored a post post by<8/><9>", - ["handle"], - " on <10>", - ["4"], - "" - ], - "Quote": ["<11/><12>", ["handle"], " quoted a post post on <13>", ["5"], ""], - "other": ["<14/><15>", ["handle"], " post stuff on <16>", ["6"], ""] - } - ] - ], - "WdQnax": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"] - } - ], - " <1>", - ["0"], - " ", - ["1"], - "" - ], - "WqzYn1": [ - "<0>", - ["user"], - " donated <1>", - ["costValue"], - " ", - ["costSymbol"], - " to <2>", - ["project"], - "" - ], - "XQQx83": [ - "<0>", - ["user"], - " ", - [ - "0", - "select", - { - "supply": ["supplied"], - "add": ["added"], - "repay": ["repaid"], - "withdraw": ["withdrew"], - "collect": ["collected"], - "remove": ["removed"], - "borrow": ["borrowed"], - "other": [] - } - ], - " liquidity on <1>", - ["1"], - "" - ], - "YOnK5s": [ - "<0>", - ["user"], - " registered ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "], "other": [] }], - "for <3>", - ["costValue"], - " ", - ["costSymbol"], - "" - ], - "ZdnQsW": ["<0/> interacted with <1/>"], - "bKGn4N": [ - "<0/> minted", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }] - ], - "c+XaKf": [ - "<0>", - ["formattedUser"], - " ", - ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"], "other": [] }], - " <1>", - ["other"], - " on <2>", - ["1"], - "" - ], - "dCpOJ5": ["<0/> approved with <1/>"], - "ejVYRQ": ["From"], - "eoeq4k": ["<0>", ["user"], " made a comment on ", ["platform"]], - "f1TiS9": [ - [ - "type", - "select", - { - "post": ["<0>", ["user"], " publish a post on ", ["platform"]], - "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], - "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], - "share": ["<3>", ["user"], " shared a post on ", ["platform"]] - } - ] - ], - "f54thq": ["<0/> minted", ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }]], - "fLG7oy": [ - "<0>", - ["user"], - " ", - [ - "0", - "select", - { - "supply": ["supplied"], - "add": ["added"], - "repay": ["repaid"], - "withdraw": ["withdrew"], - "collect": ["collected"], - "remove": ["removed"], - "borrow": ["borrowed"] - } - ], - " liquidity on <1>", - ["1"], - "" - ], - "fYUNRJ": ["Direct"], - "gwuMzD": ["<0>", ["user"], " appointed a proxy on <1>", ["platform"], ""], - "hh6gKU": [ - [ - "0", - "select", - { - "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], - "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""] - } - ] - ], - "hpxXOD": [ - [ - "context", - "select", - { - "approve": [ - "<0>", - ["user"], - " approved <1>", - ["amount"], - " ", - ["symbol"], - " to <2>", - ["contract"], - "" - ], - "revoke": [ - "<3>", - ["user"], - " revoked the approval of <4>", - ["amount"], - " ", - ["symbol"], - " to <5>", - ["contract"], - "" - ], - "other": [] - } - ] - ], - "iq8d8s": [ - [ - "actionType", - "select", - { - "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], - "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], - "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""] - } - ] - ], - "jNiKlW": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - "" - ], - "kjBSDT": [ - "<0>", - ["user"], - " minted ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - "for <3>", - ["value"], - " ", - ["symbolName"], - "" - ], - "ldhzoI": [ - [ - "context", - "select", - { - "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], - "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], - "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], - "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], - "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], - "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""] - } - ] - ], - "mNUsxu": ["Tx Fee"], - "msszNj": ["<0/> approved <1>", ["0"], " ", ["1"], ""], - "nWDO1P": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"], - "other": [] - } - ], - " <1>", - ["0"], - " ", - ["1"], - " " - ], - "oJIW7I": [ - [ - "context", - "select", - { - "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], - "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], - "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], - "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], - "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], - "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""], - "other": [] - } - ] - ], - "of3mx/": [ - "<0>", - ["user"], - " swapped <1>", - ["from_value"], - " ", - ["from_symbol"], - " to <2>", - ["to_value"], - " ", - ["to_symbol"], - " on <3>", - ["platform"], - "" - ], - "olEUh2": ["Successful"], - "qyaPGX": ["There's no feed associated with this address.<0>", ["0"], ""], - "t6md+W": [ - [ - "0", - "select", - { - "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], - "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""], - "other": [] - } - ] - ], - "t91sWs": [ - [ - "actionType", - "select", - { - "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], - "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], - "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""], - "other": [] - } - ] - ], - "uAQUqI": ["Status"], - "wbDTs9": ["Request timed out"], - "x6rEou": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "xPHFvT": ["<0/>", ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"] }], "<1/>"], - "zZ5rE8": [ - [ - "context", - "select", - { - "approve": [ - "<0>", - ["user"], - " approved <1>", - ["amount"], - " ", - ["symbol"], - " to <2>", - ["contract"], - "" - ], - "revoke": [ - "<3>", - ["user"], - " revoked the approval of <4>", - ["amount"], - " ", - ["symbol"], - " to <5>", - ["contract"], - "" - ] - } - ] - ] - } -} diff --git a/packages/plugins/RSS3/src/locale/ja-JP.po b/packages/plugins/RSS3/src/locale/ja-JP.po deleted file mode 100644 index 4870b8931581..000000000000 --- a/packages/plugins/RSS3/src/locale/ja-JP.po +++ /dev/null @@ -1,388 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/RSS3/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 982\n" - -#. placeholder {0}: feed.actions.length -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "{0, plural, one {Action} other {Actions}}" -msgstr "" - -#. placeholder {0}: metadata?.action || '' -#: src/SiteAdaptor/components/FeedActions/ProfileAction.tsx -msgid "{0, select, create {<0>{user} created a profile on <1>{platform}} update {<2>{user} updated a profile on <3>{platform}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProfileAction.tsx -#~ msgid "{0, select, create {<0>{user} created a profile on <1>{platform}} update {<2>{user} updated a profile on <3>{platform}}}" -#~ msgstr "" - -#. placeholder {0}: post.type || '' -#. placeholder {1}: post.source -#. placeholder {2}: post.source -#. placeholder {3}: post.reporter?.handle -#. placeholder {4}: post.source -#. placeholder {5}: post.source -#. placeholder {6}: post.source -#: src/SiteAdaptor/SocialFeeds/FeedSummary.tsx -msgid "{0, select, Post {<0/><1>{handle} published a post on <2>{1}} Comment {<3/><4>{handle} made a comment on <5>{2}} Mirror {<6/><7>{3} mirrored a post post by<8/><9>{handle} on <10>{4}} Quote {<11/><12>{handle} quoted a post post on <13>{5}} other {<14/><15>{handle} post stuff on <16>{6}}}" -msgstr "" - -#: src/SiteAdaptor/FeedFilters.tsx -#~ msgid "{0} Networks" -#~ msgstr "" - -#. placeholder {0}: metadata?.collection ?? 'Unknown' -#. placeholder {1}: metadata?.collection ?? 'Unknown' -#. placeholder {2}: metadata?.action || '' -#: src/SiteAdaptor/components/FeedActions/CollectibleApprovalAction.tsx -msgid "{2, select, approve {<0>{user} approved {0} to <1>{contract}} revoke {<2>{user} approved {1} to <3>{contract}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleApprovalAction.tsx -#~ msgid "{2, select, approve {<0>{user} approved {0} to <1>{contract}} revoke {<2>{user} approved {1} to <3>{contract}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/StakingAction.tsx -msgid "{actionType, select, stake {<0>{user} staked <1>{symbol}} claim {<2>{user} claimed <3>{symbol}} unstake {<4>{user} un-staked <5>{symbol}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/StakingAction.tsx -#~ msgid "{actionType, select, stake {<0>{user} staked <1>{symbol}} claim {<2>{user} claimed <3>{symbol}} unstake {<4>{user} un-staked <5>{symbol}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenApprovalAction.tsx -msgid "{context, select, approve {<0>{user} approved <1>{amount} {symbol} to <2>{contract}} revoke {<3>{user} revoked the approval of <4>{amount} {symbol} to <5>{contract}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenApprovalAction.tsx -#~ msgid "{context, select, approve {<0>{user} approved <1>{amount} {symbol} to <2>{contract}} revoke {<3>{user} revoked the approval of <4>{amount} {symbol} to <5>{contract}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenOperationAction.tsx -msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenOperationAction.tsx -#~ msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/NoteAction.tsx -msgid "{type, select, post {<0>{user} publish a post on {platform}} mint {<1>{user} minted a post on {platform}} revise {<2>{user} revised a post on {platform}} share {<3>{user} shared a post on {platform}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/NoteAction.tsx -#~ msgid "{type, select, post {<0>{user} publish a post on {platform}} mint {<1>{user} minted a post on {platform}} revise {<2>{user} revised a post on {platform}} share {<3>{user} shared a post on {platform}}}" -#~ msgstr "" - -#. placeholder {0}: formatAmount(asset.amount) -#. placeholder {1}: asset.symbol || asset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn} other {}} <1>{0} {1} " -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -#~ msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn}} <1>{0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -#~ msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn}} <1>{0} {1} " -#~ msgstr "" - -#. placeholder {0}: formatAmount(inAsset.amount) -#. placeholder {1}: inAsset.symbol || inAsset.name -#. placeholder {2}: formatAmount(outAsset.amount) -#. placeholder {3}: outAsset.symbol || outAsset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> {txType, select, trade {traded} mint {minted} other {traded}} <1>{0} {1} for <2>{2} {3}" -msgstr "" - -#. placeholder {0}: formatAmount(asset.amount) -#. placeholder {1}: asset.symbol || asset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> approved <1>{0} {1}" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> approved with <1/>" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> interacted with <1/>" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0/> minted{0, select, name {<1>{1} } nft {<2>an NFT } other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0/> minted{0, select, name {<1>{1} } nft {<2>an NFT }}" -#~ msgstr "" - -#. placeholder {0}: action.platform -#: src/SiteAdaptor/components/FeedCard/CommentCard.tsx -msgid "<0/> publish a post on {0}" -msgstr "" - -#. placeholder {0}: asset.symbol || asset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> unapproved <1>{0}" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/>{txType, select, deploy {deployed} execute {executed} other {}}<1/>" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -#~ msgid "<0/>{txType, select, deploy {deployed} execute {executed}}<1/>" -#~ msgstr "" - -#. placeholder {0}: feed.type -#. placeholder {1}: feed.platform -#: src/SiteAdaptor/components/FeedActions/ProfileLinkAction.tsx -msgid "<0>{formattedUser} {0, select, follow {followed} unfollow {un-followed} other {}} <1>{other} on <2>{1}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProfileLinkAction.tsx -#~ msgid "<0>{formattedUser} {0, select, follow {followed} unfollow {un-followed}} <1>{other} on <2>{1}" -#~ msgstr "" - -#. placeholder {0}: metadata?.action || '' -#. placeholder {1}: feed.platform! -#: src/SiteAdaptor/components/FeedActions/LiquidityAction.tsx -msgid "<0>{user} {0, select, supply {supplied} add {added} repay {repaid} withdraw {withdrew} collect {collected} remove {removed} borrow {borrowed} other {}} liquidity on <1>{1}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/LiquidityAction.tsx -#~ msgid "<0>{user} {0, select, supply {supplied} add {added} repay {repaid} withdraw {withdrew} collect {collected} remove {removed} borrow {borrowed}} liquidity on <1>{1}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProfileProxy.tsx -msgid "<0>{user} appointed a proxy on <1>{platform}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenBridgeAction.tsx -msgid "<0>{user} bridged <1>{amount} {symbol} from <2>{source} to <3>{target}" -msgstr "" - -#. placeholder {0}: metadata?.name -#. placeholder {1}: verbose ? 'name' : 'nft' -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} burned <1>{1, select, nft {an NFT} name {{0}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} burned <1>{1, select, nft {an NFT} name {{0}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/UnknownAction.tsx -msgid "<0>{user} carried out an activity to <1>{target} on <2>{platform}" -msgstr "" - -#. placeholder {0}: verbose ? 'verbose' : 'simple' -#. placeholder {1}: metadata!.name -#. placeholder {2}: costMetadata ? 'cost' : 'free' -#. placeholder {3}: formatValue(costMetadata) -#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}from <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT }}from <3>{formattedAddress}{2, select, cost { for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT }}from <3>{formattedAddress}{2, select, cost {for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/DonationAction.tsx -msgid "<0>{user} donated <1>{costValue} {costSymbol}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/DonationAction.tsx -msgid "<0>{user} donated <1>{costValue} {costSymbol} to <2>{project}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CommentAction.tsx -#: src/SiteAdaptor/components/FeedCard/CommentCard.tsx -msgid "<0>{user} made a comment on {platform}" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} minted {0, select, name {<1>{1} } nft {<2>an NFT } other {}}for <3>{value} {symbolName}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} minted {0, select, name {<1>{1} } nft {<2>an NFT }}for <3>{value} {symbolName}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProposeAction.tsx -msgid "<0>{user} proposed" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: feed.actions[1].metadata!.name -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} registered {0, select, name {<1>{1} } nft {<2>an ENS } other {}}for <3>{costValue} {costSymbol}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} registered {0, select, name {<1>{1} } nft {<2>an ENS }}for <3>{costValue} {costSymbol}" -#~ msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#. placeholder {2}: formatValue(cost) -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName}" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#. placeholder {2}: formatValue(cost) -#. placeholder {3}: feed.platform -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName} on <5>{3}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT }} to <3>{recipient} for <4>{2} {symbolName}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT }} to <3>{recipient} for <4>{2} {symbolName} on <5>{3}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenSwapAction.tsx -msgid "<0>{user} swapped <1>{from_value} {from_symbol} to <2>{to_value} {to_symbol} on <3>{platform}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/VoteAction.tsx -msgid "<0>{user} voted for <1>{option} on <2>{platform}" -msgstr "" - -#. placeholder {0}: verbose ? 'verbose' : 'simple' -#. placeholder {1}: metadata!.name -#. placeholder {2}: costMetadata ? 'cost' : 'free' -#. placeholder {3}: formatValue(costMetadata) -#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}to <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT }}to <3>{formattedAddress}{2, select, cost { for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT }}to <3>{formattedAddress}{2, select, cost {for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "Category" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/DetailDialog.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/DetailDialog.tsx -#: src/SiteAdaptor/modals/SocialFeedDetailsModal/DetailDialog.tsx -msgid "Details" -msgstr "詳細" - -#: src/SiteAdaptor/FeedFilters.tsx -#~ msgid "Direct" -#~ msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Failed" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "From" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Hash" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Network" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/index.tsx -#: src/SiteAdaptor/SocialFeeds/index.tsx -msgid "No more data available." -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "Platform" -msgstr "" - -#: src/SiteAdaptor/FeedFilters.tsx -#~ msgid "Related" -#~ msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/useFinanceFeeds.ts -#: src/SiteAdaptor/SocialFeeds/useSocialFeeds.ts -msgid "Request timed out" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Status" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Successful" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/index.tsx -#: src/SiteAdaptor/SocialFeeds/index.tsx -msgid "There's no feed associated with this address." -msgstr "" - -#: src/SiteAdaptor/FeedsPage.tsx -#~ msgid "There's no feed associated with this address.<0>{0}" -#~ msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Timestamp" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "To" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Transaction Details" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Tx Fee" -msgstr "" diff --git a/packages/plugins/RSS3/src/locale/ko-KR.json b/packages/plugins/RSS3/src/locale/ko-KR.json deleted file mode 100644 index aff67a8b6e1b..000000000000 --- a/packages/plugins/RSS3/src/locale/ko-KR.json +++ /dev/null @@ -1,602 +0,0 @@ -{ - "messages": { - "+fTqvl": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - "" - ], - "/jQctM": ["To"], - "0C9wtf": [ - [ - "2", - "select", - { - "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], - "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""] - } - ] - ], - "0m34CB": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [] }] - ], - "2EUnBM": [["0"], " Networks"], - "3SiDD1": [ - "<0>", - ["user"], - " burned <1>", - ["1", "select", { "nft": ["an NFT"], "name": [["0"]], "other": [] }], - "" - ], - "3ZgRKI": [ - [ - "type", - "select", - { - "post": ["<0>", ["user"], " publish a post on ", ["platform"]], - "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], - "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], - "share": ["<3>", ["user"], " shared a post on ", ["platform"]], - "other": [] - } - ] - ], - "5HVoyc": ["Transaction Details"], - "6mHGOS": ["<0>", ["user"], " burned <1>", ["1", "select", { "nft": ["an NFT"], "name": [["0"]] }], ""], - "7Bj3x9": ["Failed"], - "8IN0ph": ["No more data available."], - "8TMaZI": ["Timestamp"], - "8Ug9jB": ["Related"], - "BI6MFi": [ - "<0>", - ["user"], - " minted ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }], - "for <3>", - ["value"], - " ", - ["symbolName"], - "" - ], - "Be04y8": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - " on <5>", - ["3"], - "" - ], - "CJviCK": ["<0>", ["user"], " proposed"], - "CTSEx8": ["<0/> publish a post on ", ["0"]], - "E399AQ": [ - "<0>", - ["user"], - " bridged <1>", - ["amount"], - " ", - ["symbol"], - " from <2>", - ["source"], - " to <3>", - ["target"], - "" - ], - "EbVCxG": [ - "<0/>", - ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"], "other": [] }], - "<1/>" - ], - "EfAke+": ["<0>", ["user"], " voted for <1>", ["option"], " on <2>", ["platform"], ""], - "F3bW6y": ["Platform"], - "HNF104": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": ["for ", ["3"], " ", ["4"]], "free": [] }] - ], - "K7tIrx": ["Category"], - "Koz2Rg": [["0", "plural", { "one": ["Action"], "other": ["Actions"] }]], - "L5kJP9": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": ["for ", ["3"], " ", ["4"]], "free": [] }] - ], - "LKkOLF": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"] - } - ], - " <1>", - ["0"], - " ", - ["1"], - " " - ], - "NTnXx/": ["<0/> unapproved <1>", ["0"], ""], - "OAfk3i": ["Hash"], - "ONoxwH": [ - "<0>", - ["user"], - " registered ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "] }], - "for <3>", - ["costValue"], - " ", - ["costSymbol"], - "" - ], - "OR475H": ["Network"], - "PNZOzY": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - " on <5>", - ["3"], - "" - ], - "REeHKm": [ - "<0/> ", - ["txType", "select", { "trade": ["traded"], "mint": ["minted"], "other": ["traded"] }], - " <1>", - ["0"], - " ", - ["1"], - " for <2>", - ["2"], - " ", - ["3"], - "" - ], - "TIIaK1": [ - [ - "2", - "select", - { - "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], - "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""], - "other": [] - } - ] - ], - "TppkTk": [ - "<0>", - ["user"], - " carried out an activity to <1>", - ["target"], - " on <2>", - ["platform"], - "" - ], - "URdCZQ": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [] }] - ], - "URmyfc": ["디테일"], - "UXBK7e": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "UvJiVZ": ["There's no feed associated with this address."], - "V6YDUB": ["<0>", ["user"], " donated <1>", ["costValue"], " ", ["costSymbol"], ""], - "Vh2I2e": [ - "<0>", - ["formattedUser"], - " ", - ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"] }], - " <1>", - ["other"], - " on <2>", - ["1"], - "" - ], - "WS7EYf": [ - [ - "0", - "select", - { - "Post": ["<0/><1>", ["handle"], " published a post on <2>", ["1"], ""], - "Comment": ["<3/><4>", ["handle"], " made a comment on <5>", ["2"], ""], - "Mirror": [ - "<6/><7>", - ["3"], - " mirrored a post post by<8/><9>", - ["handle"], - " on <10>", - ["4"], - "" - ], - "Quote": ["<11/><12>", ["handle"], " quoted a post post on <13>", ["5"], ""], - "other": ["<14/><15>", ["handle"], " post stuff on <16>", ["6"], ""] - } - ] - ], - "WdQnax": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"] - } - ], - " <1>", - ["0"], - " ", - ["1"], - "" - ], - "WqzYn1": [ - "<0>", - ["user"], - " donated <1>", - ["costValue"], - " ", - ["costSymbol"], - " to <2>", - ["project"], - "" - ], - "XQQx83": [ - "<0>", - ["user"], - " ", - [ - "0", - "select", - { - "supply": ["supplied"], - "add": ["added"], - "repay": ["repaid"], - "withdraw": ["withdrew"], - "collect": ["collected"], - "remove": ["removed"], - "borrow": ["borrowed"], - "other": [] - } - ], - " liquidity on <1>", - ["1"], - "" - ], - "YOnK5s": [ - "<0>", - ["user"], - " registered ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "], "other": [] }], - "for <3>", - ["costValue"], - " ", - ["costSymbol"], - "" - ], - "ZdnQsW": ["<0/> interacted with <1/>"], - "bKGn4N": [ - "<0/> minted", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }] - ], - "c+XaKf": [ - "<0>", - ["formattedUser"], - " ", - ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"], "other": [] }], - " <1>", - ["other"], - " on <2>", - ["1"], - "" - ], - "dCpOJ5": ["<0/> approved with <1/>"], - "ejVYRQ": ["From"], - "eoeq4k": ["<0>", ["user"], " made a comment on ", ["platform"]], - "f1TiS9": [ - [ - "type", - "select", - { - "post": ["<0>", ["user"], " publish a post on ", ["platform"]], - "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], - "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], - "share": ["<3>", ["user"], " shared a post on ", ["platform"]] - } - ] - ], - "f54thq": ["<0/> minted", ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }]], - "fLG7oy": [ - "<0>", - ["user"], - " ", - [ - "0", - "select", - { - "supply": ["supplied"], - "add": ["added"], - "repay": ["repaid"], - "withdraw": ["withdrew"], - "collect": ["collected"], - "remove": ["removed"], - "borrow": ["borrowed"] - } - ], - " liquidity on <1>", - ["1"], - "" - ], - "fYUNRJ": ["Direct"], - "gwuMzD": ["<0>", ["user"], " appointed a proxy on <1>", ["platform"], ""], - "hh6gKU": [ - [ - "0", - "select", - { - "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], - "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""] - } - ] - ], - "hpxXOD": [ - [ - "context", - "select", - { - "approve": [ - "<0>", - ["user"], - " approved <1>", - ["amount"], - " ", - ["symbol"], - " to <2>", - ["contract"], - "" - ], - "revoke": [ - "<3>", - ["user"], - " revoked the approval of <4>", - ["amount"], - " ", - ["symbol"], - " to <5>", - ["contract"], - "" - ], - "other": [] - } - ] - ], - "iq8d8s": [ - [ - "actionType", - "select", - { - "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], - "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], - "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""] - } - ] - ], - "jNiKlW": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - "" - ], - "kjBSDT": [ - "<0>", - ["user"], - " minted ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - "for <3>", - ["value"], - " ", - ["symbolName"], - "" - ], - "ldhzoI": [ - [ - "context", - "select", - { - "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], - "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], - "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], - "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], - "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], - "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""] - } - ] - ], - "mNUsxu": ["Tx Fee"], - "msszNj": ["<0/> approved <1>", ["0"], " ", ["1"], ""], - "nWDO1P": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"], - "other": [] - } - ], - " <1>", - ["0"], - " ", - ["1"], - " " - ], - "oJIW7I": [ - [ - "context", - "select", - { - "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], - "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], - "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], - "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], - "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], - "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""], - "other": [] - } - ] - ], - "of3mx/": [ - "<0>", - ["user"], - " swapped <1>", - ["from_value"], - " ", - ["from_symbol"], - " to <2>", - ["to_value"], - " ", - ["to_symbol"], - " on <3>", - ["platform"], - "" - ], - "olEUh2": ["Successful"], - "qyaPGX": ["There's no feed associated with this address.<0>", ["0"], ""], - "t6md+W": [ - [ - "0", - "select", - { - "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], - "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""], - "other": [] - } - ] - ], - "t91sWs": [ - [ - "actionType", - "select", - { - "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], - "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], - "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""], - "other": [] - } - ] - ], - "uAQUqI": ["Status"], - "wbDTs9": ["Request timed out"], - "x6rEou": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "xPHFvT": ["<0/>", ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"] }], "<1/>"], - "zZ5rE8": [ - [ - "context", - "select", - { - "approve": [ - "<0>", - ["user"], - " approved <1>", - ["amount"], - " ", - ["symbol"], - " to <2>", - ["contract"], - "" - ], - "revoke": [ - "<3>", - ["user"], - " revoked the approval of <4>", - ["amount"], - " ", - ["symbol"], - " to <5>", - ["contract"], - "" - ] - } - ] - ] - } -} diff --git a/packages/plugins/RSS3/src/locale/ko-KR.po b/packages/plugins/RSS3/src/locale/ko-KR.po deleted file mode 100644 index 71005ac00259..000000000000 --- a/packages/plugins/RSS3/src/locale/ko-KR.po +++ /dev/null @@ -1,388 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/RSS3/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 982\n" - -#. placeholder {0}: feed.actions.length -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "{0, plural, one {Action} other {Actions}}" -msgstr "" - -#. placeholder {0}: metadata?.action || '' -#: src/SiteAdaptor/components/FeedActions/ProfileAction.tsx -msgid "{0, select, create {<0>{user} created a profile on <1>{platform}} update {<2>{user} updated a profile on <3>{platform}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProfileAction.tsx -#~ msgid "{0, select, create {<0>{user} created a profile on <1>{platform}} update {<2>{user} updated a profile on <3>{platform}}}" -#~ msgstr "" - -#. placeholder {0}: post.type || '' -#. placeholder {1}: post.source -#. placeholder {2}: post.source -#. placeholder {3}: post.reporter?.handle -#. placeholder {4}: post.source -#. placeholder {5}: post.source -#. placeholder {6}: post.source -#: src/SiteAdaptor/SocialFeeds/FeedSummary.tsx -msgid "{0, select, Post {<0/><1>{handle} published a post on <2>{1}} Comment {<3/><4>{handle} made a comment on <5>{2}} Mirror {<6/><7>{3} mirrored a post post by<8/><9>{handle} on <10>{4}} Quote {<11/><12>{handle} quoted a post post on <13>{5}} other {<14/><15>{handle} post stuff on <16>{6}}}" -msgstr "" - -#: src/SiteAdaptor/FeedFilters.tsx -#~ msgid "{0} Networks" -#~ msgstr "" - -#. placeholder {0}: metadata?.collection ?? 'Unknown' -#. placeholder {1}: metadata?.collection ?? 'Unknown' -#. placeholder {2}: metadata?.action || '' -#: src/SiteAdaptor/components/FeedActions/CollectibleApprovalAction.tsx -msgid "{2, select, approve {<0>{user} approved {0} to <1>{contract}} revoke {<2>{user} approved {1} to <3>{contract}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleApprovalAction.tsx -#~ msgid "{2, select, approve {<0>{user} approved {0} to <1>{contract}} revoke {<2>{user} approved {1} to <3>{contract}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/StakingAction.tsx -msgid "{actionType, select, stake {<0>{user} staked <1>{symbol}} claim {<2>{user} claimed <3>{symbol}} unstake {<4>{user} un-staked <5>{symbol}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/StakingAction.tsx -#~ msgid "{actionType, select, stake {<0>{user} staked <1>{symbol}} claim {<2>{user} claimed <3>{symbol}} unstake {<4>{user} un-staked <5>{symbol}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenApprovalAction.tsx -msgid "{context, select, approve {<0>{user} approved <1>{amount} {symbol} to <2>{contract}} revoke {<3>{user} revoked the approval of <4>{amount} {symbol} to <5>{contract}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenApprovalAction.tsx -#~ msgid "{context, select, approve {<0>{user} approved <1>{amount} {symbol} to <2>{contract}} revoke {<3>{user} revoked the approval of <4>{amount} {symbol} to <5>{contract}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenOperationAction.tsx -msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenOperationAction.tsx -#~ msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/NoteAction.tsx -msgid "{type, select, post {<0>{user} publish a post on {platform}} mint {<1>{user} minted a post on {platform}} revise {<2>{user} revised a post on {platform}} share {<3>{user} shared a post on {platform}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/NoteAction.tsx -#~ msgid "{type, select, post {<0>{user} publish a post on {platform}} mint {<1>{user} minted a post on {platform}} revise {<2>{user} revised a post on {platform}} share {<3>{user} shared a post on {platform}}}" -#~ msgstr "" - -#. placeholder {0}: formatAmount(asset.amount) -#. placeholder {1}: asset.symbol || asset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn} other {}} <1>{0} {1} " -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -#~ msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn}} <1>{0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -#~ msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn}} <1>{0} {1} " -#~ msgstr "" - -#. placeholder {0}: formatAmount(inAsset.amount) -#. placeholder {1}: inAsset.symbol || inAsset.name -#. placeholder {2}: formatAmount(outAsset.amount) -#. placeholder {3}: outAsset.symbol || outAsset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> {txType, select, trade {traded} mint {minted} other {traded}} <1>{0} {1} for <2>{2} {3}" -msgstr "" - -#. placeholder {0}: formatAmount(asset.amount) -#. placeholder {1}: asset.symbol || asset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> approved <1>{0} {1}" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> approved with <1/>" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> interacted with <1/>" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0/> minted{0, select, name {<1>{1} } nft {<2>an NFT } other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0/> minted{0, select, name {<1>{1} } nft {<2>an NFT }}" -#~ msgstr "" - -#. placeholder {0}: action.platform -#: src/SiteAdaptor/components/FeedCard/CommentCard.tsx -msgid "<0/> publish a post on {0}" -msgstr "" - -#. placeholder {0}: asset.symbol || asset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> unapproved <1>{0}" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/>{txType, select, deploy {deployed} execute {executed} other {}}<1/>" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -#~ msgid "<0/>{txType, select, deploy {deployed} execute {executed}}<1/>" -#~ msgstr "" - -#. placeholder {0}: feed.type -#. placeholder {1}: feed.platform -#: src/SiteAdaptor/components/FeedActions/ProfileLinkAction.tsx -msgid "<0>{formattedUser} {0, select, follow {followed} unfollow {un-followed} other {}} <1>{other} on <2>{1}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProfileLinkAction.tsx -#~ msgid "<0>{formattedUser} {0, select, follow {followed} unfollow {un-followed}} <1>{other} on <2>{1}" -#~ msgstr "" - -#. placeholder {0}: metadata?.action || '' -#. placeholder {1}: feed.platform! -#: src/SiteAdaptor/components/FeedActions/LiquidityAction.tsx -msgid "<0>{user} {0, select, supply {supplied} add {added} repay {repaid} withdraw {withdrew} collect {collected} remove {removed} borrow {borrowed} other {}} liquidity on <1>{1}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/LiquidityAction.tsx -#~ msgid "<0>{user} {0, select, supply {supplied} add {added} repay {repaid} withdraw {withdrew} collect {collected} remove {removed} borrow {borrowed}} liquidity on <1>{1}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProfileProxy.tsx -msgid "<0>{user} appointed a proxy on <1>{platform}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenBridgeAction.tsx -msgid "<0>{user} bridged <1>{amount} {symbol} from <2>{source} to <3>{target}" -msgstr "" - -#. placeholder {0}: metadata?.name -#. placeholder {1}: verbose ? 'name' : 'nft' -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} burned <1>{1, select, nft {an NFT} name {{0}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} burned <1>{1, select, nft {an NFT} name {{0}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/UnknownAction.tsx -msgid "<0>{user} carried out an activity to <1>{target} on <2>{platform}" -msgstr "" - -#. placeholder {0}: verbose ? 'verbose' : 'simple' -#. placeholder {1}: metadata!.name -#. placeholder {2}: costMetadata ? 'cost' : 'free' -#. placeholder {3}: formatValue(costMetadata) -#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}from <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT }}from <3>{formattedAddress}{2, select, cost { for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT }}from <3>{formattedAddress}{2, select, cost {for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/DonationAction.tsx -msgid "<0>{user} donated <1>{costValue} {costSymbol}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/DonationAction.tsx -msgid "<0>{user} donated <1>{costValue} {costSymbol} to <2>{project}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CommentAction.tsx -#: src/SiteAdaptor/components/FeedCard/CommentCard.tsx -msgid "<0>{user} made a comment on {platform}" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} minted {0, select, name {<1>{1} } nft {<2>an NFT } other {}}for <3>{value} {symbolName}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} minted {0, select, name {<1>{1} } nft {<2>an NFT }}for <3>{value} {symbolName}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProposeAction.tsx -msgid "<0>{user} proposed" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: feed.actions[1].metadata!.name -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} registered {0, select, name {<1>{1} } nft {<2>an ENS } other {}}for <3>{costValue} {costSymbol}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} registered {0, select, name {<1>{1} } nft {<2>an ENS }}for <3>{costValue} {costSymbol}" -#~ msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#. placeholder {2}: formatValue(cost) -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName}" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#. placeholder {2}: formatValue(cost) -#. placeholder {3}: feed.platform -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName} on <5>{3}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT }} to <3>{recipient} for <4>{2} {symbolName}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT }} to <3>{recipient} for <4>{2} {symbolName} on <5>{3}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenSwapAction.tsx -msgid "<0>{user} swapped <1>{from_value} {from_symbol} to <2>{to_value} {to_symbol} on <3>{platform}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/VoteAction.tsx -msgid "<0>{user} voted for <1>{option} on <2>{platform}" -msgstr "" - -#. placeholder {0}: verbose ? 'verbose' : 'simple' -#. placeholder {1}: metadata!.name -#. placeholder {2}: costMetadata ? 'cost' : 'free' -#. placeholder {3}: formatValue(costMetadata) -#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}to <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT }}to <3>{formattedAddress}{2, select, cost { for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT }}to <3>{formattedAddress}{2, select, cost {for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "Category" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/DetailDialog.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/DetailDialog.tsx -#: src/SiteAdaptor/modals/SocialFeedDetailsModal/DetailDialog.tsx -msgid "Details" -msgstr "디테일" - -#: src/SiteAdaptor/FeedFilters.tsx -#~ msgid "Direct" -#~ msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Failed" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "From" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Hash" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Network" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/index.tsx -#: src/SiteAdaptor/SocialFeeds/index.tsx -msgid "No more data available." -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "Platform" -msgstr "" - -#: src/SiteAdaptor/FeedFilters.tsx -#~ msgid "Related" -#~ msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/useFinanceFeeds.ts -#: src/SiteAdaptor/SocialFeeds/useSocialFeeds.ts -msgid "Request timed out" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Status" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Successful" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/index.tsx -#: src/SiteAdaptor/SocialFeeds/index.tsx -msgid "There's no feed associated with this address." -msgstr "" - -#: src/SiteAdaptor/FeedsPage.tsx -#~ msgid "There's no feed associated with this address.<0>{0}" -#~ msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Timestamp" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "To" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Transaction Details" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Tx Fee" -msgstr "" diff --git a/packages/plugins/RSS3/src/locale/languages.ts b/packages/plugins/RSS3/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/RSS3/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/RSS3/src/locale/qya-AA.po b/packages/plugins/RSS3/src/locale/qya-AA.po deleted file mode 100644 index 03a6641d5dbb..000000000000 --- a/packages/plugins/RSS3/src/locale/qya-AA.po +++ /dev/null @@ -1,255 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/RSS3/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 982\n" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "{0, plural, one {Action} other {Actions}}" -msgstr "crwdns31680:00={0}crwdne31680:0" - -#: src/SiteAdaptor/components/FeedActions/ProfileAction.tsx -msgid "{0, select, create {<0>{user} created a profile on <1>{platform}} update {<2>{user} updated a profile on <3>{platform}}}" -msgstr "crwdns32842:00={0}crwdnd32842:0user={user}crwdnd32842:0platform={platform}crwdnd32842:0user={user}crwdnd32842:0platform={platform}crwdne32842:0" - -#: src/SiteAdaptor/SocialFeeds/FeedSummary.tsx -msgid "{0, select, Post {<0/><1>{handle} published a post on <2>{1}} Comment {<3/><4>{handle} made a comment on <5>{2}} Mirror {<6/><7>{3} mirrored a post post by<8/><9>{handle} on <10>{4}} Quote {<11/><12>{handle} quoted a post post on <13>{5}} other {<14/><15>{handle} post stuff on <16>{6}}}" -msgstr "crwdns35418:00={0}crwdnd35418:0handle={handle}crwdnd35418:01={1}crwdnd35418:0handle={handle}crwdnd35418:02={2}crwdnd35418:03={3}crwdnd35418:0handle={handle}crwdnd35418:04={4}crwdnd35418:0handle={handle}crwdnd35418:05={5}crwdnd35418:0handle={handle}crwdnd35418:06={6}crwdne35418:0" - -#: src/SiteAdaptor/FeedFilters.tsx -msgid "{0} Networks" -msgstr "crwdns28894:0{0}crwdne28894:0" - -#: src/SiteAdaptor/components/FeedActions/CollectibleApprovalAction.tsx -msgid "{2, select, approve {<0>{user} approved {0} to <1>{contract}} revoke {<2>{user} approved {1} to <3>{contract}}}" -msgstr "crwdns32844:02={2}crwdnd32844:0user={user}crwdnd32844:00={0}crwdnd32844:0contract={contract}crwdnd32844:0user={user}crwdnd32844:01={1}crwdnd32844:0contract={contract}crwdne32844:0" - -#: src/SiteAdaptor/components/FeedActions/StakingAction.tsx -msgid "{actionType, select, stake {<0>{user} staked <1>{symbol}} claim {<2>{user} claimed <3>{symbol}} unstake {<4>{user} un-staked <5>{symbol}}}" -msgstr "crwdns32846:0actionType={actionType}crwdnd32846:0user={user}crwdnd32846:0symbol={symbol}crwdnd32846:0user={user}crwdnd32846:0symbol={symbol}crwdnd32846:0user={user}crwdnd32846:0symbol={symbol}crwdne32846:0" - -#: src/SiteAdaptor/components/FeedActions/TokenApprovalAction.tsx -msgid "{context, select, approve {<0>{user} approved <1>{amount} {symbol} to <2>{contract}} revoke {<3>{user} revoked the approval of <4>{amount} {symbol} to <5>{contract}}}" -msgstr "crwdns32848:0context={context}crwdnd32848:0user={user}crwdnd32848:0amount={amount}crwdnd32848:0symbol={symbol}crwdnd32848:0contract={contract}crwdnd32848:0user={user}crwdnd32848:0amount={amount}crwdnd32848:0symbol={symbol}crwdnd32848:0contract={contract}crwdne32848:0" - -#: src/SiteAdaptor/components/FeedActions/TokenOperationAction.tsx -msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}}}" -msgstr "crwdns32850:0context={context}crwdnd32850:0to={to}crwdnd32850:0value={value}crwdnd32850:0symbol={symbol}crwdnd32850:0from={from}crwdnd32850:0asset={asset}crwdnd32850:0to={to}crwdnd32850:0to={to}crwdnd32850:0from={from}crwdnd32850:0from={from}crwdnd32850:0value={value}crwdnd32850:0symbol={symbol}crwdnd32850:0from={from}crwdnd32850:0exchange={exchange}crwdnd32850:0from={from}crwdnd32850:0exchange={exchange}crwdne32850:0" - -#: src/SiteAdaptor/components/FeedActions/NoteAction.tsx -msgid "{type, select, post {<0>{user} publish a post on {platform}} mint {<1>{user} minted a post on {platform}} revise {<2>{user} revised a post on {platform}} share {<3>{user} shared a post on {platform}}}" -msgstr "crwdns32852:0type={type}crwdnd32852:0user={user}crwdnd32852:0platform={platform}crwdnd32852:0user={user}crwdnd32852:0platform={platform}crwdnd32852:0user={user}crwdnd32852:0platform={platform}crwdnd32852:0user={user}crwdnd32852:0platform={platform}crwdne32852:0" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn}} <1>{0} {1}" -msgstr "crwdns35420:0txType={txType}crwdnd35420:00={0}crwdnd35420:01={1}crwdne35420:0" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> {txType, select, trade {traded} mint {minted} other {traded}} <1>{0} {1} for <2>{2} {3}" -msgstr "crwdns35422:0txType={txType}crwdnd35422:00={0}crwdnd35422:01={1}crwdnd35422:02={2}crwdnd35422:03={3}crwdne35422:0" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> approved <1>{0} {1}" -msgstr "crwdns35424:0{0}crwdnd35424:0{1}crwdne35424:0" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> approved with <1/>" -msgstr "crwdns35426:0crwdne35426:0" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> interacted with <1/>" -msgstr "crwdns35428:0crwdne35428:0" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0/> minted{0, select, name {<1>{1} } nft {<2>an NFT }}" -msgstr "crwdns32262:00={0}crwdnd32262:01={1}crwdne32262:0" - -#: src/SiteAdaptor/components/FeedCard/CommentCard.tsx -msgid "<0/> publish a post on {0}" -msgstr "crwdns31684:0{0}crwdne31684:0" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> unapproved <1>{0}" -msgstr "crwdns35430:0{0}crwdne35430:0" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/>{txType, select, deploy {deployed} execute {executed}}<1/>" -msgstr "crwdns35432:0txType={txType}crwdne35432:0" - -#: src/SiteAdaptor/components/FeedActions/ProfileLinkAction.tsx -msgid "<0>{formattedUser} {0, select, follow {followed} unfollow {un-followed}} <1>{other} on <2>{1}" -msgstr "crwdns32854:0formattedUser={formattedUser}crwdnd32854:00={0}crwdnd32854:0other={other}crwdnd32854:01={1}crwdne32854:0" - -#: src/SiteAdaptor/components/FeedActions/LiquidityAction.tsx -msgid "<0>{user} {0, select, supply {supplied} add {added} repay {repaid} withdraw {withdrew} collect {collected} remove {removed} borrow {borrowed}} liquidity on <1>{1}" -msgstr "crwdns32856:0user={user}crwdnd32856:00={0}crwdnd32856:01={1}crwdne32856:0" - -#: src/SiteAdaptor/components/FeedActions/ProfileProxy.tsx -msgid "<0>{user} appointed a proxy on <1>{platform}" -msgstr "crwdns32858:0{user}crwdnd32858:0{platform}crwdne32858:0" - -#: src/SiteAdaptor/components/FeedActions/TokenBridgeAction.tsx -msgid "<0>{user} bridged <1>{amount} {symbol} from <2>{source} to <3>{target}" -msgstr "crwdns32860:0{user}crwdnd32860:0{amount}crwdnd32860:0{symbol}crwdnd32860:0{source}crwdnd32860:0{target}crwdne32860:0" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} burned <1>{1, select, nft {an NFT} name {{0}}}" -msgstr "crwdns32862:0user={user}crwdnd32862:01={1}crwdnd32862:00={0}crwdne32862:0" - -#: src/SiteAdaptor/components/FeedActions/UnknownAction.tsx -msgid "<0>{user} carried out an activity to <1>{target} on <2>{platform}" -msgstr "crwdns32864:0{user}crwdnd32864:0{target}crwdnd32864:0{platform}crwdne32864:0" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT }}from <3>{formattedAddress}{2, select, cost {for {3} {4}} free {}}" -msgstr "crwdns32264:0user={user}crwdnd32264:00={0}crwdnd32264:01={1}crwdnd32264:0formattedAddress={formattedAddress}crwdnd32264:02={2}crwdnd32264:03={3}crwdnd32264:04={4}crwdne32264:0" - -#: src/SiteAdaptor/components/FeedActions/DonationAction.tsx -msgid "<0>{user} donated <1>{costValue} {costSymbol}" -msgstr "crwdns32866:0{user}crwdnd32866:0{costValue}crwdnd32866:0{costSymbol}crwdne32866:0" - -#: src/SiteAdaptor/components/FeedActions/DonationAction.tsx -msgid "<0>{user} donated <1>{costValue} {costSymbol} to <2>{project}" -msgstr "crwdns32868:0{user}crwdnd32868:0{costValue}crwdnd32868:0{costSymbol}crwdnd32868:0{project}crwdne32868:0" - -#: src/SiteAdaptor/components/FeedActions/CommentAction.tsx -#: src/SiteAdaptor/components/FeedCard/CommentCard.tsx -msgid "<0>{user} made a comment on {platform}" -msgstr "crwdns32870:0{user}crwdnd32870:0{platform}crwdne32870:0" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} minted {0, select, name {<1>{1} } nft {<2>an NFT }}for <3>{value} {symbolName}" -msgstr "crwdns32266:0user={user}crwdnd32266:00={0}crwdnd32266:01={1}crwdnd32266:0value={value}crwdnd32266:0symbolName={symbolName}crwdne32266:0" - -#: src/SiteAdaptor/components/FeedActions/ProposeAction.tsx -msgid "<0>{user} proposed" -msgstr "crwdns32872:0{user}crwdne32872:0" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} registered {0, select, name {<1>{1} } nft {<2>an ENS }}for <3>{costValue} {costSymbol}" -msgstr "crwdns32268:0user={user}crwdnd32268:00={0}crwdnd32268:01={1}crwdnd32268:0costValue={costValue}crwdnd32268:0costSymbol={costSymbol}crwdne32268:0" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT }} to <3>{recipient} for <4>{2} {symbolName}" -msgstr "crwdns32270:0user={user}crwdnd32270:00={0}crwdnd32270:01={1}crwdnd32270:0recipient={recipient}crwdnd32270:02={2}crwdnd32270:0symbolName={symbolName}crwdne32270:0" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT }} to <3>{recipient} for <4>{2} {symbolName} on <5>{3}" -msgstr "crwdns32272:0user={user}crwdnd32272:00={0}crwdnd32272:01={1}crwdnd32272:0recipient={recipient}crwdnd32272:02={2}crwdnd32272:0symbolName={symbolName}crwdnd32272:03={3}crwdne32272:0" - -#: src/SiteAdaptor/components/FeedActions/TokenSwapAction.tsx -msgid "<0>{user} swapped <1>{from_value} {from_symbol} to <2>{to_value} {to_symbol} on <3>{platform}" -msgstr "crwdns32874:0{user}crwdnd32874:0{from_value}crwdnd32874:0{from_symbol}crwdnd32874:0{to_value}crwdnd32874:0{to_symbol}crwdnd32874:0{platform}crwdne32874:0" - -#: src/SiteAdaptor/components/FeedActions/VoteAction.tsx -msgid "<0>{user} voted for <1>{option} on <2>{platform}" -msgstr "crwdns32876:0{user}crwdnd32876:0{option}crwdnd32876:0{platform}crwdne32876:0" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT }}to <3>{formattedAddress}{2, select, cost {for {3} {4}} free {}}" -msgstr "crwdns32274:0user={user}crwdnd32274:00={0}crwdnd32274:01={1}crwdnd32274:0formattedAddress={formattedAddress}crwdnd32274:02={2}crwdnd32274:03={3}crwdnd32274:04={4}crwdne32274:0" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "Category" -msgstr "crwdns28896:0crwdne28896:0" - -#: src/SiteAdaptor/modals/DetailsModal/DetailDialog.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/DetailDialog.tsx -#: src/SiteAdaptor/modals/SocialFeedDetailsModal/DetailDialog.tsx -msgid "Details" -msgstr "crwdns28898:0crwdne28898:0" - -#: src/SiteAdaptor/FeedFilters.tsx -msgid "Direct" -msgstr "crwdns28900:0crwdne28900:0" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Failed" -msgstr "crwdns28902:0crwdne28902:0" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "From" -msgstr "crwdns28904:0crwdne28904:0" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Hash" -msgstr "crwdns28906:0crwdne28906:0" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Network" -msgstr "crwdns28908:0crwdne28908:0" - -#: src/SiteAdaptor/FeedsPage.tsx -#: src/SiteAdaptor/FinanceFeeds/index.tsx -#: src/SiteAdaptor/SocialFeeds/index.tsx -msgid "No more data available." -msgstr "crwdns28910:0crwdne28910:0" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "Platform" -msgstr "crwdns28912:0crwdne28912:0" - -#: src/SiteAdaptor/FeedFilters.tsx -msgid "Related" -msgstr "crwdns28914:0crwdne28914:0" - -#: src/SiteAdaptor/FinanceFeeds/useFinanceFeeds.ts -#: src/SiteAdaptor/SocialFeeds/useSocialFeeds.ts -msgid "Request timed out" -msgstr "crwdns35850:0crwdne35850:0" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Status" -msgstr "crwdns28916:0crwdne28916:0" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Successful" -msgstr "crwdns28918:0crwdne28918:0" - -#: src/SiteAdaptor/FinanceFeeds/index.tsx -#: src/SiteAdaptor/SocialFeeds/index.tsx -msgid "There's no feed associated with this address." -msgstr "crwdns35434:0crwdne35434:0" - -#: src/SiteAdaptor/FeedsPage.tsx -msgid "There's no feed associated with this address.<0>{0}" -msgstr "crwdns32926:0{0}crwdne32926:0" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Timestamp" -msgstr "crwdns28920:0crwdne28920:0" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "To" -msgstr "crwdns28922:0crwdne28922:0" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Transaction Details" -msgstr "crwdns28924:0crwdne28924:0" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Tx Fee" -msgstr "crwdns28926:0crwdne28926:0" - diff --git a/packages/plugins/RSS3/src/locale/zh-CN.json b/packages/plugins/RSS3/src/locale/zh-CN.json deleted file mode 100644 index 3b307ebd9604..000000000000 --- a/packages/plugins/RSS3/src/locale/zh-CN.json +++ /dev/null @@ -1,602 +0,0 @@ -{ - "messages": { - "+fTqvl": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - "" - ], - "/jQctM": ["To"], - "0C9wtf": [ - [ - "2", - "select", - { - "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], - "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""] - } - ] - ], - "0m34CB": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [] }] - ], - "2EUnBM": [["0"], " Networks"], - "3SiDD1": [ - "<0>", - ["user"], - " burned <1>", - ["1", "select", { "nft": ["an NFT"], "name": [["0"]], "other": [] }], - "" - ], - "3ZgRKI": [ - [ - "type", - "select", - { - "post": ["<0>", ["user"], " publish a post on ", ["platform"]], - "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], - "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], - "share": ["<3>", ["user"], " shared a post on ", ["platform"]], - "other": [] - } - ] - ], - "5HVoyc": ["Transaction Details"], - "6mHGOS": ["<0>", ["user"], " burned <1>", ["1", "select", { "nft": ["an NFT"], "name": [["0"]] }], ""], - "7Bj3x9": ["Failed"], - "8IN0ph": ["No more data available."], - "8TMaZI": ["Timestamp"], - "8Ug9jB": ["Related"], - "BI6MFi": [ - "<0>", - ["user"], - " minted ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }], - "for <3>", - ["value"], - " ", - ["symbolName"], - "" - ], - "Be04y8": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - " on <5>", - ["3"], - "" - ], - "CJviCK": ["<0>", ["user"], " proposed"], - "CTSEx8": ["<0/> publish a post on ", ["0"]], - "E399AQ": [ - "<0>", - ["user"], - " bridged <1>", - ["amount"], - " ", - ["symbol"], - " from <2>", - ["source"], - " to <3>", - ["target"], - "" - ], - "EbVCxG": [ - "<0/>", - ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"], "other": [] }], - "<1/>" - ], - "EfAke+": ["<0>", ["user"], " voted for <1>", ["option"], " on <2>", ["platform"], ""], - "F3bW6y": ["Platform"], - "HNF104": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": ["for ", ["3"], " ", ["4"]], "free": [] }] - ], - "K7tIrx": ["Category"], - "Koz2Rg": [["0", "plural", { "one": ["Action"], "other": ["Actions"] }]], - "L5kJP9": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": ["for ", ["3"], " ", ["4"]], "free": [] }] - ], - "LKkOLF": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"] - } - ], - " <1>", - ["0"], - " ", - ["1"], - " " - ], - "NTnXx/": ["<0/> unapproved <1>", ["0"], ""], - "OAfk3i": ["Hash"], - "ONoxwH": [ - "<0>", - ["user"], - " registered ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "] }], - "for <3>", - ["costValue"], - " ", - ["costSymbol"], - "" - ], - "OR475H": ["Network"], - "PNZOzY": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - " on <5>", - ["3"], - "" - ], - "REeHKm": [ - "<0/> ", - ["txType", "select", { "trade": ["traded"], "mint": ["minted"], "other": ["traded"] }], - " <1>", - ["0"], - " ", - ["1"], - " for <2>", - ["2"], - " ", - ["3"], - "" - ], - "TIIaK1": [ - [ - "2", - "select", - { - "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], - "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""], - "other": [] - } - ] - ], - "TppkTk": [ - "<0>", - ["user"], - " carried out an activity to <1>", - ["target"], - " on <2>", - ["platform"], - "" - ], - "URdCZQ": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [] }] - ], - "URmyfc": ["详情"], - "UXBK7e": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "UvJiVZ": ["There's no feed associated with this address."], - "V6YDUB": ["<0>", ["user"], " donated <1>", ["costValue"], " ", ["costSymbol"], ""], - "Vh2I2e": [ - "<0>", - ["formattedUser"], - " ", - ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"] }], - " <1>", - ["other"], - " on <2>", - ["1"], - "" - ], - "WS7EYf": [ - [ - "0", - "select", - { - "Post": ["<0/><1>", ["handle"], " published a post on <2>", ["1"], ""], - "Comment": ["<3/><4>", ["handle"], " made a comment on <5>", ["2"], ""], - "Mirror": [ - "<6/><7>", - ["3"], - " mirrored a post post by<8/><9>", - ["handle"], - " on <10>", - ["4"], - "" - ], - "Quote": ["<11/><12>", ["handle"], " quoted a post post on <13>", ["5"], ""], - "other": ["<14/><15>", ["handle"], " post stuff on <16>", ["6"], ""] - } - ] - ], - "WdQnax": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"] - } - ], - " <1>", - ["0"], - " ", - ["1"], - "" - ], - "WqzYn1": [ - "<0>", - ["user"], - " donated <1>", - ["costValue"], - " ", - ["costSymbol"], - " to <2>", - ["project"], - "" - ], - "XQQx83": [ - "<0>", - ["user"], - " ", - [ - "0", - "select", - { - "supply": ["supplied"], - "add": ["added"], - "repay": ["repaid"], - "withdraw": ["withdrew"], - "collect": ["collected"], - "remove": ["removed"], - "borrow": ["borrowed"], - "other": [] - } - ], - " liquidity on <1>", - ["1"], - "" - ], - "YOnK5s": [ - "<0>", - ["user"], - " registered ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "], "other": [] }], - "for <3>", - ["costValue"], - " ", - ["costSymbol"], - "" - ], - "ZdnQsW": ["<0/> interacted with <1/>"], - "bKGn4N": [ - "<0/> minted", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }] - ], - "c+XaKf": [ - "<0>", - ["formattedUser"], - " ", - ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"], "other": [] }], - " <1>", - ["other"], - " on <2>", - ["1"], - "" - ], - "dCpOJ5": ["<0/> approved with <1/>"], - "ejVYRQ": ["From"], - "eoeq4k": ["<0>", ["user"], " made a comment on ", ["platform"]], - "f1TiS9": [ - [ - "type", - "select", - { - "post": ["<0>", ["user"], " publish a post on ", ["platform"]], - "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], - "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], - "share": ["<3>", ["user"], " shared a post on ", ["platform"]] - } - ] - ], - "f54thq": ["<0/> minted", ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }]], - "fLG7oy": [ - "<0>", - ["user"], - " ", - [ - "0", - "select", - { - "supply": ["supplied"], - "add": ["added"], - "repay": ["repaid"], - "withdraw": ["withdrew"], - "collect": ["collected"], - "remove": ["removed"], - "borrow": ["borrowed"] - } - ], - " liquidity on <1>", - ["1"], - "" - ], - "fYUNRJ": ["Direct"], - "gwuMzD": ["<0>", ["user"], " appointed a proxy on <1>", ["platform"], ""], - "hh6gKU": [ - [ - "0", - "select", - { - "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], - "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""] - } - ] - ], - "hpxXOD": [ - [ - "context", - "select", - { - "approve": [ - "<0>", - ["user"], - " approved <1>", - ["amount"], - " ", - ["symbol"], - " to <2>", - ["contract"], - "" - ], - "revoke": [ - "<3>", - ["user"], - " revoked the approval of <4>", - ["amount"], - " ", - ["symbol"], - " to <5>", - ["contract"], - "" - ], - "other": [] - } - ] - ], - "iq8d8s": [ - [ - "actionType", - "select", - { - "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], - "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], - "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""] - } - ] - ], - "jNiKlW": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - "" - ], - "kjBSDT": [ - "<0>", - ["user"], - " minted ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - "for <3>", - ["value"], - " ", - ["symbolName"], - "" - ], - "ldhzoI": [ - [ - "context", - "select", - { - "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], - "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], - "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], - "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], - "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], - "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""] - } - ] - ], - "mNUsxu": ["Tx Fee"], - "msszNj": ["<0/> approved <1>", ["0"], " ", ["1"], ""], - "nWDO1P": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"], - "other": [] - } - ], - " <1>", - ["0"], - " ", - ["1"], - " " - ], - "oJIW7I": [ - [ - "context", - "select", - { - "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], - "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], - "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], - "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], - "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], - "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""], - "other": [] - } - ] - ], - "of3mx/": [ - "<0>", - ["user"], - " swapped <1>", - ["from_value"], - " ", - ["from_symbol"], - " to <2>", - ["to_value"], - " ", - ["to_symbol"], - " on <3>", - ["platform"], - "" - ], - "olEUh2": ["Successful"], - "qyaPGX": ["There's no feed associated with this address.<0>", ["0"], ""], - "t6md+W": [ - [ - "0", - "select", - { - "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], - "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""], - "other": [] - } - ] - ], - "t91sWs": [ - [ - "actionType", - "select", - { - "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], - "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], - "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""], - "other": [] - } - ] - ], - "uAQUqI": ["Status"], - "wbDTs9": ["Request timed out"], - "x6rEou": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "xPHFvT": ["<0/>", ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"] }], "<1/>"], - "zZ5rE8": [ - [ - "context", - "select", - { - "approve": [ - "<0>", - ["user"], - " approved <1>", - ["amount"], - " ", - ["symbol"], - " to <2>", - ["contract"], - "" - ], - "revoke": [ - "<3>", - ["user"], - " revoked the approval of <4>", - ["amount"], - " ", - ["symbol"], - " to <5>", - ["contract"], - "" - ] - } - ] - ] - } -} diff --git a/packages/plugins/RSS3/src/locale/zh-CN.po b/packages/plugins/RSS3/src/locale/zh-CN.po deleted file mode 100644 index 9a89f4a50271..000000000000 --- a/packages/plugins/RSS3/src/locale/zh-CN.po +++ /dev/null @@ -1,388 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/RSS3/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 982\n" - -#. placeholder {0}: feed.actions.length -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "{0, plural, one {Action} other {Actions}}" -msgstr "" - -#. placeholder {0}: metadata?.action || '' -#: src/SiteAdaptor/components/FeedActions/ProfileAction.tsx -msgid "{0, select, create {<0>{user} created a profile on <1>{platform}} update {<2>{user} updated a profile on <3>{platform}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProfileAction.tsx -#~ msgid "{0, select, create {<0>{user} created a profile on <1>{platform}} update {<2>{user} updated a profile on <3>{platform}}}" -#~ msgstr "" - -#. placeholder {0}: post.type || '' -#. placeholder {1}: post.source -#. placeholder {2}: post.source -#. placeholder {3}: post.reporter?.handle -#. placeholder {4}: post.source -#. placeholder {5}: post.source -#. placeholder {6}: post.source -#: src/SiteAdaptor/SocialFeeds/FeedSummary.tsx -msgid "{0, select, Post {<0/><1>{handle} published a post on <2>{1}} Comment {<3/><4>{handle} made a comment on <5>{2}} Mirror {<6/><7>{3} mirrored a post post by<8/><9>{handle} on <10>{4}} Quote {<11/><12>{handle} quoted a post post on <13>{5}} other {<14/><15>{handle} post stuff on <16>{6}}}" -msgstr "" - -#: src/SiteAdaptor/FeedFilters.tsx -#~ msgid "{0} Networks" -#~ msgstr "" - -#. placeholder {0}: metadata?.collection ?? 'Unknown' -#. placeholder {1}: metadata?.collection ?? 'Unknown' -#. placeholder {2}: metadata?.action || '' -#: src/SiteAdaptor/components/FeedActions/CollectibleApprovalAction.tsx -msgid "{2, select, approve {<0>{user} approved {0} to <1>{contract}} revoke {<2>{user} approved {1} to <3>{contract}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleApprovalAction.tsx -#~ msgid "{2, select, approve {<0>{user} approved {0} to <1>{contract}} revoke {<2>{user} approved {1} to <3>{contract}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/StakingAction.tsx -msgid "{actionType, select, stake {<0>{user} staked <1>{symbol}} claim {<2>{user} claimed <3>{symbol}} unstake {<4>{user} un-staked <5>{symbol}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/StakingAction.tsx -#~ msgid "{actionType, select, stake {<0>{user} staked <1>{symbol}} claim {<2>{user} claimed <3>{symbol}} unstake {<4>{user} un-staked <5>{symbol}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenApprovalAction.tsx -msgid "{context, select, approve {<0>{user} approved <1>{amount} {symbol} to <2>{contract}} revoke {<3>{user} revoked the approval of <4>{amount} {symbol} to <5>{contract}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenApprovalAction.tsx -#~ msgid "{context, select, approve {<0>{user} approved <1>{amount} {symbol} to <2>{contract}} revoke {<3>{user} revoked the approval of <4>{amount} {symbol} to <5>{contract}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenOperationAction.tsx -msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenOperationAction.tsx -#~ msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/NoteAction.tsx -msgid "{type, select, post {<0>{user} publish a post on {platform}} mint {<1>{user} minted a post on {platform}} revise {<2>{user} revised a post on {platform}} share {<3>{user} shared a post on {platform}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/NoteAction.tsx -#~ msgid "{type, select, post {<0>{user} publish a post on {platform}} mint {<1>{user} minted a post on {platform}} revise {<2>{user} revised a post on {platform}} share {<3>{user} shared a post on {platform}}}" -#~ msgstr "" - -#. placeholder {0}: formatAmount(asset.amount) -#. placeholder {1}: asset.symbol || asset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn} other {}} <1>{0} {1} " -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -#~ msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn}} <1>{0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -#~ msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn}} <1>{0} {1} " -#~ msgstr "" - -#. placeholder {0}: formatAmount(inAsset.amount) -#. placeholder {1}: inAsset.symbol || inAsset.name -#. placeholder {2}: formatAmount(outAsset.amount) -#. placeholder {3}: outAsset.symbol || outAsset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> {txType, select, trade {traded} mint {minted} other {traded}} <1>{0} {1} for <2>{2} {3}" -msgstr "" - -#. placeholder {0}: formatAmount(asset.amount) -#. placeholder {1}: asset.symbol || asset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> approved <1>{0} {1}" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> approved with <1/>" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> interacted with <1/>" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0/> minted{0, select, name {<1>{1} } nft {<2>an NFT } other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0/> minted{0, select, name {<1>{1} } nft {<2>an NFT }}" -#~ msgstr "" - -#. placeholder {0}: action.platform -#: src/SiteAdaptor/components/FeedCard/CommentCard.tsx -msgid "<0/> publish a post on {0}" -msgstr "" - -#. placeholder {0}: asset.symbol || asset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> unapproved <1>{0}" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/>{txType, select, deploy {deployed} execute {executed} other {}}<1/>" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -#~ msgid "<0/>{txType, select, deploy {deployed} execute {executed}}<1/>" -#~ msgstr "" - -#. placeholder {0}: feed.type -#. placeholder {1}: feed.platform -#: src/SiteAdaptor/components/FeedActions/ProfileLinkAction.tsx -msgid "<0>{formattedUser} {0, select, follow {followed} unfollow {un-followed} other {}} <1>{other} on <2>{1}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProfileLinkAction.tsx -#~ msgid "<0>{formattedUser} {0, select, follow {followed} unfollow {un-followed}} <1>{other} on <2>{1}" -#~ msgstr "" - -#. placeholder {0}: metadata?.action || '' -#. placeholder {1}: feed.platform! -#: src/SiteAdaptor/components/FeedActions/LiquidityAction.tsx -msgid "<0>{user} {0, select, supply {supplied} add {added} repay {repaid} withdraw {withdrew} collect {collected} remove {removed} borrow {borrowed} other {}} liquidity on <1>{1}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/LiquidityAction.tsx -#~ msgid "<0>{user} {0, select, supply {supplied} add {added} repay {repaid} withdraw {withdrew} collect {collected} remove {removed} borrow {borrowed}} liquidity on <1>{1}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProfileProxy.tsx -msgid "<0>{user} appointed a proxy on <1>{platform}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenBridgeAction.tsx -msgid "<0>{user} bridged <1>{amount} {symbol} from <2>{source} to <3>{target}" -msgstr "" - -#. placeholder {0}: metadata?.name -#. placeholder {1}: verbose ? 'name' : 'nft' -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} burned <1>{1, select, nft {an NFT} name {{0}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} burned <1>{1, select, nft {an NFT} name {{0}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/UnknownAction.tsx -msgid "<0>{user} carried out an activity to <1>{target} on <2>{platform}" -msgstr "" - -#. placeholder {0}: verbose ? 'verbose' : 'simple' -#. placeholder {1}: metadata!.name -#. placeholder {2}: costMetadata ? 'cost' : 'free' -#. placeholder {3}: formatValue(costMetadata) -#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}from <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT }}from <3>{formattedAddress}{2, select, cost { for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT }}from <3>{formattedAddress}{2, select, cost {for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/DonationAction.tsx -msgid "<0>{user} donated <1>{costValue} {costSymbol}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/DonationAction.tsx -msgid "<0>{user} donated <1>{costValue} {costSymbol} to <2>{project}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CommentAction.tsx -#: src/SiteAdaptor/components/FeedCard/CommentCard.tsx -msgid "<0>{user} made a comment on {platform}" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} minted {0, select, name {<1>{1} } nft {<2>an NFT } other {}}for <3>{value} {symbolName}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} minted {0, select, name {<1>{1} } nft {<2>an NFT }}for <3>{value} {symbolName}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProposeAction.tsx -msgid "<0>{user} proposed" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: feed.actions[1].metadata!.name -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} registered {0, select, name {<1>{1} } nft {<2>an ENS } other {}}for <3>{costValue} {costSymbol}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} registered {0, select, name {<1>{1} } nft {<2>an ENS }}for <3>{costValue} {costSymbol}" -#~ msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#. placeholder {2}: formatValue(cost) -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName}" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#. placeholder {2}: formatValue(cost) -#. placeholder {3}: feed.platform -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName} on <5>{3}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT }} to <3>{recipient} for <4>{2} {symbolName}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT }} to <3>{recipient} for <4>{2} {symbolName} on <5>{3}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenSwapAction.tsx -msgid "<0>{user} swapped <1>{from_value} {from_symbol} to <2>{to_value} {to_symbol} on <3>{platform}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/VoteAction.tsx -msgid "<0>{user} voted for <1>{option} on <2>{platform}" -msgstr "" - -#. placeholder {0}: verbose ? 'verbose' : 'simple' -#. placeholder {1}: metadata!.name -#. placeholder {2}: costMetadata ? 'cost' : 'free' -#. placeholder {3}: formatValue(costMetadata) -#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}to <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT }}to <3>{formattedAddress}{2, select, cost { for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT }}to <3>{formattedAddress}{2, select, cost {for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "Category" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/DetailDialog.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/DetailDialog.tsx -#: src/SiteAdaptor/modals/SocialFeedDetailsModal/DetailDialog.tsx -msgid "Details" -msgstr "详情" - -#: src/SiteAdaptor/FeedFilters.tsx -#~ msgid "Direct" -#~ msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Failed" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "From" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Hash" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Network" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/index.tsx -#: src/SiteAdaptor/SocialFeeds/index.tsx -msgid "No more data available." -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "Platform" -msgstr "" - -#: src/SiteAdaptor/FeedFilters.tsx -#~ msgid "Related" -#~ msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/useFinanceFeeds.ts -#: src/SiteAdaptor/SocialFeeds/useSocialFeeds.ts -msgid "Request timed out" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Status" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Successful" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/index.tsx -#: src/SiteAdaptor/SocialFeeds/index.tsx -msgid "There's no feed associated with this address." -msgstr "" - -#: src/SiteAdaptor/FeedsPage.tsx -#~ msgid "There's no feed associated with this address.<0>{0}" -#~ msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Timestamp" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "To" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Transaction Details" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Tx Fee" -msgstr "" diff --git a/packages/plugins/RSS3/src/locale/zh-TW.json b/packages/plugins/RSS3/src/locale/zh-TW.json deleted file mode 100644 index 3b307ebd9604..000000000000 --- a/packages/plugins/RSS3/src/locale/zh-TW.json +++ /dev/null @@ -1,602 +0,0 @@ -{ - "messages": { - "+fTqvl": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - "" - ], - "/jQctM": ["To"], - "0C9wtf": [ - [ - "2", - "select", - { - "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], - "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""] - } - ] - ], - "0m34CB": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [] }] - ], - "2EUnBM": [["0"], " Networks"], - "3SiDD1": [ - "<0>", - ["user"], - " burned <1>", - ["1", "select", { "nft": ["an NFT"], "name": [["0"]], "other": [] }], - "" - ], - "3ZgRKI": [ - [ - "type", - "select", - { - "post": ["<0>", ["user"], " publish a post on ", ["platform"]], - "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], - "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], - "share": ["<3>", ["user"], " shared a post on ", ["platform"]], - "other": [] - } - ] - ], - "5HVoyc": ["Transaction Details"], - "6mHGOS": ["<0>", ["user"], " burned <1>", ["1", "select", { "nft": ["an NFT"], "name": [["0"]] }], ""], - "7Bj3x9": ["Failed"], - "8IN0ph": ["No more data available."], - "8TMaZI": ["Timestamp"], - "8Ug9jB": ["Related"], - "BI6MFi": [ - "<0>", - ["user"], - " minted ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }], - "for <3>", - ["value"], - " ", - ["symbolName"], - "" - ], - "Be04y8": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - " on <5>", - ["3"], - "" - ], - "CJviCK": ["<0>", ["user"], " proposed"], - "CTSEx8": ["<0/> publish a post on ", ["0"]], - "E399AQ": [ - "<0>", - ["user"], - " bridged <1>", - ["amount"], - " ", - ["symbol"], - " from <2>", - ["source"], - " to <3>", - ["target"], - "" - ], - "EbVCxG": [ - "<0/>", - ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"], "other": [] }], - "<1/>" - ], - "EfAke+": ["<0>", ["user"], " voted for <1>", ["option"], " on <2>", ["platform"], ""], - "F3bW6y": ["Platform"], - "HNF104": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": ["for ", ["3"], " ", ["4"]], "free": [] }] - ], - "K7tIrx": ["Category"], - "Koz2Rg": [["0", "plural", { "one": ["Action"], "other": ["Actions"] }]], - "L5kJP9": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": ["for ", ["3"], " ", ["4"]], "free": [] }] - ], - "LKkOLF": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"] - } - ], - " <1>", - ["0"], - " ", - ["1"], - " " - ], - "NTnXx/": ["<0/> unapproved <1>", ["0"], ""], - "OAfk3i": ["Hash"], - "ONoxwH": [ - "<0>", - ["user"], - " registered ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "] }], - "for <3>", - ["costValue"], - " ", - ["costSymbol"], - "" - ], - "OR475H": ["Network"], - "PNZOzY": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - " on <5>", - ["3"], - "" - ], - "REeHKm": [ - "<0/> ", - ["txType", "select", { "trade": ["traded"], "mint": ["minted"], "other": ["traded"] }], - " <1>", - ["0"], - " ", - ["1"], - " for <2>", - ["2"], - " ", - ["3"], - "" - ], - "TIIaK1": [ - [ - "2", - "select", - { - "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], - "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""], - "other": [] - } - ] - ], - "TppkTk": [ - "<0>", - ["user"], - " carried out an activity to <1>", - ["target"], - " on <2>", - ["platform"], - "" - ], - "URdCZQ": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [] }] - ], - "URmyfc": ["详情"], - "UXBK7e": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "UvJiVZ": ["There's no feed associated with this address."], - "V6YDUB": ["<0>", ["user"], " donated <1>", ["costValue"], " ", ["costSymbol"], ""], - "Vh2I2e": [ - "<0>", - ["formattedUser"], - " ", - ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"] }], - " <1>", - ["other"], - " on <2>", - ["1"], - "" - ], - "WS7EYf": [ - [ - "0", - "select", - { - "Post": ["<0/><1>", ["handle"], " published a post on <2>", ["1"], ""], - "Comment": ["<3/><4>", ["handle"], " made a comment on <5>", ["2"], ""], - "Mirror": [ - "<6/><7>", - ["3"], - " mirrored a post post by<8/><9>", - ["handle"], - " on <10>", - ["4"], - "" - ], - "Quote": ["<11/><12>", ["handle"], " quoted a post post on <13>", ["5"], ""], - "other": ["<14/><15>", ["handle"], " post stuff on <16>", ["6"], ""] - } - ] - ], - "WdQnax": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"] - } - ], - " <1>", - ["0"], - " ", - ["1"], - "" - ], - "WqzYn1": [ - "<0>", - ["user"], - " donated <1>", - ["costValue"], - " ", - ["costSymbol"], - " to <2>", - ["project"], - "" - ], - "XQQx83": [ - "<0>", - ["user"], - " ", - [ - "0", - "select", - { - "supply": ["supplied"], - "add": ["added"], - "repay": ["repaid"], - "withdraw": ["withdrew"], - "collect": ["collected"], - "remove": ["removed"], - "borrow": ["borrowed"], - "other": [] - } - ], - " liquidity on <1>", - ["1"], - "" - ], - "YOnK5s": [ - "<0>", - ["user"], - " registered ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "], "other": [] }], - "for <3>", - ["costValue"], - " ", - ["costSymbol"], - "" - ], - "ZdnQsW": ["<0/> interacted with <1/>"], - "bKGn4N": [ - "<0/> minted", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }] - ], - "c+XaKf": [ - "<0>", - ["formattedUser"], - " ", - ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"], "other": [] }], - " <1>", - ["other"], - " on <2>", - ["1"], - "" - ], - "dCpOJ5": ["<0/> approved with <1/>"], - "ejVYRQ": ["From"], - "eoeq4k": ["<0>", ["user"], " made a comment on ", ["platform"]], - "f1TiS9": [ - [ - "type", - "select", - { - "post": ["<0>", ["user"], " publish a post on ", ["platform"]], - "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], - "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], - "share": ["<3>", ["user"], " shared a post on ", ["platform"]] - } - ] - ], - "f54thq": ["<0/> minted", ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }]], - "fLG7oy": [ - "<0>", - ["user"], - " ", - [ - "0", - "select", - { - "supply": ["supplied"], - "add": ["added"], - "repay": ["repaid"], - "withdraw": ["withdrew"], - "collect": ["collected"], - "remove": ["removed"], - "borrow": ["borrowed"] - } - ], - " liquidity on <1>", - ["1"], - "" - ], - "fYUNRJ": ["Direct"], - "gwuMzD": ["<0>", ["user"], " appointed a proxy on <1>", ["platform"], ""], - "hh6gKU": [ - [ - "0", - "select", - { - "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], - "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""] - } - ] - ], - "hpxXOD": [ - [ - "context", - "select", - { - "approve": [ - "<0>", - ["user"], - " approved <1>", - ["amount"], - " ", - ["symbol"], - " to <2>", - ["contract"], - "" - ], - "revoke": [ - "<3>", - ["user"], - " revoked the approval of <4>", - ["amount"], - " ", - ["symbol"], - " to <5>", - ["contract"], - "" - ], - "other": [] - } - ] - ], - "iq8d8s": [ - [ - "actionType", - "select", - { - "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], - "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], - "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""] - } - ] - ], - "jNiKlW": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - "" - ], - "kjBSDT": [ - "<0>", - ["user"], - " minted ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - "for <3>", - ["value"], - " ", - ["symbolName"], - "" - ], - "ldhzoI": [ - [ - "context", - "select", - { - "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], - "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], - "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], - "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], - "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], - "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""] - } - ] - ], - "mNUsxu": ["Tx Fee"], - "msszNj": ["<0/> approved <1>", ["0"], " ", ["1"], ""], - "nWDO1P": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"], - "other": [] - } - ], - " <1>", - ["0"], - " ", - ["1"], - " " - ], - "oJIW7I": [ - [ - "context", - "select", - { - "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], - "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], - "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], - "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], - "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], - "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""], - "other": [] - } - ] - ], - "of3mx/": [ - "<0>", - ["user"], - " swapped <1>", - ["from_value"], - " ", - ["from_symbol"], - " to <2>", - ["to_value"], - " ", - ["to_symbol"], - " on <3>", - ["platform"], - "" - ], - "olEUh2": ["Successful"], - "qyaPGX": ["There's no feed associated with this address.<0>", ["0"], ""], - "t6md+W": [ - [ - "0", - "select", - { - "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], - "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""], - "other": [] - } - ] - ], - "t91sWs": [ - [ - "actionType", - "select", - { - "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], - "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], - "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""], - "other": [] - } - ] - ], - "uAQUqI": ["Status"], - "wbDTs9": ["Request timed out"], - "x6rEou": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "xPHFvT": ["<0/>", ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"] }], "<1/>"], - "zZ5rE8": [ - [ - "context", - "select", - { - "approve": [ - "<0>", - ["user"], - " approved <1>", - ["amount"], - " ", - ["symbol"], - " to <2>", - ["contract"], - "" - ], - "revoke": [ - "<3>", - ["user"], - " revoked the approval of <4>", - ["amount"], - " ", - ["symbol"], - " to <5>", - ["contract"], - "" - ] - } - ] - ] - } -} diff --git a/packages/plugins/RSS3/src/locale/zh-TW.po b/packages/plugins/RSS3/src/locale/zh-TW.po deleted file mode 100644 index bd4c62449518..000000000000 --- a/packages/plugins/RSS3/src/locale/zh-TW.po +++ /dev/null @@ -1,388 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/RSS3/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 982\n" - -#. placeholder {0}: feed.actions.length -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "{0, plural, one {Action} other {Actions}}" -msgstr "" - -#. placeholder {0}: metadata?.action || '' -#: src/SiteAdaptor/components/FeedActions/ProfileAction.tsx -msgid "{0, select, create {<0>{user} created a profile on <1>{platform}} update {<2>{user} updated a profile on <3>{platform}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProfileAction.tsx -#~ msgid "{0, select, create {<0>{user} created a profile on <1>{platform}} update {<2>{user} updated a profile on <3>{platform}}}" -#~ msgstr "" - -#. placeholder {0}: post.type || '' -#. placeholder {1}: post.source -#. placeholder {2}: post.source -#. placeholder {3}: post.reporter?.handle -#. placeholder {4}: post.source -#. placeholder {5}: post.source -#. placeholder {6}: post.source -#: src/SiteAdaptor/SocialFeeds/FeedSummary.tsx -msgid "{0, select, Post {<0/><1>{handle} published a post on <2>{1}} Comment {<3/><4>{handle} made a comment on <5>{2}} Mirror {<6/><7>{3} mirrored a post post by<8/><9>{handle} on <10>{4}} Quote {<11/><12>{handle} quoted a post post on <13>{5}} other {<14/><15>{handle} post stuff on <16>{6}}}" -msgstr "" - -#: src/SiteAdaptor/FeedFilters.tsx -#~ msgid "{0} Networks" -#~ msgstr "" - -#. placeholder {0}: metadata?.collection ?? 'Unknown' -#. placeholder {1}: metadata?.collection ?? 'Unknown' -#. placeholder {2}: metadata?.action || '' -#: src/SiteAdaptor/components/FeedActions/CollectibleApprovalAction.tsx -msgid "{2, select, approve {<0>{user} approved {0} to <1>{contract}} revoke {<2>{user} approved {1} to <3>{contract}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleApprovalAction.tsx -#~ msgid "{2, select, approve {<0>{user} approved {0} to <1>{contract}} revoke {<2>{user} approved {1} to <3>{contract}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/StakingAction.tsx -msgid "{actionType, select, stake {<0>{user} staked <1>{symbol}} claim {<2>{user} claimed <3>{symbol}} unstake {<4>{user} un-staked <5>{symbol}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/StakingAction.tsx -#~ msgid "{actionType, select, stake {<0>{user} staked <1>{symbol}} claim {<2>{user} claimed <3>{symbol}} unstake {<4>{user} un-staked <5>{symbol}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenApprovalAction.tsx -msgid "{context, select, approve {<0>{user} approved <1>{amount} {symbol} to <2>{contract}} revoke {<3>{user} revoked the approval of <4>{amount} {symbol} to <5>{contract}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenApprovalAction.tsx -#~ msgid "{context, select, approve {<0>{user} approved <1>{amount} {symbol} to <2>{contract}} revoke {<3>{user} revoked the approval of <4>{amount} {symbol} to <5>{contract}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenOperationAction.tsx -msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenOperationAction.tsx -#~ msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/NoteAction.tsx -msgid "{type, select, post {<0>{user} publish a post on {platform}} mint {<1>{user} minted a post on {platform}} revise {<2>{user} revised a post on {platform}} share {<3>{user} shared a post on {platform}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/NoteAction.tsx -#~ msgid "{type, select, post {<0>{user} publish a post on {platform}} mint {<1>{user} minted a post on {platform}} revise {<2>{user} revised a post on {platform}} share {<3>{user} shared a post on {platform}}}" -#~ msgstr "" - -#. placeholder {0}: formatAmount(asset.amount) -#. placeholder {1}: asset.symbol || asset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn} other {}} <1>{0} {1} " -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -#~ msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn}} <1>{0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -#~ msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn}} <1>{0} {1} " -#~ msgstr "" - -#. placeholder {0}: formatAmount(inAsset.amount) -#. placeholder {1}: inAsset.symbol || inAsset.name -#. placeholder {2}: formatAmount(outAsset.amount) -#. placeholder {3}: outAsset.symbol || outAsset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> {txType, select, trade {traded} mint {minted} other {traded}} <1>{0} {1} for <2>{2} {3}" -msgstr "" - -#. placeholder {0}: formatAmount(asset.amount) -#. placeholder {1}: asset.symbol || asset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> approved <1>{0} {1}" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> approved with <1/>" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> interacted with <1/>" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0/> minted{0, select, name {<1>{1} } nft {<2>an NFT } other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0/> minted{0, select, name {<1>{1} } nft {<2>an NFT }}" -#~ msgstr "" - -#. placeholder {0}: action.platform -#: src/SiteAdaptor/components/FeedCard/CommentCard.tsx -msgid "<0/> publish a post on {0}" -msgstr "" - -#. placeholder {0}: asset.symbol || asset.name -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/> unapproved <1>{0}" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -msgid "<0/>{txType, select, deploy {deployed} execute {executed} other {}}<1/>" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx -#~ msgid "<0/>{txType, select, deploy {deployed} execute {executed}}<1/>" -#~ msgstr "" - -#. placeholder {0}: feed.type -#. placeholder {1}: feed.platform -#: src/SiteAdaptor/components/FeedActions/ProfileLinkAction.tsx -msgid "<0>{formattedUser} {0, select, follow {followed} unfollow {un-followed} other {}} <1>{other} on <2>{1}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProfileLinkAction.tsx -#~ msgid "<0>{formattedUser} {0, select, follow {followed} unfollow {un-followed}} <1>{other} on <2>{1}" -#~ msgstr "" - -#. placeholder {0}: metadata?.action || '' -#. placeholder {1}: feed.platform! -#: src/SiteAdaptor/components/FeedActions/LiquidityAction.tsx -msgid "<0>{user} {0, select, supply {supplied} add {added} repay {repaid} withdraw {withdrew} collect {collected} remove {removed} borrow {borrowed} other {}} liquidity on <1>{1}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/LiquidityAction.tsx -#~ msgid "<0>{user} {0, select, supply {supplied} add {added} repay {repaid} withdraw {withdrew} collect {collected} remove {removed} borrow {borrowed}} liquidity on <1>{1}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProfileProxy.tsx -msgid "<0>{user} appointed a proxy on <1>{platform}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenBridgeAction.tsx -msgid "<0>{user} bridged <1>{amount} {symbol} from <2>{source} to <3>{target}" -msgstr "" - -#. placeholder {0}: metadata?.name -#. placeholder {1}: verbose ? 'name' : 'nft' -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} burned <1>{1, select, nft {an NFT} name {{0}} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} burned <1>{1, select, nft {an NFT} name {{0}}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/UnknownAction.tsx -msgid "<0>{user} carried out an activity to <1>{target} on <2>{platform}" -msgstr "" - -#. placeholder {0}: verbose ? 'verbose' : 'simple' -#. placeholder {1}: metadata!.name -#. placeholder {2}: costMetadata ? 'cost' : 'free' -#. placeholder {3}: formatValue(costMetadata) -#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}from <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT }}from <3>{formattedAddress}{2, select, cost { for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT }}from <3>{formattedAddress}{2, select, cost {for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/DonationAction.tsx -msgid "<0>{user} donated <1>{costValue} {costSymbol}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/DonationAction.tsx -msgid "<0>{user} donated <1>{costValue} {costSymbol} to <2>{project}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CommentAction.tsx -#: src/SiteAdaptor/components/FeedCard/CommentCard.tsx -msgid "<0>{user} made a comment on {platform}" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} minted {0, select, name {<1>{1} } nft {<2>an NFT } other {}}for <3>{value} {symbolName}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} minted {0, select, name {<1>{1} } nft {<2>an NFT }}for <3>{value} {symbolName}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/ProposeAction.tsx -msgid "<0>{user} proposed" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: feed.actions[1].metadata!.name -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} registered {0, select, name {<1>{1} } nft {<2>an ENS } other {}}for <3>{costValue} {costSymbol}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} registered {0, select, name {<1>{1} } nft {<2>an ENS }}for <3>{costValue} {costSymbol}" -#~ msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#. placeholder {2}: formatValue(cost) -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName}" -msgstr "" - -#. placeholder {0}: verbose ? 'name' : 'nft' -#. placeholder {1}: metadata!.name -#. placeholder {2}: formatValue(cost) -#. placeholder {3}: feed.platform -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName} on <5>{3}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT }} to <3>{recipient} for <4>{2} {symbolName}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT }} to <3>{recipient} for <4>{2} {symbolName} on <5>{3}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/TokenSwapAction.tsx -msgid "<0>{user} swapped <1>{from_value} {from_symbol} to <2>{to_value} {to_symbol} on <3>{platform}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/VoteAction.tsx -msgid "<0>{user} voted for <1>{option} on <2>{platform}" -msgstr "" - -#. placeholder {0}: verbose ? 'verbose' : 'simple' -#. placeholder {1}: metadata!.name -#. placeholder {2}: costMetadata ? 'cost' : 'free' -#. placeholder {3}: formatValue(costMetadata) -#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}to <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" -msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT }}to <3>{formattedAddress}{2, select, cost { for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx -#~ msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT }}to <3>{formattedAddress}{2, select, cost {for {3} {4}} free {}}" -#~ msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "Category" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/DetailDialog.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/DetailDialog.tsx -#: src/SiteAdaptor/modals/SocialFeedDetailsModal/DetailDialog.tsx -msgid "Details" -msgstr "" - -#: src/SiteAdaptor/FeedFilters.tsx -#~ msgid "Direct" -#~ msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Failed" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "From" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Hash" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Network" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/index.tsx -#: src/SiteAdaptor/SocialFeeds/index.tsx -msgid "No more data available." -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -msgid "Platform" -msgstr "" - -#: src/SiteAdaptor/FeedFilters.tsx -#~ msgid "Related" -#~ msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/useFinanceFeeds.ts -#: src/SiteAdaptor/SocialFeeds/useSocialFeeds.ts -msgid "Request timed out" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Status" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Successful" -msgstr "" - -#: src/SiteAdaptor/FinanceFeeds/index.tsx -#: src/SiteAdaptor/SocialFeeds/index.tsx -msgid "There's no feed associated with this address." -msgstr "" - -#: src/SiteAdaptor/FeedsPage.tsx -#~ msgid "There's no feed associated with this address.<0>{0}" -#~ msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Timestamp" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "To" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Transaction Details" -msgstr "" - -#: src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx -#: src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx -msgid "Tx Fee" -msgstr "" diff --git a/packages/plugins/RedPacket/package.json b/packages/plugins/RedPacket/package.json index 83a2e9b0d308..2a6a294616f3 100644 --- a/packages/plugins/RedPacket/package.json +++ b/packages/plugins/RedPacket/package.json @@ -47,32 +47,5 @@ "urlcat": "^3.1.0", "web3-core": "1.10.4", "web3-utils": "1.10.2" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/RedPacket/src/base.ts b/packages/plugins/RedPacket/src/base.ts index a86d2d9839b1..f6debc83d8fe 100644 --- a/packages/plugins/RedPacket/src/base.ts +++ b/packages/plugins/RedPacket/src/base.ts @@ -9,7 +9,6 @@ import { } from '@masknet/shared-base' import { ChainId } from '@masknet/web3-shared-evm' import { RedPacketPluginID } from './constants.js' -import { languages } from './locale/languages.js' export const base = { ID: RedPacketPluginID, @@ -55,5 +54,4 @@ export const base = { contribution: { metadataKeys: new Set([RedPacketMetaKey, SolanaRedPacketMetaKey, RedPacketNftMetaKey]), }, - i18n: languages, } satisfies Plugin.Shared.Definition diff --git a/packages/plugins/RedPacket/src/locale/en-US.json b/packages/plugins/RedPacket/src/locale/en-US.json deleted file mode 100644 index 8b475fae60c5..000000000000 --- a/packages/plugins/RedPacket/src/locale/en-US.json +++ /dev/null @@ -1,357 +0,0 @@ -{ - "messages": { - "/7UjtY": ["<0>", ["0"], " ", ["1", "plural", { "one": ["NFT"], "other": ["NFTs"] }]], - "/BI0y9": ["Refunded"], - "/y/pZ3": ["Select a Token"], - "0+plfy": ["Loading token..."], - "0UMPI1": ["You got 1 ", ["0"]], - "0aBHf4": ["<0>", ["0"], " ", ["1", "plural", { "one": ["NFT"], "other": ["NFTs"] }], "NFT"], - "0cVLRh": [["0"], " holder"], - "0caMy7": ["History"], - "0lBTmP": ["You need to hold any of the following tokens."], - "0oFu/K": ["No Lucky Drops claimed"], - "1QJyuR": ["At most ", ["RED_PACKET_MAX_SHARES"], " recipients"], - "1UzENP": ["No"], - "1yxOwR": ["Follow <0/> on ", ["platform"]], - "25/Bbu": ["The NFT lucky drop supports up to ", ["NFT_RED_PACKET_MAX_SHARES"], " NFTs selected for one time."], - "2Lr4ie": ["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."], - "3bGj61": ["Claim on Firefly"], - "3vMA+/": ["Claim on: ", ["link"]], - "4GBOoi": ["Failed to create theme."], - "4UmwEM": ["Image Preview"], - "4iA6eo": ["Claim on Farcaster: ", ["link"]], - "4lm4o+": ["Solana"], - "4xCNxC": ["Refund Successfully"], - "51cT/A": ["The minimum amount for each share is ", ["0"], " ", ["1"]], - "5Jczad": ["I just claimed a lucky drop from @", ["0"], " on ", ["1"], " network."], - "5NtcoW": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - " <2>", - ["token_symbol"], - "" - ], - "5opzVG": [ - "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." - ], - "6RDwJM": ["Tokens"], - "6U+PWG": ["Total NFTs"], - "6YASel": ["Invalid Network"], - "6knJVf": ["This NFT contract cannot be modified now."], - "7VpPHA": ["Confirm"], - "7k2lei": [ - "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." - ], - "7lVDIk": [ - "The maximum number of NFTs to be sold in NFT lucky drop contract is ", - ["RED_PACKET_MAX_SHARES"], - "." - ], - "7tYPrA": ["Wallet account"], - "8Dh77Z": ["NFTs"], - "8IN0ph": ["No more data available."], - "8XJ5FY": [ - "@", - ["sender"], - " is sending an NFT lucky drop on ", - ["networkName"], - " network. ", - ["account_promote"], - " ", - ["promote_short"], - " #mask_io #LuckyDrop ", - ["postLink"] - ], - "8ZgUhU": ["Select NFT collection to gate access"], - "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], - "9r9nwF": ["Identical"], - "A1taO8": ["Search"], - "A3Ndml": [ - "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." - ], - "AbR6G1": ["Attached Message"], - "AuXfDa": [ - "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." - ], - "B1T4nn": ["Confirm the Lucky Drop"], - "BYZ6zX": ["Users must like, repost / quote tweet, or comment on your Lucky Drop post."], - "BzEFor": ["or"], - "CSR5gP": ["Send a surprise crypto giveaway. Tokens and NFTs on multiple chains are supported."], - "CT10+i": ["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."], - "CtByM7": ["Connect Wallet"], - "Cwxng+": ["Supported formats: JPEG, PNG<0/> Size limit: ", ["0"]], - "DYoO0m": ["Token quantity greater than"], - "DkHkqH": ["Recommended dimensions: 1016 × 672 px"], - "DoJzLz": ["Collections"], - "DtZDW+": [["0"], " (UTC+8)"], - "Enb3Qk": ["You claimed 1."], - "Ev2r9A": ["No results"], - "FMQ6p2": ["You've already claimed the lucky drop"], - "Fgyfqo": ["Amount Each"], - "GCbtX1": [ - "The maximum number of NFTs to be sold in NFT lucky drop contract is ", - ["NFT_RED_PACKET_MAX_SHARES"], - "." - ], - "GRLMKx": ["Winners"], - "GS8mBF": ["Conditions not met"], - "GShMK6": ["Refunding"], - "H+bGaz": ["Browse File"], - "H1v3zR": ["Insufficient ", ["0"], " Balance"], - "H3KVEq": ["Supported formats: JPEG, PNG, GIF<0/> Size limit: ", ["0"]], - "HvfPuG": [["head"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], - "IF7RiR": ["Cover"], - "If2v4h": ["Lucky Drop"], - "J0LAHU": ["Refund"], - "JI2YCW": ["I just claimed a lucky drop from @", ["sender"], " on Solana"], - "Jc0uDj": ["Claim on Lens: ", ["link"]], - "JkfFCL": ["🤑 Just claimed a #LuckyDrop 🧧💰✨ on https://firefly.mask.social from @", ["sender"], " !"], - "JlFcis": ["Send"], - "Jnjbl3": ["You need to follow <0>@", ["twitterHandle"], ""], - "KPUGxy": ["Random Amount"], - "LEbOpR": ["More details"], - "LLsMIY": ["You need to own at least one of the following NFTs."], - "LQtEHu": ["You can withdraw the rest of your balances back 24h later after sending them out."], - "Lzo8mb": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - "<2><3>", - ["tokenSymbol"], - "" - ], - "M1RnFv": ["Expired"], - "MCw2oc": ["You have already claimed this lucky drop."], - "Mh3RsB": ["Best Wishes!"], - "MoJhIu": ["Claimed Details"], - "MpAucy": ["Choose your collection"], - "MsYkNH": ["Total amount shared among all winners"], - "MwLgB9": ["Enter number of winners"], - "N+BQku": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - "<2>", - ["tokenSymbol"], - "" - ], - "N0tcou": ["Claiming..."], - "N2DUxS": ["Insufficient Balance"], - "N2S1rs": ["Empty"], - "NBdIgR": ["Comment"], - "NERSN2": ["or Holding NFT"], - "NZ7wlC": [["0"], " Holder"], - "NdlvGd": ["Claim Details"], - "NfxOUe": ["Enter Total Amount"], - "No0akY": ["You can also use <0>Shift to select multiple NFTs."], - "NrYZ3H": ["Total Amount"], - "NwibRO": ["Supported contracts"], - "O/GjWq": ["From: @", ["0"]], - "OJUMlR": ["Like / Repost / Comment"], - "OfhWJH": ["Reset"], - "P+K/3O": ["Confirming"], - "PLWaf6": ["Create the Lucky Drop"], - "PRkIUI": ["Gas Fee"], - "PsQmAw": ["Everyone"], - "QF9SdB": ["Split Mode"], - "QH3LZ+": ["Token ID separated by comma, e.g. 1224, 7873, 8948"], - "QowPFh": ["Collectibles"], - "QuBpLd": ["Requirements"], - "RHSlVw": ["Follow @masknetwork (mask.io) to claim NFT lucky drops."], - "ROWd/9": ["Leave blank to allow any amount; enter a number to set a minimum holding requirement."], - "S0movx": [ - "Grow your followers and engagement with Lucky Drop on Firefly mobile app or https://firefly.mask.social !" - ], - "SIrUT3": [ - "Grant access to your ", - ["0"], - " for the Lucky Drop Smart contract. You only have to do this once per token." - ], - "SK/M8W": ["Enclose a Message"], - "SUqBr9": ["Refund ", ["0"], " ", ["tokenSymbol"], " Successfully"], - "SZ9jVW": [ - ["0"], - " ", - ["1", "plural", { "one": ["share"], "other": ["shares"] }], - " / ", - ["total"], - " $", - ["symbol"] - ], - "ShmUTn": ["Add a Custom Cover"], - "SwIjz/": [ - "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." - ], - "T0Y2+3": ["Select a token"], - "TvMDGM": ["Follow me"], - "UFzLh1": [ - "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ", - ["0"], - ". Please reduce the number of NFTs selected." - ], - "URmyfc": ["Details"], - "UnE9Qj": ["Hi friends, I just found a lucky drop sent by @", ["sender"], " on Solana."], - "V+ZuGt": ["You claimed ", ["0"], " $", ["1"], "."], - "V6wYl1": ["Total amount"], - "V9CuQ+": ["Connect to ", ["source"]], - "W+lPUh": ["At most 255 recipients"], - "W9FRBT": ["Like"], - "WKG5E8": ["You need to hold at least ", ["quantity"], " of any of the following tokens."], - "WsNUie": ["Claimed: <0>", ["0"], "/", ["1"], " <1>", ["2"], ""], - "Wy16g8": ["Gift crypto or NFTs to any users, first come, first served."], - "XCpVdp": ["The Lucky Drop is expired."], - "XQFSWD": ["NFT Holder of <0/>"], - "XhDgnx": ["Supported formats: JPEG, PNG, GIF<0/> Size limit: 1MB"], - "XrlvqN": ["Who can claim?"], - "YLObqx": ["Equal Amount"], - "Z8lGw6": ["Share"], - "ZDcdss": ["Claim Conditions"], - "ZK75iC": ["Choose a Cover"], - "Zg6RWT": ["Drop Type"], - "Zslc4B": [ - "User must follow your account. Note: When you cross-post a Lucky Drop to multiple social networks, following you on any social allows users to claim." - ], - "a4C0ak": ["Insufficient Balance for Gas Fee"], - "aFJrEy": ["You need to hold any of the following NFTs in your wallet."], - "aLc9As": ["Received time:"], - "ahNa7P": ["NFT Holder"], - "bPNJ+3": ["Hi friends, I just found a lucky drop sent by @", ["0"], " on ", ["1"], " network."], - "bTp+bt": ["Claimed ", ["0"], "/", ["1"]], - "bbS8qf": ["1 NFT claimed."], - "bwlRe8": ["Selecting NFTs"], - "cBEQ5v": ["You got ", ["0"], " ", ["1"]], - "caP+Xq": ["Crypto Holder"], - "d5JlO3": ["Follow @realMaskNetwork (mask.io) to claim NFT lucky drops."], - "dEgA5A": ["Cancel"], - "dJAg3j": ["Post on"], - "dTHM4U": ["Enter the amount that each winner can claim"], - "dTgELI": ["Best Wishes"], - "ePK91l": ["Edit"], - "fZ5Vnu": ["Received"], - "fpX5Gn": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " ", - ["0"], - "/", - ["1"], - " <1>", - ["tokenSymbol"], - "" - ], - "gPL7RI": ["The Lucky Drop is empty."], - "gtdJ43": ["My wallet"], - "h69WC6": ["Sent"], - "hPIX+D": ["Share From"], - "hRWvpI": ["Claimed"], - "hXzOVo": ["Next"], - "hdmRb+": ["The Lucky Drop is broken."], - "heVBR8": ["Enter Amount Each"], - "hehnjM": ["Amount"], - "hg5QeV": ["Total cost"], - "hom7qf": ["Claim"], - "ihTzdK": [ - "By clicking \"Next\", you acknowledge the risk associated with decentralized networks and beta products." - ], - "jJPsrT": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "jbu3VI": ["I just claimed an NFT lucky drop from @", ["sender"], " on ", ["networkName"], " network."], - "jeLXsu": ["Who can claim"], - "jpctdh": ["View"], - "kNHQXd": ["The Lucky Drop has been refunded."], - "kf83Ld": ["Something went wrong."], - "lCfoWv": ["Select NFTs"], - "lISnKy": ["NFT holder"], - "lWz/ts": ["Claimed "], - "lmYQuN": ["At most ", ["SOL_REDPACKET_MAX_SHARES"], " recipients"], - "lr8uE3": ["Holding ", ["0"]], - "lxJU2w": ["Enter Number of Winners"], - "m3akOw": ["I just claimed a lucky drop from @", ["sender"], " on Solana."], - "mCB6Je": ["Select All"], - "mfwfMR": ["You can claim the lucky drop by holding the required amount of any selected token."], - "mkude1": ["Repost"], - "nJMj1z": ["You could refund ", ["0"], " ", ["1"], "."], - "nMUHWK": [["claimed"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], - "nbnhh8": [["head"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], - "nqL5WA": ["Claim Lucky Drop"], - "nvV/Td": ["Balance: <0>", ["0"], ""], - "nzBzok": ["Create time:"], - "o66hO5": ["Discovered a LuckyDrop event on the FireFly website."], - "oG67vO": ["Available to Everyone"], - "oLnk2n": [ - "Customize Lucky Drop sender. Select either Lens or Forecaster usernames, or use the currently connected wallet." - ], - "oTLFeN": ["The Lucky Drop can't be sent due to data damage."], - "ofUcbc": ["Random"], - "oig90Q": ["ALL (", ["0"], " NFT)"], - "olT7qF": ["No claims yet for this Lucky Drop"], - "p1L+er": ["You can set one or multiple rules to be eligible to win a Lucky Drop."], - "p7luEI": [ - "Use Lucky Drop quests to grow your followers and engagement. Each requirement must be completed to be eligible to claim." - ], - "p8OYBy": [ - "@", - ["sender"], - " is sending an NFT lucky drop on ", - ["networkName"], - " network. ", - ["account_promote"], - " ", - ["promote_short"], - " #mask_io #LuckyDrop ", - ["0"] - ], - "pLHDrO": ["Holding NFT"], - "pa3wn3": ["It remains unclaimed."], - "pfw0Wr": ["ALL"], - "q+hNag": ["Collection"], - "qqWcBV": ["Completed"], - "r0eAyS": ["🤑 Check this Lucky Drop 🧧💰✨ sent by @", ["sender"], "."], - "rkVh+N": ["You can withdraw any unclaimed amount 24 hours after sending this lucky drop."], - "rl4E61": ["Number of Winners"], - "ryWxhG": ["Congratulations!"], - "s/KkfL": ["Clear all requirements"], - "s13D96": ["Claim Requirements"], - "tOL6AP": ["Adjust Selection"], - "tRRE1h": ["1 ", ["0"], " claimed."], - "tfDRzk": ["Save"], - "ty2gt9": ["You need to follow the creator of the lucky drop."], - "uF9ruK": ["Saving"], - "uQLq0T": ["The NFT lucky drop supports up to ", ["RED_PACKET_MAX_SHARES"], " NFTs selected for one time."], - "vLXevL": ["Transaction cost"], - "vOx+Me": ["You can withdraw the remaining balance 24 hours after sending the lucky drop."], - "wGtbaw": ["Amount per Share"], - "xDAtGP": ["Message"], - "xkpiw9": ["Select partially"], - "y2aRC+": ["Creator:"], - "y3juHh": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "yQE2r9": ["Loading"], - "z+H8bd": ["Your wallet does not meet the eligibility criteria for claiming."], - "zEZe86": [ - "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." - ], - "zGTAja": [["claimed"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], - "zW0kwR": ["Users must hold one NFT from the collection you select."] - } -} diff --git a/packages/plugins/RedPacket/src/locale/en-US.po b/packages/plugins/RedPacket/src/locale/en-US.po deleted file mode 100644 index 1b414b869a65..000000000000 --- a/packages/plugins/RedPacket/src/locale/en-US.po +++ /dev/null @@ -1,1092 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. placeholder {0}: dateTimeFormat(locale, new Date(patchedHistory.creation_time)) -#. placeholder {0}: format(fromUnixTime(timestamp), 'M/d/yyyy HH:mm') -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "{0} (UTC+8)" -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "{0} {1, plural, one {share} other {shares}} / {total} ${symbol}" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#~ msgid "{0} holder" -#~ msgstr "" - -#. placeholder {0}: conditions.join('/') -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "{0} Holder" -msgstr "" - -#. placeholder {0}: shareTextOption.account -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "{claimed} Follow @{0} (mask.io) to claim lucky drops." -msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "{claimed} Follow @{account} (mask.io) to claim lucky drops." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "{head} Follow @{0} (mask.io) to claim lucky drops." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "{head} Follow @{account} (mask.io) to claim lucky drops." -#~ msgstr "" - -#. placeholder {0}: postLink.toString() -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "@{sender} is sending an NFT lucky drop on {networkName} network. {account_promote} {promote_short} #mask_io #LuckyDrop {0}" -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -#~ msgid "@{sender} is sending an NFT lucky drop on {networkName} network. {account_promote} {promote_short} #mask_io #LuckyDrop {postLink}" -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "<0>{0} {1, plural, one {NFT} other {NFTs}}" -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "<0>{0} {1, plural, one {NFT} other {NFTs}}NFT" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "🤑 Check this Lucky Drop 🧧💰✨ sent by @{sender}." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "🤑 Just claimed a #LuckyDrop 🧧💰✨ on https://firefly.mask.social from @{sender} !" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" - -#. placeholder {0}: token?.contract?.name || 'NFT' -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "1 {0} claimed." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "1 NFT claimed." -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Add a Custom Cover" -msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Adjust Selection" -msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "ALL" -#~ msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "ALL ({0} NFT)" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Amount" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Amount Each" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Amount per Share" -msgstr "" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "At most {RED_PACKET_MAX_SHARES} recipients" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "At most {SOL_REDPACKET_MAX_SHARES} recipients" -msgstr "" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#~ msgid "At most 255 recipients" -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Attached Message" -#~ msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Available to Everyone" -msgstr "" - -#. placeholder {0}: balance || 0 -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -msgid "Balance: <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/PreviewRedPacket.tsx -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Best Wishes" -#~ msgstr "" - -#: src/SiteAdaptor/components/MessageInput.tsx -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/components/PreviewNftRedPacket.tsx -#: src/SiteAdaptor/components/PreviewRedPacket.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#: src/SiteAdaptor/contexts/RedPacketContext.tsx -#: src/SiteAdaptor/contexts/SolRedpacketContext.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Best Wishes!" -msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Browse File" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "By clicking \"Next\", you acknowledge the risk associated with decentralized networks and beta products." -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "Cancel" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Choose a Cover" -msgstr "" - -#: src/SiteAdaptor/RedPacketDialog.tsx -#~ msgid "Choose your collection" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -msgid "Claim" -msgstr "" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Claim Conditions" -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Claim Details" -msgstr "" - -#: src/SiteAdaptor/components/ClaimOnFirefly.tsx -msgid "Claim Lucky Drop" -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on Farcaster: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "Claim on Firefly" -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on Lens: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Claim Requirements" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Claimed" -msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Claimed " -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Claimed {0}/{1}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#~ msgid "Claimed Details" -#~ msgstr "" - -#. placeholder {0}: rpid ? bitStatusList.filter(Boolean).length.toString() : '0' -#. placeholder {1}: patchedHistory.shares -#. placeholder {2}: collection?.name ?? '' -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "Claimed: <0>{0}/{1} <1>{2}" -msgstr "" - -#: src/SiteAdaptor/RedPacketInHistoryList.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} {0}/{1} <1>{tokenSymbol}" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1} <2>{token_symbol}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2>{tokenSymbol}" -#~ msgstr "" - -#. placeholder {0}: formatTokenAmount(claim_amounts || 0, token_decimal, false) -#. placeholder {1}: formatTokenAmount(total_amounts || 0, token_decimal, false) -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2><3>{tokenSymbol}" -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -msgid "Claiming..." -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Clear all requirements" -#~ msgstr "" - -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -msgid "Collectibles" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Collection" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Collections" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Comment" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Completed" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#~ msgid "Conditions not met" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/CustomCover.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/SelectCollectibles.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Confirm" -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Confirm the Lucky Drop" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Confirming" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Congratulations!" -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/RequestLoginFooter.tsx -#~ msgid "Connect to {source}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Connect Wallet" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Cover" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Create the Lucky Drop" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "Create time:" -msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Creator:" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Crypto Holder" -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Customize Lucky Drop sender. Select either Lens or Forecaster usernames, or use the currently connected wallet." -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "Details" -msgstr "" - -#: src/SiteAdaptor/components/ClaimOnFirefly.tsx -msgid "Discovered a LuckyDrop event on the FireFly website." -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Drop Type" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Edit" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Empty" -msgstr "" - -#: src/SiteAdaptor/components/MessagePanel.tsx -#~ msgid "Enclose a Message" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Enter Amount Each" -msgstr "" - -#: src/SiteAdaptor/RedPacketERC20Form.tsx -#~ msgid "Enter number of winners" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Enter Number of Winners" -msgstr "" - -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Enter the amount that each winner can claim" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Enter Total Amount" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Equal Amount" -msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Everyone" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Expired" -msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Failed to create theme." -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "Follow @masknetwork (mask.io) to claim NFT lucky drops." -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -#~ msgid "Follow @realMaskNetwork (mask.io) to claim NFT lucky drops." -#~ msgstr "" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "Follow <0/> on {platform}" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Follow me" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "From: @{0}" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Gas Fee" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Gift crypto or NFTs to any users, first come, first served." -msgstr "" - -#. placeholder {0}: token.symbol -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Grant access to your {0} for the Lucky Drop Smart contract. You only have to do this once per token." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Grow your followers and engagement with Lucky Drop on Firefly mobile app or https://firefly.mask.social !" -#~ msgstr "" - -#: src/SiteAdaptor/hooks/useHandleSolanaCreateOrSelect.ts -#: src/SiteAdaptor/hooks/useHandleCreateOrSelect.ts -#~ msgid "" -#~ "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." -#~ msgstr "" - -#: src/SiteAdaptor/hooks/useHandleCreateOrSelect.ts -#~ msgid "" -#~ "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "" -"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n" -"\n" -"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "" -#~ "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Hi friends, I just found a lucky drop sent by @{0} on {1} network." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "Hi friends, I just found a lucky drop sent by @{sender} on Solana." -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "History" -msgstr "" - -#. placeholder {0}: tokenQuantity ? `${tokenQuantity}+` : 'any' -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Holding {0}" -msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Holding NFT" -msgstr "" - -#. placeholder {0}: shareTextOption.sender -#. placeholder {1}: shareTextOption.network -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "I just claimed a lucky drop from @{0} on {1} network." -msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "I just claimed a lucky drop from @{sender} on Solana" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "I just claimed a lucky drop from @{sender} on Solana." -msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "I just claimed an NFT lucky drop from @{sender} on {networkName} network." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Identical" -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Image Preview" -#~ msgstr "" - -#. placeholder {0}: token?.symbol -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Insufficient {0} Balance" -msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Insufficient Balance" -msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Insufficient Balance for Gas Fee" -msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -msgid "Invalid Network" -msgstr "" - -#: src/SiteAdaptor/views/HistoryDetail.tsx -msgid "It remains unclaimed." -msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Leave blank to allow any amount; enter a number to set a minimum holding requirement." -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Like" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Like / Repost / Comment" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacketHistoryList.tsx -#~ msgid "Loading" -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Loading token..." -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/NftRedPacket/index.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "Lucky Drop" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." -msgstr "" - -#: src/SiteAdaptor/components/MessageInput.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Message" -msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#: src/SiteAdaptor/RedPacketDialog.tsx -#~ msgid "More details" -#~ msgstr "" - -#: src/SiteAdaptor/components/ClaimRecord.tsx -msgid "My wallet" -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Next" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "NFT holder" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "NFT Holder" -msgstr "" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "NFT Holder of <0/>" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "NFTs" -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "No" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketHistoryDetails.tsx -#~ msgid "No claims yet for this Lucky Drop" -#~ msgstr "" - -#: src/SiteAdaptor/views/History.tsx -msgid "No Lucky Drops claimed" -msgstr "" - -#: src/SiteAdaptor/views/History.tsx -msgid "No Lucky Drops created. Select 🎁 when you compose a post to start your first drop." -msgstr "" - -#: src/SiteAdaptor/views/History.tsx -msgid "No more data available." -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "No results" -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." -msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -msgid "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Number of Winners" -#~ msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "or" -msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "or Holding NFT" -msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Post on" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Random" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Random Amount" -msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Received" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Received time:" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Recommended dimensions: 1016 × 672 px" -msgstr "" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Refund" -msgstr "" - -#. placeholder {0}: formatBalance(remain.toString(), tokenDecimals, { significant: 2, isPrecise: true }) -#: src/SiteAdaptor/hooks/useRefundCallback.tsx -msgid "Refund {0} {tokenSymbol} Successfully" -msgstr "" - -#: src/SiteAdaptor/hooks/useRefundCallback.tsx -#~ msgid "Refund Successfully" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Refunded" -msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Refunding" -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Repost" -#~ msgstr "" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "Requirements" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Reset" -msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Save" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Saving" -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Search" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Select a token" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Select a Token" -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Select All" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Select NFT collection to gate access" -#~ msgstr "" - -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Select NFTs" -msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "Select partially" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Selecting NFTs" -msgstr "" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -msgid "Send" -msgstr "" - -#: src/SiteAdaptor/index.tsx -#~ msgid "Send a surprise crypto giveaway. Tokens and NFTs on multiple chains are supported." -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Sent" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Share" -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Share From" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#~ msgid "Solana" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "Something went wrong." -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Split Mode" -msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Supported contracts" -msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Supported formats: JPEG, PNG, GIF<0/> Size limit: {0}" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Supported formats: JPEG, PNG, GIF<0/> Size limit: 1MB" -#~ msgstr "" - -#. placeholder {0}: formatFileSize(MAX_FILE_SIZE) -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Supported formats: JPEG, PNG<0/> Size limit: {0}" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "The Lucky Drop can't be sent due to data damage." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop has been refunded." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is broken." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is empty." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is expired." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "The maximum number of NFTs to be sold in NFT lucky drop contract is {NFT_RED_PACKET_MAX_SHARES}." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "The maximum number of NFTs to be sold in NFT lucky drop contract is {RED_PACKET_MAX_SHARES}." -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "The maximum number of NFTs to be sold in one collection lucky drop contract is 255." -msgstr "" - -#. placeholder {0}: formatBalance(1, token.decimals) -#. placeholder {1}: token.symbol -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "The minimum amount for each share is {0} {1}" -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "The NFT lucky drop supports up to {NFT_RED_PACKET_MAX_SHARES} NFTs selected for one time." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "The NFT lucky drop supports up to {RED_PACKET_MAX_SHARES} NFTs selected for one time." -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "This NFT contract cannot be modified now." -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Token ID separated by comma, e.g. 1224, 7873, 8948" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Token quantity greater than" -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Tokens" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Total amount" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Total Amount" -#~ msgstr "" - -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Total amount shared among all winners" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Total cost" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Total NFTs" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Transaction cost" -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Use Lucky Drop quests to grow your followers and engagement. Each requirement must be completed to be eligible to claim." -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "User must follow your account. Note: When you cross-post a Lucky Drop to multiple social networks, following you on any social allows users to claim." -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Users must hold one NFT from the collection you select." -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Users must like, repost / quote tweet, or comment on your Lucky Drop post." -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "View" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Wallet account" -#~ msgstr "" - -#. placeholder {0}: nativeTokenDetailed?.symbol || 'ETH' -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -msgid "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of {0}. Please reduce the number of NFTs selected." -msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Who can claim" -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "Who can claim?" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Winners" -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "You can also use <0>Shift to select multiple NFTs." -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "You can claim the lucky drop by holding the required amount of any selected token." -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "You can set one or multiple rules to be eligible to win a Lucky Drop." -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "You can withdraw any unclaimed amount 24 hours after sending this lucky drop." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "You can withdraw the remaining balance 24 hours after sending the lucky drop." -msgstr "" - -#: src/SiteAdaptor/RedPacketConfirmDialog.tsx -#~ msgid "You can withdraw the rest of your balances back 24h later after sending them out." -#~ msgstr "" - -#. placeholder {0}: formatBalance(claimRecord.amount.toString(), token?.decimals, { significant: 2 }) -#. placeholder {0}: formatBalance(data.claimed_amount, token?.decimals, { significant: 2 }) -#. placeholder {1}: token?.symbol || '' -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "You claimed {0} ${1}." -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "You claimed 1." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "You could refund {0} {1}." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "You got {0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "You got 1 {0}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -#~ msgid "You have already claimed this lucky drop." -#~ msgstr "" - -#: src/SiteAdaptor/views/NftHistory.tsx -msgid "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to follow <0>@{twitterHandle}" -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to follow the creator of the lucky drop." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold any of the following NFTs in your wallet." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold any of the following tokens." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold at least {quantity} of any of the following tokens." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -#~ msgid "You need to own at least one of the following NFTs." -#~ msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "You've already claimed the lucky drop" -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "Your wallet does not meet the eligibility criteria for claiming." -msgstr "" diff --git a/packages/plugins/RedPacket/src/locale/ja-JP.json b/packages/plugins/RedPacket/src/locale/ja-JP.json deleted file mode 100644 index a7badf447f9a..000000000000 --- a/packages/plugins/RedPacket/src/locale/ja-JP.json +++ /dev/null @@ -1,358 +0,0 @@ -{ - "messages": { - "/7UjtY": ["<0>", ["0"], " ", ["1", "plural", { "one": ["NFT"], "other": ["NFTs"] }]], - "/BI0y9": ["Refunded"], - "/y/pZ3": ["トークンを選択してください"], - "0+plfy": ["Loading token..."], - "0UMPI1": ["You got 1 ", ["0"]], - "0aBHf4": ["<0>", ["0"], " ", ["1", "plural", { "one": ["NFT"], "other": ["NFTs"] }], "NFT"], - "0cVLRh": [["0"], " holder"], - "0caMy7": ["履歴"], - "0lBTmP": ["You need to hold any of the following tokens."], - "0oFu/K": ["獲得したラッキードロップはありません。"], - "1QJyuR": ["At most ", ["RED_PACKET_MAX_SHARES"], " recipients"], - "1UzENP": ["No"], - "1yxOwR": ["Follow <0/> on ", ["platform"]], - "25/Bbu": ["The NFT lucky drop supports up to ", ["NFT_RED_PACKET_MAX_SHARES"], " NFTs selected for one time."], - "2Lr4ie": ["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."], - "3bGj61": ["Claim on Firefly"], - "3vMA+/": ["Claim on: ", ["link"]], - "4GBOoi": ["Failed to create theme."], - "4UmwEM": ["Image Preview"], - "4iA6eo": ["Claim on Farcaster: ", ["link"]], - "4lm4o+": ["Solana"], - "4xCNxC": ["Refund Successfully"], - "51cT/A": ["The minimum amount for each share is ", ["0"], " ", ["1"]], - "5Jczad": ["I just claimed a lucky drop from @", ["0"], " on ", ["1"], " network."], - "5NtcoW": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - " <2>", - ["token_symbol"], - "" - ], - "5opzVG": [ - "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." - ], - "6RDwJM": ["トークン"], - "6U+PWG": ["Total NFTs"], - "6YASel": ["無効なネットワーク"], - "6knJVf": ["This NFT contract cannot be modified now."], - "7VpPHA": ["確認"], - "7k2lei": [ - "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." - ], - "7lVDIk": [ - "The maximum number of NFTs to be sold in NFT lucky drop contract is ", - ["RED_PACKET_MAX_SHARES"], - "." - ], - "7tYPrA": ["Wallet account"], - "8Dh77Z": ["NFTs"], - "8IN0ph": ["No more data available."], - "8XJ5FY": [ - "@", - ["sender"], - " is sending an NFT lucky drop on ", - ["networkName"], - " network. ", - ["account_promote"], - " ", - ["promote_short"], - " #mask_io #LuckyDrop ", - ["postLink"] - ], - "8ZgUhU": ["ゲートにアクセスするNFTコレクションを選択します"], - "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], - "9r9nwF": ["同じ"], - "A1taO8": ["Search"], - "A3Ndml": [ - "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." - ], - "AbR6G1": ["Attached Message"], - "AuXfDa": [ - "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." - ], - "B1T4nn": ["ラッキードロップを確認する"], - "BYZ6zX": [ - "ユーザーは、あなたのラッキードロップの投稿に「いいね!」、リポスト/引用ツイート、コメントをしなければなりません。" - ], - "BzEFor": ["or"], - "CSR5gP": ["サプライズ暗号のプレゼントを送信します。複数のチェーンのトークンとNFTが対応されています。"], - "CT10+i": ["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."], - "CtByM7": ["ウォレットに接続"], - "Cwxng+": ["Supported formats: JPEG, PNG<0/> Size limit: ", ["0"]], - "DYoO0m": ["Token quantity greater than"], - "DkHkqH": ["Recommended dimensions: 1016 × 672 px"], - "DoJzLz": ["Collections"], - "DtZDW+": [["0"], " (UTC+8)"], - "Enb3Qk": ["You claimed 1."], - "Ev2r9A": ["No results"], - "FMQ6p2": ["You've already claimed the lucky drop"], - "Fgyfqo": ["各金額"], - "GCbtX1": [ - "The maximum number of NFTs to be sold in NFT lucky drop contract is ", - ["NFT_RED_PACKET_MAX_SHARES"], - "." - ], - "GRLMKx": ["当選者"], - "GS8mBF": ["Conditions not met"], - "GShMK6": ["返金処理中"], - "H+bGaz": ["Browse File"], - "H1v3zR": [["0"], " 残高不足"], - "H3KVEq": ["Supported formats: JPEG, PNG, GIF<0/> Size limit: ", ["0"]], - "HvfPuG": [["head"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], - "IF7RiR": ["Cover"], - "If2v4h": ["ラッキードロップ"], - "J0LAHU": ["返金"], - "JI2YCW": ["I just claimed a lucky drop from @", ["sender"], " on Solana"], - "Jc0uDj": ["Claim on Lens: ", ["link"]], - "JkfFCL": ["🤑 Just claimed a #LuckyDrop 🧧💰✨ on https://firefly.mask.social from @", ["sender"], " !"], - "JlFcis": ["送る"], - "Jnjbl3": ["You need to follow <0>@", ["twitterHandle"], ""], - "KPUGxy": ["ランダム金額"], - "LEbOpR": ["More details"], - "LLsMIY": ["You need to own at least one of the following NFTs."], - "LQtEHu": ["You can withdraw the rest of your balances back 24h later after sending them out."], - "Lzo8mb": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - "<2><3>", - ["tokenSymbol"], - "" - ], - "M1RnFv": ["期限切れ"], - "MCw2oc": ["You have already claimed this lucky drop."], - "Mh3RsB": ["幸運を祈ります!"], - "MoJhIu": ["Claimed Details"], - "MpAucy": ["Choose your collection"], - "MsYkNH": ["Total amount shared among all winners"], - "MwLgB9": ["Enter number of winners"], - "N+BQku": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - "<2>", - ["tokenSymbol"], - "" - ], - "N0tcou": ["受け取り中.."], - "N2DUxS": ["残高不足"], - "N2S1rs": ["空です"], - "NBdIgR": ["コメント"], - "NERSN2": ["or Holding NFT"], - "NZ7wlC": [["0"], " Holder"], - "NdlvGd": ["Claim Details"], - "NfxOUe": ["合計入力"], - "No0akY": ["You can also use <0>Shift to select multiple NFTs."], - "NrYZ3H": ["Total Amount"], - "NwibRO": ["Supported contracts"], - "O/GjWq": ["From: @", ["0"]], - "OJUMlR": ["いいね/リポスト/コメント"], - "OfhWJH": ["Reset"], - "P+K/3O": ["確認中"], - "PLWaf6": ["ラッキードロップを作成します。"], - "PRkIUI": ["Gas Fee"], - "PsQmAw": ["Everyone"], - "QF9SdB": ["分割モード"], - "QH3LZ+": ["Token ID separated by comma, e.g. 1224, 7873, 8948"], - "QowPFh": ["Collectibles"], - "QuBpLd": ["Requirements"], - "RHSlVw": ["Follow @masknetwork (mask.io) to claim NFT lucky drops."], - "ROWd/9": ["Leave blank to allow any amount; enter a number to set a minimum holding requirement."], - "S0movx": [ - "Grow your followers and engagement with Lucky Drop on Firefly mobile app or https://firefly.mask.social !" - ], - "SIrUT3": [ - ["0"], - " にラッキードロップスマートコントラクトへのアクセスを許可します。トークンごとに1回だけ行う必要があります" - ], - "SK/M8W": ["Enclose a Message"], - "SUqBr9": ["Refund ", ["0"], " ", ["tokenSymbol"], " Successfully"], - "SZ9jVW": [ - ["0"], - " ", - ["1", "plural", { "one": ["share"], "other": ["shares"] }], - " / ", - ["total"], - " $", - ["symbol"] - ], - "ShmUTn": ["Add a Custom Cover"], - "SwIjz/": [ - "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." - ], - "T0Y2+3": ["Select a token"], - "TvMDGM": ["今すぐフォロー"], - "UFzLh1": [ - "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ", - ["0"], - ". Please reduce the number of NFTs selected." - ], - "URmyfc": ["Details"], - "UnE9Qj": ["Hi friends, I just found a lucky drop sent by @", ["sender"], " on Solana."], - "V+ZuGt": ["You claimed ", ["0"], " $", ["1"], "."], - "V6wYl1": ["合計金額"], - "V9CuQ+": ["Connect to ", ["source"]], - "W+lPUh": ["At most 255 recipients"], - "W9FRBT": ["いいね"], - "WKG5E8": ["You need to hold at least ", ["quantity"], " of any of the following tokens."], - "WsNUie": ["Claimed: <0>", ["0"], "/", ["1"], " <1>", ["2"], ""], - "Wy16g8": ["暗号資産またはNFTをすべてのユーザーに贈り、先着順に提供します。"], - "XCpVdp": ["The Lucky Drop is expired."], - "XQFSWD": ["NFT Holder of <0/>"], - "XhDgnx": ["Supported formats: JPEG, PNG, GIF<0/> Size limit: 1MB"], - "XrlvqN": ["Who can claim?"], - "YLObqx": ["等しい金額"], - "Z8lGw6": ["共有"], - "ZDcdss": ["Claim Conditions"], - "ZK75iC": ["Choose a Cover"], - "Zg6RWT": ["Drop Type"], - "Zslc4B": [ - "ユーザーはアカウントをフォローする必要があります。注意: 複数のソーシャルネットワークにラッキードロップを投稿する場合、ソーシャルネットワークをフォローすると、ユーザーが請求することができます。" - ], - "a4C0ak": ["ガス料金が足りません"], - "aFJrEy": ["You need to hold any of the following NFTs in your wallet."], - "aLc9As": ["Received time:"], - "ahNa7P": ["NFT Holder"], - "bPNJ+3": ["Hi friends, I just found a lucky drop sent by @", ["0"], " on ", ["1"], " network."], - "bTp+bt": ["Claimed ", ["0"], "/", ["1"]], - "bbS8qf": ["1 NFT claimed."], - "bwlRe8": ["Selecting NFTs"], - "cBEQ5v": ["You got ", ["0"], " ", ["1"]], - "caP+Xq": ["Crypto Holder"], - "d5JlO3": ["Follow @realMaskNetwork (mask.io) to claim NFT lucky drops."], - "dEgA5A": ["Cancel"], - "dJAg3j": ["Post on"], - "dTHM4U": ["Enter the amount that each winner can claim"], - "dTgELI": ["Best Wishes"], - "ePK91l": ["Edit"], - "fZ5Vnu": ["Received"], - "fpX5Gn": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " ", - ["0"], - "/", - ["1"], - " <1>", - ["tokenSymbol"], - "" - ], - "gPL7RI": ["The Lucky Drop is empty."], - "gtdJ43": ["My wallet"], - "h69WC6": ["送信"], - "hPIX+D": ["Share From"], - "hRWvpI": ["受け取り済"], - "hXzOVo": ["次へ"], - "hdmRb+": ["The Lucky Drop is broken."], - "heVBR8": ["各金額を入力"], - "hehnjM": ["Amount"], - "hg5QeV": ["合計額"], - "hom7qf": ["受取る"], - "ihTzdK": [ - "By clicking \"Next\", you acknowledge the risk associated with decentralized networks and beta products." - ], - "jJPsrT": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "jbu3VI": ["I just claimed an NFT lucky drop from @", ["sender"], " on ", ["networkName"], " network."], - "jeLXsu": ["Who can claim"], - "jpctdh": ["表示"], - "kNHQXd": ["The Lucky Drop has been refunded."], - "kf83Ld": ["問題が発生しました."], - "lCfoWv": ["Select NFTs"], - "lISnKy": ["NFT ホルダー"], - "lWz/ts": ["Claimed "], - "lmYQuN": ["At most ", ["SOL_REDPACKET_MAX_SHARES"], " recipients"], - "lr8uE3": ["Holding ", ["0"]], - "lxJU2w": ["共有を入力"], - "m3akOw": ["I just claimed a lucky drop from @", ["sender"], " on Solana."], - "mCB6Je": ["Select All"], - "mfwfMR": ["You can claim the lucky drop by holding the required amount of any selected token."], - "mkude1": ["リポスト"], - "nJMj1z": ["You could refund ", ["0"], " ", ["1"], "."], - "nMUHWK": [["claimed"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], - "nbnhh8": [["head"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], - "nqL5WA": ["Claim Lucky Drop"], - "nvV/Td": ["Balance: <0>", ["0"], ""], - "nzBzok": ["作成時間:"], - "o66hO5": ["Discovered a LuckyDrop event on the FireFly website."], - "oG67vO": ["Available to Everyone"], - "oLnk2n": [ - "Customize Lucky Drop sender. Select either Lens or Forecaster usernames, or use the currently connected wallet." - ], - "oTLFeN": ["The Lucky Drop can't be sent due to data damage."], - "ofUcbc": ["ランダム"], - "oig90Q": ["ALL (", ["0"], " NFT)"], - "olT7qF": ["No claims yet for this Lucky Drop"], - "p1L+er": ["1つまたは複数のルールを設定して、Lucky Dropを獲得することができます。"], - "p7luEI": [ - "ラッキードロップクエストを使用してフォロワーとエンゲージメントを成長させましょう。各要件をクリアすると、要求を受けることができます。" - ], - "p8OYBy": [ - "@", - ["sender"], - " is sending an NFT lucky drop on ", - ["networkName"], - " network. ", - ["account_promote"], - " ", - ["promote_short"], - " #mask_io #LuckyDrop ", - ["0"] - ], - "pLHDrO": ["Holding NFT"], - "pa3wn3": ["It remains unclaimed."], - "pfw0Wr": ["ALL"], - "q+hNag": ["Collection"], - "qqWcBV": ["Completed"], - "r0eAyS": ["🤑 Check this Lucky Drop 🧧💰✨ sent by @", ["sender"], "."], - "rkVh+N": ["You can withdraw any unclaimed amount 24 hours after sending this lucky drop."], - "rl4E61": ["Number of Winners"], - "ryWxhG": ["Congratulations!"], - "s/KkfL": ["すべての要件をクリアする"], - "s13D96": ["要件を要求する"], - "tOL6AP": ["Adjust Selection"], - "tRRE1h": ["1 ", ["0"], " claimed."], - "tfDRzk": ["Save"], - "ty2gt9": ["You need to follow the creator of the lucky drop."], - "uF9ruK": ["Saving"], - "uQLq0T": ["The NFT lucky drop supports up to ", ["RED_PACKET_MAX_SHARES"], " NFTs selected for one time."], - "vLXevL": ["Transaction cost"], - "vOx+Me": ["You can withdraw the remaining balance 24 hours after sending the lucky drop."], - "wGtbaw": ["1株当たりの金額"], - "xDAtGP": ["メッセージ"], - "xkpiw9": ["Select partially"], - "y2aRC+": ["Creator:"], - "y3juHh": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "yQE2r9": ["Loading"], - "z+H8bd": ["Your wallet does not meet the eligibility criteria for claiming."], - "zEZe86": [ - "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." - ], - "zGTAja": [["claimed"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], - "zW0kwR": ["ユーザーは選択したコレクションから1つのNFTを保持する必要があります。"] - } -} diff --git a/packages/plugins/RedPacket/src/locale/ja-JP.po b/packages/plugins/RedPacket/src/locale/ja-JP.po deleted file mode 100644 index 9e6eef642112..000000000000 --- a/packages/plugins/RedPacket/src/locale/ja-JP.po +++ /dev/null @@ -1,1097 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-03-21 03:11\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/RedPacket/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 984\n" - -#. placeholder {0}: dateTimeFormat(locale, new Date(patchedHistory.creation_time)) -#. placeholder {0}: format(fromUnixTime(timestamp), 'M/d/yyyy HH:mm') -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "{0} (UTC+8)" -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "{0} {1, plural, one {share} other {shares}} / {total} ${symbol}" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#~ msgid "{0} holder" -#~ msgstr "" - -#. placeholder {0}: conditions.join('/') -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "{0} Holder" -msgstr "" - -#. placeholder {0}: shareTextOption.account -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "{claimed} Follow @{0} (mask.io) to claim lucky drops." -msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "{claimed} Follow @{account} (mask.io) to claim lucky drops." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "{head} Follow @{0} (mask.io) to claim lucky drops." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "{head} Follow @{account} (mask.io) to claim lucky drops." -#~ msgstr "" - -#. placeholder {0}: postLink.toString() -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "@{sender} is sending an NFT lucky drop on {networkName} network. {account_promote} {promote_short} #mask_io #LuckyDrop {0}" -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -#~ msgid "@{sender} is sending an NFT lucky drop on {networkName} network. {account_promote} {promote_short} #mask_io #LuckyDrop {postLink}" -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "<0>{0} {1, plural, one {NFT} other {NFTs}}" -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "<0>{0} {1, plural, one {NFT} other {NFTs}}NFT" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "🤑 Check this Lucky Drop 🧧💰✨ sent by @{sender}." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "🤑 Just claimed a #LuckyDrop 🧧💰✨ on https://firefly.mask.social from @{sender} !" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" - -#. placeholder {0}: token?.contract?.name || 'NFT' -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "1 {0} claimed." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "1 NFT claimed." -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Add a Custom Cover" -msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Adjust Selection" -msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "ALL" -#~ msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "ALL ({0} NFT)" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Amount" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Amount Each" -msgstr "各金額" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Amount per Share" -msgstr "1株当たりの金額" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "At most {RED_PACKET_MAX_SHARES} recipients" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "At most {SOL_REDPACKET_MAX_SHARES} recipients" -msgstr "" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#~ msgid "At most 255 recipients" -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Attached Message" -#~ msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Available to Everyone" -msgstr "" - -#. placeholder {0}: balance || 0 -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -msgid "Balance: <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/PreviewRedPacket.tsx -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Best Wishes" -#~ msgstr "" - -#: src/SiteAdaptor/components/MessageInput.tsx -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/components/PreviewNftRedPacket.tsx -#: src/SiteAdaptor/components/PreviewRedPacket.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#: src/SiteAdaptor/contexts/RedPacketContext.tsx -#: src/SiteAdaptor/contexts/SolRedpacketContext.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Best Wishes!" -msgstr "幸運を祈ります!" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Browse File" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "By clicking \"Next\", you acknowledge the risk associated with decentralized networks and beta products." -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "Cancel" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Choose a Cover" -msgstr "" - -#: src/SiteAdaptor/RedPacketDialog.tsx -#~ msgid "Choose your collection" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -msgid "Claim" -msgstr "受取る" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Claim Conditions" -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Claim Details" -msgstr "" - -#: src/SiteAdaptor/components/ClaimOnFirefly.tsx -msgid "Claim Lucky Drop" -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on Farcaster: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "Claim on Firefly" -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on Lens: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Claim Requirements" -#~ msgstr "要件を要求する" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Claimed" -msgstr "受け取り済" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Claimed " -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Claimed {0}/{1}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#~ msgid "Claimed Details" -#~ msgstr "" - -#. placeholder {0}: rpid ? bitStatusList.filter(Boolean).length.toString() : '0' -#. placeholder {1}: patchedHistory.shares -#. placeholder {2}: collection?.name ?? '' -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "Claimed: <0>{0}/{1} <1>{2}" -msgstr "" - -#: src/SiteAdaptor/RedPacketInHistoryList.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} {0}/{1} <1>{tokenSymbol}" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1} <2>{token_symbol}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2>{tokenSymbol}" -#~ msgstr "" - -#. placeholder {0}: formatTokenAmount(claim_amounts || 0, token_decimal, false) -#. placeholder {1}: formatTokenAmount(total_amounts || 0, token_decimal, false) -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2><3>{tokenSymbol}" -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -msgid "Claiming..." -msgstr "受け取り中.." - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Clear all requirements" -#~ msgstr "すべての要件をクリアする" - -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -msgid "Collectibles" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Collection" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Collections" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Comment" -#~ msgstr "コメント" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Completed" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#~ msgid "Conditions not met" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/CustomCover.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/SelectCollectibles.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Confirm" -msgstr "確認" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Confirm the Lucky Drop" -msgstr "ラッキードロップを確認する" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Confirming" -msgstr "確認中" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Congratulations!" -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/RequestLoginFooter.tsx -#~ msgid "Connect to {source}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Connect Wallet" -msgstr "ウォレットに接続" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Cover" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Create the Lucky Drop" -msgstr "ラッキードロップを作成します。" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "Create time:" -msgstr "作成時間:" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Creator:" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Crypto Holder" -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Customize Lucky Drop sender. Select either Lens or Forecaster usernames, or use the currently connected wallet." -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "Details" -msgstr "" - -#: src/SiteAdaptor/components/ClaimOnFirefly.tsx -msgid "Discovered a LuckyDrop event on the FireFly website." -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Drop Type" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Edit" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Empty" -msgstr "空です" - -#: src/SiteAdaptor/components/MessagePanel.tsx -#~ msgid "Enclose a Message" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Enter Amount Each" -msgstr "各金額を入力" - -#: src/SiteAdaptor/RedPacketERC20Form.tsx -#~ msgid "Enter number of winners" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Enter Number of Winners" -msgstr "共有を入力" - -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Enter the amount that each winner can claim" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Enter Total Amount" -msgstr "合計入力" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Equal Amount" -msgstr "等しい金額" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Everyone" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Expired" -msgstr "期限切れ" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Failed to create theme." -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "Follow @masknetwork (mask.io) to claim NFT lucky drops." -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -#~ msgid "Follow @realMaskNetwork (mask.io) to claim NFT lucky drops." -#~ msgstr "" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "Follow <0/> on {platform}" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Follow me" -#~ msgstr "今すぐフォロー" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "From: @{0}" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Gas Fee" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Gift crypto or NFTs to any users, first come, first served." -msgstr "暗号資産またはNFTをすべてのユーザーに贈り、先着順に提供します。" - -#. placeholder {0}: token.symbol -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Grant access to your {0} for the Lucky Drop Smart contract. You only have to do this once per token." -msgstr "{0} にラッキードロップスマートコントラクトへのアクセスを許可します。トークンごとに1回だけ行う必要があります" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Grow your followers and engagement with Lucky Drop on Firefly mobile app or https://firefly.mask.social !" -#~ msgstr "" - -#: src/SiteAdaptor/hooks/useHandleSolanaCreateOrSelect.ts -#: src/SiteAdaptor/hooks/useHandleCreateOrSelect.ts -#~ msgid "" -#~ "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." -#~ msgstr "" - -#: src/SiteAdaptor/hooks/useHandleCreateOrSelect.ts -#~ msgid "" -#~ "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "" -"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n" -"\n" -"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "" -#~ "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Hi friends, I just found a lucky drop sent by @{0} on {1} network." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "Hi friends, I just found a lucky drop sent by @{sender} on Solana." -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "History" -msgstr "履歴" - -#. placeholder {0}: tokenQuantity ? `${tokenQuantity}+` : 'any' -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Holding {0}" -msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Holding NFT" -msgstr "" - -#. placeholder {0}: shareTextOption.sender -#. placeholder {1}: shareTextOption.network -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "I just claimed a lucky drop from @{0} on {1} network." -msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "I just claimed a lucky drop from @{sender} on Solana" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "I just claimed a lucky drop from @{sender} on Solana." -msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "I just claimed an NFT lucky drop from @{sender} on {networkName} network." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Identical" -msgstr "同じ" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Image Preview" -#~ msgstr "" - -#. placeholder {0}: token?.symbol -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Insufficient {0} Balance" -msgstr "{0} 残高不足" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Insufficient Balance" -msgstr "残高不足" - -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Insufficient Balance for Gas Fee" -msgstr "ガス料金が足りません" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -msgid "Invalid Network" -msgstr "無効なネットワーク" - -#: src/SiteAdaptor/views/HistoryDetail.tsx -msgid "It remains unclaimed." -msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Leave blank to allow any amount; enter a number to set a minimum holding requirement." -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Like" -#~ msgstr "いいね" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Like / Repost / Comment" -#~ msgstr "いいね/リポスト/コメント" - -#: src/SiteAdaptor/NftRedPacketHistoryList.tsx -#~ msgid "Loading" -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Loading token..." -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/NftRedPacket/index.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "Lucky Drop" -msgstr "ラッキードロップ" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." -msgstr "" - -#: src/SiteAdaptor/components/MessageInput.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Message" -msgstr "メッセージ" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#: src/SiteAdaptor/RedPacketDialog.tsx -#~ msgid "More details" -#~ msgstr "" - -#: src/SiteAdaptor/components/ClaimRecord.tsx -msgid "My wallet" -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Next" -#~ msgstr "次へ" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "NFT holder" -#~ msgstr "NFT ホルダー" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "NFT Holder" -msgstr "" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "NFT Holder of <0/>" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "NFTs" -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "No" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketHistoryDetails.tsx -#~ msgid "No claims yet for this Lucky Drop" -#~ msgstr "" - -#: src/SiteAdaptor/views/History.tsx -msgid "No Lucky Drops claimed" -msgstr "獲得したラッキードロップはありません。" - -#: src/SiteAdaptor/views/History.tsx -msgid "No Lucky Drops created. Select 🎁 when you compose a post to start your first drop." -msgstr "" - -#: src/SiteAdaptor/views/History.tsx -msgid "No more data available." -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "No results" -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." -msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -msgid "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Number of Winners" -#~ msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "or" -msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "or Holding NFT" -msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Post on" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Random" -msgstr "ランダム" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Random Amount" -msgstr "ランダム金額" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Received" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Received time:" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Recommended dimensions: 1016 × 672 px" -msgstr "" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Refund" -msgstr "返金" - -#. placeholder {0}: formatBalance(remain.toString(), tokenDecimals, { significant: 2, isPrecise: true }) -#: src/SiteAdaptor/hooks/useRefundCallback.tsx -msgid "Refund {0} {tokenSymbol} Successfully" -msgstr "" - -#: src/SiteAdaptor/hooks/useRefundCallback.tsx -#~ msgid "Refund Successfully" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Refunded" -msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Refunding" -msgstr "返金処理中" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Repost" -#~ msgstr "リポスト" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "Requirements" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Reset" -msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Save" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Saving" -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Search" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Select a token" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Select a Token" -msgstr "トークンを選択してください" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Select All" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Select NFT collection to gate access" -#~ msgstr "ゲートにアクセスするNFTコレクションを選択します" - -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Select NFTs" -msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "Select partially" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Selecting NFTs" -msgstr "" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -msgid "Send" -msgstr "送る" - -#: src/SiteAdaptor/index.tsx -#~ msgid "Send a surprise crypto giveaway. Tokens and NFTs on multiple chains are supported." -#~ msgstr "サプライズ暗号のプレゼントを送信します。複数のチェーンのトークンとNFTが対応されています。" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Sent" -msgstr "送信" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Share" -msgstr "共有" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Share From" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#~ msgid "Solana" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "Something went wrong." -msgstr "問題が発生しました." - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Split Mode" -msgstr "分割モード" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Supported contracts" -msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Supported formats: JPEG, PNG, GIF<0/> Size limit: {0}" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Supported formats: JPEG, PNG, GIF<0/> Size limit: 1MB" -#~ msgstr "" - -#. placeholder {0}: formatFileSize(MAX_FILE_SIZE) -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Supported formats: JPEG, PNG<0/> Size limit: {0}" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "The Lucky Drop can't be sent due to data damage." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop has been refunded." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is broken." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is empty." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is expired." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "The maximum number of NFTs to be sold in NFT lucky drop contract is {NFT_RED_PACKET_MAX_SHARES}." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "The maximum number of NFTs to be sold in NFT lucky drop contract is {RED_PACKET_MAX_SHARES}." -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "The maximum number of NFTs to be sold in one collection lucky drop contract is 255." -msgstr "" - -#. placeholder {0}: formatBalance(1, token.decimals) -#. placeholder {1}: token.symbol -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "The minimum amount for each share is {0} {1}" -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "The NFT lucky drop supports up to {NFT_RED_PACKET_MAX_SHARES} NFTs selected for one time." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "The NFT lucky drop supports up to {RED_PACKET_MAX_SHARES} NFTs selected for one time." -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "This NFT contract cannot be modified now." -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Token ID separated by comma, e.g. 1224, 7873, 8948" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Token quantity greater than" -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Tokens" -msgstr "トークン" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Total amount" -msgstr "合計金額" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Total Amount" -#~ msgstr "" - -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Total amount shared among all winners" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Total cost" -msgstr "合計額" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Total NFTs" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Transaction cost" -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Use Lucky Drop quests to grow your followers and engagement. Each requirement must be completed to be eligible to claim." -#~ msgstr "ラッキードロップクエストを使用してフォロワーとエンゲージメントを成長させましょう。各要件をクリアすると、要求を受けることができます。" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "User must follow your account. Note: When you cross-post a Lucky Drop to multiple social networks, following you on any social allows users to claim." -#~ msgstr "ユーザーはアカウントをフォローする必要があります。注意: 複数のソーシャルネットワークにラッキードロップを投稿する場合、ソーシャルネットワークをフォローすると、ユーザーが請求することができます。" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Users must hold one NFT from the collection you select." -#~ msgstr "ユーザーは選択したコレクションから1つのNFTを保持する必要があります。" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Users must like, repost / quote tweet, or comment on your Lucky Drop post." -#~ msgstr "ユーザーは、あなたのラッキードロップの投稿に「いいね!」、リポスト/引用ツイート、コメントをしなければなりません。" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "View" -msgstr "表示" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Wallet account" -#~ msgstr "" - -#. placeholder {0}: nativeTokenDetailed?.symbol || 'ETH' -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -msgid "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of {0}. Please reduce the number of NFTs selected." -msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Who can claim" -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "Who can claim?" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Winners" -msgstr "当選者" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "You can also use <0>Shift to select multiple NFTs." -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "You can claim the lucky drop by holding the required amount of any selected token." -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "You can set one or multiple rules to be eligible to win a Lucky Drop." -#~ msgstr "1つまたは複数のルールを設定して、Lucky Dropを獲得することができます。" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "You can withdraw any unclaimed amount 24 hours after sending this lucky drop." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "You can withdraw the remaining balance 24 hours after sending the lucky drop." -msgstr "" - -#: src/SiteAdaptor/RedPacketConfirmDialog.tsx -#~ msgid "You can withdraw the rest of your balances back 24h later after sending them out." -#~ msgstr "" - -#. placeholder {0}: formatBalance(claimRecord.amount.toString(), token?.decimals, { significant: 2 }) -#. placeholder {0}: formatBalance(data.claimed_amount, token?.decimals, { significant: 2 }) -#. placeholder {1}: token?.symbol || '' -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "You claimed {0} ${1}." -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "You claimed 1." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "You could refund {0} {1}." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "You got {0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "You got 1 {0}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -#~ msgid "You have already claimed this lucky drop." -#~ msgstr "" - -#: src/SiteAdaptor/views/NftHistory.tsx -msgid "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to follow <0>@{twitterHandle}" -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to follow the creator of the lucky drop." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold any of the following NFTs in your wallet." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold any of the following tokens." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold at least {quantity} of any of the following tokens." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -#~ msgid "You need to own at least one of the following NFTs." -#~ msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "You've already claimed the lucky drop" -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "Your wallet does not meet the eligibility criteria for claiming." -msgstr "" diff --git a/packages/plugins/RedPacket/src/locale/ko-KR.json b/packages/plugins/RedPacket/src/locale/ko-KR.json deleted file mode 100644 index 7eb95aad1c00..000000000000 --- a/packages/plugins/RedPacket/src/locale/ko-KR.json +++ /dev/null @@ -1,357 +0,0 @@ -{ - "messages": { - "/7UjtY": ["<0>", ["0"], " ", ["1", "plural", { "one": ["NFT"], "other": ["NFTs"] }]], - "/BI0y9": ["Refunded"], - "/y/pZ3": ["토큰 선택"], - "0+plfy": ["Loading token..."], - "0UMPI1": ["You got 1 ", ["0"]], - "0aBHf4": ["<0>", ["0"], " ", ["1", "plural", { "one": ["NFT"], "other": ["NFTs"] }], "NFT"], - "0cVLRh": [["0"], " holder"], - "0caMy7": ["역사 기록"], - "0lBTmP": ["You need to hold any of the following tokens."], - "0oFu/K": ["No Lucky Drops claimed"], - "1QJyuR": ["At most ", ["RED_PACKET_MAX_SHARES"], " recipients"], - "1UzENP": ["No"], - "1yxOwR": ["Follow <0/> on ", ["platform"]], - "25/Bbu": ["The NFT lucky drop supports up to ", ["NFT_RED_PACKET_MAX_SHARES"], " NFTs selected for one time."], - "2Lr4ie": ["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."], - "3bGj61": ["Claim on Firefly"], - "3vMA+/": ["Claim on: ", ["link"]], - "4GBOoi": ["Failed to create theme."], - "4UmwEM": ["Image Preview"], - "4iA6eo": ["Claim on Farcaster: ", ["link"]], - "4lm4o+": ["Solana"], - "4xCNxC": ["Refund Successfully"], - "51cT/A": ["The minimum amount for each share is ", ["0"], " ", ["1"]], - "5Jczad": ["I just claimed a lucky drop from @", ["0"], " on ", ["1"], " network."], - "5NtcoW": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - " <2>", - ["token_symbol"], - "" - ], - "5opzVG": [ - "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." - ], - "6RDwJM": ["토큰"], - "6U+PWG": ["Total NFTs"], - "6YASel": ["잘못된 네트워크"], - "6knJVf": ["This NFT contract cannot be modified now."], - "7VpPHA": ["확인"], - "7k2lei": [ - "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." - ], - "7lVDIk": [ - "The maximum number of NFTs to be sold in NFT lucky drop contract is ", - ["RED_PACKET_MAX_SHARES"], - "." - ], - "7tYPrA": ["Wallet account"], - "8Dh77Z": ["NFTs"], - "8IN0ph": ["No more data available."], - "8XJ5FY": [ - "@", - ["sender"], - " is sending an NFT lucky drop on ", - ["networkName"], - " network. ", - ["account_promote"], - " ", - ["promote_short"], - " #mask_io #LuckyDrop ", - ["postLink"] - ], - "8ZgUhU": ["Select NFT collection to gate access"], - "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], - "9r9nwF": ["평균"], - "A1taO8": ["Search"], - "A3Ndml": [ - "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." - ], - "AbR6G1": ["Attached Message"], - "AuXfDa": [ - "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." - ], - "B1T4nn": ["행운 드랍 디테일"], - "BYZ6zX": ["Users must like, repost / quote tweet, or comment on your Lucky Drop post."], - "BzEFor": ["or"], - "CSR5gP": ["사프라이즈 트큰과 NFT 선물을 보내세요. 다양한 체인을 지원합니다."], - "CT10+i": ["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."], - "CtByM7": ["월렛 연결"], - "Cwxng+": ["Supported formats: JPEG, PNG<0/> Size limit: ", ["0"]], - "DYoO0m": ["Token quantity greater than"], - "DkHkqH": ["Recommended dimensions: 1016 × 672 px"], - "DoJzLz": ["Collections"], - "DtZDW+": [["0"], " (UTC+8)"], - "Enb3Qk": ["You claimed 1."], - "Ev2r9A": ["No results"], - "FMQ6p2": ["You've already claimed the lucky drop"], - "Fgyfqo": ["하나의 금액"], - "GCbtX1": [ - "The maximum number of NFTs to be sold in NFT lucky drop contract is ", - ["NFT_RED_PACKET_MAX_SHARES"], - "." - ], - "GRLMKx": ["Winners"], - "GS8mBF": ["Conditions not met"], - "GShMK6": ["환급 중"], - "H+bGaz": ["Browse File"], - "H1v3zR": [["0"], " 잔액 부족"], - "H3KVEq": ["Supported formats: JPEG, PNG, GIF<0/> Size limit: ", ["0"]], - "HvfPuG": [["head"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], - "IF7RiR": ["Cover"], - "If2v4h": ["행운 드랍"], - "J0LAHU": ["리펀"], - "JI2YCW": ["I just claimed a lucky drop from @", ["sender"], " on Solana"], - "Jc0uDj": ["Claim on Lens: ", ["link"]], - "JkfFCL": ["🤑 Just claimed a #LuckyDrop 🧧💰✨ on https://firefly.mask.social from @", ["sender"], " !"], - "JlFcis": ["발송"], - "Jnjbl3": ["You need to follow <0>@", ["twitterHandle"], ""], - "KPUGxy": ["랜덤 금액"], - "LEbOpR": ["More details"], - "LLsMIY": ["You need to own at least one of the following NFTs."], - "LQtEHu": ["You can withdraw the rest of your balances back 24h later after sending them out."], - "Lzo8mb": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - "<2><3>", - ["tokenSymbol"], - "" - ], - "M1RnFv": ["만료됨"], - "MCw2oc": ["You have already claimed this lucky drop."], - "Mh3RsB": ["행운을 빌어요!"], - "MoJhIu": ["Claimed Details"], - "MpAucy": ["Choose your collection"], - "MsYkNH": ["Total amount shared among all winners"], - "MwLgB9": ["Enter number of winners"], - "N+BQku": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - "<2>", - ["tokenSymbol"], - "" - ], - "N0tcou": ["수령 중..."], - "N2DUxS": ["잔액 부족"], - "N2S1rs": ["비어 있음"], - "NBdIgR": ["Comment"], - "NERSN2": ["or Holding NFT"], - "NZ7wlC": [["0"], " Holder"], - "NdlvGd": ["Claim Details"], - "NfxOUe": ["총금액 입력"], - "No0akY": ["You can also use <0>Shift to select multiple NFTs."], - "NrYZ3H": ["Total Amount"], - "NwibRO": ["Supported contracts"], - "O/GjWq": ["From: @", ["0"]], - "OJUMlR": ["Like / Repost / Comment"], - "OfhWJH": ["Reset"], - "P+K/3O": ["확인 중"], - "PLWaf6": ["다음"], - "PRkIUI": ["Gas Fee"], - "PsQmAw": ["Everyone"], - "QF9SdB": ["스플릿 모드"], - "QH3LZ+": ["Token ID separated by comma, e.g. 1224, 7873, 8948"], - "QowPFh": ["Collectibles"], - "QuBpLd": ["Requirements"], - "RHSlVw": ["Follow @masknetwork (mask.io) to claim NFT lucky drops."], - "ROWd/9": ["Leave blank to allow any amount; enter a number to set a minimum holding requirement."], - "S0movx": [ - "Grow your followers and engagement with Lucky Drop on Firefly mobile app or https://firefly.mask.social !" - ], - "SIrUT3": [ - "Grant access to your ", - ["0"], - " for the Lucky Drop Smart contract. You only have to do this once per token." - ], - "SK/M8W": ["Enclose a Message"], - "SUqBr9": ["Refund ", ["0"], " ", ["tokenSymbol"], " Successfully"], - "SZ9jVW": [ - ["0"], - " ", - ["1", "plural", { "one": ["share"], "other": ["shares"] }], - " / ", - ["total"], - " $", - ["symbol"] - ], - "ShmUTn": ["Add a Custom Cover"], - "SwIjz/": [ - "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." - ], - "T0Y2+3": ["Select a token"], - "TvMDGM": ["Follow me"], - "UFzLh1": [ - "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ", - ["0"], - ". Please reduce the number of NFTs selected." - ], - "URmyfc": ["Details"], - "UnE9Qj": ["Hi friends, I just found a lucky drop sent by @", ["sender"], " on Solana."], - "V+ZuGt": ["You claimed ", ["0"], " $", ["1"], "."], - "V6wYl1": ["Total amount"], - "V9CuQ+": ["Connect to ", ["source"]], - "W+lPUh": ["At most 255 recipients"], - "W9FRBT": ["Like"], - "WKG5E8": ["You need to hold at least ", ["quantity"], " of any of the following tokens."], - "WsNUie": ["Claimed: <0>", ["0"], "/", ["1"], " <1>", ["2"], ""], - "Wy16g8": ["크립토나 NFT를 다른 이용자에게 보낼 수 있습니다."], - "XCpVdp": ["The Lucky Drop is expired."], - "XQFSWD": ["NFT Holder of <0/>"], - "XhDgnx": ["Supported formats: JPEG, PNG, GIF<0/> Size limit: 1MB"], - "XrlvqN": ["Who can claim?"], - "YLObqx": ["동일한 금액"], - "Z8lGw6": ["공유"], - "ZDcdss": ["Claim Conditions"], - "ZK75iC": ["Choose a Cover"], - "Zg6RWT": ["Drop Type"], - "Zslc4B": [ - "User must follow your account. Note: When you cross-post a Lucky Drop to multiple social networks, following you on any social allows users to claim." - ], - "a4C0ak": ["가스비 부족"], - "aFJrEy": ["You need to hold any of the following NFTs in your wallet."], - "aLc9As": ["Received time:"], - "ahNa7P": ["NFT Holder"], - "bPNJ+3": ["Hi friends, I just found a lucky drop sent by @", ["0"], " on ", ["1"], " network."], - "bTp+bt": ["Claimed ", ["0"], "/", ["1"]], - "bbS8qf": ["1 NFT claimed."], - "bwlRe8": ["Selecting NFTs"], - "cBEQ5v": ["You got ", ["0"], " ", ["1"]], - "caP+Xq": ["Crypto Holder"], - "d5JlO3": ["Follow @realMaskNetwork (mask.io) to claim NFT lucky drops."], - "dEgA5A": ["Cancel"], - "dJAg3j": ["Post on"], - "dTHM4U": ["Enter the amount that each winner can claim"], - "dTgELI": ["Best Wishes"], - "ePK91l": ["Edit"], - "fZ5Vnu": ["Received"], - "fpX5Gn": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " ", - ["0"], - "/", - ["1"], - " <1>", - ["tokenSymbol"], - "" - ], - "gPL7RI": ["The Lucky Drop is empty."], - "gtdJ43": ["My wallet"], - "h69WC6": ["Sent"], - "hPIX+D": ["Share From"], - "hRWvpI": ["Claimed"], - "hXzOVo": ["Next"], - "hdmRb+": ["The Lucky Drop is broken."], - "heVBR8": ["하나의 금액 입력"], - "hehnjM": ["Amount"], - "hg5QeV": ["총 비용"], - "hom7qf": ["수령"], - "ihTzdK": [ - "By clicking \"Next\", you acknowledge the risk associated with decentralized networks and beta products." - ], - "jJPsrT": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "jbu3VI": ["I just claimed an NFT lucky drop from @", ["sender"], " on ", ["networkName"], " network."], - "jeLXsu": ["Who can claim"], - "jpctdh": ["View"], - "kNHQXd": ["The Lucky Drop has been refunded."], - "kf83Ld": ["오류가 발생합니다."], - "lCfoWv": ["Select NFTs"], - "lISnKy": ["NFT holder"], - "lWz/ts": ["Claimed "], - "lmYQuN": ["At most ", ["SOL_REDPACKET_MAX_SHARES"], " recipients"], - "lr8uE3": ["Holding ", ["0"]], - "lxJU2w": ["공유 수량 입력"], - "m3akOw": ["I just claimed a lucky drop from @", ["sender"], " on Solana."], - "mCB6Je": ["Select All"], - "mfwfMR": ["You can claim the lucky drop by holding the required amount of any selected token."], - "mkude1": ["Repost"], - "nJMj1z": ["You could refund ", ["0"], " ", ["1"], "."], - "nMUHWK": [["claimed"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], - "nbnhh8": [["head"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], - "nqL5WA": ["Claim Lucky Drop"], - "nvV/Td": ["Balance: <0>", ["0"], ""], - "nzBzok": ["생성 시간:"], - "o66hO5": ["Discovered a LuckyDrop event on the FireFly website."], - "oG67vO": ["Available to Everyone"], - "oLnk2n": [ - "Customize Lucky Drop sender. Select either Lens or Forecaster usernames, or use the currently connected wallet." - ], - "oTLFeN": ["The Lucky Drop can't be sent due to data damage."], - "ofUcbc": ["렌덤"], - "oig90Q": ["ALL (", ["0"], " NFT)"], - "olT7qF": ["No claims yet for this Lucky Drop"], - "p1L+er": ["You can set one or multiple rules to be eligible to win a Lucky Drop."], - "p7luEI": [ - "Use Lucky Drop quests to grow your followers and engagement. Each requirement must be completed to be eligible to claim." - ], - "p8OYBy": [ - "@", - ["sender"], - " is sending an NFT lucky drop on ", - ["networkName"], - " network. ", - ["account_promote"], - " ", - ["promote_short"], - " #mask_io #LuckyDrop ", - ["0"] - ], - "pLHDrO": ["Holding NFT"], - "pa3wn3": ["It remains unclaimed."], - "pfw0Wr": ["ALL"], - "q+hNag": ["Collection"], - "qqWcBV": ["Completed"], - "r0eAyS": ["🤑 Check this Lucky Drop 🧧💰✨ sent by @", ["sender"], "."], - "rkVh+N": ["You can withdraw any unclaimed amount 24 hours after sending this lucky drop."], - "rl4E61": ["Number of Winners"], - "ryWxhG": ["Congratulations!"], - "s/KkfL": ["Clear all requirements"], - "s13D96": ["Claim Requirements"], - "tOL6AP": ["Adjust Selection"], - "tRRE1h": ["1 ", ["0"], " claimed."], - "tfDRzk": ["Save"], - "ty2gt9": ["You need to follow the creator of the lucky drop."], - "uF9ruK": ["Saving"], - "uQLq0T": ["The NFT lucky drop supports up to ", ["RED_PACKET_MAX_SHARES"], " NFTs selected for one time."], - "vLXevL": ["Transaction cost"], - "vOx+Me": ["You can withdraw the remaining balance 24 hours after sending the lucky drop."], - "wGtbaw": ["한 지분 금액"], - "xDAtGP": ["Message"], - "xkpiw9": ["Select partially"], - "y2aRC+": ["Creator:"], - "y3juHh": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "yQE2r9": ["Loading"], - "z+H8bd": ["Your wallet does not meet the eligibility criteria for claiming."], - "zEZe86": [ - "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." - ], - "zGTAja": [["claimed"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], - "zW0kwR": ["Users must hold one NFT from the collection you select."] - } -} diff --git a/packages/plugins/RedPacket/src/locale/ko-KR.po b/packages/plugins/RedPacket/src/locale/ko-KR.po deleted file mode 100644 index a67546b921a8..000000000000 --- a/packages/plugins/RedPacket/src/locale/ko-KR.po +++ /dev/null @@ -1,1097 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-03-21 03:11\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/RedPacket/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 984\n" - -#. placeholder {0}: dateTimeFormat(locale, new Date(patchedHistory.creation_time)) -#. placeholder {0}: format(fromUnixTime(timestamp), 'M/d/yyyy HH:mm') -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "{0} (UTC+8)" -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "{0} {1, plural, one {share} other {shares}} / {total} ${symbol}" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#~ msgid "{0} holder" -#~ msgstr "" - -#. placeholder {0}: conditions.join('/') -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "{0} Holder" -msgstr "" - -#. placeholder {0}: shareTextOption.account -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "{claimed} Follow @{0} (mask.io) to claim lucky drops." -msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "{claimed} Follow @{account} (mask.io) to claim lucky drops." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "{head} Follow @{0} (mask.io) to claim lucky drops." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "{head} Follow @{account} (mask.io) to claim lucky drops." -#~ msgstr "" - -#. placeholder {0}: postLink.toString() -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "@{sender} is sending an NFT lucky drop on {networkName} network. {account_promote} {promote_short} #mask_io #LuckyDrop {0}" -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -#~ msgid "@{sender} is sending an NFT lucky drop on {networkName} network. {account_promote} {promote_short} #mask_io #LuckyDrop {postLink}" -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "<0>{0} {1, plural, one {NFT} other {NFTs}}" -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "<0>{0} {1, plural, one {NFT} other {NFTs}}NFT" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "🤑 Check this Lucky Drop 🧧💰✨ sent by @{sender}." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "🤑 Just claimed a #LuckyDrop 🧧💰✨ on https://firefly.mask.social from @{sender} !" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" - -#. placeholder {0}: token?.contract?.name || 'NFT' -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "1 {0} claimed." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "1 NFT claimed." -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Add a Custom Cover" -msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Adjust Selection" -msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "ALL" -#~ msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "ALL ({0} NFT)" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Amount" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Amount Each" -msgstr "하나의 금액" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Amount per Share" -msgstr "한 지분 금액" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "At most {RED_PACKET_MAX_SHARES} recipients" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "At most {SOL_REDPACKET_MAX_SHARES} recipients" -msgstr "" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#~ msgid "At most 255 recipients" -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Attached Message" -#~ msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Available to Everyone" -msgstr "" - -#. placeholder {0}: balance || 0 -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -msgid "Balance: <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/PreviewRedPacket.tsx -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Best Wishes" -#~ msgstr "" - -#: src/SiteAdaptor/components/MessageInput.tsx -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/components/PreviewNftRedPacket.tsx -#: src/SiteAdaptor/components/PreviewRedPacket.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#: src/SiteAdaptor/contexts/RedPacketContext.tsx -#: src/SiteAdaptor/contexts/SolRedpacketContext.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Best Wishes!" -msgstr "행운을 빌어요!" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Browse File" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "By clicking \"Next\", you acknowledge the risk associated with decentralized networks and beta products." -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "Cancel" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Choose a Cover" -msgstr "" - -#: src/SiteAdaptor/RedPacketDialog.tsx -#~ msgid "Choose your collection" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -msgid "Claim" -msgstr "수령" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Claim Conditions" -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Claim Details" -msgstr "" - -#: src/SiteAdaptor/components/ClaimOnFirefly.tsx -msgid "Claim Lucky Drop" -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on Farcaster: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "Claim on Firefly" -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on Lens: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Claim Requirements" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Claimed" -msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Claimed " -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Claimed {0}/{1}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#~ msgid "Claimed Details" -#~ msgstr "" - -#. placeholder {0}: rpid ? bitStatusList.filter(Boolean).length.toString() : '0' -#. placeholder {1}: patchedHistory.shares -#. placeholder {2}: collection?.name ?? '' -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "Claimed: <0>{0}/{1} <1>{2}" -msgstr "" - -#: src/SiteAdaptor/RedPacketInHistoryList.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} {0}/{1} <1>{tokenSymbol}" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1} <2>{token_symbol}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2>{tokenSymbol}" -#~ msgstr "" - -#. placeholder {0}: formatTokenAmount(claim_amounts || 0, token_decimal, false) -#. placeholder {1}: formatTokenAmount(total_amounts || 0, token_decimal, false) -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2><3>{tokenSymbol}" -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -msgid "Claiming..." -msgstr "수령 중..." - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Clear all requirements" -#~ msgstr "" - -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -msgid "Collectibles" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Collection" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Collections" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Comment" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Completed" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#~ msgid "Conditions not met" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/CustomCover.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/SelectCollectibles.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Confirm" -msgstr "확인" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Confirm the Lucky Drop" -msgstr "행운 드랍 디테일" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Confirming" -msgstr "확인 중" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Congratulations!" -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/RequestLoginFooter.tsx -#~ msgid "Connect to {source}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Connect Wallet" -msgstr "월렛 연결" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Cover" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Create the Lucky Drop" -msgstr "다음" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "Create time:" -msgstr "생성 시간:" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Creator:" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Crypto Holder" -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Customize Lucky Drop sender. Select either Lens or Forecaster usernames, or use the currently connected wallet." -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "Details" -msgstr "" - -#: src/SiteAdaptor/components/ClaimOnFirefly.tsx -msgid "Discovered a LuckyDrop event on the FireFly website." -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Drop Type" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Edit" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Empty" -msgstr "비어 있음" - -#: src/SiteAdaptor/components/MessagePanel.tsx -#~ msgid "Enclose a Message" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Enter Amount Each" -msgstr "하나의 금액 입력" - -#: src/SiteAdaptor/RedPacketERC20Form.tsx -#~ msgid "Enter number of winners" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Enter Number of Winners" -msgstr "공유 수량 입력" - -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Enter the amount that each winner can claim" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Enter Total Amount" -msgstr "총금액 입력" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Equal Amount" -msgstr "동일한 금액" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Everyone" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Expired" -msgstr "만료됨" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Failed to create theme." -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "Follow @masknetwork (mask.io) to claim NFT lucky drops." -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -#~ msgid "Follow @realMaskNetwork (mask.io) to claim NFT lucky drops." -#~ msgstr "" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "Follow <0/> on {platform}" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Follow me" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "From: @{0}" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Gas Fee" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Gift crypto or NFTs to any users, first come, first served." -msgstr "크립토나 NFT를 다른 이용자에게 보낼 수 있습니다." - -#. placeholder {0}: token.symbol -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Grant access to your {0} for the Lucky Drop Smart contract. You only have to do this once per token." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Grow your followers and engagement with Lucky Drop on Firefly mobile app or https://firefly.mask.social !" -#~ msgstr "" - -#: src/SiteAdaptor/hooks/useHandleSolanaCreateOrSelect.ts -#: src/SiteAdaptor/hooks/useHandleCreateOrSelect.ts -#~ msgid "" -#~ "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." -#~ msgstr "" - -#: src/SiteAdaptor/hooks/useHandleCreateOrSelect.ts -#~ msgid "" -#~ "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "" -"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n" -"\n" -"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "" -#~ "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Hi friends, I just found a lucky drop sent by @{0} on {1} network." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "Hi friends, I just found a lucky drop sent by @{sender} on Solana." -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "History" -msgstr "역사 기록" - -#. placeholder {0}: tokenQuantity ? `${tokenQuantity}+` : 'any' -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Holding {0}" -msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Holding NFT" -msgstr "" - -#. placeholder {0}: shareTextOption.sender -#. placeholder {1}: shareTextOption.network -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "I just claimed a lucky drop from @{0} on {1} network." -msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "I just claimed a lucky drop from @{sender} on Solana" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "I just claimed a lucky drop from @{sender} on Solana." -msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "I just claimed an NFT lucky drop from @{sender} on {networkName} network." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Identical" -msgstr "평균" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Image Preview" -#~ msgstr "" - -#. placeholder {0}: token?.symbol -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Insufficient {0} Balance" -msgstr "{0} 잔액 부족" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Insufficient Balance" -msgstr "잔액 부족" - -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Insufficient Balance for Gas Fee" -msgstr "가스비 부족" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -msgid "Invalid Network" -msgstr "잘못된 네트워크" - -#: src/SiteAdaptor/views/HistoryDetail.tsx -msgid "It remains unclaimed." -msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Leave blank to allow any amount; enter a number to set a minimum holding requirement." -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Like" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Like / Repost / Comment" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacketHistoryList.tsx -#~ msgid "Loading" -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Loading token..." -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/NftRedPacket/index.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "Lucky Drop" -msgstr "행운 드랍" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." -msgstr "" - -#: src/SiteAdaptor/components/MessageInput.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Message" -msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#: src/SiteAdaptor/RedPacketDialog.tsx -#~ msgid "More details" -#~ msgstr "" - -#: src/SiteAdaptor/components/ClaimRecord.tsx -msgid "My wallet" -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Next" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "NFT holder" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "NFT Holder" -msgstr "" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "NFT Holder of <0/>" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "NFTs" -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "No" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketHistoryDetails.tsx -#~ msgid "No claims yet for this Lucky Drop" -#~ msgstr "" - -#: src/SiteAdaptor/views/History.tsx -msgid "No Lucky Drops claimed" -msgstr "" - -#: src/SiteAdaptor/views/History.tsx -msgid "No Lucky Drops created. Select 🎁 when you compose a post to start your first drop." -msgstr "" - -#: src/SiteAdaptor/views/History.tsx -msgid "No more data available." -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "No results" -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." -msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -msgid "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Number of Winners" -#~ msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "or" -msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "or Holding NFT" -msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Post on" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Random" -msgstr "렌덤" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Random Amount" -msgstr "랜덤 금액" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Received" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Received time:" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Recommended dimensions: 1016 × 672 px" -msgstr "" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Refund" -msgstr "리펀" - -#. placeholder {0}: formatBalance(remain.toString(), tokenDecimals, { significant: 2, isPrecise: true }) -#: src/SiteAdaptor/hooks/useRefundCallback.tsx -msgid "Refund {0} {tokenSymbol} Successfully" -msgstr "" - -#: src/SiteAdaptor/hooks/useRefundCallback.tsx -#~ msgid "Refund Successfully" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Refunded" -msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Refunding" -msgstr "환급 중" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Repost" -#~ msgstr "" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "Requirements" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Reset" -msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Save" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Saving" -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Search" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Select a token" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Select a Token" -msgstr "토큰 선택" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Select All" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Select NFT collection to gate access" -#~ msgstr "" - -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Select NFTs" -msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "Select partially" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Selecting NFTs" -msgstr "" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -msgid "Send" -msgstr "발송" - -#: src/SiteAdaptor/index.tsx -#~ msgid "Send a surprise crypto giveaway. Tokens and NFTs on multiple chains are supported." -#~ msgstr "사프라이즈 트큰과 NFT 선물을 보내세요. 다양한 체인을 지원합니다." - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Sent" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Share" -msgstr "공유" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Share From" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#~ msgid "Solana" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "Something went wrong." -msgstr "오류가 발생합니다." - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Split Mode" -msgstr "스플릿 모드" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Supported contracts" -msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Supported formats: JPEG, PNG, GIF<0/> Size limit: {0}" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Supported formats: JPEG, PNG, GIF<0/> Size limit: 1MB" -#~ msgstr "" - -#. placeholder {0}: formatFileSize(MAX_FILE_SIZE) -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Supported formats: JPEG, PNG<0/> Size limit: {0}" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "The Lucky Drop can't be sent due to data damage." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop has been refunded." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is broken." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is empty." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is expired." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "The maximum number of NFTs to be sold in NFT lucky drop contract is {NFT_RED_PACKET_MAX_SHARES}." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "The maximum number of NFTs to be sold in NFT lucky drop contract is {RED_PACKET_MAX_SHARES}." -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "The maximum number of NFTs to be sold in one collection lucky drop contract is 255." -msgstr "" - -#. placeholder {0}: formatBalance(1, token.decimals) -#. placeholder {1}: token.symbol -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "The minimum amount for each share is {0} {1}" -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "The NFT lucky drop supports up to {NFT_RED_PACKET_MAX_SHARES} NFTs selected for one time." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "The NFT lucky drop supports up to {RED_PACKET_MAX_SHARES} NFTs selected for one time." -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "This NFT contract cannot be modified now." -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Token ID separated by comma, e.g. 1224, 7873, 8948" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Token quantity greater than" -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Tokens" -msgstr "토큰" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Total amount" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Total Amount" -#~ msgstr "" - -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Total amount shared among all winners" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Total cost" -msgstr "총 비용" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Total NFTs" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Transaction cost" -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Use Lucky Drop quests to grow your followers and engagement. Each requirement must be completed to be eligible to claim." -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "User must follow your account. Note: When you cross-post a Lucky Drop to multiple social networks, following you on any social allows users to claim." -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Users must hold one NFT from the collection you select." -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Users must like, repost / quote tweet, or comment on your Lucky Drop post." -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "View" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Wallet account" -#~ msgstr "" - -#. placeholder {0}: nativeTokenDetailed?.symbol || 'ETH' -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -msgid "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of {0}. Please reduce the number of NFTs selected." -msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Who can claim" -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "Who can claim?" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Winners" -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "You can also use <0>Shift to select multiple NFTs." -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "You can claim the lucky drop by holding the required amount of any selected token." -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "You can set one or multiple rules to be eligible to win a Lucky Drop." -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "You can withdraw any unclaimed amount 24 hours after sending this lucky drop." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "You can withdraw the remaining balance 24 hours after sending the lucky drop." -msgstr "" - -#: src/SiteAdaptor/RedPacketConfirmDialog.tsx -#~ msgid "You can withdraw the rest of your balances back 24h later after sending them out." -#~ msgstr "" - -#. placeholder {0}: formatBalance(claimRecord.amount.toString(), token?.decimals, { significant: 2 }) -#. placeholder {0}: formatBalance(data.claimed_amount, token?.decimals, { significant: 2 }) -#. placeholder {1}: token?.symbol || '' -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "You claimed {0} ${1}." -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "You claimed 1." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "You could refund {0} {1}." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "You got {0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "You got 1 {0}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -#~ msgid "You have already claimed this lucky drop." -#~ msgstr "" - -#: src/SiteAdaptor/views/NftHistory.tsx -msgid "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to follow <0>@{twitterHandle}" -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to follow the creator of the lucky drop." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold any of the following NFTs in your wallet." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold any of the following tokens." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold at least {quantity} of any of the following tokens." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -#~ msgid "You need to own at least one of the following NFTs." -#~ msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "You've already claimed the lucky drop" -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "Your wallet does not meet the eligibility criteria for claiming." -msgstr "" diff --git a/packages/plugins/RedPacket/src/locale/languages.ts b/packages/plugins/RedPacket/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/RedPacket/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/RedPacket/src/locale/qya-AA.po b/packages/plugins/RedPacket/src/locale/qya-AA.po deleted file mode 100644 index d1d0f16e3087..000000000000 --- a/packages/plugins/RedPacket/src/locale/qya-AA.po +++ /dev/null @@ -1,1076 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-03-21 03:11\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/RedPacket/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 984\n" - -#. placeholder {0}: format(fromUnixTime(timestamp), 'M/d/yyyy HH:mm') -#. placeholder {0}: dateTimeFormat(locale, new Date(patchedHistory.creation_time)) -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "{0} (UTC+8)" -msgstr "crwdns28928:0{0}crwdne28928:0" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "{0} {1, plural, one {share} other {shares}} / {total} ${symbol}" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#~ msgid "{0} holder" -#~ msgstr "" - -#. placeholder {0}: conditions.join('/') -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "{0} Holder" -msgstr "crwdns36402:0{0}crwdne36402:0" - -#. placeholder {0}: shareTextOption.account -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "{claimed} Follow @{0} (mask.io) to claim lucky drops." -msgstr "crwdns35466:0{claimed}crwdnd35466:0{0}crwdne35466:0" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "{claimed} Follow @{account} (mask.io) to claim lucky drops." -msgstr "crwdns36578:0{claimed}crwdnd36578:0{account}crwdne36578:0" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "{head} Follow @{0} (mask.io) to claim lucky drops." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "{head} Follow @{account} (mask.io) to claim lucky drops." -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "@{sender} is sending an NFT lucky drop on {networkName} network. {account_promote} {promote_short} #mask_io #LuckyDrop {postLink}" -msgstr "crwdns31710:0{sender}crwdnd31710:0{networkName}crwdnd31710:0{account_promote}crwdnd31710:0{promote_short}crwdnd31710:0{postLink}crwdne31710:0" - -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "<0>{0} {1, plural, one {NFT} other {NFTs}}" -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "<0>{0} {1, plural, one {NFT} other {NFTs}}NFT" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "🤑 Check this Lucky Drop 🧧💰✨ sent by @{sender}." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "🤑 Just claimed a #LuckyDrop 🧧💰✨ on https://firefly.mask.social from @{sender} !" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "crwdns31720:0crwdne31720:0" - -#. placeholder {0}: token?.contract?.name || 'NFT' -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "1 {0} claimed." -msgstr "crwdns32296:0{0}crwdne32296:0" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "1 NFT claimed." -msgstr "crwdns32298:0crwdne32298:0" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Add a Custom Cover" -msgstr "crwdns36148:0crwdne36148:0" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Adjust Selection" -msgstr "crwdns36404:0crwdne36404:0" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "ALL" -#~ msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "ALL ({0} NFT)" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Amount" -#~ msgstr "" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Amount Each" -msgstr "crwdns28934:0crwdne28934:0" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -msgid "Amount per Share" -msgstr "crwdns28936:0crwdne28936:0" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "At most {RED_PACKET_MAX_SHARES} recipients" -msgstr "crwdns36728:0{RED_PACKET_MAX_SHARES}crwdne36728:0" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "At most {SOL_REDPACKET_MAX_SHARES} recipients" -msgstr "crwdns36730:0{SOL_REDPACKET_MAX_SHARES}crwdne36730:0" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#~ msgid "At most 255 recipients" -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Attached Message" -#~ msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Available to Everyone" -msgstr "crwdns36406:0crwdne36406:0" - -#. placeholder {0}: balance || 0 -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -msgid "Balance: <0>{0}" -msgstr "crwdns36847:0{0}crwdne36847:0" - -#: src/SiteAdaptor/components/PreviewRedPacket.tsx -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Best Wishes" -#~ msgstr "" - -#: src/SiteAdaptor/contexts/SolRedpacketContext.tsx -#: src/SiteAdaptor/contexts/RedPacketContext.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#: src/SiteAdaptor/components/PreviewRedPacket.tsx -#: src/SiteAdaptor/components/PreviewNftRedPacket.tsx -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/components/MessageInput.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Best Wishes!" -msgstr "crwdns28944:0crwdne28944:0" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Browse File" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "By clicking \"Next\", you acknowledge the risk associated with decentralized networks and beta products." -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectCollectibles.tsx -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Cancel" -msgstr "crwdns36072:0crwdne36072:0" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Choose a Cover" -msgstr "crwdns36074:0crwdne36074:0" - -#: src/SiteAdaptor/RedPacketDialog.tsx -#~ msgid "Choose your collection" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/NftRedPacket/OperationFooter.tsx -msgid "Claim" -msgstr "crwdns28950:0crwdne28950:0" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Claim Conditions" -msgstr "crwdns36408:0crwdne36408:0" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Claim Details" -msgstr "crwdns36076:0crwdne36076:0" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on Farcaster: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "Claim on Firefly" -msgstr "crwdns37138:0crwdne37138:0" - -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on Lens: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -msgid "Claim Requirements" -msgstr "crwdns28952:0crwdne28952:0" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Claimed" -msgstr "crwdns28954:0crwdne28954:0" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Claimed " -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Claimed {0}/{1}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#~ msgid "Claimed Details" -#~ msgstr "" - -#. placeholder {0}: rpid ? bitStatusList.filter(Boolean).length.toString() : '0' -#. placeholder {1}: patchedHistory.shares -#. placeholder {2}: collection?.name ?? '' -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "Claimed: <0>{0}/{1} <1>{2}" -msgstr "crwdns31722:0{0}crwdnd31722:0{1}crwdnd31722:0{2}crwdne31722:0" - -#: src/SiteAdaptor/RedPacketInHistoryList.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} {0}/{1} <1>{tokenSymbol}" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1} <2>{token_symbol}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2>{tokenSymbol}" -#~ msgstr "" - -#. placeholder {0}: formatTokenAmount(claim_amounts || 0, token_decimal, false) -#. placeholder {1}: formatTokenAmount(total_amounts || 0, token_decimal, false) -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2><3>{tokenSymbol}" -msgstr "crwdns36582:0{claim_numbers}crwdnd36582:0{total_numbers}crwdnd36582:0{0}crwdnd36582:0{1}crwdnd36582:0{tokenSymbol}crwdne36582:0" - -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/NftRedPacket/OperationFooter.tsx -msgid "Claiming..." -msgstr "crwdns28962:0crwdne28962:0" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -msgid "Clear all requirements" -msgstr "crwdns28964:0crwdne28964:0" - -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -msgid "Collectibles" -msgstr "crwdns36849:0crwdne36849:0" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Collection" -msgstr "crwdns36851:0crwdne36851:0" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Collections" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -msgid "Comment" -msgstr "crwdns28968:0crwdne28968:0" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Completed" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#~ msgid "Conditions not met" -#~ msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -#: src/SiteAdaptor/views/SelectCollectibles.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/CustomCover.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -msgid "Confirm" -msgstr "crwdns28972:0crwdne28972:0" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Confirm the Lucky Drop" -msgstr "crwdns28974:0crwdne28974:0" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Confirming" -msgstr "crwdns28976:0crwdne28976:0" - -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -msgid "Congratulations!" -msgstr "crwdns36064:0crwdne36064:0" - -#: src/SiteAdaptor/NftRedPacket/RequestLoginFooter.tsx -msgid "Connect to {source}" -msgstr "crwdns36853:0{source}crwdne36853:0" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Connect Wallet" -msgstr "crwdns28980:0crwdne28980:0" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -msgid "Cover" -msgstr "crwdns36082:0crwdne36082:0" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Create the Lucky Drop" -msgstr "crwdns28982:0crwdne28982:0" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "Create time:" -msgstr "crwdns28984:0crwdne28984:0" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Creator:" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Crypto Holder" -msgstr "crwdns36412:0crwdne36412:0" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Customize Lucky Drop sender. Select either Lens or Forecaster usernames, or use the currently connected wallet." -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "Details" -msgstr "crwdns36584:0crwdne36584:0" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Drop Type" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Edit" -msgstr "crwdns36084:0crwdne36084:0" - -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -msgid "Empty" -msgstr "crwdns28992:0crwdne28992:0" - -#: src/SiteAdaptor/components/MessagePanel.tsx -#~ msgid "Enclose a Message" -#~ msgstr "" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Enter Amount Each" -msgstr "crwdns28996:0crwdne28996:0" - -#: src/SiteAdaptor/RedPacketERC20Form.tsx -#~ msgid "Enter number of winners" -#~ msgstr "" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Enter Number of Winners" -msgstr "crwdns29000:0crwdne29000:0" - -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Enter the amount that each winner can claim" -#~ msgstr "" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Enter Total Amount" -msgstr "crwdns29004:0crwdne29004:0" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Equal Amount" -msgstr "crwdns29006:0crwdne29006:0" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Everyone" -msgstr "crwdns36414:0crwdne36414:0" - -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -msgid "Expired" -msgstr "crwdns29008:0crwdne29008:0" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Failed to create theme." -msgstr "crwdns36086:0crwdne36086:0" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "Follow @masknetwork (mask.io) to claim NFT lucky drops." -msgstr "crwdns31728:0crwdne31728:0" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "Follow @realMaskNetwork (mask.io) to claim NFT lucky drops." -msgstr "crwdns31730:0crwdne31730:0" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "Follow <0/> on {platform}" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -msgid "Follow me" -msgstr "crwdns29010:0crwdne29010:0" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "From: @{0}" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Gas Fee" -msgstr "crwdns36470:0crwdne36470:0" - -#: src/SiteAdaptor/index.tsx -msgid "Gift crypto or NFTs to any users, first come, first served." -msgstr "crwdns29014:0crwdne29014:0" - -#. placeholder {0}: token.symbol -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Grant access to your {0} for the Lucky Drop Smart contract. You only have to do this once per token." -msgstr "crwdns29016:0{0}crwdne29016:0" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Grow your followers and engagement with Lucky Drop on Firefly mobile app or https://firefly.mask.social !" -#~ msgstr "" - -#: src/SiteAdaptor/hooks/useHandleSolanaCreateOrSelect.ts -#: src/SiteAdaptor/hooks/useHandleCreateOrSelect.ts -#~ msgid "" -#~ "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." -#~ msgstr "" - -#: src/SiteAdaptor/hooks/useHandleCreateOrSelect.ts -#~ msgid "" -#~ "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n" -"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "crwdns36855:0crwdne36855:0" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Hi friends, I just found a lucky drop sent by @{0} on {1} network." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "Hi friends, I just found a lucky drop sent by @{sender} on Solana." -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "History" -msgstr "crwdns29018:0crwdne29018:0" - -#. placeholder {0}: tokenQuantity ? `${tokenQuantity}+` : 'any' -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Holding {0}" -msgstr "crwdns36418:0{0}crwdne36418:0" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Holding NFT" -msgstr "crwdns36420:0crwdne36420:0" - -#. placeholder {0}: shareTextOption.sender -#. placeholder {1}: shareTextOption.network -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "I just claimed a lucky drop from @{0} on {1} network." -msgstr "crwdns32306:0{0}crwdnd32306:0{1}crwdne32306:0" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "I just claimed a lucky drop from @{sender} on Solana" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "I just claimed a lucky drop from @{sender} on Solana." -msgstr "crwdns36832:0{sender}crwdne36832:0" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "I just claimed an NFT lucky drop from @{sender} on {networkName} network." -#~ msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -msgid "Identical" -msgstr "crwdns29020:0crwdne29020:0" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Image Preview" -#~ msgstr "" - -#. placeholder {0}: token?.symbol -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Insufficient {0} Balance" -msgstr "crwdns29024:0{0}crwdne29024:0" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Insufficient Balance" -msgstr "crwdns29026:0crwdne29026:0" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -msgid "Insufficient Balance for Gas Fee" -msgstr "crwdns29028:0crwdne29028:0" - -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Invalid Network" -msgstr "crwdns29030:0crwdne29030:0" - -#: src/SiteAdaptor/views/HistoryDetail.tsx -msgid "It remains unclaimed." -msgstr "crwdns36090:0crwdne36090:0" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Leave blank to allow any amount; enter a number to set a minimum holding requirement." -msgstr "crwdns36422:0crwdne36422:0" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -msgid "Like" -msgstr "crwdns29032:0crwdne29032:0" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -msgid "Like / Repost / Comment" -msgstr "crwdns29034:0crwdne29034:0" - -#: src/SiteAdaptor/NftRedPacketHistoryList.tsx -#~ msgid "Loading" -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Loading token..." -#~ msgstr "" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "Lucky Drop" -msgstr "crwdns29038:0crwdne29038:0" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." -msgstr "crwdns36975:0crwdne36975:0" - -#: src/SiteAdaptor/components/MessageInput.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Message" -msgstr "crwdns29042:0crwdne29042:0" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#: src/SiteAdaptor/RedPacketDialog.tsx -#~ msgid "More details" -#~ msgstr "" - -#: src/SiteAdaptor/components/ClaimRecord.tsx -msgid "My wallet" -msgstr "crwdns36092:0crwdne36092:0" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -msgid "Next" -msgstr "crwdns29046:0crwdne29046:0" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -msgid "NFT holder" -msgstr "crwdns29048:0crwdne29048:0" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "NFT Holder" -msgstr "crwdns36424:0crwdne36424:0" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "NFT Holder of <0/>" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "NFTs" -msgstr "crwdns29050:0crwdne29050:0" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "No" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketHistoryDetails.tsx -#~ msgid "No claims yet for this Lucky Drop" -#~ msgstr "" - -#: src/SiteAdaptor/views/History.tsx -msgid "No Lucky Drops claimed" -msgstr "crwdns29056:0crwdne29056:0" - -#: src/SiteAdaptor/views/History.tsx -msgid "No Lucky Drops created. Select 🎁 when you compose a post to start your first drop." -msgstr "crwdns32308:0crwdne32308:0" - -#: src/SiteAdaptor/views/History.tsx -msgid "No more data available." -msgstr "crwdns36094:0crwdne36094:0" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "No results" -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." -msgstr "crwdns36977:0crwdne36977:0" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -msgid "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." -msgstr "crwdns29060:0crwdne29060:0" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Number of Winners" -#~ msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "or" -msgstr "crwdns36472:0crwdne36472:0" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "or Holding NFT" -msgstr "crwdns36426:0crwdne36426:0" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Post on" -#~ msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -msgid "Random" -msgstr "crwdns29066:0crwdne29066:0" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Random Amount" -msgstr "crwdns29068:0crwdne29068:0" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Received" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Received time:" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Recommended dimensions: 1016 × 672 px" -msgstr "crwdns36150:0crwdne36150:0" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Refund" -msgstr "crwdns29076:0crwdne29076:0" - -#. placeholder {0}: formatBalance(remain.toString(), tokenDecimals, { significant: 2, isPrecise: true }) -#: src/SiteAdaptor/hooks/useRefundCallback.tsx -msgid "Refund {0} {tokenSymbol} Successfully" -msgstr "crwdns36590:0{0}crwdnd36590:0{tokenSymbol}crwdne36590:0" - -#: src/SiteAdaptor/hooks/useRefundCallback.tsx -#~ msgid "Refund Successfully" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Refunded" -msgstr "crwdns36066:0crwdne36066:0" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Refunding" -msgstr "crwdns29078:0crwdne29078:0" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -msgid "Repost" -msgstr "crwdns29080:0crwdne29080:0" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "Requirements" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Reset" -msgstr "crwdns36096:0crwdne36096:0" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Save" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Saving" -msgstr "crwdns36100:0crwdne36100:0" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Search" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Select a token" -msgstr "crwdns36428:0crwdne36428:0" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Select a Token" -msgstr "crwdns29086:0crwdne29086:0" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Select All" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -msgid "Select NFT collection to gate access" -msgstr "crwdns29090:0crwdne29090:0" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -msgid "Select NFTs" -msgstr "crwdns36430:0crwdne36430:0" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "Select partially" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Selecting NFTs" -msgstr "crwdns36919:0crwdne36919:0" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -msgid "Send" -msgstr "crwdns29094:0crwdne29094:0" - -#: src/SiteAdaptor/index.tsx -msgid "Send a surprise crypto giveaway. Tokens and NFTs on multiple chains are supported." -msgstr "crwdns29096:0crwdne29096:0" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Sent" -msgstr "crwdns29098:0crwdne29098:0" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -msgid "Share" -msgstr "crwdns29100:0crwdne29100:0" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Share From" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#~ msgid "Solana" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "Something went wrong." -msgstr "crwdns29104:0crwdne29104:0" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -msgid "Split Mode" -msgstr "crwdns29106:0crwdne29106:0" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Supported contracts" -msgstr "crwdns36432:0crwdne36432:0" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Supported formats: JPEG, PNG, GIF<0/> Size limit: {0}" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Supported formats: JPEG, PNG, GIF<0/> Size limit: 1MB" -#~ msgstr "" - -#. placeholder {0}: formatFileSize(MAX_FILE_SIZE) -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Supported formats: JPEG, PNG<0/> Size limit: {0}" -msgstr "crwdns36170:0{0}crwdne36170:0" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "The Lucky Drop can't be sent due to data damage." -msgstr "crwdns32310:0crwdne32310:0" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop has been refunded." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is broken." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is empty." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is expired." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "The maximum number of NFTs to be sold in NFT lucky drop contract is {NFT_RED_PACKET_MAX_SHARES}." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "The maximum number of NFTs to be sold in NFT lucky drop contract is {RED_PACKET_MAX_SHARES}." -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "The maximum number of NFTs to be sold in one collection lucky drop contract is 255." -msgstr "crwdns36857:0crwdne36857:0" - -#. placeholder {0}: formatBalance(1, token.decimals) -#. placeholder {1}: token.symbol -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "The minimum amount for each share is {0} {1}" -msgstr "crwdns29118:0{0}crwdnd29118:0{1}crwdne29118:0" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "The NFT lucky drop supports up to {NFT_RED_PACKET_MAX_SHARES} NFTs selected for one time." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "The NFT lucky drop supports up to {RED_PACKET_MAX_SHARES} NFTs selected for one time." -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "This NFT contract cannot be modified now." -msgstr "crwdns36991:0crwdne36991:0" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Token ID separated by comma, e.g. 1224, 7873, 8948" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Token quantity greater than" -msgstr "crwdns36434:0crwdne36434:0" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Tokens" -msgstr "crwdns29122:0crwdne29122:0" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Total amount" -msgstr "crwdns29124:0crwdne29124:0" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Total Amount" -#~ msgstr "" - -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Total amount shared among all winners" -#~ msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -msgid "Total cost" -msgstr "crwdns29130:0crwdne29130:0" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Total NFTs" -msgstr "crwdns36859:0crwdne36859:0" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -msgid "Transaction cost" -msgstr "crwdns36102:0crwdne36102:0" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -msgid "Use Lucky Drop quests to grow your followers and engagement. Each requirement must be completed to be eligible to claim." -msgstr "crwdns29132:0crwdne29132:0" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -msgid "User must follow your account. Note: When you cross-post a Lucky Drop to multiple social networks, following you on any social allows users to claim." -msgstr "crwdns29134:0crwdne29134:0" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -msgid "Users must hold one NFT from the collection you select." -msgstr "crwdns29136:0crwdne29136:0" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -msgid "Users must like, repost / quote tweet, or comment on your Lucky Drop post." -msgstr "crwdns29138:0crwdne29138:0" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -msgid "View" -msgstr "crwdns29140:0crwdne29140:0" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Wallet account" -#~ msgstr "" - -#. placeholder {0}: nativeTokenDetailed?.symbol || 'ETH' -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -msgid "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of {0}. Please reduce the number of NFTs selected." -msgstr "crwdns32312:0{0}crwdne32312:0" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Who can claim" -msgstr "crwdns36640:0crwdne36640:0" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "Who can claim?" -msgstr "crwdns36476:0crwdne36476:0" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Winners" -msgstr "crwdns29146:0crwdne29146:0" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "You can also use <0>Shift to select multiple NFTs." -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "You can claim the lucky drop by holding the required amount of any selected token." -msgstr "crwdns36436:0crwdne36436:0" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -msgid "You can set one or multiple rules to be eligible to win a Lucky Drop." -msgstr "crwdns29148:0crwdne29148:0" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "You can withdraw any unclaimed amount 24 hours after sending this lucky drop." -#~ msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -msgid "You can withdraw the remaining balance 24 hours after sending the lucky drop." -msgstr "crwdns36104:0crwdne36104:0" - -#: src/SiteAdaptor/RedPacketConfirmDialog.tsx -#~ msgid "You can withdraw the rest of your balances back 24h later after sending them out." -#~ msgstr "" - -#. placeholder {0}: formatBalance(claimRecord.amount.toString(), token?.decimals, { significant: 2 }) -#. placeholder {0}: formatBalance(data.claimed_amount, token?.decimals, { significant: 2 }) -#. placeholder {1}: token?.symbol -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "You claimed {0} ${1}." -msgstr "crwdns32314:0{0}crwdnd32314:0${1}crwdne32314:0" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "You claimed 1." -msgstr "crwdns31756:0crwdne31756:0" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "You could refund {0} {1}." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "You got {0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "You got 1 {0}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -#~ msgid "You have already claimed this lucky drop." -#~ msgstr "" - -#: src/SiteAdaptor/views/NftHistory.tsx -msgid "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." -msgstr "crwdns32316:0crwdne32316:0" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to follow <0>@{twitterHandle}" -msgstr "crwdns36634:0{twitterHandle}crwdne36634:0" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to follow the creator of the lucky drop." -msgstr "crwdns36636:0crwdne36636:0" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold any of the following NFTs in your wallet." -msgstr "crwdns36538:0crwdne36538:0" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold any of the following tokens." -msgstr "crwdns36598:0crwdne36598:0" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold at least {quantity} of any of the following tokens." -msgstr "crwdns36478:0{quantity}crwdne36478:0" - -#: src/SiteAdaptor/Conditions/index.tsx -#~ msgid "You need to own at least one of the following NFTs." -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -msgid "You've already claimed the lucky drop" -msgstr "crwdns36600:0crwdne36600:0" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "Your wallet does not meet the eligibility criteria for claiming." -msgstr "crwdns36540:0crwdne36540:0" - diff --git a/packages/plugins/RedPacket/src/locale/zh-CN.json b/packages/plugins/RedPacket/src/locale/zh-CN.json deleted file mode 100644 index 5debb74ecb3b..000000000000 --- a/packages/plugins/RedPacket/src/locale/zh-CN.json +++ /dev/null @@ -1,357 +0,0 @@ -{ - "messages": { - "/7UjtY": ["<0>", ["0"], " ", ["1", "plural", { "one": ["NFT"], "other": ["NFTs"] }]], - "/BI0y9": ["Refunded"], - "/y/pZ3": ["选择代币"], - "0+plfy": ["Loading token..."], - "0UMPI1": ["You got 1 ", ["0"]], - "0aBHf4": ["<0>", ["0"], " ", ["1", "plural", { "one": ["NFT"], "other": ["NFTs"] }], "NFT"], - "0cVLRh": [["0"], " holder"], - "0caMy7": ["历史"], - "0lBTmP": ["You need to hold any of the following tokens."], - "0oFu/K": ["No Lucky Drops claimed"], - "1QJyuR": ["At most ", ["RED_PACKET_MAX_SHARES"], " recipients"], - "1UzENP": ["No"], - "1yxOwR": ["Follow <0/> on ", ["platform"]], - "25/Bbu": ["The NFT lucky drop supports up to ", ["NFT_RED_PACKET_MAX_SHARES"], " NFTs selected for one time."], - "2Lr4ie": ["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."], - "3bGj61": ["Claim on Firefly"], - "3vMA+/": ["Claim on: ", ["link"]], - "4GBOoi": ["Failed to create theme."], - "4UmwEM": ["Image Preview"], - "4iA6eo": ["Claim on Farcaster: ", ["link"]], - "4lm4o+": ["Solana"], - "4xCNxC": ["Refund Successfully"], - "51cT/A": ["The minimum amount for each share is ", ["0"], " ", ["1"]], - "5Jczad": ["I just claimed a lucky drop from @", ["0"], " on ", ["1"], " network."], - "5NtcoW": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - " <2>", - ["token_symbol"], - "" - ], - "5opzVG": [ - "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." - ], - "6RDwJM": ["代币"], - "6U+PWG": ["Total NFTs"], - "6YASel": ["网络无效"], - "6knJVf": ["This NFT contract cannot be modified now."], - "7VpPHA": ["确定"], - "7k2lei": [ - "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." - ], - "7lVDIk": [ - "The maximum number of NFTs to be sold in NFT lucky drop contract is ", - ["RED_PACKET_MAX_SHARES"], - "." - ], - "7tYPrA": ["Wallet account"], - "8Dh77Z": ["NFTs"], - "8IN0ph": ["No more data available."], - "8XJ5FY": [ - "@", - ["sender"], - " is sending an NFT lucky drop on ", - ["networkName"], - " network. ", - ["account_promote"], - " ", - ["promote_short"], - " #mask_io #LuckyDrop ", - ["postLink"] - ], - "8ZgUhU": ["Select NFT collection to gate access"], - "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], - "9r9nwF": ["平分"], - "A1taO8": ["Search"], - "A3Ndml": [ - "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." - ], - "AbR6G1": ["Attached Message"], - "AuXfDa": [ - "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." - ], - "B1T4nn": ["红包详情"], - "BYZ6zX": ["Users must like, repost / quote tweet, or comment on your Lucky Drop post."], - "BzEFor": ["or"], - "CSR5gP": ["发送一个惊喜的加密货币红包。支持多个链上的代币和 NFT。"], - "CT10+i": ["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."], - "CtByM7": ["连接钱包"], - "Cwxng+": ["Supported formats: JPEG, PNG<0/> Size limit: ", ["0"]], - "DYoO0m": ["Token quantity greater than"], - "DkHkqH": ["Recommended dimensions: 1016 × 672 px"], - "DoJzLz": ["Collections"], - "DtZDW+": [["0"], " (UTC+8)"], - "Enb3Qk": ["You claimed 1."], - "Ev2r9A": ["No results"], - "FMQ6p2": ["You've already claimed the lucky drop"], - "Fgyfqo": ["每个金额"], - "GCbtX1": [ - "The maximum number of NFTs to be sold in NFT lucky drop contract is ", - ["NFT_RED_PACKET_MAX_SHARES"], - "." - ], - "GRLMKx": ["Winners"], - "GS8mBF": ["Conditions not met"], - "GShMK6": ["退款中"], - "H+bGaz": ["Browse File"], - "H1v3zR": [["0"], " 余额不足"], - "H3KVEq": ["Supported formats: JPEG, PNG, GIF<0/> Size limit: ", ["0"]], - "HvfPuG": [["head"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], - "IF7RiR": ["Cover"], - "If2v4h": ["红包"], - "J0LAHU": ["退款"], - "JI2YCW": ["I just claimed a lucky drop from @", ["sender"], " on Solana"], - "Jc0uDj": ["Claim on Lens: ", ["link"]], - "JkfFCL": ["🤑 Just claimed a #LuckyDrop 🧧💰✨ on https://firefly.mask.social from @", ["sender"], " !"], - "JlFcis": ["发送"], - "Jnjbl3": ["You need to follow <0>@", ["twitterHandle"], ""], - "KPUGxy": ["随机金额"], - "LEbOpR": ["More details"], - "LLsMIY": ["You need to own at least one of the following NFTs."], - "LQtEHu": ["You can withdraw the rest of your balances back 24h later after sending them out."], - "Lzo8mb": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - "<2><3>", - ["tokenSymbol"], - "" - ], - "M1RnFv": ["已过期"], - "MCw2oc": ["You have already claimed this lucky drop."], - "Mh3RsB": ["最好的祝福!"], - "MoJhIu": ["Claimed Details"], - "MpAucy": ["Choose your collection"], - "MsYkNH": ["Total amount shared among all winners"], - "MwLgB9": ["Enter number of winners"], - "N+BQku": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - "<2>", - ["tokenSymbol"], - "" - ], - "N0tcou": ["认领中..."], - "N2DUxS": ["余额不足"], - "N2S1rs": ["空的"], - "NBdIgR": ["Comment"], - "NERSN2": ["or Holding NFT"], - "NZ7wlC": [["0"], " Holder"], - "NdlvGd": ["Claim Details"], - "NfxOUe": ["输入总数"], - "No0akY": ["You can also use <0>Shift to select multiple NFTs."], - "NrYZ3H": ["Total Amount"], - "NwibRO": ["Supported contracts"], - "O/GjWq": ["From: @", ["0"]], - "OJUMlR": ["Like / Repost / Comment"], - "OfhWJH": ["Reset"], - "P+K/3O": ["确认中"], - "PLWaf6": ["下一步"], - "PRkIUI": ["Gas Fee"], - "PsQmAw": ["Everyone"], - "QF9SdB": ["拆分模式"], - "QH3LZ+": ["Token ID separated by comma, e.g. 1224, 7873, 8948"], - "QowPFh": ["Collectibles"], - "QuBpLd": ["Requirements"], - "RHSlVw": ["Follow @masknetwork (mask.io) to claim NFT lucky drops."], - "ROWd/9": ["Leave blank to allow any amount; enter a number to set a minimum holding requirement."], - "S0movx": [ - "Grow your followers and engagement with Lucky Drop on Firefly mobile app or https://firefly.mask.social !" - ], - "SIrUT3": [ - "Grant access to your ", - ["0"], - " for the Lucky Drop Smart contract. You only have to do this once per token." - ], - "SK/M8W": ["Enclose a Message"], - "SUqBr9": ["Refund ", ["0"], " ", ["tokenSymbol"], " Successfully"], - "SZ9jVW": [ - ["0"], - " ", - ["1", "plural", { "one": ["share"], "other": ["shares"] }], - " / ", - ["total"], - " $", - ["symbol"] - ], - "ShmUTn": ["Add a Custom Cover"], - "SwIjz/": [ - "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." - ], - "T0Y2+3": ["Select a token"], - "TvMDGM": ["Follow me"], - "UFzLh1": [ - "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ", - ["0"], - ". Please reduce the number of NFTs selected." - ], - "URmyfc": ["Details"], - "UnE9Qj": ["Hi friends, I just found a lucky drop sent by @", ["sender"], " on Solana."], - "V+ZuGt": ["You claimed ", ["0"], " $", ["1"], "."], - "V6wYl1": ["Total amount"], - "V9CuQ+": ["Connect to ", ["source"]], - "W+lPUh": ["At most 255 recipients"], - "W9FRBT": ["Like"], - "WKG5E8": ["You need to hold at least ", ["quantity"], " of any of the following tokens."], - "WsNUie": ["Claimed: <0>", ["0"], "/", ["1"], " <1>", ["2"], ""], - "Wy16g8": ["给任意用户发送Token或者NFT,先到先得"], - "XCpVdp": ["The Lucky Drop is expired."], - "XQFSWD": ["NFT Holder of <0/>"], - "XhDgnx": ["Supported formats: JPEG, PNG, GIF<0/> Size limit: 1MB"], - "XrlvqN": ["Who can claim?"], - "YLObqx": ["均分金额"], - "Z8lGw6": ["分享"], - "ZDcdss": ["Claim Conditions"], - "ZK75iC": ["Choose a Cover"], - "Zg6RWT": ["Drop Type"], - "Zslc4B": [ - "User must follow your account. Note: When you cross-post a Lucky Drop to multiple social networks, following you on any social allows users to claim." - ], - "a4C0ak": ["没有足够的 Gas 费"], - "aFJrEy": ["You need to hold any of the following NFTs in your wallet."], - "aLc9As": ["Received time:"], - "ahNa7P": ["NFT Holder"], - "bPNJ+3": ["Hi friends, I just found a lucky drop sent by @", ["0"], " on ", ["1"], " network."], - "bTp+bt": ["Claimed ", ["0"], "/", ["1"]], - "bbS8qf": ["1 NFT claimed."], - "bwlRe8": ["Selecting NFTs"], - "cBEQ5v": ["You got ", ["0"], " ", ["1"]], - "caP+Xq": ["Crypto Holder"], - "d5JlO3": ["Follow @realMaskNetwork (mask.io) to claim NFT lucky drops."], - "dEgA5A": ["Cancel"], - "dJAg3j": ["Post on"], - "dTHM4U": ["Enter the amount that each winner can claim"], - "dTgELI": ["Best Wishes"], - "ePK91l": ["Edit"], - "fZ5Vnu": ["Received"], - "fpX5Gn": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " ", - ["0"], - "/", - ["1"], - " <1>", - ["tokenSymbol"], - "" - ], - "gPL7RI": ["The Lucky Drop is empty."], - "gtdJ43": ["My wallet"], - "h69WC6": ["Sent"], - "hPIX+D": ["Share From"], - "hRWvpI": ["Claimed"], - "hXzOVo": ["Next"], - "hdmRb+": ["The Lucky Drop is broken."], - "heVBR8": ["输入每个金额"], - "hehnjM": ["Amount"], - "hg5QeV": ["总花费"], - "hom7qf": ["认领"], - "ihTzdK": [ - "By clicking \"Next\", you acknowledge the risk associated with decentralized networks and beta products." - ], - "jJPsrT": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "jbu3VI": ["I just claimed an NFT lucky drop from @", ["sender"], " on ", ["networkName"], " network."], - "jeLXsu": ["Who can claim"], - "jpctdh": ["View"], - "kNHQXd": ["The Lucky Drop has been refunded."], - "kf83Ld": ["出现了一些问题。"], - "lCfoWv": ["Select NFTs"], - "lISnKy": ["NFT holder"], - "lWz/ts": ["Claimed "], - "lmYQuN": ["At most ", ["SOL_REDPACKET_MAX_SHARES"], " recipients"], - "lr8uE3": ["Holding ", ["0"]], - "lxJU2w": ["输入份数"], - "m3akOw": ["I just claimed a lucky drop from @", ["sender"], " on Solana."], - "mCB6Je": ["Select All"], - "mfwfMR": ["You can claim the lucky drop by holding the required amount of any selected token."], - "mkude1": ["Repost"], - "nJMj1z": ["You could refund ", ["0"], " ", ["1"], "."], - "nMUHWK": [["claimed"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], - "nbnhh8": [["head"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], - "nqL5WA": ["Claim Lucky Drop"], - "nvV/Td": ["Balance: <0>", ["0"], ""], - "nzBzok": ["创建时间:"], - "o66hO5": ["Discovered a LuckyDrop event on the FireFly website."], - "oG67vO": ["Available to Everyone"], - "oLnk2n": [ - "Customize Lucky Drop sender. Select either Lens or Forecaster usernames, or use the currently connected wallet." - ], - "oTLFeN": ["The Lucky Drop can't be sent due to data damage."], - "ofUcbc": ["随机"], - "oig90Q": ["ALL (", ["0"], " NFT)"], - "olT7qF": ["No claims yet for this Lucky Drop"], - "p1L+er": ["You can set one or multiple rules to be eligible to win a Lucky Drop."], - "p7luEI": [ - "Use Lucky Drop quests to grow your followers and engagement. Each requirement must be completed to be eligible to claim." - ], - "p8OYBy": [ - "@", - ["sender"], - " is sending an NFT lucky drop on ", - ["networkName"], - " network. ", - ["account_promote"], - " ", - ["promote_short"], - " #mask_io #LuckyDrop ", - ["0"] - ], - "pLHDrO": ["Holding NFT"], - "pa3wn3": ["It remains unclaimed."], - "pfw0Wr": ["ALL"], - "q+hNag": ["Collection"], - "qqWcBV": ["Completed"], - "r0eAyS": ["🤑 Check this Lucky Drop 🧧💰✨ sent by @", ["sender"], "."], - "rkVh+N": ["You can withdraw any unclaimed amount 24 hours after sending this lucky drop."], - "rl4E61": ["Number of Winners"], - "ryWxhG": ["Congratulations!"], - "s/KkfL": ["Clear all requirements"], - "s13D96": ["Claim Requirements"], - "tOL6AP": ["Adjust Selection"], - "tRRE1h": ["1 ", ["0"], " claimed."], - "tfDRzk": ["Save"], - "ty2gt9": ["You need to follow the creator of the lucky drop."], - "uF9ruK": ["Saving"], - "uQLq0T": ["The NFT lucky drop supports up to ", ["RED_PACKET_MAX_SHARES"], " NFTs selected for one time."], - "vLXevL": ["Transaction cost"], - "vOx+Me": ["You can withdraw the remaining balance 24 hours after sending the lucky drop."], - "wGtbaw": ["单个红包数额"], - "xDAtGP": ["Message"], - "xkpiw9": ["Select partially"], - "y2aRC+": ["Creator:"], - "y3juHh": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "yQE2r9": ["Loading"], - "z+H8bd": ["Your wallet does not meet the eligibility criteria for claiming."], - "zEZe86": [ - "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." - ], - "zGTAja": [["claimed"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], - "zW0kwR": ["Users must hold one NFT from the collection you select."] - } -} diff --git a/packages/plugins/RedPacket/src/locale/zh-CN.po b/packages/plugins/RedPacket/src/locale/zh-CN.po deleted file mode 100644 index 59496413a2a1..000000000000 --- a/packages/plugins/RedPacket/src/locale/zh-CN.po +++ /dev/null @@ -1,1097 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-03-21 03:11\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/RedPacket/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 984\n" - -#. placeholder {0}: dateTimeFormat(locale, new Date(patchedHistory.creation_time)) -#. placeholder {0}: format(fromUnixTime(timestamp), 'M/d/yyyy HH:mm') -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "{0} (UTC+8)" -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "{0} {1, plural, one {share} other {shares}} / {total} ${symbol}" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#~ msgid "{0} holder" -#~ msgstr "" - -#. placeholder {0}: conditions.join('/') -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "{0} Holder" -msgstr "" - -#. placeholder {0}: shareTextOption.account -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "{claimed} Follow @{0} (mask.io) to claim lucky drops." -msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "{claimed} Follow @{account} (mask.io) to claim lucky drops." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "{head} Follow @{0} (mask.io) to claim lucky drops." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "{head} Follow @{account} (mask.io) to claim lucky drops." -#~ msgstr "" - -#. placeholder {0}: postLink.toString() -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "@{sender} is sending an NFT lucky drop on {networkName} network. {account_promote} {promote_short} #mask_io #LuckyDrop {0}" -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -#~ msgid "@{sender} is sending an NFT lucky drop on {networkName} network. {account_promote} {promote_short} #mask_io #LuckyDrop {postLink}" -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "<0>{0} {1, plural, one {NFT} other {NFTs}}" -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "<0>{0} {1, plural, one {NFT} other {NFTs}}NFT" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "🤑 Check this Lucky Drop 🧧💰✨ sent by @{sender}." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "🤑 Just claimed a #LuckyDrop 🧧💰✨ on https://firefly.mask.social from @{sender} !" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" - -#. placeholder {0}: token?.contract?.name || 'NFT' -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "1 {0} claimed." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "1 NFT claimed." -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Add a Custom Cover" -msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Adjust Selection" -msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "ALL" -#~ msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "ALL ({0} NFT)" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Amount" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Amount Each" -msgstr "每个金额" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Amount per Share" -msgstr "单个红包数额" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "At most {RED_PACKET_MAX_SHARES} recipients" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "At most {SOL_REDPACKET_MAX_SHARES} recipients" -msgstr "" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#~ msgid "At most 255 recipients" -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Attached Message" -#~ msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Available to Everyone" -msgstr "" - -#. placeholder {0}: balance || 0 -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -msgid "Balance: <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/PreviewRedPacket.tsx -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Best Wishes" -#~ msgstr "" - -#: src/SiteAdaptor/components/MessageInput.tsx -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/components/PreviewNftRedPacket.tsx -#: src/SiteAdaptor/components/PreviewRedPacket.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#: src/SiteAdaptor/contexts/RedPacketContext.tsx -#: src/SiteAdaptor/contexts/SolRedpacketContext.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Best Wishes!" -msgstr "最好的祝福!" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Browse File" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "By clicking \"Next\", you acknowledge the risk associated with decentralized networks and beta products." -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "Cancel" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Choose a Cover" -msgstr "" - -#: src/SiteAdaptor/RedPacketDialog.tsx -#~ msgid "Choose your collection" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -msgid "Claim" -msgstr "认领" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Claim Conditions" -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Claim Details" -msgstr "" - -#: src/SiteAdaptor/components/ClaimOnFirefly.tsx -msgid "Claim Lucky Drop" -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on Farcaster: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "Claim on Firefly" -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on Lens: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Claim Requirements" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Claimed" -msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Claimed " -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Claimed {0}/{1}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#~ msgid "Claimed Details" -#~ msgstr "" - -#. placeholder {0}: rpid ? bitStatusList.filter(Boolean).length.toString() : '0' -#. placeholder {1}: patchedHistory.shares -#. placeholder {2}: collection?.name ?? '' -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "Claimed: <0>{0}/{1} <1>{2}" -msgstr "" - -#: src/SiteAdaptor/RedPacketInHistoryList.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} {0}/{1} <1>{tokenSymbol}" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1} <2>{token_symbol}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2>{tokenSymbol}" -#~ msgstr "" - -#. placeholder {0}: formatTokenAmount(claim_amounts || 0, token_decimal, false) -#. placeholder {1}: formatTokenAmount(total_amounts || 0, token_decimal, false) -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2><3>{tokenSymbol}" -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -msgid "Claiming..." -msgstr "认领中..." - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Clear all requirements" -#~ msgstr "" - -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -msgid "Collectibles" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Collection" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Collections" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Comment" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Completed" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#~ msgid "Conditions not met" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/CustomCover.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/SelectCollectibles.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Confirm" -msgstr "确定" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Confirm the Lucky Drop" -msgstr "红包详情" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Confirming" -msgstr "确认中" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Congratulations!" -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/RequestLoginFooter.tsx -#~ msgid "Connect to {source}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Connect Wallet" -msgstr "连接钱包" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Cover" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Create the Lucky Drop" -msgstr "下一步" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "Create time:" -msgstr "创建时间:" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Creator:" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Crypto Holder" -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Customize Lucky Drop sender. Select either Lens or Forecaster usernames, or use the currently connected wallet." -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "Details" -msgstr "" - -#: src/SiteAdaptor/components/ClaimOnFirefly.tsx -msgid "Discovered a LuckyDrop event on the FireFly website." -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Drop Type" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Edit" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Empty" -msgstr "空的" - -#: src/SiteAdaptor/components/MessagePanel.tsx -#~ msgid "Enclose a Message" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Enter Amount Each" -msgstr "输入每个金额" - -#: src/SiteAdaptor/RedPacketERC20Form.tsx -#~ msgid "Enter number of winners" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Enter Number of Winners" -msgstr "输入份数" - -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Enter the amount that each winner can claim" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Enter Total Amount" -msgstr "输入总数" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Equal Amount" -msgstr "均分金额" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Everyone" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Expired" -msgstr "已过期" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Failed to create theme." -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "Follow @masknetwork (mask.io) to claim NFT lucky drops." -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -#~ msgid "Follow @realMaskNetwork (mask.io) to claim NFT lucky drops." -#~ msgstr "" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "Follow <0/> on {platform}" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Follow me" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "From: @{0}" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Gas Fee" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Gift crypto or NFTs to any users, first come, first served." -msgstr "给任意用户发送Token或者NFT,先到先得" - -#. placeholder {0}: token.symbol -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Grant access to your {0} for the Lucky Drop Smart contract. You only have to do this once per token." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Grow your followers and engagement with Lucky Drop on Firefly mobile app or https://firefly.mask.social !" -#~ msgstr "" - -#: src/SiteAdaptor/hooks/useHandleSolanaCreateOrSelect.ts -#: src/SiteAdaptor/hooks/useHandleCreateOrSelect.ts -#~ msgid "" -#~ "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." -#~ msgstr "" - -#: src/SiteAdaptor/hooks/useHandleCreateOrSelect.ts -#~ msgid "" -#~ "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "" -"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n" -"\n" -"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "" -#~ "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Hi friends, I just found a lucky drop sent by @{0} on {1} network." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "Hi friends, I just found a lucky drop sent by @{sender} on Solana." -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "History" -msgstr "历史" - -#. placeholder {0}: tokenQuantity ? `${tokenQuantity}+` : 'any' -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Holding {0}" -msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Holding NFT" -msgstr "" - -#. placeholder {0}: shareTextOption.sender -#. placeholder {1}: shareTextOption.network -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "I just claimed a lucky drop from @{0} on {1} network." -msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "I just claimed a lucky drop from @{sender} on Solana" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "I just claimed a lucky drop from @{sender} on Solana." -msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "I just claimed an NFT lucky drop from @{sender} on {networkName} network." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Identical" -msgstr "平分" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Image Preview" -#~ msgstr "" - -#. placeholder {0}: token?.symbol -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Insufficient {0} Balance" -msgstr "{0} 余额不足" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Insufficient Balance" -msgstr "余额不足" - -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Insufficient Balance for Gas Fee" -msgstr "没有足够的 Gas 费" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -msgid "Invalid Network" -msgstr "网络无效" - -#: src/SiteAdaptor/views/HistoryDetail.tsx -msgid "It remains unclaimed." -msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Leave blank to allow any amount; enter a number to set a minimum holding requirement." -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Like" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Like / Repost / Comment" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacketHistoryList.tsx -#~ msgid "Loading" -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Loading token..." -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/NftRedPacket/index.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "Lucky Drop" -msgstr "红包" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." -msgstr "" - -#: src/SiteAdaptor/components/MessageInput.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Message" -msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#: src/SiteAdaptor/RedPacketDialog.tsx -#~ msgid "More details" -#~ msgstr "" - -#: src/SiteAdaptor/components/ClaimRecord.tsx -msgid "My wallet" -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Next" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "NFT holder" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "NFT Holder" -msgstr "" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "NFT Holder of <0/>" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "NFTs" -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "No" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketHistoryDetails.tsx -#~ msgid "No claims yet for this Lucky Drop" -#~ msgstr "" - -#: src/SiteAdaptor/views/History.tsx -msgid "No Lucky Drops claimed" -msgstr "" - -#: src/SiteAdaptor/views/History.tsx -msgid "No Lucky Drops created. Select 🎁 when you compose a post to start your first drop." -msgstr "" - -#: src/SiteAdaptor/views/History.tsx -msgid "No more data available." -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "No results" -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." -msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -msgid "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Number of Winners" -#~ msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "or" -msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "or Holding NFT" -msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Post on" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Random" -msgstr "随机" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Random Amount" -msgstr "随机金额" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Received" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Received time:" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Recommended dimensions: 1016 × 672 px" -msgstr "" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Refund" -msgstr "退款" - -#. placeholder {0}: formatBalance(remain.toString(), tokenDecimals, { significant: 2, isPrecise: true }) -#: src/SiteAdaptor/hooks/useRefundCallback.tsx -msgid "Refund {0} {tokenSymbol} Successfully" -msgstr "" - -#: src/SiteAdaptor/hooks/useRefundCallback.tsx -#~ msgid "Refund Successfully" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Refunded" -msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Refunding" -msgstr "退款中" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Repost" -#~ msgstr "" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "Requirements" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Reset" -msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Save" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Saving" -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Search" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Select a token" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Select a Token" -msgstr "选择代币" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Select All" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Select NFT collection to gate access" -#~ msgstr "" - -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Select NFTs" -msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "Select partially" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Selecting NFTs" -msgstr "" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -msgid "Send" -msgstr "发送" - -#: src/SiteAdaptor/index.tsx -#~ msgid "Send a surprise crypto giveaway. Tokens and NFTs on multiple chains are supported." -#~ msgstr "发送一个惊喜的加密货币红包。支持多个链上的代币和 NFT。" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Sent" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Share" -msgstr "分享" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Share From" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#~ msgid "Solana" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "Something went wrong." -msgstr "出现了一些问题。" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Split Mode" -msgstr "拆分模式" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Supported contracts" -msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Supported formats: JPEG, PNG, GIF<0/> Size limit: {0}" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Supported formats: JPEG, PNG, GIF<0/> Size limit: 1MB" -#~ msgstr "" - -#. placeholder {0}: formatFileSize(MAX_FILE_SIZE) -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Supported formats: JPEG, PNG<0/> Size limit: {0}" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "The Lucky Drop can't be sent due to data damage." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop has been refunded." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is broken." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is empty." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is expired." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "The maximum number of NFTs to be sold in NFT lucky drop contract is {NFT_RED_PACKET_MAX_SHARES}." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "The maximum number of NFTs to be sold in NFT lucky drop contract is {RED_PACKET_MAX_SHARES}." -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "The maximum number of NFTs to be sold in one collection lucky drop contract is 255." -msgstr "" - -#. placeholder {0}: formatBalance(1, token.decimals) -#. placeholder {1}: token.symbol -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "The minimum amount for each share is {0} {1}" -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "The NFT lucky drop supports up to {NFT_RED_PACKET_MAX_SHARES} NFTs selected for one time." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "The NFT lucky drop supports up to {RED_PACKET_MAX_SHARES} NFTs selected for one time." -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "This NFT contract cannot be modified now." -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Token ID separated by comma, e.g. 1224, 7873, 8948" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Token quantity greater than" -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Tokens" -msgstr "代币" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Total amount" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Total Amount" -#~ msgstr "" - -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Total amount shared among all winners" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Total cost" -msgstr "总花费" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Total NFTs" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Transaction cost" -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Use Lucky Drop quests to grow your followers and engagement. Each requirement must be completed to be eligible to claim." -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "User must follow your account. Note: When you cross-post a Lucky Drop to multiple social networks, following you on any social allows users to claim." -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Users must hold one NFT from the collection you select." -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Users must like, repost / quote tweet, or comment on your Lucky Drop post." -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "View" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Wallet account" -#~ msgstr "" - -#. placeholder {0}: nativeTokenDetailed?.symbol || 'ETH' -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -msgid "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of {0}. Please reduce the number of NFTs selected." -msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Who can claim" -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "Who can claim?" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Winners" -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "You can also use <0>Shift to select multiple NFTs." -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "You can claim the lucky drop by holding the required amount of any selected token." -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "You can set one or multiple rules to be eligible to win a Lucky Drop." -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "You can withdraw any unclaimed amount 24 hours after sending this lucky drop." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "You can withdraw the remaining balance 24 hours after sending the lucky drop." -msgstr "" - -#: src/SiteAdaptor/RedPacketConfirmDialog.tsx -#~ msgid "You can withdraw the rest of your balances back 24h later after sending them out." -#~ msgstr "" - -#. placeholder {0}: formatBalance(claimRecord.amount.toString(), token?.decimals, { significant: 2 }) -#. placeholder {0}: formatBalance(data.claimed_amount, token?.decimals, { significant: 2 }) -#. placeholder {1}: token?.symbol || '' -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "You claimed {0} ${1}." -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "You claimed 1." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "You could refund {0} {1}." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "You got {0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "You got 1 {0}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -#~ msgid "You have already claimed this lucky drop." -#~ msgstr "" - -#: src/SiteAdaptor/views/NftHistory.tsx -msgid "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to follow <0>@{twitterHandle}" -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to follow the creator of the lucky drop." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold any of the following NFTs in your wallet." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold any of the following tokens." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold at least {quantity} of any of the following tokens." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -#~ msgid "You need to own at least one of the following NFTs." -#~ msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "You've already claimed the lucky drop" -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "Your wallet does not meet the eligibility criteria for claiming." -msgstr "" diff --git a/packages/plugins/RedPacket/src/locale/zh-TW.json b/packages/plugins/RedPacket/src/locale/zh-TW.json deleted file mode 100644 index 6b6629fae873..000000000000 --- a/packages/plugins/RedPacket/src/locale/zh-TW.json +++ /dev/null @@ -1,357 +0,0 @@ -{ - "messages": { - "/7UjtY": ["<0>", ["0"], " ", ["1", "plural", { "one": ["NFT"], "other": ["NFTs"] }]], - "/BI0y9": ["Refunded"], - "/y/pZ3": ["选择代币"], - "0+plfy": ["Loading token..."], - "0UMPI1": ["You got 1 ", ["0"]], - "0aBHf4": ["<0>", ["0"], " ", ["1", "plural", { "one": ["NFT"], "other": ["NFTs"] }], "NFT"], - "0cVLRh": [["0"], " holder"], - "0caMy7": ["历史"], - "0lBTmP": ["You need to hold any of the following tokens."], - "0oFu/K": ["No Lucky Drops claimed"], - "1QJyuR": ["At most ", ["RED_PACKET_MAX_SHARES"], " recipients"], - "1UzENP": ["No"], - "1yxOwR": ["Follow <0/> on ", ["platform"]], - "25/Bbu": ["The NFT lucky drop supports up to ", ["NFT_RED_PACKET_MAX_SHARES"], " NFTs selected for one time."], - "2Lr4ie": ["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."], - "3bGj61": ["Claim on Firefly"], - "3vMA+/": ["Claim on: ", ["link"]], - "4GBOoi": ["Failed to create theme."], - "4UmwEM": ["Image Preview"], - "4iA6eo": ["Claim on Farcaster: ", ["link"]], - "4lm4o+": ["Solana"], - "4xCNxC": ["Refund Successfully"], - "51cT/A": ["The minimum amount for each share is ", ["0"], " ", ["1"]], - "5Jczad": ["I just claimed a lucky drop from @", ["0"], " on ", ["1"], " network."], - "5NtcoW": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - " <2>", - ["token_symbol"], - "" - ], - "5opzVG": [ - "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." - ], - "6RDwJM": ["代幣"], - "6U+PWG": ["Total NFTs"], - "6YASel": ["网络无效"], - "6knJVf": ["This NFT contract cannot be modified now."], - "7VpPHA": ["确定"], - "7k2lei": [ - "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." - ], - "7lVDIk": [ - "The maximum number of NFTs to be sold in NFT lucky drop contract is ", - ["RED_PACKET_MAX_SHARES"], - "." - ], - "7tYPrA": ["Wallet account"], - "8Dh77Z": ["NFTs"], - "8IN0ph": ["No more data available."], - "8XJ5FY": [ - "@", - ["sender"], - " is sending an NFT lucky drop on ", - ["networkName"], - " network. ", - ["account_promote"], - " ", - ["promote_short"], - " #mask_io #LuckyDrop ", - ["postLink"] - ], - "8ZgUhU": ["Select NFT collection to gate access"], - "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], - "9r9nwF": ["平分"], - "A1taO8": ["Search"], - "A3Ndml": [ - "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." - ], - "AbR6G1": ["Attached Message"], - "AuXfDa": [ - "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." - ], - "B1T4nn": ["紅包詳情"], - "BYZ6zX": ["Users must like, repost / quote tweet, or comment on your Lucky Drop post."], - "BzEFor": ["or"], - "CSR5gP": ["发送一个惊喜的加密货币红包。支持多个链上的代币和 NFT。"], - "CT10+i": ["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."], - "CtByM7": ["连接钱包"], - "Cwxng+": ["Supported formats: JPEG, PNG<0/> Size limit: ", ["0"]], - "DYoO0m": ["Token quantity greater than"], - "DkHkqH": ["Recommended dimensions: 1016 × 672 px"], - "DoJzLz": ["Collections"], - "DtZDW+": [["0"], " (UTC+8)"], - "Enb3Qk": ["You claimed 1."], - "Ev2r9A": ["No results"], - "FMQ6p2": ["You've already claimed the lucky drop"], - "Fgyfqo": ["每个金额"], - "GCbtX1": [ - "The maximum number of NFTs to be sold in NFT lucky drop contract is ", - ["NFT_RED_PACKET_MAX_SHARES"], - "." - ], - "GRLMKx": ["Winners"], - "GS8mBF": ["Conditions not met"], - "GShMK6": ["退款中"], - "H+bGaz": ["Browse File"], - "H1v3zR": [["0"], " 余额不足"], - "H3KVEq": ["Supported formats: JPEG, PNG, GIF<0/> Size limit: ", ["0"]], - "HvfPuG": [["head"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], - "IF7RiR": ["Cover"], - "If2v4h": ["红包"], - "J0LAHU": ["退款"], - "JI2YCW": ["I just claimed a lucky drop from @", ["sender"], " on Solana"], - "Jc0uDj": ["Claim on Lens: ", ["link"]], - "JkfFCL": ["🤑 Just claimed a #LuckyDrop 🧧💰✨ on https://firefly.mask.social from @", ["sender"], " !"], - "JlFcis": ["发送"], - "Jnjbl3": ["You need to follow <0>@", ["twitterHandle"], ""], - "KPUGxy": ["随机金额"], - "LEbOpR": ["More details"], - "LLsMIY": ["You need to own at least one of the following NFTs."], - "LQtEHu": ["You can withdraw the rest of your balances back 24h later after sending them out."], - "Lzo8mb": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - "<2><3>", - ["tokenSymbol"], - "" - ], - "M1RnFv": ["已過期"], - "MCw2oc": ["You have already claimed this lucky drop."], - "Mh3RsB": ["最好的祝福!"], - "MoJhIu": ["Claimed Details"], - "MpAucy": ["Choose your collection"], - "MsYkNH": ["Total amount shared among all winners"], - "MwLgB9": ["Enter number of winners"], - "N+BQku": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - "<2>", - ["tokenSymbol"], - "" - ], - "N0tcou": ["認領中..."], - "N2DUxS": ["餘額不足"], - "N2S1rs": ["空的"], - "NBdIgR": ["Comment"], - "NERSN2": ["or Holding NFT"], - "NZ7wlC": [["0"], " Holder"], - "NdlvGd": ["Claim Details"], - "NfxOUe": ["输入总数"], - "No0akY": ["You can also use <0>Shift to select multiple NFTs."], - "NrYZ3H": ["Total Amount"], - "NwibRO": ["Supported contracts"], - "O/GjWq": ["From: @", ["0"]], - "OJUMlR": ["Like / Repost / Comment"], - "OfhWJH": ["Reset"], - "P+K/3O": ["确认中"], - "PLWaf6": ["下一步"], - "PRkIUI": ["Gas Fee"], - "PsQmAw": ["Everyone"], - "QF9SdB": ["拆分模式"], - "QH3LZ+": ["Token ID separated by comma, e.g. 1224, 7873, 8948"], - "QowPFh": ["Collectibles"], - "QuBpLd": ["Requirements"], - "RHSlVw": ["Follow @masknetwork (mask.io) to claim NFT lucky drops."], - "ROWd/9": ["Leave blank to allow any amount; enter a number to set a minimum holding requirement."], - "S0movx": [ - "Grow your followers and engagement with Lucky Drop on Firefly mobile app or https://firefly.mask.social !" - ], - "SIrUT3": [ - "Grant access to your ", - ["0"], - " for the Lucky Drop Smart contract. You only have to do this once per token." - ], - "SK/M8W": ["Enclose a Message"], - "SUqBr9": ["Refund ", ["0"], " ", ["tokenSymbol"], " Successfully"], - "SZ9jVW": [ - ["0"], - " ", - ["1", "plural", { "one": ["share"], "other": ["shares"] }], - " / ", - ["total"], - " $", - ["symbol"] - ], - "ShmUTn": ["Add a Custom Cover"], - "SwIjz/": [ - "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." - ], - "T0Y2+3": ["Select a token"], - "TvMDGM": ["Follow me"], - "UFzLh1": [ - "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ", - ["0"], - ". Please reduce the number of NFTs selected." - ], - "URmyfc": ["Details"], - "UnE9Qj": ["Hi friends, I just found a lucky drop sent by @", ["sender"], " on Solana."], - "V+ZuGt": ["You claimed ", ["0"], " $", ["1"], "."], - "V6wYl1": ["Total amount"], - "V9CuQ+": ["Connect to ", ["source"]], - "W+lPUh": ["At most 255 recipients"], - "W9FRBT": ["Like"], - "WKG5E8": ["You need to hold at least ", ["quantity"], " of any of the following tokens."], - "WsNUie": ["Claimed: <0>", ["0"], "/", ["1"], " <1>", ["2"], ""], - "Wy16g8": ["给任意用户发送Token或者NFT,先到先得"], - "XCpVdp": ["The Lucky Drop is expired."], - "XQFSWD": ["NFT Holder of <0/>"], - "XhDgnx": ["Supported formats: JPEG, PNG, GIF<0/> Size limit: 1MB"], - "XrlvqN": ["Who can claim?"], - "YLObqx": ["均分金额"], - "Z8lGw6": ["分享"], - "ZDcdss": ["Claim Conditions"], - "ZK75iC": ["Choose a Cover"], - "Zg6RWT": ["Drop Type"], - "Zslc4B": [ - "User must follow your account. Note: When you cross-post a Lucky Drop to multiple social networks, following you on any social allows users to claim." - ], - "a4C0ak": ["没有足够的 Gas 费"], - "aFJrEy": ["You need to hold any of the following NFTs in your wallet."], - "aLc9As": ["Received time:"], - "ahNa7P": ["NFT Holder"], - "bPNJ+3": ["Hi friends, I just found a lucky drop sent by @", ["0"], " on ", ["1"], " network."], - "bTp+bt": ["Claimed ", ["0"], "/", ["1"]], - "bbS8qf": ["1 NFT claimed."], - "bwlRe8": ["Selecting NFTs"], - "cBEQ5v": ["You got ", ["0"], " ", ["1"]], - "caP+Xq": ["Crypto Holder"], - "d5JlO3": ["Follow @realMaskNetwork (mask.io) to claim NFT lucky drops."], - "dEgA5A": ["Cancel"], - "dJAg3j": ["Post on"], - "dTHM4U": ["Enter the amount that each winner can claim"], - "dTgELI": ["Best Wishes"], - "ePK91l": ["Edit"], - "fZ5Vnu": ["Received"], - "fpX5Gn": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " ", - ["0"], - "/", - ["1"], - " <1>", - ["tokenSymbol"], - "" - ], - "gPL7RI": ["The Lucky Drop is empty."], - "gtdJ43": ["My wallet"], - "h69WC6": ["Sent"], - "hPIX+D": ["Share From"], - "hRWvpI": ["Claimed"], - "hXzOVo": ["Next"], - "hdmRb+": ["The Lucky Drop is broken."], - "heVBR8": ["输入每个金额"], - "hehnjM": ["Amount"], - "hg5QeV": ["总花费"], - "hom7qf": ["認領"], - "ihTzdK": [ - "By clicking \"Next\", you acknowledge the risk associated with decentralized networks and beta products." - ], - "jJPsrT": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "jbu3VI": ["I just claimed an NFT lucky drop from @", ["sender"], " on ", ["networkName"], " network."], - "jeLXsu": ["Who can claim"], - "jpctdh": ["View"], - "kNHQXd": ["The Lucky Drop has been refunded."], - "kf83Ld": ["出现了一些问题。"], - "lCfoWv": ["Select NFTs"], - "lISnKy": ["NFT holder"], - "lWz/ts": ["Claimed "], - "lmYQuN": ["At most ", ["SOL_REDPACKET_MAX_SHARES"], " recipients"], - "lr8uE3": ["Holding ", ["0"]], - "lxJU2w": ["输入份数"], - "m3akOw": ["I just claimed a lucky drop from @", ["sender"], " on Solana."], - "mCB6Je": ["Select All"], - "mfwfMR": ["You can claim the lucky drop by holding the required amount of any selected token."], - "mkude1": ["Repost"], - "nJMj1z": ["You could refund ", ["0"], " ", ["1"], "."], - "nMUHWK": [["claimed"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], - "nbnhh8": [["head"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], - "nqL5WA": ["Claim Lucky Drop"], - "nvV/Td": ["Balance: <0>", ["0"], ""], - "nzBzok": ["创建时间:"], - "o66hO5": ["Discovered a LuckyDrop event on the FireFly website."], - "oG67vO": ["Available to Everyone"], - "oLnk2n": [ - "Customize Lucky Drop sender. Select either Lens or Forecaster usernames, or use the currently connected wallet." - ], - "oTLFeN": ["The Lucky Drop can't be sent due to data damage."], - "ofUcbc": ["随机"], - "oig90Q": ["ALL (", ["0"], " NFT)"], - "olT7qF": ["No claims yet for this Lucky Drop"], - "p1L+er": ["You can set one or multiple rules to be eligible to win a Lucky Drop."], - "p7luEI": [ - "Use Lucky Drop quests to grow your followers and engagement. Each requirement must be completed to be eligible to claim." - ], - "p8OYBy": [ - "@", - ["sender"], - " is sending an NFT lucky drop on ", - ["networkName"], - " network. ", - ["account_promote"], - " ", - ["promote_short"], - " #mask_io #LuckyDrop ", - ["0"] - ], - "pLHDrO": ["Holding NFT"], - "pa3wn3": ["It remains unclaimed."], - "pfw0Wr": ["ALL"], - "q+hNag": ["Collection"], - "qqWcBV": ["Completed"], - "r0eAyS": ["🤑 Check this Lucky Drop 🧧💰✨ sent by @", ["sender"], "."], - "rkVh+N": ["You can withdraw any unclaimed amount 24 hours after sending this lucky drop."], - "rl4E61": ["Number of Winners"], - "ryWxhG": ["Congratulations!"], - "s/KkfL": ["Clear all requirements"], - "s13D96": ["Claim Requirements"], - "tOL6AP": ["Adjust Selection"], - "tRRE1h": ["1 ", ["0"], " claimed."], - "tfDRzk": ["Save"], - "ty2gt9": ["You need to follow the creator of the lucky drop."], - "uF9ruK": ["Saving"], - "uQLq0T": ["The NFT lucky drop supports up to ", ["RED_PACKET_MAX_SHARES"], " NFTs selected for one time."], - "vLXevL": ["Transaction cost"], - "vOx+Me": ["You can withdraw the remaining balance 24 hours after sending the lucky drop."], - "wGtbaw": ["单个红包数额"], - "xDAtGP": ["Message"], - "xkpiw9": ["Select partially"], - "y2aRC+": ["Creator:"], - "y3juHh": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "yQE2r9": ["Loading"], - "z+H8bd": ["Your wallet does not meet the eligibility criteria for claiming."], - "zEZe86": [ - "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." - ], - "zGTAja": [["claimed"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], - "zW0kwR": ["Users must hold one NFT from the collection you select."] - } -} diff --git a/packages/plugins/RedPacket/src/locale/zh-TW.po b/packages/plugins/RedPacket/src/locale/zh-TW.po deleted file mode 100644 index dd3903a633d5..000000000000 --- a/packages/plugins/RedPacket/src/locale/zh-TW.po +++ /dev/null @@ -1,1097 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-03-21 03:11\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/RedPacket/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 984\n" - -#. placeholder {0}: dateTimeFormat(locale, new Date(patchedHistory.creation_time)) -#. placeholder {0}: format(fromUnixTime(timestamp), 'M/d/yyyy HH:mm') -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "{0} (UTC+8)" -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "{0} {1, plural, one {share} other {shares}} / {total} ${symbol}" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#~ msgid "{0} holder" -#~ msgstr "" - -#. placeholder {0}: conditions.join('/') -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "{0} Holder" -msgstr "" - -#. placeholder {0}: shareTextOption.account -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "{claimed} Follow @{0} (mask.io) to claim lucky drops." -msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "{claimed} Follow @{account} (mask.io) to claim lucky drops." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "{head} Follow @{0} (mask.io) to claim lucky drops." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "{head} Follow @{account} (mask.io) to claim lucky drops." -#~ msgstr "" - -#. placeholder {0}: postLink.toString() -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "@{sender} is sending an NFT lucky drop on {networkName} network. {account_promote} {promote_short} #mask_io #LuckyDrop {0}" -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -#~ msgid "@{sender} is sending an NFT lucky drop on {networkName} network. {account_promote} {promote_short} #mask_io #LuckyDrop {postLink}" -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "<0>{0} {1, plural, one {NFT} other {NFTs}}" -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "<0>{0} {1, plural, one {NFT} other {NFTs}}NFT" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "🤑 Check this Lucky Drop 🧧💰✨ sent by @{sender}." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "🤑 Just claimed a #LuckyDrop 🧧💰✨ on https://firefly.mask.social from @{sender} !" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" - -#. placeholder {0}: token?.contract?.name || 'NFT' -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "1 {0} claimed." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "1 NFT claimed." -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Add a Custom Cover" -msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Adjust Selection" -msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "ALL" -#~ msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "ALL ({0} NFT)" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Amount" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Amount Each" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Amount per Share" -msgstr "" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "At most {RED_PACKET_MAX_SHARES} recipients" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "At most {SOL_REDPACKET_MAX_SHARES} recipients" -msgstr "" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#~ msgid "At most 255 recipients" -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Attached Message" -#~ msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Available to Everyone" -msgstr "" - -#. placeholder {0}: balance || 0 -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -msgid "Balance: <0>{0}" -msgstr "" - -#: src/SiteAdaptor/components/PreviewRedPacket.tsx -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Best Wishes" -#~ msgstr "" - -#: src/SiteAdaptor/components/MessageInput.tsx -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/components/PreviewNftRedPacket.tsx -#: src/SiteAdaptor/components/PreviewRedPacket.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#: src/SiteAdaptor/contexts/RedPacketContext.tsx -#: src/SiteAdaptor/contexts/SolRedpacketContext.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Best Wishes!" -msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Browse File" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "By clicking \"Next\", you acknowledge the risk associated with decentralized networks and beta products." -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "Cancel" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Choose a Cover" -msgstr "" - -#: src/SiteAdaptor/RedPacketDialog.tsx -#~ msgid "Choose your collection" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -msgid "Claim" -msgstr "認領" - -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Claim Conditions" -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Claim Details" -msgstr "" - -#: src/SiteAdaptor/components/ClaimOnFirefly.tsx -msgid "Claim Lucky Drop" -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on Farcaster: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "Claim on Firefly" -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on Lens: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Claim on: {link}" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Claim Requirements" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Claimed" -msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Claimed " -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Claimed {0}/{1}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#~ msgid "Claimed Details" -#~ msgstr "" - -#. placeholder {0}: rpid ? bitStatusList.filter(Boolean).length.toString() : '0' -#. placeholder {1}: patchedHistory.shares -#. placeholder {2}: collection?.name ?? '' -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "Claimed: <0>{0}/{1} <1>{2}" -msgstr "" - -#: src/SiteAdaptor/RedPacketInHistoryList.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} {0}/{1} <1>{tokenSymbol}" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1} <2>{token_symbol}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -#~ msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2>{tokenSymbol}" -#~ msgstr "" - -#. placeholder {0}: formatTokenAmount(claim_amounts || 0, token_decimal, false) -#. placeholder {1}: formatTokenAmount(total_amounts || 0, token_decimal, false) -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2><3>{tokenSymbol}" -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -msgid "Claiming..." -msgstr "認領中..." - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Clear all requirements" -#~ msgstr "" - -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -msgid "Collectibles" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Collection" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Collections" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Comment" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "Completed" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#~ msgid "Conditions not met" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/CustomCover.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/SelectCollectibles.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Confirm" -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Confirm the Lucky Drop" -msgstr "紅包詳情" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Confirming" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Congratulations!" -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/RequestLoginFooter.tsx -#~ msgid "Connect to {source}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Connect Wallet" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Cover" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Create the Lucky Drop" -msgstr "下一步" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "Create time:" -msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Creator:" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Crypto Holder" -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Customize Lucky Drop sender. Select either Lens or Forecaster usernames, or use the currently connected wallet." -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "Details" -msgstr "" - -#: src/SiteAdaptor/components/ClaimOnFirefly.tsx -msgid "Discovered a LuckyDrop event on the FireFly website." -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Drop Type" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Edit" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Empty" -msgstr "空的" - -#: src/SiteAdaptor/components/MessagePanel.tsx -#~ msgid "Enclose a Message" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Enter Amount Each" -msgstr "" - -#: src/SiteAdaptor/RedPacketERC20Form.tsx -#~ msgid "Enter number of winners" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Enter Number of Winners" -msgstr "" - -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Enter the amount that each winner can claim" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Enter Total Amount" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Equal Amount" -msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Everyone" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Expired" -msgstr "已過期" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Failed to create theme." -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "Follow @masknetwork (mask.io) to claim NFT lucky drops." -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -#~ msgid "Follow @realMaskNetwork (mask.io) to claim NFT lucky drops." -#~ msgstr "" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "Follow <0/> on {platform}" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Follow me" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "From: @{0}" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Gas Fee" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Gift crypto or NFTs to any users, first come, first served." -msgstr "" - -#. placeholder {0}: token.symbol -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Grant access to your {0} for the Lucky Drop Smart contract. You only have to do this once per token." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Grow your followers and engagement with Lucky Drop on Firefly mobile app or https://firefly.mask.social !" -#~ msgstr "" - -#: src/SiteAdaptor/hooks/useHandleSolanaCreateOrSelect.ts -#: src/SiteAdaptor/hooks/useHandleCreateOrSelect.ts -#~ msgid "" -#~ "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." -#~ msgstr "" - -#: src/SiteAdaptor/hooks/useHandleCreateOrSelect.ts -#~ msgid "" -#~ "Hi friends, I just created a token Lucky Drop. Download mask.io to claim. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask io." -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "" -"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n" -"\n" -"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "" -#~ "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" -#~ "\n" -#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "Hi friends, I just found a lucky drop sent by @{0} on {1} network." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "Hi friends, I just found a lucky drop sent by @{sender} on Solana." -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "History" -msgstr "" - -#. placeholder {0}: tokenQuantity ? `${tokenQuantity}+` : 'any' -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Holding {0}" -msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Holding NFT" -msgstr "" - -#. placeholder {0}: shareTextOption.sender -#. placeholder {1}: shareTextOption.network -#: src/SiteAdaptor/RedPacket/index.tsx -msgid "I just claimed a lucky drop from @{0} on {1} network." -msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -#~ msgid "I just claimed a lucky drop from @{sender} on Solana" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "I just claimed a lucky drop from @{sender} on Solana." -msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "I just claimed an NFT lucky drop from @{sender} on {networkName} network." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Identical" -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Image Preview" -#~ msgstr "" - -#. placeholder {0}: token?.symbol -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Insufficient {0} Balance" -msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Insufficient Balance" -msgstr "餘額不足" - -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Insufficient Balance for Gas Fee" -msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -#: src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx -msgid "Invalid Network" -msgstr "" - -#: src/SiteAdaptor/views/HistoryDetail.tsx -msgid "It remains unclaimed." -msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Leave blank to allow any amount; enter a number to set a minimum holding requirement." -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Like" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Like / Repost / Comment" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacketHistoryList.tsx -#~ msgid "Loading" -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Loading token..." -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/NftRedPacket/index.tsx -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "Lucky Drop" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." -msgstr "" - -#: src/SiteAdaptor/components/MessageInput.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -msgid "Message" -msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#: src/SiteAdaptor/RedPacketDialog.tsx -#~ msgid "More details" -#~ msgstr "" - -#: src/SiteAdaptor/components/ClaimRecord.tsx -msgid "My wallet" -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Next" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "NFT holder" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "NFT Holder" -msgstr "" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "NFT Holder of <0/>" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "NFTs" -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "No" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketHistoryDetails.tsx -#~ msgid "No claims yet for this Lucky Drop" -#~ msgstr "" - -#: src/SiteAdaptor/views/History.tsx -msgid "No Lucky Drops claimed" -msgstr "" - -#: src/SiteAdaptor/views/History.tsx -msgid "No Lucky Drops created. Select 🎁 when you compose a post to start your first drop." -msgstr "" - -#: src/SiteAdaptor/views/History.tsx -msgid "No more data available." -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "No results" -#~ msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." -msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -msgid "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Number of Winners" -#~ msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "or" -msgstr "" - -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "or Holding NFT" -msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Post on" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Random" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Random Amount" -msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Received" -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedPacketDetailsItem.tsx -#~ msgid "Received time:" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Recommended dimensions: 1016 × 672 px" -msgstr "" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Refund" -msgstr "退款" - -#. placeholder {0}: formatBalance(remain.toString(), tokenDecimals, { significant: 2, isPrecise: true }) -#: src/SiteAdaptor/hooks/useRefundCallback.tsx -msgid "Refund {0} {tokenSymbol} Successfully" -msgstr "" - -#: src/SiteAdaptor/hooks/useRefundCallback.tsx -#~ msgid "Refund Successfully" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "Refunded" -msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Refunding" -msgstr "退款中" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Repost" -#~ msgstr "" - -#: src/SiteAdaptor/Requirements/index.tsx -#~ msgid "Requirements" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Reset" -msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Save" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Saving" -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Search" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Select a token" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Select a Token" -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Select All" -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "Select NFT collection to gate access" -#~ msgstr "" - -#: src/SiteAdaptor/components/CollectionSelectPanel.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Select NFTs" -msgstr "" - -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -#~ msgid "Select partially" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Selecting NFTs" -msgstr "" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -msgid "Send" -msgstr "" - -#: src/SiteAdaptor/index.tsx -#~ msgid "Send a surprise crypto giveaway. Tokens and NFTs on multiple chains are supported." -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Sent" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Share" -msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "Share From" -#~ msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -#~ msgid "Solana" -#~ msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "Something went wrong." -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Split Mode" -msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Supported contracts" -msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Supported formats: JPEG, PNG, GIF<0/> Size limit: {0}" -#~ msgstr "" - -#: src/SiteAdaptor/views/CustomCover.tsx -#~ msgid "Supported formats: JPEG, PNG, GIF<0/> Size limit: 1MB" -#~ msgstr "" - -#. placeholder {0}: formatFileSize(MAX_FILE_SIZE) -#: src/SiteAdaptor/views/CustomCover.tsx -msgid "Supported formats: JPEG, PNG<0/> Size limit: {0}" -msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketRecord.tsx -msgid "The Lucky Drop can't be sent due to data damage." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop has been refunded." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is broken." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is empty." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "The Lucky Drop is expired." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "The maximum number of NFTs to be sold in NFT lucky drop contract is {NFT_RED_PACKET_MAX_SHARES}." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "The maximum number of NFTs to be sold in NFT lucky drop contract is {RED_PACKET_MAX_SHARES}." -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "The maximum number of NFTs to be sold in one collection lucky drop contract is 255." -msgstr "" - -#. placeholder {0}: formatBalance(1, token.decimals) -#. placeholder {1}: token.symbol -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "The minimum amount for each share is {0} {1}" -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "The NFT lucky drop supports up to {NFT_RED_PACKET_MAX_SHARES} NFTs selected for one time." -#~ msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#: src/SiteAdaptor/views/SelectNft.tsx -#~ msgid "The NFT lucky drop supports up to {RED_PACKET_MAX_SHARES} NFTs selected for one time." -#~ msgstr "" - -#: src/SiteAdaptor/views/SelectCollectibles.tsx -msgid "This NFT contract cannot be modified now." -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "Token ID separated by comma, e.g. 1224, 7873, 8948" -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "Token quantity greater than" -msgstr "" - -#: src/SiteAdaptor/components/RouterDialog.tsx -msgid "Tokens" -msgstr "代幣" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Total amount" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Total Amount" -#~ msgstr "" - -#: src/SiteAdaptor/views/CreateERC20RedPacket.tsx -#~ msgid "Total amount shared among all winners" -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Total cost" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -msgid "Total NFTs" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "Transaction cost" -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Use Lucky Drop quests to grow your followers and engagement. Each requirement must be completed to be eligible to claim." -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "User must follow your account. Note: When you cross-post a Lucky Drop to multiple social networks, following you on any social allows users to claim." -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Users must hold one NFT from the collection you select." -#~ msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsRuleDialog.tsx -#~ msgid "Users must like, repost / quote tweet, or comment on your Lucky Drop post." -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketActionButton.tsx -#: src/SiteAdaptor/components/RedPacketRecord.tsx -msgid "View" -msgstr "" - -#: src/SiteAdaptor/views/NftRedPacketConfirm.tsx -#~ msgid "Wallet account" -#~ msgstr "" - -#. placeholder {0}: nativeTokenDetailed?.symbol || 'ETH' -#: src/SiteAdaptor/views/CreateNftRedPacket.tsx -msgid "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of {0}. Please reduce the number of NFTs selected." -msgstr "" - -#: src/SiteAdaptor/RedPacket/OperationFooter.tsx -msgid "Who can claim" -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "Who can claim?" -msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx -#: src/SiteAdaptor/views/CreateTokenRedPacket.tsx -msgid "Winners" -msgstr "" - -#: src/SiteAdaptor/SelectNftTokenDialog.tsx -#~ msgid "You can also use <0>Shift to select multiple NFTs." -#~ msgstr "" - -#: src/SiteAdaptor/components/ConditionSettings.tsx -#: src/SiteAdaptor/components/ConditionSettings.tsx -msgid "You can claim the lucky drop by holding the required amount of any selected token." -msgstr "" - -#: src/SiteAdaptor/ClaimRequirementsDialog.tsx -#~ msgid "You can set one or multiple rules to be eligible to win a Lucky Drop." -#~ msgstr "" - -#: src/SiteAdaptor/FireflyRedpacketConfirmDialog.tsx -#~ msgid "You can withdraw any unclaimed amount 24 hours after sending this lucky drop." -#~ msgstr "" - -#: src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx -#: src/SiteAdaptor/views/TokenRedPacketConfirm.tsx -msgid "You can withdraw the remaining balance 24 hours after sending the lucky drop." -msgstr "" - -#: src/SiteAdaptor/RedPacketConfirmDialog.tsx -#~ msgid "You can withdraw the rest of your balances back 24h later after sending them out." -#~ msgstr "" - -#. placeholder {0}: formatBalance(claimRecord.amount.toString(), token?.decimals, { significant: 2 }) -#. placeholder {0}: formatBalance(data.claimed_amount, token?.decimals, { significant: 2 }) -#. placeholder {1}: token?.symbol || '' -#: src/SiteAdaptor/RedPacket/index.tsx -#: src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx -msgid "You claimed {0} ${1}." -msgstr "" - -#: src/SiteAdaptor/NftRedPacket/index.tsx -msgid "You claimed 1." -msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "You could refund {0} {1}." -#~ msgstr "" - -#: src/SiteAdaptor/RedPacket/index.tsx -#~ msgid "You got {0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/RedPacketNft.tsx -#~ msgid "You got 1 {0}" -#~ msgstr "" - -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -#~ msgid "You have already claimed this lucky drop." -#~ msgstr "" - -#: src/SiteAdaptor/views/NftHistory.tsx -msgid "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to follow <0>@{twitterHandle}" -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to follow the creator of the lucky drop." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold any of the following NFTs in your wallet." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold any of the following tokens." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "You need to hold at least {quantity} of any of the following tokens." -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -#~ msgid "You need to own at least one of the following NFTs." -#~ msgstr "" - -#: src/SiteAdaptor/components/NftRedPacketEnvelope.tsx -#: src/SiteAdaptor/components/RedPacketEnvelope.tsx -msgid "You've already claimed the lucky drop" -msgstr "" - -#: src/SiteAdaptor/Conditions/index.tsx -msgid "Your wallet does not meet the eligibility criteria for claiming." -msgstr "" diff --git a/packages/plugins/Savings/package.json b/packages/plugins/Savings/package.json index 6d4c996bcd3f..523c3c52f634 100644 --- a/packages/plugins/Savings/package.json +++ b/packages/plugins/Savings/package.json @@ -31,32 +31,5 @@ "react-use": "^17.5.0", "web3-utils": "1.10.2", "date-fns": "^3.6.0" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/Savings/src/base.ts b/packages/plugins/Savings/src/base.ts index 4f15ffc7d6a6..14548958c09a 100644 --- a/packages/plugins/Savings/src/base.ts +++ b/packages/plugins/Savings/src/base.ts @@ -2,7 +2,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { NetworkPluginID, DEFAULT_PLUGIN_PUBLISHER, EnhanceableSite } from '@masknet/shared-base' import { ChainId } from '@masknet/web3-shared-evm' import { SAVINGS_PLUGIN_ID } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: SAVINGS_PLUGIN_ID, @@ -38,5 +37,4 @@ export const base: Plugin.Shared.Definition = { [NetworkPluginID.PLUGIN_SOLANA]: { supportedChainIds: [] }, }, }, - i18n: languages, } diff --git a/packages/plugins/Savings/src/locale/en-US.json b/packages/plugins/Savings/src/locale/en-US.json deleted file mode 100644 index f2bd63d54922..000000000000 --- a/packages/plugins/Savings/src/locale/en-US.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "messages": { - "55/jcy": [ - "Hi friends, I just withdrew my deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "5CCCom": [ - "Hi friends, I just withdrew my deposit ", - ["4"], - " ", - ["5"], - " on ", - ["6"], - ". Follow @", - ["7"], - " to find more staking projects." - ], - "70wH1Q": ["APR"], - "7Bj3x9": ["Failed"], - "7hZyUn": ["Processing Deposit"], - "AOPSKq": ["Deposit ", ["0"]], - "Baj2MJ": ["Savings"], - "DPfwMq": ["Done"], - "E7WVbp": ["Deposit ", ["8"]], - "FZg3wM": ["Operation"], - "GWKfFr": [ - "To use Lido, you need to wait ", - ["0"], - " days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." - ], - "LLf+t1": ["No deposit protocols found."], - "OsyKSt": ["Withdraw"], - "QpgBEp": [["0"], " days"], - "Z/tioj": ["Swap ", ["0"]], - "bBzHQT": ["Input amount is below the minimum amount"], - "bUUVED": ["Asset"], - "e34ZOD": ["Waiting time"], - "e3hCsY": ["Lido Exchange Rate"], - "hehnjM": ["Amount"], - "i2x+p1": ["Processing Withdrawal"], - "iPMIoT": ["Enter an amount"], - "kj3M8S": ["Deposit"], - "ojlMCx": ["Minimum withdraw amount is ", ["MINIMUM_AMOUNT"], " ", ["0"]], - "olD305": ["Deposit ", ["9"]], - "oxKup1": ["Insufficient $", ["0"], " balance"], - "qhKyO3": ["Withdraw ", ["0"]], - "sGkv/+": [ - "Hi friends, I just deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "sb9Y58": ["Wallet"], - "yQE2r9": ["Loading"] - } -} diff --git a/packages/plugins/Savings/src/locale/en-US.po b/packages/plugins/Savings/src/locale/en-US.po deleted file mode 100644 index 44554ee7822a..000000000000 --- a/packages/plugins/Savings/src/locale/en-US.po +++ /dev/null @@ -1,164 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "{0} days" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Amount" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "APR" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Asset" -msgstr "" - -#: src/SiteAdaptor/SavingsDialog.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/SavingsRow.tsx -msgid "Deposit" -msgstr "" - -#. placeholder {0}: protocol.bareToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Deposit {0}" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#~ msgid "Deposit {8}" -#~ msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#~ msgid "Deposit {9}" -#~ msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Done" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Enter an amount" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Failed" -msgstr "" - -#. placeholder {0}: promote.amount -#. placeholder {1}: promote.symbol -#. placeholder {2}: promote.chain -#. placeholder {3}: promote.account -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Hi friends, I just deposit {0} {1} on {2}. Follow @{3} to find more staking projects." -msgstr "" - -#. placeholder {0}: promote.amount -#. placeholder {1}: promote.symbol -#. placeholder {2}: promote.chain -#. placeholder {3}: promote.account -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Hi friends, I just withdrew my deposit {0} {1} on {2}. Follow @{3} to find more staking projects." -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#~ msgid "Hi friends, I just withdrew my deposit {4} {5} on {6}. Follow @{7} to find more staking projects." -#~ msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Input amount is below the minimum amount" -msgstr "" - -#. placeholder {0}: isDeposit ? protocol.bareToken.symbol : protocol.stakeToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Insufficient ${0} balance" -msgstr "" - -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Lido Exchange Rate" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Loading" -msgstr "" - -#. placeholder {0}: token.symbol -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Minimum withdraw amount is {MINIMUM_AMOUNT} {0}" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "No deposit protocols found." -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Operation" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Processing Deposit" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Processing Withdrawal" -msgstr "" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/SavingsDialog.tsx -msgid "Savings" -msgstr "" - -#. placeholder {0}: protocol.bareToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Swap {0}" -msgstr "" - -#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "To use Lido, you need to wait {0} days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." -msgstr "" - -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Waiting time" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Wallet" -msgstr "" - -#: src/SiteAdaptor/SavingsDialog.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/SavingsRow.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Withdraw" -msgstr "" - -#. placeholder {0}: protocol.bareToken.symbol ?? '' -#. placeholder {0}: protocol.stakeToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Withdraw {0}" -msgstr "" diff --git a/packages/plugins/Savings/src/locale/ja-JP.json b/packages/plugins/Savings/src/locale/ja-JP.json deleted file mode 100644 index 7e0022884409..000000000000 --- a/packages/plugins/Savings/src/locale/ja-JP.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "messages": { - "55/jcy": [ - "Hi friends, I just withdrew my deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "5CCCom": [ - "Hi friends, I just withdrew my deposit ", - ["4"], - " ", - ["5"], - " on ", - ["6"], - ". Follow @", - ["7"], - " to find more staking projects." - ], - "70wH1Q": ["4月"], - "7Bj3x9": ["失敗しました"], - "7hZyUn": ["入金処理中"], - "AOPSKq": ["Deposit ", ["0"]], - "Baj2MJ": ["普通預金"], - "DPfwMq": ["完了"], - "E7WVbp": ["Deposit ", ["8"]], - "FZg3wM": ["オペレーション"], - "GWKfFr": [ - "To use Lido, you need to wait ", - ["0"], - " days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." - ], - "LLf+t1": ["入金プロトコルが見つかりません。"], - "OsyKSt": ["出金"], - "QpgBEp": [["0"], " days"], - "Z/tioj": ["Swap ", ["0"]], - "bBzHQT": ["入力金額が最小金額以下です"], - "bUUVED": ["資産"], - "e34ZOD": ["Waiting time"], - "e3hCsY": ["Lido Exchange Rate"], - "hehnjM": ["量"], - "i2x+p1": ["引き出し処理中"], - "iPMIoT": ["金額を入力"], - "kj3M8S": ["入金"], - "ojlMCx": ["Minimum withdraw amount is ", ["MINIMUM_AMOUNT"], " ", ["0"]], - "olD305": ["Deposit ", ["9"]], - "oxKup1": ["Insufficient $", ["0"], " balance"], - "qhKyO3": ["Withdraw ", ["0"]], - "sGkv/+": [ - "Hi friends, I just deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "sb9Y58": ["ウォレット"], - "yQE2r9": ["読み込み中"] - } -} diff --git a/packages/plugins/Savings/src/locale/ja-JP.po b/packages/plugins/Savings/src/locale/ja-JP.po deleted file mode 100644 index 588363441db0..000000000000 --- a/packages/plugins/Savings/src/locale/ja-JP.po +++ /dev/null @@ -1,169 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Savings/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 986\n" - -#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "{0} days" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Amount" -msgstr "量" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "APR" -msgstr "4月" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Asset" -msgstr "資産" - -#: src/SiteAdaptor/SavingsDialog.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/SavingsRow.tsx -msgid "Deposit" -msgstr "入金" - -#. placeholder {0}: protocol.bareToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Deposit {0}" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#~ msgid "Deposit {8}" -#~ msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#~ msgid "Deposit {9}" -#~ msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Done" -msgstr "完了" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Enter an amount" -msgstr "金額を入力" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Failed" -msgstr "失敗しました" - -#. placeholder {0}: promote.amount -#. placeholder {1}: promote.symbol -#. placeholder {2}: promote.chain -#. placeholder {3}: promote.account -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Hi friends, I just deposit {0} {1} on {2}. Follow @{3} to find more staking projects." -msgstr "" - -#. placeholder {0}: promote.amount -#. placeholder {1}: promote.symbol -#. placeholder {2}: promote.chain -#. placeholder {3}: promote.account -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Hi friends, I just withdrew my deposit {0} {1} on {2}. Follow @{3} to find more staking projects." -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#~ msgid "Hi friends, I just withdrew my deposit {4} {5} on {6}. Follow @{7} to find more staking projects." -#~ msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Input amount is below the minimum amount" -msgstr "入力金額が最小金額以下です" - -#. placeholder {0}: isDeposit ? protocol.bareToken.symbol : protocol.stakeToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Insufficient ${0} balance" -msgstr "" - -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Lido Exchange Rate" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Loading" -msgstr "読み込み中" - -#. placeholder {0}: token.symbol -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Minimum withdraw amount is {MINIMUM_AMOUNT} {0}" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "No deposit protocols found." -msgstr "入金プロトコルが見つかりません。" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Operation" -msgstr "オペレーション" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Processing Deposit" -msgstr "入金処理中" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Processing Withdrawal" -msgstr "引き出し処理中" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/SavingsDialog.tsx -msgid "Savings" -msgstr "普通預金" - -#. placeholder {0}: protocol.bareToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Swap {0}" -msgstr "" - -#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "To use Lido, you need to wait {0} days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." -msgstr "" - -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Waiting time" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Wallet" -msgstr "ウォレット" - -#: src/SiteAdaptor/SavingsDialog.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/SavingsRow.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Withdraw" -msgstr "出金" - -#. placeholder {0}: protocol.bareToken.symbol ?? '' -#. placeholder {0}: protocol.stakeToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Withdraw {0}" -msgstr "" diff --git a/packages/plugins/Savings/src/locale/ko-KR.json b/packages/plugins/Savings/src/locale/ko-KR.json deleted file mode 100644 index be3752082bad..000000000000 --- a/packages/plugins/Savings/src/locale/ko-KR.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "messages": { - "55/jcy": [ - "Hi friends, I just withdrew my deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "5CCCom": [ - "Hi friends, I just withdrew my deposit ", - ["4"], - " ", - ["5"], - " on ", - ["6"], - ". Follow @", - ["7"], - " to find more staking projects." - ], - "70wH1Q": ["APR"], - "7Bj3x9": ["실패"], - "7hZyUn": ["입금 진행"], - "AOPSKq": ["Deposit ", ["0"]], - "Baj2MJ": ["저금"], - "DPfwMq": ["완료"], - "E7WVbp": ["Deposit ", ["8"]], - "FZg3wM": ["진행"], - "GWKfFr": [ - "To use Lido, you need to wait ", - ["0"], - " days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." - ], - "LLf+t1": ["입금 프로토컬 찾지 않습니다."], - "OsyKSt": ["철회"], - "QpgBEp": [["0"], " days"], - "Z/tioj": ["스왑 ", ["0"]], - "bBzHQT": ["입력 금액은 최소 금액 이하입니다."], - "bUUVED": ["자산"], - "e34ZOD": ["Waiting time"], - "e3hCsY": ["Lido Exchange Rate"], - "hehnjM": ["금액"], - "i2x+p1": ["철회 진행"], - "iPMIoT": ["수액 입력"], - "kj3M8S": ["입금"], - "ojlMCx": ["Minimum withdraw amount is ", ["MINIMUM_AMOUNT"], " ", ["0"]], - "olD305": ["Deposit ", ["9"]], - "oxKup1": ["Insufficient $", ["0"], " balance"], - "qhKyO3": ["출금 ", ["0"]], - "sGkv/+": [ - "Hi friends, I just deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "sb9Y58": ["월렛"], - "yQE2r9": ["로딩 중"] - } -} diff --git a/packages/plugins/Savings/src/locale/ko-KR.po b/packages/plugins/Savings/src/locale/ko-KR.po deleted file mode 100644 index 27bcd8ae9fd2..000000000000 --- a/packages/plugins/Savings/src/locale/ko-KR.po +++ /dev/null @@ -1,169 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Savings/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 986\n" - -#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "{0} days" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Amount" -msgstr "금액" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "APR" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Asset" -msgstr "자산" - -#: src/SiteAdaptor/SavingsDialog.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/SavingsRow.tsx -msgid "Deposit" -msgstr "입금" - -#. placeholder {0}: protocol.bareToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Deposit {0}" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#~ msgid "Deposit {8}" -#~ msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#~ msgid "Deposit {9}" -#~ msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Done" -msgstr "완료" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Enter an amount" -msgstr "수액 입력" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Failed" -msgstr "실패" - -#. placeholder {0}: promote.amount -#. placeholder {1}: promote.symbol -#. placeholder {2}: promote.chain -#. placeholder {3}: promote.account -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Hi friends, I just deposit {0} {1} on {2}. Follow @{3} to find more staking projects." -msgstr "" - -#. placeholder {0}: promote.amount -#. placeholder {1}: promote.symbol -#. placeholder {2}: promote.chain -#. placeholder {3}: promote.account -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Hi friends, I just withdrew my deposit {0} {1} on {2}. Follow @{3} to find more staking projects." -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#~ msgid "Hi friends, I just withdrew my deposit {4} {5} on {6}. Follow @{7} to find more staking projects." -#~ msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Input amount is below the minimum amount" -msgstr "입력 금액은 최소 금액 이하입니다." - -#. placeholder {0}: isDeposit ? protocol.bareToken.symbol : protocol.stakeToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Insufficient ${0} balance" -msgstr "" - -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Lido Exchange Rate" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Loading" -msgstr "로딩 중" - -#. placeholder {0}: token.symbol -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Minimum withdraw amount is {MINIMUM_AMOUNT} {0}" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "No deposit protocols found." -msgstr "입금 프로토컬 찾지 않습니다." - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Operation" -msgstr "진행" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Processing Deposit" -msgstr "입금 진행" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Processing Withdrawal" -msgstr "철회 진행" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/SavingsDialog.tsx -msgid "Savings" -msgstr "저금" - -#. placeholder {0}: protocol.bareToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Swap {0}" -msgstr "스왑 {0}" - -#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "To use Lido, you need to wait {0} days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." -msgstr "" - -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Waiting time" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Wallet" -msgstr "월렛" - -#: src/SiteAdaptor/SavingsDialog.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/SavingsRow.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Withdraw" -msgstr "철회" - -#. placeholder {0}: protocol.bareToken.symbol ?? '' -#. placeholder {0}: protocol.stakeToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Withdraw {0}" -msgstr "출금 {0}" diff --git a/packages/plugins/Savings/src/locale/languages.ts b/packages/plugins/Savings/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/Savings/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/Savings/src/locale/qya-AA.po b/packages/plugins/Savings/src/locale/qya-AA.po deleted file mode 100644 index 556ef2fbb307..000000000000 --- a/packages/plugins/Savings/src/locale/qya-AA.po +++ /dev/null @@ -1,142 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:48\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Savings/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 986\n" - -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "{0} days" -msgstr "crwdns29164:0{0}crwdne29164:0" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Amount" -msgstr "crwdns29166:0crwdne29166:0" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "APR" -msgstr "crwdns29168:0crwdne29168:0" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Asset" -msgstr "crwdns29170:0crwdne29170:0" - -#: src/SiteAdaptor/SavingsDialog.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/SavingsRow.tsx -msgid "Deposit" -msgstr "crwdns29172:0crwdne29172:0" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Deposit {0}" -msgstr "crwdns32318:0{0}crwdne32318:0" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Done" -msgstr "crwdns29174:0crwdne29174:0" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Enter an amount" -msgstr "crwdns29176:0crwdne29176:0" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Failed" -msgstr "crwdns29178:0crwdne29178:0" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Hi friends, I just deposit {0} {1} on {2}. Follow @{3} to find more staking projects." -msgstr "crwdns31760:0{0}crwdnd31760:0{1}crwdnd31760:0{2}crwdnd31760:0{3}crwdne31760:0" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Hi friends, I just withdrew my deposit {0} {1} on {2}. Follow @{3} to find more staking projects." -msgstr "crwdns31762:0{0}crwdnd31762:0{1}crwdnd31762:0{2}crwdnd31762:0{3}crwdne31762:0" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Input amount is below the minimum amount" -msgstr "crwdns29180:0crwdne29180:0" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Insufficient ${0} balance" -msgstr "crwdns29182:0${0}crwdne29182:0" - -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Lido Exchange Rate" -msgstr "crwdns29184:0crwdne29184:0" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Loading" -msgstr "crwdns29186:0crwdne29186:0" - -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Minimum withdraw amount is {MINIMUM_AMOUNT} {0}" -msgstr "crwdns29190:0{MINIMUM_AMOUNT}crwdnd29190:0{0}crwdne29190:0" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "No deposit protocols found." -msgstr "crwdns29192:0crwdne29192:0" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Operation" -msgstr "crwdns29194:0crwdne29194:0" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Processing Deposit" -msgstr "crwdns29196:0crwdne29196:0" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Processing Withdrawal" -msgstr "crwdns29198:0crwdne29198:0" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/SavingsDialog.tsx -msgid "Savings" -msgstr "crwdns29202:0crwdne29202:0" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Swap {0}" -msgstr "crwdns29204:0{0}crwdne29204:0" - -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "To use Lido, you need to wait {0} days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." -msgstr "crwdns29206:0{0}crwdne29206:0" - -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Waiting time" -msgstr "crwdns29208:0crwdne29208:0" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Wallet" -msgstr "crwdns29210:0crwdne29210:0" - -#: src/SiteAdaptor/SavingsDialog.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/SavingsRow.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Withdraw" -msgstr "crwdns29212:0crwdne29212:0" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Withdraw {0}" -msgstr "crwdns29214:0{0}crwdne29214:0" - diff --git a/packages/plugins/Savings/src/locale/zh-CN.json b/packages/plugins/Savings/src/locale/zh-CN.json deleted file mode 100644 index d26abab9ac60..000000000000 --- a/packages/plugins/Savings/src/locale/zh-CN.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "messages": { - "55/jcy": [ - "Hi friends, I just withdrew my deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "5CCCom": [ - "Hi friends, I just withdrew my deposit ", - ["4"], - " ", - ["5"], - " on ", - ["6"], - ". Follow @", - ["7"], - " to find more staking projects." - ], - "70wH1Q": ["年利率"], - "7Bj3x9": ["失败"], - "7hZyUn": ["存入操作处理中"], - "AOPSKq": ["Deposit ", ["0"]], - "Baj2MJ": ["储蓄"], - "DPfwMq": ["完成"], - "E7WVbp": ["Deposit ", ["8"]], - "FZg3wM": ["操作"], - "GWKfFr": [ - "To use Lido, you need to wait ", - ["0"], - " days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." - ], - "LLf+t1": ["未找到存款协议。"], - "OsyKSt": ["提取"], - "QpgBEp": [["0"], " days"], - "Z/tioj": ["兑换 ", ["0"]], - "bBzHQT": ["输入金额低于最低金额"], - "bUUVED": ["资产"], - "e34ZOD": ["Waiting time"], - "e3hCsY": ["Lido Exchange Rate"], - "hehnjM": ["金额"], - "i2x+p1": ["取出操作处理中"], - "iPMIoT": ["输入金额"], - "kj3M8S": ["存入"], - "ojlMCx": ["Minimum withdraw amount is ", ["MINIMUM_AMOUNT"], " ", ["0"]], - "olD305": ["Deposit ", ["9"]], - "oxKup1": ["Insufficient $", ["0"], " balance"], - "qhKyO3": ["提取 ", ["0"]], - "sGkv/+": [ - "Hi friends, I just deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "sb9Y58": ["钱包"], - "yQE2r9": ["加载中"] - } -} diff --git a/packages/plugins/Savings/src/locale/zh-CN.po b/packages/plugins/Savings/src/locale/zh-CN.po deleted file mode 100644 index 8d5f64102bc8..000000000000 --- a/packages/plugins/Savings/src/locale/zh-CN.po +++ /dev/null @@ -1,169 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Savings/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 986\n" - -#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "{0} days" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Amount" -msgstr "金额" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "APR" -msgstr "年利率" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Asset" -msgstr "资产" - -#: src/SiteAdaptor/SavingsDialog.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/SavingsRow.tsx -msgid "Deposit" -msgstr "存入" - -#. placeholder {0}: protocol.bareToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Deposit {0}" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#~ msgid "Deposit {8}" -#~ msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#~ msgid "Deposit {9}" -#~ msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Done" -msgstr "完成" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Enter an amount" -msgstr "输入金额" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Failed" -msgstr "失败" - -#. placeholder {0}: promote.amount -#. placeholder {1}: promote.symbol -#. placeholder {2}: promote.chain -#. placeholder {3}: promote.account -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Hi friends, I just deposit {0} {1} on {2}. Follow @{3} to find more staking projects." -msgstr "" - -#. placeholder {0}: promote.amount -#. placeholder {1}: promote.symbol -#. placeholder {2}: promote.chain -#. placeholder {3}: promote.account -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Hi friends, I just withdrew my deposit {0} {1} on {2}. Follow @{3} to find more staking projects." -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#~ msgid "Hi friends, I just withdrew my deposit {4} {5} on {6}. Follow @{7} to find more staking projects." -#~ msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Input amount is below the minimum amount" -msgstr "输入金额低于最低金额" - -#. placeholder {0}: isDeposit ? protocol.bareToken.symbol : protocol.stakeToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Insufficient ${0} balance" -msgstr "" - -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Lido Exchange Rate" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Loading" -msgstr "加载中" - -#. placeholder {0}: token.symbol -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Minimum withdraw amount is {MINIMUM_AMOUNT} {0}" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "No deposit protocols found." -msgstr "未找到存款协议。" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Operation" -msgstr "操作" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Processing Deposit" -msgstr "存入操作处理中" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Processing Withdrawal" -msgstr "取出操作处理中" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/SavingsDialog.tsx -msgid "Savings" -msgstr "储蓄" - -#. placeholder {0}: protocol.bareToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Swap {0}" -msgstr "兑换 {0}" - -#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "To use Lido, you need to wait {0} days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." -msgstr "" - -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Waiting time" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Wallet" -msgstr "钱包" - -#: src/SiteAdaptor/SavingsDialog.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/SavingsRow.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Withdraw" -msgstr "提取" - -#. placeholder {0}: protocol.bareToken.symbol ?? '' -#. placeholder {0}: protocol.stakeToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Withdraw {0}" -msgstr "提取 {0}" diff --git a/packages/plugins/Savings/src/locale/zh-TW.json b/packages/plugins/Savings/src/locale/zh-TW.json deleted file mode 100644 index d26abab9ac60..000000000000 --- a/packages/plugins/Savings/src/locale/zh-TW.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "messages": { - "55/jcy": [ - "Hi friends, I just withdrew my deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "5CCCom": [ - "Hi friends, I just withdrew my deposit ", - ["4"], - " ", - ["5"], - " on ", - ["6"], - ". Follow @", - ["7"], - " to find more staking projects." - ], - "70wH1Q": ["年利率"], - "7Bj3x9": ["失败"], - "7hZyUn": ["存入操作处理中"], - "AOPSKq": ["Deposit ", ["0"]], - "Baj2MJ": ["储蓄"], - "DPfwMq": ["完成"], - "E7WVbp": ["Deposit ", ["8"]], - "FZg3wM": ["操作"], - "GWKfFr": [ - "To use Lido, you need to wait ", - ["0"], - " days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." - ], - "LLf+t1": ["未找到存款协议。"], - "OsyKSt": ["提取"], - "QpgBEp": [["0"], " days"], - "Z/tioj": ["兑换 ", ["0"]], - "bBzHQT": ["输入金额低于最低金额"], - "bUUVED": ["资产"], - "e34ZOD": ["Waiting time"], - "e3hCsY": ["Lido Exchange Rate"], - "hehnjM": ["金额"], - "i2x+p1": ["取出操作处理中"], - "iPMIoT": ["输入金额"], - "kj3M8S": ["存入"], - "ojlMCx": ["Minimum withdraw amount is ", ["MINIMUM_AMOUNT"], " ", ["0"]], - "olD305": ["Deposit ", ["9"]], - "oxKup1": ["Insufficient $", ["0"], " balance"], - "qhKyO3": ["提取 ", ["0"]], - "sGkv/+": [ - "Hi friends, I just deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "sb9Y58": ["钱包"], - "yQE2r9": ["加载中"] - } -} diff --git a/packages/plugins/Savings/src/locale/zh-TW.po b/packages/plugins/Savings/src/locale/zh-TW.po deleted file mode 100644 index 87a83586ff17..000000000000 --- a/packages/plugins/Savings/src/locale/zh-TW.po +++ /dev/null @@ -1,169 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Savings/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 986\n" - -#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "{0} days" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Amount" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "APR" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Asset" -msgstr "" - -#: src/SiteAdaptor/SavingsDialog.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/SavingsRow.tsx -msgid "Deposit" -msgstr "" - -#. placeholder {0}: protocol.bareToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Deposit {0}" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#~ msgid "Deposit {8}" -#~ msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#~ msgid "Deposit {9}" -#~ msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Done" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Enter an amount" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Failed" -msgstr "" - -#. placeholder {0}: promote.amount -#. placeholder {1}: promote.symbol -#. placeholder {2}: promote.chain -#. placeholder {3}: promote.account -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Hi friends, I just deposit {0} {1} on {2}. Follow @{3} to find more staking projects." -msgstr "" - -#. placeholder {0}: promote.amount -#. placeholder {1}: promote.symbol -#. placeholder {2}: promote.chain -#. placeholder {3}: promote.account -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Hi friends, I just withdrew my deposit {0} {1} on {2}. Follow @{3} to find more staking projects." -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#~ msgid "Hi friends, I just withdrew my deposit {4} {5} on {6}. Follow @{7} to find more staking projects." -#~ msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Input amount is below the minimum amount" -msgstr "" - -#. placeholder {0}: isDeposit ? protocol.bareToken.symbol : protocol.stakeToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Insufficient ${0} balance" -msgstr "" - -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Lido Exchange Rate" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Loading" -msgstr "" - -#. placeholder {0}: token.symbol -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Minimum withdraw amount is {MINIMUM_AMOUNT} {0}" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "No deposit protocols found." -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Operation" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Processing Deposit" -msgstr "" - -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Processing Withdrawal" -msgstr "" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/SavingsDialog.tsx -msgid "Savings" -msgstr "" - -#. placeholder {0}: protocol.bareToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -msgid "Swap {0}" -msgstr "" - -#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "To use Lido, you need to wait {0} days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." -msgstr "" - -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Waiting time" -msgstr "" - -#: src/SiteAdaptor/SavingsTable/index.tsx -msgid "Wallet" -msgstr "" - -#: src/SiteAdaptor/SavingsDialog.tsx -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/SavingsTable/SavingsRow.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Withdraw" -msgstr "" - -#. placeholder {0}: protocol.bareToken.symbol ?? '' -#. placeholder {0}: protocol.stakeToken.symbol -#: src/SiteAdaptor/SavingsForm.tsx -#: src/SiteAdaptor/WithdrawForm.tsx -msgid "Withdraw {0}" -msgstr "" diff --git a/packages/plugins/ScamSniffer/package.json b/packages/plugins/ScamSniffer/package.json index 95b56aa6e50b..d2f1d245c443 100644 --- a/packages/plugins/ScamSniffer/package.json +++ b/packages/plugins/ScamSniffer/package.json @@ -26,32 +26,5 @@ "@scamsniffer/detector": "0.0.39", "react-use": "^17.5.0", "urlcat": "^3.1.0" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/ScamSniffer/src/base.ts b/packages/plugins/ScamSniffer/src/base.ts index 9514c295ee62..9098523d106a 100644 --- a/packages/plugins/ScamSniffer/src/base.ts +++ b/packages/plugins/ScamSniffer/src/base.ts @@ -1,7 +1,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { EnhanceableSite } from '@masknet/shared-base' import { PLUGIN_DESCRIPTION, PLUGIN_ID, PLUGIN_NAME } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PLUGIN_ID, @@ -19,5 +18,4 @@ export const base: Plugin.Shared.Definition = { }, inMinimalModeByDefault: true, experimentalMark: true, - i18n: languages, } diff --git a/packages/plugins/ScamSniffer/src/locale/en-US.json b/packages/plugins/ScamSniffer/src/locale/en-US.json deleted file mode 100644 index 6d6c0bb81495..000000000000 --- a/packages/plugins/ScamSniffer/src/locale/en-US.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "messages": { - "eeYVJ5": ["Be careful what you visit and sign!"], - "iwiSFA": ["Similar Project"], - "wYA1q/": ["Auto report the scam links to MetaMask"] - } -} diff --git a/packages/plugins/ScamSniffer/src/locale/en-US.po b/packages/plugins/ScamSniffer/src/locale/en-US.po deleted file mode 100644 index c93c3e542785..000000000000 --- a/packages/plugins/ScamSniffer/src/locale/en-US.po +++ /dev/null @@ -1,24 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Auto report the scam links to MetaMask" -msgstr "" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Be careful what you visit and sign!" -msgstr "" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Similar Project" -msgstr "" diff --git a/packages/plugins/ScamSniffer/src/locale/ja-JP.json b/packages/plugins/ScamSniffer/src/locale/ja-JP.json deleted file mode 100644 index 4b30480b54ee..000000000000 --- a/packages/plugins/ScamSniffer/src/locale/ja-JP.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "messages": { - "eeYVJ5": ["あなたが訪問して署名するものに注意してください!"], - "iwiSFA": ["Similar Project"], - "wYA1q/": ["詐欺リンクをMetaMaskに自動的に報告する"] - } -} diff --git a/packages/plugins/ScamSniffer/src/locale/ja-JP.po b/packages/plugins/ScamSniffer/src/locale/ja-JP.po deleted file mode 100644 index ab90a1f31932..000000000000 --- a/packages/plugins/ScamSniffer/src/locale/ja-JP.po +++ /dev/null @@ -1,29 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ScamSniffer/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 988\n" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Auto report the scam links to MetaMask" -msgstr "詐欺リンクをMetaMaskに自動的に報告する" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Be careful what you visit and sign!" -msgstr "あなたが訪問して署名するものに注意してください!" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Similar Project" -msgstr "" diff --git a/packages/plugins/ScamSniffer/src/locale/ko-KR.json b/packages/plugins/ScamSniffer/src/locale/ko-KR.json deleted file mode 100644 index 4eb1e66a48a0..000000000000 --- a/packages/plugins/ScamSniffer/src/locale/ko-KR.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "messages": { - "eeYVJ5": ["사이트 방운하가나 사인할 때 조심하시길 바랍니다."], - "iwiSFA": ["유사한 프로젝트"], - "wYA1q/": ["MetaMask에 스캠 링크 자동 보고"] - } -} diff --git a/packages/plugins/ScamSniffer/src/locale/ko-KR.po b/packages/plugins/ScamSniffer/src/locale/ko-KR.po deleted file mode 100644 index 167d23ffd545..000000000000 --- a/packages/plugins/ScamSniffer/src/locale/ko-KR.po +++ /dev/null @@ -1,29 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ScamSniffer/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 988\n" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Auto report the scam links to MetaMask" -msgstr "MetaMask에 스캠 링크 자동 보고" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Be careful what you visit and sign!" -msgstr "사이트 방운하가나 사인할 때 조심하시길 바랍니다." - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Similar Project" -msgstr "유사한 프로젝트" diff --git a/packages/plugins/ScamSniffer/src/locale/languages.ts b/packages/plugins/ScamSniffer/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/ScamSniffer/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/ScamSniffer/src/locale/qya-AA.po b/packages/plugins/ScamSniffer/src/locale/qya-AA.po deleted file mode 100644 index 96251e7094e2..000000000000 --- a/packages/plugins/ScamSniffer/src/locale/qya-AA.po +++ /dev/null @@ -1,30 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:48\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ScamSniffer/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 988\n" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Auto report the scam links to MetaMask" -msgstr "crwdns29216:0crwdne29216:0" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Be careful what you visit and sign!" -msgstr "crwdns29218:0crwdne29218:0" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Similar Project" -msgstr "crwdns29220:0crwdne29220:0" - diff --git a/packages/plugins/ScamSniffer/src/locale/zh-CN.json b/packages/plugins/ScamSniffer/src/locale/zh-CN.json deleted file mode 100644 index bc4421cb62e5..000000000000 --- a/packages/plugins/ScamSniffer/src/locale/zh-CN.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": { "eeYVJ5": ["注意你的访问和签名!"], "iwiSFA": ["类似项目"], "wYA1q/": ["自动报告欺诈链接到MetaMask"] } } diff --git a/packages/plugins/ScamSniffer/src/locale/zh-CN.po b/packages/plugins/ScamSniffer/src/locale/zh-CN.po deleted file mode 100644 index a25c21b6c679..000000000000 --- a/packages/plugins/ScamSniffer/src/locale/zh-CN.po +++ /dev/null @@ -1,29 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ScamSniffer/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 988\n" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Auto report the scam links to MetaMask" -msgstr "自动报告欺诈链接到MetaMask" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Be careful what you visit and sign!" -msgstr "注意你的访问和签名!" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Similar Project" -msgstr "类似项目" diff --git a/packages/plugins/ScamSniffer/src/locale/zh-TW.json b/packages/plugins/ScamSniffer/src/locale/zh-TW.json deleted file mode 100644 index bc4421cb62e5..000000000000 --- a/packages/plugins/ScamSniffer/src/locale/zh-TW.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": { "eeYVJ5": ["注意你的访问和签名!"], "iwiSFA": ["类似项目"], "wYA1q/": ["自动报告欺诈链接到MetaMask"] } } diff --git a/packages/plugins/ScamSniffer/src/locale/zh-TW.po b/packages/plugins/ScamSniffer/src/locale/zh-TW.po deleted file mode 100644 index c4f943fdba25..000000000000 --- a/packages/plugins/ScamSniffer/src/locale/zh-TW.po +++ /dev/null @@ -1,29 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ScamSniffer/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 988\n" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Auto report the scam links to MetaMask" -msgstr "" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Be careful what you visit and sign!" -msgstr "" - -#: src/SiteAdaptor/ScamAlert.tsx -msgid "Similar Project" -msgstr "" diff --git a/packages/plugins/ScamWarning/package.json b/packages/plugins/ScamWarning/package.json index fa0c302f59ad..3b34cbb01ccc 100644 --- a/packages/plugins/ScamWarning/package.json +++ b/packages/plugins/ScamWarning/package.json @@ -26,32 +26,5 @@ "@masknet/web3-providers": "workspace:^", "@scamsniffer/detector": "0.0.39", "react-use": "^17.5.0" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/ScamWarning/src/base.ts b/packages/plugins/ScamWarning/src/base.ts index 8504b94a572e..0546d25d0065 100644 --- a/packages/plugins/ScamWarning/src/base.ts +++ b/packages/plugins/ScamWarning/src/base.ts @@ -1,7 +1,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { EnhanceableSite } from '@masknet/shared-base' import { PLUGIN_DESCRIPTION, PLUGIN_ID, PLUGIN_NAME } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PLUGIN_ID, @@ -18,5 +17,4 @@ export const base: Plugin.Shared.Definition = { target: 'stable', }, experimentalMark: true, - i18n: languages, } diff --git a/packages/plugins/ScamWarning/src/locale/en-US.json b/packages/plugins/ScamWarning/src/locale/en-US.json deleted file mode 100644 index 1acd7c2d652b..000000000000 --- a/packages/plugins/ScamWarning/src/locale/en-US.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "messages": { - "5G0lxx": ["Powered by <0>Scamsniffer"], - "6vVuTX": [ - "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "JGpseC": [ - ["0", "plural", { "one": ["This domain is"], "other": ["These domains are"] }], - " currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "S6Qdlo": ["Scam Warning"], - "jt/cjR": ["Safety Warning"], - "n+ObkB": [ - "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." - ], - "w3t1Hw": ["Powered by <0>Go+"] - } -} diff --git a/packages/plugins/ScamWarning/src/locale/en-US.po b/packages/plugins/ScamWarning/src/locale/en-US.po deleted file mode 100644 index 51c38429eaeb..000000000000 --- a/packages/plugins/ScamWarning/src/locale/en-US.po +++ /dev/null @@ -1,41 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. placeholder {0}: value.length -#: src/SiteAdaptor/components/PreviewCard.tsx -msgid "{0, plural, one {This domain is} other {These domains are}} currently on the Mask Network warning list which may include malicious entries, phishing or scams." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." -msgstr "" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "Powered by <0>Go+" -msgstr "" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "Powered by <0>Scamsniffer" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Safety Warning" -msgstr "" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "Scam Warning" -msgstr "" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." -msgstr "" diff --git a/packages/plugins/ScamWarning/src/locale/ja-JP.json b/packages/plugins/ScamWarning/src/locale/ja-JP.json deleted file mode 100644 index 5d340f7e966c..000000000000 --- a/packages/plugins/ScamWarning/src/locale/ja-JP.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "messages": { - "5G0lxx": ["Powered by <0>Scamsniffer"], - "6vVuTX": [ - "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "JGpseC": [ - ["0", "plural", { "one": ["This domain is"], "other": ["These domains are"] }], - " currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "S6Qdlo": ["Scam Warning"], - "jt/cjR": ["安全警告"], - "n+ObkB": [ - "ユーザーが公開した暗号化ウェブサイトが危険か悪意のあるものかを検出します。デジタル資産を保存するのに役立ちます。" - ], - "w3t1Hw": ["Powered by <0>Go+"] - } -} diff --git a/packages/plugins/ScamWarning/src/locale/ja-JP.po b/packages/plugins/ScamWarning/src/locale/ja-JP.po deleted file mode 100644 index a2108ef63ccf..000000000000 --- a/packages/plugins/ScamWarning/src/locale/ja-JP.po +++ /dev/null @@ -1,46 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ScamWarning/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 990\n" - -#. placeholder {0}: value.length -#: src/SiteAdaptor/components/PreviewCard.tsx -msgid "{0, plural, one {This domain is} other {These domains are}} currently on the Mask Network warning list which may include malicious entries, phishing or scams." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." -msgstr "ユーザーが公開した暗号化ウェブサイトが危険か悪意のあるものかを検出します。デジタル資産を保存するのに役立ちます。" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "Powered by <0>Go+" -msgstr "" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "Powered by <0>Scamsniffer" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Safety Warning" -msgstr "安全警告" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "Scam Warning" -msgstr "" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." -msgstr "" diff --git a/packages/plugins/ScamWarning/src/locale/ko-KR.json b/packages/plugins/ScamWarning/src/locale/ko-KR.json deleted file mode 100644 index f504f71fab4f..000000000000 --- a/packages/plugins/ScamWarning/src/locale/ko-KR.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "messages": { - "5G0lxx": ["Powered by <0>Scamsniffer"], - "6vVuTX": [ - "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "JGpseC": [ - ["0", "plural", { "one": ["This domain is"], "other": ["These domains are"] }], - " currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "S6Qdlo": ["Scam Warning"], - "jt/cjR": ["안전 경고"], - "n+ObkB": [ - "사용자가 게시한 암호화 웹 사이트가 위험한지 악의적인지 탐지합니다. 디지털 자산을 저장하는 데 도움이 됩니다." - ], - "w3t1Hw": ["Powered by <0>Go+"] - } -} diff --git a/packages/plugins/ScamWarning/src/locale/ko-KR.po b/packages/plugins/ScamWarning/src/locale/ko-KR.po deleted file mode 100644 index 8a47b7b617a5..000000000000 --- a/packages/plugins/ScamWarning/src/locale/ko-KR.po +++ /dev/null @@ -1,46 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ScamWarning/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 990\n" - -#. placeholder {0}: value.length -#: src/SiteAdaptor/components/PreviewCard.tsx -msgid "{0, plural, one {This domain is} other {These domains are}} currently on the Mask Network warning list which may include malicious entries, phishing or scams." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." -msgstr "사용자가 게시한 암호화 웹 사이트가 위험한지 악의적인지 탐지합니다. 디지털 자산을 저장하는 데 도움이 됩니다." - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "Powered by <0>Go+" -msgstr "" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "Powered by <0>Scamsniffer" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Safety Warning" -msgstr "안전 경고" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "Scam Warning" -msgstr "" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." -msgstr "" diff --git a/packages/plugins/ScamWarning/src/locale/languages.ts b/packages/plugins/ScamWarning/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/ScamWarning/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/ScamWarning/src/locale/qya-AA.po b/packages/plugins/ScamWarning/src/locale/qya-AA.po deleted file mode 100644 index 340467990c5a..000000000000 --- a/packages/plugins/ScamWarning/src/locale/qya-AA.po +++ /dev/null @@ -1,30 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:48\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ScamWarning/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 990\n" - -#: src/SiteAdaptor/components/PreviewCard.tsx -msgid "{0, plural, one {This domain is} other {These domains are}} currently on the Mask Network warning list which may include malicious entries, phishing or scams." -msgstr "crwdns32320:00={0}crwdne32320:0" - -#: src/SiteAdaptor/index.tsx -msgid "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." -msgstr "crwdns29222:0crwdne29222:0" - -#: src/SiteAdaptor/index.tsx -msgid "Safety Warning" -msgstr "crwdns29224:0crwdne29224:0" - diff --git a/packages/plugins/ScamWarning/src/locale/zh-CN.json b/packages/plugins/ScamWarning/src/locale/zh-CN.json deleted file mode 100644 index f70c0301585c..000000000000 --- a/packages/plugins/ScamWarning/src/locale/zh-CN.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "messages": { - "5G0lxx": ["Powered by <0>Scamsniffer"], - "6vVuTX": [ - "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "JGpseC": [ - ["0", "plural", { "one": ["This domain is"], "other": ["These domains are"] }], - " currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "S6Qdlo": ["Scam Warning"], - "jt/cjR": ["安全警告"], - "n+ObkB": ["检测用户发布的加密网站是否有风险或恶意。帮助您保护数字资产。"], - "w3t1Hw": ["Powered by <0>Go+"] - } -} diff --git a/packages/plugins/ScamWarning/src/locale/zh-CN.po b/packages/plugins/ScamWarning/src/locale/zh-CN.po deleted file mode 100644 index 7d04be6b6d80..000000000000 --- a/packages/plugins/ScamWarning/src/locale/zh-CN.po +++ /dev/null @@ -1,46 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ScamWarning/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 990\n" - -#. placeholder {0}: value.length -#: src/SiteAdaptor/components/PreviewCard.tsx -msgid "{0, plural, one {This domain is} other {These domains are}} currently on the Mask Network warning list which may include malicious entries, phishing or scams." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." -msgstr "检测用户发布的加密网站是否有风险或恶意。帮助您保护数字资产。" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "Powered by <0>Go+" -msgstr "" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "Powered by <0>Scamsniffer" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Safety Warning" -msgstr "安全警告" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "Scam Warning" -msgstr "" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." -msgstr "" diff --git a/packages/plugins/ScamWarning/src/locale/zh-TW.json b/packages/plugins/ScamWarning/src/locale/zh-TW.json deleted file mode 100644 index f70c0301585c..000000000000 --- a/packages/plugins/ScamWarning/src/locale/zh-TW.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "messages": { - "5G0lxx": ["Powered by <0>Scamsniffer"], - "6vVuTX": [ - "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "JGpseC": [ - ["0", "plural", { "one": ["This domain is"], "other": ["These domains are"] }], - " currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "S6Qdlo": ["Scam Warning"], - "jt/cjR": ["安全警告"], - "n+ObkB": ["检测用户发布的加密网站是否有风险或恶意。帮助您保护数字资产。"], - "w3t1Hw": ["Powered by <0>Go+"] - } -} diff --git a/packages/plugins/ScamWarning/src/locale/zh-TW.po b/packages/plugins/ScamWarning/src/locale/zh-TW.po deleted file mode 100644 index 01078908d7e4..000000000000 --- a/packages/plugins/ScamWarning/src/locale/zh-TW.po +++ /dev/null @@ -1,46 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/ScamWarning/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 990\n" - -#. placeholder {0}: value.length -#: src/SiteAdaptor/components/PreviewCard.tsx -msgid "{0, plural, one {This domain is} other {These domains are}} currently on the Mask Network warning list which may include malicious entries, phishing or scams." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." -msgstr "" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "Powered by <0>Go+" -msgstr "" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "Powered by <0>Scamsniffer" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Safety Warning" -msgstr "" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "Scam Warning" -msgstr "" - -#: src/SiteAdaptor/components/WarningCard.tsx -msgid "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." -msgstr "" diff --git a/packages/plugins/Snapshot/package.json b/packages/plugins/Snapshot/package.json index 728892ed0a7a..0515cf245bb9 100644 --- a/packages/plugins/Snapshot/package.json +++ b/packages/plugins/Snapshot/package.json @@ -34,32 +34,5 @@ "date-fns": "^3.6.0", "react-use": "^17.5.0", "urlcat": "^3.1.0" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/Snapshot/src/base.ts b/packages/plugins/Snapshot/src/base.ts index 5a10696cc107..35444e14e17b 100644 --- a/packages/plugins/Snapshot/src/base.ts +++ b/packages/plugins/Snapshot/src/base.ts @@ -1,7 +1,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { DEFAULT_PLUGIN_PUBLISHER, EnhanceableSite } from '@masknet/shared-base' import { SNAPSHOT_PLUGIN_ID } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: SNAPSHOT_PLUGIN_ID, @@ -22,5 +21,4 @@ export const base: Plugin.Shared.Definition = { contribution: { postContent: new Set([/https:\/\/(?:www.)?snapshot.(org|page)\/#\/(.*?)\/proposal\/[\dA-Za-z]+/u]), }, - i18n: languages, } diff --git a/packages/plugins/Snapshot/src/locale/en-US.json b/packages/plugins/Snapshot/src/locale/en-US.json deleted file mode 100644 index bc21d5ba6a5d..000000000000 --- a/packages/plugins/Snapshot/src/locale/en-US.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "messages": { - "+ubcPw": ["No power"], - "0Lp4o6": ["Load failed"], - "0jddIP": [["0"], " members"], - "0wdd7X": ["Join"], - "0wzWAN": ["Why I can't vote?"], - "6gRgw8": ["Retry"], - "6sbLuF": ["Current results"], - "9oP21f": ["My vote"], - "9q+I38": ["Your voting power"], - "CP3D8G": ["Progress"], - "HpK/8d": ["Reload"], - "IrI9pg": ["End date"], - "M9OYUo": ["Please try again if you failed to vote."], - "MQ9hQ4": ["DAO"], - "Midntl": ["Download report"], - "PByO0X": ["Votes"], - "SX2UXi": ["Your vote has been successful."], - "UxJ2jd": ["Display Snapshot proposals on the X of the respective project or protocol."], - "VHVdS1": ["No votes"], - "VbeIOx": ["Author"], - "W2es+t": ["Oops, it seems you don't have any voting power at block ", ["0"], ". <0>Learn more"], - "WAjFYI": ["Start date"], - "XrH+JC": ["IPFS"], - "YF8jon": ["Ended ", ["relativeEndTime"]], - "gxV9O8": ["Cast your vote"], - "hj39w+": ["Loading failed due to Snapshot API service breakdown."], - "jXWnN0": [["0", "plural", { "one": ["Strategy"], "other": ["Strategies"] }]], - "jjCXPD": ["Starts ", ["relativeStartTime"]], - "jpctdh": ["View"], - "kWJmRL": ["You"], - "kx0s+n": ["Results"], - "lQXQKs": ["Vote"], - "nSkB8g": ["Information"], - "o4NrTC": ["Confirm this Signature in your wallet."], - "pOE8Vh": ["Space"], - "przoUP": ["Vote Overview"], - "qHqI+o": ["<0>Powered by <1>Mask Network"], - "qcybNQ": ["Proposal"], - "rPgNr1": ["Oops, it seems you don't have any voting power at block ", ["0"], ".<0>Learn more"], - "rVBqRS": ["Option(s)"], - "u689pQ": ["Ends in ", ["relativeEndTime"]], - "u7TofG": ["Voted."], - "yQE2r9": ["Loading"], - "yTZe+y": ["Snapshot"], - "ybuu1v": ["Oops, we can't find any results."] - } -} diff --git a/packages/plugins/Snapshot/src/locale/en-US.po b/packages/plugins/Snapshot/src/locale/en-US.po deleted file mode 100644 index 7481d5cb8f81..000000000000 --- a/packages/plugins/Snapshot/src/locale/en-US.po +++ /dev/null @@ -1,209 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. placeholder {0}: strategies.length -#: src/SiteAdaptor/InformationCard.tsx -msgid "{0, plural, one {Strategy} other {Strategies}}" -msgstr "" - -#. placeholder {0}: formatCount(currentSpace.followersCount, 1) -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "{0} members" -msgstr "" - -#: src/SiteAdaptor/PluginDescriptor.tsx -msgid "<0>Powered by <1>Mask Network" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Author" -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Cast your vote" -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Confirm this Signature in your wallet." -msgstr "" - -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -msgid "Current results" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "DAO" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Display Snapshot proposals on the X of the respective project or protocol." -msgstr "" - -#: src/SiteAdaptor/ResultCard.tsx -msgid "Download report" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "End date" -msgstr "" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Ended {relativeEndTime}" -msgstr "" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Ends in {relativeEndTime}" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Information" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "IPFS" -msgstr "" - -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "Join" -msgstr "" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Load failed" -msgstr "" - -#: src/SiteAdaptor/ProfileView.tsx -msgid "Loading" -msgstr "" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Loading failed due to Snapshot API service breakdown." -msgstr "" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "My vote" -msgstr "" - -#: src/SiteAdaptor/Snapshot.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "No power" -msgstr "" - -#: src/SiteAdaptor/VotesCard.tsx -msgid "No votes" -msgstr "" - -#. placeholder {0}: formatWithCommas(snapshot) -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Oops, it seems you don't have any voting power at block {0}. <0>Learn more" -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -#~ msgid "Oops, it seems you don't have any voting power at block {0}.<0>Learn more" -#~ msgstr "" - -#: src/SiteAdaptor/ProfileView.tsx -msgid "Oops, we can't find any results." -msgstr "" - -#: src/SiteAdaptor/VoteConfirmDialog.tsx -#~ msgid "Option(s)" -#~ msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Please try again if you failed to vote." -msgstr "" - -#: src/SiteAdaptor/Snapshot.tsx -msgid "Progress" -msgstr "" - -#: src/SiteAdaptor/Snapshot.tsx -msgid "Proposal" -msgstr "" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Reload" -msgstr "" - -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -msgid "Results" -msgstr "" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Retry" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -#: src/SiteAdaptor/PluginDescriptor.tsx -#: src/SiteAdaptor/ProfileView.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Snapshot" -msgstr "" - -#: src/SiteAdaptor/SpaceMenu.tsx -msgid "Space" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Start date" -msgstr "" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Starts {relativeStartTime}" -msgstr "" - -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "View" -msgstr "" - -#: src/SiteAdaptor/Snapshot.tsx -#: src/SiteAdaptor/VotingDialog.tsx -#: src/SiteAdaptor/VotingDialog.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Vote" -msgstr "" - -#: src/SiteAdaptor/VoteConfirmDialog.tsx -#~ msgid "Vote Overview" -#~ msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -#~ msgid "Voted." -#~ msgstr "" - -#: src/SiteAdaptor/VotesCard.tsx -#: src/SiteAdaptor/VotesCard.tsx -#: src/SiteAdaptor/VotesCard.tsx -msgid "Votes" -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Why I can't vote?" -msgstr "" - -#: src/SiteAdaptor/VotesCard.tsx -msgid "You" -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Your vote has been successful." -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Your voting power" -msgstr "" diff --git a/packages/plugins/Snapshot/src/locale/ja-JP.json b/packages/plugins/Snapshot/src/locale/ja-JP.json deleted file mode 100644 index 5995c1e663f3..000000000000 --- a/packages/plugins/Snapshot/src/locale/ja-JP.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "messages": { - "+ubcPw": ["パワーなし"], - "0Lp4o6": ["Load failed"], - "0jddIP": [["0"], " メンバー"], - "0wdd7X": ["参加"], - "0wzWAN": ["Why I can't vote?"], - "6gRgw8": ["Retry"], - "6sbLuF": ["現在の結果"], - "9oP21f": ["自分の投票"], - "9q+I38": ["あなたの投票力"], - "CP3D8G": ["進捗"], - "HpK/8d": ["Reload"], - "IrI9pg": ["終了日"], - "M9OYUo": ["投票に失敗した場合はもう一度お試しください。"], - "MQ9hQ4": ["DAO"], - "Midntl": ["レポートをダウンロードする"], - "PByO0X": ["投票"], - "SX2UXi": ["Your vote has been successful."], - "UxJ2jd": ["Display Snapshot proposals on the X of the respective project or protocol."], - "VHVdS1": ["No votes"], - "VbeIOx": ["著者"], - "W2es+t": ["Oops, it seems you don't have any voting power at block ", ["0"], ". <0>Learn more"], - "WAjFYI": ["開始日"], - "XrH+JC": ["IPFS"], - "YF8jon": ["Ended ", ["relativeEndTime"]], - "gxV9O8": ["投票してください"], - "hj39w+": ["Loading failed due to Snapshot API service breakdown."], - "jXWnN0": [["0", "plural", { "one": ["Strategy"], "other": ["Strategies"] }]], - "jjCXPD": ["Starts ", ["relativeStartTime"]], - "jpctdh": ["表示"], - "kWJmRL": ["あなた"], - "kx0s+n": ["結果"], - "lQXQKs": ["投票"], - "nSkB8g": ["情報"], - "o4NrTC": ["Confirm this Signature in your wallet."], - "pOE8Vh": ["スペース"], - "przoUP": ["投票一覧"], - "qHqI+o": ["<0>Powered by <1>Mask Network"], - "qcybNQ": ["提案"], - "rPgNr1": ["Oops, it seems you don't have any voting power at block ", ["0"], ".<0>Learn more"], - "rVBqRS": ["オプション"], - "u689pQ": ["Ends in ", ["relativeEndTime"]], - "u7TofG": ["Voted."], - "yQE2r9": ["読み込み中"], - "yTZe+y": ["Snapshot"], - "ybuu1v": ["おっと、結果が見つかりません"] - } -} diff --git a/packages/plugins/Snapshot/src/locale/ja-JP.po b/packages/plugins/Snapshot/src/locale/ja-JP.po deleted file mode 100644 index 757b8a64b49f..000000000000 --- a/packages/plugins/Snapshot/src/locale/ja-JP.po +++ /dev/null @@ -1,214 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Snapshot/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 994\n" - -#. placeholder {0}: strategies.length -#: src/SiteAdaptor/InformationCard.tsx -msgid "{0, plural, one {Strategy} other {Strategies}}" -msgstr "" - -#. placeholder {0}: formatCount(currentSpace.followersCount, 1) -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "{0} members" -msgstr "{0} メンバー" - -#: src/SiteAdaptor/PluginDescriptor.tsx -msgid "<0>Powered by <1>Mask Network" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Author" -msgstr "著者" - -#: src/SiteAdaptor/VotingDialog.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Cast your vote" -msgstr "投票してください" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Confirm this Signature in your wallet." -msgstr "" - -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -msgid "Current results" -msgstr "現在の結果" - -#: src/SiteAdaptor/index.tsx -msgid "DAO" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Display Snapshot proposals on the X of the respective project or protocol." -msgstr "" - -#: src/SiteAdaptor/ResultCard.tsx -msgid "Download report" -msgstr "レポートをダウンロードする" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "End date" -msgstr "終了日" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Ended {relativeEndTime}" -msgstr "" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Ends in {relativeEndTime}" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Information" -msgstr "情報" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "IPFS" -msgstr "" - -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "Join" -msgstr "参加" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Load failed" -msgstr "" - -#: src/SiteAdaptor/ProfileView.tsx -msgid "Loading" -msgstr "読み込み中" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Loading failed due to Snapshot API service breakdown." -msgstr "" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "My vote" -msgstr "自分の投票" - -#: src/SiteAdaptor/Snapshot.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "No power" -msgstr "パワーなし" - -#: src/SiteAdaptor/VotesCard.tsx -msgid "No votes" -msgstr "" - -#. placeholder {0}: formatWithCommas(snapshot) -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Oops, it seems you don't have any voting power at block {0}. <0>Learn more" -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -#~ msgid "Oops, it seems you don't have any voting power at block {0}.<0>Learn more" -#~ msgstr "" - -#: src/SiteAdaptor/ProfileView.tsx -msgid "Oops, we can't find any results." -msgstr "おっと、結果が見つかりません" - -#: src/SiteAdaptor/VoteConfirmDialog.tsx -#~ msgid "Option(s)" -#~ msgstr "オプション" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Please try again if you failed to vote." -msgstr "投票に失敗した場合はもう一度お試しください。" - -#: src/SiteAdaptor/Snapshot.tsx -msgid "Progress" -msgstr "進捗" - -#: src/SiteAdaptor/Snapshot.tsx -msgid "Proposal" -msgstr "提案" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Reload" -msgstr "" - -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -msgid "Results" -msgstr "結果" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Retry" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -#: src/SiteAdaptor/PluginDescriptor.tsx -#: src/SiteAdaptor/ProfileView.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Snapshot" -msgstr "" - -#: src/SiteAdaptor/SpaceMenu.tsx -msgid "Space" -msgstr "スペース" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Start date" -msgstr "開始日" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Starts {relativeStartTime}" -msgstr "" - -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "View" -msgstr "表示" - -#: src/SiteAdaptor/Snapshot.tsx -#: src/SiteAdaptor/VotingDialog.tsx -#: src/SiteAdaptor/VotingDialog.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Vote" -msgstr "投票" - -#: src/SiteAdaptor/VoteConfirmDialog.tsx -#~ msgid "Vote Overview" -#~ msgstr "投票一覧" - -#: src/SiteAdaptor/VotingDialog.tsx -#~ msgid "Voted." -#~ msgstr "" - -#: src/SiteAdaptor/VotesCard.tsx -#: src/SiteAdaptor/VotesCard.tsx -#: src/SiteAdaptor/VotesCard.tsx -msgid "Votes" -msgstr "投票" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Why I can't vote?" -msgstr "" - -#: src/SiteAdaptor/VotesCard.tsx -msgid "You" -msgstr "あなた" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Your vote has been successful." -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Your voting power" -msgstr "あなたの投票力" diff --git a/packages/plugins/Snapshot/src/locale/ko-KR.json b/packages/plugins/Snapshot/src/locale/ko-KR.json deleted file mode 100644 index 94ce7be3a319..000000000000 --- a/packages/plugins/Snapshot/src/locale/ko-KR.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "messages": { - "+ubcPw": ["파워없음"], - "0Lp4o6": ["Load failed"], - "0jddIP": [["0"], " 맴버"], - "0wdd7X": ["참가"], - "0wzWAN": ["Why I can't vote?"], - "6gRgw8": ["Retry"], - "6sbLuF": ["현재 결과"], - "9oP21f": ["나의 투표"], - "9q+I38": ["투표 파워"], - "CP3D8G": ["진행"], - "HpK/8d": ["Reload"], - "IrI9pg": ["종료 날짜"], - "M9OYUo": ["투표가 실패하면 다시 시도하세요."], - "MQ9hQ4": ["DAO"], - "Midntl": ["리포트 다운로드"], - "PByO0X": ["투표"], - "SX2UXi": ["Your vote has been successful."], - "UxJ2jd": ["Display Snapshot proposals on the X of the respective project or protocol."], - "VHVdS1": ["No votes"], - "VbeIOx": ["작성자"], - "W2es+t": ["Oops, it seems you don't have any voting power at block ", ["0"], ". <0>Learn more"], - "WAjFYI": ["시작 날짜"], - "XrH+JC": ["IPFS"], - "YF8jon": ["Ended ", ["relativeEndTime"]], - "gxV9O8": ["투표하세요."], - "hj39w+": ["Loading failed due to Snapshot API service breakdown."], - "jXWnN0": [["0", "plural", { "one": ["Strategy"], "other": ["Strategies"] }]], - "jjCXPD": ["Starts ", ["relativeStartTime"]], - "jpctdh": ["살펴보기"], - "kWJmRL": ["You"], - "kx0s+n": ["결과"], - "lQXQKs": ["투표"], - "nSkB8g": ["정보"], - "o4NrTC": ["Confirm this Signature in your wallet."], - "pOE8Vh": ["스페이스"], - "przoUP": ["투표 개요"], - "qHqI+o": ["<0>Powered by <1>Mask Network"], - "qcybNQ": ["프로포절"], - "rPgNr1": ["Oops, it seems you don't have any voting power at block ", ["0"], ".<0>Learn more"], - "rVBqRS": ["옵션"], - "u689pQ": ["Ends in ", ["relativeEndTime"]], - "u7TofG": ["Voted."], - "yQE2r9": ["로딩 중"], - "yTZe+y": ["스냅숏"], - "ybuu1v": ["해당한 결과가 없습니다."] - } -} diff --git a/packages/plugins/Snapshot/src/locale/ko-KR.po b/packages/plugins/Snapshot/src/locale/ko-KR.po deleted file mode 100644 index ecfe98bb7286..000000000000 --- a/packages/plugins/Snapshot/src/locale/ko-KR.po +++ /dev/null @@ -1,214 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Snapshot/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 994\n" - -#. placeholder {0}: strategies.length -#: src/SiteAdaptor/InformationCard.tsx -msgid "{0, plural, one {Strategy} other {Strategies}}" -msgstr "" - -#. placeholder {0}: formatCount(currentSpace.followersCount, 1) -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "{0} members" -msgstr "{0} 맴버" - -#: src/SiteAdaptor/PluginDescriptor.tsx -msgid "<0>Powered by <1>Mask Network" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Author" -msgstr "작성자" - -#: src/SiteAdaptor/VotingDialog.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Cast your vote" -msgstr "투표하세요." - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Confirm this Signature in your wallet." -msgstr "" - -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -msgid "Current results" -msgstr "현재 결과" - -#: src/SiteAdaptor/index.tsx -msgid "DAO" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Display Snapshot proposals on the X of the respective project or protocol." -msgstr "" - -#: src/SiteAdaptor/ResultCard.tsx -msgid "Download report" -msgstr "리포트 다운로드" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "End date" -msgstr "종료 날짜" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Ended {relativeEndTime}" -msgstr "" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Ends in {relativeEndTime}" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Information" -msgstr "정보" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "IPFS" -msgstr "" - -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "Join" -msgstr "참가" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Load failed" -msgstr "" - -#: src/SiteAdaptor/ProfileView.tsx -msgid "Loading" -msgstr "로딩 중" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Loading failed due to Snapshot API service breakdown." -msgstr "" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "My vote" -msgstr "나의 투표" - -#: src/SiteAdaptor/Snapshot.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "No power" -msgstr "파워없음" - -#: src/SiteAdaptor/VotesCard.tsx -msgid "No votes" -msgstr "" - -#. placeholder {0}: formatWithCommas(snapshot) -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Oops, it seems you don't have any voting power at block {0}. <0>Learn more" -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -#~ msgid "Oops, it seems you don't have any voting power at block {0}.<0>Learn more" -#~ msgstr "" - -#: src/SiteAdaptor/ProfileView.tsx -msgid "Oops, we can't find any results." -msgstr "해당한 결과가 없습니다." - -#: src/SiteAdaptor/VoteConfirmDialog.tsx -#~ msgid "Option(s)" -#~ msgstr "옵션" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Please try again if you failed to vote." -msgstr "투표가 실패하면 다시 시도하세요." - -#: src/SiteAdaptor/Snapshot.tsx -msgid "Progress" -msgstr "진행" - -#: src/SiteAdaptor/Snapshot.tsx -msgid "Proposal" -msgstr "프로포절" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Reload" -msgstr "" - -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -msgid "Results" -msgstr "결과" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Retry" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -#: src/SiteAdaptor/PluginDescriptor.tsx -#: src/SiteAdaptor/ProfileView.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Snapshot" -msgstr "스냅숏" - -#: src/SiteAdaptor/SpaceMenu.tsx -msgid "Space" -msgstr "스페이스" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Start date" -msgstr "시작 날짜" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Starts {relativeStartTime}" -msgstr "" - -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "View" -msgstr "살펴보기" - -#: src/SiteAdaptor/Snapshot.tsx -#: src/SiteAdaptor/VotingDialog.tsx -#: src/SiteAdaptor/VotingDialog.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Vote" -msgstr "투표" - -#: src/SiteAdaptor/VoteConfirmDialog.tsx -#~ msgid "Vote Overview" -#~ msgstr "투표 개요" - -#: src/SiteAdaptor/VotingDialog.tsx -#~ msgid "Voted." -#~ msgstr "" - -#: src/SiteAdaptor/VotesCard.tsx -#: src/SiteAdaptor/VotesCard.tsx -#: src/SiteAdaptor/VotesCard.tsx -msgid "Votes" -msgstr "투표" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Why I can't vote?" -msgstr "" - -#: src/SiteAdaptor/VotesCard.tsx -msgid "You" -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Your vote has been successful." -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Your voting power" -msgstr "투표 파워" diff --git a/packages/plugins/Snapshot/src/locale/languages.ts b/packages/plugins/Snapshot/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/Snapshot/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/Snapshot/src/locale/qya-AA.po b/packages/plugins/Snapshot/src/locale/qya-AA.po deleted file mode 100644 index cdd4adfc5f82..000000000000 --- a/packages/plugins/Snapshot/src/locale/qya-AA.po +++ /dev/null @@ -1,185 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:48\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Snapshot/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 994\n" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "{0, plural, one {Strategy} other {Strategies}}" -msgstr "crwdns29334:00={0}crwdne29334:0" - -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "{0} members" -msgstr "crwdns29336:0{0}crwdne29336:0" - -#: src/SiteAdaptor/PluginDescriptor.tsx -msgid "<0>Powered by <1>Mask Network" -msgstr "crwdns32886:0crwdne32886:0" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Author" -msgstr "crwdns29338:0crwdne29338:0" - -#: src/SiteAdaptor/VotingCard.tsx -msgid "Cast your vote" -msgstr "crwdns29340:0crwdne29340:0" - -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -msgid "Current results" -msgstr "crwdns29342:0crwdne29342:0" - -#: src/SiteAdaptor/index.tsx -msgid "DAO" -msgstr "crwdns29344:0crwdne29344:0" - -#: src/SiteAdaptor/index.tsx -msgid "Display Snapshot proposals on the X of the respective project or protocol." -msgstr "crwdns32434:0crwdne32434:0" - -#: src/SiteAdaptor/ResultCard.tsx -msgid "Download report" -msgstr "crwdns29348:0crwdne29348:0" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "End date" -msgstr "crwdns29350:0crwdne29350:0" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Ended {relativeEndTime}" -msgstr "crwdns31500:0{relativeEndTime}crwdne31500:0" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Ends in {relativeEndTime}" -msgstr "crwdns31502:0{relativeEndTime}crwdne31502:0" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Information" -msgstr "crwdns29356:0crwdne29356:0" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "IPFS" -msgstr "crwdns29358:0crwdne29358:0" - -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "Join" -msgstr "crwdns29360:0crwdne29360:0" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Load failed" -msgstr "crwdns32888:0crwdne32888:0" - -#: src/SiteAdaptor/ProfileView.tsx -msgid "Loading" -msgstr "crwdns29362:0crwdne29362:0" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Loading failed due to Snapshot API service breakdown." -msgstr "crwdns32436:0crwdne32436:0" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "My vote" -msgstr "crwdns29366:0crwdne29366:0" - -#: src/SiteAdaptor/VotingCard.tsx -msgid "No power" -msgstr "crwdns29368:0crwdne29368:0" - -#: src/SiteAdaptor/ProfileView.tsx -msgid "Oops, we can't find any results." -msgstr "crwdns29370:0crwdne29370:0" - -#: src/SiteAdaptor/VoteConfirmDialog.tsx -msgid "Option(s)" -msgstr "crwdns29372:0crwdne29372:0" - -#: src/SiteAdaptor/VotingCard.tsx -msgid "Please try again if you failed to vote." -msgstr "crwdns29374:0crwdne29374:0" - -#: src/SiteAdaptor/Snapshot.tsx -msgid "Progress" -msgstr "crwdns29376:0crwdne29376:0" - -#: src/SiteAdaptor/Snapshot.tsx -msgid "Proposal" -msgstr "crwdns29378:0crwdne29378:0" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Reload" -msgstr "crwdns32890:0crwdne32890:0" - -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -msgid "Results" -msgstr "crwdns29380:0crwdne29380:0" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Retry" -msgstr "crwdns32892:0crwdne32892:0" - -#: src/SiteAdaptor/InformationCard.tsx -#: src/SiteAdaptor/PluginDescriptor.tsx -#: src/SiteAdaptor/ProfileView.tsx -#: src/SiteAdaptor/VoteConfirmDialog.tsx -msgid "Snapshot" -msgstr "crwdns29382:0crwdne29382:0" - -#: src/SiteAdaptor/SpaceMenu.tsx -msgid "Space" -msgstr "crwdns29384:0crwdne29384:0" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Start date" -msgstr "crwdns29386:0crwdne29386:0" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Starts {relativeStartTime}" -msgstr "crwdns31504:0{relativeStartTime}crwdne31504:0" - -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "View" -msgstr "crwdns29390:0crwdne29390:0" - -#: src/SiteAdaptor/VoteConfirmDialog.tsx -#: src/SiteAdaptor/VotingCard.tsx -#: src/SiteAdaptor/VotingCard.tsx -msgid "Vote" -msgstr "crwdns29392:0crwdne29392:0" - -#: src/SiteAdaptor/VoteConfirmDialog.tsx -msgid "Vote Overview" -msgstr "crwdns29394:0crwdne29394:0" - -#: src/SiteAdaptor/VotingCard.tsx -msgid "Voted." -msgstr "crwdns32438:0crwdne32438:0" - -#: src/SiteAdaptor/VotesCard.tsx -#: src/SiteAdaptor/VotesCard.tsx -#: src/SiteAdaptor/VotesCard.tsx -msgid "Votes" -msgstr "crwdns29398:0crwdne29398:0" - -#: src/SiteAdaptor/VotesCard.tsx -msgid "You" -msgstr "crwdns29400:0crwdne29400:0" - -#: src/SiteAdaptor/VoteConfirmDialog.tsx -msgid "Your voting power" -msgstr "crwdns29402:0crwdne29402:0" - diff --git a/packages/plugins/Snapshot/src/locale/zh-CN.json b/packages/plugins/Snapshot/src/locale/zh-CN.json deleted file mode 100644 index ae121567df26..000000000000 --- a/packages/plugins/Snapshot/src/locale/zh-CN.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "messages": { - "+ubcPw": ["没有投票权"], - "0Lp4o6": ["Load failed"], - "0jddIP": [["0"], " 位成员"], - "0wdd7X": ["加入"], - "0wzWAN": ["Why I can't vote?"], - "6gRgw8": ["Retry"], - "6sbLuF": ["当前结果"], - "9oP21f": ["我的投票"], - "9q+I38": ["您的投票权"], - "CP3D8G": ["进度"], - "HpK/8d": ["Reload"], - "IrI9pg": ["结束日期"], - "M9OYUo": ["如果您未投票,请再试一次。"], - "MQ9hQ4": ["DAO"], - "Midntl": ["下载报告"], - "PByO0X": ["投票"], - "SX2UXi": ["Your vote has been successful."], - "UxJ2jd": ["Display Snapshot proposals on the X of the respective project or protocol."], - "VHVdS1": ["No votes"], - "VbeIOx": ["作者"], - "W2es+t": ["Oops, it seems you don't have any voting power at block ", ["0"], ". <0>Learn more"], - "WAjFYI": ["开始日期"], - "XrH+JC": ["IPFS"], - "YF8jon": ["Ended ", ["relativeEndTime"]], - "gxV9O8": ["投出您的票"], - "hj39w+": ["Loading failed due to Snapshot API service breakdown."], - "jXWnN0": [["0", "plural", { "one": ["Strategy"], "other": ["Strategies"] }]], - "jjCXPD": ["Starts ", ["relativeStartTime"]], - "jpctdh": ["查看"], - "kWJmRL": ["您"], - "kx0s+n": ["结果"], - "lQXQKs": ["投票"], - "nSkB8g": ["信息"], - "o4NrTC": ["Confirm this Signature in your wallet."], - "pOE8Vh": ["空格"], - "przoUP": ["投票概览"], - "qHqI+o": ["<0>Powered by <1>Mask Network"], - "qcybNQ": ["提案"], - "rPgNr1": ["Oops, it seems you don't have any voting power at block ", ["0"], ".<0>Learn more"], - "rVBqRS": ["选项"], - "u689pQ": ["Ends in ", ["relativeEndTime"]], - "u7TofG": ["Voted."], - "yQE2r9": ["加载中"], - "yTZe+y": ["Snapshot"], - "ybuu1v": ["对不起,我们没有找到任何结果。"] - } -} diff --git a/packages/plugins/Snapshot/src/locale/zh-CN.po b/packages/plugins/Snapshot/src/locale/zh-CN.po deleted file mode 100644 index 32e1d2f199ea..000000000000 --- a/packages/plugins/Snapshot/src/locale/zh-CN.po +++ /dev/null @@ -1,214 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Snapshot/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 994\n" - -#. placeholder {0}: strategies.length -#: src/SiteAdaptor/InformationCard.tsx -msgid "{0, plural, one {Strategy} other {Strategies}}" -msgstr "" - -#. placeholder {0}: formatCount(currentSpace.followersCount, 1) -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "{0} members" -msgstr "{0} 位成员" - -#: src/SiteAdaptor/PluginDescriptor.tsx -msgid "<0>Powered by <1>Mask Network" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Author" -msgstr "作者" - -#: src/SiteAdaptor/VotingDialog.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Cast your vote" -msgstr "投出您的票" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Confirm this Signature in your wallet." -msgstr "" - -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -msgid "Current results" -msgstr "当前结果" - -#: src/SiteAdaptor/index.tsx -msgid "DAO" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Display Snapshot proposals on the X of the respective project or protocol." -msgstr "" - -#: src/SiteAdaptor/ResultCard.tsx -msgid "Download report" -msgstr "下载报告" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "End date" -msgstr "结束日期" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Ended {relativeEndTime}" -msgstr "" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Ends in {relativeEndTime}" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Information" -msgstr "信息" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "IPFS" -msgstr "" - -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "Join" -msgstr "加入" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Load failed" -msgstr "" - -#: src/SiteAdaptor/ProfileView.tsx -msgid "Loading" -msgstr "加载中" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Loading failed due to Snapshot API service breakdown." -msgstr "" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "My vote" -msgstr "我的投票" - -#: src/SiteAdaptor/Snapshot.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "No power" -msgstr "没有投票权" - -#: src/SiteAdaptor/VotesCard.tsx -msgid "No votes" -msgstr "" - -#. placeholder {0}: formatWithCommas(snapshot) -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Oops, it seems you don't have any voting power at block {0}. <0>Learn more" -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -#~ msgid "Oops, it seems you don't have any voting power at block {0}.<0>Learn more" -#~ msgstr "" - -#: src/SiteAdaptor/ProfileView.tsx -msgid "Oops, we can't find any results." -msgstr "对不起,我们没有找到任何结果。" - -#: src/SiteAdaptor/VoteConfirmDialog.tsx -#~ msgid "Option(s)" -#~ msgstr "选项" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Please try again if you failed to vote." -msgstr "如果您未投票,请再试一次。" - -#: src/SiteAdaptor/Snapshot.tsx -msgid "Progress" -msgstr "进度" - -#: src/SiteAdaptor/Snapshot.tsx -msgid "Proposal" -msgstr "提案" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Reload" -msgstr "" - -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -msgid "Results" -msgstr "结果" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Retry" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -#: src/SiteAdaptor/PluginDescriptor.tsx -#: src/SiteAdaptor/ProfileView.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Snapshot" -msgstr "" - -#: src/SiteAdaptor/SpaceMenu.tsx -msgid "Space" -msgstr "空格" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Start date" -msgstr "开始日期" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Starts {relativeStartTime}" -msgstr "" - -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "View" -msgstr "查看" - -#: src/SiteAdaptor/Snapshot.tsx -#: src/SiteAdaptor/VotingDialog.tsx -#: src/SiteAdaptor/VotingDialog.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Vote" -msgstr "投票" - -#: src/SiteAdaptor/VoteConfirmDialog.tsx -#~ msgid "Vote Overview" -#~ msgstr "投票概览" - -#: src/SiteAdaptor/VotingDialog.tsx -#~ msgid "Voted." -#~ msgstr "" - -#: src/SiteAdaptor/VotesCard.tsx -#: src/SiteAdaptor/VotesCard.tsx -#: src/SiteAdaptor/VotesCard.tsx -msgid "Votes" -msgstr "投票" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Why I can't vote?" -msgstr "" - -#: src/SiteAdaptor/VotesCard.tsx -msgid "You" -msgstr "您" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Your vote has been successful." -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Your voting power" -msgstr "您的投票权" diff --git a/packages/plugins/Snapshot/src/locale/zh-TW.json b/packages/plugins/Snapshot/src/locale/zh-TW.json deleted file mode 100644 index ae121567df26..000000000000 --- a/packages/plugins/Snapshot/src/locale/zh-TW.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "messages": { - "+ubcPw": ["没有投票权"], - "0Lp4o6": ["Load failed"], - "0jddIP": [["0"], " 位成员"], - "0wdd7X": ["加入"], - "0wzWAN": ["Why I can't vote?"], - "6gRgw8": ["Retry"], - "6sbLuF": ["当前结果"], - "9oP21f": ["我的投票"], - "9q+I38": ["您的投票权"], - "CP3D8G": ["进度"], - "HpK/8d": ["Reload"], - "IrI9pg": ["结束日期"], - "M9OYUo": ["如果您未投票,请再试一次。"], - "MQ9hQ4": ["DAO"], - "Midntl": ["下载报告"], - "PByO0X": ["投票"], - "SX2UXi": ["Your vote has been successful."], - "UxJ2jd": ["Display Snapshot proposals on the X of the respective project or protocol."], - "VHVdS1": ["No votes"], - "VbeIOx": ["作者"], - "W2es+t": ["Oops, it seems you don't have any voting power at block ", ["0"], ". <0>Learn more"], - "WAjFYI": ["开始日期"], - "XrH+JC": ["IPFS"], - "YF8jon": ["Ended ", ["relativeEndTime"]], - "gxV9O8": ["投出您的票"], - "hj39w+": ["Loading failed due to Snapshot API service breakdown."], - "jXWnN0": [["0", "plural", { "one": ["Strategy"], "other": ["Strategies"] }]], - "jjCXPD": ["Starts ", ["relativeStartTime"]], - "jpctdh": ["查看"], - "kWJmRL": ["您"], - "kx0s+n": ["结果"], - "lQXQKs": ["投票"], - "nSkB8g": ["信息"], - "o4NrTC": ["Confirm this Signature in your wallet."], - "pOE8Vh": ["空格"], - "przoUP": ["投票概览"], - "qHqI+o": ["<0>Powered by <1>Mask Network"], - "qcybNQ": ["提案"], - "rPgNr1": ["Oops, it seems you don't have any voting power at block ", ["0"], ".<0>Learn more"], - "rVBqRS": ["选项"], - "u689pQ": ["Ends in ", ["relativeEndTime"]], - "u7TofG": ["Voted."], - "yQE2r9": ["加载中"], - "yTZe+y": ["Snapshot"], - "ybuu1v": ["对不起,我们没有找到任何结果。"] - } -} diff --git a/packages/plugins/Snapshot/src/locale/zh-TW.po b/packages/plugins/Snapshot/src/locale/zh-TW.po deleted file mode 100644 index 6480729e5997..000000000000 --- a/packages/plugins/Snapshot/src/locale/zh-TW.po +++ /dev/null @@ -1,214 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Snapshot/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 994\n" - -#. placeholder {0}: strategies.length -#: src/SiteAdaptor/InformationCard.tsx -msgid "{0, plural, one {Strategy} other {Strategies}}" -msgstr "" - -#. placeholder {0}: formatCount(currentSpace.followersCount, 1) -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "{0} members" -msgstr "" - -#: src/SiteAdaptor/PluginDescriptor.tsx -msgid "<0>Powered by <1>Mask Network" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Author" -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Cast your vote" -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Confirm this Signature in your wallet." -msgstr "" - -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -msgid "Current results" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "DAO" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Display Snapshot proposals on the X of the respective project or protocol." -msgstr "" - -#: src/SiteAdaptor/ResultCard.tsx -msgid "Download report" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "End date" -msgstr "" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Ended {relativeEndTime}" -msgstr "" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Ends in {relativeEndTime}" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Information" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "IPFS" -msgstr "" - -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "Join" -msgstr "" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Load failed" -msgstr "" - -#: src/SiteAdaptor/ProfileView.tsx -msgid "Loading" -msgstr "" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Loading failed due to Snapshot API service breakdown." -msgstr "" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "My vote" -msgstr "" - -#: src/SiteAdaptor/Snapshot.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "No power" -msgstr "" - -#: src/SiteAdaptor/VotesCard.tsx -msgid "No votes" -msgstr "" - -#. placeholder {0}: formatWithCommas(snapshot) -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Oops, it seems you don't have any voting power at block {0}. <0>Learn more" -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -#~ msgid "Oops, it seems you don't have any voting power at block {0}.<0>Learn more" -#~ msgstr "" - -#: src/SiteAdaptor/ProfileView.tsx -msgid "Oops, we can't find any results." -msgstr "" - -#: src/SiteAdaptor/VoteConfirmDialog.tsx -#~ msgid "Option(s)" -#~ msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Please try again if you failed to vote." -msgstr "" - -#: src/SiteAdaptor/Snapshot.tsx -msgid "Progress" -msgstr "" - -#: src/SiteAdaptor/Snapshot.tsx -msgid "Proposal" -msgstr "" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Reload" -msgstr "" - -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -#: src/SiteAdaptor/ResultCard.tsx -msgid "Results" -msgstr "" - -#: src/SiteAdaptor/LoadingFailCard.tsx -msgid "Retry" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -#: src/SiteAdaptor/PluginDescriptor.tsx -#: src/SiteAdaptor/ProfileView.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Snapshot" -msgstr "" - -#: src/SiteAdaptor/SpaceMenu.tsx -msgid "Space" -msgstr "" - -#: src/SiteAdaptor/InformationCard.tsx -msgid "Start date" -msgstr "" - -#: src/SiteAdaptor/ProfileProposalList.tsx -msgid "Starts {relativeStartTime}" -msgstr "" - -#: src/SiteAdaptor/ProfileSpaceHeader.tsx -msgid "View" -msgstr "" - -#: src/SiteAdaptor/Snapshot.tsx -#: src/SiteAdaptor/VotingDialog.tsx -#: src/SiteAdaptor/VotingDialog.tsx -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Vote" -msgstr "" - -#: src/SiteAdaptor/VoteConfirmDialog.tsx -#~ msgid "Vote Overview" -#~ msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -#~ msgid "Voted." -#~ msgstr "" - -#: src/SiteAdaptor/VotesCard.tsx -#: src/SiteAdaptor/VotesCard.tsx -#: src/SiteAdaptor/VotesCard.tsx -msgid "Votes" -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Why I can't vote?" -msgstr "" - -#: src/SiteAdaptor/VotesCard.tsx -msgid "You" -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Your vote has been successful." -msgstr "" - -#: src/SiteAdaptor/VotingDialog.tsx -msgid "Your voting power" -msgstr "" diff --git a/packages/plugins/SwitchLogo/package.json b/packages/plugins/SwitchLogo/package.json index 363c0e14fbd7..61b3fcd7f802 100644 --- a/packages/plugins/SwitchLogo/package.json +++ b/packages/plugins/SwitchLogo/package.json @@ -23,32 +23,5 @@ "@masknet/shared-base-ui": "workspace:^", "@masknet/theme": "workspace:^", "@masknet/web3-telemetry": "workspace:^" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/SwitchLogo/src/base.ts b/packages/plugins/SwitchLogo/src/base.ts index d49b71224879..7c3fead36540 100644 --- a/packages/plugins/SwitchLogo/src/base.ts +++ b/packages/plugins/SwitchLogo/src/base.ts @@ -1,7 +1,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { EnhanceableSite } from '@masknet/shared-base' import { PLUGIN_DESCRIPTION, PLUGIN_ID, PLUGIN_NAME } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PLUGIN_ID, @@ -18,5 +17,4 @@ export const base: Plugin.Shared.Definition = { target: 'stable', }, experimentalMark: true, - i18n: languages, } diff --git a/packages/plugins/SwitchLogo/src/locale/en-US.json b/packages/plugins/SwitchLogo/src/locale/en-US.json deleted file mode 100644 index 382f7e9a19f1..000000000000 --- a/packages/plugins/SwitchLogo/src/locale/en-US.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "8S5o5V": ["Share and recommend this feature after saving."], - "FC17bL": ["<0>Powered by <1>Mask Network"], - "Fim3FY": ["Download https://mask.io to try more powerful tools on Twitter."], - "JUcj/I": ["Switch X Logo"], - "NJbBmC": ["Switch Twitter Logo"], - "Z6siIw": ["Switch between the classic Twitter logo and the new one."], - "hxHyfs": ["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."], - "poYLOl": ["New Logo"], - "rKY/BK": ["Classics Logo"], - "tfDRzk": ["Save"] - } -} diff --git a/packages/plugins/SwitchLogo/src/locale/en-US.po b/packages/plugins/SwitchLogo/src/locale/en-US.po deleted file mode 100644 index 216fd3aadbd0..000000000000 --- a/packages/plugins/SwitchLogo/src/locale/en-US.po +++ /dev/null @@ -1,52 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "<0>Powered by <1>Mask Network" -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Classics Logo" -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Download https://mask.io to try more powerful tools on Twitter." -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "I just replaced Twitter X logo with the original blue bird one with Mask Network extension." -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "New Logo" -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Save" -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Share and recommend this feature after saving." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Switch between the classic Twitter logo and the new one." -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Switch Twitter Logo" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Switch X Logo" -msgstr "" diff --git a/packages/plugins/SwitchLogo/src/locale/ja-JP.json b/packages/plugins/SwitchLogo/src/locale/ja-JP.json deleted file mode 100644 index 71b2414cfdf5..000000000000 --- a/packages/plugins/SwitchLogo/src/locale/ja-JP.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "8S5o5V": ["保存後、この機能を共有し、お勧めする。"], - "FC17bL": ["<0>Powered by <1>Mask Network"], - "Fim3FY": ["https://mask.ioをダウンロードして、Twitterでより強力なツールを試してみてください。"], - "JUcj/I": ["X ロゴの切り替え"], - "NJbBmC": ["Twitterロゴを切り替える"], - "Z6siIw": ["クラシックなTwitterロゴと新しいロゴを切り替えます。"], - "hxHyfs": ["Twitter Xのロゴを元の青鳥のロゴに置き換えたところ、Mask Networkの拡張機能が使われています。"], - "poYLOl": ["新しいロゴ"], - "rKY/BK": ["クラシックスロゴ"], - "tfDRzk": ["保存"] - } -} diff --git a/packages/plugins/SwitchLogo/src/locale/ja-JP.po b/packages/plugins/SwitchLogo/src/locale/ja-JP.po deleted file mode 100644 index 80fef4a7636e..000000000000 --- a/packages/plugins/SwitchLogo/src/locale/ja-JP.po +++ /dev/null @@ -1,57 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/SwitchLogo/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 996\n" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "<0>Powered by <1>Mask Network" -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Classics Logo" -msgstr "クラシックスロゴ" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Download https://mask.io to try more powerful tools on Twitter." -msgstr "https://mask.ioをダウンロードして、Twitterでより強力なツールを試してみてください。" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "I just replaced Twitter X logo with the original blue bird one with Mask Network extension." -msgstr "Twitter Xのロゴを元の青鳥のロゴに置き換えたところ、Mask Networkの拡張機能が使われています。" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "New Logo" -msgstr "新しいロゴ" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Save" -msgstr "保存" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Share and recommend this feature after saving." -msgstr "保存後、この機能を共有し、お勧めする。" - -#: src/SiteAdaptor/index.tsx -msgid "Switch between the classic Twitter logo and the new one." -msgstr "クラシックなTwitterロゴと新しいロゴを切り替えます。" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Switch Twitter Logo" -msgstr "Twitterロゴを切り替える" - -#: src/SiteAdaptor/index.tsx -msgid "Switch X Logo" -msgstr "X ロゴの切り替え" diff --git a/packages/plugins/SwitchLogo/src/locale/ko-KR.json b/packages/plugins/SwitchLogo/src/locale/ko-KR.json deleted file mode 100644 index 370027b3ff35..000000000000 --- a/packages/plugins/SwitchLogo/src/locale/ko-KR.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "8S5o5V": ["저장 후 이 기능을 공유합니다."], - "FC17bL": ["<0>Powered by <1>Mask Network"], - "Fim3FY": ["Twitter에서 더 많은 도구를 사용해 보려면 https://mask.io 을 다운로드하세요."], - "JUcj/I": ["트위터 로고 전환"], - "NJbBmC": ["트위터 로고 전환"], - "Z6siIw": ["클래식 트위터 로고와 새로운 트위터 로고 사이를 바꿉니다."], - "hxHyfs": ["Mask Network 확장으로 트위터 X 로고를 블루버드 로고로 교체했습니다."], - "poYLOl": ["새 로고"], - "rKY/BK": ["클래식 로고"], - "tfDRzk": ["저장"] - } -} diff --git a/packages/plugins/SwitchLogo/src/locale/ko-KR.po b/packages/plugins/SwitchLogo/src/locale/ko-KR.po deleted file mode 100644 index 013c9bdc2273..000000000000 --- a/packages/plugins/SwitchLogo/src/locale/ko-KR.po +++ /dev/null @@ -1,57 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/SwitchLogo/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 996\n" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "<0>Powered by <1>Mask Network" -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Classics Logo" -msgstr "클래식 로고" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Download https://mask.io to try more powerful tools on Twitter." -msgstr "Twitter에서 더 많은 도구를 사용해 보려면 https://mask.io 을 다운로드하세요." - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "I just replaced Twitter X logo with the original blue bird one with Mask Network extension." -msgstr "Mask Network 확장으로 트위터 X 로고를 블루버드 로고로 교체했습니다." - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "New Logo" -msgstr "새 로고" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Save" -msgstr "저장" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Share and recommend this feature after saving." -msgstr "저장 후 이 기능을 공유합니다." - -#: src/SiteAdaptor/index.tsx -msgid "Switch between the classic Twitter logo and the new one." -msgstr "클래식 트위터 로고와 새로운 트위터 로고 사이를 바꿉니다." - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Switch Twitter Logo" -msgstr "트위터 로고 전환" - -#: src/SiteAdaptor/index.tsx -msgid "Switch X Logo" -msgstr "트위터 로고 전환" diff --git a/packages/plugins/SwitchLogo/src/locale/languages.ts b/packages/plugins/SwitchLogo/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/SwitchLogo/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/SwitchLogo/src/locale/qya-AA.po b/packages/plugins/SwitchLogo/src/locale/qya-AA.po deleted file mode 100644 index 31b3a2248473..000000000000 --- a/packages/plugins/SwitchLogo/src/locale/qya-AA.po +++ /dev/null @@ -1,58 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:48\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/SwitchLogo/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 996\n" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "<0>Powered by <1>Mask Network" -msgstr "crwdns32440:0crwdne32440:0" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Classics Logo" -msgstr "crwdns29404:0crwdne29404:0" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Download https://mask.io to try more powerful tools on Twitter." -msgstr "crwdns29406:0crwdne29406:0" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "I just replaced Twitter X logo with the original blue bird one with Mask Network extension." -msgstr "crwdns29408:0crwdne29408:0" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "New Logo" -msgstr "crwdns29412:0crwdne29412:0" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Save" -msgstr "crwdns29416:0crwdne29416:0" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Share and recommend this feature after saving." -msgstr "crwdns29418:0crwdne29418:0" - -#: src/SiteAdaptor/index.tsx -msgid "Switch between the classic Twitter logo and the new one." -msgstr "crwdns29420:0crwdne29420:0" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Switch Twitter Logo" -msgstr "crwdns29422:0crwdne29422:0" - -#: src/SiteAdaptor/index.tsx -msgid "Switch X Logo" -msgstr "crwdns29424:0crwdne29424:0" - diff --git a/packages/plugins/SwitchLogo/src/locale/zh-CN.json b/packages/plugins/SwitchLogo/src/locale/zh-CN.json deleted file mode 100644 index 3184ae60d14d..000000000000 --- a/packages/plugins/SwitchLogo/src/locale/zh-CN.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "8S5o5V": ["保存后分享并推荐此功能。"], - "FC17bL": ["<0>Powered by <1>Mask Network"], - "Fim3FY": ["下载 https://mask.io,在Twitter上尝试更强大的工具。"], - "JUcj/I": ["切换 X 标志"], - "NJbBmC": ["切换 Twitter 标志"], - "Z6siIw": ["在经典的 Twitter 标志和新的 X 标志之间切换。"], - "hxHyfs": ["我刚刚使用 Mask Network 插件把T witter X 图标替换成了原来的蓝鸟图标。"], - "poYLOl": ["新标志"], - "rKY/BK": ["经典标志"], - "tfDRzk": ["保存"] - } -} diff --git a/packages/plugins/SwitchLogo/src/locale/zh-CN.po b/packages/plugins/SwitchLogo/src/locale/zh-CN.po deleted file mode 100644 index 1351e31604d5..000000000000 --- a/packages/plugins/SwitchLogo/src/locale/zh-CN.po +++ /dev/null @@ -1,57 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/SwitchLogo/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 996\n" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "<0>Powered by <1>Mask Network" -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Classics Logo" -msgstr "经典标志" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Download https://mask.io to try more powerful tools on Twitter." -msgstr "下载 https://mask.io,在Twitter上尝试更强大的工具。" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "I just replaced Twitter X logo with the original blue bird one with Mask Network extension." -msgstr "我刚刚使用 Mask Network 插件把T witter X 图标替换成了原来的蓝鸟图标。" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "New Logo" -msgstr "新标志" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Save" -msgstr "保存" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Share and recommend this feature after saving." -msgstr "保存后分享并推荐此功能。" - -#: src/SiteAdaptor/index.tsx -msgid "Switch between the classic Twitter logo and the new one." -msgstr "在经典的 Twitter 标志和新的 X 标志之间切换。" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Switch Twitter Logo" -msgstr "切换 Twitter 标志" - -#: src/SiteAdaptor/index.tsx -msgid "Switch X Logo" -msgstr "切换 X 标志" diff --git a/packages/plugins/SwitchLogo/src/locale/zh-TW.json b/packages/plugins/SwitchLogo/src/locale/zh-TW.json deleted file mode 100644 index 3184ae60d14d..000000000000 --- a/packages/plugins/SwitchLogo/src/locale/zh-TW.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "messages": { - "8S5o5V": ["保存后分享并推荐此功能。"], - "FC17bL": ["<0>Powered by <1>Mask Network"], - "Fim3FY": ["下载 https://mask.io,在Twitter上尝试更强大的工具。"], - "JUcj/I": ["切换 X 标志"], - "NJbBmC": ["切换 Twitter 标志"], - "Z6siIw": ["在经典的 Twitter 标志和新的 X 标志之间切换。"], - "hxHyfs": ["我刚刚使用 Mask Network 插件把T witter X 图标替换成了原来的蓝鸟图标。"], - "poYLOl": ["新标志"], - "rKY/BK": ["经典标志"], - "tfDRzk": ["保存"] - } -} diff --git a/packages/plugins/SwitchLogo/src/locale/zh-TW.po b/packages/plugins/SwitchLogo/src/locale/zh-TW.po deleted file mode 100644 index 59681d270ce0..000000000000 --- a/packages/plugins/SwitchLogo/src/locale/zh-TW.po +++ /dev/null @@ -1,57 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/SwitchLogo/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 996\n" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "<0>Powered by <1>Mask Network" -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Classics Logo" -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Download https://mask.io to try more powerful tools on Twitter." -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "I just replaced Twitter X logo with the original blue bird one with Mask Network extension." -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "New Logo" -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Save" -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Share and recommend this feature after saving." -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Switch between the classic Twitter logo and the new one." -msgstr "" - -#: src/SiteAdaptor/SwitchLogoDialog.tsx -msgid "Switch Twitter Logo" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Switch X Logo" -msgstr "" diff --git a/packages/plugins/Tips/package.json b/packages/plugins/Tips/package.json index 82ee6920edcc..21e73c7ec102 100644 --- a/packages/plugins/Tips/package.json +++ b/packages/plugins/Tips/package.json @@ -32,32 +32,5 @@ "react-use": "^17.5.0", "use-subscription": "^1.8.0", "web3-utils": "1.10.2" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/Tips/src/base.ts b/packages/plugins/Tips/src/base.ts index 1fbcd5da6357..7aedf48be355 100644 --- a/packages/plugins/Tips/src/base.ts +++ b/packages/plugins/Tips/src/base.ts @@ -1,7 +1,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { DEFAULT_PLUGIN_PUBLISHER, EnhanceableSite, NetworkPluginID, PluginID } from '@masknet/shared-base' import { NFTSCAN_CHAIN_IDS } from '@masknet/web3-providers' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PluginID.Tips, @@ -26,5 +25,4 @@ export const base: Plugin.Shared.Definition = { [NetworkPluginID.PLUGIN_SOLANA]: { supportedChainIds: [] }, }, }, - i18n: languages, } diff --git a/packages/plugins/Tips/src/locale/en-US.json b/packages/plugins/Tips/src/locale/en-US.json deleted file mode 100644 index 1701ee8139df..000000000000 --- a/packages/plugins/Tips/src/locale/en-US.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "messages": { - "/jQctM": ["To"], - "2Wwd56": ["Install https://mask.io/download-links to send your first tip."], - "6RDwJM": ["Tokens"], - "7e+2an": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"], - "\\n\\nInstall https://mask.io/download-links to send your first tip." - ], - "8Dh77Z": ["NFTs"], - "9+VwX/": ["Add Collectibles"], - "CMfM6C": ["No Enough Gas Fees"], - "IoAuJG": ["Sending..."], - "JlFcis": ["Send"], - "Ko4L/B": ["The receiving address is a contract address. Please check again."], - "LBtfmO": ["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."], - "R/Pfmp": [["amount"], " ", ["0"], " tips sent."], - "RW1HJz": ["The receiving address may be a malicious address."], - "Sjplg3": ["View on Explorer"], - "Wam87B": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"], - "\\n\\nInstall https://mask.io/download-links to send your first tip." - ], - "cSE1XE": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"] - ], - "ecqLr0": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "ep2Wyh": ["1 ", ["0"], " tips sent."], - "nwSp3U": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "t6bQQD": ["Send authors tips by using Mask Network's Tips function."], - "x4f8pZ": ["Tips"], - "x5tVFy": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"] - ], - "y/+ReV": ["No any collectible is available for preview. Please add your collectible here."], - "yz7wBu": ["Close"], - "znqB4T": ["Insufficient balance"] - } -} diff --git a/packages/plugins/Tips/src/locale/en-US.po b/packages/plugins/Tips/src/locale/en-US.po deleted file mode 100644 index 27746142a07e..000000000000 --- a/packages/plugins/Tips/src/locale/en-US.po +++ /dev/null @@ -1,126 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. placeholder {0}: `$${token?.symbol}` -#: src/components/TipDialog.tsx -msgid "{amount} {0} tips sent." -msgstr "" - -#. placeholder {0}: nonFungibleToken?.contract?.name || 'NFT' -#: src/components/TipDialog.tsx -msgid "1 {0} tips sent." -msgstr "" - -#: src/components/NFTSection/index.tsx -msgid "Add Collectibles" -msgstr "" - -#: src/SiteAdaptor/components/TipsRealmContent/index.tsx -msgid "Close" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Gift crypto or NFTs tips to any <0>Next.ID verified users on social media." -msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}" -#~ msgstr "" - -#. placeholder {0}: token?.symbol ? 'namedToken' : 'token' -#. placeholder {1}: token?.symbol || '' -#. placeholder {2}: recipientName ? 'name' : 'address' -#. placeholder {3}: recipientName || recipientAddress -#: src/components/TipDialog.tsx -msgid "" -"I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}\n" -"\n" -"Install https://mask.io/download-links to send your first tip." -msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}\\n\\nInstall https://mask.io/download-links to send your first tip." -#~ msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}" -#~ msgstr "" - -#. placeholder {0}: recipientName ? 'name' : 'address' -#: src/components/TipDialog.tsx -msgid "" -"I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}\n" -"\n" -"Install https://mask.io/download-links to send your first tip." -msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}\\n\\nInstall https://mask.io/download-links to send your first tip." -#~ msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "Install https://mask.io/download-links to send your first tip." -#~ msgstr "" - -#: src/contexts/Tip/useTipValidate.ts -msgid "Insufficient balance" -msgstr "" - -#: src/components/TipDialog.tsx -msgid "NFTs" -msgstr "" - -#: src/components/NFTSection/index.tsx -msgid "No any collectible is available for preview. Please add your collectible here." -msgstr "" - -#: src/contexts/Tip/useTipValidate.ts -msgid "No Enough Gas Fees" -msgstr "" - -#: src/components/TipDialog.tsx -msgid "Send" -msgstr "" - -#: src/SiteAdaptor/components/TipsRealmContent/index.tsx -msgid "Send authors tips by using Mask Network's Tips function." -msgstr "" - -#: src/components/TipDialog.tsx -msgid "Sending..." -msgstr "" - -#: src/contexts/Tip/useRecipientValidate.ts -msgid "The receiving address is a contract address. Please check again." -msgstr "" - -#: src/contexts/Tip/useRecipientValidate.ts -msgid "The receiving address may be a malicious address." -msgstr "" - -#: src/components/TipDialog.tsx -#: src/components/TipDialog.tsx -msgid "Tips" -msgstr "" - -#: src/components/RecipientSection/index.tsx -msgid "To" -msgstr "" - -#: src/components/TipDialog.tsx -msgid "Tokens" -msgstr "" - -#: src/components/RecipientSection/RecipientSelect.tsx -msgid "View on Explorer" -msgstr "" diff --git a/packages/plugins/Tips/src/locale/ja-JP.json b/packages/plugins/Tips/src/locale/ja-JP.json deleted file mode 100644 index c80ee63538a5..000000000000 --- a/packages/plugins/Tips/src/locale/ja-JP.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "messages": { - "/jQctM": ["宛先"], - "2Wwd56": ["Install https://mask.io/download-links to send your first tip."], - "6RDwJM": ["トークン"], - "7e+2an": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"], - "\\n\\nInstall https://mask.io/download-links to send your first tip." - ], - "8Dh77Z": ["NFTs"], - "9+VwX/": ["コレクティブルを追加"], - "CMfM6C": ["ガス料金が足りません"], - "IoAuJG": ["送信中…"], - "JlFcis": ["送る"], - "Ko4L/B": ["受け取りアドレスはコントラクトアドレスと同じです。もう一度確認してください。"], - "LBtfmO": ["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."], - "R/Pfmp": [["amount"], " ", ["0"], " tips sent."], - "RW1HJz": ["受信アドレスは悪意のあるアドレスである可能性があります"], - "Sjplg3": ["エクスプローラーで表示"], - "Wam87B": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"], - "\\n\\nInstall https://mask.io/download-links to send your first tip." - ], - "cSE1XE": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"] - ], - "ecqLr0": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "ep2Wyh": ["1 ", ["0"], " tips sent."], - "nwSp3U": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "t6bQQD": ["Send authors tips by using Mask Network's Tips function."], - "x4f8pZ": ["チップ"], - "x5tVFy": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"] - ], - "y/+ReV": ["No any collectible is available for preview. Please add your collectible here."], - "yz7wBu": ["閉じる"], - "znqB4T": ["残高が不足しています"] - } -} diff --git a/packages/plugins/Tips/src/locale/ja-JP.po b/packages/plugins/Tips/src/locale/ja-JP.po deleted file mode 100644 index 4b3b6f6a7902..000000000000 --- a/packages/plugins/Tips/src/locale/ja-JP.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Tips/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 998\n" - -#. placeholder {0}: `$${token?.symbol}` -#: src/components/TipDialog.tsx -msgid "{amount} {0} tips sent." -msgstr "" - -#. placeholder {0}: nonFungibleToken?.contract?.name || 'NFT' -#: src/components/TipDialog.tsx -msgid "1 {0} tips sent." -msgstr "" - -#: src/components/NFTSection/index.tsx -msgid "Add Collectibles" -msgstr "コレクティブルを追加" - -#: src/SiteAdaptor/components/TipsRealmContent/index.tsx -msgid "Close" -msgstr "閉じる" - -#: src/SiteAdaptor/index.tsx -msgid "Gift crypto or NFTs tips to any <0>Next.ID verified users on social media." -msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}" -#~ msgstr "" - -#. placeholder {0}: token?.symbol ? 'namedToken' : 'token' -#. placeholder {1}: token?.symbol || '' -#. placeholder {2}: recipientName ? 'name' : 'address' -#. placeholder {3}: recipientName || recipientAddress -#: src/components/TipDialog.tsx -msgid "" -"I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}\n" -"\n" -"Install https://mask.io/download-links to send your first tip." -msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}\\n\\nInstall https://mask.io/download-links to send your first tip." -#~ msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}" -#~ msgstr "" - -#. placeholder {0}: recipientName ? 'name' : 'address' -#: src/components/TipDialog.tsx -msgid "" -"I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}\n" -"\n" -"Install https://mask.io/download-links to send your first tip." -msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}\\n\\nInstall https://mask.io/download-links to send your first tip." -#~ msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "Install https://mask.io/download-links to send your first tip." -#~ msgstr "" - -#: src/contexts/Tip/useTipValidate.ts -msgid "Insufficient balance" -msgstr "残高が不足しています" - -#: src/components/TipDialog.tsx -msgid "NFTs" -msgstr "" - -#: src/components/NFTSection/index.tsx -msgid "No any collectible is available for preview. Please add your collectible here." -msgstr "" - -#: src/contexts/Tip/useTipValidate.ts -msgid "No Enough Gas Fees" -msgstr "ガス料金が足りません" - -#: src/components/TipDialog.tsx -msgid "Send" -msgstr "送る" - -#: src/SiteAdaptor/components/TipsRealmContent/index.tsx -msgid "Send authors tips by using Mask Network's Tips function." -msgstr "" - -#: src/components/TipDialog.tsx -msgid "Sending..." -msgstr "送信中…" - -#: src/contexts/Tip/useRecipientValidate.ts -msgid "The receiving address is a contract address. Please check again." -msgstr "受け取りアドレスはコントラクトアドレスと同じです。もう一度確認してください。" - -#: src/contexts/Tip/useRecipientValidate.ts -msgid "The receiving address may be a malicious address." -msgstr "受信アドレスは悪意のあるアドレスである可能性があります" - -#: src/components/TipDialog.tsx -#: src/components/TipDialog.tsx -msgid "Tips" -msgstr "チップ" - -#: src/components/RecipientSection/index.tsx -msgid "To" -msgstr "宛先" - -#: src/components/TipDialog.tsx -msgid "Tokens" -msgstr "トークン" - -#: src/components/RecipientSection/RecipientSelect.tsx -msgid "View on Explorer" -msgstr "エクスプローラーで表示" diff --git a/packages/plugins/Tips/src/locale/ko-KR.json b/packages/plugins/Tips/src/locale/ko-KR.json deleted file mode 100644 index 30f474757a4b..000000000000 --- a/packages/plugins/Tips/src/locale/ko-KR.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "messages": { - "/jQctM": ["받는 사람"], - "2Wwd56": ["Install https://mask.io/download-links to send your first tip."], - "6RDwJM": ["토큰"], - "7e+2an": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"], - "\\n\\nInstall https://mask.io/download-links to send your first tip." - ], - "8Dh77Z": ["NFTs"], - "9+VwX/": ["수장품 추가"], - "CMfM6C": ["가스비 부족"], - "IoAuJG": ["발송 중..."], - "JlFcis": ["발송"], - "Ko4L/B": ["받는 주소는 컨트랙트 주소입니다. 다시 확인해 주세요."], - "LBtfmO": ["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."], - "R/Pfmp": [["amount"], " ", ["0"], " tips sent."], - "RW1HJz": ["받는 주소는 악의적인 주소일 수 있습니다."], - "Sjplg3": ["Explorer에서 보기"], - "Wam87B": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"], - "\\n\\nInstall https://mask.io/download-links to send your first tip." - ], - "cSE1XE": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"] - ], - "ecqLr0": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "ep2Wyh": ["1 ", ["0"], " tips sent."], - "nwSp3U": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "t6bQQD": ["Send authors tips by using Mask Network's Tips function."], - "x4f8pZ": ["팁"], - "x5tVFy": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"] - ], - "y/+ReV": ["No any collectible is available for preview. Please add your collectible here."], - "yz7wBu": ["닫기"], - "znqB4T": ["잔액 부족"] - } -} diff --git a/packages/plugins/Tips/src/locale/ko-KR.po b/packages/plugins/Tips/src/locale/ko-KR.po deleted file mode 100644 index ec10ceeab0ec..000000000000 --- a/packages/plugins/Tips/src/locale/ko-KR.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Tips/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 998\n" - -#. placeholder {0}: `$${token?.symbol}` -#: src/components/TipDialog.tsx -msgid "{amount} {0} tips sent." -msgstr "" - -#. placeholder {0}: nonFungibleToken?.contract?.name || 'NFT' -#: src/components/TipDialog.tsx -msgid "1 {0} tips sent." -msgstr "" - -#: src/components/NFTSection/index.tsx -msgid "Add Collectibles" -msgstr "수장품 추가" - -#: src/SiteAdaptor/components/TipsRealmContent/index.tsx -msgid "Close" -msgstr "닫기" - -#: src/SiteAdaptor/index.tsx -msgid "Gift crypto or NFTs tips to any <0>Next.ID verified users on social media." -msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}" -#~ msgstr "" - -#. placeholder {0}: token?.symbol ? 'namedToken' : 'token' -#. placeholder {1}: token?.symbol || '' -#. placeholder {2}: recipientName ? 'name' : 'address' -#. placeholder {3}: recipientName || recipientAddress -#: src/components/TipDialog.tsx -msgid "" -"I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}\n" -"\n" -"Install https://mask.io/download-links to send your first tip." -msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}\\n\\nInstall https://mask.io/download-links to send your first tip." -#~ msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}" -#~ msgstr "" - -#. placeholder {0}: recipientName ? 'name' : 'address' -#: src/components/TipDialog.tsx -msgid "" -"I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}\n" -"\n" -"Install https://mask.io/download-links to send your first tip." -msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}\\n\\nInstall https://mask.io/download-links to send your first tip." -#~ msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "Install https://mask.io/download-links to send your first tip." -#~ msgstr "" - -#: src/contexts/Tip/useTipValidate.ts -msgid "Insufficient balance" -msgstr "잔액 부족" - -#: src/components/TipDialog.tsx -msgid "NFTs" -msgstr "" - -#: src/components/NFTSection/index.tsx -msgid "No any collectible is available for preview. Please add your collectible here." -msgstr "" - -#: src/contexts/Tip/useTipValidate.ts -msgid "No Enough Gas Fees" -msgstr "가스비 부족" - -#: src/components/TipDialog.tsx -msgid "Send" -msgstr "발송" - -#: src/SiteAdaptor/components/TipsRealmContent/index.tsx -msgid "Send authors tips by using Mask Network's Tips function." -msgstr "" - -#: src/components/TipDialog.tsx -msgid "Sending..." -msgstr "발송 중..." - -#: src/contexts/Tip/useRecipientValidate.ts -msgid "The receiving address is a contract address. Please check again." -msgstr "받는 주소는 컨트랙트 주소입니다. 다시 확인해 주세요." - -#: src/contexts/Tip/useRecipientValidate.ts -msgid "The receiving address may be a malicious address." -msgstr "받는 주소는 악의적인 주소일 수 있습니다." - -#: src/components/TipDialog.tsx -#: src/components/TipDialog.tsx -msgid "Tips" -msgstr "팁" - -#: src/components/RecipientSection/index.tsx -msgid "To" -msgstr "받는 사람" - -#: src/components/TipDialog.tsx -msgid "Tokens" -msgstr "토큰" - -#: src/components/RecipientSection/RecipientSelect.tsx -msgid "View on Explorer" -msgstr "Explorer에서 보기" diff --git a/packages/plugins/Tips/src/locale/languages.ts b/packages/plugins/Tips/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/Tips/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/Tips/src/locale/qya-AA.po b/packages/plugins/Tips/src/locale/qya-AA.po deleted file mode 100644 index 88ebed751224..000000000000 --- a/packages/plugins/Tips/src/locale/qya-AA.po +++ /dev/null @@ -1,103 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-11-14 10:11\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Tips/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 998\n" - -#: src/components/TipDialog.tsx -msgid "{amount} {0} tips sent." -msgstr "crwdns32336:0{amount}crwdnd32336:0{0}crwdne32336:0" - -#: src/components/TipDialog.tsx -msgid "1 {0} tips sent." -msgstr "crwdns32338:0{0}crwdne32338:0" - -#: src/components/NFTSection/index.tsx -msgid "Add Collectibles" -msgstr "crwdns29426:0crwdne29426:0" - -#: src/SiteAdaptor/components/TipsRealmContent/index.tsx -msgid "Close" -msgstr "crwdns29428:0crwdne29428:0" - -#: src/SiteAdaptor/index.tsx -msgid "Gift crypto or NFTs tips to any <0>Next.ID verified users on social media." -msgstr "crwdns31402:0crwdne31402:0" - -#: src/components/TipDialog.tsx -msgid "I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}" -msgstr "crwdns35484:0amount={amount}crwdnd35484:00={0}crwdnd35484:01={1}crwdnd35484:0recipientUserId={recipientUserId}crwdnd35484:02={2}crwdnd35484:03={3}crwdne35484:0" - -#: src/components/TipDialog.tsx -msgid "I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}" -msgstr "crwdns35486:0NFT_Name={NFT_Name}crwdnd35486:0recipientUserId={recipientUserId}crwdnd35486:00={0}crwdnd35486:0recipientAddress={recipientAddress}crwdne35486:0" - -#: src/components/TipDialog.tsx -msgid "Install https://mask.io/download-links to send your first tip." -msgstr "crwdns31786:0crwdne31786:0" - -#: src/contexts/Tip/useTipValidate.ts -msgid "Insufficient balance" -msgstr "crwdns29430:0crwdne29430:0" - -#: src/components/TipDialog.tsx -msgid "NFTs" -msgstr "crwdns29432:0crwdne29432:0" - -#: src/components/NFTSection/index.tsx -msgid "No any collectible is available for preview. Please add your collectible here." -msgstr "crwdns32344:0crwdne32344:0" - -#: src/contexts/Tip/useTipValidate.ts -msgid "No Enough Gas Fees" -msgstr "crwdns29436:0crwdne29436:0" - -#: src/components/TipDialog.tsx -msgid "Send" -msgstr "crwdns29438:0crwdne29438:0" - -#: src/SiteAdaptor/components/TipsRealmContent/index.tsx -msgid "Send authors tips by using Mask Network's Tips function." -msgstr "crwdns32346:0crwdne32346:0" - -#: src/components/TipDialog.tsx -msgid "Sending..." -msgstr "crwdns29442:0crwdne29442:0" - -#: src/contexts/Tip/useRecipientValidate.ts -msgid "The receiving address is a contract address. Please check again." -msgstr "crwdns29448:0crwdne29448:0" - -#: src/contexts/Tip/useRecipientValidate.ts -msgid "The receiving address may be a malicious address." -msgstr "crwdns29450:0crwdne29450:0" - -#: src/components/TipDialog.tsx -#: src/components/TipDialog.tsx -msgid "Tips" -msgstr "crwdns29452:0crwdne29452:0" - -#: src/components/RecipientSection/index.tsx -msgid "To" -msgstr "crwdns29454:0crwdne29454:0" - -#: src/components/TipDialog.tsx -msgid "Tokens" -msgstr "crwdns29456:0crwdne29456:0" - -#: src/components/RecipientSection/RecipientSelect.tsx -msgid "View on Explorer" -msgstr "crwdns29458:0crwdne29458:0" - diff --git a/packages/plugins/Tips/src/locale/zh-CN.json b/packages/plugins/Tips/src/locale/zh-CN.json deleted file mode 100644 index 6dc654a5069e..000000000000 --- a/packages/plugins/Tips/src/locale/zh-CN.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "messages": { - "/jQctM": ["发送至"], - "2Wwd56": ["Install https://mask.io/download-links to send your first tip."], - "6RDwJM": ["Tokens"], - "7e+2an": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"], - "\\n\\nInstall https://mask.io/download-links to send your first tip." - ], - "8Dh77Z": ["NFTs"], - "9+VwX/": ["添加 NFT"], - "CMfM6C": ["没有足够的 Gas 费"], - "IoAuJG": ["发送中..."], - "JlFcis": ["发送"], - "Ko4L/B": ["此接收地址为合约地址,请重新检查。"], - "LBtfmO": ["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."], - "R/Pfmp": [["amount"], " ", ["0"], " tips sent."], - "RW1HJz": ["接收地址可能是恶意地址。"], - "Sjplg3": ["在区块链浏览器查看"], - "Wam87B": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"], - "\\n\\nInstall https://mask.io/download-links to send your first tip." - ], - "cSE1XE": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"] - ], - "ecqLr0": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "ep2Wyh": ["1 ", ["0"], " tips sent."], - "nwSp3U": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "t6bQQD": ["Send authors tips by using Mask Network's Tips function."], - "x4f8pZ": ["小费"], - "x5tVFy": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"] - ], - "y/+ReV": ["No any collectible is available for preview. Please add your collectible here."], - "yz7wBu": ["关闭"], - "znqB4T": ["余额不足"] - } -} diff --git a/packages/plugins/Tips/src/locale/zh-CN.po b/packages/plugins/Tips/src/locale/zh-CN.po deleted file mode 100644 index 5cf6be799b6c..000000000000 --- a/packages/plugins/Tips/src/locale/zh-CN.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Tips/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 998\n" - -#. placeholder {0}: `$${token?.symbol}` -#: src/components/TipDialog.tsx -msgid "{amount} {0} tips sent." -msgstr "" - -#. placeholder {0}: nonFungibleToken?.contract?.name || 'NFT' -#: src/components/TipDialog.tsx -msgid "1 {0} tips sent." -msgstr "" - -#: src/components/NFTSection/index.tsx -msgid "Add Collectibles" -msgstr "添加 NFT" - -#: src/SiteAdaptor/components/TipsRealmContent/index.tsx -msgid "Close" -msgstr "关闭" - -#: src/SiteAdaptor/index.tsx -msgid "Gift crypto or NFTs tips to any <0>Next.ID verified users on social media." -msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}" -#~ msgstr "" - -#. placeholder {0}: token?.symbol ? 'namedToken' : 'token' -#. placeholder {1}: token?.symbol || '' -#. placeholder {2}: recipientName ? 'name' : 'address' -#. placeholder {3}: recipientName || recipientAddress -#: src/components/TipDialog.tsx -msgid "" -"I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}\n" -"\n" -"Install https://mask.io/download-links to send your first tip." -msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}\\n\\nInstall https://mask.io/download-links to send your first tip." -#~ msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}" -#~ msgstr "" - -#. placeholder {0}: recipientName ? 'name' : 'address' -#: src/components/TipDialog.tsx -msgid "" -"I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}\n" -"\n" -"Install https://mask.io/download-links to send your first tip." -msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}\\n\\nInstall https://mask.io/download-links to send your first tip." -#~ msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "Install https://mask.io/download-links to send your first tip." -#~ msgstr "" - -#: src/contexts/Tip/useTipValidate.ts -msgid "Insufficient balance" -msgstr "余额不足" - -#: src/components/TipDialog.tsx -msgid "NFTs" -msgstr "" - -#: src/components/NFTSection/index.tsx -msgid "No any collectible is available for preview. Please add your collectible here." -msgstr "" - -#: src/contexts/Tip/useTipValidate.ts -msgid "No Enough Gas Fees" -msgstr "没有足够的 Gas 费" - -#: src/components/TipDialog.tsx -msgid "Send" -msgstr "发送" - -#: src/SiteAdaptor/components/TipsRealmContent/index.tsx -msgid "Send authors tips by using Mask Network's Tips function." -msgstr "" - -#: src/components/TipDialog.tsx -msgid "Sending..." -msgstr "发送中..." - -#: src/contexts/Tip/useRecipientValidate.ts -msgid "The receiving address is a contract address. Please check again." -msgstr "此接收地址为合约地址,请重新检查。" - -#: src/contexts/Tip/useRecipientValidate.ts -msgid "The receiving address may be a malicious address." -msgstr "接收地址可能是恶意地址。" - -#: src/components/TipDialog.tsx -#: src/components/TipDialog.tsx -msgid "Tips" -msgstr "小费" - -#: src/components/RecipientSection/index.tsx -msgid "To" -msgstr "发送至" - -#: src/components/TipDialog.tsx -msgid "Tokens" -msgstr "" - -#: src/components/RecipientSection/RecipientSelect.tsx -msgid "View on Explorer" -msgstr "在区块链浏览器查看" diff --git a/packages/plugins/Tips/src/locale/zh-TW.json b/packages/plugins/Tips/src/locale/zh-TW.json deleted file mode 100644 index 6dc654a5069e..000000000000 --- a/packages/plugins/Tips/src/locale/zh-TW.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "messages": { - "/jQctM": ["发送至"], - "2Wwd56": ["Install https://mask.io/download-links to send your first tip."], - "6RDwJM": ["Tokens"], - "7e+2an": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"], - "\\n\\nInstall https://mask.io/download-links to send your first tip." - ], - "8Dh77Z": ["NFTs"], - "9+VwX/": ["添加 NFT"], - "CMfM6C": ["没有足够的 Gas 费"], - "IoAuJG": ["发送中..."], - "JlFcis": ["发送"], - "Ko4L/B": ["此接收地址为合约地址,请重新检查。"], - "LBtfmO": ["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."], - "R/Pfmp": [["amount"], " ", ["0"], " tips sent."], - "RW1HJz": ["接收地址可能是恶意地址。"], - "Sjplg3": ["在区块链浏览器查看"], - "Wam87B": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"], - "\\n\\nInstall https://mask.io/download-links to send your first tip." - ], - "cSE1XE": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"] - ], - "ecqLr0": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "ep2Wyh": ["1 ", ["0"], " tips sent."], - "nwSp3U": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "t6bQQD": ["Send authors tips by using Mask Network's Tips function."], - "x4f8pZ": ["小费"], - "x5tVFy": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"] - ], - "y/+ReV": ["No any collectible is available for preview. Please add your collectible here."], - "yz7wBu": ["关闭"], - "znqB4T": ["余额不足"] - } -} diff --git a/packages/plugins/Tips/src/locale/zh-TW.po b/packages/plugins/Tips/src/locale/zh-TW.po deleted file mode 100644 index 076d97f0e14f..000000000000 --- a/packages/plugins/Tips/src/locale/zh-TW.po +++ /dev/null @@ -1,131 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Tips/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 998\n" - -#. placeholder {0}: `$${token?.symbol}` -#: src/components/TipDialog.tsx -msgid "{amount} {0} tips sent." -msgstr "" - -#. placeholder {0}: nonFungibleToken?.contract?.name || 'NFT' -#: src/components/TipDialog.tsx -msgid "1 {0} tips sent." -msgstr "" - -#: src/components/NFTSection/index.tsx -msgid "Add Collectibles" -msgstr "" - -#: src/SiteAdaptor/components/TipsRealmContent/index.tsx -msgid "Close" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Gift crypto or NFTs tips to any <0>Next.ID verified users on social media." -msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}" -#~ msgstr "" - -#. placeholder {0}: token?.symbol ? 'namedToken' : 'token' -#. placeholder {1}: token?.symbol || '' -#. placeholder {2}: recipientName ? 'name' : 'address' -#. placeholder {3}: recipientName || recipientAddress -#: src/components/TipDialog.tsx -msgid "" -"I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}\n" -"\n" -"Install https://mask.io/download-links to send your first tip." -msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}\\n\\nInstall https://mask.io/download-links to send your first tip." -#~ msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}" -#~ msgstr "" - -#. placeholder {0}: recipientName ? 'name' : 'address' -#: src/components/TipDialog.tsx -msgid "" -"I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}\n" -"\n" -"Install https://mask.io/download-links to send your first tip." -msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}\\n\\nInstall https://mask.io/download-links to send your first tip." -#~ msgstr "" - -#: src/components/TipDialog.tsx -#~ msgid "Install https://mask.io/download-links to send your first tip." -#~ msgstr "" - -#: src/contexts/Tip/useTipValidate.ts -msgid "Insufficient balance" -msgstr "" - -#: src/components/TipDialog.tsx -msgid "NFTs" -msgstr "" - -#: src/components/NFTSection/index.tsx -msgid "No any collectible is available for preview. Please add your collectible here." -msgstr "" - -#: src/contexts/Tip/useTipValidate.ts -msgid "No Enough Gas Fees" -msgstr "" - -#: src/components/TipDialog.tsx -msgid "Send" -msgstr "" - -#: src/SiteAdaptor/components/TipsRealmContent/index.tsx -msgid "Send authors tips by using Mask Network's Tips function." -msgstr "" - -#: src/components/TipDialog.tsx -msgid "Sending..." -msgstr "" - -#: src/contexts/Tip/useRecipientValidate.ts -msgid "The receiving address is a contract address. Please check again." -msgstr "" - -#: src/contexts/Tip/useRecipientValidate.ts -msgid "The receiving address may be a malicious address." -msgstr "" - -#: src/components/TipDialog.tsx -#: src/components/TipDialog.tsx -msgid "Tips" -msgstr "" - -#: src/components/RecipientSection/index.tsx -msgid "To" -msgstr "" - -#: src/components/TipDialog.tsx -msgid "Tokens" -msgstr "" - -#: src/components/RecipientSection/RecipientSelect.tsx -msgid "View on Explorer" -msgstr "" diff --git a/packages/plugins/Trader/package.json b/packages/plugins/Trader/package.json index 8adbb8148ffc..c6bd08782675 100644 --- a/packages/plugins/Trader/package.json +++ b/packages/plugins/Trader/package.json @@ -44,34 +44,7 @@ "web3-core": "1.10.4", "zod": "^3.24.2" }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] - }, "devDependencies": { "@types/use-subscription": "^1.0.2" } -} +} \ No newline at end of file diff --git a/packages/plugins/Trader/src/base.ts b/packages/plugins/Trader/src/base.ts index a03bea4c8d25..8adc90144138 100644 --- a/packages/plugins/Trader/src/base.ts +++ b/packages/plugins/Trader/src/base.ts @@ -1,7 +1,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { DEFAULT_PLUGIN_PUBLISHER, EnhanceableSite } from '@masknet/shared-base' import { PLUGIN_ID } from './constants/index.js' -import { languages } from './locale/languages.js' import { TRADER_WEB3_CONFIG } from './config.js' export const base = { @@ -19,5 +18,4 @@ export const base = { target: 'stable', web3: TRADER_WEB3_CONFIG, }, - i18n: languages, } satisfies Plugin.Shared.Definition diff --git a/packages/plugins/Trader/src/index.ts b/packages/plugins/Trader/src/index.ts index 1ae2e2bb28d3..95e6c90043c5 100644 --- a/packages/plugins/Trader/src/index.ts +++ b/packages/plugins/Trader/src/index.ts @@ -1,5 +1,4 @@ export * from './messages.js' -export * from './locale/languages.js' export * from './config.js' export * from './SiteAdaptor/trader/contexts/index.js' diff --git a/packages/plugins/Trader/src/locale/en-US.json b/packages/plugins/Trader/src/locale/en-US.json deleted file mode 100644 index 559b1143acd7..000000000000 --- a/packages/plugins/Trader/src/locale/en-US.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "messages": { - "+b7T3G": ["Updated"], - "+q+Wa9": ["Swap anyway"], - "/2nH6X": ["Make another Bridge"], - "/hKQcr": [["seconds"], "s"], - "/jQctM": ["To"], - "0Lp4o6": ["Load failed"], - "0caMy7": ["History"], - "0fljZe": ["Trading Route"], - "1EOhmY": ["Rank #", ["0"]], - "1TNIig": ["Open"], - "2GHENQ": ["Web3 Profile"], - "2J5wRx": ["Failed to get quote information"], - "39ohdf": ["Activities"], - "3awOET": ["Rank"], - "3kbpgO": ["Gas Limit"], - "3uQmjD": ["Average"], - "3ublvs": ["Try token from different chains"], - "4HtGBb": ["MAX"], - "5HVoyc": ["Transaction Details"], - "5N3b5J": ["Market Cap"], - "6k8iqO": [["0"], " ", ["1"], " bridge completed successfully."], - "7Bj3x9": ["Failed"], - "7VpPHA": ["Confirm"], - "82+n6o": ["Quote Route"], - "869iq0": ["Transferring asset across to the ", ["0"], " network via the ", ["1"], "cross-chain bridge"], - "8Dh77Z": ["NFTs"], - "8Tg/JR": ["Custom"], - "9bG48P": ["Sending"], - "AxdOHo": ["Pair"], - "B6C0XJ": ["No Data"], - "BaoXTT": ["<0>Powered by<1>OKX<2/>"], - "BmN4Bk": ["Aggregator"], - "BzfzPK": ["Items"], - "CMHmbm": ["Slippage"], - "CYRJEX": ["Owners"], - "Citz6F": ["Exchange"], - "D9za/8": ["Missing dex contract address"], - "EGWr+Q": ["Web3 Profile Card"], - "EJRk0x": [ - [ - "gasOptionType", - "select", - { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"], "other": [] } - ] - ], - "ELQ256": ["Make another Swap"], - "F4Igxz": ["Quote route"], - "Fn9Tvh": ["Volume (24h)"], - "GrTvoo": ["Transaction in progress. Thank you for your patience."], - "HKH+W+": ["Data"], - "HTX2HV": ["Minimum received"], - "I7z//Y": ["Trading route"], - "IDd4f3": [ - [ - "gasOptionType", - "select", - { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"] } - ] - ], - "J0Mxpc": ["The ", ["0"], " is in progress. You can check its status in History after exiting this page."], - "J24FyN": ["Bridge"], - "JPHuMW": ["Swapping"], - "KziH2K": ["Fast"], - "Kzu9r9": ["24H Traded Volume"], - "LSwUJb": ["Select Liquidity"], - "LhMjLm": ["Time"], - "Lho4Qd": ["DSearch"], - "LiE5z4": ["Max base fee should be greater than 0"], - "MqdtT5": [["0"], " Bridge Network fee"], - "N931rj": ["Your transaction should be done in <0/>"], - "O3Nzf+": ["Bridge between this token pair are't supported at the moment."], - "OLY2Jk": ["Gas Price"], - "OR475H": ["Network"], - "Q0IFtx": ["The custom amount entered may be higher than the required network fee."], - "QUBIav": ["Failed to bridge"], - "QsVbHo": ["Sending address"], - "Re7Oex": ["Transaction submitted."], - "RhCL4z": ["Max amount"], - "RuO5md": [["seconds"], "sec"], - "Rx8sxX": ["Select liquidity"], - "SYgxDf": ["Slow"], - "Sitstz": [ - "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." - ], - "T3EPqL": ["Max base fee"], - "T3dlAs": ["Quote expired. Update to receive a new quote."], - "Tl3Zls": [ - "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." - ], - "Tuc34V": ["Confirm Bridge"], - "TzarJw": ["Bridging"], - "UO7xDp": [["0"], " Pool"], - "VvGC/Y": [["0"], " Network fee"], - "Weq9zb": ["General"], - "X0PXso": ["Swap duration"], - "X8N33g": ["Transaction history is only stored locally and will be deleted if you clear your browser data."], - "XcWehA": ["Update Quote"], - "Xlpdi1": ["on ", ["fromNetworkName"]], - "YW51YO": ["24H sale"], - "Yp8yB4": [["0"], " to ", ["1"]], - "ZSWUwq": [["0"], "m"], - "ZTmzRV": ["Highest Price"], - "a7u1N9": ["Price"], - "ah8/4v": ["Floor Price"], - "aqop4L": ["Check on Explorer"], - "bD8I7O": ["Complete"], - "bLmWH9": ["Bridge anyway"], - "bTQliy": [ - "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." - ], - "cFDjd3": ["Transaction type"], - "ctb8Cs": ["Dex/Est received (", ["0"], ")"], - "dzAth+": [["0"], " ", ["1"], " swap completed successfully."], - "ejVYRQ": ["From"], - "fiPesM": ["Method"], - "fqDzSu": ["Rate"], - "g/i+bG": ["Transaction rejected"], - "g2UNkE": ["Powered by"], - "iF9x7r": ["Trading mode"], - "ileX7U": ["No recent transactions"], - "j2Uisd": ["Approving"], - "kPQQEW": ["Enter an Amount"], - "lO/vMB": [ - "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." - ], - "lqW7eD": [ - "In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address." - ], - "lyjM6U": ["Wait too long for the confirmation."], - "m2pyX2": ["Buy Now"], - "m3pz1u": ["Insufficient ", ["symbol"], " Balance"], - "m64f3d": [ - "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." - ], - "mYGY3B": ["Date"], - "mZ04KC": ["Overall Best"], - "n1gwuy": ["on ", ["toNetworkName"]], - "p3TX0l": [ - "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." - ], - "pG7O41": ["Fastest"], - "qJb6G2": ["Try Again"], - "r3OcML": [["mins"], "min"], - "rWqyF3": ["Gas limit should be between ", ["minGasLimit"], " and 15.00M"], - "rZ0rgl": ["Total Volume"], - "rqV4QH": ["This swap isn’t supported"], - "rulocO": ["Checking Approve"], - "sb9Y58": ["Wallet"], - "t+A5fr": ["Gas price should be greater than 0"], - "tbOs8j": ["Confirm Swap"], - "uv9cwh": ["Bridge Network fee"], - "vH2C/2": ["Swap"], - "wMHvYH": ["Value"], - "y/kxxM": ["Priority fee"], - "y62Dys": ["Network fee"], - "yNBZ3N": ["Enter gas limit"], - "yQE2r9": ["Loading"], - "yQqkIK": ["24H Average Price"], - "z7Fh2l": ["Base fee required: ", ["MIN_BASE_FEE"], " Gwei"], - "zJlXbX": ["NFT"] - } -} diff --git a/packages/plugins/Trader/src/locale/en-US.po b/packages/plugins/Trader/src/locale/en-US.po deleted file mode 100644 index 86e68d48a7b5..000000000000 --- a/packages/plugins/Trader/src/locale/en-US.po +++ /dev/null @@ -1,638 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. placeholder {0}: formatBalance(received, toToken.decimals) -#. placeholder {1}: toToken.symbol -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "{0} {1} bridge completed successfully." -msgstr "" - -#. placeholder {0}: formatBalance(received, toToken.decimals) -#. placeholder {1}: toToken.symbol -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "{0} {1} swap completed successfully." -msgstr "" - -#. placeholder {0}: bridge?.router.bridgeName -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "{0} Bridge Network fee" -msgstr "" - -#. placeholder {0}: fromNetwork?.name -#. placeholder {0}: toNetwork?.name -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "{0} Network fee" -msgstr "" - -#. placeholder {0}: fromNetwork?.name || '' -#. placeholder {0}: toNetwork?.name || '' -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -msgid "{0} Pool" -msgstr "" - -#. placeholder {0}: fromNetwork?.fullName || '--' -#. placeholder {1}: toNetwork?.fullName || '--' -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "{0} to {1}" -msgstr "" - -#. placeholder {0}: mins.replace(/\.?0+$/u, '') -#: src/helpers/formatTime.ts -msgid "{0}m" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom} other {}}" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#~ msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom}}" -#~ msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "{mins}min" -msgstr "" - -#: src/helpers/formatTime.ts -msgid "{seconds}s" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "{seconds}sec" -msgstr "" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "<0>Powered by<1>OKX<2/>" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H Average Price" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H sale" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H Traded Volume" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Activities" -msgstr "" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Aggregator" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Approving" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Average" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Base fee required: {MIN_BASE_FEE} Gwei" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Bridge" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "Bridge anyway" -msgstr "" - -#: src/SiteAdaptor/trader/contexts/TradeProvider.tsx -msgid "Bridge between this token pair are't supported at the moment." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Bridge Network fee" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Bridging" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Buy Now" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Check on Explorer" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Checking Approve" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Complete" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -#: src/SiteAdaptor/trader/views/SelectLiquidity.tsx -msgid "Confirm" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Confirm Bridge" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Confirm Swap" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Custom" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Data" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Date" -msgstr "" - -#. placeholder {0}: quote?.toToken.tokenSymbol -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "Dex/Est received ({0})" -msgstr "" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "DSearch" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Enter an Amount" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Enter gas limit" -msgstr "" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Exchange" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Failed" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Failed to bridge" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -msgid "Failed to get quote information" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Fast" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx -msgid "Fastest" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Floor Price" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "From" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Gas Limit" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Gas limit should be between {minGasLimit} and 15.00M" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Gas Price" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Gas price should be greater than 0" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "General" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Highest Price" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "History" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "" -"In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\n" -"The actual cost may be lower\n" -"than estimated, and any unused funds will remain in the original address." -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Insufficient {symbol} Balance" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Items" -msgstr "" - -#: src/SiteAdaptor/trending/FailedTrendingView.tsx -msgid "Load failed" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -#: src/SiteAdaptor/trending/TrendingViewSkeleton.tsx -msgid "Loading" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Make another Bridge" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Make another Swap" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Market Cap" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "MAX" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx -msgid "Max amount" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Max base fee" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Max base fee should be greater than 0" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Method" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Minimum received" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Missing dex contract address" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Network" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Network fee" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "NFT" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "NFTs" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "No Data" -msgstr "" - -#: src/SiteAdaptor/trader/views/History.tsx -msgid "No recent transactions" -msgstr "" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "on {fromNetworkName}" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "on {toNetworkName}" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Open" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Overall Best" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Owners" -msgstr "" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Pair" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." -msgstr "" - -#: src/SiteAdaptor/trending/TrendingViewDescriptor.tsx -msgid "Powered by" -msgstr "" - -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Price" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Priority fee" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Quote expired. Update to receive a new quote." -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Quote route" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Quote Route" -msgstr "" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "Rank" -msgstr "" - -#. placeholder {0}: result.rank?.toString() ?? coin.market_cap_rank?.toString() ?? '' -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Rank #{0}" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Rate" -msgstr "" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Select liquidity" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Select Liquidity" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Sending" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Sending address" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Slippage" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Slow" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Swap" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "Swap anyway" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Swap duration" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Swapping" -msgstr "" - -#: src/SiteAdaptor/trader/contexts/TradeProvider.tsx -msgid "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." -msgstr "" - -#. placeholder {0}: isSwap ? 'swap' : 'bridge' -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "The {0} is in progress. You can check its status in History after exiting this page." -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "The custom amount entered may be higher than the required network fee." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." -msgstr "" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "This swap isn’t supported" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Time" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "To" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Total Volume" -msgstr "" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Trading mode" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Trading route" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Trading Route" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Transaction Details" -msgstr "" - -#: src/SiteAdaptor/trader/views/History.tsx -msgid "Transaction history is only stored locally and will be deleted if you clear your browser data." -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transaction in progress. Thank you for your patience." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Transaction rejected" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Transaction submitted." -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transaction type" -msgstr "" - -#. placeholder {0}: toNetwork?.fullName -#. placeholder {1}: tx.bridgeName -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transferring asset across to the {0} network via the {1}cross-chain bridge" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Try Again" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -msgid "Try token from different chains" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Update Quote" -msgstr "" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Updated" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Value" -msgstr "" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Volume (24h)" -msgstr "" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Wait too long for the confirmation." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Wallet" -msgstr "" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "Web3 Profile" -msgstr "" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "Web3 Profile Card" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Your transaction should be done in <0/>" -msgstr "" diff --git a/packages/plugins/Trader/src/locale/ja-JP.json b/packages/plugins/Trader/src/locale/ja-JP.json deleted file mode 100644 index 072028821b4b..000000000000 --- a/packages/plugins/Trader/src/locale/ja-JP.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "messages": { - "+b7T3G": ["更新済"], - "+q+Wa9": ["Swap anyway"], - "/2nH6X": ["Make another Bridge"], - "/hKQcr": [["seconds"], "s"], - "/jQctM": ["宛先"], - "0Lp4o6": ["読み込み失敗"], - "0caMy7": ["History"], - "0fljZe": ["Trading Route"], - "1EOhmY": ["Rank #", ["0"]], - "1TNIig": ["オープン"], - "2GHENQ": ["Web3 Profile"], - "2J5wRx": ["Failed to get quote information"], - "39ohdf": ["アクティビティ"], - "3awOET": ["Rank"], - "3kbpgO": ["Gas Limit"], - "3uQmjD": ["Average"], - "3ublvs": ["Try token from different chains"], - "4HtGBb": ["MAX"], - "5HVoyc": ["Transaction Details"], - "5N3b5J": ["時価総額"], - "6k8iqO": [["0"], " ", ["1"], " bridge completed successfully."], - "7Bj3x9": ["失敗しました"], - "7VpPHA": ["Confirm"], - "82+n6o": ["Quote Route"], - "869iq0": ["Transferring asset across to the ", ["0"], " network via the ", ["1"], "cross-chain bridge"], - "8Dh77Z": ["NFTs"], - "8Tg/JR": ["カスタム"], - "9bG48P": ["Sending"], - "AxdOHo": ["ペア "], - "B6C0XJ": ["データなし"], - "BaoXTT": ["<0>Powered by<1>OKX<2/>"], - "BmN4Bk": ["Aggregator"], - "BzfzPK": ["アイテム"], - "CMHmbm": ["Slippage"], - "CYRJEX": ["所有者"], - "Citz6F": ["取引所"], - "D9za/8": ["Missing dex contract address"], - "EGWr+Q": ["Web3 Profile Card"], - "EJRk0x": [ - [ - "gasOptionType", - "select", - { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"], "other": [] } - ] - ], - "ELQ256": ["Make another Swap"], - "F4Igxz": ["Quote route"], - "Fn9Tvh": ["数量(24時間)"], - "GrTvoo": ["Transaction in progress. Thank you for your patience."], - "HKH+W+": ["Data"], - "HTX2HV": ["Minimum received"], - "I7z//Y": ["Trading route"], - "IDd4f3": [ - [ - "gasOptionType", - "select", - { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"] } - ] - ], - "J0Mxpc": ["The ", ["0"], " is in progress. You can check its status in History after exiting this page."], - "J24FyN": ["ブリッジ"], - "JPHuMW": ["Swapping"], - "KziH2K": ["高速"], - "Kzu9r9": ["24時間の取引量"], - "LSwUJb": ["Select Liquidity"], - "LhMjLm": ["時刻"], - "Lho4Qd": ["DSearch"], - "LiE5z4": ["Max base fee should be greater than 0"], - "MqdtT5": [["0"], " Bridge Network fee"], - "N931rj": ["Your transaction should be done in <0/>"], - "O3Nzf+": ["Bridge between this token pair are't supported at the moment."], - "OLY2Jk": ["Gas Price"], - "OR475H": ["Network"], - "Q0IFtx": ["The custom amount entered may be higher than the required network fee."], - "QUBIav": ["Failed to bridge"], - "QsVbHo": ["Sending address"], - "Re7Oex": ["Transaction submitted."], - "RhCL4z": ["Max amount"], - "RuO5md": [["seconds"], "sec"], - "Rx8sxX": ["Select liquidity"], - "SYgxDf": ["Slow"], - "Sitstz": [ - "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." - ], - "T3EPqL": ["Max base fee"], - "T3dlAs": ["Quote expired. Update to receive a new quote."], - "Tl3Zls": [ - "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." - ], - "Tuc34V": ["Confirm Bridge"], - "TzarJw": ["Bridging"], - "UO7xDp": [["0"], " Pool"], - "VvGC/Y": [["0"], " Network fee"], - "Weq9zb": ["一般"], - "X0PXso": ["Swap duration"], - "X8N33g": ["Transaction history is only stored locally and will be deleted if you clear your browser data."], - "XcWehA": ["Update Quote"], - "Xlpdi1": ["on ", ["fromNetworkName"]], - "YW51YO": ["24時間売上"], - "Yp8yB4": [["0"], " to ", ["1"]], - "ZSWUwq": [["0"], "m"], - "ZTmzRV": ["最高価格"], - "a7u1N9": ["価格"], - "ah8/4v": ["フロア価格"], - "aqop4L": ["Check on Explorer"], - "bD8I7O": ["Complete"], - "bLmWH9": ["Bridge anyway"], - "bTQliy": [ - "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." - ], - "cFDjd3": ["Transaction type"], - "ctb8Cs": ["Dex/Est received (", ["0"], ")"], - "dzAth+": [["0"], " ", ["1"], " swap completed successfully."], - "ejVYRQ": ["から"], - "fiPesM": ["方法"], - "fqDzSu": ["Rate"], - "g/i+bG": ["Transaction rejected"], - "g2UNkE": ["以下により提供されています"], - "iF9x7r": ["Trading mode"], - "ileX7U": ["No recent transactions"], - "j2Uisd": ["Approving"], - "kPQQEW": ["Enter an Amount"], - "lO/vMB": [ - "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." - ], - "lqW7eD": [ - "In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address." - ], - "lyjM6U": ["Wait too long for the confirmation."], - "m2pyX2": ["今すぐ購入"], - "m3pz1u": ["Insufficient ", ["symbol"], " Balance"], - "m64f3d": [ - "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." - ], - "mYGY3B": ["Date"], - "mZ04KC": ["Overall Best"], - "n1gwuy": ["on ", ["toNetworkName"]], - "p3TX0l": [ - "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." - ], - "pG7O41": ["Fastest"], - "qJb6G2": ["Try Again"], - "r3OcML": [["mins"], "min"], - "rWqyF3": ["Gas limit should be between ", ["minGasLimit"], " and 15.00M"], - "rZ0rgl": ["合計量"], - "rqV4QH": ["This swap isn’t supported"], - "rulocO": ["Checking Approve"], - "sb9Y58": ["Wallet"], - "t+A5fr": ["Gas price should be greater than 0"], - "tbOs8j": ["スワップを確認"], - "uv9cwh": ["Bridge Network fee"], - "vH2C/2": ["スワップ"], - "wMHvYH": ["価値"], - "y/kxxM": ["Priority fee"], - "y62Dys": ["Network fee"], - "yNBZ3N": ["Enter gas limit"], - "yQE2r9": ["読み込み中"], - "yQqkIK": ["24時間平均価格"], - "z7Fh2l": ["Base fee required: ", ["MIN_BASE_FEE"], " Gwei"], - "zJlXbX": ["NFT"] - } -} diff --git a/packages/plugins/Trader/src/locale/ja-JP.po b/packages/plugins/Trader/src/locale/ja-JP.po deleted file mode 100644 index 0815c318456a..000000000000 --- a/packages/plugins/Trader/src/locale/ja-JP.po +++ /dev/null @@ -1,643 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Trader/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1000\n" - -#. placeholder {0}: formatBalance(received, toToken.decimals) -#. placeholder {1}: toToken.symbol -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "{0} {1} bridge completed successfully." -msgstr "" - -#. placeholder {0}: formatBalance(received, toToken.decimals) -#. placeholder {1}: toToken.symbol -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "{0} {1} swap completed successfully." -msgstr "" - -#. placeholder {0}: bridge?.router.bridgeName -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "{0} Bridge Network fee" -msgstr "" - -#. placeholder {0}: fromNetwork?.name -#. placeholder {0}: toNetwork?.name -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "{0} Network fee" -msgstr "" - -#. placeholder {0}: fromNetwork?.name || '' -#. placeholder {0}: toNetwork?.name || '' -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -msgid "{0} Pool" -msgstr "" - -#. placeholder {0}: fromNetwork?.fullName || '--' -#. placeholder {1}: toNetwork?.fullName || '--' -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "{0} to {1}" -msgstr "" - -#. placeholder {0}: mins.replace(/\.?0+$/u, '') -#: src/helpers/formatTime.ts -msgid "{0}m" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom} other {}}" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#~ msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom}}" -#~ msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "{mins}min" -msgstr "" - -#: src/helpers/formatTime.ts -msgid "{seconds}s" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "{seconds}sec" -msgstr "" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "<0>Powered by<1>OKX<2/>" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H Average Price" -msgstr "24時間平均価格" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H sale" -msgstr "24時間売上" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H Traded Volume" -msgstr "24時間の取引量" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Activities" -msgstr "アクティビティ" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Aggregator" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Approving" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Average" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Base fee required: {MIN_BASE_FEE} Gwei" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Bridge" -msgstr "ブリッジ" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "Bridge anyway" -msgstr "" - -#: src/SiteAdaptor/trader/contexts/TradeProvider.tsx -msgid "Bridge between this token pair are't supported at the moment." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Bridge Network fee" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Bridging" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Buy Now" -msgstr "今すぐ購入" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Check on Explorer" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Checking Approve" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Complete" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -#: src/SiteAdaptor/trader/views/SelectLiquidity.tsx -msgid "Confirm" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Confirm Bridge" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Confirm Swap" -msgstr "スワップを確認" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Custom" -msgstr "カスタム" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Data" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Date" -msgstr "" - -#. placeholder {0}: quote?.toToken.tokenSymbol -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "Dex/Est received ({0})" -msgstr "" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "DSearch" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Enter an Amount" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Enter gas limit" -msgstr "" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Exchange" -msgstr "取引所" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Failed" -msgstr "失敗しました" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Failed to bridge" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -msgid "Failed to get quote information" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Fast" -msgstr "高速" - -#: src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx -msgid "Fastest" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Floor Price" -msgstr "フロア価格" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "From" -msgstr "から" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Gas Limit" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Gas limit should be between {minGasLimit} and 15.00M" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Gas Price" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Gas price should be greater than 0" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "General" -msgstr "一般" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Highest Price" -msgstr "最高価格" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "History" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "" -"In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\n" -"The actual cost may be lower\n" -"than estimated, and any unused funds will remain in the original address." -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Insufficient {symbol} Balance" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Items" -msgstr "アイテム" - -#: src/SiteAdaptor/trending/FailedTrendingView.tsx -msgid "Load failed" -msgstr "読み込み失敗" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -#: src/SiteAdaptor/trending/TrendingViewSkeleton.tsx -msgid "Loading" -msgstr "読み込み中" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Make another Bridge" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Make another Swap" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Market Cap" -msgstr "時価総額" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "MAX" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx -msgid "Max amount" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Max base fee" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Max base fee should be greater than 0" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Method" -msgstr "方法" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Minimum received" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Missing dex contract address" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Network" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Network fee" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "NFT" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "NFTs" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "No Data" -msgstr "データなし" - -#: src/SiteAdaptor/trader/views/History.tsx -msgid "No recent transactions" -msgstr "" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "on {fromNetworkName}" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "on {toNetworkName}" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Open" -msgstr "オープン" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Overall Best" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Owners" -msgstr "所有者" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Pair" -msgstr "ペア " - -#: src/SiteAdaptor/index.tsx -msgid "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." -msgstr "" - -#: src/SiteAdaptor/trending/TrendingViewDescriptor.tsx -msgid "Powered by" -msgstr "以下により提供されています" - -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Price" -msgstr "価格" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Priority fee" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Quote expired. Update to receive a new quote." -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Quote route" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Quote Route" -msgstr "" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "Rank" -msgstr "" - -#. placeholder {0}: result.rank?.toString() ?? coin.market_cap_rank?.toString() ?? '' -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Rank #{0}" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Rate" -msgstr "" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Select liquidity" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Select Liquidity" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Sending" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Sending address" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Slippage" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Slow" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Swap" -msgstr "スワップ" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "Swap anyway" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Swap duration" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Swapping" -msgstr "" - -#: src/SiteAdaptor/trader/contexts/TradeProvider.tsx -msgid "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." -msgstr "" - -#. placeholder {0}: isSwap ? 'swap' : 'bridge' -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "The {0} is in progress. You can check its status in History after exiting this page." -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "The custom amount entered may be higher than the required network fee." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." -msgstr "" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "This swap isn’t supported" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Time" -msgstr "時刻" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "To" -msgstr "宛先" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Total Volume" -msgstr "合計量" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Trading mode" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Trading route" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Trading Route" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Transaction Details" -msgstr "" - -#: src/SiteAdaptor/trader/views/History.tsx -msgid "Transaction history is only stored locally and will be deleted if you clear your browser data." -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transaction in progress. Thank you for your patience." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Transaction rejected" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Transaction submitted." -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transaction type" -msgstr "" - -#. placeholder {0}: toNetwork?.fullName -#. placeholder {1}: tx.bridgeName -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transferring asset across to the {0} network via the {1}cross-chain bridge" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Try Again" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -msgid "Try token from different chains" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Update Quote" -msgstr "" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Updated" -msgstr "更新済" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Value" -msgstr "価値" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Volume (24h)" -msgstr "数量(24時間)" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Wait too long for the confirmation." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Wallet" -msgstr "" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "Web3 Profile" -msgstr "" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "Web3 Profile Card" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Your transaction should be done in <0/>" -msgstr "" diff --git a/packages/plugins/Trader/src/locale/ko-KR.json b/packages/plugins/Trader/src/locale/ko-KR.json deleted file mode 100644 index 30b9d66b2573..000000000000 --- a/packages/plugins/Trader/src/locale/ko-KR.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "messages": { - "+b7T3G": ["업데이트"], - "+q+Wa9": ["Swap anyway"], - "/2nH6X": ["Make another Bridge"], - "/hKQcr": [["seconds"], "s"], - "/jQctM": ["받는 사람"], - "0Lp4o6": ["로딩 실패"], - "0caMy7": ["History"], - "0fljZe": ["Trading Route"], - "1EOhmY": ["Rank #", ["0"]], - "1TNIig": ["열기"], - "2GHENQ": ["Web3 Profile"], - "2J5wRx": ["Failed to get quote information"], - "39ohdf": ["활동"], - "3awOET": ["Rank"], - "3kbpgO": ["Gas Limit"], - "3uQmjD": ["Average"], - "3ublvs": ["Try token from different chains"], - "4HtGBb": ["MAX"], - "5HVoyc": ["Transaction Details"], - "5N3b5J": ["시가 총액"], - "6k8iqO": [["0"], " ", ["1"], " bridge completed successfully."], - "7Bj3x9": ["실패"], - "7VpPHA": ["Confirm"], - "82+n6o": ["Quote Route"], - "869iq0": ["Transferring asset across to the ", ["0"], " network via the ", ["1"], "cross-chain bridge"], - "8Dh77Z": ["NFTs"], - "8Tg/JR": ["커스텀"], - "9bG48P": ["Sending"], - "AxdOHo": ["페어"], - "B6C0XJ": ["데이터 없음"], - "BaoXTT": ["<0>Powered by<1>OKX<2/>"], - "BmN4Bk": ["Aggregator"], - "BzfzPK": ["아이템"], - "CMHmbm": ["Slippage"], - "CYRJEX": ["소유자"], - "Citz6F": ["스왑"], - "D9za/8": ["Missing dex contract address"], - "EGWr+Q": ["Web3 Profile Card"], - "EJRk0x": [ - [ - "gasOptionType", - "select", - { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"], "other": [] } - ] - ], - "ELQ256": ["Make another Swap"], - "F4Igxz": ["Quote route"], - "Fn9Tvh": ["거래량(24h)"], - "GrTvoo": ["Transaction in progress. Thank you for your patience."], - "HKH+W+": ["Data"], - "HTX2HV": ["Minimum received"], - "I7z//Y": ["Trading route"], - "IDd4f3": [ - [ - "gasOptionType", - "select", - { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"] } - ] - ], - "J0Mxpc": ["The ", ["0"], " is in progress. You can check its status in History after exiting this page."], - "J24FyN": ["Bridge"], - "JPHuMW": ["Swapping"], - "KziH2K": ["빠름"], - "Kzu9r9": ["24H 거래액"], - "LSwUJb": ["Select Liquidity"], - "LhMjLm": ["시간"], - "Lho4Qd": ["DSearch"], - "LiE5z4": ["Max base fee should be greater than 0"], - "MqdtT5": [["0"], " Bridge Network fee"], - "N931rj": ["Your transaction should be done in <0/>"], - "O3Nzf+": ["Bridge between this token pair are't supported at the moment."], - "OLY2Jk": ["Gas Price"], - "OR475H": ["Network"], - "Q0IFtx": ["The custom amount entered may be higher than the required network fee."], - "QUBIav": ["Failed to bridge"], - "QsVbHo": ["Sending address"], - "Re7Oex": ["Transaction submitted."], - "RhCL4z": ["Max amount"], - "RuO5md": [["seconds"], "sec"], - "Rx8sxX": ["Select liquidity"], - "SYgxDf": ["Slow"], - "Sitstz": [ - "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." - ], - "T3EPqL": ["Max base fee"], - "T3dlAs": ["Quote expired. Update to receive a new quote."], - "Tl3Zls": [ - "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." - ], - "Tuc34V": ["Confirm Bridge"], - "TzarJw": ["Bridging"], - "UO7xDp": [["0"], " Pool"], - "VvGC/Y": [["0"], " Network fee"], - "Weq9zb": ["일반"], - "X0PXso": ["Swap duration"], - "X8N33g": ["Transaction history is only stored locally and will be deleted if you clear your browser data."], - "XcWehA": ["Update Quote"], - "Xlpdi1": ["on ", ["fromNetworkName"]], - "YW51YO": ["24H 판매"], - "Yp8yB4": [["0"], " to ", ["1"]], - "ZSWUwq": [["0"], "m"], - "ZTmzRV": ["최고 가격"], - "a7u1N9": ["가격"], - "ah8/4v": ["바닥 가격"], - "aqop4L": ["Check on Explorer"], - "bD8I7O": ["Complete"], - "bLmWH9": ["Bridge anyway"], - "bTQliy": [ - "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." - ], - "cFDjd3": ["Transaction type"], - "ctb8Cs": ["Dex/Est received (", ["0"], ")"], - "dzAth+": [["0"], " ", ["1"], " swap completed successfully."], - "ejVYRQ": ["보낸 사람"], - "fiPesM": ["방법"], - "fqDzSu": ["Rate"], - "g/i+bG": ["Transaction rejected"], - "g2UNkE": ["Powered by"], - "iF9x7r": ["Trading mode"], - "ileX7U": ["No recent transactions"], - "j2Uisd": ["Approving"], - "kPQQEW": ["Enter an Amount"], - "lO/vMB": [ - "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." - ], - "lqW7eD": [ - "In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address." - ], - "lyjM6U": ["Wait too long for the confirmation."], - "m2pyX2": ["바로 구매"], - "m3pz1u": ["Insufficient ", ["symbol"], " Balance"], - "m64f3d": [ - "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." - ], - "mYGY3B": ["Date"], - "mZ04KC": ["Overall Best"], - "n1gwuy": ["on ", ["toNetworkName"]], - "p3TX0l": [ - "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." - ], - "pG7O41": ["Fastest"], - "qJb6G2": ["Try Again"], - "r3OcML": [["mins"], "min"], - "rWqyF3": ["Gas limit should be between ", ["minGasLimit"], " and 15.00M"], - "rZ0rgl": ["총 거래량"], - "rqV4QH": ["This swap isn’t supported"], - "rulocO": ["Checking Approve"], - "sb9Y58": ["Wallet"], - "t+A5fr": ["Gas price should be greater than 0"], - "tbOs8j": ["스왑 확인"], - "uv9cwh": ["Bridge Network fee"], - "vH2C/2": ["스왑"], - "wMHvYH": ["값"], - "y/kxxM": ["Priority fee"], - "y62Dys": ["Network fee"], - "yNBZ3N": ["Enter gas limit"], - "yQE2r9": ["로딩 중"], - "yQqkIK": ["24H 평균 가격"], - "z7Fh2l": ["Base fee required: ", ["MIN_BASE_FEE"], " Gwei"], - "zJlXbX": ["NFT"] - } -} diff --git a/packages/plugins/Trader/src/locale/ko-KR.po b/packages/plugins/Trader/src/locale/ko-KR.po deleted file mode 100644 index 1a35eb31bdc7..000000000000 --- a/packages/plugins/Trader/src/locale/ko-KR.po +++ /dev/null @@ -1,643 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Trader/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1000\n" - -#. placeholder {0}: formatBalance(received, toToken.decimals) -#. placeholder {1}: toToken.symbol -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "{0} {1} bridge completed successfully." -msgstr "" - -#. placeholder {0}: formatBalance(received, toToken.decimals) -#. placeholder {1}: toToken.symbol -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "{0} {1} swap completed successfully." -msgstr "" - -#. placeholder {0}: bridge?.router.bridgeName -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "{0} Bridge Network fee" -msgstr "" - -#. placeholder {0}: fromNetwork?.name -#. placeholder {0}: toNetwork?.name -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "{0} Network fee" -msgstr "" - -#. placeholder {0}: fromNetwork?.name || '' -#. placeholder {0}: toNetwork?.name || '' -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -msgid "{0} Pool" -msgstr "" - -#. placeholder {0}: fromNetwork?.fullName || '--' -#. placeholder {1}: toNetwork?.fullName || '--' -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "{0} to {1}" -msgstr "" - -#. placeholder {0}: mins.replace(/\.?0+$/u, '') -#: src/helpers/formatTime.ts -msgid "{0}m" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom} other {}}" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#~ msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom}}" -#~ msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "{mins}min" -msgstr "" - -#: src/helpers/formatTime.ts -msgid "{seconds}s" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "{seconds}sec" -msgstr "" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "<0>Powered by<1>OKX<2/>" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H Average Price" -msgstr "24H 평균 가격" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H sale" -msgstr "24H 판매" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H Traded Volume" -msgstr "24H 거래액" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Activities" -msgstr "활동" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Aggregator" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Approving" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Average" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Base fee required: {MIN_BASE_FEE} Gwei" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Bridge" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "Bridge anyway" -msgstr "" - -#: src/SiteAdaptor/trader/contexts/TradeProvider.tsx -msgid "Bridge between this token pair are't supported at the moment." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Bridge Network fee" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Bridging" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Buy Now" -msgstr "바로 구매" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Check on Explorer" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Checking Approve" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Complete" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -#: src/SiteAdaptor/trader/views/SelectLiquidity.tsx -msgid "Confirm" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Confirm Bridge" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Confirm Swap" -msgstr "스왑 확인" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Custom" -msgstr "커스텀" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Data" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Date" -msgstr "" - -#. placeholder {0}: quote?.toToken.tokenSymbol -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "Dex/Est received ({0})" -msgstr "" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "DSearch" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Enter an Amount" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Enter gas limit" -msgstr "" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Exchange" -msgstr "스왑" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Failed" -msgstr "실패" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Failed to bridge" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -msgid "Failed to get quote information" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Fast" -msgstr "빠름" - -#: src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx -msgid "Fastest" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Floor Price" -msgstr "바닥 가격" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "From" -msgstr "보낸 사람" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Gas Limit" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Gas limit should be between {minGasLimit} and 15.00M" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Gas Price" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Gas price should be greater than 0" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "General" -msgstr "일반" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Highest Price" -msgstr "최고 가격" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "History" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "" -"In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\n" -"The actual cost may be lower\n" -"than estimated, and any unused funds will remain in the original address." -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Insufficient {symbol} Balance" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Items" -msgstr "아이템" - -#: src/SiteAdaptor/trending/FailedTrendingView.tsx -msgid "Load failed" -msgstr "로딩 실패" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -#: src/SiteAdaptor/trending/TrendingViewSkeleton.tsx -msgid "Loading" -msgstr "로딩 중" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Make another Bridge" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Make another Swap" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Market Cap" -msgstr "시가 총액" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "MAX" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx -msgid "Max amount" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Max base fee" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Max base fee should be greater than 0" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Method" -msgstr "방법" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Minimum received" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Missing dex contract address" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Network" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Network fee" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "NFT" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "NFTs" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "No Data" -msgstr "데이터 없음" - -#: src/SiteAdaptor/trader/views/History.tsx -msgid "No recent transactions" -msgstr "" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "on {fromNetworkName}" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "on {toNetworkName}" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Open" -msgstr "열기" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Overall Best" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Owners" -msgstr "소유자" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Pair" -msgstr "페어" - -#: src/SiteAdaptor/index.tsx -msgid "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." -msgstr "" - -#: src/SiteAdaptor/trending/TrendingViewDescriptor.tsx -msgid "Powered by" -msgstr "" - -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Price" -msgstr "가격" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Priority fee" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Quote expired. Update to receive a new quote." -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Quote route" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Quote Route" -msgstr "" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "Rank" -msgstr "" - -#. placeholder {0}: result.rank?.toString() ?? coin.market_cap_rank?.toString() ?? '' -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Rank #{0}" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Rate" -msgstr "" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Select liquidity" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Select Liquidity" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Sending" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Sending address" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Slippage" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Slow" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Swap" -msgstr "스왑" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "Swap anyway" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Swap duration" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Swapping" -msgstr "" - -#: src/SiteAdaptor/trader/contexts/TradeProvider.tsx -msgid "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." -msgstr "" - -#. placeholder {0}: isSwap ? 'swap' : 'bridge' -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "The {0} is in progress. You can check its status in History after exiting this page." -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "The custom amount entered may be higher than the required network fee." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." -msgstr "" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "This swap isn’t supported" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Time" -msgstr "시간" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "To" -msgstr "받는 사람" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Total Volume" -msgstr "총 거래량" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Trading mode" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Trading route" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Trading Route" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Transaction Details" -msgstr "" - -#: src/SiteAdaptor/trader/views/History.tsx -msgid "Transaction history is only stored locally and will be deleted if you clear your browser data." -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transaction in progress. Thank you for your patience." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Transaction rejected" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Transaction submitted." -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transaction type" -msgstr "" - -#. placeholder {0}: toNetwork?.fullName -#. placeholder {1}: tx.bridgeName -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transferring asset across to the {0} network via the {1}cross-chain bridge" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Try Again" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -msgid "Try token from different chains" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Update Quote" -msgstr "" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Updated" -msgstr "업데이트" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Value" -msgstr "값" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Volume (24h)" -msgstr "거래량(24h)" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Wait too long for the confirmation." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Wallet" -msgstr "" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "Web3 Profile" -msgstr "" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "Web3 Profile Card" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Your transaction should be done in <0/>" -msgstr "" diff --git a/packages/plugins/Trader/src/locale/languages.ts b/packages/plugins/Trader/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/Trader/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/Trader/src/locale/qya-AA.po b/packages/plugins/Trader/src/locale/qya-AA.po deleted file mode 100644 index 0303397f444c..000000000000 --- a/packages/plugins/Trader/src/locale/qya-AA.po +++ /dev/null @@ -1,621 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-11-26 09:12\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Trader/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1000\n" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "{0} {1} bridge completed successfully." -msgstr "crwdns32930:0{0}crwdnd32930:0{1}crwdne32930:0" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "{0} {1} swap completed successfully." -msgstr "crwdns32932:0{0}crwdnd32932:0{1}crwdne32932:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "{0} Bridge Network fee" -msgstr "crwdns32934:0{0}crwdne32934:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "{0} Network fee" -msgstr "crwdns32936:0{0}crwdne32936:0" - -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -msgid "{0} Pool" -msgstr "crwdns28822:0{0}crwdne28822:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "{0} to {1}" -msgstr "crwdns28824:0{0}crwdnd28824:0{1}crwdne28824:0" - -#: src/helpers/formatTime.ts -msgid "{0}m" -msgstr "crwdns28826:0{0}crwdne28826:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom}}" -msgstr "crwdns28166:0gasOptionType={gasOptionType}crwdne28166:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "{mins}min" -msgstr "crwdns28168:0{mins}crwdne28168:0" - -#: src/helpers/formatTime.ts -msgid "{seconds}s" -msgstr "crwdns28828:0{seconds}crwdne28828:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "{seconds}sec" -msgstr "crwdns28170:0{seconds}crwdne28170:0" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "<0>Powered by<1>OKX<2/>" -msgstr "crwdns32938:0crwdne32938:0" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H Average Price" -msgstr "crwdns29460:0crwdne29460:0" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H sale" -msgstr "crwdns29462:0crwdne29462:0" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H Traded Volume" -msgstr "crwdns29464:0crwdne29464:0" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Activities" -msgstr "crwdns29466:0crwdne29466:0" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Aggregator" -msgstr "crwdns28172:0crwdne28172:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Approving" -msgstr "crwdns28174:0crwdne28174:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Average" -msgstr "crwdns28176:0crwdne28176:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Base fee required: {MIN_BASE_FEE} Gwei" -msgstr "crwdns28178:0{MIN_BASE_FEE}crwdne28178:0" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Bridge" -msgstr "crwdns28830:0crwdne28830:0" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "Bridge anyway" -msgstr "crwdns32940:0crwdne32940:0" - -#: src/SiteAdaptor/trader/contexts/TradeProvider.tsx -msgid "Bridge between this token pair are't supported at the moment." -msgstr "crwdns28832:0crwdne28832:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Bridge Network fee" -msgstr "crwdns35436:0crwdne35436:0" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Bridging" -msgstr "crwdns32942:0crwdne32942:0" - -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Buy Now" -msgstr "crwdns29468:0crwdne29468:0" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Check on Explorer" -msgstr "crwdns28180:0crwdne28180:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Checking Approve" -msgstr "crwdns28182:0crwdne28182:0" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Complete" -msgstr "crwdns28184:0crwdne28184:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -#: src/SiteAdaptor/trader/views/SelectLiquidity.tsx -msgid "Confirm" -msgstr "crwdns28186:0crwdne28186:0" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Confirm Bridge" -msgstr "crwdns28836:0crwdne28836:0" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Confirm Swap" -msgstr "crwdns28190:0crwdne28190:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Custom" -msgstr "crwdns28192:0crwdne28192:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Data" -msgstr "crwdns28194:0crwdne28194:0" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Date" -msgstr "crwdns28196:0crwdne28196:0" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "Dex/Est received ({0})" -msgstr "crwdns28198:0{0}crwdne28198:0" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "DSearch" -msgstr "crwdns32894:0crwdne32894:0" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Enter an Amount" -msgstr "crwdns28200:0crwdne28200:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Enter gas limit" -msgstr "crwdns32944:0crwdne32944:0" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Exchange" -msgstr "crwdns28202:0crwdne28202:0" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Failed" -msgstr "crwdns28204:0crwdne28204:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Failed to bridge" -msgstr "crwdns32946:0crwdne32946:0" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -msgid "Failed to get quote information" -msgstr "crwdns32948:0crwdne32948:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Fast" -msgstr "crwdns28206:0crwdne28206:0" - -#: src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx -msgid "Fastest" -msgstr "crwdns28840:0crwdne28840:0" - -#: src/SiteAdaptor/trending/TrendingView.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Floor Price" -msgstr "crwdns29470:0crwdne29470:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "From" -msgstr "crwdns28208:0crwdne28208:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Gas Limit" -msgstr "crwdns28210:0crwdne28210:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Gas limit should be between {minGasLimit} and 15.00M" -msgstr "crwdns32950:0{minGasLimit}crwdne32950:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Gas Price" -msgstr "crwdns28212:0crwdne28212:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Gas price should be greater than 0" -msgstr "crwdns32952:0crwdne32952:0" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "General" -msgstr "crwdns29472:0crwdne29472:0" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Highest Price" -msgstr "crwdns29474:0crwdne29474:0" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "History" -msgstr "crwdns28214:0crwdne28214:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\n" -"The actual cost may be lower\n" -"than estimated, and any unused funds will remain in the original address." -msgstr "crwdns28842:0crwdne28842:0" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Insufficient {symbol} Balance" -msgstr "crwdns28216:0{symbol}crwdne28216:0" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Items" -msgstr "crwdns29476:0crwdne29476:0" - -#: src/SiteAdaptor/trending/FailedTrendingView.tsx -msgid "Load failed" -msgstr "crwdns29478:0crwdne29478:0" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -#: src/SiteAdaptor/trending/TrendingViewSkeleton.tsx -msgid "Loading" -msgstr "crwdns29480:0crwdne29480:0" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Make another Bridge" -msgstr "crwdns32954:0crwdne32954:0" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Make another Swap" -msgstr "crwdns32956:0crwdne32956:0" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Market Cap" -msgstr "crwdns29482:0crwdne29482:0" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "MAX" -msgstr "crwdns32958:0crwdne32958:0" - -#: src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx -msgid "Max amount" -msgstr "crwdns28844:0crwdne28844:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Max base fee" -msgstr "crwdns28218:0crwdne28218:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Max base fee should be greater than 0" -msgstr "crwdns32960:0crwdne32960:0" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Method" -msgstr "crwdns29484:0crwdne29484:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Minimum received" -msgstr "crwdns28846:0crwdne28846:0" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Missing dex contract address" -msgstr "crwdns32962:0crwdne32962:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Network" -msgstr "crwdns28848:0crwdne28848:0" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Network fee" -msgstr "crwdns28220:0crwdne28220:0" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "NFT" -msgstr "crwdns29486:0crwdne29486:0" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "NFTs" -msgstr "crwdns29488:0crwdne29488:0" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "No Data" -msgstr "crwdns29490:0crwdne29490:0" - -#: src/SiteAdaptor/trader/views/History.tsx -msgid "No recent transactions" -msgstr "crwdns28850:0crwdne28850:0" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." -msgstr "crwdns28222:0crwdne28222:0" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "on {fromNetworkName}" -msgstr "crwdns35554:0{fromNetworkName}crwdne35554:0" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "on {toNetworkName}" -msgstr "crwdns35556:0{toNetworkName}crwdne35556:0" - -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Open" -msgstr "crwdns29492:0crwdne29492:0" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Overall Best" -msgstr "crwdns32966:0crwdne32966:0" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Owners" -msgstr "crwdns29494:0crwdne29494:0" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Pair" -msgstr "crwdns29496:0crwdne29496:0" - -#: src/SiteAdaptor/index.tsx -msgid "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." -msgstr "crwdns31404:0crwdne31404:0" - -#: src/SiteAdaptor/trending/TrendingViewDescriptor.tsx -msgid "Powered by" -msgstr "crwdns28224:0crwdne28224:0" - -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Price" -msgstr "crwdns29498:0crwdne29498:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Priority fee" -msgstr "crwdns28226:0crwdne28226:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Quote expired. Update to receive a new quote." -msgstr "crwdns28228:0crwdne28228:0" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Quote route" -msgstr "crwdns28230:0crwdne28230:0" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Quote Route" -msgstr "crwdns28232:0crwdne28232:0" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "Rank" -msgstr "crwdns35438:0crwdne35438:0" - -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Rank #{0}" -msgstr "crwdns29500:0#{0}crwdne29500:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Rate" -msgstr "crwdns28234:0crwdne28234:0" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Select liquidity" -msgstr "crwdns28236:0crwdne28236:0" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Select Liquidity" -msgstr "crwdns28238:0crwdne28238:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Sending" -msgstr "crwdns28240:0crwdne28240:0" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Sending address" -msgstr "crwdns28242:0crwdne28242:0" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Slippage" -msgstr "crwdns28244:0crwdne28244:0" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." -msgstr "crwdns35440:0crwdne35440:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Slow" -msgstr "crwdns28246:0crwdne28246:0" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Swap" -msgstr "crwdns28248:0crwdne28248:0" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "Swap anyway" -msgstr "crwdns28250:0crwdne28250:0" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Swap duration" -msgstr "crwdns32968:0crwdne32968:0" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Swapping" -msgstr "crwdns32970:0crwdne32970:0" - -#: src/SiteAdaptor/trader/contexts/TradeProvider.tsx -msgid "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." -msgstr "crwdns28252:0crwdne28252:0" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "The {0} is in progress. You can check its status in History after exiting this page." -msgstr "crwdns32972:0{0}crwdne32972:0" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "The custom amount entered may be higher than the required network fee." -msgstr "crwdns28254:0crwdne28254:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." -msgstr "crwdns28258:0crwdne28258:0" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." -msgstr "crwdns28260:0crwdne28260:0" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "This swap isn’t supported" -msgstr "crwdns28262:0crwdne28262:0" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Time" -msgstr "crwdns29502:0crwdne29502:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "To" -msgstr "crwdns28264:0crwdne28264:0" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Total Volume" -msgstr "crwdns29504:0crwdne29504:0" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Trading mode" -msgstr "crwdns28266:0crwdne28266:0" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Trading route" -msgstr "crwdns32974:0crwdne32974:0" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Trading Route" -msgstr "crwdns28268:0crwdne28268:0" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Transaction Details" -msgstr "crwdns28270:0crwdne28270:0" - -#: src/SiteAdaptor/trader/views/History.tsx -msgid "Transaction history is only stored locally and will be deleted if you clear your browser data." -msgstr "crwdns28852:0crwdne28852:0" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transaction in progress. Thank you for your patience." -msgstr "crwdns28272:0crwdne28272:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Transaction rejected" -msgstr "crwdns28274:0crwdne28274:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Transaction submitted." -msgstr "crwdns28276:0crwdne28276:0" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transaction type" -msgstr "crwdns28278:0crwdne28278:0" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transferring asset across to the {0} network via the {1}cross-chain bridge" -msgstr "crwdns32976:0{0}crwdnd32976:0{1}crwdne32976:0" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Try Again" -msgstr "crwdns32978:0crwdne32978:0" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -msgid "Try token from different chains" -msgstr "crwdns32980:0crwdne32980:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Update Quote" -msgstr "crwdns28280:0crwdne28280:0" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Updated" -msgstr "crwdns29506:0crwdne29506:0" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Value" -msgstr "crwdns29508:0crwdne29508:0" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Volume (24h)" -msgstr "crwdns29510:0crwdne29510:0" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Wait too long for the confirmation." -msgstr "crwdns32982:0crwdne32982:0" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Wallet" -msgstr "crwdns32984:0crwdne32984:0" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "Web3 Profile" -msgstr "crwdns32896:0crwdne32896:0" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "Web3 Profile Card" -msgstr "crwdns32898:0crwdne32898:0" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Your transaction should be done in <0/>" -msgstr "crwdns32986:0crwdne32986:0" - diff --git a/packages/plugins/Trader/src/locale/zh-CN.json b/packages/plugins/Trader/src/locale/zh-CN.json deleted file mode 100644 index 3a5515ab3763..000000000000 --- a/packages/plugins/Trader/src/locale/zh-CN.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "messages": { - "+b7T3G": ["已更新"], - "+q+Wa9": ["Swap anyway"], - "/2nH6X": ["Make another Bridge"], - "/hKQcr": [["seconds"], "s"], - "/jQctM": ["至"], - "0Lp4o6": ["加载失败"], - "0caMy7": ["History"], - "0fljZe": ["Trading Route"], - "1EOhmY": ["Rank #", ["0"]], - "1TNIig": ["打开"], - "2GHENQ": ["Web3 Profile"], - "2J5wRx": ["Failed to get quote information"], - "39ohdf": ["活动"], - "3awOET": ["Rank"], - "3kbpgO": ["Gas Limit"], - "3uQmjD": ["Average"], - "3ublvs": ["Try token from different chains"], - "4HtGBb": ["MAX"], - "5HVoyc": ["Transaction Details"], - "5N3b5J": ["市值"], - "6k8iqO": [["0"], " ", ["1"], " bridge completed successfully."], - "7Bj3x9": ["失败"], - "7VpPHA": ["Confirm"], - "82+n6o": ["Quote Route"], - "869iq0": ["Transferring asset across to the ", ["0"], " network via the ", ["1"], "cross-chain bridge"], - "8Dh77Z": ["NFTs"], - "8Tg/JR": ["自定义"], - "9bG48P": ["Sending"], - "AxdOHo": ["交易对"], - "B6C0XJ": ["暂无数据"], - "BaoXTT": ["<0>Powered by<1>OKX<2/>"], - "BmN4Bk": ["Aggregator"], - "BzfzPK": ["条目"], - "CMHmbm": ["Slippage"], - "CYRJEX": ["拥有者"], - "Citz6F": ["兑换"], - "D9za/8": ["Missing dex contract address"], - "EGWr+Q": ["Web3 Profile Card"], - "EJRk0x": [ - [ - "gasOptionType", - "select", - { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"], "other": [] } - ] - ], - "ELQ256": ["Make another Swap"], - "F4Igxz": ["Quote route"], - "Fn9Tvh": ["交易量 (24h)"], - "GrTvoo": ["Transaction in progress. Thank you for your patience."], - "HKH+W+": ["Data"], - "HTX2HV": ["Minimum received"], - "I7z//Y": ["Trading route"], - "IDd4f3": [ - [ - "gasOptionType", - "select", - { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"] } - ] - ], - "J0Mxpc": ["The ", ["0"], " is in progress. You can check its status in History after exiting this page."], - "J24FyN": ["Bridge"], - "JPHuMW": ["Swapping"], - "KziH2K": ["快速"], - "Kzu9r9": ["24H 交易量"], - "LSwUJb": ["Select Liquidity"], - "LhMjLm": ["时间"], - "Lho4Qd": ["DSearch"], - "LiE5z4": ["Max base fee should be greater than 0"], - "MqdtT5": [["0"], " Bridge Network fee"], - "N931rj": ["Your transaction should be done in <0/>"], - "O3Nzf+": ["Bridge between this token pair are't supported at the moment."], - "OLY2Jk": ["Gas Price"], - "OR475H": ["Network"], - "Q0IFtx": ["The custom amount entered may be higher than the required network fee."], - "QUBIav": ["Failed to bridge"], - "QsVbHo": ["Sending address"], - "Re7Oex": ["Transaction submitted."], - "RhCL4z": ["Max amount"], - "RuO5md": [["seconds"], "sec"], - "Rx8sxX": ["Select liquidity"], - "SYgxDf": ["Slow"], - "Sitstz": [ - "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." - ], - "T3EPqL": ["Max base fee"], - "T3dlAs": ["Quote expired. Update to receive a new quote."], - "Tl3Zls": [ - "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." - ], - "Tuc34V": ["Confirm Bridge"], - "TzarJw": ["Bridging"], - "UO7xDp": [["0"], " Pool"], - "VvGC/Y": [["0"], " Network fee"], - "Weq9zb": ["概况"], - "X0PXso": ["Swap duration"], - "X8N33g": ["Transaction history is only stored locally and will be deleted if you clear your browser data."], - "XcWehA": ["Update Quote"], - "Xlpdi1": ["on ", ["fromNetworkName"]], - "YW51YO": ["24小时销售"], - "Yp8yB4": [["0"], " to ", ["1"]], - "ZSWUwq": [["0"], "m"], - "ZTmzRV": ["最高价格"], - "a7u1N9": ["价格"], - "ah8/4v": ["地板价"], - "aqop4L": ["Check on Explorer"], - "bD8I7O": ["Complete"], - "bLmWH9": ["Bridge anyway"], - "bTQliy": [ - "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." - ], - "cFDjd3": ["Transaction type"], - "ctb8Cs": ["Dex/Est received (", ["0"], ")"], - "dzAth+": [["0"], " ", ["1"], " swap completed successfully."], - "ejVYRQ": ["从"], - "fiPesM": ["操作"], - "fqDzSu": ["Rate"], - "g/i+bG": ["Transaction rejected"], - "g2UNkE": ["Powered by"], - "iF9x7r": ["Trading mode"], - "ileX7U": ["No recent transactions"], - "j2Uisd": ["Approving"], - "kPQQEW": ["Enter an Amount"], - "lO/vMB": [ - "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." - ], - "lqW7eD": [ - "In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address." - ], - "lyjM6U": ["Wait too long for the confirmation."], - "m2pyX2": ["立即购买"], - "m3pz1u": ["Insufficient ", ["symbol"], " Balance"], - "m64f3d": [ - "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." - ], - "mYGY3B": ["Date"], - "mZ04KC": ["Overall Best"], - "n1gwuy": ["on ", ["toNetworkName"]], - "p3TX0l": [ - "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." - ], - "pG7O41": ["Fastest"], - "qJb6G2": ["Try Again"], - "r3OcML": [["mins"], "min"], - "rWqyF3": ["Gas limit should be between ", ["minGasLimit"], " and 15.00M"], - "rZ0rgl": ["成交量"], - "rqV4QH": ["This swap isn’t supported"], - "rulocO": ["Checking Approve"], - "sb9Y58": ["Wallet"], - "t+A5fr": ["Gas price should be greater than 0"], - "tbOs8j": ["确认兑换"], - "uv9cwh": ["Bridge Network fee"], - "vH2C/2": ["兑换"], - "wMHvYH": ["价值"], - "y/kxxM": ["Priority fee"], - "y62Dys": ["Network fee"], - "yNBZ3N": ["Enter gas limit"], - "yQE2r9": ["加载中"], - "yQqkIK": ["24H平均价格"], - "z7Fh2l": ["Base fee required: ", ["MIN_BASE_FEE"], " Gwei"], - "zJlXbX": ["NFT"] - } -} diff --git a/packages/plugins/Trader/src/locale/zh-CN.po b/packages/plugins/Trader/src/locale/zh-CN.po deleted file mode 100644 index 0299a336a753..000000000000 --- a/packages/plugins/Trader/src/locale/zh-CN.po +++ /dev/null @@ -1,643 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Trader/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1000\n" - -#. placeholder {0}: formatBalance(received, toToken.decimals) -#. placeholder {1}: toToken.symbol -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "{0} {1} bridge completed successfully." -msgstr "" - -#. placeholder {0}: formatBalance(received, toToken.decimals) -#. placeholder {1}: toToken.symbol -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "{0} {1} swap completed successfully." -msgstr "" - -#. placeholder {0}: bridge?.router.bridgeName -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "{0} Bridge Network fee" -msgstr "" - -#. placeholder {0}: fromNetwork?.name -#. placeholder {0}: toNetwork?.name -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "{0} Network fee" -msgstr "" - -#. placeholder {0}: fromNetwork?.name || '' -#. placeholder {0}: toNetwork?.name || '' -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -msgid "{0} Pool" -msgstr "" - -#. placeholder {0}: fromNetwork?.fullName || '--' -#. placeholder {1}: toNetwork?.fullName || '--' -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "{0} to {1}" -msgstr "" - -#. placeholder {0}: mins.replace(/\.?0+$/u, '') -#: src/helpers/formatTime.ts -msgid "{0}m" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom} other {}}" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#~ msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom}}" -#~ msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "{mins}min" -msgstr "" - -#: src/helpers/formatTime.ts -msgid "{seconds}s" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "{seconds}sec" -msgstr "" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "<0>Powered by<1>OKX<2/>" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H Average Price" -msgstr "24H平均价格" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H sale" -msgstr "24小时销售" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H Traded Volume" -msgstr "24H 交易量" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Activities" -msgstr "活动" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Aggregator" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Approving" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Average" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Base fee required: {MIN_BASE_FEE} Gwei" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Bridge" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "Bridge anyway" -msgstr "" - -#: src/SiteAdaptor/trader/contexts/TradeProvider.tsx -msgid "Bridge between this token pair are't supported at the moment." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Bridge Network fee" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Bridging" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Buy Now" -msgstr "立即购买" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Check on Explorer" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Checking Approve" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Complete" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -#: src/SiteAdaptor/trader/views/SelectLiquidity.tsx -msgid "Confirm" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Confirm Bridge" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Confirm Swap" -msgstr "确认兑换" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Custom" -msgstr "自定义" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Data" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Date" -msgstr "" - -#. placeholder {0}: quote?.toToken.tokenSymbol -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "Dex/Est received ({0})" -msgstr "" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "DSearch" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Enter an Amount" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Enter gas limit" -msgstr "" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Exchange" -msgstr "兑换" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Failed" -msgstr "失败" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Failed to bridge" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -msgid "Failed to get quote information" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Fast" -msgstr "快速" - -#: src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx -msgid "Fastest" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Floor Price" -msgstr "地板价" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "From" -msgstr "从" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Gas Limit" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Gas limit should be between {minGasLimit} and 15.00M" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Gas Price" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Gas price should be greater than 0" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "General" -msgstr "概况" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Highest Price" -msgstr "最高价格" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "History" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "" -"In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\n" -"The actual cost may be lower\n" -"than estimated, and any unused funds will remain in the original address." -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Insufficient {symbol} Balance" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Items" -msgstr "条目" - -#: src/SiteAdaptor/trending/FailedTrendingView.tsx -msgid "Load failed" -msgstr "加载失败" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -#: src/SiteAdaptor/trending/TrendingViewSkeleton.tsx -msgid "Loading" -msgstr "加载中" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Make another Bridge" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Make another Swap" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Market Cap" -msgstr "市值" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "MAX" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx -msgid "Max amount" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Max base fee" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Max base fee should be greater than 0" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Method" -msgstr "操作" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Minimum received" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Missing dex contract address" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Network" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Network fee" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "NFT" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "NFTs" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "No Data" -msgstr "暂无数据" - -#: src/SiteAdaptor/trader/views/History.tsx -msgid "No recent transactions" -msgstr "" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "on {fromNetworkName}" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "on {toNetworkName}" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Open" -msgstr "打开" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Overall Best" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Owners" -msgstr "拥有者" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Pair" -msgstr "交易对" - -#: src/SiteAdaptor/index.tsx -msgid "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." -msgstr "" - -#: src/SiteAdaptor/trending/TrendingViewDescriptor.tsx -msgid "Powered by" -msgstr "" - -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Price" -msgstr "价格" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Priority fee" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Quote expired. Update to receive a new quote." -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Quote route" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Quote Route" -msgstr "" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "Rank" -msgstr "" - -#. placeholder {0}: result.rank?.toString() ?? coin.market_cap_rank?.toString() ?? '' -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Rank #{0}" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Rate" -msgstr "" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Select liquidity" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Select Liquidity" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Sending" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Sending address" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Slippage" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Slow" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Swap" -msgstr "兑换" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "Swap anyway" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Swap duration" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Swapping" -msgstr "" - -#: src/SiteAdaptor/trader/contexts/TradeProvider.tsx -msgid "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." -msgstr "" - -#. placeholder {0}: isSwap ? 'swap' : 'bridge' -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "The {0} is in progress. You can check its status in History after exiting this page." -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "The custom amount entered may be higher than the required network fee." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." -msgstr "" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "This swap isn’t supported" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Time" -msgstr "时间" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "To" -msgstr "至" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Total Volume" -msgstr "成交量" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Trading mode" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Trading route" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Trading Route" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Transaction Details" -msgstr "" - -#: src/SiteAdaptor/trader/views/History.tsx -msgid "Transaction history is only stored locally and will be deleted if you clear your browser data." -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transaction in progress. Thank you for your patience." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Transaction rejected" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Transaction submitted." -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transaction type" -msgstr "" - -#. placeholder {0}: toNetwork?.fullName -#. placeholder {1}: tx.bridgeName -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transferring asset across to the {0} network via the {1}cross-chain bridge" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Try Again" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -msgid "Try token from different chains" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Update Quote" -msgstr "" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Updated" -msgstr "已更新" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Value" -msgstr "价值" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Volume (24h)" -msgstr "交易量 (24h)" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Wait too long for the confirmation." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Wallet" -msgstr "" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "Web3 Profile" -msgstr "" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "Web3 Profile Card" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Your transaction should be done in <0/>" -msgstr "" diff --git a/packages/plugins/Trader/src/locale/zh-TW.json b/packages/plugins/Trader/src/locale/zh-TW.json deleted file mode 100644 index 3a5515ab3763..000000000000 --- a/packages/plugins/Trader/src/locale/zh-TW.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "messages": { - "+b7T3G": ["已更新"], - "+q+Wa9": ["Swap anyway"], - "/2nH6X": ["Make another Bridge"], - "/hKQcr": [["seconds"], "s"], - "/jQctM": ["至"], - "0Lp4o6": ["加载失败"], - "0caMy7": ["History"], - "0fljZe": ["Trading Route"], - "1EOhmY": ["Rank #", ["0"]], - "1TNIig": ["打开"], - "2GHENQ": ["Web3 Profile"], - "2J5wRx": ["Failed to get quote information"], - "39ohdf": ["活动"], - "3awOET": ["Rank"], - "3kbpgO": ["Gas Limit"], - "3uQmjD": ["Average"], - "3ublvs": ["Try token from different chains"], - "4HtGBb": ["MAX"], - "5HVoyc": ["Transaction Details"], - "5N3b5J": ["市值"], - "6k8iqO": [["0"], " ", ["1"], " bridge completed successfully."], - "7Bj3x9": ["失败"], - "7VpPHA": ["Confirm"], - "82+n6o": ["Quote Route"], - "869iq0": ["Transferring asset across to the ", ["0"], " network via the ", ["1"], "cross-chain bridge"], - "8Dh77Z": ["NFTs"], - "8Tg/JR": ["自定义"], - "9bG48P": ["Sending"], - "AxdOHo": ["交易对"], - "B6C0XJ": ["暂无数据"], - "BaoXTT": ["<0>Powered by<1>OKX<2/>"], - "BmN4Bk": ["Aggregator"], - "BzfzPK": ["条目"], - "CMHmbm": ["Slippage"], - "CYRJEX": ["拥有者"], - "Citz6F": ["兑换"], - "D9za/8": ["Missing dex contract address"], - "EGWr+Q": ["Web3 Profile Card"], - "EJRk0x": [ - [ - "gasOptionType", - "select", - { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"], "other": [] } - ] - ], - "ELQ256": ["Make another Swap"], - "F4Igxz": ["Quote route"], - "Fn9Tvh": ["交易量 (24h)"], - "GrTvoo": ["Transaction in progress. Thank you for your patience."], - "HKH+W+": ["Data"], - "HTX2HV": ["Minimum received"], - "I7z//Y": ["Trading route"], - "IDd4f3": [ - [ - "gasOptionType", - "select", - { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"] } - ] - ], - "J0Mxpc": ["The ", ["0"], " is in progress. You can check its status in History after exiting this page."], - "J24FyN": ["Bridge"], - "JPHuMW": ["Swapping"], - "KziH2K": ["快速"], - "Kzu9r9": ["24H 交易量"], - "LSwUJb": ["Select Liquidity"], - "LhMjLm": ["时间"], - "Lho4Qd": ["DSearch"], - "LiE5z4": ["Max base fee should be greater than 0"], - "MqdtT5": [["0"], " Bridge Network fee"], - "N931rj": ["Your transaction should be done in <0/>"], - "O3Nzf+": ["Bridge between this token pair are't supported at the moment."], - "OLY2Jk": ["Gas Price"], - "OR475H": ["Network"], - "Q0IFtx": ["The custom amount entered may be higher than the required network fee."], - "QUBIav": ["Failed to bridge"], - "QsVbHo": ["Sending address"], - "Re7Oex": ["Transaction submitted."], - "RhCL4z": ["Max amount"], - "RuO5md": [["seconds"], "sec"], - "Rx8sxX": ["Select liquidity"], - "SYgxDf": ["Slow"], - "Sitstz": [ - "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." - ], - "T3EPqL": ["Max base fee"], - "T3dlAs": ["Quote expired. Update to receive a new quote."], - "Tl3Zls": [ - "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." - ], - "Tuc34V": ["Confirm Bridge"], - "TzarJw": ["Bridging"], - "UO7xDp": [["0"], " Pool"], - "VvGC/Y": [["0"], " Network fee"], - "Weq9zb": ["概况"], - "X0PXso": ["Swap duration"], - "X8N33g": ["Transaction history is only stored locally and will be deleted if you clear your browser data."], - "XcWehA": ["Update Quote"], - "Xlpdi1": ["on ", ["fromNetworkName"]], - "YW51YO": ["24小时销售"], - "Yp8yB4": [["0"], " to ", ["1"]], - "ZSWUwq": [["0"], "m"], - "ZTmzRV": ["最高价格"], - "a7u1N9": ["价格"], - "ah8/4v": ["地板价"], - "aqop4L": ["Check on Explorer"], - "bD8I7O": ["Complete"], - "bLmWH9": ["Bridge anyway"], - "bTQliy": [ - "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." - ], - "cFDjd3": ["Transaction type"], - "ctb8Cs": ["Dex/Est received (", ["0"], ")"], - "dzAth+": [["0"], " ", ["1"], " swap completed successfully."], - "ejVYRQ": ["从"], - "fiPesM": ["操作"], - "fqDzSu": ["Rate"], - "g/i+bG": ["Transaction rejected"], - "g2UNkE": ["Powered by"], - "iF9x7r": ["Trading mode"], - "ileX7U": ["No recent transactions"], - "j2Uisd": ["Approving"], - "kPQQEW": ["Enter an Amount"], - "lO/vMB": [ - "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." - ], - "lqW7eD": [ - "In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address." - ], - "lyjM6U": ["Wait too long for the confirmation."], - "m2pyX2": ["立即购买"], - "m3pz1u": ["Insufficient ", ["symbol"], " Balance"], - "m64f3d": [ - "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." - ], - "mYGY3B": ["Date"], - "mZ04KC": ["Overall Best"], - "n1gwuy": ["on ", ["toNetworkName"]], - "p3TX0l": [ - "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." - ], - "pG7O41": ["Fastest"], - "qJb6G2": ["Try Again"], - "r3OcML": [["mins"], "min"], - "rWqyF3": ["Gas limit should be between ", ["minGasLimit"], " and 15.00M"], - "rZ0rgl": ["成交量"], - "rqV4QH": ["This swap isn’t supported"], - "rulocO": ["Checking Approve"], - "sb9Y58": ["Wallet"], - "t+A5fr": ["Gas price should be greater than 0"], - "tbOs8j": ["确认兑换"], - "uv9cwh": ["Bridge Network fee"], - "vH2C/2": ["兑换"], - "wMHvYH": ["价值"], - "y/kxxM": ["Priority fee"], - "y62Dys": ["Network fee"], - "yNBZ3N": ["Enter gas limit"], - "yQE2r9": ["加载中"], - "yQqkIK": ["24H平均价格"], - "z7Fh2l": ["Base fee required: ", ["MIN_BASE_FEE"], " Gwei"], - "zJlXbX": ["NFT"] - } -} diff --git a/packages/plugins/Trader/src/locale/zh-TW.po b/packages/plugins/Trader/src/locale/zh-TW.po deleted file mode 100644 index 1ed339283031..000000000000 --- a/packages/plugins/Trader/src/locale/zh-TW.po +++ /dev/null @@ -1,643 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Trader/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1000\n" - -#. placeholder {0}: formatBalance(received, toToken.decimals) -#. placeholder {1}: toToken.symbol -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "{0} {1} bridge completed successfully." -msgstr "" - -#. placeholder {0}: formatBalance(received, toToken.decimals) -#. placeholder {1}: toToken.symbol -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "{0} {1} swap completed successfully." -msgstr "" - -#. placeholder {0}: bridge?.router.bridgeName -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "{0} Bridge Network fee" -msgstr "" - -#. placeholder {0}: fromNetwork?.name -#. placeholder {0}: toNetwork?.name -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "{0} Network fee" -msgstr "" - -#. placeholder {0}: fromNetwork?.name || '' -#. placeholder {0}: toNetwork?.name || '' -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -msgid "{0} Pool" -msgstr "" - -#. placeholder {0}: fromNetwork?.fullName || '--' -#. placeholder {1}: toNetwork?.fullName || '--' -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "{0} to {1}" -msgstr "" - -#. placeholder {0}: mins.replace(/\.?0+$/u, '') -#: src/helpers/formatTime.ts -msgid "{0}m" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom} other {}}" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#~ msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom}}" -#~ msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "{mins}min" -msgstr "" - -#: src/helpers/formatTime.ts -msgid "{seconds}s" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "{seconds}sec" -msgstr "" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "<0>Powered by<1>OKX<2/>" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H Average Price" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H sale" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "24H Traded Volume" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Activities" -msgstr "" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Aggregator" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Approving" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Average" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Base fee required: {MIN_BASE_FEE} Gwei" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/TradingRoute.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Bridge" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "Bridge anyway" -msgstr "" - -#: src/SiteAdaptor/trader/contexts/TradeProvider.tsx -msgid "Bridge between this token pair are't supported at the moment." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Bridge Network fee" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Bridging" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Buy Now" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Check on Explorer" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Checking Approve" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Complete" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -#: src/SiteAdaptor/trader/views/SelectLiquidity.tsx -msgid "Confirm" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Confirm Bridge" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Confirm Swap" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Custom" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Data" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Date" -msgstr "" - -#. placeholder {0}: quote?.toToken.tokenSymbol -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "Dex/Est received ({0})" -msgstr "" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "DSearch" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Enter an Amount" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Enter gas limit" -msgstr "" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Exchange" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Failed" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Failed to bridge" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -msgid "Failed to get quote information" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Fast" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx -msgid "Fastest" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Floor Price" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "From" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Gas Limit" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Gas limit should be between {minGasLimit} and 15.00M" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Gas Price" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Gas price should be greater than 0" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "General" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Highest Price" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "History" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "" -"In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\n" -"The actual cost may be lower\n" -"than estimated, and any unused funds will remain in the original address." -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Insufficient {symbol} Balance" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Items" -msgstr "" - -#: src/SiteAdaptor/trending/FailedTrendingView.tsx -msgid "Load failed" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -#: src/SiteAdaptor/trending/TrendingViewSkeleton.tsx -msgid "Loading" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Make another Bridge" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Make another Swap" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Market Cap" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "MAX" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx -msgid "Max amount" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Max base fee" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -#: src/SiteAdaptor/trader/views/NetworkFee/schema.ts -msgid "Max base fee should be greater than 0" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Method" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Minimum received" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -#: src/SiteAdaptor/trader/hooks/useSwappable.ts -msgid "Missing dex contract address" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Network" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Network fee" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "NFT" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "NFTs" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "No Data" -msgstr "" - -#: src/SiteAdaptor/trader/views/History.tsx -msgid "No recent transactions" -msgstr "" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "on {fromNetworkName}" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "on {toNetworkName}" -msgstr "" - -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Open" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Overall Best" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Owners" -msgstr "" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Pair" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." -msgstr "" - -#: src/SiteAdaptor/trending/TrendingViewDescriptor.tsx -msgid "Powered by" -msgstr "" - -#: src/SiteAdaptor/trending/TickersTable.tsx -#: src/SiteAdaptor/trending/TrendingView.tsx -msgid "Price" -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Priority fee" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Quote expired. Update to receive a new quote." -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Quote route" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Quote Route" -msgstr "" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "Rank" -msgstr "" - -#. placeholder {0}: result.rank?.toString() ?? coin.market_cap_rank?.toString() ?? '' -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Rank #{0}" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Rate" -msgstr "" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Select liquidity" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Select Liquidity" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Sending" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Sending address" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Slippage" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "Slow" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/index.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/TrendingViewDeck.tsx -msgid "Swap" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "Swap anyway" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Swap duration" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Swapping" -msgstr "" - -#: src/SiteAdaptor/trader/contexts/TradeProvider.tsx -msgid "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." -msgstr "" - -#. placeholder {0}: isSwap ? 'swap' : 'bridge' -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "The {0} is in progress. You can check its status in History after exiting this page." -msgstr "" - -#: src/SiteAdaptor/trader/views/NetworkFee/index.tsx -msgid "The custom amount entered may be higher than the required network fee." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." -msgstr "" - -#: src/SiteAdaptor/trader/views/QuoteRoute.tsx -msgid "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/index.tsx -msgid "This swap isn’t supported" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Time" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Transaction.tsx -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "To" -msgstr "" - -#: src/SiteAdaptor/trending/CoinMarketTable.tsx -msgid "Total Volume" -msgstr "" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Trading mode" -msgstr "" - -#: src/SiteAdaptor/trader/views/Trade/Quote.tsx -msgid "Trading route" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Trading Route" -msgstr "" - -#: src/SiteAdaptor/trader/ExchangeDialog.tsx -msgid "Transaction Details" -msgstr "" - -#: src/SiteAdaptor/trader/views/History.tsx -msgid "Transaction history is only stored locally and will be deleted if you clear your browser data." -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transaction in progress. Thank you for your patience." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Transaction rejected" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Transaction submitted." -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transaction type" -msgstr "" - -#. placeholder {0}: toNetwork?.fullName -#. placeholder {1}: tx.bridgeName -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Transferring asset across to the {0} network via the {1}cross-chain bridge" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Try Again" -msgstr "" - -#: src/SiteAdaptor/trader/hooks/useBridgable.ts -msgid "Try token from different chains" -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Update Quote" -msgstr "" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Updated" -msgstr "" - -#: src/SiteAdaptor/trending/NonFungibleTickersTable.tsx -msgid "Value" -msgstr "" - -#: src/SiteAdaptor/trending/TickersTable.tsx -msgid "Volume (24h)" -msgstr "" - -#: src/SiteAdaptor/trader/views/Confirm.tsx -msgid "Wait too long for the confirmation." -msgstr "" - -#: src/SiteAdaptor/trader/views/BridgeConfirm.tsx -msgid "Wallet" -msgstr "" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "Web3 Profile" -msgstr "" - -#: src/SiteAdaptor/trending/PluginDescriptor.tsx -msgid "Web3 Profile Card" -msgstr "" - -#: src/SiteAdaptor/trader/views/Transaction.tsx -msgid "Your transaction should be done in <0/>" -msgstr "" diff --git a/packages/plugins/Transak/package.json b/packages/plugins/Transak/package.json index c664bdecf996..9f3edccaf8da 100644 --- a/packages/plugins/Transak/package.json +++ b/packages/plugins/Transak/package.json @@ -26,32 +26,5 @@ "@types/json-stable-stringify": "^1.0.36", "json-stable-stringify": "^1.1.1", "react-use": "^17.5.0" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/Transak/src/base.ts b/packages/plugins/Transak/src/base.ts index 93f6c67280eb..4ba71c0e7c39 100644 --- a/packages/plugins/Transak/src/base.ts +++ b/packages/plugins/Transak/src/base.ts @@ -1,7 +1,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { DEFAULT_PLUGIN_PUBLISHER, EnhanceableSite } from '@masknet/shared-base' import { PLUGIN_ID, PLUGIN_NAME, PLUGIN_DESCRIPTION } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PLUGIN_ID, @@ -17,5 +16,4 @@ export const base: Plugin.Shared.Definition = { }, target: 'stable', }, - i18n: languages, } diff --git a/packages/plugins/Transak/src/locale/en-US.json b/packages/plugins/Transak/src/locale/en-US.json deleted file mode 100644 index d60199a839be..000000000000 --- a/packages/plugins/Transak/src/locale/en-US.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "messages": { - "UUfXpm": ["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."], - "Yckw2R": ["Fiat On-Ramp"] - } -} diff --git a/packages/plugins/Transak/src/locale/en-US.po b/packages/plugins/Transak/src/locale/en-US.po deleted file mode 100644 index 40fc90a7a103..000000000000 --- a/packages/plugins/Transak/src/locale/en-US.po +++ /dev/null @@ -1,20 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: src/SiteAdaptor/index.tsx -msgid "Fiat On-Ramp" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support." -msgstr "" diff --git a/packages/plugins/Transak/src/locale/ja-JP.json b/packages/plugins/Transak/src/locale/ja-JP.json deleted file mode 100644 index 6ebbd732824d..000000000000 --- a/packages/plugins/Transak/src/locale/ja-JP.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "messages": { - "UUfXpm": ["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."], - "Yckw2R": ["フィアット・オンランプ"] - } -} diff --git a/packages/plugins/Transak/src/locale/ja-JP.po b/packages/plugins/Transak/src/locale/ja-JP.po deleted file mode 100644 index c68b09a7b93a..000000000000 --- a/packages/plugins/Transak/src/locale/ja-JP.po +++ /dev/null @@ -1,25 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Transak/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1002\n" - -#: src/SiteAdaptor/index.tsx -msgid "Fiat On-Ramp" -msgstr "フィアット・オンランプ" - -#: src/SiteAdaptor/index.tsx -msgid "Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support." -msgstr "" diff --git a/packages/plugins/Transak/src/locale/ko-KR.json b/packages/plugins/Transak/src/locale/ko-KR.json deleted file mode 100644 index d60199a839be..000000000000 --- a/packages/plugins/Transak/src/locale/ko-KR.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "messages": { - "UUfXpm": ["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."], - "Yckw2R": ["Fiat On-Ramp"] - } -} diff --git a/packages/plugins/Transak/src/locale/ko-KR.po b/packages/plugins/Transak/src/locale/ko-KR.po deleted file mode 100644 index 7ed324e3408f..000000000000 --- a/packages/plugins/Transak/src/locale/ko-KR.po +++ /dev/null @@ -1,25 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Transak/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1002\n" - -#: src/SiteAdaptor/index.tsx -msgid "Fiat On-Ramp" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support." -msgstr "" diff --git a/packages/plugins/Transak/src/locale/languages.ts b/packages/plugins/Transak/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/Transak/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/Transak/src/locale/qya-AA.po b/packages/plugins/Transak/src/locale/qya-AA.po deleted file mode 100644 index 92bc72c2aaa7..000000000000 --- a/packages/plugins/Transak/src/locale/qya-AA.po +++ /dev/null @@ -1,26 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:48\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Transak/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1002\n" - -#: src/SiteAdaptor/index.tsx -msgid "Fiat On-Ramp" -msgstr "crwdns29512:0crwdne29512:0" - -#: src/SiteAdaptor/index.tsx -msgid "Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support." -msgstr "crwdns32446:0crwdne32446:0" - diff --git a/packages/plugins/Transak/src/locale/zh-CN.json b/packages/plugins/Transak/src/locale/zh-CN.json deleted file mode 100644 index 3c24d15b7cd2..000000000000 --- a/packages/plugins/Transak/src/locale/zh-CN.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "messages": { - "UUfXpm": ["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."], - "Yckw2R": ["法币入金"] - } -} diff --git a/packages/plugins/Transak/src/locale/zh-CN.po b/packages/plugins/Transak/src/locale/zh-CN.po deleted file mode 100644 index 7410951e29ef..000000000000 --- a/packages/plugins/Transak/src/locale/zh-CN.po +++ /dev/null @@ -1,25 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Transak/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1002\n" - -#: src/SiteAdaptor/index.tsx -msgid "Fiat On-Ramp" -msgstr "法币入金" - -#: src/SiteAdaptor/index.tsx -msgid "Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support." -msgstr "" diff --git a/packages/plugins/Transak/src/locale/zh-TW.json b/packages/plugins/Transak/src/locale/zh-TW.json deleted file mode 100644 index 3c24d15b7cd2..000000000000 --- a/packages/plugins/Transak/src/locale/zh-TW.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "messages": { - "UUfXpm": ["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."], - "Yckw2R": ["法币入金"] - } -} diff --git a/packages/plugins/Transak/src/locale/zh-TW.po b/packages/plugins/Transak/src/locale/zh-TW.po deleted file mode 100644 index 7474b54cfe31..000000000000 --- a/packages/plugins/Transak/src/locale/zh-TW.po +++ /dev/null @@ -1,25 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:55\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Transak/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1002\n" - -#: src/SiteAdaptor/index.tsx -msgid "Fiat On-Ramp" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support." -msgstr "" diff --git a/packages/plugins/VCent/package.json b/packages/plugins/VCent/package.json index 491e7e242adc..9d436d1a479b 100644 --- a/packages/plugins/VCent/package.json +++ b/packages/plugins/VCent/package.json @@ -26,32 +26,5 @@ "@masknet/web3-shared-evm": "workspace:^", "react-use": "^17.5.0", "urlcat": "^3.1.0" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/VCent/src/base.ts b/packages/plugins/VCent/src/base.ts index eabda9050c5e..3647781645b9 100644 --- a/packages/plugins/VCent/src/base.ts +++ b/packages/plugins/VCent/src/base.ts @@ -1,7 +1,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { PLUGIN_ID, PLUGIN_NAME, PLUGIN_DESCRIPTION } from './constants.js' import { EnhanceableSite } from '@masknet/shared-base' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PLUGIN_ID, @@ -17,6 +16,5 @@ export const base: Plugin.Shared.Definition = { }, target: 'stable', }, - i18n: languages, inMinimalModeByDefault: true, } diff --git a/packages/plugins/VCent/src/locale/en-US.json b/packages/plugins/VCent/src/locale/en-US.json deleted file mode 100644 index b30ecc592412..000000000000 --- a/packages/plugins/VCent/src/locale/en-US.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "messages": { - "4pSxwB": ["Go"], - "N0YrmD": ["Valuables"], - "bLqb2p": ["<0>Latest offer at <1>$", ["0"], ""], - "muQqQY": ["Buy & sell tweets autographed by their original creators."] - } -} diff --git a/packages/plugins/VCent/src/locale/en-US.po b/packages/plugins/VCent/src/locale/en-US.po deleted file mode 100644 index 9d4ebe69aa2a..000000000000 --- a/packages/plugins/VCent/src/locale/en-US.po +++ /dev/null @@ -1,30 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. placeholder {0}: tweet.amount_usd -#: src/SiteAdaptor/TweetDialog.tsx -msgid "<0>Latest offer at <1>${0}" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Buy & sell tweets autographed by their original creators." -msgstr "" - -#: src/SiteAdaptor/TweetDialog.tsx -msgid "Go" -msgstr "" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Valuables" -msgstr "" diff --git a/packages/plugins/VCent/src/locale/ja-JP.json b/packages/plugins/VCent/src/locale/ja-JP.json deleted file mode 100644 index 6f8708608832..000000000000 --- a/packages/plugins/VCent/src/locale/ja-JP.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "messages": { - "4pSxwB": ["実行"], - "N0YrmD": ["貴重な"], - "bLqb2p": ["<0>Latest offer at <1>$", ["0"], ""], - "muQqQY": ["オリジナルクリエイターのサイン入りツイートを購入・販売。"] - } -} diff --git a/packages/plugins/VCent/src/locale/ja-JP.po b/packages/plugins/VCent/src/locale/ja-JP.po deleted file mode 100644 index 34c7f5262ea4..000000000000 --- a/packages/plugins/VCent/src/locale/ja-JP.po +++ /dev/null @@ -1,35 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:56\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/VCent/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1004\n" - -#. placeholder {0}: tweet.amount_usd -#: src/SiteAdaptor/TweetDialog.tsx -msgid "<0>Latest offer at <1>${0}" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Buy & sell tweets autographed by their original creators." -msgstr "オリジナルクリエイターのサイン入りツイートを購入・販売。" - -#: src/SiteAdaptor/TweetDialog.tsx -msgid "Go" -msgstr "実行" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Valuables" -msgstr "貴重な" diff --git a/packages/plugins/VCent/src/locale/ko-KR.json b/packages/plugins/VCent/src/locale/ko-KR.json deleted file mode 100644 index 3f841a756b25..000000000000 --- a/packages/plugins/VCent/src/locale/ko-KR.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "messages": { - "4pSxwB": ["Go"], - "N0YrmD": ["가치"], - "bLqb2p": ["<0>Latest offer at <1>$", ["0"], ""], - "muQqQY": ["크리에이터가 서명한 트윗을 구입 및 판매하기"] - } -} diff --git a/packages/plugins/VCent/src/locale/ko-KR.po b/packages/plugins/VCent/src/locale/ko-KR.po deleted file mode 100644 index ca04daf98feb..000000000000 --- a/packages/plugins/VCent/src/locale/ko-KR.po +++ /dev/null @@ -1,35 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:56\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/VCent/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1004\n" - -#. placeholder {0}: tweet.amount_usd -#: src/SiteAdaptor/TweetDialog.tsx -msgid "<0>Latest offer at <1>${0}" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Buy & sell tweets autographed by their original creators." -msgstr "크리에이터가 서명한 트윗을 구입 및 판매하기" - -#: src/SiteAdaptor/TweetDialog.tsx -msgid "Go" -msgstr "" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Valuables" -msgstr "가치" diff --git a/packages/plugins/VCent/src/locale/languages.ts b/packages/plugins/VCent/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/VCent/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/VCent/src/locale/qya-AA.po b/packages/plugins/VCent/src/locale/qya-AA.po deleted file mode 100644 index 097246ca41e7..000000000000 --- a/packages/plugins/VCent/src/locale/qya-AA.po +++ /dev/null @@ -1,35 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:48\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/VCent/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1004\n" - -#: src/SiteAdaptor/TweetDialog.tsx -msgid "<0>Latest offer at <1>${0}" -msgstr "crwdns32448:0${0}crwdne32448:0" - -#: src/SiteAdaptor/index.tsx -msgid "Buy & sell tweets autographed by their original creators." -msgstr "crwdns29516:0crwdne29516:0" - -#: src/SiteAdaptor/TweetDialog.tsx -msgid "Go" -msgstr "crwdns29518:0crwdne29518:0" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Valuables" -msgstr "crwdns29522:0crwdne29522:0" - diff --git a/packages/plugins/VCent/src/locale/zh-CN.json b/packages/plugins/VCent/src/locale/zh-CN.json deleted file mode 100644 index 5ff6221a78fb..000000000000 --- a/packages/plugins/VCent/src/locale/zh-CN.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "messages": { - "4pSxwB": ["开始"], - "N0YrmD": ["贵重物品"], - "bLqb2p": ["<0>Latest offer at <1>$", ["0"], ""], - "muQqQY": ["购买和销售由其原创作者发布的推文。"] - } -} diff --git a/packages/plugins/VCent/src/locale/zh-CN.po b/packages/plugins/VCent/src/locale/zh-CN.po deleted file mode 100644 index bd206f0b201e..000000000000 --- a/packages/plugins/VCent/src/locale/zh-CN.po +++ /dev/null @@ -1,35 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:56\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/VCent/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1004\n" - -#. placeholder {0}: tweet.amount_usd -#: src/SiteAdaptor/TweetDialog.tsx -msgid "<0>Latest offer at <1>${0}" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Buy & sell tweets autographed by their original creators." -msgstr "购买和销售由其原创作者发布的推文。" - -#: src/SiteAdaptor/TweetDialog.tsx -msgid "Go" -msgstr "开始" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Valuables" -msgstr "贵重物品" diff --git a/packages/plugins/VCent/src/locale/zh-TW.json b/packages/plugins/VCent/src/locale/zh-TW.json deleted file mode 100644 index 5ff6221a78fb..000000000000 --- a/packages/plugins/VCent/src/locale/zh-TW.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "messages": { - "4pSxwB": ["开始"], - "N0YrmD": ["贵重物品"], - "bLqb2p": ["<0>Latest offer at <1>$", ["0"], ""], - "muQqQY": ["购买和销售由其原创作者发布的推文。"] - } -} diff --git a/packages/plugins/VCent/src/locale/zh-TW.po b/packages/plugins/VCent/src/locale/zh-TW.po deleted file mode 100644 index 7e2136f67121..000000000000 --- a/packages/plugins/VCent/src/locale/zh-TW.po +++ /dev/null @@ -1,35 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:56\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/VCent/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1004\n" - -#. placeholder {0}: tweet.amount_usd -#: src/SiteAdaptor/TweetDialog.tsx -msgid "<0>Latest offer at <1>${0}" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Buy & sell tweets autographed by their original creators." -msgstr "" - -#: src/SiteAdaptor/TweetDialog.tsx -msgid "Go" -msgstr "" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/index.tsx -msgid "Valuables" -msgstr "" diff --git a/packages/plugins/Web3Profile/package.json b/packages/plugins/Web3Profile/package.json index d39fca174db3..c35cf05b3b47 100644 --- a/packages/plugins/Web3Profile/package.json +++ b/packages/plugins/Web3Profile/package.json @@ -32,32 +32,5 @@ "react-use": "^17.5.0", "urlcat": "^3.1.0", "use-subscription": "^1.8.0" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/Web3Profile/src/base.ts b/packages/plugins/Web3Profile/src/base.ts index ce6452ed2ea1..c61fc8c7a052 100644 --- a/packages/plugins/Web3Profile/src/base.ts +++ b/packages/plugins/Web3Profile/src/base.ts @@ -1,7 +1,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { PLUGIN_DESCRIPTION, PLUGIN_ID, PLUGIN_NAME } from './constants.js' import { EnhanceableSite } from '@masknet/shared-base' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PLUGIN_ID, @@ -17,5 +16,4 @@ export const base: Plugin.Shared.Definition = { }, target: 'stable', }, - i18n: languages, } diff --git a/packages/plugins/Web3Profile/src/locale/en-US.json b/packages/plugins/Web3Profile/src/locale/en-US.json deleted file mode 100644 index 97db5354292f..000000000000 --- a/packages/plugins/Web3Profile/src/locale/en-US.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "messages": { - "+CzAt9": ["Previous unfollow transaction is in processing, please wait and try again."], - "/jZSwf": ["This user has banned follow function."], - "0xXDLS": ["View your profile in firefly"], - "1Wbxhe": ["This profile can not be followed: ", ["0"]], - "2GHENQ": ["Web3 Profile"], - "4coHVU": ["Lens Unfollow"], - "5iHe/7": ["Network error, try again"], - "7VpPHA": ["Confirm"], - "8bgRf6": ["Can not follow: ", ["0"]], - "A1bmDM": ["No verified account found here."], - "CpciBt": ["Switch to Polygon and Follow"], - "GtJJAj": ["Add Wallet"], - "Hp1l6f": ["Current"], - "HvUm3m": ["Choose and show your Web3 footprints on X."], - "IUp08P": ["The current wallet does not hold a lens and cannot follow/unfollow"], - "Ky09J8": ["Previous follow transaction is in processing, please wait and try again."], - "MKEPCY": ["Follow"], - "Ny4i/M": ["Failed to set up Web3 Profile wallets. Please try again."], - "RxlKnY": ["Lens"], - "UPJjXF": ["Network error, try again: ", ["0"]], - "VydyRR": ["<0>", ["0"], " Followers <1>", ["1"], " Following"], - "ZKAj6+": ["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."], - "cWC3RA": ["Unlock ", ["0"], " ", ["1"], " and follow"], - "f6pX67": ["<0>0 Followers <1>0 Following"], - "gla9Gg": ["Save failed"], - "hWUuAb": ["Already following"], - "hhtbAs": ["Unfollow lens handle"], - "idD8Ev": ["Saved"], - "jl7yZQ": ["Set up Web3 Profile wallets successfully."], - "jpctdh": ["View"], - "lhvy2j": ["Firefly"], - "m3VOQq": ["Current wallet does not support to interact with Lens protocol."], - "nV/wXH": ["This profile can not be followed."], - "o+XJ9D": ["Change"], - "p+ngUo": ["Unfollow"], - "pIyHYi": ["Lens Follow"], - "s+3y93": ["Follow for ", ["0"], " ", ["1"]], - "sWsox7": ["Follow Lens handle"], - "sxkNvs": ["No enough balance to complete follow process."], - "xzRJYu": ["Only holding lens handle can follow."], - "y6sq5j": ["Following"] - } -} diff --git a/packages/plugins/Web3Profile/src/locale/en-US.po b/packages/plugins/Web3Profile/src/locale/en-US.po deleted file mode 100644 index 18b2db7ae74f..000000000000 --- a/packages/plugins/Web3Profile/src/locale/en-US.po +++ /dev/null @@ -1,186 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "<0>{0} Followers <1>{1} Following" -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "<0>0 Followers <1>0 Following" -msgstr "" - -#: src/SiteAdaptor/components/ProfileCard.tsx -msgid "Add Wallet" -msgstr "" - -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Already following" -msgstr "" - -#. placeholder {0}: lensAccount.operations.canFollow.reason -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Can not follow: {0}" -msgstr "" - -#: src/SiteAdaptor/components/Lens/HandlerDescription.tsx -#: src/SiteAdaptor/components/ProfilePopup.tsx -msgid "Change" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Choose and show your Web3 footprints on X." -msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Confirm" -msgstr "" - -#: src/SiteAdaptor/components/ProfileCard.tsx -msgid "Current" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Current wallet does not support to interact with Lens protocol." -msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Failed to set up Web3 Profile wallets. Please try again." -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Firefly" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -msgid "Follow" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Follow for {0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Follow Lens handle" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -msgid "Following" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens Follow" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens Unfollow" -msgstr "" - -#: src/SiteAdaptor/hooks/Lens/useUnfollow.ts -msgid "Network error, try again" -msgstr "" - -#. placeholder {0}: error.message -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Network error, try again: {0}" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "No enough balance to complete follow process." -#~ msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "No verified account found here." -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Only holding lens handle can follow." -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Previous follow transaction is in processing, please wait and try again." -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Previous unfollow transaction is in processing, please wait and try again." -msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Save failed" -#~ msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Saved" -#~ msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Set up wallet for displaying Web3 footprints and receiving tips on each social media account." -msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Set up Web3 Profile wallets successfully." -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Switch to Polygon and Follow" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "The current wallet does not hold a lens and cannot follow/unfollow" -msgstr "" - -#. placeholder {0}: lensAccount.operations.canFollow.reason -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "This profile can not be followed: {0}" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "This profile can not be followed." -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "This user has banned follow function." -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Unfollow" -msgstr "" - -#: src/SiteAdaptor/hooks/Lens/useUnfollow.ts -msgid "Unfollow lens handle" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Unlock {0} {1} and follow" -#~ msgstr "" - -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -msgid "View" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "View your profile in firefly" -msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Web3 Profile" -msgstr "" diff --git a/packages/plugins/Web3Profile/src/locale/ja-JP.json b/packages/plugins/Web3Profile/src/locale/ja-JP.json deleted file mode 100644 index d3d0f75bd635..000000000000 --- a/packages/plugins/Web3Profile/src/locale/ja-JP.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "messages": { - "+CzAt9": ["以前のフォロー解除トランザクションが処理中です。しばらくしてからもう一度お試しください。"], - "/jZSwf": ["This user has banned follow function."], - "0xXDLS": ["あなたのプロフィールをFireflyで見る"], - "1Wbxhe": ["This profile can not be followed: ", ["0"]], - "2GHENQ": ["Web3 プロフィール"], - "4coHVU": ["レンズのフォローを解除"], - "5iHe/7": ["ネットワークエラーが発生しました。もう一度やり直してください"], - "7VpPHA": ["確認"], - "8bgRf6": ["Can not follow: ", ["0"]], - "A1bmDM": ["ここには確認済みのアカウントが見つかりません。"], - "CpciBt": ["Polygonに切り替えてフォロー"], - "GtJJAj": ["ウォレットを追加"], - "Hp1l6f": ["現在"], - "HvUm3m": ["Choose and show your Web3 footprints on X."], - "IUp08P": ["現在のウォレットはレンズを保持しておらず、フォロー/フォロー解除はできません"], - "Ky09J8": ["前のフォロートランザクションが処理中です。しばらくしてからもう一度お試しください。"], - "MKEPCY": ["フォロー"], - "Ny4i/M": ["Web3 プロファイルウォレットのセットアップに失敗しました。もう一度やり直してください。"], - "RxlKnY": ["Lens"], - "UPJjXF": ["Network error, try again: ", ["0"]], - "VydyRR": ["<0>", ["0"], " Followers <1>", ["1"], " Following"], - "ZKAj6+": [ - "Web3フットプリントを表示し、各ソーシャルメディアアカウントにチップを受け取るためのウォレットを設定します。" - ], - "cWC3RA": ["Unlock ", ["0"], " ", ["1"], " and follow"], - "f6pX67": ["<0>0 Followers <1>0 Following"], - "gla9Gg": ["保存できませんでした"], - "hWUuAb": ["Already following"], - "hhtbAs": ["レンズハンドルのフォローを解除"], - "idD8Ev": ["Saved"], - "jl7yZQ": ["Web3 プロファイルウォレットを正常にセットアップしました。"], - "jpctdh": ["表示"], - "lhvy2j": ["Firefly"], - "m3VOQq": ["現在のウォレットはレンズプロトコルとのやり取りを対応していません。"], - "nV/wXH": ["このプロフィールはフォローできません。"], - "o+XJ9D": ["変更"], - "p+ngUo": ["フォロー解除"], - "pIyHYi": ["レンズをフォロー"], - "s+3y93": ["Follow for ", ["0"], " ", ["1"]], - "sWsox7": ["レンズの指示に従ってください"], - "sxkNvs": ["No enough balance to complete follow process."], - "xzRJYu": ["Only holding lens handle can follow."], - "y6sq5j": ["フォロー中"] - } -} diff --git a/packages/plugins/Web3Profile/src/locale/ja-JP.po b/packages/plugins/Web3Profile/src/locale/ja-JP.po deleted file mode 100644 index 48f153506441..000000000000 --- a/packages/plugins/Web3Profile/src/locale/ja-JP.po +++ /dev/null @@ -1,191 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-04-15 08:27\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Web3Profile/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1006\n" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "<0>{0} Followers <1>{1} Following" -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "<0>0 Followers <1>0 Following" -msgstr "" - -#: src/SiteAdaptor/components/ProfileCard.tsx -msgid "Add Wallet" -msgstr "ウォレットを追加" - -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Already following" -msgstr "" - -#. placeholder {0}: lensAccount.operations.canFollow.reason -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Can not follow: {0}" -msgstr "" - -#: src/SiteAdaptor/components/Lens/HandlerDescription.tsx -#: src/SiteAdaptor/components/ProfilePopup.tsx -msgid "Change" -msgstr "変更" - -#: src/SiteAdaptor/index.tsx -msgid "Choose and show your Web3 footprints on X." -msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Confirm" -msgstr "確認" - -#: src/SiteAdaptor/components/ProfileCard.tsx -msgid "Current" -msgstr "現在" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Current wallet does not support to interact with Lens protocol." -msgstr "現在のウォレットはレンズプロトコルとのやり取りを対応していません。" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Failed to set up Web3 Profile wallets. Please try again." -#~ msgstr "Web3 プロファイルウォレットのセットアップに失敗しました。もう一度やり直してください。" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Firefly" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -msgid "Follow" -msgstr "フォロー" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Follow for {0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Follow Lens handle" -msgstr "レンズの指示に従ってください" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -msgid "Following" -msgstr "フォロー中" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens Follow" -msgstr "レンズをフォロー" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens Unfollow" -msgstr "レンズのフォローを解除" - -#: src/SiteAdaptor/hooks/Lens/useUnfollow.ts -msgid "Network error, try again" -msgstr "ネットワークエラーが発生しました。もう一度やり直してください" - -#. placeholder {0}: error.message -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Network error, try again: {0}" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "No enough balance to complete follow process." -#~ msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "No verified account found here." -msgstr "ここには確認済みのアカウントが見つかりません。" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Only holding lens handle can follow." -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Previous follow transaction is in processing, please wait and try again." -msgstr "前のフォロートランザクションが処理中です。しばらくしてからもう一度お試しください。" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Previous unfollow transaction is in processing, please wait and try again." -msgstr "以前のフォロー解除トランザクションが処理中です。しばらくしてからもう一度お試しください。" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Save failed" -#~ msgstr "保存できませんでした" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Saved" -#~ msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Set up wallet for displaying Web3 footprints and receiving tips on each social media account." -msgstr "Web3フットプリントを表示し、各ソーシャルメディアアカウントにチップを受け取るためのウォレットを設定します。" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Set up Web3 Profile wallets successfully." -#~ msgstr "Web3 プロファイルウォレットを正常にセットアップしました。" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Switch to Polygon and Follow" -msgstr "Polygonに切り替えてフォロー" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "The current wallet does not hold a lens and cannot follow/unfollow" -msgstr "現在のウォレットはレンズを保持しておらず、フォロー/フォロー解除はできません" - -#. placeholder {0}: lensAccount.operations.canFollow.reason -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "This profile can not be followed: {0}" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "This profile can not be followed." -msgstr "このプロフィールはフォローできません。" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "This user has banned follow function." -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Unfollow" -msgstr "フォロー解除" - -#: src/SiteAdaptor/hooks/Lens/useUnfollow.ts -msgid "Unfollow lens handle" -msgstr "レンズハンドルのフォローを解除" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Unlock {0} {1} and follow" -#~ msgstr "" - -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -msgid "View" -msgstr "表示" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "View your profile in firefly" -msgstr "あなたのプロフィールをFireflyで見る" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Web3 Profile" -msgstr "Web3 プロフィール" diff --git a/packages/plugins/Web3Profile/src/locale/ko-KR.json b/packages/plugins/Web3Profile/src/locale/ko-KR.json deleted file mode 100644 index dd86ef67a5de..000000000000 --- a/packages/plugins/Web3Profile/src/locale/ko-KR.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "messages": { - "+CzAt9": ["이전의 언팔로우 트랜잭션이 진행하고 있습니다. 다시 시도 하시길 바랍니다."], - "/jZSwf": ["This user has banned follow function."], - "0xXDLS": ["View your profile in firefly"], - "1Wbxhe": ["This profile can not be followed: ", ["0"]], - "2GHENQ": ["웹3 프로필"], - "4coHVU": ["Lens 언팔로우"], - "5iHe/7": ["네트워크 오류입니다. 다시 시도하세요."], - "7VpPHA": ["확인"], - "8bgRf6": ["Can not follow: ", ["0"]], - "A1bmDM": ["확인된 계정이 없습니다."], - "CpciBt": ["Polygon으로 전환하고 팔로우합니다."], - "GtJJAj": ["월렛 추가"], - "Hp1l6f": ["현재"], - "HvUm3m": ["Choose and show your Web3 footprints on X."], - "IUp08P": ["이 월렛에서 lens가 없어서 팔로우나 언팔로우를 할 수 없습니다."], - "Ky09J8": ["이전의 팔로우 트랜잭션이 진행하고 있습니다. 다시 시도 하시길 바랍니다."], - "MKEPCY": ["팔로우"], - "Ny4i/M": ["Web3 Profile 월렛의 설정이 실패합니다. 다시 시도하세요."], - "RxlKnY": ["Lens"], - "UPJjXF": ["Network error, try again: ", ["0"]], - "VydyRR": ["<0>", ["0"], " Followers <1>", ["1"], " Following"], - "ZKAj6+": ["Web3 발자국을 표시하고 각 소셜 미디어 계정에 팁을 받을 수 있는 지갑을 설정합니다."], - "cWC3RA": ["Unlock ", ["0"], " ", ["1"], " and follow"], - "f6pX67": ["<0>0 Followers <1>0 Following"], - "gla9Gg": ["저장 실패"], - "hWUuAb": ["Already following"], - "hhtbAs": ["Lens 핸들 언팔로우"], - "idD8Ev": ["Saved"], - "jl7yZQ": ["Web3 Profile 설정 성공"], - "jpctdh": ["살펴보기"], - "lhvy2j": ["Firefly"], - "m3VOQq": ["현재 월렛은 Lens protocol과의 상호작용을 지원하지 않습니다."], - "nV/wXH": ["이 프로필을 팔로우할 수 없습니다."], - "o+XJ9D": ["변경"], - "p+ngUo": ["언팔로우"], - "pIyHYi": ["Lens 팔로우"], - "s+3y93": ["Follow for ", ["0"], " ", ["1"]], - "sWsox7": ["Lens 핸들 팔로우"], - "sxkNvs": ["No enough balance to complete follow process."], - "xzRJYu": ["Only holding lens handle can follow."], - "y6sq5j": ["팔로잉"] - } -} diff --git a/packages/plugins/Web3Profile/src/locale/ko-KR.po b/packages/plugins/Web3Profile/src/locale/ko-KR.po deleted file mode 100644 index 5a8ee321f9d4..000000000000 --- a/packages/plugins/Web3Profile/src/locale/ko-KR.po +++ /dev/null @@ -1,191 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-04-15 08:27\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Web3Profile/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1006\n" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "<0>{0} Followers <1>{1} Following" -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "<0>0 Followers <1>0 Following" -msgstr "" - -#: src/SiteAdaptor/components/ProfileCard.tsx -msgid "Add Wallet" -msgstr "월렛 추가" - -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Already following" -msgstr "" - -#. placeholder {0}: lensAccount.operations.canFollow.reason -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Can not follow: {0}" -msgstr "" - -#: src/SiteAdaptor/components/Lens/HandlerDescription.tsx -#: src/SiteAdaptor/components/ProfilePopup.tsx -msgid "Change" -msgstr "변경" - -#: src/SiteAdaptor/index.tsx -msgid "Choose and show your Web3 footprints on X." -msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Confirm" -msgstr "확인" - -#: src/SiteAdaptor/components/ProfileCard.tsx -msgid "Current" -msgstr "현재" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Current wallet does not support to interact with Lens protocol." -msgstr "현재 월렛은 Lens protocol과의 상호작용을 지원하지 않습니다." - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Failed to set up Web3 Profile wallets. Please try again." -#~ msgstr "Web3 Profile 월렛의 설정이 실패합니다. 다시 시도하세요." - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Firefly" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -msgid "Follow" -msgstr "팔로우" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Follow for {0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Follow Lens handle" -msgstr "Lens 핸들 팔로우" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -msgid "Following" -msgstr "팔로잉" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens Follow" -msgstr "Lens 팔로우" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens Unfollow" -msgstr "Lens 언팔로우" - -#: src/SiteAdaptor/hooks/Lens/useUnfollow.ts -msgid "Network error, try again" -msgstr "네트워크 오류입니다. 다시 시도하세요." - -#. placeholder {0}: error.message -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Network error, try again: {0}" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "No enough balance to complete follow process." -#~ msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "No verified account found here." -msgstr "확인된 계정이 없습니다." - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Only holding lens handle can follow." -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Previous follow transaction is in processing, please wait and try again." -msgstr "이전의 팔로우 트랜잭션이 진행하고 있습니다. 다시 시도 하시길 바랍니다." - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Previous unfollow transaction is in processing, please wait and try again." -msgstr "이전의 언팔로우 트랜잭션이 진행하고 있습니다. 다시 시도 하시길 바랍니다." - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Save failed" -#~ msgstr "저장 실패" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Saved" -#~ msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Set up wallet for displaying Web3 footprints and receiving tips on each social media account." -msgstr "Web3 발자국을 표시하고 각 소셜 미디어 계정에 팁을 받을 수 있는 지갑을 설정합니다." - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Set up Web3 Profile wallets successfully." -#~ msgstr "Web3 Profile 설정 성공" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Switch to Polygon and Follow" -msgstr "Polygon으로 전환하고 팔로우합니다." - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "The current wallet does not hold a lens and cannot follow/unfollow" -msgstr "이 월렛에서 lens가 없어서 팔로우나 언팔로우를 할 수 없습니다." - -#. placeholder {0}: lensAccount.operations.canFollow.reason -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "This profile can not be followed: {0}" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "This profile can not be followed." -msgstr "이 프로필을 팔로우할 수 없습니다." - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "This user has banned follow function." -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Unfollow" -msgstr "언팔로우" - -#: src/SiteAdaptor/hooks/Lens/useUnfollow.ts -msgid "Unfollow lens handle" -msgstr "Lens 핸들 언팔로우" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Unlock {0} {1} and follow" -#~ msgstr "" - -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -msgid "View" -msgstr "살펴보기" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "View your profile in firefly" -msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Web3 Profile" -msgstr "웹3 프로필" diff --git a/packages/plugins/Web3Profile/src/locale/languages.ts b/packages/plugins/Web3Profile/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/Web3Profile/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/Web3Profile/src/locale/qya-AA.po b/packages/plugins/Web3Profile/src/locale/qya-AA.po deleted file mode 100644 index 1ce5ed2a4c6a..000000000000 --- a/packages/plugins/Web3Profile/src/locale/qya-AA.po +++ /dev/null @@ -1,192 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-04-15 08:27\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Web3Profile/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1006\n" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "<0>{0} Followers <1>{1} Following" -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "<0>0 Followers <1>0 Following" -msgstr "crwdns37377:0crwdne37377:0" - -#: src/SiteAdaptor/components/ProfileCard.tsx -msgid "Add Wallet" -msgstr "crwdns31406:0crwdne31406:0" - -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Already following" -msgstr "crwdns37379:0crwdne37379:0" - -#. placeholder {0}: lensAccount.operations.canFollow.reason -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Can not follow: {0}" -msgstr "crwdns37381:0{0}crwdne37381:0" - -#: src/SiteAdaptor/components/ProfilePopup.tsx -#: src/SiteAdaptor/components/Lens/HandlerDescription.tsx -msgid "Change" -msgstr "crwdns31408:0crwdne31408:0" - -#: src/SiteAdaptor/index.tsx -msgid "Choose and show your Web3 footprints on X." -msgstr "crwdns32450:0crwdne32450:0" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Confirm" -msgstr "crwdns31412:0crwdne31412:0" - -#: src/SiteAdaptor/components/ProfileCard.tsx -msgid "Current" -msgstr "crwdns31414:0crwdne31414:0" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Current wallet does not support to interact with Lens protocol." -msgstr "crwdns31416:0crwdne31416:0" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Failed to set up Web3 Profile wallets. Please try again." -msgstr "crwdns31418:0crwdne31418:0" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Firefly" -msgstr "crwdns31420:0crwdne31420:0" - -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Follow" -msgstr "crwdns31422:0crwdne31422:0" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Follow for {0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Follow Lens handle" -msgstr "crwdns31426:0crwdne31426:0" - -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Following" -msgstr "crwdns31428:0crwdne31428:0" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens" -msgstr "crwdns31430:0crwdne31430:0" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens Follow" -msgstr "crwdns31432:0crwdne31432:0" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens Unfollow" -msgstr "crwdns31434:0crwdne31434:0" - -#: src/SiteAdaptor/hooks/Lens/useUnfollow.ts -msgid "Network error, try again" -msgstr "crwdns31436:0crwdne31436:0" - -#. placeholder {0}: error.message -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Network error, try again: {0}" -msgstr "crwdns37383:0{0}crwdne37383:0" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "No enough balance to complete follow process." -#~ msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "No verified account found here." -msgstr "crwdns31440:0crwdne31440:0" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Only holding lens handle can follow." -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Previous follow transaction is in processing, please wait and try again." -msgstr "crwdns31444:0crwdne31444:0" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Previous unfollow transaction is in processing, please wait and try again." -msgstr "crwdns31446:0crwdne31446:0" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Save failed" -msgstr "crwdns31448:0crwdne31448:0" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Saved" -msgstr "crwdns32452:0crwdne32452:0" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Set up wallet for displaying Web3 footprints and receiving tips on each social media account." -msgstr "crwdns31452:0crwdne31452:0" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Set up Web3 Profile wallets successfully." -msgstr "crwdns31454:0crwdne31454:0" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Switch to Polygon and Follow" -msgstr "crwdns31456:0crwdne31456:0" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "The current wallet does not hold a lens and cannot follow/unfollow" -msgstr "crwdns31458:0crwdne31458:0" - -#. placeholder {0}: lensAccount.operations.canFollow.reason -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "This profile can not be followed: {0}" -msgstr "crwdns37385:0{0}crwdne37385:0" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "This profile can not be followed." -msgstr "crwdns31460:0crwdne31460:0" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "This user has banned follow function." -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Unfollow" -msgstr "crwdns31464:0crwdne31464:0" - -#: src/SiteAdaptor/hooks/Lens/useUnfollow.ts -msgid "Unfollow lens handle" -msgstr "crwdns31466:0crwdne31466:0" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Unlock {0} {1} and follow" -#~ msgstr "" - -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -msgid "View" -msgstr "crwdns31470:0crwdne31470:0" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "View your profile in firefly" -msgstr "crwdns31472:0crwdne31472:0" - -#: src/SiteAdaptor/index.tsx -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Web3 Profile" -msgstr "crwdns31474:0crwdne31474:0" - diff --git a/packages/plugins/Web3Profile/src/locale/zh-CN.json b/packages/plugins/Web3Profile/src/locale/zh-CN.json deleted file mode 100644 index ca8e53a8c05a..000000000000 --- a/packages/plugins/Web3Profile/src/locale/zh-CN.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "messages": { - "+CzAt9": ["先前的取消关注交易正在处理中,请稍候,然后重试。"], - "/jZSwf": ["This user has banned follow function."], - "0xXDLS": ["View your profile in firefly"], - "1Wbxhe": ["This profile can not be followed: ", ["0"]], - "2GHENQ": ["Web3 名片"], - "4coHVU": ["Lens 取消关注"], - "5iHe/7": ["网络错误,请重试"], - "7VpPHA": ["确定"], - "8bgRf6": ["Can not follow: ", ["0"]], - "A1bmDM": ["在此找不到已验证的帐户。"], - "CpciBt": ["切换到 Polygon 并关注"], - "GtJJAj": ["添加钱包"], - "Hp1l6f": ["当前"], - "HvUm3m": ["Choose and show your Web3 footprints on X."], - "IUp08P": ["当前钱包没有 Lens ,无法关注/取消关注"], - "Ky09J8": ["先前的关注交易正在处理中,请稍候,然后重试。"], - "MKEPCY": ["关注"], - "Ny4i/M": ["无法设置 Web3 个人资料钱包。请重试。"], - "RxlKnY": ["Lens"], - "UPJjXF": ["Network error, try again: ", ["0"]], - "VydyRR": ["<0>", ["0"], " Followers <1>", ["1"], " Following"], - "ZKAj6+": ["设置钱包,在每个社交媒体帐户上显示 Web3 足迹和打赏地址。"], - "cWC3RA": ["Unlock ", ["0"], " ", ["1"], " and follow"], - "f6pX67": ["<0>0 Followers <1>0 Following"], - "gla9Gg": ["保存失败"], - "hWUuAb": ["Already following"], - "hhtbAs": ["取消关注Lens Handle"], - "idD8Ev": ["Saved"], - "jl7yZQ": ["成功设置 Web3 个人资料钱包。"], - "jpctdh": ["查看"], - "lhvy2j": ["Firefly"], - "m3VOQq": ["当前钱包不支持与 Lens 协议交互。"], - "nV/wXH": ["此个人信息不能被关注。"], - "o+XJ9D": ["切换"], - "p+ngUo": ["取消关注"], - "pIyHYi": ["Lens 关注"], - "s+3y93": ["Follow for ", ["0"], " ", ["1"]], - "sWsox7": ["关注Lens handle"], - "sxkNvs": ["No enough balance to complete follow process."], - "xzRJYu": ["Only holding lens handle can follow."], - "y6sq5j": ["已关注"] - } -} diff --git a/packages/plugins/Web3Profile/src/locale/zh-CN.po b/packages/plugins/Web3Profile/src/locale/zh-CN.po deleted file mode 100644 index f2b4ea08934e..000000000000 --- a/packages/plugins/Web3Profile/src/locale/zh-CN.po +++ /dev/null @@ -1,191 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-04-15 08:27\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Web3Profile/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1006\n" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "<0>{0} Followers <1>{1} Following" -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "<0>0 Followers <1>0 Following" -msgstr "" - -#: src/SiteAdaptor/components/ProfileCard.tsx -msgid "Add Wallet" -msgstr "添加钱包" - -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Already following" -msgstr "" - -#. placeholder {0}: lensAccount.operations.canFollow.reason -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Can not follow: {0}" -msgstr "" - -#: src/SiteAdaptor/components/Lens/HandlerDescription.tsx -#: src/SiteAdaptor/components/ProfilePopup.tsx -msgid "Change" -msgstr "切换" - -#: src/SiteAdaptor/index.tsx -msgid "Choose and show your Web3 footprints on X." -msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Confirm" -msgstr "确定" - -#: src/SiteAdaptor/components/ProfileCard.tsx -msgid "Current" -msgstr "当前" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Current wallet does not support to interact with Lens protocol." -msgstr "当前钱包不支持与 Lens 协议交互。" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Failed to set up Web3 Profile wallets. Please try again." -#~ msgstr "无法设置 Web3 个人资料钱包。请重试。" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Firefly" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -msgid "Follow" -msgstr "关注" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Follow for {0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Follow Lens handle" -msgstr "关注Lens handle" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -msgid "Following" -msgstr "已关注" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens Follow" -msgstr "Lens 关注" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens Unfollow" -msgstr "Lens 取消关注" - -#: src/SiteAdaptor/hooks/Lens/useUnfollow.ts -msgid "Network error, try again" -msgstr "网络错误,请重试" - -#. placeholder {0}: error.message -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Network error, try again: {0}" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "No enough balance to complete follow process." -#~ msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "No verified account found here." -msgstr "在此找不到已验证的帐户。" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Only holding lens handle can follow." -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Previous follow transaction is in processing, please wait and try again." -msgstr "先前的关注交易正在处理中,请稍候,然后重试。" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Previous unfollow transaction is in processing, please wait and try again." -msgstr "先前的取消关注交易正在处理中,请稍候,然后重试。" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Save failed" -#~ msgstr "保存失败" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Saved" -#~ msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Set up wallet for displaying Web3 footprints and receiving tips on each social media account." -msgstr "设置钱包,在每个社交媒体帐户上显示 Web3 足迹和打赏地址。" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Set up Web3 Profile wallets successfully." -#~ msgstr "成功设置 Web3 个人资料钱包。" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Switch to Polygon and Follow" -msgstr "切换到 Polygon 并关注" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "The current wallet does not hold a lens and cannot follow/unfollow" -msgstr "当前钱包没有 Lens ,无法关注/取消关注" - -#. placeholder {0}: lensAccount.operations.canFollow.reason -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "This profile can not be followed: {0}" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "This profile can not be followed." -msgstr "此个人信息不能被关注。" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "This user has banned follow function." -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Unfollow" -msgstr "取消关注" - -#: src/SiteAdaptor/hooks/Lens/useUnfollow.ts -msgid "Unfollow lens handle" -msgstr "取消关注Lens Handle" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Unlock {0} {1} and follow" -#~ msgstr "" - -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -msgid "View" -msgstr "查看" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "View your profile in firefly" -msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Web3 Profile" -msgstr "Web3 名片" diff --git a/packages/plugins/Web3Profile/src/locale/zh-TW.json b/packages/plugins/Web3Profile/src/locale/zh-TW.json deleted file mode 100644 index ca8e53a8c05a..000000000000 --- a/packages/plugins/Web3Profile/src/locale/zh-TW.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "messages": { - "+CzAt9": ["先前的取消关注交易正在处理中,请稍候,然后重试。"], - "/jZSwf": ["This user has banned follow function."], - "0xXDLS": ["View your profile in firefly"], - "1Wbxhe": ["This profile can not be followed: ", ["0"]], - "2GHENQ": ["Web3 名片"], - "4coHVU": ["Lens 取消关注"], - "5iHe/7": ["网络错误,请重试"], - "7VpPHA": ["确定"], - "8bgRf6": ["Can not follow: ", ["0"]], - "A1bmDM": ["在此找不到已验证的帐户。"], - "CpciBt": ["切换到 Polygon 并关注"], - "GtJJAj": ["添加钱包"], - "Hp1l6f": ["当前"], - "HvUm3m": ["Choose and show your Web3 footprints on X."], - "IUp08P": ["当前钱包没有 Lens ,无法关注/取消关注"], - "Ky09J8": ["先前的关注交易正在处理中,请稍候,然后重试。"], - "MKEPCY": ["关注"], - "Ny4i/M": ["无法设置 Web3 个人资料钱包。请重试。"], - "RxlKnY": ["Lens"], - "UPJjXF": ["Network error, try again: ", ["0"]], - "VydyRR": ["<0>", ["0"], " Followers <1>", ["1"], " Following"], - "ZKAj6+": ["设置钱包,在每个社交媒体帐户上显示 Web3 足迹和打赏地址。"], - "cWC3RA": ["Unlock ", ["0"], " ", ["1"], " and follow"], - "f6pX67": ["<0>0 Followers <1>0 Following"], - "gla9Gg": ["保存失败"], - "hWUuAb": ["Already following"], - "hhtbAs": ["取消关注Lens Handle"], - "idD8Ev": ["Saved"], - "jl7yZQ": ["成功设置 Web3 个人资料钱包。"], - "jpctdh": ["查看"], - "lhvy2j": ["Firefly"], - "m3VOQq": ["当前钱包不支持与 Lens 协议交互。"], - "nV/wXH": ["此个人信息不能被关注。"], - "o+XJ9D": ["切换"], - "p+ngUo": ["取消关注"], - "pIyHYi": ["Lens 关注"], - "s+3y93": ["Follow for ", ["0"], " ", ["1"]], - "sWsox7": ["关注Lens handle"], - "sxkNvs": ["No enough balance to complete follow process."], - "xzRJYu": ["Only holding lens handle can follow."], - "y6sq5j": ["已关注"] - } -} diff --git a/packages/plugins/Web3Profile/src/locale/zh-TW.po b/packages/plugins/Web3Profile/src/locale/zh-TW.po deleted file mode 100644 index afd94ac8f356..000000000000 --- a/packages/plugins/Web3Profile/src/locale/zh-TW.po +++ /dev/null @@ -1,191 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-04-15 08:27\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/Web3Profile/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1006\n" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "<0>{0} Followers <1>{1} Following" -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "<0>0 Followers <1>0 Following" -msgstr "" - -#: src/SiteAdaptor/components/ProfileCard.tsx -msgid "Add Wallet" -msgstr "" - -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Already following" -msgstr "" - -#. placeholder {0}: lensAccount.operations.canFollow.reason -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Can not follow: {0}" -msgstr "" - -#: src/SiteAdaptor/components/Lens/HandlerDescription.tsx -#: src/SiteAdaptor/components/ProfilePopup.tsx -msgid "Change" -msgstr "" - -#: src/SiteAdaptor/index.tsx -msgid "Choose and show your Web3 footprints on X." -msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Confirm" -msgstr "" - -#: src/SiteAdaptor/components/ProfileCard.tsx -msgid "Current" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Current wallet does not support to interact with Lens protocol." -msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Failed to set up Web3 Profile wallets. Please try again." -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Firefly" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -msgid "Follow" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Follow for {0} {1}" -#~ msgstr "" - -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Follow Lens handle" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -msgid "Following" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens Follow" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Lens Unfollow" -msgstr "" - -#: src/SiteAdaptor/hooks/Lens/useUnfollow.ts -msgid "Network error, try again" -msgstr "" - -#. placeholder {0}: error.message -#: src/SiteAdaptor/hooks/Lens/useFollow.tsx -msgid "Network error, try again: {0}" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "No enough balance to complete follow process." -#~ msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "No verified account found here." -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Only holding lens handle can follow." -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Previous follow transaction is in processing, please wait and try again." -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Previous unfollow transaction is in processing, please wait and try again." -msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Save failed" -#~ msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Saved" -#~ msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -msgid "Set up wallet for displaying Web3 footprints and receiving tips on each social media account." -msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#~ msgid "Set up Web3 Profile wallets successfully." -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Switch to Polygon and Follow" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "The current wallet does not hold a lens and cannot follow/unfollow" -msgstr "" - -#. placeholder {0}: lensAccount.operations.canFollow.reason -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "This profile can not be followed: {0}" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "This profile can not be followed." -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "This user has banned follow function." -#~ msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "Unfollow" -msgstr "" - -#: src/SiteAdaptor/hooks/Lens/useUnfollow.ts -msgid "Unfollow lens handle" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -#~ msgid "Unlock {0} {1} and follow" -#~ msgstr "" - -#: src/SiteAdaptor/components/SocialBadges/LensList.tsx -msgid "View" -msgstr "" - -#: src/SiteAdaptor/components/Lens/FollowLensDialog.tsx -msgid "View your profile in firefly" -msgstr "" - -#: src/SiteAdaptor/components/Web3ProfileDialog.tsx -#: src/SiteAdaptor/index.tsx -msgid "Web3 Profile" -msgstr "" diff --git a/packages/plugins/template/package.json b/packages/plugins/template/package.json index 484e1baaf229..70d39935c4cb 100644 --- a/packages/plugins/template/package.json +++ b/packages/plugins/template/package.json @@ -18,32 +18,5 @@ "dependencies": { "@masknet/plugin-infra": "workspace:^", "@masknet/shared-base": "workspace:^" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "src/locale/{locale}", - "include": [ - "src" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/plugins/template/src/base.ts b/packages/plugins/template/src/base.ts index 8bff456809dd..268296f18781 100644 --- a/packages/plugins/template/src/base.ts +++ b/packages/plugins/template/src/base.ts @@ -1,7 +1,6 @@ import type { Plugin } from '@masknet/plugin-infra' import { EnhanceableSite } from '@masknet/shared-base' import { PLUGIN_DESCRIPTION, PLUGIN_ID, PLUGIN_NAME } from './constants.js' -import { languages } from './locale/languages.js' export const base: Plugin.Shared.Definition = { ID: PLUGIN_ID, @@ -18,5 +17,4 @@ export const base: Plugin.Shared.Definition = { target: 'beta', }, experimentalMark: true, - i18n: languages, } diff --git a/packages/plugins/template/src/locale/en-US.json b/packages/plugins/template/src/locale/en-US.json deleted file mode 100644 index c02cb2bcf79b..000000000000 --- a/packages/plugins/template/src/locale/en-US.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": {} } diff --git a/packages/plugins/template/src/locale/en-US.po b/packages/plugins/template/src/locale/en-US.po deleted file mode 100644 index d6676ae2901f..000000000000 --- a/packages/plugins/template/src/locale/en-US.po +++ /dev/null @@ -1,14 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: en-US\n" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"Plural-Forms: \n" diff --git a/packages/plugins/template/src/locale/ja-JP.json b/packages/plugins/template/src/locale/ja-JP.json deleted file mode 100644 index c02cb2bcf79b..000000000000 --- a/packages/plugins/template/src/locale/ja-JP.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": {} } diff --git a/packages/plugins/template/src/locale/ja-JP.po b/packages/plugins/template/src/locale/ja-JP.po deleted file mode 100644 index de9529f872e1..000000000000 --- a/packages/plugins/template/src/locale/ja-JP.po +++ /dev/null @@ -1,19 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: ja\n" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2025-01-08 06:56\n" -"Last-Translator: \n" -"Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/template/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1008\n" diff --git a/packages/plugins/template/src/locale/ko-KR.json b/packages/plugins/template/src/locale/ko-KR.json deleted file mode 100644 index c02cb2bcf79b..000000000000 --- a/packages/plugins/template/src/locale/ko-KR.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": {} } diff --git a/packages/plugins/template/src/locale/ko-KR.po b/packages/plugins/template/src/locale/ko-KR.po deleted file mode 100644 index 06b95fc31336..000000000000 --- a/packages/plugins/template/src/locale/ko-KR.po +++ /dev/null @@ -1,19 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: ko\n" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2025-01-08 06:56\n" -"Last-Translator: \n" -"Language-Team: Korean\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/template/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1008\n" diff --git a/packages/plugins/template/src/locale/languages.ts b/packages/plugins/template/src/locale/languages.ts deleted file mode 100644 index f74d191d3b1e..000000000000 --- a/packages/plugins/template/src/locale/languages.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/plugins/template/src/locale/qya-AA.po b/packages/plugins/template/src/locale/qya-AA.po deleted file mode 100644 index 7c77f49780df..000000000000 --- a/packages/plugins/template/src/locale/qya-AA.po +++ /dev/null @@ -1,20 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: qya\n" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-10-30 09:13\n" -"Last-Translator: \n" -"Language-Team: Quenya\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/template/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1008\n" - diff --git a/packages/plugins/template/src/locale/zh-CN.json b/packages/plugins/template/src/locale/zh-CN.json deleted file mode 100644 index c02cb2bcf79b..000000000000 --- a/packages/plugins/template/src/locale/zh-CN.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": {} } diff --git a/packages/plugins/template/src/locale/zh-CN.po b/packages/plugins/template/src/locale/zh-CN.po deleted file mode 100644 index a70440598c9e..000000000000 --- a/packages/plugins/template/src/locale/zh-CN.po +++ /dev/null @@ -1,19 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: zh\n" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2025-01-08 06:56\n" -"Last-Translator: \n" -"Language-Team: Chinese Simplified\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/template/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1008\n" diff --git a/packages/plugins/template/src/locale/zh-TW.json b/packages/plugins/template/src/locale/zh-TW.json deleted file mode 100644 index c02cb2bcf79b..000000000000 --- a/packages/plugins/template/src/locale/zh-TW.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": {} } diff --git a/packages/plugins/template/src/locale/zh-TW.po b/packages/plugins/template/src/locale/zh-TW.po deleted file mode 100644 index 2ee09305f044..000000000000 --- a/packages/plugins/template/src/locale/zh-TW.po +++ /dev/null @@ -1,19 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: zh\n" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2025-01-08 06:56\n" -"Last-Translator: \n" -"Language-Team: Chinese Traditional\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/plugins/template/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1008\n" diff --git a/packages/scripts/src/index.ts b/packages/scripts/src/index.ts index 4963f1b542ac..380e7ba526e9 100644 --- a/packages/scripts/src/index.ts +++ b/packages/scripts/src/index.ts @@ -4,8 +4,6 @@ export { buildCloudflare } from './cloudflare/index.ts' // Tools export { clean, syncDevelop, changesetRelease } from './commands/index.ts' -export { syncLanguages } from './locale-kit-next/index.ts' -export { runLinguiExtract, runLinguiCompile } from './locale-kit-next/run-lingui.ts' export { reorderSpellcheck } from './spellcheck/index.ts' // Sub-projects build commands diff --git a/packages/scripts/src/linter/package-json.ts b/packages/scripts/src/linter/package-json.ts index a033e5ccba94..4d3b039995ae 100644 --- a/packages/scripts/src/linter/package-json.ts +++ b/packages/scripts/src/linter/package-json.ts @@ -1,5 +1,5 @@ import { task } from '../utils/task.ts' -import { readFile, writeFile } from 'node:fs/promises' +import { readFile } from 'node:fs/promises' import { ROOT_PATH } from '../utils/paths.ts' const pattern = 'packages/**/package.json' @@ -17,30 +17,6 @@ export async function lintPackageJson() { .then((json) => { if (!('sideEffects' in json)) sideEffects.push(file) if (!('type' in json)) type.push(file) - - if ('lingui' in json) { - const template: any = { - compileNamespace: 'json', - locales: ['en-US', 'ja-JP', 'ko-KR', 'zh-CN', 'zh-TW'], - fallbackLocales: { - 'zh-CN': 'zh-TW', - 'zh-TW': 'zh-CN', - default: 'en-US', - }, - formatOptions: { - origins: true, - lineNumbers: false, - }, - } - const target = { ...json.lingui } - const old = target.catalogs - delete target.catalogs - if (JSON.stringify(target) !== JSON.stringify(template)) { - template.catalogs = old - json.lingui = template - return writeFile(file, JSON.stringify(json, null, 2)) - } - } return }), ), diff --git a/packages/scripts/src/locale-kit-next/index.ts b/packages/scripts/src/locale-kit-next/index.ts deleted file mode 100644 index 30d4721c4bce..000000000000 --- a/packages/scripts/src/locale-kit-next/index.ts +++ /dev/null @@ -1,96 +0,0 @@ -import { readdir, writeFile } from 'node:fs/promises' -import { dirname } from 'node:path' -import { ROOT_PATH, task, prettier } from '../utils/index.ts' - -const mainFallbackMap = new Map([['zh', 'zh-TW']]) - -const basicHeader = `// This file is auto generated. DO NOT EDIT -// Run \`pnpm exec gulp sync-languages\` to regenerate.` -const header = `${basicHeader} -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -` - -export async function syncLanguages() { - const { glob } = await import('glob') - const poFiles = await glob('**/en-US.po', { cwd: ROOT_PATH }) - for (const poFile of poFiles) { - const inputDir = new URL(dirname(poFile) + '/', ROOT_PATH) - const languages = getLanguageFamilyName( - (await readdir(inputDir, { withFileTypes: true })).filter((x) => x.isFile()).map((x) => x.name), - ) - - { - let code = header - for (const [language] of languages) { - code += `import ${language.replace('-', '_')} from './${language}.json' with { type: 'json' }\n` - } - code += 'export const languages = {\n' - for (const [language, familyName] of languages) { - code += ` '${familyName}': ${language.replace('-', '_')},\n` - } - code += '}\n' - // Non-plugin i18n files - if (!poFile.includes('plugin')) { - const target = '@masknet/shared-base' - code += `import { createI18NBundle } from '${target}'\n` - code += 'export const addI18N = createI18NBundle(languages as any)\n' - } - - { - const allImportPath: string[] = [] - const binding: string[] = [] - for (const [language, familyName] of languages) { - allImportPath.push(`./${language}.json`) - binding.push(`'${familyName}': ${language.replace('-', '_')}`) - } - code += `// @ts-ignore - import.meta.webpackHot?.accept( - ${JSON.stringify(allImportPath)}, - () => globalThis.dispatchEvent?.(new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { ${binding.join(', ')} } - })) - )` - } - code = await prettier(code) - await writeFile(new URL('./languages.ts', inputDir), code, { encoding: 'utf8' }) - } - } - - { - const map: Record = {} - const code = await prettier(`${basicHeader}\nexport default ${JSON.stringify(map)}`) - await writeFile( - new URL('./packages/mask/background/services/helper/i18n-cache-query-list.ts', ROOT_PATH), - code, - { - encoding: 'utf8', - }, - ) - } -} -task( - syncLanguages, - 'sync-languages', - "Run this when adding a new language support or adding a new package with it's own i18n files.", -) - -export function getLanguageFamilyName(_languages: string[]): Map { - const languages = _languages - .filter((x) => x.endsWith('.json')) - .sort() - .map((x) => x.slice(0, -5)) - const languageMap = new Map() - const hasFamily = new Set() - - for (const language of languages) { - const family = language.slice(0, 2) - if (hasFamily.has(family) || (mainFallbackMap.has(family) && mainFallbackMap.get(family) !== language)) { - languageMap.set(language, language) - } else { - languageMap.set(language, family) - hasFamily.add(family) - } - } - return languageMap -} diff --git a/packages/scripts/src/locale-kit-next/run-lingui.ts b/packages/scripts/src/locale-kit-next/run-lingui.ts deleted file mode 100644 index 2f86755ae905..000000000000 --- a/packages/scripts/src/locale-kit-next/run-lingui.ts +++ /dev/null @@ -1,44 +0,0 @@ -import { readdir, readFile } from 'node:fs/promises' -import { join, relative } from 'node:path' -import { ROOT_PATH, task, shell, awaitChildProcess } from '../utils/index.ts' -import { fileURLToPath } from 'node:url' - -async function getLinguiEnabledPackages() { - const folders: string[] = [] - const files = ( - await Promise.all([ - readdir(new URL('./packages', ROOT_PATH), { withFileTypes: true }), - readdir(new URL('./packages/plugins', ROOT_PATH), { withFileTypes: true }), - ]) - ).flat() - await Promise.allSettled( - files.map(async (file) => { - if (!file.isDirectory()) return - const path = join(file.parentPath, file.name) - const pkg = join(path, 'package.json') - if ((await readFile(pkg, 'utf-8')).includes('"lingui"')) { - folders.push('./' + relative(fileURLToPath(ROOT_PATH), path)) - } - }), - ) - return folders -} -const parallel = process.env.CI ? '' : '--parallel' -export async function runLinguiExtract() { - const folders = await getLinguiEnabledPackages() - return awaitChildProcess( - shell`pnpm -r --no-reporter-hide-prefix --aggregate-output --reporter=append-only ${parallel} ${folders.map((x) => '--filter ' + x).join(' ')} exec lingui extract`, - ) -} -task(runLinguiExtract, 'lingui-extract', 'Run lingui extract on all workspace packages') - -export async function runLinguiCompile() { - const folders = await getLinguiEnabledPackages() - await awaitChildProcess( - shell`pnpm -r --no-reporter-hide-prefix --aggregate-output --reporter=append-only ${parallel} ${folders.map((x) => '--filter ' + x).join(' ')} exec lingui compile`, - ) - return awaitChildProcess( - shell`pnpm -r --no-reporter-hide-prefix --aggregate-output --reporter=append-only ${parallel} ${folders.map((x) => '--filter ' + x).join(' ')} exec prettier --write './**/*.json'`, - ) -} -task(runLinguiCompile, 'lingui-compile', 'Run lingui compile on all workspace packages') diff --git a/packages/scripts/src/projects/sandboxed-plugins.ts b/packages/scripts/src/projects/sandboxed-plugins.ts index e12326f52ed9..9872aa65a507 100644 --- a/packages/scripts/src/projects/sandboxed-plugins.ts +++ b/packages/scripts/src/projects/sandboxed-plugins.ts @@ -1,6 +1,6 @@ import { Transform, type TransformCallback } from 'node:stream' import { fileURLToPath } from 'node:url' -import { readdir, readFile, writeFile } from 'node:fs/promises' +import { readFile, writeFile } from 'node:fs/promises' import { isAbsolute, join, relative } from 'node:path' import { createRequire } from 'node:module' import { ensureDir } from 'fs-extra' @@ -10,7 +10,6 @@ import { parseJSONc } from '../utils/jsonc.ts' import { transform } from '@swc/core' import { dest, lastRun, parallel, src, type TaskFunction } from 'gulp' import { parseArgs } from 'node:util' -import { getLanguageFamilyName } from '../locale-kit-next/index.ts' const require = createRequire(new URL(import.meta.url)) const sandboxedPlugins = new URL('./sandboxed-plugins/', PKG_PATH) @@ -54,7 +53,6 @@ export async function buildSandboxedPluginConfigurable(distPath: string, isProdu const json = await readFile(manifestPath, 'utf8').then(parseJSONc) if (!json.id) throw new TypeError(`${manifestPath} does not contain an id.`) if (id.has(json.id)) throw new TypeError(`Plugin ${json.id} appear twice in the plugins.json.`) - await getLocales(json, manifestPath).then((x) => languages.set(json.id, x)) id.add(json.id) builders.set( manifestPath, @@ -76,7 +74,6 @@ export async function buildSandboxedPluginConfigurable(distPath: string, isProdu const json = await readFile(manifestPath, 'utf8').then(parseJSONc) if (!json.id) throw new TypeError(`${manifestPath} does not contain an id.`) if (localID.has(json.id)) throw new TypeError(`Plugin ${json.id} appear twice in the plugins-local.json.`) - await getLocales(json, manifestPath).then((x) => languages.set(json.id, x)) localID.add(json.id) builders.set( manifestPath, @@ -194,21 +191,6 @@ function resolveManifestPath(spec: string) { throw new TypeError('Unknown specifier') } } -async function getLocales(manifest: any, manifestPath: string): Promise { - const locales = manifest.locales - if (!locales) return [] - const base = join(manifestPath, '../') - const localesPath = join(base, locales) - if (!localesPath.startsWith(base)) throw new TypeError('locales cannot point to parent of the manifest file.') - const directChildren = await readdir(localesPath, { withFileTypes: true }) - const languageFamily = getLanguageFamilyName(directChildren.filter((x) => x.isFile()).map((x) => x.name)) - return [...languageFamily].map( - ([languageName, languagePossibleFamilyName]): Locale => ({ - language: languagePossibleFamilyName, - url: locales + (locales.endsWith('/') ? '' : '/') + languageName + '.json', - }), - ) -} class TransformStream extends Transform { public origin: string public onJS: (id: string, relative: string) => void diff --git a/packages/shared-base-ui/package.json b/packages/shared-base-ui/package.json index 03d6da25154d..a800f2d7b926 100644 --- a/packages/shared-base-ui/package.json +++ b/packages/shared-base-ui/package.json @@ -21,32 +21,5 @@ "react-use": "^17.5.0", "urlcat": "^3.1.0", "use-subscription": "^1.8.0" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "./src/locale/{locale}", - "include": [ - "./src/" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/shared-base-ui/src/index.ts b/packages/shared-base-ui/src/index.ts index 12dfc849bc63..515222f52e73 100644 --- a/packages/shared-base-ui/src/index.ts +++ b/packages/shared-base-ui/src/index.ts @@ -4,6 +4,6 @@ export * from './components/index.js' export * from './hooks/index.js' export * from './utils/index.js' -export { addI18N as addShareBaseI18N, languages } from './locale/languages.js' +export { addI18N as importTranslationResources, languages } from './locale/languages.js' export { default as COUNTRIES } from './country-data.json' diff --git a/packages/shared-base-ui/src/locale/en-US.json b/packages/shared-base-ui/src/locale/en-US.json index c491eb782dea..e1a07f6bfc50 100644 --- a/packages/shared-base-ui/src/locale/en-US.json +++ b/packages/shared-base-ui/src/locale/en-US.json @@ -1,7 +1 @@ -{ - "messages": { - "3ThLdM": ["Report on GitHub"], - "CU3U3d": ["Try to recover"], - "i6OT6/": [["subject"], " has an error"] - } -} +{"messages":{"++B0oY":["This function has been turned off in the App settings. Enable plugins to fully access."],"+01Ill":["Change to Solana Wallet"],"+5hgHR":["Are your sure you want to disconnect? You may lose part of functionalities of this website."],"+95jK3":["Gas limit too low will cause the transaction to fail."],"+A4TPN":[["0"]," NFT contract"],"+CzAt9":["Previous unfollow transaction is in processing, please wait and try again."],"+IEBAO":["Approve amount"],"+K0AvT":["Disconnect"],"+POswt":["Sell Tax: ",["0"]],"+Qcnh5":["Please select the appropriate method to restore your personal data."],"+W8dUJ":["Tap to view the private key <0/> Make sure no one is looking at your screen"],"+XyQiK":["Agree"],"+Zuhm7":["Support Identity code, private key, local backups or cloud backups to access your personal data."],"+adBn3":["Chrome - external extension"],"+b7T3G":["Updated"],"+fTqvl":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"],""],"+hwfjv":["Please select the wallet to activate the function after saving the settings."],"+m7PfT":["Deleted successfully"],"+m7x4e":["Backup Successful"],"+q+Wa9":["Swap anyway"],"+uISZO":["Incorrect Password"],"+ubcPw":["No power"],"+xKN8I":["<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later."],"/2nH6X":["Make another Bridge"],"/7tku+":["Try"],"/BI0y9":["Refunded"],"/Dk+nX":["More on ",["0"]],"/I3RSJ":["Report Spam"],"/JOEaC":["Deploy Smarty Pay wallet"],"/KseE7":["Delete File"],"/LkuGq":["Restore from a previous database backup"],"/OPmPQ":["Verify ",["0"]],"/Swcdo":["Failed to swap"],"/WfDJy":["If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets."],"/capO6":["Failed to deposit ",["0"],"."],"/eguJc":["Uploading"],"/fo6Dv":["Gas Limit (Units)"],"/giXwU":["Medium Risk"],"/hKQcr":[["seconds"],"s"],"/jQctM":["To"],"/nT6AE":["New password"],"/riTT2":["Pinned successfully."],"/uEw9z":["Your X account authorization has timed out. Please try again."],"/vtDGO":[["0"]," is connected to these sites, they can view your account address."],"/xrk7I":["FAQ&Tutorial"],"/y/pZ3":["Select a Token"],"0+3dvg":["This NFT didn't have any offers."],"0/eoR6":["Revoking"],"00b9QG":["Set Your Payment Password"],"01DWy7":["Click the settings icon to list it on the App board."],"04MqGo":["Post content:"],"09vHB+":["Failed to decrypt."],"0C6WdO":["Upload backup"],"0D4bav":["Name or Contract address e.g. USDC or 0x234..."],"0F4ogS":["Payment Password should be between 6 and 20 characters."],"0HnKBn":["Hide mnemonic words"],"0Lp4o6":["Load failed"],"0M//Nn":["The Persona is connected to the following accounts: ",["list"]],"0ZC72+":["Connected successfully."],"0bKGbK":["No past rounds found."],"0caMy7":["History"],"0dFHbr":["Confirm swap risk"],"0fljZe":["Trading Route"],"0hFUd/":["You must give the ",["0"]," smart contract permission to use your ",["1"],". You only have to do this once per token."],"0jddIP":[["0"]," members"],"0lBTmP":["You need to hold any of the following tokens."],"0oFu/K":["No Lucky Drops claimed"],"0oMKRL":["Delete Contact"],"0tdB+o":["Enable the ",["name"]," Wallet extension and disable other wallet extensions"],"0wJVK+":["Basic"],"0wdd7X":["Join"],"0wzWAN":["Why I can't vote?"],"0xXDLS":["View your profile in firefly"],"0yPSCj":["High Risk"],"0yf3iU":["Wallet sign cancelled."],"1+6BOG":["Download Backup"],"1+P9RR":["Switch to ",["0"]],"11kmCI":["We are not aware of any code that prevents the sale of tokens."],"199DuV":["Display specific information of Gitcoin projects, donate to a project directly on social media."],"1DwbcE":["Loading...."],"1EOhmY":["Rank #",["0"]],"1LkMSp":["Add Suggested Token"],"1M8xFP":["Transaction with extremely low slippage tolerance might be reverted because of very small market movement."],"1QJyuR":["At most ",["RED_PACKET_MAX_SHARES"]," recipients"],"1QfxQT":["Dismiss"],"1R2W/B":["This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup "],"1TNIig":["Open"],"1TaavV":["Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase."],"1Uqt6P":["Disconnect Wallet?"],"1Wbxhe":["This profile can not be followed: ",["0"]],"1Z++2X":["The Persona is not connected to any accounts."],"1agbuA":["Functions that can suspend trading"],"1bTY60":["Token Value"],"1kE7ob":["Network saved"],"1mjyN6":["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."],"1nMGEs":["Personas"],"1njn7W":["Light"],"1on6yK":["How to use ",["0"]," Wallet?"],"1rsf+c":["After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup."],"1xwmzN":["Switch to other accounts"],"2/N/mr":["Connect with ",["providerName"]],"22QmCQ":["The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"28ABhV":["Connect EVM Wallet"],"29b5Sq":["Blocto only supports the Flow chain."],"2CMLgZ":["Token ID separated by comma, e.g. 1223,1224,"],"2FYpfJ":["More"],"2GHENQ":["Web3 Profile"],"2J5wRx":["Failed to get quote information"],"2Lr4ie":["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."],"2MPu+c":["Priority Fee (GWEI)"],"2XVeKu":["Airdrop Scam"],"2Xze/r":["Block Explorer URL"],"2jQko7":["Associated Accounts"],"2kXxch":["Sorry, signature failed! Please try signing again."],"2p7WMm":["Give permission to access <0/> your ",["0"],"?"],"2saF1j":["Tax can be modified"],"2wxgft":["Rename"],"34UMci":["Wallet Settings"],"38C83c":["Recovery Phrase"],"39ohdf":["Activities"],"3A/gtD":["Invalid RPC URL."],"3A/mG4":["Change Wallet"],"3AP6p1":["Public Key: <0>",["publicKey"],""],"3B4jmY":["Data correlation"],"3CR0qY":["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."],"3J+S3n":["Search Next.ID, X, Lens, ENS or Address"],"3OhjJ4":["Powered by <0>Mask Network<1><2/>"],"3Q5eQl":["Please click the \"Post\" button to open the compose dialog."],"3Q8dPe":["The website (",["messageOrigin"],") is asking you to sign in to another domain (",["0"],"). This may be a phishing attack."],"3SiDD1":["<0>",["user"]," burned <1>",["1","select",{"nft":["an NFT"],"name":[["0"]],"other":[]}],""],"3ThLdM":["Report on GitHub"],"3WZ1WL":["Please enter backup password to export persona private key."],"3YDnov":["Token now is hidden."],"3ZgRKI":[["type","select",{"post":["<0>",["user"]," publish a post on ",["platform"]],"mint":["<1>",["user"]," minted a post on ",["platform"]],"revise":["<2>",["user"]," revised a post on ",["platform"]],"share":["<3>",["user"]," shared a post on ",["platform"]],"other":[]}]],"3awOET":["Rank"],"3bGj61":["Claim on Firefly"],"3cAxpB":["There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price."],"3cw8FQ":["To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs."],"3dAaqV":["📃📃📃 Try to permanently use decentralized file storage on ",["sns"],". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions."],"3fpIq1":["to ",["0"]],"3iUAE7":["Backup to Google Drive"],"3kbpgO":["Gas Limit"],"3lUGN0":["Switch Persona"],"3pqzUK":["Contact added."],"3qe4O9":["Max Fee"],"3uBJPr":["File delete"],"3uQmjD":["Average"],"3ublvs":["Try token from different chains"],"3yLqgI":["Name or contract address eg. PUNK or 0x234..."],"4+VnE8":["ENS"],"42yL2J":["Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ",["encrypted"]],"43g2kf":["Only visible to yourself"],"44bNbA":["Select an NFT Contract"],"4DIYdt":["No associated wallet. <0>Add Wallet."],"4EN5JL":["Your Persona has been successfully created."],"4FvVUv":["Reset Wallet"],"4GBOoi":["Failed to create theme."],"4Gz2wC":["Failed to upload file"],"4HavhE":["Powered by <0>Mask Network"],"4HtGBb":["MAX"],"4JCJIV":["What is Web3 File Service?"],"4coHVU":["Lens Unfollow"],"4lm4o+":["Solana"],"4na5mr":["This message contains a invalid EIP-4361 message. It is better to reject this request."],"4ojMOt":["Please enter your backup password."],"4pSxwB":["Go"],"4zgT9K":["Connect Mask Network Account using your wallet."],"50QwC8":["value"],"51TkMy":["Claiming will be live until: <0> ",["days"]," d ",["0"]," h ",["1"]," m"],"51cT/A":["The minimum amount for each share is ",["0"]," ",["1"]],"51rAFB":["Please copy the following text and image (if there is one) and publish it."],"52nzPV":["Data source is retrieved from ",["0","select",{"twitter":["Twitter profile"],"facebook":["Facebook profile"],"other":[]}],"."],"55/jcy":["Hi friends, I just withdrew my deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"5Dz44N":["Set Payment Password"],"5E57TU":["Max priority fee is too low for network conditions"],"5G0lxx":["Powered by <0>Scamsniffer"],"5HVoyc":["Transaction Details"],"5Jczad":["I just claimed a lucky drop from @",["0"]," on ",["1"]," network."],"5N3b5J":["Market Cap"],"5O5enn":["Enter Payment Password"],"5QfZ6O":["Contract source code verified"],"5YfW3S":["Add an encrypted comment..."],"5ZzgbQ":["Connect ",["0"]],"5e22kj":["Email verification code"],"5hFImX":["Deploy Contract"],"5i1JPS":["Never share 12-word secret mnemonic with anyone!"],"5iHe/7":["Network error, try again"],"5o2pdQ":["Create Persona"],"5s6EhU":[["count","plural",{"one":["You have recovered **","#"," Wallet 🚀**"],"other":["You have recovered **","#"," Wallets 🚀**"]}]],"5sIdhw":["Share with"],"5uFQ9j":["Please create a persona and verify your account to use this."],"623chP":["Infos"],"66J/I3":["Transaction Fee"],"678PKt":["Network Name"],"68FuwU":["URLs require the appropriate HTTPS prefix."],"68m9Nl":["Add new address to an existing group"],"6B+2/d":["Stay on top of NFT trending information, hot projects, notable transactions, etc."],"6DvbLh":["Please install your metamask wallet and set up your first wallet."],"6HT670":["Function: ",["0"]],"6IHgRq":["Backup to the Cloud"],"6IvSyW":["Token Standard"],"6RDwJM":["Tokens"],"6U+PWG":["Total NFTs"],"6Uau97":["Skip"],"6V3Ea3":["Copied"],"6VJnE7":["Note: Scams detections might not be 100% guaranteed."],"6YASel":["Invalid Network"],"6YtxFj":["Name"],"6ZZ+4S":["Load Network"],"6foA8n":["Are you sure?"],"6gRgw8":["Retry"],"6k8iqO":[["0"]," ",["1"]," bridge completed successfully."],"6knJVf":["This NFT contract cannot be modified now."],"6s8L6f":["Switch Network"],"6sbLuF":["Current results"],"6ulv1U":["Contract Owner"],"6vVuTX":["This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"7+2e01":["Network removed."],"70wH1Q":["APR"],"76Ml+j":[["0"]," NFT Lucky Drop created."],"76gPWk":["Got it"],"78Kj7O":[["0"]," NFT transferred."],"7Ae1jc":["True Token"],"7Bj3x9":["Failed"],"7PPwVf":["Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted."],"7PgtYC":["Set NFT Avatar"],"7QptC5":["Auto-lock Time"],"7R2WG+":["Decrypted by Mask Network"],"7VpPHA":["Confirm"],"7c99ux":["Contract Deployment ",["0"]],"7cg5cq":["unique contributors"],"7eFA2G":["Failed to revoke token contract."],"7hZyUn":["Processing Deposit"],"7k2lei":["Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later."],"7lnlzl":["Claimed ",["amount"]," $",["0"]," successfully."],"7qUM2b":["Open Mask Wallet"],"7s5tLo":["Allow this site to switch the network?"],"7w1rTm":["The download link is expired"],"7yziEn":["This request has been expired."],"8+xvyR":["Blockchain"],"82+n6o":["Quote Route"],"869iq0":["Transferring asset across to the ",["0"]," network via the ",["1"],"cross-chain bridge"],"87Poy7":[["0"]," ",["1"]," NFT contract."],"88+Eku":["Provide you with fast, reliable and convenient security services."],"89kDhv":["NFT collection"],"8BsgdX":["Failed to get permissions"],"8C8O9E":["Provided by plugin \"",["0"],"\""],"8Dh77Z":["NFTs"],"8IN0ph":["No more data available."],"8J7y6E":["Deposit ",["0"]," for savings."],"8Kly2P":["Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token."],"8MJFvR":[["0"]," Risky factor"],"8N1Wbf":["This token has no risky or attention factors."],"8RF/Sx":["Added successfully"],"8S5o5V":["Share and recommend this feature after saving."],"8TMaZI":["Timestamp"],"8Tg/JR":["Custom"],"8WLjqx":["Never share the 12-word secret mnemonic words with anyone!"],"8ZsakT":["Password"],"8bgRf6":["Can not follow: ",["0"]],"8djViz":["Step ",["step"],"/",["step"]],"8glx+u":["Token ID"],"8rElAH":["Image copied!"],"8wEOMN":["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"9+VwX/":["Add Collectibles"],"9KKhJV":["Signing ..."],"9VcshJ":["Enable auto paste"],"9Y1kXO":["Payment password stored locally and you could try as many as you want to unlock your wallet."],"9bG48P":["Sending"],"9cDpsw":["Permissions"],"9cSIbb":["Click on <0/> at the top-right of your browser."],"9d/Qe4":["Service Agreement"],"9hg9mc":["Downloading"],"9hzYBR":["Failed to download and merge the backup: ",["0"]],"9jba96":["Only TypedMessageText is supported currently."],"9kIgHE":["This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet."],"9lqqpY":["Invalid email address."],"9oP21f":["My vote"],"9oq2rm":["Functions with retrievable ownership"],"9q+I38":["Your voting power"],"9r9nwF":["Identical"],"9sjcnZ":["Disconnected."],"9tG0uf":["Please verify your social account"],"9uYu7e":["You haven't uploaded any files yet."],"9w2hgY":["Paste manually"],"9xaUMG":["General user"],"A+Ijr2":["Close [Check Security]?"],"A0VzMm":["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."],"A1bmDM":["No verified account found here."],"A1taO8":["Search"],"A3Ndml":["Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop."],"A4vJQr":["Set your NFT as profile picture with exclusive aura."],"A6JChW":["The transaction was complete and has been recorded on blockchain at ",["0"]],"A9tojF":["Incorrect password"],"AElxM7":["Transfer ",["0"]," NFT."],"AJNYYr":["Refund Lucky drop"],"AKLbfQ":["Restore Database"],"AMJWWT":["Likely in < ",["estimateSecond"]," seconds"],"ANYjcp":[["shareWithNum","plural",{"one":["1 friend"],"other":["#"," friends"]}]],"ANk/Zy":["Incorrect Backup Password"],"AOPSKq":["Deposit ",["0"]],"ASNDad":["Hide ",["name"]],"AV+9wg":["Re-enter"],"Ah4d0u":["Security Detection"],"AjVXBS":["Calendar"],"Ap948/":["Listed"],"Appw6V":["No NFTs found."],"Aq+O0x":["status"],"AuXfDa":["Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards."],"AuvDq6":["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"],"AwQpq/":["Click on the down-arrow to see the private key."],"AxPAXW":["No results found"],"AxdOHo":["Pair"],"Axp2cZ":["24 Hour Trading Vol"],"AyLiVq":["Scan QR code to receive payment"],"B1T4nn":["Confirm the Lucky Drop"],"B6C0XJ":["No Data"],"B8B8TU":["Verified by ",["0"]],"BAvIGC":["Withdraw token"],"BFhvNB":[["0"]," ",["1"]," NFT contract successfully."],"BMCVM3":["Wallet Sign"],"BQHQ9v":["No websites connected to this wallet"],"BQi2Kk":[["0"]," were claimed"],"BUXiPs":["This Chain ID is currently used by the ",["0"]," network. "],"BWSJkS":["No Airdrop Scam"],"BXixGM":["Use Persona to encrypt and decrypt social media posts & messages."],"Ba6uFH":["Create your NFT Lucky Drop."],"BaU+dx":["Connect your social platform accounts."],"Baj2MJ":["Savings"],"BaoXTT":["<0>Powered by<1>OKX<2/>"],"BiGQfG":["Transaction Hash"],"BkN2qg":["<0>Service Agreement and <1>Privacy Policy"],"BmN4Bk":["Aggregator"],"ByAMF+":["Risk Warning"],"ByPj1d":["Request ID"],"BzEFor":["or"],"BzfzPK":["Items"],"C0JhYS":["Change Network"],"C2/uLW":["Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned."],"C3Wgzy":["You have claimed ",["0"]," $ARB."],"CCIrQ8":["Fake Token"],"CE+M2e":["Info"],"CEk7Nc":["At least 6 characters"],"CFPbpH":["The new passwords don't match"],"CJviCK":["<0>",["user"]," proposed"],"CK1KXz":["Max"],"CMHmbm":["Slippage"],"CMfM6C":["No Enough Gas Fees"],"CP3D8G":["Progress"],"CT10+i":["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."],"CTSEx8":["<0/> publish a post on ",["0"]],"CU3U3d":["Try to recover"],"CWsYB3":["Welcome Back"],"CXHRbe":["Wallet request timed out"],"CYRJEX":["Owners"],"CZSWya":["NFTs added"],"CZmSbe":["Request is valid not before"],"Cf/0to":["Data source is retrieved from ",["0"],"."],"Citz6F":["Exchange"],"CkLMZ2":["File delete failed"],"CmMDVW":["<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction."],"CpciBt":["Switch to Polygon and Follow"],"CtByM7":["Connect Wallet"],"Cwxng+":["Supported formats: JPEG, PNG<0/> Size limit: ",["0"]],"Cy19fm":["View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline."],"CygwLN":["Swap completed successfully."],"Cz6Lx7":["Encryption Method"],"D79cZK":["Instant"],"D9iWaX":["Please check ToS document"],"D9za/8":["Missing dex contract address"],"DA2uGM":["Click the application icon to hide in the App list."],"DAFhfT":["There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"DC3sw8":["Two entered passwords are different."],"DHhJ7s":["Previous"],"DKBbsW":["Gas price must be greater than 0 Gwei."],"DPfwMq":["Done"],"DYoO0m":["Token quantity greater than"],"DdUFp+":["The transaction was confirmed at ",["0"]],"Dk6Non":["Whitelist function"],"DkHkqH":["Recommended dimensions: 1016 × 672 px"],"DnmyoA":["Priority fee should be greater than 0."],"DoQ5Lj":["RPC URL"],"Dpe+e3":["Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet."],"DtZDW+":[["0"]," (UTC+8)"],"Du6bPw":["Address"],"DuIDTw":["To verify your X account and record it on the NextID, please send this post for the verification."],"Dz56Ua":["Encrypt"],"E399AQ":["<0>",["user"]," bridged <1>",["amount"]," ",["symbol"]," from <2>",["source"]," to <3>",["target"],""],"E6HGuD":["Check out the official website"],"E6Sqiu":["Failed to load ",["0"],". Click to retry."],"E6YUtc":["Merge to Browser"],"E7prOW":["<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature."],"EBC6hj":["Local Backup"],"EGWr+Q":["Web3 Profile Card"],"EJRk0x":[["gasOptionType","select",{"slow":["Slow"],"normal":["Average"],"fast":["Fast"],"custom":["Custom"],"other":[]}]],"ELQ256":["Make another Swap"],"EMLHjH":["More Details"],"ENIvoT":["Please set up the amount of time before we automatically lock your wallet."],"ERYJcj":["Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers."],"EStYiZ":["No proxy"],"EVFPUv":["Transfer NFT"],"EYwKb0":["Gas Price (GWEI)"],"Ea4oxV":["Follow System"],"EbE80y":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post."],"EbVCxG":["<0/>",["txType","select",{"deploy":["deployed"],"execute":["executed"],"other":[]}],"<1/>"],"Eda+dy":["🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ",["encrypted"]," to send your first encrypted tweet."],"Eefe1a":["The input is not a single file."],"EfAke+":["<0>",["user"]," voted for <1>",["option"]," on <2>",["platform"],""],"Eh4m6e":["<0>USD Value<1>$",["0"],""],"Enb3Qk":["You claimed 1."],"EoKe5U":["Domain"],"EsKgLS":["Click here to have a quick start."],"Ev2r9A":["No results"],"EwiD7E":["Confirm Payment Password"],"F/pYeX":["Create NFT Lucky Drop"],"F3bW6y":["Platform"],"F4Igxz":["Quote route"],"F7U8uz":["Creating your **wallet**"],"F8VT6y":["Failed to transfer NFT."],"F8Wc3I":["Drag & Drop your file here"],"FAKSZG":["Add google Drive"],"FC17bL":["<0>Powered by <1>Mask Network"],"FGceVy":["Owner can't change balance"],"FMQ6p2":["You've already claimed the lucky drop"],"FR2cx3":["Anti_whale(Limited number of transactions)"],"FY2gWe":["The contract address is incorrect or the collection does not belong to you."],"FZg3wM":["Operation"],"FfJy7A":["Manage Network"],"FgAxTj":["Log out"],"Fgyfqo":["Amount Each"],"FiKDfi":["Failed to unlock NFT contract."],"FiYmUY":["No associated accounts"],"Fim3FY":["Download https://mask.io to try more powerful tools on Twitter."],"Fn9Tvh":["Volume (24h)"],"FnQek5":["Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request."],"FnjSI+":["Not current account. Please switch to this account to set up NFTs Profile."],"Fs/bd5":["Invalid Block Explorer URL."],"FzzpXs":["Sale ends in ",["0"]],"G+XYfT":["Do you want to delete file <0>",["0"],""],"G4NrhP":["Persona created."],"GAZNIW":["Price Statistic"],"GAvnvl":["Payment Password"],"GDe4XX":["Please connect wallet to check if you are eligible to claim $ARB."],"GEL05h":["WalletConnect"],"GExRUL":["Backup password"],"GHvzdC":["No content for the last two weeks."],"GK6Tzr":["Persona Sign"],"GLDuz6":["May be a honeypot."],"GRLMKx":["Winners"],"GS+Mus":["Export"],"GS0ldX":["Unsupported network type"],"GShMK6":["Refunding"],"GTJCth":["The contract owner is not known to be able to modify the balance of the token of other addresses."],"GWCG6Y":["Copy image"],"GWKfFr":["To use Lido, you need to wait ",["0"]," days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1."],"GWMpIa":[["0"]," Risky factors"],"GXhrYw":["1. If you haven't installed the ",["name"]," Wallet"],"GXsAby":["Revoke"],"GZzKYx":["Buy Tax: ",["0"]],"GaH2JF":["Suggest to send transactions and sign messages"],"Gia1VG":["Web3 File Service"],"Gmmd6d":["Verify your X ID"],"GrTvoo":["Transaction in progress. Thank you for your patience."],"GtJJAj":["Add Wallet"],"Gw91G1":["This request should only be sign in the future."],"GyvZPz":["Token ID should be separated by comma, e.g. 1223,1224,"],"H1v3zR":["Insufficient ",["0"]," Balance"],"H8rw2f":["(the name is set by the web site)"],"HCKlXm":["Token Contract Address"],"HF6C2L":["Phone Number"],"HFVck2":["Lucky Drop with ",["0"]," refunded."],"HGTZAO":["Step 2/2"],"HH25qd":["No wallet selected."],"HIq3th":["Cannot switch to a unknown network."],"HKH+W+":["Data"],"HTX2HV":["Minimum received"],"HVRhUV":["By proceeding you agree to the"],"Hp1l6f":["Current"],"HpK/8d":["Reload"],"HqiAyF":["Gwei"],"HvDfH/":["Imported"],"HvUm3m":["Choose and show your Web3 footprints on X."],"I4caYo":["Invalid verification code."],"I5kL4f":["Activity Log"],"I7z//Y":["Trading route"],"IBAx3U":["Kept safely"],"IF7RiR":["Cover"],"IGbphl":["Unlocking ALL..."],"ILvrUp":["Unlikely to be a honeypot."],"IMX4sR":["Blacklist function"],"IQ3gAw":["Upload File"],"ITBQO3":["Max priority fee must be greater than 0 GWEI"],"IUG86v":["The Persona is connected to the account @$",["0"],"."],"IUp08P":["The current wallet does not hold a lens and cannot follow/unfollow"],"IX1M/E":["Floor price"],"IXbRbM":["Choose another wallet"],"If2v4h":["Lucky Drop"],"IhnvgP":["Change to EVM Wallet"],"ImhKg5":["Could not fetch chain ID. Is your RPC URL correct?"],"IoAuJG":["Sending..."],"IrI9pg":["End date"],"Iu4Ja9":["Please enter token contract address."],"J05/Al":["Set NFT NFT Background"],"J0LAHU":["Refund"],"J0Mxpc":["The ",["0"]," is in progress. You can check its status in History after exiting this page."],"J24FyN":["Bridge"],"J2eKUI":["File"],"JA8K9s":["Unpacking"],"JGds+N":["Lack of number, letter or special character."],"JGpseC":[["0","plural",{"one":["This domain is"],"other":["These domains are"]}]," currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"JLiwYz":["Mask Network requires the permission of following websites before using it."],"JOP9uZ":["Transaction has been rejected!"],"JPHuMW":["Swapping"],"JUcj/I":["Switch X Logo"],"JXJlYD":["Set Your Persona Name"],"JbKZsv":["Scan the QR code with a WalletConnect-compatible wallet"],"JeHCi7":["No function found that retrieves ownership"],"JfI60y":["Incorrect Payment Password."],"Jg5pf7":["Current base fee is ",["0"]," Gwei"],"JiIKww":["Advanced Settings"],"JlFcis":["Send"],"JlIzk8":["Browser File"],"Jnjbl3":["You need to follow <0>@",["twitterHandle"],""],"Js4Nk0":[["0","select",{"finding_post_key":["Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you."],"finding_person_public_key":["Mask is looking for the public key of the author..."],"other":["Mask is decrypting..."]}]],"JuVC24":["Deposit token"],"JwzZmt":["to <0>",["toAddress"],""],"K1tshY":["Failed to download image"],"K5a6t1":["Persona already exists."],"K7tIrx":["Category"],"K8jCIB":["Data backed up successfully!"],"KAS4UW":[["0"]," Attention factor"],"KCeSRZ":["We will need to verify your Twitter account and record it on the NextID. Please post it for validation."],"KFYFgI":["Wallet sign failed."],"KFwID2":["Restore Failed"],"KGHnSc":["Lock Wallet"],"KJGKkh":["EVM Chains only"],"KMgp2+":[["0"]," available"],"KPUGxy":["Random Amount"],"KRz1oj":["Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X."],"KTfagY":["Lucky drop with ",["0"]," created."],"KVAoFR":["unlimited"],"KVkke3":["Set NFT PFPs"],"KWeNH6":["Unlocking ",["hasSymbolName"],"..."],"KisOjk":["Restore or Login"],"Kj4oEm":["Generate a new persona"],"Kl9gHp":["Wallet Group #",["0"]],"KmQ25M":["Max priority fee is too high for network conditions."],"KnidLU":["Not Connected"],"Ko4L/B":["The receiving address is a contract address. Please check again."],"KojyJ4":["Wrong Network"],"Koz2Rg":[["0","plural",{"one":["Action"],"other":["Actions"]}]],"KtMMzG":["Wallet disconnected"],"KwJJLb":["<0>Powered by <1>",["0"],""],"Ky09J8":["Previous follow transaction is in processing, please wait and try again."],"KziH2K":["Fast"],"Kzu9r9":["24H Traded Volume"],"L+bpwv":["Please set up backup password to export private key."],"L4vN0F":["EVM"],"L82H5Z":["Creating your **identity**"],"L87Mfu":["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."],"L96aan":["View full transaction details"],"LBtfmO":["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."],"LJkXYZ":["Create New Mask Identity"],"LLf+t1":["No deposit protocols found."],"LNItR6":["You have set NFT PFP successfully."],"LP+1Z7":["Add Network"],"LSwUJb":["Select Liquidity"],"LU3p9s":["Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account."],"LWJCIn":["Connected sites"],"La9ArN":["<0>Powered by ",["publisherNode"]],"LcET2C":["Privacy Policy"],"LcZh+r":["Unsupported data backup"],"LhMjLm":["Time"],"Lho4Qd":["DSearch"],"LiE5z4":["Max base fee should be greater than 0"],"LigbuA":["In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension."],"LkYKvc":["Please select the correct words in the correct order."],"LqWHk1":["Hide ",["0"]],"Lx4CpL":["Wallet name must between 3 to 18 characters."],"Lz7CzN":["No mint function"],"Lzo8mb":["Claimed: <0>",["claim_numbers"],"/",["total_numbers"]," <1>",["0"],"/",["1"],"<2><3>",["tokenSymbol"],""],"M0FgOk":["Add Contact"],"M1RnFv":["Expired"],"M1ts1r":["View your address"],"M24E85":["This address is a contract address."],"M4g1UJ":["Contract Interaction"],"M7ZGdw":["2. If you have installed the ",["name"]," Wallet"],"M9OYUo":["Please try again if you failed to vote."],"MC00Lm":["Scan QR code with WalletConnect-compatible wallet"],"MEIAzV":["Unnamed"],"MKEPCY":["Follow"],"MOHcKb":["Enter a max priority fee"],"MQ9hQ4":["DAO"],"MR/0Va":["All Mask Network users"],"MTqQMG":["Not set"],"Mh3RsB":["Best Wishes!"],"Mi8ATZ":["The token approval revoked."],"Midntl":["Download report"],"Mm1aH+":["Proxy contract"],"MpnSqP":[["0"]," Pending"],"MqdtT5":[["0"]," Bridge Network fee"],"MyjAbr":["Resend"],"N/fqDa":["Ens or Address(0x)"],"N0YrmD":["Valuables"],"N0tcou":["Claiming..."],"N2DUxS":["Insufficient Balance"],"N2S1rs":["Empty"],"N2aeX8":["No valid wallet detected. Please connect wallet or verify wallet firstly."],"N40H+G":["All"],"N5GKfB":["Tax cannot be modified"],"N6/RZd":["Sorry, failed to save NFT Avatar. Please set again."],"N931rj":["Your transaction should be done in <0/>"],"NERSN2":["or Holding NFT"],"NJbBmC":["Switch Twitter Logo"],"NOi+Fr":["This QR includes your identity, please keep it safely."],"NTnXx/":["<0/> unapproved <1>",["0"],""],"NVt/wW":["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"NWqhru":["Reselect"],"NZ7wlC":[["0"]," Holder"],"Na6Ytj":["Change NFT PFP"],"NaZTE7":["Incorrect Mnemonic Words."],"NdlvGd":["Claim Details"],"NfxOUe":["Enter Total Amount"],"Ng063n":["Donate"],"Nhp9Kw":["Exceeded the maximum file size of ",["fileSize"],"."],"NkgvWN":["Logout failed"],"NloaHG":["Backup Password"],"Ns5WaC":["No backups found"],"Nu4oKW":["Description"],"NwibRO":["Supported contracts"],"NzlE6O":["By granting permission, you are allowing the following <0/> contract to access your NFTs."],"Nzm8dm":["Example: Alice"],"Nzwli2":["Base"],"O2XHf2":["Check ",["providerName"]," to confirm connect."],"O3Nzf+":["Bridge between this token pair are't supported at the moment."],"O3oNi5":["Email"],"O86J+j":["This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud."],"O8PsYe":["Add the file to Chrome's database"],"OAZ+tI":[["attentionFactors","plural",{"one":["#"," Attention item"],"other":["#"," Attention items"]}]],"OAfk3i":["Hash"],"OCJdad":["<0>To: <1>",["to"],""],"OLUEnY":["when you click Add Google Drive button,you will be forwarded to Google authorization pages."],"OLY2Jk":["Gas Price"],"OQEwR/":["Create Lucky Drop"],"OR475H":["Network"],"OcvI49":["No blacklist"],"OfhWJH":["Reset"],"OgPkDe":["Currency Symbol (Optional)"],"OgohfQ":["File Key: <0>",["0"],""],"OhgYJS":["Basic setting"],"OkofjH":["Recover"],"On0aF2":["Website"],"OsyKSt":["Withdraw"],"OuUyzz":["No contacts stored locally, you can try searching."],"OzSOpz":["Create a Privy wallet using an X account"],"P+K/3O":["Confirming"],"P7S/hC":["Max priority fee must be greater than 0 Gwei."],"P9wzG/":["Recovery"],"PByO0X":["Votes"],"PDW/HG":["Your Persona is on **ready 🚀**"],"PGdbc0":["Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com."],"PHM7OA":["Supported Sites"],"PI/VCJ":["Select the wallet(s) to use on this site. You should not connect to website you don't trust."],"PIG043":["Gitcoin"],"PLWaf6":["Create the Lucky Drop"],"PNZOzY":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"]," on <5>",["3"],""],"PRkIUI":["Gas Fee"],"PTXNyo":["Waiting for ",["providerType"]],"Pd3dlq":["Circulating Supply"],"PeT3a5":["You have successfully restored the backup from Google Drive to your browser."],"PiH3UR":["Copied!"],"PjBWOL":["Create your persona to get started"],"PlE+Fs":["Connect and Verify ",["0"]],"PsQmAw":["Everyone"],"Pt3n39":["No back up"],"PwjgPX":["Please create your persona to use Web3 Profile."],"Q0IFtx":["The custom amount entered may be higher than the required network fee."],"Q2lUR2":["Currency"],"Q68Nuc":["Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it."],"QF9SdB":["Split Mode"],"QHZRmq":["Sites"],"QHcLEN":["Connected"],"QJQd1J":["Edit Profile"],"QQPCqQ":["Backup Wallet"],"QRsMow":["Transaction Confirmed"],"QU9aqK":["You have signed with your wallet."],"QUBIav":["Failed to bridge"],"QWxok/":["Connect with Mask Wallet"],"QXDgyQ":["Please write down the following words in correct order. Keep it safe and do not share with anyone!"],"Qbo7Ev":["Write down mnemonic words"],"QcVZFH":["Step ",["step"],"/",["totalSteps"]],"Qd0xFm":["Refund your expired Lucky Drop."],"QowPFh":["Collectibles"],"QpgBEp":[["0"]," days"],"QsVbHo":["Sending address"],"QyZU8V":[["riskyFactors","plural",{"one":["#"," Risky item"],"other":["#"," Risky items"]}]],"QypSt2":["Update X.com Permissions"],"Qz8niP":["You may lose your assets if you give approval to the website of this token."],"R/Pfmp":[["amount"]," ",["0"]," tips sent."],"R2K7XH":["Account successfully connected to persona"],"R9aEN5":["Send ",["0"]],"RCBmDP":["Follow @masknetwork to explore Web3."],"REeHKm":["<0/> ",["txType","select",{"trade":["traded"],"mint":["minted"],"other":["traded"]}]," <1>",["0"]," ",["1"]," for <2>",["2"]," ",["3"],""],"RH8jSA":["Merge data to local database"],"RHSlVw":["Follow @masknetwork (mask.io) to claim NFT lucky drops."],"RL5m+x":["Generating your **accounts**"],"RLBjfU":["Attached File: ",["name"]," (",["size"],")"],"RNfEI8":["You canceled the request."],"ROWd/9":["Leave blank to allow any amount; enter a number to set a minimum holding requirement."],"ROWeBX":["Followings"],"ROsDRH":["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"],"RRw7LE":["Identity ID"],"RUYsn0":["Clear All"],"RW1HJz":["The receiving address may be a malicious address."],"RWoEqV":["Failed to transfer token: ",["message"]],"RZOA0N":["Find Mask Network in the extension list and click the <0/> button."],"RdfrN2":["Mint Address"],"Re7Oex":["Transaction submitted."],"RhCL4z":["Max amount"],"RiLzWA":["Please switch to this network in the mobile application wallet you are connected to."],"RiQQyz":["This allows the third party to spend ",["value"]," ",["0"]," from your current balance."],"Rm3JCH":["File name must between 3 to 20 characters."],"RqRRf6":["Created by <0>",["0"]," • <1>Website"],"RrGhwo":["File ",["0"]," deleted."],"RuO5md":[["seconds"],"sec"],"Rx8sxX":["Select liquidity"],"RxlKnY":["Lens"],"Ry8TiY":["Create Smart Pay wallet"],"S0CsaV":["Create a New Wallet"],"S0vyIh":["Owner changed."],"S2JNMm":["Your file has been successfully restore into the browser data."],"S33tz3":["Not connected"],"S6Qdlo":["Scam Warning"],"SDrb6I":["Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account."],"SGVkVp":["Two entered passwords are not the same."],"SIrUT3":["Grant access to your ",["0"]," for the Lucky Drop Smart contract. You only have to do this once per token."],"SLEDBF":["Failed to add the wallet, please try again."],"SNZM71":[["0"]," withdrawn."],"SREKz9":["Report NFT Scam Contract?"],"SUqBr9":["Refund ",["0"]," ",["tokenSymbol"]," Successfully"],"SX2UXi":["Your vote has been successful."],"SYGo/R":["Import Wallet"],"SYgxDf":["Slow"],"Sfu/we":["Failed to delete, please try again."],"ShHV7X":["Cloud Backup"],"ShmUTn":["Add a Custom Cover"],"Sitstz":["Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund."],"Sjplg3":["View on Explorer"],"SlxhDh":["Verify your wallet"],"Sp69uH":["The web site can"],"T0W3Z8":["Insufficient funds for gas."],"T0Y2+3":["Select a token"],"T3EPqL":["Max base fee"],"T3dlAs":["Quote expired. Update to receive a new quote."],"TA4fAr":["The wallet name already exists."],"TFEJcT":["Set NFT PFP"],"TIIaK1":[["2","select",{"approve":["<0>",["user"]," approved ",["0"]," to <1>",["contract"],""],"revoke":["<2>",["user"]," approved ",["1"]," to <3>",["contract"],""],"other":[]}]],"TJt1iY":["Decentralized social graph protocol for user-centric Web3."],"TNFd5O":["View real-time crypto prices, market cap, trading volume, etc."],"TP9/K5":["Token"],"TRoDRd":["Failed to deposit token."],"TYTRNP":["Eligible to claim"],"TZDLPg":["Claimable"],"Tfxac6":["This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"Tg003Y":["Connected wallets settings"],"Tl3Zls":["This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee."],"TnHNX9":["Update permission for X.com"],"ToePai":["Spend limit requested by"],"TppkTk":["<0>",["user"]," carried out an activity to <1>",["target"]," on <2>",["platform"],""],"TpqeIh":["Error: ",["0"]],"Tuc34V":["Confirm Bridge"],"Tx/jsw":["Do you need to paste encrypted content manually?"],"Tz0i8g":["Settings"],"TzarJw":["Bridging"],"UBzbea":["Recover your wallet"],"UDKbPj":["Your file has been successfully merged into the browser data."],"UFzLh1":["When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ",["0"],". Please reduce the number of NFTs selected."],"UO7xDp":[["0"]," Pool"],"UPJjXF":["Network error, try again: ",["0"]],"URAE3q":["Paused"],"URmyfc":["Details"],"UUfXpm":["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."],"UWxJIW":["Powered by Celer Network. Support $MASK!"],"UXBK7e":["<0>",["user"],"sent",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"to <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"UaXeX3":["Okay"],"UbRKMZ":["Pending"],"Udf/Es":["Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network."],"UfJmJU":["Invalid slippage tolerance."],"UjJCIX":["Contract source code not verified"],"UjRxho":["Persona Recovery Phrase"],"UmVZrM":["Failed to create Lucky Drop."],"UpqenY":["We recommend new Web3 users to keep [Check Security] open."],"UqJ0W/":["Cancel Transaction"],"Usynqd":["Gas price is too low and will cause the transaction fail"],"UtKGok":["Backup Persona"],"UvJiVZ":["There's no feed associated with this address."],"UxJ2jd":["Display Snapshot proposals on the X of the respective project or protocol."],"UxYZfY":["Revoke the approval for ",["0"],"."],"V+1pjj":["Back Up Your Data Your Way"],"V+ZuGt":["You claimed ",["0"]," $",["1"],"."],"V6YDUB":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"],""],"V6wYl1":["Total amount"],"V8j2d/":["App list"],"VAOn4r":["Unlock"],"VECuJk":["Wallet Account"],"VHShJf":["Please click Browse Files button to select files to upload."],"VHVdS1":["No votes"],"VP4HYe":["Next.ID"],"VSx1eg":["Max priority fee"],"VbeIOx":["Author"],"VcPDSd":["Unsupported key store data"],"VdhBp2":["The chainID is not equal to the currently connected one."],"VdkQUC":["Please sign up or login ",["siteName"]," to connect Mask Network."],"Vj7ma7":["Support mnemonic phrase, private key or keystore file."],"VlpdUm":["Use NFT"],"VsHxv+":["Copy text"],"VvGC/Y":[["0"]," Network fee"],"VvPeyR":[["0"]," unlocked"],"VzQ7uf":["Unknown EIP-4361 message version."],"VzQOL2":["This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap."],"W0uonA":["This QR includes your mnemonic words, please keep it safely."],"W2es+t":["Oops, it seems you don't have any voting power at block ",["0"],". <0>Learn more"],"W5OcTk":["No approved contract records."],"W7e3zN":["Are you sure to remove the connected wallet <0>",["0"],"?"],"W7rMXF":["Failed to send token."],"WAjFYI":["Start date"],"WDcQq9":["Unlisted"],"WKG5E8":["You need to hold at least ",["quantity"]," of any of the following tokens."],"WLMjwL":["Confirm to hide ",["0"],"? You can redisplay it by re-adding this token at any time."],"WS7EYf":[["0","select",{"Post":["<0/><1>",["handle"]," published a post on <2>",["1"],""],"Comment":["<3/><4>",["handle"]," made a comment on <5>",["2"],""],"Mirror":["<6/><7>",["3"]," mirrored a post post by<8/><9>",["handle"]," on <10>",["4"],""],"Quote":["<11/><12>",["handle"]," quoted a post post on <13>",["5"],""],"other":["<14/><15>",["handle"]," post stuff on <16>",["6"],""]}]],"WWPi4P":["Incorrect wallet address."],"WY8amq":["Invalid number"],"WZcvLm":["Follow Now"],"WeNxrL":[["0"]," Attention factors"],"Weq9zb":["General"],"WmXCMa":["Switch other account"],"Wqoa0p":["Connect Persona"],"WqzYn1":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"]," to <2>",["project"],""],"WsNUie":["Claimed: <0>",["0"],"/",["1"]," <1>",["2"],""],"Wvnsx1":["Auto-lock"],"Wy16g8":["Gift crypto or NFTs to any users, first come, first served."],"X0PXso":["Swap duration"],"X200Sr":["Forgot payment password?"],"X3X0nY":["You may have ",["0"],"% less received with this level of slippage tolerance."],"X6ujRd":["Be aware, check the token before adding it."],"X8N33g":["Transaction history is only stored locally and will be deleted if you clear your browser data."],"X8w6bW":["Enter Max spend limit"],"XA8JXM":["Add NFTs"],"XB3tfc":["Encrypting your **data**"],"XC7RGa":["Recover your data"],"XDtQ7t":["Display the following address on your Web3 profile page and use it to receive tips."],"XGRJzS":["Open in a new tab"],"XGqAnD":["This token contract has code that prevent selling. This might is a honeypot."],"XQDdOC":["No friends are stored locally, please try search one."],"XQQx83":["<0>",["user"]," ",["0","select",{"supply":["supplied"],"add":["added"],"repay":["repaid"],"withdraw":["withdrew"],"collect":["collected"],"remove":["removed"],"borrow":["borrowed"],"other":[]}]," liquidity on <1>",["1"],""],"XUKicg":["Step 1/2"],"XYLcNv":["Support"],"XZ/B+f":["Don't see your NFT?"],"XcWehA":["Update Quote"],"Xftpm5":["Select Collection"],"XjDSdO":["Old Payment Password"],"Xlpdi1":["on ",["fromNetworkName"]],"Xprzee":["Enter a gas price"],"XrH+JC":["IPFS"],"XrlvqN":["Who can claim?"],"XsyYEe":["This NFT didn't have any activities."],"XyAmgg":["Add wallet"],"Y7N0Sj":["View your account balance and history"],"Y9mYPy":["Powered By ",["0"]],"YF8jon":["Ended ",["relativeEndTime"]],"YKSmxE":["Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts."],"YLObqx":["Equal Amount"],"YOacnL":["Tell friends what's happening..."],"YOnK5s":["<0>",["user"]," registered ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an ENS "],"other":[]}],"for <3>",["costValue"]," ",["costSymbol"],""],"YPNSH3":["Connect Solana Wallet"],"YSi9PS":["Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events."],"YW51YO":["24H sale"],"YXIpYp":["Please verify the current persona with a social media account before using dApps."],"Yckw2R":["Fiat On-Ramp"],"YdCB5X":["Copy private key"],"YiPiv6":["There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"YirHq7":["Feedback"],"YnqCPK":["Verify Account"],"Yp8yB4":[["0"]," to ",["1"]],"Ywu8Rl":["Please connect ",["0"]," and send a proof post before using dApps."],"Z/tioj":["Swap ",["0"]],"Z16qyu":["Persona Name"],"Z3+V9p":["Restore backup failed."],"Z33XCd":["Input contract address"],"Z3FXyt":["Loading..."],"Z3S6Dx":["Step 1/3"],"Z3y+8t":["Unsupported Network"],"Z6siIw":["Switch between the classic Twitter logo and the new one."],"Z7ZXbT":["Approve"],"Z8+FzC":["Connecting your ",["providerType"]," wallet"],"Z8G4E5":["Change to Flow Wallet"],"Z8lGw6":["Share"],"ZAVklK":["Or"],"ZDcdss":["Claim Conditions"],"ZHsD28":["Enable the plugin"],"ZIsLZh":["Size limit: 10 MB"],"ZK75iC":["Choose a Cover"],"ZKAj6+":["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."],"ZQbnxO":["No collectible found."],"ZQr5hT":["Unlock Token"],"ZSWUwq":[["0"],"m"],"ZSgQgC":["Max fee is too low for network conditions."],"ZTXjJ3":["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."],"ZTmzRV":["Highest Price"],"ZdnQsW":["<0/> interacted with <1/>"],"ZgFWrp":["<0>Powered by<1>Go+"],"ZhrWG1":["Create persona"],"ZrZMJ6":["Backup failed, <0>try again"],"ZsjtYe":["Failed to set Avatar."],"Zypku0":["By using this plugin, you agree to the <0>terms and the <1>privacy policy."],"a1S2x7":["Data source is retrieved from ",["0","select",{"other":[],"twitter":["Twitter profile and "]}],["sources"],"."],"a1SmQh":["Select Wallet"],"a23gJr":["Incorrect backup password."],"a33WQ+":["Download the ",["name"]," Wallet here"],"a4C0ak":["Insufficient Balance for Gas Fee"],"a4N/Bg":["Load More"],"a5t/N3":["Spend more transaction fees to cancel the previous transaction."],"a6ONsz":["Unlock ",["0"],"."],"a7u1N9":["Price"],"a9X8Om":["Failed to report spam."],"aAIQg2":["Appearance"],"aEgiLS":["contributions"],"aF8kci":["Creation Completed"],"aFJrEy":["You need to hold any of the following NFTs in your wallet."],"aFht5e":["Connected ",["0"]," with ",["walletName"],"."],"aTzTyw":["Add Assets"],"aVI2qx":["Click the application icon to list it on the App board."],"aYT9SD":["Max fee"],"acK3j2":["Input your Private Key"],"agPptk":["Medium"],"ah8/4v":["Floor Price"],"ahNa7P":["NFT Holder"],"ahpgxl":["Please create a Persona and verify your account to use this."],"ai3VNq":["Connected Wallet"],"ajKdns":["This wallet address has already been connected."],"apl8rz":["Failed to withdraw ",["0"],"."],"aqop4L":["Check on Explorer"],"awW7ak":["Remove Wallet"],"ayxkVX":["Transaction"],"b+scYY":["Requesting Connection"],"b/mMOj":[["0"]," ",["1"]," approval successfully."],"bBzHQT":["Input amount is below the minimum amount"],"bD8I7O":["Complete"],"bEPPWi":["Connect Flow Wallet"],"bGMpPD":["Unlock NFT Contract"],"bIpwjD":["My Wallets"],"bKGn4N":["<0/> minted",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]],"bLJivk":["Select an NFT Contract Owner"],"bLmWH9":["Bridge anyway"],"bLqb2p":["<0>Latest offer at <1>$",["0"],""],"bLvQvN":["Library:"],"bQXBhp":["Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves."],"bTQliy":["This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account."],"bUUVED":["Asset"],"bapItf":["Incorrect Backup Password."],"bassMa":["Incorrect cloud backup password, please try again."],"bbS8qf":["1 NFT claimed."],"bdIrOO":["Verification code has been sent to your email. Please check your mailbox."],"bfNmSO":["Set payment password successfully."],"bnfo6T":["Sent verification post successfully."],"bnuQy5":[["0"]," files selected"],"bwlRe8":["Selecting NFTs"],"c+Fnce":["Sign"],"c+XaKf":["<0>",["formattedUser"]," ",["0","select",{"follow":["followed"],"unfollow":["un-followed"],"other":[]}]," <1>",["other"]," on <2>",["1"],""],"c19z3W":["Available Balance"],"c2MkCo":["Payment password must be 6 to 20 characters."],"cD0wgO":["Do you want to remove the verified association between the X account @<0>",["0"]," and ",["1"],"?"],"cFDjd3":["Transaction type"],"cJv4Ca":["Connecting operation cancelled in third-party wallet."],"cM1qH2":["Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media."],"cNJNBU":["Get optimized search results when you're looking for a token."],"cQYjZe":["To verify your X account and record it on the NextID, you will need to send a post for the verification."],"cVit2/":["Please set the backup password to back up"],"caP+Xq":["Crypto Holder"],"cbzSv5":["Max fee should be greater than base fee of ",["0"]," Gwei."],"chL5IG":["Community"],"clw/Xh":[["0"]," sent."],"cm4E8+":["Experience in X"],"cmKQl+":["Failed to save the file. Please try again."],"cmNbUB":["Not found your ",["providerType"]," wallet"],"cnGeoo":["Delete"],"crVIc7":["Locale Backup"],"ctb8Cs":["Dex/Est received (",["0"],")"],"cvCD4e":["Contract Creator"],"d0aemb":["Please create a persona for accessing Dapps."],"d6nk2t":[["0"]," Platform costs"],"dAMTl9":["This RPC URL is currently used by the ",["0"]," network"],"dCpOJ5":["<0/> approved with <1/>"],"dCvyk/":["Change another account and try again."],"dEgA5A":["Cancel"],"dXFgcm":["Transfer Token"],"daEP1M":["Token info"],"dajsth":["Incorrect Keystore Password."],"du/tmd":["Create your Lucky Drop."],"dyNKut":["Browse Files"],"dzAth+":[["0"]," ",["1"]," swap completed successfully."],"e0E1XI":["Max Fee (GWEI)"],"e1vdXO":["Arweave"],"e34ZOD":["Waiting time"],"e3I0CA":["Failed to restore the backup: ",["0"]],"e3hCsY":["Lido Exchange Rate"],"e4yrZ/":["Token Address"],"eC1gV9":["Invalid file type"],"eDT+Oh":["The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets."],"eE0JZ4":["Version"],"eEeK5j":["<0>Expires in ",["0"]],"ePK91l":["Edit"],"eWczg7":["Just Me"],"eaLSW8":["Persona name must between 1 to 24 characters."],"ecqLr0":["I just tipped a ",["NFT_Name"]," to @",["recipientUserId"],"'s ",["0","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["recipientAddress"],"\n\nInstall https://mask.io/download-links to send your first tip."],"eeYVJ5":["Be careful what you visit and sign!"],"ejVYRQ":["From"],"elyK4N":["Failed to unlock token contract."],"eoeq4k":["<0>",["user"]," made a comment on ",["platform"]],"ep2Wyh":["1 ",["0"]," tips sent."],"erRCKP":["File saved"],"es4h+b":["Swap Anyway"],"ezYNcH":["Pin Mask Network to the toolbar for easier access:"],"f5AidZ":["Write down recovery phrase"],"f61qKX":["Deploy a SmartPay wallet on Polygon network."],"f6pX67":["<0>0 Followers <1>0 Following"],"fDP2k4":["Change Payment Password"],"fFGPy6":["Or create a new wallet group"],"fFYJ8f":["Welcome to use Mask Network"],"fL7WXr":["Applications"],"fRQP7E":["<0>Granted to <1>",["0"],""],"fRUjl7":["Please switch to <0>@",["expectAccount"]," to continue the account verification progress."],"fUn3xA":["Generate a new wallet address"],"fc4PdK":["The RPC URL you have entered returned a different chain ID (",["rpcChainId"],"). Please update the Chain ID to match the RPC URL of the network you are trying to add."],"fdqDgM":["Ended on <0>",["0"],""],"fiPesM":["Method"],"fj5byd":["N/A"],"foOw00":["Balance(",["symbol"],")"],"fqDzSu":["Rate"],"fsBGk0":["Balance"],"fsUPaG":["Congratulations"],"fvRGyC":["Trying exploring more features powered by Mask Network."],"fx6pOQ":["Balance: <0/>"],"fza4cg":["Import Wallets"],"g/1WbH":["from <0>",["fromAddress"],""],"g/i+bG":["Transaction rejected"],"g2UNkE":["Powered by"],"gC2WI+":["Persona"],"gERRYE":["Artblocks"],"gHM62X":["Payment password changed."],"gM+Nj7":["Are you sure to report ",["0","select",{"hasName":[["1"]],"noName":["this NFT"],"other":["this NFT"]}],"? After confirmed, this NFT will be marked as spam."],"gT+8Dk":["Confirm to hide ",["name"],"? You can redisplay it by re-adding this NFT at any time."],"gUuuBi":["Check Security"],"gVfVfe":["Contacts"],"gWcGl/":["Your wallet cancelled the transaction."],"gdnEab":["Incorrect recovery phrase."],"ggdga4":["The user has not set this."],"ghVDTt":["rounds"],"ghZx62":["Unlock token"],"gk7J2q":[["0","select",{"other":["<0>Size limit: ",["fileSize"],""],"omit":[]}]],"gkLviK":["This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"gmOW42":["ENS or Wallet Address"],"gnSRSG":["Hiding Scam Transactions"],"gp6A8z":["Authorization Failed"],"gtdJ43":["My wallet"],"gwuMzD":["<0>",["user"]," appointed a proxy on <1>",["platform"],""],"gxV9O8":["Cast your vote"],"h/b9lY":["No followers."],"h0qYUk":["Search with an ENS domain or wallet address to get optimized results."],"h3bIHg":["Disconnect Social Account?"],"h53LoU":["Social Account"],"h5Dtc5":["funding received"],"h69WC6":["Sent"],"h7+V7K":["Backup & Recovery"],"hEpXzO":["Welcome to Mask Network"],"hG89Ed":["Image"],"hHLRGW":["Hide tokens with value less than $1"],"hRWvpI":["Claimed"],"hRtIgr":["APP list"],"hTbvD9":["Sorry, you are not eligible to claim $ARB in this campaign."],"hUF4dG":["Backup password set successfully"],"hWUuAb":["Already following"],"hXzOVo":["Next"],"hYgDIe":["Create"],"he3ygx":["Copy"],"heVBR8":["Enter Amount Each"],"hehnjM":["Amount"],"hg5QeV":["Total cost"],"hhtbAs":["Unfollow lens handle"],"hj39w+":["Loading failed due to Snapshot API service breakdown."],"hom7qf":["Claim"],"hpxXOD":[["context","select",{"approve":["<0>",["user"]," approved <1>",["amount"]," ",["symbol"]," to <2>",["contract"],""],"revoke":["<3>",["user"]," revoked the approval of <4>",["amount"]," ",["symbol"]," to <5>",["contract"],""],"other":[]}]],"hxHyfs":["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."],"hxdOdX":["Owner can change balance"],"hzTib5":["Select an NFT Contract Operator"],"i2x+p1":["Processing Withdrawal"],"i4umqX":["The following wallets are not installed or in conflict with others"],"i6OT6/":[["subject"]," has an error"],"i70ilP":[["0"]," NFT contract unlocked."],"iCb44o":["Created on: ",["0"]],"iF9x7r":["Trading mode"],"iH8itU":["Connect your wallet"],"iH8pgl":["Back"],"iJLEZF":["Show me how"],"iNIdDX":["Incorrect contract address."],"iPMIoT":["Enter an amount"],"iSLIjg":["Connect"],"iT0Qmd":["Transaction Failed"],"iTiwqa":["Asset is hidden."],"iZLoa2":["eg: X accounts, persona public keys, wallet addresses or ENS"],"ia3Lqp":["The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions."],"ie2c+s":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Welcome to join."],"ileX7U":["No recent transactions"],"imDvP9":["Gas limit must be smaller than ",["maxGas"],"."],"iobEyh":["By checking this box, I agree to ArtBlocks's <0>Terms of Service."],"iuCSJl":["This wallet is connected to current persona ",["0"],"."],"iuJFAy":["Low Risk"],"iwiSFA":["Similar Project"],"j2Uisd":["Approving"],"j2a+h4":["Past rounds"],"j4TRxD":["Select Address"],"j8MqhB":["CyberConnect"],"jEDiuG":["Network added"],"jICk7g":["There was a network or RPC provider error, please try again later!"],"jIWgmE":["Entered passwords are inconsistent."],"jJPsrT":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"jJrqb1":["Token Name"],"jK7nvW":["Failed to disconnect wallet"],"jRcH7y":["NFT Avatar Setting"],"jRfanQ":["Gas Used (Units)"],"jXWnN0":[["0","plural",{"one":["Strategy"],"other":["Strategies"]}]],"jZQU+o":["Originally posted by ",["0"]],"ja6Tyz":["Search with the name of an NFT collection or its symbol to get optimized results."],"jaH9PD":["Hi friends, I just created ",["token"]," Lucky Drop. Download Mask.io to claim."],"jas0vv":["Disconnect all accounts"],"jbc0gF":["Create Password"],"jeLXsu":["Who can claim"],"jfJkBQ":["Gas price is too low for network conditions."],"jh0i4n":["Confirm this transaction in your wallet."],"jhoAzY":["Mask Network Cloud"],"jjCXPD":["Starts ",["relativeStartTime"]],"jpctdh":["View"],"jt/0L2":["You've saved ",["0"]," to Web3 file service."],"jt/cjR":["Safety Warning"],"jtExaD":["Not supported yet."],"jygqM9":["Loading account information..."],"jzLzy/":["No whitelist"],"k/sb6z":["Select language"],"k/vATR":["Token unlocked"],"k0USDt":["Account connected.<0/><1/>Try to explore more features powered by Mask Network."],"k1pJQo":[["0"]," network is not added to the wallet. Please add it and try again."],"k28Qhe":["Failed to save file"],"k57+C7":[["walletLength","plural",{"one":["#"," Wallet"],"other":["#"," Wallets"]}]],"k7u9V5":["Incorrect words selected. Please try again!"],"kCAzy/":["Collection Approval"],"kG0n0M":["Network error or user cancels the process."],"kHDhjV":["I just claimed airdrop with ",["amount"]," ",["0"]," on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities."],"kKY8Re":["The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"kPQQEW":["Enter an Amount"],"kV9Qeo":["You have donated ",["0"]," ",["1"]],"kWJmRL":["You"],"kbfp5m":["Visible To"],"kdW3qS":["Nonce"],"kePpfU":["Update NFT Avatar Success!"],"kf/5Ap":["Explore multi-chain dApps."],"kf83Ld":["Something went wrong."],"kg/ict":["Lucky Drop claimed."],"kj3M8S":["Deposit"],"kjBSDT":["<0>",["user"]," minted ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}],"for <3>",["value"]," ",["symbolName"],""],"ks5OGD":["Contract"],"kx0s+n":["Results"],"l/UFPv":["Properties"],"l3s5ri":["Import"],"lCF0wC":["Refresh"],"lCHQzJ":["This address may be a scam address."],"lCfoWv":["Select NFTs"],"lDgVWA":["Receive"],"lET9my":["Mask needs the following permissions"],"lErh77":["Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance."],"lKldOY":["12-word recovery phrase is used to recover your persona data."],"lO/vMB":["OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly."],"lPJwNU":["Persona: ",["personaName"]],"lPsa94":["Merge Completed"],"lQXQKs":["Vote"],"lU6uRb":["Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility."],"lWOC+h":["Mask Network requires you to authorize the following websites before using it."],"ldI18s":["Minted:"],"lhvy2j":["Firefly"],"llLBQ1":["a token"],"lmYQuN":["At most ",["SOL_REDPACKET_MAX_SHARES"]," recipients"],"loCUuu":["Keystore"],"lqTDfd":["Slippage Tolerance"],"lqW7eD":["In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address."],"lr8uE3":["Holding ",["0"]],"lvL4x0":["Follow @masknetwork for Web3 updates and insights."],"lxJU2w":["Enter Number of Winners"],"lyjM6U":["Wait too long for the confirmation."],"m+uuUE":["Cross-chain"],"m/TPEz":["(beta)"],"m16xKo":["Add"],"m2OZMI":["Max fee cannot be lower than max priority fee"],"m2pyX2":["Buy Now"],"m3VOQq":["Current wallet does not support to interact with Lens protocol."],"m3XvO+":["Imported Wallets"],"m3akOw":["I just claimed a lucky drop from @",["sender"]," on Solana."],"m3cvPZ":["Payment password set."],"m3pz1u":["Insufficient ",["symbol"]," Balance"],"m64f3d":["Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead."],"mCB6Je":["Select All"],"mGHHf5":["After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips."],"mHWsOq":["Failed to confirm"],"mNUsxu":["Tx Fee"],"mPxxVq":["Enter a gas limit"],"mQpWAe":["Edit Contact"],"mT57+Q":["Go to Settings"],"mUJUVX":["Claim your NFT Lucky Drop"],"mW8F64":["This project is no longer active"],"mYGY3B":["Date"],"mZ04KC":["Overall Best"],"ma8rSx":["Your transaction has been confirmed!"],"mc68kY":["New Payment Password"],"md5sZ/":["This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud."],"mfwfMR":["You can claim the lucky drop by holding the required amount of any selected token."],"mhNIiJ":["Gas price is higher than necessary. You may pay more than needed."],"mrAv9J":["Failed to save network"],"msszNj":["<0/> approved <1>",["0"]," ",["1"],""],"muQqQY":["Buy & sell tweets autographed by their original creators."],"mzI/c+":["Download"],"n+ObkB":["Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets."],"n1gwuy":["on ",["toNetworkName"]],"n2HnVK":["If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses."],"n42fmQ":["Enter a max fee"],"nDzNGQ":["Follow User"],"nE/lLr":["Just Selected Contacts"],"nFjzvC":["Approved Amount ",["0"]],"nGl2Ng":["Restore Completed"],"nKLBYz":["We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!"],"nMUHWK":[["claimed"]," Follow @",["0"]," (mask.io) to claim lucky drops."],"nMkx7r":[["0","plural",{"one":["#"," Hour"],"other":["#"," Hours"]}]],"nOCyT5":["Show tokens with value less than $1"],"nOhz3x":["Logout"],"nSkB8g":["Information"],"nTFx7o":["Avatar set successfully"],"nTWWCZ":["Low"],"nTif4K":["Select and Connect to your wallet"],"nUWEsV":["Max fee is higher than necessary"],"nUeoRs":["Signing Message (Text)"],"nV/wXH":["This profile can not be followed."],"nWDO1P":["<0/> ",["txType","select",{"burn":["burned"],"deposit":["deposited"],"mint":["minted"],"receive":["received"],"send":["sent"],"withdraw":["withdrawn"],"other":[]}]," <1>",["0"]," ",["1"]," "],"ndRqFD":["Chain ID"],"neBDpj":["Please connect wallet"],"ngWO+e":["No local key"],"njSHJP":["You didn't approve ",["0"],". Please do not set spending cap to 0 and try it again."],"nqL5WA":["Claim Lucky Drop"],"nqagQ8":["Signing Message (Raw)"],"nvAt0H":["Resource"],"nvV/Td":["Balance: <0>",["0"],""],"nwSp3U":["I just tipped ",["amount"]," ",["0","select",{"namedToken":[["1"]],"other":["token"]}]," to @",["recipientUserId"],"'s ",["2","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["3"],"\n\nInstall https://mask.io/download-links to send your first tip."],"nzBzok":["Create time:"],"o+XJ9D":["Change"],"o+zDNQ":["The mnemonic word has been copied, please keep it in a safe place."],"o4Iu2W":["Logout successfully"],"o4NrTC":["Confirm this Signature in your wallet."],"o66hO5":["Discovered a LuckyDrop event on the FireFly website."],"o9pabc":["No codes found to suspend trading."],"oCBTyI":["This will overwrite the existing cloud backup with the local data, this cannot be undo."],"oDMfB1":["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"oDSXfc":["New password cannot be the same as your current password."],"oG26Rt":["Confirm this transaction in your wallet"],"oG67vO":["Available to Everyone"],"oIsL5E":["Chain ID: ",["0"]],"oJIW7I":[["context","select",{"mint":["<0>",["to"]," minted <1>",["value"]," ",["symbol"],""],"send":["<2>",["from"]," sent <3>",["asset"]," to <4>",["to"],""],"claim":["<5>",["to"]," claimed from <6>",["from"],""],"burn":["<7>",["from"]," burned <8>",["value"]," ",["symbol"],""],"deposit":["<9>",["from"]," deposited on <10>",["exchange"],""],"withdraw":["<11>",["from"]," withdrew on <12>",["exchange"],""],"other":[]}]],"oMx/mL":["Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later."],"oN9XHJ":["Start Time: <0>",["0"],""],"oOQfsI":["Current account is not the verifying account."],"oTLFeN":["The Lucky Drop can't be sent due to data damage."],"oX+QCa":["<0>Powered by<1>Mask Network"],"oYzol6":["an NFT"],"oZw0Iw":["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"],"ocYse8":["Failed to refund Lucky Drop."],"oe5xh9":["Decrypt failed, please check password"],"of3mx/":["<0>",["user"]," swapped <1>",["from_value"]," ",["from_symbol"]," to <2>",["to_value"]," ",["to_symbol"]," on <3>",["platform"],""],"ofUcbc":["Random"],"ohUJJM":["Plugins"],"ojlMCx":["Minimum withdraw amount is ",["MINIMUM_AMOUNT"]," ",["0"]],"olEUh2":["Successful"],"ooHEV6":["1 ",["0"]," NFT Lucky Drop claimed."],"osXsDn":["Import NFT"],"ou+PEI":["Profile Photo"],"ouAjo6":["No Enough Gas Fee"],"ovBPCi":["Default"],"oxKup1":["Insufficient $",["0"]," balance"],"p+ngUo":["Unfollow"],"p1/7GX":["Contract Not Found"],"p2/GCq":["Confirm Password"],"p3TX0l":["Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers."],"p7l2aC":["Contract:"],"p8Aea2":["The persona name already exists."],"p8OYBy":["@",["sender"]," is sending an NFT lucky drop on ",["networkName"]," network. ",["account_promote"]," ",["promote_short"]," #mask_io #LuckyDrop ",["0"]],"pG7O41":["Fastest"],"pGElS5":["Mnemonic"],"pHfBGz":["Updating Gas Fee…"],"pIyHYi":["Lens Follow"],"pLHDrO":["Holding NFT"],"pOE8Vh":["Space"],"pa3wn3":["It remains unclaimed."],"pbOGiB":["Revoke Token"],"pbYUPI":["Text copied!"],"pi+hn/":["Ethereum ",["HD_PATH_WITHOUT_INDEX_ETHEREUM"]],"pjrgRd":["Incorrect Private Key"],"pkyWdU":["Keystore password"],"poYLOl":["New Logo"],"ps1+DX":["Set your persona name with maximum length of 24 characters"],"pu3rTn":["GWEI"],"puUEU3":["Change Backup Password"],"put3ex":["Request is valid not after"],"pv5v6j":["About Permit"],"pvnfJD":["Dark"],"py6hU8":["Signature Request"],"pzO3Xa":["Total Supply"],"q+O14e":["Search Area"],"q+hNag":["Collection"],"q/ao7A":["Price per mint"],"q5+UWM":["Contact edited."],"qAbGIK":["Issued at"],"qCMUPH":["Unlock ",["0"]],"qDIxZ+":["Failed to restore the backup from Google Drive to your browser. Please try again."],"qHqI+o":["<0>Powered by <1>Mask Network"],"qI8U4x":["Max fee cannot be lower than max priority fee."],"qIL7PI":["Offers"],"qJb6G2":["Try Again"],"qNiGUh":["size"],"qT8oOt":["Persona required."],"qWMpAl":["up to ",["0"]," Gwei"],"qYuscr":["Max Priority Fee"],"qZ6p7p":["Backup on ",["0"]],"qcqdIh":["You need to open the dApp to view the specific content."],"qcybNQ":["Proposal"],"qdyV/M":["News"],"qhKyO3":["Withdraw ",["0"]],"qkhZxp":["Created a SmartPay wallet on Polygon network."],"qp8fKi":["By confirming means that you agree to bear the possible risks above."],"qqWcBV":["Completed"],"r3OcML":[["mins"],"min"],"r92tNP":["Failed to authorize Google Drive. Please try again."],"rBLzKv":["Max fee is higher than necessary."],"rCsoea":["Manage Token List"],"rG3WVm":["Select"],"rJZPaP":["No activities found."],"rKY/BK":["Classics Logo"],"rLgPvm":["Backup"],"rQQGN1":["Max priority fee is higher than necessary. You may pay more than needed."],"rR6iwH":["Domain Request"],"rWE7Lq":["Contact deleted."],"rWqyF3":["Gas limit should be between ",["minGasLimit"]," and 15.00M"],"rYFSec":["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."],"rZ0rgl":["Total Volume"],"raCUEa":["By granting permission, you are allowing the following <0/> contract to access your funds"],"rcNnsQ":["Price:"],"re2nOO":["Uploaded files"],"rkMKQ0":["The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later."],"rm0yu/":["About ",["collectionName"]],"rqV4QH":["This swap isn’t supported"],"rrvbCi":["Network error or execute smart contract failed."],"rulocO":["Checking Approve"],"ryWxhG":["Congratulations!"],"s/8SJ+":["View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source."],"s4Omor":["To <0>",["0"],""],"sGkv/+":["Hi friends, I just deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"sOYKMU":["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."],"sOcZTR":["Contract Deployment"],"sQJ3RN":["Max priority fee is too low for network conditions."],"sQTDWu":["Allow us to collect your usage information to help us improve Mask."],"sSkbaZ":["Request timed out."],"sWsox7":["Follow Lens handle"],"saHPqg":["Claim your Lucky Drop."],"sb9Y58":["Wallet"],"siroPf":["Mask Network"],"sxkWRg":["Advanced"],"szNWi8":["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."],"t+A5fr":["Gas price should be greater than 0"],"t/YqKh":["Remove"],"t2prdI":["No search results"],"t3rUZr":["Sign-in Request"],"t6bQQD":["Send authors tips by using Mask Network's Tips function."],"t6md+W":[["0","select",{"create":["<0>",["user"]," created a profile on <1>",["platform"],""],"update":["<2>",["user"]," updated a profile on <3>",["platform"],""],"other":[]}]],"t8dIOP":["Spam"],"t91sWs":[["actionType","select",{"stake":["<0>",["user"]," staked <1>",["symbol"],""],"claim":["<2>",["user"]," claimed <3>",["symbol"],""],"unstake":["<4>",["user"]," un-staked <5>",["symbol"],""],"other":[]}]],"t9m1iP":["Spam reported."],"tARYn/":["NFTs Profile"],"tCAZi9":["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."],"tG9G+b":["File Service"],"tHoyBc":["Please connect ",["0"]," before using dApps."],"tIW5Jt":["No matched tokens"],"tKJ7ee":["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."],"tOL6AP":["Adjust Selection"],"tOMnvw":["Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites."],"tPeNU7":["This network name already exists"],"tRRE1h":["1 ",["0"]," claimed."],"tXkhj/":["Start"],"tbOs8j":["Confirm Swap"],"tcHpvG":["Change Owner"],"tfDRzk":["Save"],"thX7xs":["The network with chain ID ",["formChainId"]," may use a different currency symbol (",["0"],") than the one you have entered. Please check."],"tiX/tO":["Address: <0>",["address"],""],"tj48De":["Connect Social Account"],"tjbyOy":["Project details"],"tk+uyz":["You've approved ",["0"]," for ",["1"],". If you want to revoke this token, please set spending cap amount to 0."],"toDFSK":["Wallet sign succeeded."],"tst44n":["Events"],"tuOw4x":["Make It Encrypted"],"tx1x9k":["I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io."],"txEVTf":["No Listings"],"ty2gt9":["You need to follow the creator of the lucky drop."],"u2OWVJ":["Disconnect failed."],"u2Srv1":["Claim your Airdrop"],"u3ZeYl":["Transaction failed"],"u689pQ":["Ends in ",["relativeEndTime"]],"uAQUqI":["Status"],"uBAxNB":["Editor"],"uF9ruK":["Saving"],"uJQLj9":["Connect and switch between your wallets."],"uSMfoN":["Verify"],"uip9JY":["I wrote down those words in the correct order"],"ujpEaI":["Please connect your wallet"],"uqF4Nm":["Blockchain:"],"usVwcn":["No anti_whale(Unlimited number of transactions)"],"uv94aG":["Added by user"],"uv9cwh":["Bridge Network fee"],"uyJsf6":["About"],"v01kR+":["NFT PFP"],"v7U98p":["Failed to claim Lucky Drop."],"vH2C/2":["Swap"],"vLXevL":["Transaction cost"],"vOx+Me":["You can withdraw the remaining balance 24 hours after sending the lucky drop."],"vVEene":["View your Tokens and NFTs"],"vXIe7J":["Language"],"vXygio":["Not enough data to present."],"vel6Z1":["Request Source"],"vhlM+H":["Withdraw ",["0"]," for savings."],"vhqFTT":["Can't find a valid user address data source."],"vutynE":["Enable plugin"],"w0e0yw":["Gas limit must be at least ",["0"]],"w1ctdJ":["Encrypted Post"],"w3t1Hw":["Powered by <0>Go+"],"w4oOEJ":["Mask Community $ARB Giveaway"],"w9Xmw/":["Google Drive"],"wCtp6y":["Your Wallet is on **ready 🚀**"],"wDnczW":["Optimize the display of search results about ENS in social media."],"wGtbaw":["Amount per Share"],"wMHvYH":["Value"],"wNecg9":["Multiple transaction requests ",["0"]," / ",["1"]],"wNxsb2":["Reject ",["totalMessages"]," Transactions"],"wThGrS":["App Settings"],"wUlAUI":["<0>@",["currentUserId"]," connected already."],"wYA1q/":["Auto report the scam links to MetaMask"],"waXvJd":["NFT is not minted yet."],"wbDTs9":["Request timed out"],"wqppGn":["Permissions List"],"wvJOId":["This ENS does not exist or not be resolved."],"wxZZWc":["You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet."],"wxfXhJ":["Scam tx"],"x0PhCN":["Disconnected successfully."],"x4f8pZ":["Tips"],"x5LEuB":["Followers"],"x6rEou":["<0>",["user"]," claimed ",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"from <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"xBXg0L":["No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk."],"xC6eGY":["Mint function"],"xCJdfg":["Clear"],"xCcvjC":["Set up NFT PFP successfully"],"xDAtGP":["Message"],"xDO6ZN":["Plugin switch"],"xEQZ4z":["Use text encryption"],"xEX/9S":["No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk."],"xFCCR4":["Please enter the correct mnemonic words, private key, or upload the correct keystore file."],"xGVfLh":["Continue"],"xH6cn+":["Choose Token"],"xIxVmH":["Unlock ",["0"]," NFT contract."],"xPSvu3":["<0>",["websiteCount"]," ",["0","plural",{"one":["Website"],"other":["Websites"]}]],"xTQLHC":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Install @masknetwork to get yours."],"xeiujy":["Text"],"xjhtsV":["Chain"],"xoKE3v":["Disable Permit"],"xuKB2x":[["0"]," deposited."],"xupcu9":["Speed Up"],"y/+ReV":["No any collectible is available for preview. Please add your collectible here."],"y/kxxM":["Priority fee"],"y2i17G":["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."],"y3juHh":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"y3qyKP":["NFT Lucky Drop created."],"y49awp":["Set NFT Photo"],"y5aRAa":["Please enter cloud backup password to download file."],"y62Dys":["Network fee"],"y6VCOb":[["0"]," Mins"],"y6sq5j":["Following"],"yC/GKd":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3."],"yD15Uj":["Are you sure to remove this wallet?"],"yDUr0V":["Lucky Drop refunded."],"yFpcbN":["This request may be a phishing attach. I understand this and want to continue."],"yFrxQj":["Mnemonic word"],"yGyJ1l":["You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again."],"yHrAv+":["Claim Lucky Drop with ",["0"]," claimed."],"yKu/3Y":["Restore"],"yNBZ3N":["Enter gas limit"],"yNu9vD":["The wallet address already exists."],"yQE2r9":["Loading"],"yQqkIK":["24H Average Price"],"yRuvmU":["The mnemonic words has been copied, please keep it in a safe place."],"yTZe+y":["Snapshot"],"yVnV6H":["Please write down or copy these words and save them in a secure place."],"yVzBCJ":["NFT Lucky Drop claimed."],"yZhedI":["Gas fee settings"],"yb/fjw":["Approval"],"ybuu1v":["Oops, we can't find any results."],"ygW4tI":["Please connect your persona"],"yik0Qu":["Private Key"],"ykiu3o":["NFT Details"],"ylUhBz":["Click to retry"],"ylXk9u":["Encrypt the message in an image"],"yqc6uX":["This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing."],"ywDBfs":["Something went wrong!"],"yx/fMc":["High"],"yz7wBu":["Close"],"yzF66j":["Link"],"z+H8bd":["Your wallet does not meet the eligibility criteria for claiming."],"z/3+av":["License:"],"z1i6et":["Failed to ",["0"]," NFT contract."],"z27gFg":["If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it."],"z7Fh2l":["Base fee required: ",["MIN_BASE_FEE"]," Gwei"],"z9HeHt":["Create a Privy Wallet"],"zBPjcC":["Revoke the approval for token"],"zBUJYA":["The approval for this contract will be revoked in case of the amount is 0."],"zBftr8":["Claim NFT Lucky Drop"],"zEZe86":["You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends."],"zGTAja":[["claimed"]," Follow @",["account"]," (mask.io) to claim lucky drops."],"zJlXbX":["NFT"],"zPar3e":["Collectible"],"zX9KdB":["No following friends."],"zXagFp":["Copy Address"],"zZk9Yz":["Purchase"],"zga9sT":["OK"],"zgqgNP":["Purchasing...."],"zkEW09":["You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?"],"znqB4T":["Insufficient balance"],"zp7Ha3":["Backup Failed"],"zwBp5t":["Private"],"zxrGeO":["Gas limit must be bigger than ",["minGas"],"."],"zzDlyQ":["Success"]}} \ No newline at end of file diff --git a/packages/shared-base-ui/src/locale/en-US.po b/packages/shared-base-ui/src/locale/en-US.po index aad7c210ff71..a4c1680b2e9d 100644 --- a/packages/shared-base-ui/src/locale/en-US.po +++ b/packages/shared-base-ui/src/locale/en-US.po @@ -1,24 +1,7457 @@ msgid "" msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: src/components/ErrorBoundary/CrashUI.tsx +"POT-Creation-Date: 2025-10-27 22:51+0800\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: @lingui/cli\n" +"Language: en-US\n" + +#: packages/shared/src/UI/components/CompositionDialog/PluginEntryRender.tsx +#: packages/shared/src/UI/components/CompositionDialog/PluginEntryRender.tsx +msgid "(beta)" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "(the name is set by the web site)" +msgstr "" + +#. placeholder {0}: millisecondsToHours(value) +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "{0, plural, one {# Hour} other {# Hours}}" +msgstr "" + +#. placeholder {0}: feed.actions.length +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +msgid "{0, plural, one {Action} other {Actions}}" +msgstr "" + +#. placeholder {0}: strategies.length +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "{0, plural, one {Strategy} other {Strategies}}" +msgstr "" + +#. placeholder {0}: value.length +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/PreviewCard.tsx +msgid "{0, plural, one {This domain is} other {These domains are}} currently on the Mask Network warning list which may include malicious entries, phishing or scams." +msgstr "" + +#. placeholder {0}: metadata?.action || '' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProfileAction.tsx +msgid "{0, select, create {<0>{user} created a profile on <1>{platform}} update {<2>{user} updated a profile on <3>{platform}} other {}}" +msgstr "" + +#. placeholder {0}: decryptProgress || '' +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptPostAwaiting.tsx +msgid "{0, select, finding_post_key {Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you.} finding_person_public_key {Mask is looking for the public key of the author...} other {Mask is decrypting...}}" +msgstr "" + +#. placeholder {0}: omitSizeLimit ? 'omit' : '' +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "{0, select, other {<0>Size limit: {fileSize}} omit {}}" +msgstr "" + +#. placeholder {0}: post.type || '' +#. placeholder {1}: post.source +#. placeholder {2}: post.source +#. placeholder {3}: post.reporter?.handle +#. placeholder {4}: post.source +#. placeholder {5}: post.source +#. placeholder {6}: post.source +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/FeedSummary.tsx +msgid "{0, select, Post {<0/><1>{handle} published a post on <2>{1}} Comment {<3/><4>{handle} made a comment on <5>{2}} Mirror {<6/><7>{3} mirrored a post post by<8/><9>{handle} on <10>{4}} Quote {<11/><12>{handle} quoted a post post on <13>{5}} other {<14/><15>{handle} post stuff on <16>{6}}}" +msgstr "" + +#. placeholder {0}: dateTimeFormat(locale, new Date(patchedHistory.creation_time)) +#. placeholder {0}: format(fromUnixTime(timestamp), 'M/d/yyyy HH:mm') +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +msgid "{0} (UTC+8)" +msgstr "" + +#. placeholder {0}: message.action +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} {1} approval successfully." +msgstr "" + +#. placeholder {0}: formatBalance(received, toToken.decimals) +#. placeholder {1}: toToken.symbol +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "{0} {1} bridge completed successfully." +msgstr "" + +#. placeholder {0}: message.action +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} {1} NFT contract successfully." +msgstr "" + +#. placeholder {0}: message.action +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} {1} NFT contract." +msgstr "" + +#. placeholder {0}: formatBalance(received, toToken.decimals) +#. placeholder {1}: toToken.symbol +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "{0} {1} swap completed successfully." +msgstr "" + +#. placeholder {0}: attentionFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Attention factor" +msgstr "" + +#. placeholder {0}: attentionFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Attention factors" +msgstr "" + +#. placeholder {0}: formatTokenBalance(tokenBalance, token?.decimals) +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "{0} available" +msgstr "" + +#. placeholder {0}: bridge?.router.bridgeName +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "{0} Bridge Network fee" +msgstr "" + +#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "{0} days" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} deposited." +msgstr "" + +#. placeholder {0}: count.toString() +#: packages/plugins/FileService/src/SiteAdaptor/components/FileChip.tsx +msgid "{0} files selected" +msgstr "" + +#. placeholder {0}: conditions.join('/') +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "{0} Holder" +msgstr "" + +#. placeholder {0}: wallet?.name || 'Your wallet' +#: packages/mask/popups/pages/Wallet/ConnectedSites/index.tsx +msgid "{0} is connected to these sites, they can view your account address." +msgstr "" + +#. placeholder {0}: formatCount(currentSpace.followersCount, 1) +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileSpaceHeader.tsx +msgid "{0} members" +msgstr "" + +#. placeholder {0}: millisecondsToMinutes(value) +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "{0} Mins" +msgstr "" + +#. placeholder {0}: fromNetwork?.name +#. placeholder {0}: toNetwork?.name +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "{0} Network fee" +msgstr "" + +#. placeholder {0}: expectedChainName ?? '' +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "{0} network is not added to the wallet. Please add it and try again." +msgstr "" + +#. placeholder {0}: message.action +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT contract" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT contract unlocked." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT Lucky Drop created." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT transferred." +msgstr "" + +#. placeholder {0}: pendingTransactions.length +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +#: packages/shared/src/UI/components/WalletStatusBox/usePendingTransactions.tsx +msgid "{0} Pending" +msgstr "" + +#. placeholder {0}: sourceType ?? SourceType.NFTScan +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "{0} Platform costs" +msgstr "" + +#. placeholder {0}: fromNetwork?.name || '' +#. placeholder {0}: fromNetwork?.name||"" +#. placeholder {0}: toNetwork?.name || '' +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx +msgid "{0} Pool" +msgstr "" + +#. placeholder {0}: riskyFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Risky factor" +msgstr "" + +#. placeholder {0}: riskyFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Risky factors" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} sent." +msgstr "" + +#. placeholder {0}: fromNetwork?.fullName || '--' +#. placeholder {1}: toNetwork?.fullName || '--' +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "{0} to {1}" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} unlocked" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} were claimed" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} withdrawn." +msgstr "" + +#. placeholder {0}: mins.replace(/\.?0+$/u, '') +#. placeholder {0}: mins.replace(/\.?0+$/u,"") +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/helpers/formatTime.ts +msgid "{0}m" +msgstr "" + +#. placeholder {0}: metadata?.collection ?? 'Unknown' +#. placeholder {1}: metadata?.collection ?? 'Unknown' +#. placeholder {2}: metadata?.action || '' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleApprovalAction.tsx +msgid "{2, select, approve {<0>{user} approved {0} to <1>{contract}} revoke {<2>{user} approved {1} to <3>{contract}} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/StakingAction.tsx +msgid "{actionType, select, stake {<0>{user} staked <1>{symbol}} claim {<2>{user} claimed <3>{symbol}} unstake {<4>{user} un-staked <5>{symbol}} other {}}" +msgstr "" + +#. placeholder {0}: `$${token?.symbol}` +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "{amount} {0} tips sent." +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "{attentionFactors, plural, one {# Attention item} other {# Attention items}}" +msgstr "" + +#. placeholder {0}: shareTextOption.account +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +msgid "{claimed} Follow @{0} (mask.io) to claim lucky drops." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "{claimed} Follow @{account} (mask.io) to claim lucky drops." +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenApprovalAction.tsx +msgid "{context, select, approve {<0>{user} approved <1>{amount} {symbol} to <2>{contract}} revoke {<3>{user} revoked the approval of <4>{amount} {symbol} to <5>{contract}} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenOperationAction.tsx +msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}} other {}}" +msgstr "" + +#: build/bundled/201.js +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "{count, plural, one {You have recovered **# Wallet 🚀**} other {You have recovered **# Wallets 🚀**}}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom} other {}}" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "{mins}min" +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "{riskyFactors, plural, one {# Risky item} other {# Risky items}}" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/helpers/formatTime.ts +msgid "{seconds}s" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "{seconds}sec" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "{shareWithNum, plural, one {1 friend} other {# friends}}" +msgstr "" + +#: packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx msgid "{subject} has an error" msgstr "" -#: src/components/ErrorBoundary/CrashUI.tsx -msgid "Report on GitHub" +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/NoteAction.tsx +msgid "{type, select, post {<0>{user} publish a post on {platform}} mint {<1>{user} minted a post on {platform}} revise {<2>{user} revised a post on {platform}} share {<3>{user} shared a post on {platform}} other {}}" msgstr "" -#: src/components/ErrorBoundary/CrashUI.tsx -msgid "Try to recover" +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "{walletLength, plural, one {# Wallet} other {# Wallets}}" +msgstr "" + +#. placeholder {0}: postLink.toString() +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "@{sender} is sending an NFT lucky drop on {networkName} network. {account_promote} {promote_short} #mask_io #LuckyDrop {0}" +msgstr "" + +#. placeholder {0}: formatAmount(asset.amount) +#. placeholder {1}: asset.symbol || asset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn} other {}} <1>{0} {1} " +msgstr "" + +#. placeholder {0}: formatAmount(inAsset.amount) +#. placeholder {1}: inAsset.symbol || inAsset.name +#. placeholder {2}: formatAmount(outAsset.amount) +#. placeholder {3}: outAsset.symbol || outAsset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> {txType, select, trade {traded} mint {minted} other {traded}} <1>{0} {1} for <2>{2} {3}" +msgstr "" + +#. placeholder {0}: formatAmount(asset.amount) +#. placeholder {1}: asset.symbol || asset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> approved <1>{0} {1}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> approved with <1/>" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> interacted with <1/>" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0/> minted{0, select, name {<1>{1} } nft {<2>an NFT } other {}}" +msgstr "" + +#. placeholder {0}: action.platform +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedCard/CommentCard.tsx +msgid "<0/> publish a post on {0}" +msgstr "" + +#. placeholder {0}: asset.symbol || asset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> unapproved <1>{0}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/>{txType, select, deploy {deployed} execute {executed} other {}}<1/>" +msgstr "" + +#. placeholder {0}: feed.type +#. placeholder {1}: feed.platform +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProfileLinkAction.tsx +msgid "<0>{formattedUser} {0, select, follow {followed} unfollow {un-followed} other {}} <1>{other} on <2>{1}" +msgstr "" + +#. placeholder {0}: metadata?.action || '' +#. placeholder {1}: feed.platform! +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/LiquidityAction.tsx +msgid "<0>{user} {0, select, supply {supplied} add {added} repay {repaid} withdraw {withdrew} collect {collected} remove {removed} borrow {borrowed} other {}} liquidity on <1>{1}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProfileProxy.tsx +msgid "<0>{user} appointed a proxy on <1>{platform}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenBridgeAction.tsx +msgid "<0>{user} bridged <1>{amount} {symbol} from <2>{source} to <3>{target}" +msgstr "" + +#. placeholder {0}: metadata?.name +#. placeholder {1}: verbose ? 'name' : 'nft' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} burned <1>{1, select, nft {an NFT} name {{0}} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/UnknownAction.tsx +msgid "<0>{user} carried out an activity to <1>{target} on <2>{platform}" +msgstr "" + +#. placeholder {0}: verbose ? 'verbose' : 'simple' +#. placeholder {1}: metadata!.name +#. placeholder {2}: costMetadata ? 'cost' : 'free' +#. placeholder {3}: formatValue(costMetadata) +#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}from <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/DonationAction.tsx +msgid "<0>{user} donated <1>{costValue} {costSymbol}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/DonationAction.tsx +msgid "<0>{user} donated <1>{costValue} {costSymbol} to <2>{project}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CommentAction.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedCard/CommentCard.tsx +msgid "<0>{user} made a comment on {platform}" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} minted {0, select, name {<1>{1} } nft {<2>an NFT } other {}}for <3>{value} {symbolName}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProposeAction.tsx +msgid "<0>{user} proposed" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: feed.actions[1].metadata!.name +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} registered {0, select, name {<1>{1} } nft {<2>an ENS } other {}}for <3>{costValue} {costSymbol}" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#. placeholder {2}: formatValue(cost) +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName}" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#. placeholder {2}: formatValue(cost) +#. placeholder {3}: feed.platform +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName} on <5>{3}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenSwapAction.tsx +msgid "<0>{user} swapped <1>{from_value} {from_symbol} to <2>{to_value} {to_symbol} on <3>{platform}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/VoteAction.tsx +msgid "<0>{user} voted for <1>{option} on <2>{platform}" +msgstr "" + +#. placeholder {0}: verbose ? 'verbose' : 'simple' +#. placeholder {1}: metadata!.name +#. placeholder {2}: costMetadata ? 'cost' : 'free' +#. placeholder {3}: formatValue(costMetadata) +#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}to <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" +msgstr "" + +#. placeholder {0}: websiteCount || 0 +#: packages/mask/popups/pages/Settings/index.tsx +msgid "<0>{websiteCount} {0, plural, one {Website} other {Websites}}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "<0>@{currentUserId} connected already." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "<0>0 Followers <1>0 Following" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +msgid "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." +msgstr "" + +#. placeholder {0}: formatDistanceToNow(Math.ceil(offer.expiredAt!), { addSuffix: true, }) +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OfferCard.tsx +msgid "<0>Expires in {0}" +msgstr "" + +#. placeholder {0}: formatEthereumAddress(transaction.formattedTransaction.popup.spender, 4) +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "<0>Granted to <1>{0}" +msgstr "" + +#. placeholder {0}: tweet.amount_usd +#: packages/plugins/VCent/src/SiteAdaptor/TweetDialog.tsx +msgid "<0>Latest offer at <1>${0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." +msgstr "" + +#: packages/shared/src/UI/components/MaskPluginWrapper/index.tsx +msgid "<0>Powered by {publisherNode}" +msgstr "" + +#. placeholder {0}: provider ?? 'Mask Network' +#: packages/shared/src/UI/components/PluginCardFrame/index.tsx +msgid "<0>Powered by <1>{0}" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "<0>Powered by <1>Mask Network" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/PluginDescriptor.tsx +msgid "<0>Powered by <1>Mask Network" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/Footer.tsx +msgid "<0>Powered by<1>Go+" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +msgid "<0>Powered by<1>Mask Network" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "<0>Powered by<1>OKX<2/>" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/NotFound.tsx +msgid "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "<0>Service Agreement and <1>Privacy Policy" +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +msgid "<0>To: <1>{to}" +msgstr "" + +#. placeholder {0}: totalBalance.toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2, }) +#: packages/plugins/Handle/src/SiteAdaptor/SearchResultInspector.tsx +msgid "<0>USD Value<1>${0}" +msgstr "" + +#: build/bundled/168.js +#: packages/mask/content-script/site-adaptors/twitter.com/customization/i18n.ts +msgid "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {encrypted} to send your first encrypted tweet." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "📃📃📃 Try to permanently use decentralized file storage on {sns}. Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +msgstr "" + +#. placeholder {0}: token?.contract?.name || 'NFT' +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "1 {0} claimed." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "1 {0} NFT Lucky Drop claimed." +msgstr "" + +#. placeholder {0}: nonFungibleToken?.contract?.name || 'NFT' +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "1 {0} tips sent." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "1 NFT claimed." +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "1. If you haven't installed the {name} Wallet" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "12-word recovery phrase is used to recover your persona data." +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "2. If you have installed the {name} Wallet" +msgstr "" + +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "24 Hour Trading Vol" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "24H Average Price" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "24H sale" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "24H Traded Volume" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "a token" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialog.tsx +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "About" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "About {collectionName}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "About Permit" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "Account connected.<0/><1/>Try to explore more features powered by Mask Network." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts +msgid "Account successfully connected to persona" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletAssets/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "Activities" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Activity Log" +msgstr "" + +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +#: packages/mask/popups/pages/Friends/ContactCard/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/Derive.tsx +msgid "Add" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Add a Custom Cover" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/CommentBox.tsx +msgid "Add an encrypted comment..." +msgstr "" + +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +msgid "Add Assets" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/Tips/src/components/NFTSection/index.tsx +#: packages/shared/src/UI/modals/AddCollectiblesModal/AddCollectiblesDialog.tsx +msgid "Add Collectibles" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "Add Contact" +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "Add google Drive" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +#: packages/mask/popups/pages/Wallet/NetworkManagement/index.tsx +msgid "Add Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +msgid "Add new address to an existing group" +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "Add NFTs" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Add Suggested Token" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Add the file to Chrome's database" +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "Add wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/StartUp/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/Derive.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/ProfileCard.tsx +msgid "Add Wallet" +msgstr "" + +#: packages/mask/popups/components/TokenPicker/TokenItem.tsx +#: packages/mask/popups/pages/Wallet/components/AssetsList/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/FungibleTokenItem.tsx +msgid "Added by user" +msgstr "" + +#: packages/mask/popups/pages/Friends/ContactCard/index.tsx +msgid "Added successfully" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/shared/src/UI/components/TokenWithSocialGroupMenu/index.tsx +#: packages/shared/src/UI/wallet/DeriveWalletTable.tsx +msgid "Address" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx +msgid "Address: <0>{address}" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Adjust Selection" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +msgid "Advanced" +msgstr "" + +#: packages/shared/src/UI/modals/SelectAdvancedSettingsDialog/SelectGasSettingsDialog.tsx +msgid "Advanced Settings" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +msgid "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Aggregator" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Agree" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Airdrop Scam" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "All" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx +msgid "All Mask Network users" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Allow this site to switch the network?" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Allow us to collect your usage information to help us improve Mask." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +msgid "Already following" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Amount" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Amount Each" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Amount per Share" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "an NFT" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Anti_whale(Limited number of transactions)" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +msgid "App list" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx +msgid "APP list" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx +msgid "App Settings" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Appearance" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +msgid "Applications" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalDialog.tsx +#: packages/plugins/Approval/src/SiteAdaptor/index.tsx +#: packages/plugins/Approval/src/SiteAdaptor/index.tsx +msgid "Approval" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +#: packages/shared/src/UI/components/GrantPermission/index.tsx +msgid "Approve" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "Approve amount" +msgstr "" + +#. placeholder {0}: amount ? {formatSpendingCap(amount)} : null +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "Approved Amount {0}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Approving" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +msgid "APR" +msgstr "" + +#. placeholder {0}: formatEthereumAddress(wallet.identity, 4) +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Are you sure to remove the connected wallet <0>{0}?" +msgstr "" + +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +msgid "Are you sure to remove this wallet?" +msgstr "" + +#. placeholder {0}: collection?.name ? 'hasName' : 'noName' +#. placeholder {1}: collection?.name || '' +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Are you sure to report {0, select, hasName {{1}} noName {this NFT} other {this NFT}}? After confirmed, this NFT will be marked as spam." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "Are you sure?" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +msgid "Are your sure you want to disconnect? You may lose part of functionalities of this website." +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/index.tsx +msgid "Artblocks" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/index.tsx +msgid "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Arweave" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +msgid "Asset" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Asset is hidden." +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "Associated Accounts" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "At least 6 characters" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "At most {RED_PACKET_MAX_SHARES} recipients" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +msgid "At most {SOL_REDPACKET_MAX_SHARES} recipients" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileChip.tsx +msgid "Attached File: {name} ({size})" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "Author" +msgstr "" + +#: build/bundled/51.js +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "Authorization Failed" +msgstr "" + +#: packages/plugins/ScamSniffer/src/SiteAdaptor/ScamAlert.tsx +msgid "Auto report the scam links to MetaMask" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "Auto-lock" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "Auto-lock Time" +msgstr "" + +#: packages/shared/src/UI/components/FungibleTokenInput/UI.tsx +msgid "Available Balance" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Available to Everyone" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Avatar set successfully" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Average" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +msgid "Back" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +msgid "Back Up Your Data Your Way" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Backup" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Backup & Recovery" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Backup Failed" +msgstr "" + +#: packages/shared/src/UI/components/QRCode/index.tsx +msgid "Backup failed, <0>try again" +msgstr "" + +#. placeholder {0}: user.cloudBackupAt +#. placeholder {0}: user.localBackupAt +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Backup on {0}" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Backup password" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Backup Password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Backup password set successfully" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Backup Persona" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Backup Successful" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +msgid "Backup to Google Drive" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Backup to the Cloud" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx +msgid "Backup Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +#: packages/shared/src/UI/components/FungibleTokenInput/UI.tsx +msgid "Balance" +msgstr "" + +#: packages/shared/src/UI/components/TokenAmountPanel/index.tsx +msgid "Balance: <0/>" +msgstr "" + +#. placeholder {0}: balance || 0 +#: packages/plugins/RedPacket/src/SiteAdaptor/components/CollectionSelectPanel.tsx +msgid "Balance: <0>{0}" +msgstr "" + +#: packages/shared/src/UI/wallet/DeriveWalletTable.tsx +msgid "Balance({symbol})" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Base" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Base fee required: {MIN_BASE_FEE} Gwei" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +msgid "Basic" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Basic setting" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Be aware, check the token before adding it." +msgstr "" + +#: packages/plugins/ScamSniffer/src/SiteAdaptor/ScamAlert.tsx +msgid "Be careful what you visit and sign!" +msgstr "" + +#: build/bundled/101.js +#: build/bundled/101.js +#: build/bundled/101.js +#: build/bundled/101.js +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/components/MessageInput.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/PreviewNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/PreviewRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/contexts/RedPacketContext.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/contexts/SolRedpacketContext.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +msgid "Best Wishes!" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Blacklist function" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Block Explorer URL" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Blockchain" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Blockchain:" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/PluginProviderRender.tsx +msgid "Blocto only supports the Flow chain." +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Bridge" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "Bridge anyway" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx +msgid "Bridge between this token pair are't supported at the moment." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Bridge Network fee" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Bridging" +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Browse Files" +msgstr "" + +#: packages/mask/content-script/site-adaptors/twitter.com/injection/ToolboxHint_UI.tsx +msgid "Browse the Web3 footprints of your X friends, enjoy the freedom of Web3." +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Browser File" +msgstr "" + +#: packages/plugins/VCent/src/SiteAdaptor/index.tsx +msgid "Buy & sell tweets autographed by their original creators." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Buy Now" +msgstr "" + +#. placeholder {0}: percentageToNumber(info.sell_tax) +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Buy Tax: {0}" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "By checking this box, I agree to ArtBlocks's <0>Terms of Service." +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "By confirming means that you agree to bear the possible risks above." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "By granting permission, you are allowing the following <0/> contract to access your funds" +msgstr "" + +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +msgid "By granting permission, you are allowing the following <0/> contract to access your NFTs." +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "By proceeding you agree to the" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +msgid "By using this plugin, you agree to the <0>terms and the <1>privacy policy." +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/components/Footer.tsx +#: packages/plugins/Calendar/src/SiteAdaptor/index.tsx +msgid "Calendar" +msgstr "" + +#. placeholder {0}: lensAccount.operations.canFollow.reason +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Can not follow: {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +msgid "Can't find a valid user address data source." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/modals/ConfirmModal/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/DeleteContactModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/GasSettingModal/index.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Personas/PersonaSignRequest/index.tsx +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +#: packages/shared/src/UI/modals/ConfirmDialog/index.tsx +#: packages/shared/src/UI/modals/ImageEditor/ImageEditor.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Cancel" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Cancel Transaction" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Cannot switch to a unknown network." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Cast your vote" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +msgid "Category" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Chain" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Chain ID" +msgstr "" + +#. placeholder {0}: currentNetwork?.chainId ?? currentChainId +#. placeholder {0}: nextNetwork?.chainId ?? nextChainId +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Chain ID: {0}" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/HandlerDescription.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/ProfilePopup.tsx +#: packages/shared/src/UI/components/WalletStatusBar/Action.tsx +#: packages/shared/src/UI/components/WalletStatusBar/WalletMenuItem.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +msgid "Change" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Change another account and try again." +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Change Backup Password" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangeNetwork.tsx +msgid "Change Network" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialogContent.tsx +msgid "Change NFT PFP" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Change Owner" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx +msgid "Change Payment Password" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change to EVM Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change to Flow Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change to Solana Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change Wallet" +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Check {providerName} to confirm connect." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Check on Explorer" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Check out the official website" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/CheckSecurityDialog.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/index.tsx +msgid "Check Security" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Checking Approve" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Choose a Cover" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/index.tsx +msgid "Choose and show your Web3 footprints on X." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Choose another wallet" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +msgid "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." +msgstr "" + +#: packages/mask/popups/modals/ChooseToken/index.tsx +msgid "Choose Token" +msgstr "" + +#: build/bundled/212.js +#: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx +msgid "Chrome - external extension" +msgstr "" + +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Circulating Supply" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimDialog/index.tsx +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimEntry/index.tsx +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +#: packages/plugins/Claim/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +msgid "Claim" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Claim Conditions" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Claim Details" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ClaimOnFirefly.tsx +#: packages/shared/src/UI/translate.ts +msgid "Claim Lucky Drop" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Claim Lucky Drop with {0} claimed." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Claim NFT Lucky Drop" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +msgid "Claim on Firefly" +msgstr "" + +#: packages/plugins/Claim/src/hooks/useClaimAirdrop.tsx +#: packages/shared/src/UI/translate.ts +msgid "Claim your Airdrop" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Claim your Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Claim your NFT Lucky Drop" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Claimable" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Claimed" +msgstr "" + +#. placeholder {0}: tokenDetail.symbol +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +msgid "Claimed {amount} ${0} successfully." +msgstr "" + +#. placeholder {0}: rpid ? bitStatusList.filter(Boolean).length.toString() : '0' +#. placeholder {1}: patchedHistory.shares +#. placeholder {2}: collection?.name ?? '' +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +msgid "Claimed: <0>{0}/{1} <1>{2}" +msgstr "" + +#. placeholder {0}: formatTokenAmount(claim_amounts || 0, token_decimal, false) +#. placeholder {1}: formatTokenAmount(total_amounts || 0, token_decimal, false) +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2><3>{tokenSymbol}" +msgstr "" + +#. placeholder {0}: duration.hours ?? '' +#. placeholder {1}: duration.minutes ?? '' +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Claiming will be live until: <0> {days} d {0} h {1} m" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +msgid "Claiming..." +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Classics Logo" +msgstr "" + +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Clear" +msgstr "" + +#: packages/shared/src/UI/components/WalletStatusBox/usePendingTransactions.tsx +msgid "Clear All" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PostDialogHint.tsx +msgid "Click here to have a quick start." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Click on <0/> at the top-right of your browser." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Click on the down-arrow to see the private key." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Click the application icon to hide in the App list." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Click the application icon to list it on the App board." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Click the settings icon to list it on the App board." +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Click to retry" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PageInspector.tsx +#: packages/plugins/Tips/src/SiteAdaptor/components/TipsRealmContent/index.tsx +msgid "Close" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "Close [Check Security]?" +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Cloud Backup" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Collectible" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalDialog.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/CollectionSelectPanel.tsx +msgid "Collectibles" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/Collectible.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Collection" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +msgid "Collection Approval" +msgstr "" + +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Community" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Complete" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +msgid "Completed" +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/dashboard/modals/ConfirmModal/index.tsx +#: packages/mask/popups/components/NFTAvatarPicker/index.tsx +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/modals/ConfirmModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ShowPrivateKeyModal/index.tsx +#: packages/mask/popups/modals/WalletAutoLockSettingModal/index.tsx +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +#: packages/plugins/FileService/src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/SelectLiquidity.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +#: packages/shared/src/UI/modals/ConfirmDialog/index.tsx +#: packages/shared/src/UI/modals/ConfirmModal/Dialog.tsx +#: packages/shared/src/UI/modals/ConfirmModal/Dialog.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +#: packages/shared/src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Confirm" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Confirm Bridge" +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Confirm Password" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Confirm Payment Password" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Confirm Swap" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/plugins/GoPlusSecurity/src/UI/TokenSecurityBoundary.tsx +msgid "Confirm swap risk" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Confirm the Lucky Drop" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Confirm this Signature in your wallet." +msgstr "" + +#: packages/shared/src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx +msgid "Confirm this transaction in your wallet" +msgstr "" + +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +msgid "Confirm this transaction in your wallet." +msgstr "" + +#. placeholder {0}: asset.symbol +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Confirm to hide {0}? You can redisplay it by re-adding this token at any time." +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Confirm to hide {name}? You can redisplay it by re-adding this NFT at any time." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Confirming" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Congratulations" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +#: packages/shared/src/UI/components/TokenTransactionConfirmModal/index.tsx +#: packages/shared/src/UI/components/TokenTransactionConfirmModal/index.tsx +msgid "Congratulations!" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/popups/components/ConnectedWallet/index.tsx +#: packages/mask/popups/components/SocialAccounts/index.tsx +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +msgid "Connect" +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Connect {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +msgid "Connect and switch between your wallets." +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Connect and Verify {0}" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Connect EVM Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Connect Flow Wallet" +msgstr "" + +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +msgid "Connect Mask Network Account using your wallet." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +#: packages/shared/src/UI/components/ConnectPersonaBoundary/index.tsx +msgid "Connect Persona" +msgstr "" + +#: packages/mask/popups/modals/ConnectSocialAccountModal/index.tsx +msgid "Connect Social Account" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Connect Solana Wallet" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +#: packages/shared/src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx +#: packages/shared/src/UI/components/WalletStatusBar/PluginWalletStatusBar.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +#: packages/shared/src/UI/modals/SelectProviderModal/SelectProvider.tsx +msgid "Connect Wallet" +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Connect with {providerName}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/AddChainRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Connect with Mask Wallet" +msgstr "" + +#: packages/mask/popups/components/SocialAccounts/index.tsx +msgid "Connect your social platform accounts." +msgstr "" + +#: packages/mask/content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +#: packages/shared/src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx +msgid "Connect your wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletHeader/UI.tsx +msgid "Connected" +msgstr "" + +#. placeholder {0}: currentPersona?.nickname +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Connected {0} with {walletName}." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ConnectedSites/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/ConnectedOrigins.tsx +msgid "Connected sites" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Connected successfully." +msgstr "" + +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network." +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Connected Wallet" +msgstr "" + +#: packages/shared/src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx +msgid "Connected wallets settings" +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Connecting operation cancelled in third-party wallet." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Connecting your {providerType} wallet" +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +msgid "Contact added." +msgstr "" + +#: packages/mask/popups/modals/DeleteContactModal/index.tsx +msgid "Contact deleted." +msgstr "" + +#: packages/mask/popups/modals/EditContactModal/index.tsx +msgid "Contact edited." +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +#: packages/mask/popups/pages/Friends/Home/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/Contacts.tsx +msgid "Contacts" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreFromMnemonic.tsx +#: packages/mask/dashboard/components/Restore/RestoreFromPrivateKey.tsx +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Phrase.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Continue" +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Contract" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Contract Creator" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Contract Deployment" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Contract Deployment {0}" +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +#: packages/shared/src/UI/translate.ts +msgid "Contract Interaction" +msgstr "" + +#: build/bundled/120.js +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/CheckSecurityDialog.tsx +msgid "Contract Not Found" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Contract Owner" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Contract source code not verified" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Contract source code verified" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Contract:" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "contributions" +msgstr "" + +#: packages/mask/popups/components/PrivateKeyDisplay/index.tsx +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +msgid "Copied" +msgstr "" + +#: packages/shared/src/UI/components/CopyButton/index.tsx +msgid "Copied!" +msgstr "" + +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +#: packages/shared/src/UI/components/CopyButton/index.tsx +msgid "Copy" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +msgid "Copy Address" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Copy image" +msgstr "" + +#: packages/mask/popups/components/PrivateKeyDisplay/index.tsx +msgid "Copy private key" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Copy text" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Could not fetch chain ID. Is your RPC URL correct?" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Cover" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Create" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Create a New Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Create a Privy Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Create a Privy wallet using an X account" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create Lucky Drop" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Create New Mask Identity" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create NFT Lucky Drop" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Create Password" +msgstr "" + +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Create persona" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Personas/Home/UI.tsx +#: packages/plugins/NextID/src/components/Actions/index.tsx +#: packages/shared/src/UI/components/ConnectPersonaBoundary/index.tsx +msgid "Create Persona" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create Smart Pay wallet" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Create the Lucky Drop" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +msgid "Create time:" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create your Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create your NFT Lucky Drop." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Create your persona to get started" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Created a SmartPay wallet on Polygon network." +msgstr "" + +#. placeholder {0}: project.artistName +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Created by <0>{0} • <1>Website" +msgstr "" + +#. placeholder {0}: format(project.metadata.createdAt, 'MMMM do, yyyy') +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "Created on: {0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Creating or retrieving your wallet with Privy. Please confirm on the X authorization page." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Creating your **identity**" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +msgid "Creating your **wallet**" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Creation Completed" +msgstr "" + +#: packages/plugins/CrossChainBridge/src/SiteAdaptor/CrossChainBridgeDialog.tsx +#: packages/plugins/CrossChainBridge/src/SiteAdaptor/index.tsx +msgid "Cross-chain" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Crypto Holder" +msgstr "" + +#: packages/mask/popups/modals/ChooseCurrencyModal/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangeCurrency.tsx +msgid "Currency" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Currency Symbol (Optional)" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/ProfileCard.tsx +msgid "Current" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Current account is not the verifying account." +msgstr "" + +#. placeholder {0}: formatCurrency(formatWeiToGwei(baseFeePerGas), '') +#. placeholder {0}: formatWeiToGwei(gasOptions.normal.baseFeePerGas).toFixed(2, BigNumber.ROUND_UP) +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Current base fee is {0} Gwei" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +msgid "Current results" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Current wallet does not support to interact with Lens protocol." +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceForm.tsx +msgid "Custom" +msgstr "" + +#: packages/plugins/Avatar/src/Application/PersonaPage.tsx +msgid "Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe." +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/index.tsx +msgid "CyberConnect" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/index.tsx +msgid "DAO" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Dark" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Data" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Data backed up successfully!" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Data correlation" +msgstr "" + +#. placeholder {0}: fromTwitter ? AddressPlatform.Twitter : 'normal' +#: packages/shared/src/UI/components/AccountIcons/index.tsx +msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and }}{sources}." +msgstr "" + +#. placeholder {0}: platform || '' +#: packages/shared/src/UI/components/AccountIcons/index.tsx +msgid "Data source is retrieved from {0, select, twitter {Twitter profile} facebook {Facebook profile} other {}}." +msgstr "" + +#. placeholder {0}: resolveNextIDPlatformName(platform) || platform +#. placeholder {0}: type?.replace('_', ' ') ?? '' +#: packages/shared/src/UI/components/AccountIcons/index.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialTooltip.tsx +msgid "Data source is retrieved from {0}." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Date" +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/index.tsx +msgid "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/index.tsx +msgid "Decentralized social graph protocol for user-centric Web3." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +msgid "Decrypt failed, please check password" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. {encrypted}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx +msgid "Decrypted by Mask Network" +msgstr "" + +#: packages/shared/src/UI/components/MaskPluginWrapper/index.tsx +msgid "Default" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +msgid "Delete" +msgstr "" + +#: packages/mask/popups/modals/DeleteContactModal/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "Delete Contact" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Delete File" +msgstr "" + +#: packages/mask/popups/pages/Friends/Detail/index.tsx +msgid "Deleted successfully" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Deploy a SmartPay wallet on Polygon network." +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +msgid "Deploy Contract" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Deploy Smarty Pay wallet" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsDialog.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/SavingsRow.tsx +msgid "Deposit" +msgstr "" + +#. placeholder {0}: protocol.bareToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Deposit {0}" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Deposit {0} for savings." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Deposit token" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DescriptionCard.tsx +msgid "Description" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/Collectible.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/DetailDialog.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/DetailDialog.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/SocialFeedDetailsModal/DetailDialog.tsx +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Details" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/index.tsx +msgid "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." +msgstr "" + +#. placeholder {0}: quote?.toToken.tokenSymbol +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "Dex/Est received ({0})" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "Disable Permit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +msgid "Disconnect" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +msgid "Disconnect all accounts" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Disconnect failed." +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Disconnect Social Account?" +msgstr "" + +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Disconnect Wallet?" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +msgid "Disconnected successfully." +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Disconnected." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ClaimOnFirefly.tsx +msgid "Discovered a LuckyDrop event on the FireFly website." +msgstr "" + +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +#: packages/shared/src/UI/contexts/components/InjectedDialog.tsx +msgid "Dismiss" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/index.tsx +msgid "Display Snapshot proposals on the X of the respective project or protocol." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/index.tsx +msgid "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/index.tsx +msgid "Display specific information of Gitcoin projects, donate to a project directly on social media." +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +msgid "Display the following address on your Web3 profile page and use it to receive tips." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PageInspector.tsx +msgid "Do you need to paste encrypted content manually?" +msgstr "" + +#. placeholder {0}: file.name +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Do you want to delete file <0>{0}" +msgstr "" + +#. placeholder {0}: selectedAccount?.identifier.userId +#. placeholder {1}: currentPersona.nickname +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Do you want to remove the verified association between the X account @<0>{0} and {1}?" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Domain" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/PluginEntryRender.tsx +msgid "Domain Request" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Don't forget to pin Mask Network in the browser toolbar to access Web3 easily." +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx +msgid "Don't see your NFT?" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Donate" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/shared/src/hooks/useSnackbarCallback.tsx +#: packages/shared/src/hooks/useSnackbarCallback.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Done" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +#: packages/mask/dashboard/components/GoogleDriveFileTable.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +msgid "Download" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +msgid "Download Backup" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Download https://mask.io to try more powerful tools on Twitter." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +msgid "Download report" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Download the {name} Wallet here" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Downloading" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Drag & Drop your file here" +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/PluginHeader.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/PluginDescriptor.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "DSearch" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +#: packages/shared/src/UI/modals/ImageEditor/ImageEditor.tsx +msgid "Edit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "Edit Contact" +msgstr "" + +#: packages/plugins/Avatar/src/Application/RouterDialog.tsx +msgid "Edit Profile" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Editor" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +msgid "eg: X accounts, persona public keys, wallet addresses or ENS" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Eligible to claim" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Email" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Email verification code" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "Empty" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/CompositionUI.tsx +msgid "Enable auto paste" +msgstr "" + +#: packages/shared/src/UI/components/PluginEnableBoundary/index.tsx +msgid "Enable plugin" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Enable the {name} Wallet extension and disable other wallet extensions" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx +msgid "Enable the plugin" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/CompositionUI.tsx +#: packages/shared/src/UI/components/CompositionDialog/CompositionUI.tsx +msgid "Encrypt" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Encrypt the message in an image" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/Composition.tsx +msgid "Encrypted Post" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Encrypting your **data**" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Encryption Method" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "End date" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "Ended {relativeEndTime}" +msgstr "" + +#. placeholder {0}: format(endTime, 'MM-dd-yyyy HH:mm') +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Ended on <0>{0}" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "Ends in {relativeEndTime}" +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/index.tsx +msgid "ENS" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +msgid "Ens or Address(0x)" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "ENS or Wallet Address" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Enter a gas limit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Enter a gas price" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Enter a max fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Enter a max priority fee" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Enter Amount Each" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Enter an amount" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts +msgid "Enter an Amount" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Enter gas limit" +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "Enter Max spend limit" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Enter Number of Winners" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx +msgid "Enter Payment Password" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Enter Total Amount" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Entered passwords are inconsistent." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Equal Amount" +msgstr "" + +#. placeholder {0}: rejection.message +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +msgid "Error: {0}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +msgid "Ethereum {HD_PATH_WITHOUT_INDEX_ETHEREUM}" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/CalendarContent.tsx +msgid "Events" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Everyone" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/SelectProvider.tsx +msgid "EVM" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "EVM Chains only" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Example: Alice" +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Exceeded the maximum file size of {fileSize}." +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "Exchange" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx +msgid "Experience in X" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "Expired" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +msgid "Explore multi-chain dApps." +msgstr "" + +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Export" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Failed" +msgstr "" + +#. placeholder {0}: message.action +#: packages/shared/src/UI/translate.ts +msgid "Failed to {0} NFT contract." +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Failed to add the wallet, please try again." +msgstr "" + +#: build/bundled/51.js +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "Failed to authorize Google Drive. Please try again." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Failed to bridge" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to claim Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Failed to confirm" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to create Lucky Drop." +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Failed to create theme." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptPostFailed.tsx +msgid "Failed to decrypt." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Failed to delete, please try again." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Failed to deposit {0}." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to deposit token." +msgstr "" + +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Failed to disconnect wallet" +msgstr "" + +#. placeholder {0}: (err as Error).message +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Failed to download and merge the backup: {0}" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "Failed to download image" +msgstr "" + +#: build/bundled/198.js +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Failed to get permissions" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +msgid "Failed to get quote information" +msgstr "" + +#. placeholder {0}: token.symbol ?? token.name ?? 'Token' +#: packages/shared/src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx +msgid "Failed to load {0}. Click to retry." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to refund Lucky Drop." +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Failed to report spam." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "Failed to restore the backup from Google Drive to your browser. Please try again." +msgstr "" + +#. placeholder {0}: (err as Error).message +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Failed to restore the backup: {0}" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to revoke token contract." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "Failed to save file" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Failed to save network" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "Failed to save the file. Please try again." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to send token." +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Failed to set Avatar." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to swap" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to transfer NFT." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Failed to transfer token: {message}" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to unlock NFT contract." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to unlock token contract." +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Failed to upload file" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Failed to withdraw {0}." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Fake Token" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "FAQ&Tutorial" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Fast" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx +msgid "Fastest" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Feedback" +msgstr "" + +#: packages/plugins/Transak/src/SiteAdaptor/index.tsx +msgid "Fiat On-Ramp" +msgstr "" + +#: packages/plugins/Transak/src/SiteAdaptor/index.tsx +msgid "Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support." +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "File" +msgstr "" + +#. placeholder {0}: file.name +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File {0} deleted." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File delete" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File delete failed" +msgstr "" + +#. placeholder {0}: file.key +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/DisplayingFile.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/SelectableFile.tsx +msgid "File Key: <0>{0}" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File name must between 3 to 20 characters." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "File saved" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/index.tsx +msgid "File Service" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Find Mask Network in the extension list and click the <0/> button." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Firefly" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Floor price" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Floor Price" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/SocialBadges/LensList.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialListItem.tsx +msgid "Follow" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "Follow @masknetwork (mask.io) to claim NFT lucky drops." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "Follow @masknetwork for Web3 updates and insights." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/index.tsx +msgid "Follow @masknetwork to explore Web3." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +msgid "Follow Lens handle" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/ConnectButton.tsx +msgid "Follow Now" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/modals/SelectLanguageModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Follow System" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Follow User" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "Followers" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/SocialBadges/LensList.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialListItem.tsx +msgid "Following" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "Followings" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Forgot payment password?" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/ActivityCard.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OfferCard.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "From" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "from <0>{fromAddress}" +msgstr "" + +#. placeholder {0}: transaction.formattedTransaction.popup.method +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "Function: {0}" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Functions that can suspend trading" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Functions with retrievable ownership" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "funding received" +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +#: packages/mask/popups/modals/GasSettingModal/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +msgid "Gas Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/index.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/index.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSettingModal.tsx +msgid "Gas fee settings" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/index.tsx +msgid "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Gas Limit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Gas Limit (Units)" +msgstr "" + +#. placeholder {0}: String(minGasLimit) +#. placeholder {0}: minGasLimit.toFixed() +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Gas limit must be at least {0}" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Gas limit must be bigger than {minGas}." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Gas limit must be smaller than {maxGas}." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Gas limit should be between {minGasLimit} and 15.00M" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas limit too low will cause the transaction to fail." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Gas Price" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Gas Price (GWEI)" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas price is higher than necessary. You may pay more than needed." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Gas price is too low and will cause the transaction fail" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas price is too low for network conditions." +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas price must be greater than 0 Gwei." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Gas price should be greater than 0" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Gas Used (Units)" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "General" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "General user" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Generate a new persona" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Generate a new wallet address" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Generating your **accounts**" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Get optimized search results when you're looking for a token." +msgstr "" + +#: packages/plugins/Tips/src/SiteAdaptor/index.tsx +msgid "Gift crypto or NFTs tips to any <0>Next.ID verified users on social media." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/index.tsx +msgid "Gift crypto or NFTs to any users, first come, first served." +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/index.tsx +msgid "Gitcoin" +msgstr "" + +#. placeholder {0}: contract?.symbol || '' +#. placeholder {0}: token?.symbol || '' +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +msgid "Give permission to access <0/> your {0}?" +msgstr "" + +#: packages/plugins/VCent/src/SiteAdaptor/TweetDialog.tsx +msgid "Go" +msgstr "" + +#: packages/shared/src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx +msgid "Go to Settings" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/index.tsx +msgid "Google Drive" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +msgid "Got it" +msgstr "" + +#. placeholder {0}: token.symbol +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Grant access to your {0} for the Lucky Drop Smart contract. You only have to do this once per token." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Gwei" +msgstr "" + +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "GWEI" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Hash" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/index.tsx +msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." +msgstr "" + +#: packages/mask/content-script/site-adaptors/twitter.com/injection/PostDialogHint.tsx +msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "Hi friends, I just created {token} Lucky Drop. Download Mask.io to claim." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "" +"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n" +"\n" +"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +msgstr "" + +#: build/bundled/101.js +msgid "" +"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" +"\n" +"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +msgstr "" + +#. placeholder {0}: promote.amount +#. placeholder {1}: promote.symbol +#. placeholder {2}: promote.chain +#. placeholder {3}: promote.account +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Hi friends, I just deposit {0} {1} on {2}. Follow @{3} to find more staking projects." +msgstr "" + +#. placeholder {0}: promote.amount +#. placeholder {1}: promote.symbol +#. placeholder {2}: promote.chain +#. placeholder {3}: promote.account +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Hi friends, I just withdrew my deposit {0} {1} on {2}. Follow @{3} to find more staking projects." +msgstr "" + +#. placeholder {0}: asset.symbol +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Hide {0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Hide {name}" +msgstr "" + +#: packages/mask/popups/components/MnemonicDisplay/index.tsx +msgid "Hide mnemonic words" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/AssetsList/MoreBar.tsx +msgid "Hide tokens with value less than $1" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/HidingScamTx.tsx +msgid "Hiding Scam Transactions" +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "High" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/constants.tsx +msgid "High Risk" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Highest Price" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/index.tsx +msgid "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "History" +msgstr "" + +#. placeholder {0}: tokenQuantity ? `${tokenQuantity}+` : 'any' +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Holding {0}" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Holding NFT" +msgstr "" + +#. placeholder {0}: provider.name +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "How to use {0} Wallet?" +msgstr "" + +#. placeholder {0}: shareTextOption.sender +#. placeholder {1}: shareTextOption.network +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +msgid "I just claimed a lucky drop from @{0} on {1} network." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "I just claimed a lucky drop from @{sender} on Solana." +msgstr "" + +#. placeholder {0}: tokenDetail.symbol +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +msgid "" +"I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n" +" Install https://mask.io to explore more airdrop activities." +msgstr "" + +#. placeholder {0}: project.name +#. placeholder {1}: price.toFixed() +#. placeholder {2}: token?.symbol || '' +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Install @masknetwork to get yours." +msgstr "" + +#. placeholder {0}: project.name +#. placeholder {1}: price.toFixed() +#. placeholder {2}: token?.symbol || '' +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Welcome to join." +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "I just replaced Twitter X logo with the original blue bird one with Mask Network extension." +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." +msgstr "" + +#. placeholder {0}: token?.symbol ? 'namedToken' : 'token' +#. placeholder {1}: token?.symbol || '' +#. placeholder {2}: recipientName ? 'name' : 'address' +#. placeholder {3}: recipientName || recipientAddress +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "" +"I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}\n" +"\n" +"Install https://mask.io/download-links to send your first tip." +msgstr "" + +#. placeholder {0}: recipientName ? 'name' : 'address' +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "" +"I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}\n" +"\n" +"Install https://mask.io/download-links to send your first tip." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "I wrote down those words in the correct order" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Identical" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "Identity ID" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Image" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Image copied!" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/FungibleTokenItem.tsx +msgid "Import" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx +msgid "Import NFT" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +msgid "Import Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Import Wallets" +msgstr "" + +#: packages/mask/popups/components/WalletItem/index.tsx +msgid "Imported" +msgstr "" + +#: packages/mask/popups/modals/WalletGroupModal/index.tsx +msgid "Imported Wallets" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "" +"In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\n" +"The actual cost may be lower\n" +"than estimated, and any unused funds will remain in the original address." +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." +msgstr "" + +#: packages/mask/dashboard/hooks/useBackupFormState.ts +msgid "Incorrect Backup Password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Incorrect backup password." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Incorrect Backup Password." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Incorrect cloud backup password, please try again." +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/index.tsx +msgid "Incorrect contract address." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Incorrect Keystore Password." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Incorrect Mnemonic Words." +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Incorrect password" +msgstr "" + +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +msgid "Incorrect Password" +msgstr "" + +#: packages/mask/popups/modals/ShowPrivateKeyModal/index.tsx +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +msgid "Incorrect Payment Password." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx +msgid "Incorrect Private Key" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Phrase.tsx +msgid "Incorrect recovery phrase." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +#: packages/mask/popups/modals/AddContactModal/index.tsx +msgid "Incorrect wallet address." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Incorrect words selected. Please try again!" +msgstr "" + +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Info" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "Information" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Infos" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Input amount is below the minimum amount" +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +msgid "Input contract address" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreFromPrivateKey.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx +msgid "Input your Private Key" +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +msgid "Instant" +msgstr "" + +#. placeholder {0}: token?.symbol +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Insufficient {0} Balance" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts +msgid "Insufficient {symbol} Balance" +msgstr "" + +#. placeholder {0}: isDeposit ? protocol.bareToken.symbol : protocol.stakeToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Insufficient ${0} balance" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +#: packages/plugins/Tips/src/contexts/Tip/useTipValidate.ts +msgid "Insufficient balance" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Insufficient Balance" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Insufficient Balance for Gas Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Insufficient funds for gas." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Invalid Block Explorer URL." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Invalid email address." +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Invalid file type" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +msgid "Invalid Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Invalid number" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Invalid RPC URL." +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useSlippageToleranceSchema.ts +msgid "Invalid slippage tolerance." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Invalid verification code." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "IPFS" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Issued at" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/HistoryDetail.tsx +msgid "It remains unclaimed." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Items" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileSpaceHeader.tsx +msgid "Join" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Just Me" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Just Selected Contacts" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Kept safely" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Keystore" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +msgid "Keystore password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Lack of number, letter or special character." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Language" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Leave blank to allow any amount; enter a number to set a minimum holding requirement." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Lens" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Lens Follow" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Lens Unfollow" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Library:" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "License:" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Lido Exchange Rate" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Light" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Likely in < {estimateSecond} seconds" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Link" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Listed" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialogContent.tsx +#: packages/plugins/CyberConnect/src/SiteAdaptor/FollowersPage.tsx +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/FailedTrendingView.tsx +#: packages/shared/src/UI/components/ReloadStatus/index.tsx +msgid "Load failed" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OffersList.tsx +msgid "Load More" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Load Network" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/popups/pages/Friends/Home/UI.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileView.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewSkeleton.tsx +#: packages/shared/src/UI/components/LoadingStatus/index.tsx +msgid "Loading" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +msgid "Loading account information..." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +msgid "Loading failed due to Snapshot API service breakdown." +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTBadge.tsx +msgid "Loading..." +msgstr "" + +#: packages/shared/src/UI/components/PluginCardFrame/index.tsx +msgid "Loading...." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Local Backup" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +msgid "Locale Backup" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +msgid "Lock Wallet" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Log out" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "Logout" +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Logout failed" +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Logout successfully" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Low" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/constants.tsx +msgid "Low Risk" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "Lucky Drop" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Lucky Drop claimed." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Lucky Drop refunded." +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Lucky drop with {0} created." +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Lucky Drop with {0} refunded." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Make another Bridge" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Make another Swap" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Make It Encrypted" +msgstr "" + +#: packages/mask/popups/modals/ChooseNetworkModal/index.tsx +#: packages/mask/popups/pages/Wallet/NetworkManagement/index.tsx +msgid "Manage Network" +msgstr "" + +#: packages/mask/popups/modals/SupportedSitesModal/index.tsx +msgid "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." +msgstr "" + +#: packages/shared/src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx +msgid "Manage Token List" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Market Cap" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Mask Community $ARB Giveaway" +msgstr "" + +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +msgid "Mask needs the following permissions" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PostDialogHint.tsx +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +msgid "Mask Network" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "Mask Network Cloud" +msgstr "" + +#: packages/shared/src/UI/components/GrantPermission/index.tsx +msgid "Mask Network requires the permission of following websites before using it." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PermissionBoundary.tsx +msgid "Mask Network requires you to authorize the following websites before using it." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Max" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "MAX" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx +msgid "Max amount" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Max base fee" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Max base fee should be greater than 0" +msgstr "" + +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max fee" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Max Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Max Fee (GWEI)" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max fee cannot be lower than max priority fee" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max fee cannot be lower than max priority fee." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +msgid "Max fee is higher than necessary" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max fee is higher than necessary." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max fee is too low for network conditions." +msgstr "" + +#. placeholder {0}: formatWeiToGwei(miniumMaxFeePerGas).toFixed(2, BigNumber.ROUND_UP) +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Max fee should be greater than base fee of {0} Gwei." +msgstr "" + +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max priority fee" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Max Priority Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max priority fee is higher than necessary. You may pay more than needed." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Max priority fee is too high for network conditions." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +msgid "Max priority fee is too low for network conditions" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max priority fee is too low for network conditions." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max priority fee must be greater than 0 GWEI" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max priority fee must be greater than 0 Gwei." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "May be a honeypot." +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Medium" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/constants.tsx +msgid "Medium Risk" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Merge Completed" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "Merge data to local database" +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveFileTable.tsx +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Merge to Browser" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/MessageInput.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +msgid "Message" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "Method" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Minimum received" +msgstr "" + +#. placeholder {0}: token.symbol +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Minimum withdraw amount is {MINIMUM_AMOUNT} {0}" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Mint Address" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Mint function" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token." +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Minted:" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts +msgid "Missing dex contract address" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Mnemonic" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx +msgid "Mnemonic word" +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "More" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "More Details" +msgstr "" + +#. placeholder {0}: asset.data.source === SourceType.NFTScan ? resolveSourceTypeName(asset.data.source) : 'platform' +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialogContent.tsx +msgid "More on {0}" +msgstr "" + +#. placeholder {0}: String(currentMessageIndex + 1) +#. placeholder {1}: String(totalMessages) +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "Multiple transaction requests {0} / {1}" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "My vote" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ClaimRecord.tsx +msgid "My wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "My Wallets" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "N/A" +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +msgid "Name" +msgstr "" + +#: build/entry/popups.js +#: packages/mask/popups/components/TokenPicker/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/index.tsx +msgid "Name or Contract address e.g. USDC or 0x234..." +msgstr "" + +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "Name or contract address eg. PUNK or 0x234..." +msgstr "" + +#: packages/mask/popups/modals/ChooseNetworkModal/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network added" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx +msgid "Network error or execute smart contract failed." +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Network error or user cancels the process." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useUnfollow.ts +msgid "Network error, try again" +msgstr "" + +#. placeholder {0}: error.message +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +msgid "Network error, try again: {0}" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Network fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network Name" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network removed." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network saved" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Never share 12-word secret mnemonic with anyone!" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Never share the 12-word secret mnemonic words with anyone!" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "New Logo" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +msgid "New password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +msgid "New password cannot be the same as your current password." +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "New Payment Password" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/CalendarContent.tsx +msgid "News" +msgstr "" + +#: packages/mask/content-script/components/GuideStep/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Next" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +msgid "Next.ID" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "NFT" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +msgid "NFT Avatar Setting" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "NFT collection" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialog.tsx +msgid "NFT Details" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "NFT Holder" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +msgid "NFT is not minted yet." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "NFT Lucky Drop claimed." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "NFT Lucky Drop created." +msgstr "" + +#: packages/plugins/Avatar/src/Application/RouterDialog.tsx +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatarButton.tsx +msgid "NFT PFP" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +#: packages/mask/popups/pages/Wallet/components/WalletAssets/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "NFTs" +msgstr "" + +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +msgid "NFTs added" +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "NFTs Profile" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/index.tsx +msgid "No activities found." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No Airdrop Scam" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No anti_whale(Unlimited number of transactions)" +msgstr "" + +#: packages/plugins/Tips/src/components/NFTSection/index.tsx +msgid "No any collectible is available for preview. Please add your collectible here." +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "No approved contract records." +msgstr "" + +#: packages/mask/popups/pages/Friends/Detail/UI.tsx +msgid "No associated accounts" +msgstr "" + +#: packages/mask/popups/components/WalletSettingList/index.tsx +msgid "No associated wallet. <0>Add Wallet." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "No back up" +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveFileTable.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "No backups found" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No blacklist" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No codes found to suspend trading." +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/shared/src/UI/components/CollectibleList/CollectibleList.tsx +msgid "No collectible found." +msgstr "" + +#: packages/mask/popups/pages/Friends/Contacts/index.tsx +msgid "No contacts stored locally, you can try searching." +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/components/EventList.tsx +#: packages/plugins/Calendar/src/SiteAdaptor/components/NewsList.tsx +msgid "No content for the last two weeks." +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +#: packages/shared/src/UI/components/EmptyStatus/index.tsx +msgid "No Data" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +msgid "No deposit protocols found." +msgstr "" + +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +msgid "No Enough Gas Fee" +msgstr "" + +#: packages/plugins/Tips/src/contexts/Tip/useTipValidate.ts +msgid "No Enough Gas Fees" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "No followers." +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "No following friends." +msgstr "" + +#: packages/mask/content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +msgid "No friends are stored locally, please try search one." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No function found that retrieves ownership" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/PriceCard.tsx +msgid "No Listings" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "No local key" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/History.tsx +msgid "No Lucky Drops claimed" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/History.tsx +msgid "No Lucky Drops created. Select 🎁 when you compose a post to start your first drop." +msgstr "" + +#: packages/mask/popups/components/TokenPicker/index.tsx +msgid "No matched tokens" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No mint function" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/components/EventList.tsx +#: packages/plugins/Calendar/src/SiteAdaptor/components/NewsList.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/History.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/index.tsx +msgid "No more data available." +msgstr "" + +#: packages/mask/popups/components/NFTAvatarPicker/CollectionList.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +msgid "No NFTs found." +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "No past rounds found." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "No power" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No proxy" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx +msgid "No recent transactions" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipients.tsx +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/components/CountryCodePicker/index.tsx +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "No results" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +msgid "No results found" +msgstr "" + +#: packages/mask/popups/pages/Friends/SearchList/index.tsx +msgid "No search results" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "No valid wallet detected. Please connect wallet or verify wallet firstly." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +msgid "No verified account found here." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +msgid "No votes" +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "No wallet selected." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ConnectedSites/index.tsx +msgid "No websites connected to this wallet" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No whitelist" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Nonce" +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Not connected" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletHeader/UI.tsx +msgid "Not Connected" +msgstr "" + +#: packages/plugins/Avatar/src/Application/PersonaItem.tsx +msgid "Not current account. Please switch to this account to set up NFTs Profile." +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Not enough data to present." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Not found your {providerType} wallet" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Not set" +msgstr "" + +#: packages/mask/popups/components/NFTAvatarPicker/CollectionList.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +msgid "Not supported yet." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/DefaultPlaceholder.tsx +msgid "Note: Scams detections might not be 100% guaranteed." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +msgid "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +msgid "Offers" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/shared/src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx +msgid "OK" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "Okay" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "Old Payment Password" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "on {fromNetworkName}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "on {toNetworkName}" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Only TypedMessageText is supported currently." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx +msgid "Only visible to yourself" +msgstr "" + +#. placeholder {0}: formatWithCommas(snapshot) +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Oops, it seems you don't have any voting power at block {0}. <0>Learn more" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileView.tsx +msgid "Oops, we can't find any results." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Open" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Open in a new tab" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Open Mask Wallet" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +#: packages/shared/src/UI/wallet/DeriveWalletTable.tsx +msgid "Operation" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Optimize search results with token names, NFT collections, ENS domains or wallet addresses." +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/index.tsx +msgid "Optimize the display of search results about ENS in social media." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "or" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Or" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +msgid "Or create a new wallet group" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "or Holding NFT" +msgstr "" + +#. placeholder {0}: author.userId +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/authorDifferentMessage.tsx +msgid "Originally posted by {0}" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +msgid "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Overall Best" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Owner can change balance" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Owner can't change balance" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Owner changed." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Owners" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +msgid "Pair" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Password" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "Past rounds" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Paste manually" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +msgid "Paused" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +#: packages/mask/popups/modals/ShowPrivateKeyModal/index.tsx +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Payment Password" +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "Payment password changed." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/hooks/usePasswordForm.ts +#: packages/mask/popups/pages/Wallet/hooks/usePasswordForm.ts +msgid "Payment password must be 6 to 20 characters." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Payment password set." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Payment Password should be between 6 and 20 characters." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "Payment password stored locally and you could try as many as you want to unlock your wallet." +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/shared/src/UI/components/WalletStatusBar/WalletDescription.tsx +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Pending" +msgstr "" + +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +msgid "Permissions" +msgstr "" + +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +msgid "Permissions List" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +#: packages/shared/src/UI/modals/PersonaSelectPanelModal/PersonaSelectPanelDialog.tsx +msgid "Persona" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Persona already exists." +msgstr "" + +#: packages/mask/dashboard/pages/SignUp/steps/PersonaRecovery.tsx +msgid "Persona created." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Persona Name" +msgstr "" + +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +msgid "Persona name must between 1 to 24 characters." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Persona Recovery Phrase" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Persona required." +msgstr "" + +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +msgid "Persona Sign" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "Persona: {personaName}" +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "Personas" +msgstr "" + +#: packages/shared/src/UI/components/PhoneNumberField/index.tsx +msgid "Phone Number" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx +msgid "Pin Mask Network to the toolbar for easier access:" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Pinned successfully." +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +msgid "Platform" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Please check ToS document" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Please click Browse Files button to select files to upload." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/index.tsx +#: packages/mask/content-script/site-adaptors/facebook.com/injection/Composition.tsx +msgid "Please click the \"Post\" button to open the compose dialog." +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please connect {0} and send a proof post before using dApps." +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please connect {0} before using dApps." +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/index.tsx +msgid "Please connect wallet" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Please connect wallet to check if you are eligible to claim $ARB." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please connect your persona" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please connect your wallet" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Please copy the following text and image (if there is one) and publish it." +msgstr "" + +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please create a persona and verify your account to use this." +msgstr "" + +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +msgid "Please create a Persona and verify your account to use this." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please create a persona for accessing Dapps." +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "Please create your persona to use Web3 Profile." +msgstr "" + +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Please enter backup password to export persona private key." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Please enter cloud backup password to download file." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Please enter the correct mnemonic words, private key, or upload the correct keystore file." +msgstr "" + +#: build/bundled/120.js +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SearchBox.tsx +msgid "Please enter token contract address." +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Please enter your backup password." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Please install your metamask wallet and set up your first wallet." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +msgid "Please select the appropriate method to restore your personal data." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Please select the correct words in the correct order." +msgstr "" + +#: packages/shared/src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx +msgid "Please select the wallet to activate the function after saving the settings." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Please set the backup password to back up" +msgstr "" + +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Please set up backup password to export private key." +msgstr "" + +#: packages/mask/popups/modals/WalletAutoLockSettingModal/index.tsx +msgid "Please set up the amount of time before we automatically lock your wallet." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Please sign up or login {siteName} to connect Mask Network." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Please switch to <0>@{expectAccount} to continue the account verification progress." +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Please switch to this network in the mobile application wallet you are connected to." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Please try again if you failed to vote." +msgstr "" + +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please verify the current persona with a social media account before using dApps." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please verify your social account" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Please write down or copy these words and save them in a secure place." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Please write down the following words in correct order. Keep it safe and do not share with anyone!" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx +msgid "Plugin switch" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/CompositionUI.tsx +#: packages/shared/src/UI/components/CompositionDialog/CompositionUI.tsx +msgid "Plugins" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/index.tsx +msgid "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Post content:" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDescriptor.tsx +msgid "Powered by" +msgstr "" + +#. placeholder {0}: providerMap[tab] +#: packages/plugins/Calendar/src/SiteAdaptor/components/Footer.tsx +msgid "Powered By {0}" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "Powered by <0>Go+" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/index.tsx +msgid "Powered by <0>Mask Network" +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/PluginHeader.tsx +msgid "Powered by <0>Mask Network<1><2/>" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "Powered by <0>Scamsniffer" +msgstr "" + +#: packages/plugins/CrossChainBridge/src/SiteAdaptor/components/BridgeStack.tsx +msgid "Powered by Celer Network. Support $MASK!" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +msgid "Previous" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Previous follow transaction is in processing, please wait and try again." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Previous unfollow transaction is in processing, please wait and try again." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "Price" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Price per mint" +msgstr "" + +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Price Statistic" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Price:" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Priority fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Priority Fee (GWEI)" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Priority fee should be greater than 0." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Privacy Policy" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Private" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Private Key" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Processing Deposit" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Processing Withdrawal" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Profile Photo" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +msgid "Progress" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "Project details" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/PropertiesCard.tsx +msgid "Properties" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +msgid "Proposal" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/index.tsx +msgid "Provide you with fast, reliable and convenient security services." +msgstr "" + +#. placeholder {0}: i18n(plugin.name) +#: packages/shared/src/UI/components/CompositionDialog/BadgeRenderer.tsx +msgid "Provided by plugin \"{0}\"" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Proxy contract" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "Public Key: <0>{publicKey}" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Purchase" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Purchasing...." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Quote expired. Update to receive a new quote." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Quote route" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Quote Route" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Random" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Random Amount" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "Rank" +msgstr "" + +#. placeholder {0}: result.rank?.toString() ?? coin.market_cap_rank?.toString() ?? '' +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Rank #{0}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Rate" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Re-enter" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx +#: packages/mask/popups/pages/Wallet/Receive/index.tsx +msgid "Receive" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Recommended dimensions: 1016 × 672 px" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "Recover" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +msgid "Recover your data" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Recover your wallet" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +msgid "Recovery" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +msgid "Recovery Phrase" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Refresh" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +msgid "Refund" +msgstr "" + +#. placeholder {0}: formatBalance(remain.toString(), tokenDecimals, { significant: 2, isPrecise: true }) +#: packages/plugins/RedPacket/src/SiteAdaptor/hooks/useRefundCallback.tsx +msgid "Refund {0} {tokenSymbol} Successfully" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Refund Lucky drop" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Refund your expired Lucky Drop." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "Refunded" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +msgid "Refunding" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "Reject {totalMessages} Transactions" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +#: packages/shared/src/UI/components/ReloadStatus/index.tsx +msgid "Reload" +msgstr "" + +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/index.tsx +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Remove" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/index.tsx +msgid "Remove Wallet" +msgstr "" + +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/Derive.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/Rename.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/Rename.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +#: packages/plugins/FileService/src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx +msgid "Rename" +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Report NFT Scam Contract?" +msgstr "" + +#: packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx +msgid "Report on GitHub" +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Report Spam" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request ID" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request is valid not after" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request is valid not before" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request Source" +msgstr "" + +#: build/bundled/111.js +#: build/bundled/111.js +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/useFinanceFeeds.ts +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/useSocialFeeds.ts +msgid "Request timed out" +msgstr "" + +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +msgid "Request timed out." +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Requesting Connection" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Reselect" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Resend" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Reset" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "Reset Wallet" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Resource" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Restore" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Restore backup failed." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Restore Completed" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Restore Database" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Restore Failed" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Restore from a previous database backup" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Restore or Login" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +msgid "Results" +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Retry" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "Revoke" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Revoke the approval for {0}." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Revoke the approval for token" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Revoke Token" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "Revoking" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Risk Warning" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "rounds" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "RPC URL" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/index.tsx +msgid "Safety Warning" +msgstr "" + +#. placeholder {0}: formatDateTime(endDate, 'yyyy-MM-dd HH:mm:ss') +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +msgid "Sale ends in {0}" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +#: packages/shared/src/UI/modals/ImageEditor/ImageEditor.tsx +msgid "Save" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Saving" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/index.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsDialog.tsx +msgid "Savings" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "Scam tx" +msgstr "" + +#: build/bundled/143.js +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "Scam Warning" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Receive/index.tsx +msgid "Scan QR code to receive payment" +msgstr "" + +#: packages/mask/popups/pages/Personas/WalletConnect/index.tsx +msgid "Scan QR code with WalletConnect-compatible wallet" +msgstr "" + +#: packages/shared/src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx +msgid "Scan the QR code with a WalletConnect-compatible wallet" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SearchBox.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Search" +msgstr "" + +#: packages/shared/src/UI/components/CountryCodePicker/index.tsx +msgid "Search Area" +msgstr "" + +#: packages/mask/popups/pages/Friends/Search/index.tsx +msgid "Search Next.ID, X, Lens, ENS or Address" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Search with an ENS domain or wallet address to get optimized results." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Search with the name of an NFT collection or its symbol to get optimized results." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "Security Detection" +msgstr "" + +#: packages/mask/popups/pages/Trader/useImplementRuntime.tsx +#: packages/shared/src/UI/components/SelectTokenChip/index.tsx +#: packages/shared/src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx +msgid "Select" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/shared/src/UI/components/FungibleTokenInput/UI.tsx +msgid "Select a token" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Select a Token" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +msgid "Select Address" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Select All" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Select an NFT Contract" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Select an NFT Contract Operator" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Select an NFT Contract Owner" +msgstr "" + +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +msgid "Select and Connect to your wallet" +msgstr "" + +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "Select Collection" +msgstr "" + +#: packages/mask/popups/modals/SelectLanguageModal/index.tsx +msgid "Select language" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Select liquidity" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Select Liquidity" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/CollectionSelectPanel.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Select NFTs" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "Select the wallet(s) to use on this site. You should not connect to website you don't trust." +msgstr "" + +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +msgid "Select Wallet" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Selecting NFTs" +msgstr "" + +#. placeholder {0}: percentageToNumber(info.sell_tax) +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Sell Tax: {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/mask/popups/components/TransactionPreview/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/components/AssetsManagement/Collection.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Send" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Send {0}" +msgstr "" + +#: packages/plugins/Tips/src/SiteAdaptor/components/TipsRealmContent/index.tsx +msgid "Send authors tips by using Mask Network's Tips function." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Sending" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Sending address" +msgstr "" + +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "Sending..." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Sent" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Sent verification post successfully." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Service Agreement" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +msgid "Set NFT Avatar" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "Set NFT NFT Background" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "Set NFT PFP" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTInfo.tsx +msgid "Set NFT PFPs" +msgstr "" + +#: packages/mask/content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx +msgid "Set NFT Photo" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Set Payment Password" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Set payment password successfully." +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTInfo.tsx +msgid "Set up NFT PFP successfully" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +msgid "Set up wallet for displaying Web3 footprints and receiving tips on each social media account." +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/index.tsx +msgid "Set your NFT as profile picture with exclusive aura." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Set Your Payment Password" +msgstr "" + +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Set Your Persona Name" +msgstr "" + +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Set your persona name with maximum length of 24 characters" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Settings" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +#: packages/shared/src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx +msgid "Share" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Share and recommend this feature after saving." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +msgid "Share with" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PageInspector.tsx +msgid "Show me how" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/AssetsList/MoreBar.tsx +msgid "Show tokens with value less than $1" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/mask/popups/pages/Personas/PersonaSignRequest/index.tsx +#: packages/mask/popups/pages/Wallet/Interaction/WalletSignRequest.tsx +msgid "Sign" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Sign-in Request" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Signature Request" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Signing ..." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Signing Message (Raw)" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Signing Message (Text)" +msgstr "" + +#: packages/plugins/ScamSniffer/src/SiteAdaptor/ScamAlert.tsx +msgid "Similar Project" +msgstr "" + +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +msgid "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." +msgstr "" + +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +msgid "Sites" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +msgid "size" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Size limit: 10 MB" +msgstr "" + +#: packages/mask/content-script/components/GuideStep/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Skip" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Slippage" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceSection.tsx +msgid "Slippage Tolerance" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Slow" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/PluginDescriptor.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileView.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Snapshot" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Social Account" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/index.tsx +msgid "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/SelectProvider.tsx +msgid "Solana" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/Collectible.tsx +msgid "Something went wrong!" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "Something went wrong." +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "Sorry, failed to save NFT Avatar. Please set again." +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Sorry, signature failed! Please try signing again." +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Sorry, you are not eligible to claim $ARB in this campaign." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/SpaceMenu.tsx +msgid "Space" +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "Spam" +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Spam reported." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/index.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Speed Up" +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +msgid "Spend limit requested by" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Spend more transaction fees to cancel the previous transaction." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Split Mode" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Start" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "Start date" +msgstr "" + +#. placeholder {0}: format(startTime, 'MM-dd-yyyy HH:mm') +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Start Time: <0>{0}" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "Starts {relativeStartTime}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "status" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Status" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "Stay on top of NFT trending information, hot projects, notable transactions, etc." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Step {step}/{step}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Step {step}/{totalSteps}" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Step 1/2" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Step 1/3" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Step 2/2" +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Success" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Successful" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "Suggest to send transactions and sign messages" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Support" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Support Identity code, private key, local backups or cloud backups to access your personal data." +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Support mnemonic phrase, private key or keystore file." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Supported contracts" +msgstr "" + +#. placeholder {0}: formatFileSize(MAX_FILE_SIZE) +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Supported formats: JPEG, PNG<0/> Size limit: {0}" +msgstr "" + +#: packages/mask/popups/modals/SupportedSitesModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Supported Sites" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/StartUp/index.tsx +msgid "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +#: packages/shared/src/UI/translate.ts +msgid "Swap" +msgstr "" + +#. placeholder {0}: protocol.bareToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Swap {0}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "Swap anyway" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +msgid "Swap Anyway" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Swap completed successfully." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Swap duration" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Swapping" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx +msgid "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/index.tsx +msgid "Switch between the classic Twitter logo and the new one." +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Switch Network" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "Switch other account" +msgstr "" + +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +msgid "Switch Persona" +msgstr "" + +#. placeholder {0}: expectedChainName ?? '' +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Switch to {0}" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +msgid "Switch to other accounts" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Switch to Polygon and Follow" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Switch Twitter Logo" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/index.tsx +msgid "Switch X Logo" +msgstr "" + +#: packages/mask/popups/components/MnemonicDisplay/index.tsx +msgid "Tap to view the mnemonic words <0/> Make sure no one is looking at your screen" +msgstr "" + +#: packages/mask/popups/components/PrivateKeyDisplay/index.tsx +msgid "Tap to view the private key <0/> Make sure no one is looking at your screen" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Tax can be modified" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Tax cannot be modified" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Tell friends what's happening..." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Text" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Text copied!" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "The [Check Security] dApp provides quick, reliable, and convenient Web3 security services." +msgstr "" + +#. placeholder {0}: isSwap ? 'swap' : 'bridge' +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "The {0} is in progress. You can check its status in History after exiting this page." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "The approval for this contract will be revoked in case of the amount is 0." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "The chainID is not equal to the currently connected one." +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +msgid "The contract address is incorrect or the collection does not belong to you." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is not known to be able to modify the balance of the token of other addresses." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "The current wallet does not hold a lens and cannot follow/unfollow" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "The custom amount entered may be higher than the required network fee." +msgstr "" + +#: build/bundled/176.js +#: build/bundled/51.js +#: build/bundled/91.js +#: packages/mask/dashboard/utils/api.ts +msgid "The download link is expired" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/PluginProviderRender.tsx +msgid "The following wallets are not installed or in conflict with others" +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "The input is not a single file." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +msgid "The Lucky Drop can't be sent due to data damage." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +msgid "The maximum number of NFTs to be sold in one collection lucky drop contract is 255." +msgstr "" + +#. placeholder {0}: formatBalance(1, token.decimals) +#. placeholder {1}: token.symbol +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "The minimum amount for each share is {0} {1}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "The mnemonic word has been copied, please keep it in a safe place." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "The mnemonic words has been copied, please keep it in a safe place." +msgstr "" + +#. placeholder {0}: match.nativeCurrency.symbol +#: packages/mask/popups/pages/Wallet/EditNetwork/useWarnings.ts +msgid "The network with chain ID {formChainId} may use a different currency symbol ({0}) than the one you have entered. Please check." +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "The new passwords don't match" +msgstr "" + +#. placeholder {0}: profile.identifier.userId +#: packages/mask/content-script/components/shared/SelectRecipients/ProfileInList.tsx +msgid "The Persona is connected to the account @${0}." +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/ProfileInList.tsx +msgid "The Persona is connected to the following accounts: {list}" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/ProfileInList.tsx +msgid "The Persona is not connected to any accounts." +msgstr "" + +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +msgid "The persona name already exists." +msgstr "" + +#: packages/plugins/Tips/src/contexts/Tip/useRecipientValidate.ts +msgid "The receiving address is a contract address. Please check again." +msgstr "" + +#: packages/plugins/Tips/src/contexts/Tip/useRecipientValidate.ts +msgid "The receiving address may be a malicious address." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "The RPC URL you have entered returned a different chain ID ({rpcChainId}). Please update the Chain ID to match the RPC URL of the network you are trying to add." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "The token approval revoked." +msgstr "" + +#. placeholder {0}: format(localTransaction.updatedAt, "HH:mm 'on' M/dd/yyyy") +#: packages/mask/popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts +msgid "The transaction was complete and has been recorded on blockchain at {0}" +msgstr "" + +#. placeholder {0}: format(localTransaction.createdAt, "HH:mm 'on' M/dd/yyyy") +#: packages/mask/popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts +msgid "The transaction was confirmed at {0}" +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "The user has not set this." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +msgid "The wallet address already exists." +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +msgid "The wallet name already exists." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "The web site can" +msgstr "" + +#. placeholder {0}: message.domain +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "The website ({messageOrigin}) is asking you to sign in to another domain ({0}). This may be a phishing attack." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "There was a network or RPC provider error, please try again later!" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/index.tsx +msgid "There's no feed associated with this address." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +msgid "This address is a contract address." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +msgid "This address may be a scam address." +msgstr "" + +#. placeholder {0}: String(token?.symbol) +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "This allows the third party to spend {value} {0} from your current balance." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." +msgstr "" + +#. placeholder {0}: duplicated.name +#: packages/mask/popups/pages/Wallet/EditNetwork/useWarnings.ts +msgid "This Chain ID is currently used by the {0} network. " +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing." +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +msgid "This ENS does not exist or not be resolved." +msgstr "" + +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." +msgstr "" + +#: packages/shared/src/UI/components/PluginEnableBoundary/index.tsx +msgid "This function has been turned off in the App settings. Enable plugins to fully access." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This is unlikely to be an airdrop scam. Many scams attract users through airdrops." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "This message contains a invalid EIP-4361 message. It is better to reject this request." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "This network name already exists" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +msgid "This NFT contract cannot be modified now." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/ActivitiesList.tsx +msgid "This NFT didn't have any activities." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OffersList.tsx +msgid "This NFT didn't have any offers." +msgstr "" + +#. placeholder {0}: lensAccount.operations.canFollow.reason +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "This profile can not be followed: {0}" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "This profile can not be followed." +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +msgid "This project is no longer active" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "This QR includes your identity, please keep it safely." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx +msgid "This QR includes your mnemonic words, please keep it safely." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "This request has been expired." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "This request may be a phishing attach. I understand this and want to continue." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "This request should only be sign in the future." +msgstr "" + +#. placeholder {0}: network.name +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "This RPC URL is currently used by the {0} network" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "This swap isn’t supported" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token contract has code that prevent selling. This might is a honeypot." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "This token has no risky or attention factors." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." +msgstr "" + +#: packages/mask/content-script/site-adaptors/twitter.com/customization/i18n.ts +msgid "This tweet is encrypted with #mask_io (@masknetwork). 📪🔑" +msgstr "" + +#: build/bundled/168.js +msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" +msgstr "" + +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +msgid "This wallet address has already been connected." +msgstr "" + +#. placeholder {0}: String(currentPersona?.nickname) +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "This wallet is connected to current persona {0}." +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "This will overwrite the existing cloud backup with the local data, this cannot be undo." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "Time" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Timestamp" +msgstr "" + +#: packages/plugins/Tips/src/components/TipDialog.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "Tips" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Tips/src/components/RecipientSection/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "To" +msgstr "" + +#. placeholder {0}: formatDomainName(domain) +#. placeholder {0}: formatEthereumAddress(toAddress, 4) +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "to {0}" +msgstr "" + +#. placeholder {0}: type === ActivityType.Mint ? Utils.formatAddress(activity.from?.address, 4) : activity.receive.nickname || (activity.receive.address ? Utils.formatAddress(activity.receive.address, 4) : '-') +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/ActivityCard.tsx +msgid "To <0>{0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "to <0>{toAddress}" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/index.tsx +msgid "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." +msgstr "" + +#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "To use Lido, you need to wait {0} days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "To verify your X account and record it on the NextID, please send this post for the verification." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "To verify your X account and record it on the NextID, you will need to send a post for the verification." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Token" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Token Address" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Token Contract Address" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Token ID" +msgstr "" + +#: build/bundled/67.js +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Token ID separated by comma, e.g. 1223,1224," +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +msgid "Token ID should be separated by comma, e.g. 1223,1224," +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "Token info" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Token Name" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Token now is hidden." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Token quantity greater than" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Token Standard" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Token unlocked" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Token Value" +msgstr "" + +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +#: packages/mask/popups/pages/Wallet/components/WalletAssets/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/index.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "Tokens" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Total amount" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Total cost" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Total NFTs" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Total Supply" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Total Volume" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Trading mode" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Trading route" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Trading Route" +msgstr "" + +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +msgid "Transaction" +msgstr "" + +#: packages/shared/src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx +msgid "Transaction Confirmed" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Transaction cost" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Transaction Details" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transaction failed" +msgstr "" + +#: packages/shared/src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx +msgid "Transaction Failed" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Transaction Fee" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transaction has been rejected!" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Transaction Hash" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx +msgid "Transaction history is only stored locally and will be deleted if you clear your browser data." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Transaction in progress. Thank you for your patience." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Transaction rejected" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/shared/src/UI/translate.ts +msgid "Transaction submitted." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Transaction type" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceForm.tsx +msgid "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Transfer {0} NFT." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transfer NFT" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transfer Token" +msgstr "" + +#. placeholder {0}: toNetwork?.fullName +#. placeholder {1}: tx.bridgeName +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Transferring asset across to the {0} network via the {1}cross-chain bridge" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "True Token" +msgstr "" + +#: packages/mask/content-script/components/GuideStep/index.tsx +msgid "Try" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Try Again" +msgstr "" + +#: packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx +msgid "Try to recover" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +msgid "Try token from different chains" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Trying exploring more features powered by Mask Network." +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +msgid "Two entered passwords are different." +msgstr "" + +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/hooks/usePasswordForm.ts +msgid "Two entered passwords are not the same." +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Tx Fee" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/ConnectButton.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Unfollow" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useUnfollow.ts +msgid "Unfollow lens handle" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "unique contributors" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Unknown EIP-4361 message version." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Unlikely to be a honeypot." +msgstr "" + +#: build/bundled/101.js +#: build/bundled/102.js +#: build/bundled/178.js +#: build/bundled/191.js +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "unlimited" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Unlisted" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Unlock" +msgstr "" + +#. placeholder {0}: token.symbol +#: packages/shared/src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx +msgid "Unlock {0}" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Unlock {0} NFT contract." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Unlock {0}." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Unlock NFT Contract" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Unlock token" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Unlock Token" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Unlocking {hasSymbolName}..." +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Unlocking ALL..." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "Unnamed" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Unpacking" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Unsupported data backup" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +msgid "Unsupported key store data" +msgstr "" + +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +msgid "Unsupported Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +msgid "Unsupported network type" +msgstr "" + +#. placeholder {0}: formatCurrency(formatWeiToGwei(option.suggestedMaxFeePerGas), '') +#: packages/shared/src/UI/components/SettingsBoard/GasOption.tsx +msgid "up to {0} Gwei" +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "Update NFT Avatar Success!" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +msgid "Update permission for X.com" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Update Quote" +msgstr "" + +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +msgid "Update X.com Permissions" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +msgid "Updated" +msgstr "" + +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +msgid "Updating Gas Fee…" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Upload backup" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Upload File" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Uploaded files" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Uploading" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "URLs require the appropriate HTTPS prefix." +msgstr "" + +#: packages/mask/content-script/site-adaptors/instagram.com/injection/NFT/ProfileNFTAvatar.tsx +msgid "Use NFT" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Use Persona to encrypt and decrypt social media posts & messages." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Use text encryption" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." +msgstr "" + +#: packages/plugins/VCent/src/SiteAdaptor/index.tsx +#: packages/plugins/VCent/src/SiteAdaptor/index.tsx +msgid "Valuables" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "value" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "Value" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Verification code has been sent to your email. Please check your mailbox." +msgstr "" + +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." +msgstr "" + +#. placeholder {0}: currentVerifiedBy.join(', ') +#. placeholder {0}: verifiedBy.join(', ') +#: packages/shared/src/UI/components/AssetsManagement/CollectibleItem.tsx +#: packages/shared/src/UI/components/AssetsManagement/Collection.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Verified by {0}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Verify" +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Verify {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts +msgid "Verify Account" +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +msgid "Verify your wallet" +msgstr "" + +#: packages/shared/src/UI/components/ConnectPersonaBoundary/index.tsx +msgid "Verify your X ID" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Version" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +#: packages/plugins/NextID/src/SiteAdaptor/VerificationPayload.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileSpaceHeader.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/SocialBadges/LensList.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialListItem.tsx +msgid "View" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "View full transaction details" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/plugins/Tips/src/components/RecipientSection/RecipientSelect.tsx +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +msgid "View on Explorer" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "View real-time crypto prices, market cap, trading volume, etc." +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "View your account balance and history" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "View your address" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "View your profile in firefly" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "View your Tokens and NFTs" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Visible To" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +msgid "Volume (24h)" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Vote" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +msgid "Votes" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Wait too long for the confirmation." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Waiting for {providerType}" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Waiting time" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Wallet" +msgstr "" + +#: packages/mask/popups/modals/WalletGroupModal/index.tsx +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +#: packages/shared/src/UI/modals/WalletStatusModal/WalletStatusDialog.tsx +msgid "Wallet Account" +msgstr "" + +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Wallet disconnected" +msgstr "" + +#. placeholder {0}: String(index + 1) +#: packages/mask/popups/modals/WalletGroupModal/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +msgid "Wallet Group #{0}" +msgstr "" + +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +msgid "Wallet name must between 3 to 18 characters." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Wallet request timed out" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/index.tsx +msgid "Wallet Settings" +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +#: packages/plugins/NextID/src/components/BindDialog.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +msgid "Wallet Sign" +msgstr "" + +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +msgid "Wallet sign cancelled." +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +msgid "Wallet sign failed." +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +msgid "Wallet sign succeeded." +msgstr "" + +#: packages/mask/popups/pages/Personas/WalletConnect/index.tsx +#: packages/shared/src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx +msgid "WalletConnect" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "We are not aware of any code that prevents the sale of tokens." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx +msgid "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "We recommend new Web3 users to keep [Check Security] open." +msgstr "" + +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/FileService/src/SiteAdaptor/index.tsx +msgid "Web3 File Service" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +msgid "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/PluginDescriptor.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/index.tsx +#: packages/shared/src/UI/components/PluginCardFrame/index.tsx +msgid "Web3 Profile" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/index.tsx +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/PluginDescriptor.tsx +msgid "Web3 Profile Card" +msgstr "" + +#: build/bundled/212.js +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Website" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Welcome Back" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Welcome to Mask Network" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Welcome to use Mask Network" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +msgid "What is Web3 File Service?" +msgstr "" + +#. placeholder {0}: nativeTokenDetailed?.symbol || 'ETH' +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +msgid "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of {0}. Please reduce the number of NFTs selected." +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "when you click Add Google Drive button,you will be forwarded to Google authorization pages." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Whitelist function" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +msgid "Who can claim" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "Who can claim?" +msgstr "" + +#: build/bundled/100.js +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Why I can't vote?" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Winners" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsDialog.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/SavingsRow.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Withdraw" +msgstr "" + +#. placeholder {0}: protocol.bareToken.symbol ?? '' +#. placeholder {0}: protocol.stakeToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Withdraw {0}" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Withdraw {0} for savings." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Withdraw token" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Write down mnemonic words" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Write down recovery phrase" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Wrong Network" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +msgid "You" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "You can claim the lucky drop by holding the required amount of any selected token." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "You can withdraw the remaining balance 24 hours after sending the lucky drop." +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "You canceled the request." +msgstr "" + +#. placeholder {0}: formatBalance(claimRecord.amount.toString(), token?.decimals, { significant: 2 }) +#. placeholder {0}: formatBalance(data.claimed_amount, token?.decimals, { significant: 2 }) +#. placeholder {1}: token?.symbol || '' +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "You claimed {0} ${1}." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "You claimed 1." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "You didn't approve {0}. Please do not set spending cap to 0 and try it again." +msgstr "" + +#. placeholder {0}: amount ?? '' +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "You have claimed {0} $ARB." +msgstr "" + +#. placeholder {0}: message.amount +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "You have donated {0} {1}" +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "You have set NFT PFP successfully." +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "You have signed with your wallet." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "You have successfully restored the backup from Google Drive to your browser." +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +msgid "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftHistory.tsx +msgid "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +msgid "You haven't uploaded any files yet." +msgstr "" + +#. placeholder {0}: tolerance.toString() +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceForm.tsx +msgid "You may have {0}% less received with this level of slippage tolerance." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "You may lose your assets if you give approval to the website of this token." +msgstr "" + +#. placeholder {0}: contractName ?? '' +#. placeholder {1}: token.symbol +#: packages/shared/src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx +msgid "You must give the {0} smart contract permission to use your {1}. You only have to do this once per token." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to follow <0>@{twitterHandle}" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to follow the creator of the lucky drop." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to hold any of the following NFTs in your wallet." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to hold any of the following tokens." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to hold at least {quantity} of any of the following tokens." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx +msgid "You need to open the dApp to view the specific content." +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "You've already claimed the lucky drop" +msgstr "" + +#. placeholder {0}: message.token +#. placeholder {1}: message.spender +#: packages/shared/src/UI/translate.ts +msgid "You've approved {0} for {1}. If you want to revoke this token, please set spending cap amount to 0." +msgstr "" + +#. placeholder {0}: file.name +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "You've saved {0} to Web3 file service." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Your file has been successfully merged into the browser data." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Your file has been successfully restore into the browser data." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Your Persona has been successfully created." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Your Persona is on **ready 🚀**" +msgstr "" + +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +msgid "Your transaction has been confirmed!" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Your transaction should be done in <0/>" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Your vote has been successful." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Your voting power" +msgstr "" + +#: packages/plugins/Claim/src/hooks/useClaimAirdrop.tsx +msgid "Your wallet cancelled the transaction." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "Your wallet does not meet the eligibility criteria for claiming." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +msgid "Your Wallet is on **ready 🚀**" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Your X account authorization has timed out. Please try again." msgstr "" diff --git a/packages/shared-base-ui/src/locale/ja-JP.json b/packages/shared-base-ui/src/locale/ja-JP.json index 0d3fe95e89ca..e1a07f6bfc50 100644 --- a/packages/shared-base-ui/src/locale/ja-JP.json +++ b/packages/shared-base-ui/src/locale/ja-JP.json @@ -1 +1 @@ -{ "messages": { "3ThLdM": ["GitHubで報告"], "CU3U3d": ["復旧を試みます"], "i6OT6/": [["subject"], " has an error"] } } +{"messages":{"++B0oY":["This function has been turned off in the App settings. Enable plugins to fully access."],"+01Ill":["Change to Solana Wallet"],"+5hgHR":["Are your sure you want to disconnect? You may lose part of functionalities of this website."],"+95jK3":["Gas limit too low will cause the transaction to fail."],"+A4TPN":[["0"]," NFT contract"],"+CzAt9":["Previous unfollow transaction is in processing, please wait and try again."],"+IEBAO":["Approve amount"],"+K0AvT":["Disconnect"],"+POswt":["Sell Tax: ",["0"]],"+Qcnh5":["Please select the appropriate method to restore your personal data."],"+W8dUJ":["Tap to view the private key <0/> Make sure no one is looking at your screen"],"+XyQiK":["Agree"],"+Zuhm7":["Support Identity code, private key, local backups or cloud backups to access your personal data."],"+adBn3":["Chrome - external extension"],"+b7T3G":["Updated"],"+fTqvl":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"],""],"+hwfjv":["Please select the wallet to activate the function after saving the settings."],"+m7PfT":["Deleted successfully"],"+m7x4e":["Backup Successful"],"+q+Wa9":["Swap anyway"],"+uISZO":["Incorrect Password"],"+ubcPw":["No power"],"+xKN8I":["<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later."],"/2nH6X":["Make another Bridge"],"/7tku+":["Try"],"/BI0y9":["Refunded"],"/Dk+nX":["More on ",["0"]],"/I3RSJ":["Report Spam"],"/JOEaC":["Deploy Smarty Pay wallet"],"/KseE7":["Delete File"],"/LkuGq":["Restore from a previous database backup"],"/OPmPQ":["Verify ",["0"]],"/Swcdo":["Failed to swap"],"/WfDJy":["If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets."],"/capO6":["Failed to deposit ",["0"],"."],"/eguJc":["Uploading"],"/fo6Dv":["Gas Limit (Units)"],"/giXwU":["Medium Risk"],"/hKQcr":[["seconds"],"s"],"/jQctM":["To"],"/nT6AE":["New password"],"/riTT2":["Pinned successfully."],"/uEw9z":["Your X account authorization has timed out. Please try again."],"/vtDGO":[["0"]," is connected to these sites, they can view your account address."],"/xrk7I":["FAQ&Tutorial"],"/y/pZ3":["Select a Token"],"0+3dvg":["This NFT didn't have any offers."],"0/eoR6":["Revoking"],"00b9QG":["Set Your Payment Password"],"01DWy7":["Click the settings icon to list it on the App board."],"04MqGo":["Post content:"],"09vHB+":["Failed to decrypt."],"0C6WdO":["Upload backup"],"0D4bav":["Name or Contract address e.g. USDC or 0x234..."],"0F4ogS":["Payment Password should be between 6 and 20 characters."],"0HnKBn":["Hide mnemonic words"],"0Lp4o6":["Load failed"],"0M//Nn":["The Persona is connected to the following accounts: ",["list"]],"0ZC72+":["Connected successfully."],"0bKGbK":["No past rounds found."],"0caMy7":["History"],"0dFHbr":["Confirm swap risk"],"0fljZe":["Trading Route"],"0hFUd/":["You must give the ",["0"]," smart contract permission to use your ",["1"],". You only have to do this once per token."],"0jddIP":[["0"]," members"],"0lBTmP":["You need to hold any of the following tokens."],"0oFu/K":["No Lucky Drops claimed"],"0oMKRL":["Delete Contact"],"0tdB+o":["Enable the ",["name"]," Wallet extension and disable other wallet extensions"],"0wJVK+":["Basic"],"0wdd7X":["Join"],"0wzWAN":["Why I can't vote?"],"0xXDLS":["View your profile in firefly"],"0yPSCj":["High Risk"],"0yf3iU":["Wallet sign cancelled."],"1+6BOG":["Download Backup"],"1+P9RR":["Switch to ",["0"]],"11kmCI":["We are not aware of any code that prevents the sale of tokens."],"199DuV":["Display specific information of Gitcoin projects, donate to a project directly on social media."],"1DwbcE":["Loading...."],"1EOhmY":["Rank #",["0"]],"1LkMSp":["Add Suggested Token"],"1M8xFP":["Transaction with extremely low slippage tolerance might be reverted because of very small market movement."],"1QJyuR":["At most ",["RED_PACKET_MAX_SHARES"]," recipients"],"1QfxQT":["Dismiss"],"1R2W/B":["This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup "],"1TNIig":["Open"],"1TaavV":["Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase."],"1Uqt6P":["Disconnect Wallet?"],"1Wbxhe":["This profile can not be followed: ",["0"]],"1Z++2X":["The Persona is not connected to any accounts."],"1agbuA":["Functions that can suspend trading"],"1bTY60":["Token Value"],"1kE7ob":["Network saved"],"1mjyN6":["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."],"1nMGEs":["Personas"],"1njn7W":["Light"],"1on6yK":["How to use ",["0"]," Wallet?"],"1rsf+c":["After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup."],"1xwmzN":["Switch to other accounts"],"2/N/mr":["Connect with ",["providerName"]],"22QmCQ":["The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"28ABhV":["Connect EVM Wallet"],"29b5Sq":["Blocto only supports the Flow chain."],"2CMLgZ":["Token ID separated by comma, e.g. 1223,1224,"],"2FYpfJ":["More"],"2GHENQ":["Web3 Profile"],"2J5wRx":["Failed to get quote information"],"2Lr4ie":["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."],"2MPu+c":["Priority Fee (GWEI)"],"2XVeKu":["Airdrop Scam"],"2Xze/r":["Block Explorer URL"],"2jQko7":["Associated Accounts"],"2kXxch":["Sorry, signature failed! Please try signing again."],"2p7WMm":["Give permission to access <0/> your ",["0"],"?"],"2saF1j":["Tax can be modified"],"2wxgft":["Rename"],"34UMci":["Wallet Settings"],"38C83c":["Recovery Phrase"],"39ohdf":["Activities"],"3A/gtD":["Invalid RPC URL."],"3A/mG4":["Change Wallet"],"3AP6p1":["Public Key: <0>",["publicKey"],""],"3B4jmY":["Data correlation"],"3CR0qY":["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."],"3J+S3n":["Search Next.ID, X, Lens, ENS or Address"],"3OhjJ4":["Powered by <0>Mask Network<1><2/>"],"3Q5eQl":["Please click the \"Post\" button to open the compose dialog."],"3Q8dPe":["The website (",["messageOrigin"],") is asking you to sign in to another domain (",["0"],"). This may be a phishing attack."],"3SiDD1":["<0>",["user"]," burned <1>",["1","select",{"nft":["an NFT"],"name":[["0"]],"other":[]}],""],"3ThLdM":["Report on GitHub"],"3WZ1WL":["Please enter backup password to export persona private key."],"3YDnov":["Token now is hidden."],"3ZgRKI":[["type","select",{"post":["<0>",["user"]," publish a post on ",["platform"]],"mint":["<1>",["user"]," minted a post on ",["platform"]],"revise":["<2>",["user"]," revised a post on ",["platform"]],"share":["<3>",["user"]," shared a post on ",["platform"]],"other":[]}]],"3awOET":["Rank"],"3bGj61":["Claim on Firefly"],"3cAxpB":["There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price."],"3cw8FQ":["To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs."],"3dAaqV":["📃📃📃 Try to permanently use decentralized file storage on ",["sns"],". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions."],"3fpIq1":["to ",["0"]],"3iUAE7":["Backup to Google Drive"],"3kbpgO":["Gas Limit"],"3lUGN0":["Switch Persona"],"3pqzUK":["Contact added."],"3qe4O9":["Max Fee"],"3uBJPr":["File delete"],"3uQmjD":["Average"],"3ublvs":["Try token from different chains"],"3yLqgI":["Name or contract address eg. PUNK or 0x234..."],"4+VnE8":["ENS"],"42yL2J":["Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ",["encrypted"]],"43g2kf":["Only visible to yourself"],"44bNbA":["Select an NFT Contract"],"4DIYdt":["No associated wallet. <0>Add Wallet."],"4EN5JL":["Your Persona has been successfully created."],"4FvVUv":["Reset Wallet"],"4GBOoi":["Failed to create theme."],"4Gz2wC":["Failed to upload file"],"4HavhE":["Powered by <0>Mask Network"],"4HtGBb":["MAX"],"4JCJIV":["What is Web3 File Service?"],"4coHVU":["Lens Unfollow"],"4lm4o+":["Solana"],"4na5mr":["This message contains a invalid EIP-4361 message. It is better to reject this request."],"4ojMOt":["Please enter your backup password."],"4pSxwB":["Go"],"4zgT9K":["Connect Mask Network Account using your wallet."],"50QwC8":["value"],"51TkMy":["Claiming will be live until: <0> ",["days"]," d ",["0"]," h ",["1"]," m"],"51cT/A":["The minimum amount for each share is ",["0"]," ",["1"]],"51rAFB":["Please copy the following text and image (if there is one) and publish it."],"52nzPV":["Data source is retrieved from ",["0","select",{"twitter":["Twitter profile"],"facebook":["Facebook profile"],"other":[]}],"."],"55/jcy":["Hi friends, I just withdrew my deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"5Dz44N":["Set Payment Password"],"5E57TU":["Max priority fee is too low for network conditions"],"5G0lxx":["Powered by <0>Scamsniffer"],"5HVoyc":["Transaction Details"],"5Jczad":["I just claimed a lucky drop from @",["0"]," on ",["1"]," network."],"5N3b5J":["Market Cap"],"5O5enn":["Enter Payment Password"],"5QfZ6O":["Contract source code verified"],"5YfW3S":["Add an encrypted comment..."],"5ZzgbQ":["Connect ",["0"]],"5e22kj":["Email verification code"],"5hFImX":["Deploy Contract"],"5i1JPS":["Never share 12-word secret mnemonic with anyone!"],"5iHe/7":["Network error, try again"],"5o2pdQ":["Create Persona"],"5s6EhU":[["count","plural",{"one":["You have recovered **","#"," Wallet 🚀**"],"other":["You have recovered **","#"," Wallets 🚀**"]}]],"5sIdhw":["Share with"],"5uFQ9j":["Please create a persona and verify your account to use this."],"623chP":["Infos"],"66J/I3":["Transaction Fee"],"678PKt":["Network Name"],"68FuwU":["URLs require the appropriate HTTPS prefix."],"68m9Nl":["Add new address to an existing group"],"6B+2/d":["Stay on top of NFT trending information, hot projects, notable transactions, etc."],"6DvbLh":["Please install your metamask wallet and set up your first wallet."],"6HT670":["Function: ",["0"]],"6IHgRq":["Backup to the Cloud"],"6IvSyW":["Token Standard"],"6RDwJM":["Tokens"],"6U+PWG":["Total NFTs"],"6Uau97":["Skip"],"6V3Ea3":["Copied"],"6VJnE7":["Note: Scams detections might not be 100% guaranteed."],"6YASel":["Invalid Network"],"6YtxFj":["Name"],"6ZZ+4S":["Load Network"],"6foA8n":["Are you sure?"],"6gRgw8":["Retry"],"6k8iqO":[["0"]," ",["1"]," bridge completed successfully."],"6knJVf":["This NFT contract cannot be modified now."],"6s8L6f":["Switch Network"],"6sbLuF":["Current results"],"6ulv1U":["Contract Owner"],"6vVuTX":["This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"7+2e01":["Network removed."],"70wH1Q":["APR"],"76Ml+j":[["0"]," NFT Lucky Drop created."],"76gPWk":["Got it"],"78Kj7O":[["0"]," NFT transferred."],"7Ae1jc":["True Token"],"7Bj3x9":["Failed"],"7PPwVf":["Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted."],"7PgtYC":["Set NFT Avatar"],"7QptC5":["Auto-lock Time"],"7R2WG+":["Decrypted by Mask Network"],"7VpPHA":["Confirm"],"7c99ux":["Contract Deployment ",["0"]],"7cg5cq":["unique contributors"],"7eFA2G":["Failed to revoke token contract."],"7hZyUn":["Processing Deposit"],"7k2lei":["Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later."],"7lnlzl":["Claimed ",["amount"]," $",["0"]," successfully."],"7qUM2b":["Open Mask Wallet"],"7s5tLo":["Allow this site to switch the network?"],"7w1rTm":["The download link is expired"],"7yziEn":["This request has been expired."],"8+xvyR":["Blockchain"],"82+n6o":["Quote Route"],"869iq0":["Transferring asset across to the ",["0"]," network via the ",["1"],"cross-chain bridge"],"87Poy7":[["0"]," ",["1"]," NFT contract."],"88+Eku":["Provide you with fast, reliable and convenient security services."],"89kDhv":["NFT collection"],"8BsgdX":["Failed to get permissions"],"8C8O9E":["Provided by plugin \"",["0"],"\""],"8Dh77Z":["NFTs"],"8IN0ph":["No more data available."],"8J7y6E":["Deposit ",["0"]," for savings."],"8Kly2P":["Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token."],"8MJFvR":[["0"]," Risky factor"],"8N1Wbf":["This token has no risky or attention factors."],"8RF/Sx":["Added successfully"],"8S5o5V":["Share and recommend this feature after saving."],"8TMaZI":["Timestamp"],"8Tg/JR":["Custom"],"8WLjqx":["Never share the 12-word secret mnemonic words with anyone!"],"8ZsakT":["Password"],"8bgRf6":["Can not follow: ",["0"]],"8djViz":["Step ",["step"],"/",["step"]],"8glx+u":["Token ID"],"8rElAH":["Image copied!"],"8wEOMN":["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"9+VwX/":["Add Collectibles"],"9KKhJV":["Signing ..."],"9VcshJ":["Enable auto paste"],"9Y1kXO":["Payment password stored locally and you could try as many as you want to unlock your wallet."],"9bG48P":["Sending"],"9cDpsw":["Permissions"],"9cSIbb":["Click on <0/> at the top-right of your browser."],"9d/Qe4":["Service Agreement"],"9hg9mc":["Downloading"],"9hzYBR":["Failed to download and merge the backup: ",["0"]],"9jba96":["Only TypedMessageText is supported currently."],"9kIgHE":["This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet."],"9lqqpY":["Invalid email address."],"9oP21f":["My vote"],"9oq2rm":["Functions with retrievable ownership"],"9q+I38":["Your voting power"],"9r9nwF":["Identical"],"9sjcnZ":["Disconnected."],"9tG0uf":["Please verify your social account"],"9uYu7e":["You haven't uploaded any files yet."],"9w2hgY":["Paste manually"],"9xaUMG":["General user"],"A+Ijr2":["Close [Check Security]?"],"A0VzMm":["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."],"A1bmDM":["No verified account found here."],"A1taO8":["Search"],"A3Ndml":["Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop."],"A4vJQr":["Set your NFT as profile picture with exclusive aura."],"A6JChW":["The transaction was complete and has been recorded on blockchain at ",["0"]],"A9tojF":["Incorrect password"],"AElxM7":["Transfer ",["0"]," NFT."],"AJNYYr":["Refund Lucky drop"],"AKLbfQ":["Restore Database"],"AMJWWT":["Likely in < ",["estimateSecond"]," seconds"],"ANYjcp":[["shareWithNum","plural",{"one":["1 friend"],"other":["#"," friends"]}]],"ANk/Zy":["Incorrect Backup Password"],"AOPSKq":["Deposit ",["0"]],"ASNDad":["Hide ",["name"]],"AV+9wg":["Re-enter"],"Ah4d0u":["Security Detection"],"AjVXBS":["Calendar"],"Ap948/":["Listed"],"Appw6V":["No NFTs found."],"Aq+O0x":["status"],"AuXfDa":["Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards."],"AuvDq6":["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"],"AwQpq/":["Click on the down-arrow to see the private key."],"AxPAXW":["No results found"],"AxdOHo":["Pair"],"Axp2cZ":["24 Hour Trading Vol"],"AyLiVq":["Scan QR code to receive payment"],"B1T4nn":["Confirm the Lucky Drop"],"B6C0XJ":["No Data"],"B8B8TU":["Verified by ",["0"]],"BAvIGC":["Withdraw token"],"BFhvNB":[["0"]," ",["1"]," NFT contract successfully."],"BMCVM3":["Wallet Sign"],"BQHQ9v":["No websites connected to this wallet"],"BQi2Kk":[["0"]," were claimed"],"BUXiPs":["This Chain ID is currently used by the ",["0"]," network. "],"BWSJkS":["No Airdrop Scam"],"BXixGM":["Use Persona to encrypt and decrypt social media posts & messages."],"Ba6uFH":["Create your NFT Lucky Drop."],"BaU+dx":["Connect your social platform accounts."],"Baj2MJ":["Savings"],"BaoXTT":["<0>Powered by<1>OKX<2/>"],"BiGQfG":["Transaction Hash"],"BkN2qg":["<0>Service Agreement and <1>Privacy Policy"],"BmN4Bk":["Aggregator"],"ByAMF+":["Risk Warning"],"ByPj1d":["Request ID"],"BzEFor":["or"],"BzfzPK":["Items"],"C0JhYS":["Change Network"],"C2/uLW":["Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned."],"C3Wgzy":["You have claimed ",["0"]," $ARB."],"CCIrQ8":["Fake Token"],"CE+M2e":["Info"],"CEk7Nc":["At least 6 characters"],"CFPbpH":["The new passwords don't match"],"CJviCK":["<0>",["user"]," proposed"],"CK1KXz":["Max"],"CMHmbm":["Slippage"],"CMfM6C":["No Enough Gas Fees"],"CP3D8G":["Progress"],"CT10+i":["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."],"CTSEx8":["<0/> publish a post on ",["0"]],"CU3U3d":["Try to recover"],"CWsYB3":["Welcome Back"],"CXHRbe":["Wallet request timed out"],"CYRJEX":["Owners"],"CZSWya":["NFTs added"],"CZmSbe":["Request is valid not before"],"Cf/0to":["Data source is retrieved from ",["0"],"."],"Citz6F":["Exchange"],"CkLMZ2":["File delete failed"],"CmMDVW":["<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction."],"CpciBt":["Switch to Polygon and Follow"],"CtByM7":["Connect Wallet"],"Cwxng+":["Supported formats: JPEG, PNG<0/> Size limit: ",["0"]],"Cy19fm":["View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline."],"CygwLN":["Swap completed successfully."],"Cz6Lx7":["Encryption Method"],"D79cZK":["Instant"],"D9iWaX":["Please check ToS document"],"D9za/8":["Missing dex contract address"],"DA2uGM":["Click the application icon to hide in the App list."],"DAFhfT":["There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"DC3sw8":["Two entered passwords are different."],"DHhJ7s":["Previous"],"DKBbsW":["Gas price must be greater than 0 Gwei."],"DPfwMq":["Done"],"DYoO0m":["Token quantity greater than"],"DdUFp+":["The transaction was confirmed at ",["0"]],"Dk6Non":["Whitelist function"],"DkHkqH":["Recommended dimensions: 1016 × 672 px"],"DnmyoA":["Priority fee should be greater than 0."],"DoQ5Lj":["RPC URL"],"Dpe+e3":["Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet."],"DtZDW+":[["0"]," (UTC+8)"],"Du6bPw":["Address"],"DuIDTw":["To verify your X account and record it on the NextID, please send this post for the verification."],"Dz56Ua":["Encrypt"],"E399AQ":["<0>",["user"]," bridged <1>",["amount"]," ",["symbol"]," from <2>",["source"]," to <3>",["target"],""],"E6HGuD":["Check out the official website"],"E6Sqiu":["Failed to load ",["0"],". Click to retry."],"E6YUtc":["Merge to Browser"],"E7prOW":["<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature."],"EBC6hj":["Local Backup"],"EGWr+Q":["Web3 Profile Card"],"EJRk0x":[["gasOptionType","select",{"slow":["Slow"],"normal":["Average"],"fast":["Fast"],"custom":["Custom"],"other":[]}]],"ELQ256":["Make another Swap"],"EMLHjH":["More Details"],"ENIvoT":["Please set up the amount of time before we automatically lock your wallet."],"ERYJcj":["Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers."],"EStYiZ":["No proxy"],"EVFPUv":["Transfer NFT"],"EYwKb0":["Gas Price (GWEI)"],"Ea4oxV":["Follow System"],"EbE80y":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post."],"EbVCxG":["<0/>",["txType","select",{"deploy":["deployed"],"execute":["executed"],"other":[]}],"<1/>"],"Eda+dy":["🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ",["encrypted"]," to send your first encrypted tweet."],"Eefe1a":["The input is not a single file."],"EfAke+":["<0>",["user"]," voted for <1>",["option"]," on <2>",["platform"],""],"Eh4m6e":["<0>USD Value<1>$",["0"],""],"Enb3Qk":["You claimed 1."],"EoKe5U":["Domain"],"EsKgLS":["Click here to have a quick start."],"Ev2r9A":["No results"],"EwiD7E":["Confirm Payment Password"],"F/pYeX":["Create NFT Lucky Drop"],"F3bW6y":["Platform"],"F4Igxz":["Quote route"],"F7U8uz":["Creating your **wallet**"],"F8VT6y":["Failed to transfer NFT."],"F8Wc3I":["Drag & Drop your file here"],"FAKSZG":["Add google Drive"],"FC17bL":["<0>Powered by <1>Mask Network"],"FGceVy":["Owner can't change balance"],"FMQ6p2":["You've already claimed the lucky drop"],"FR2cx3":["Anti_whale(Limited number of transactions)"],"FY2gWe":["The contract address is incorrect or the collection does not belong to you."],"FZg3wM":["Operation"],"FfJy7A":["Manage Network"],"FgAxTj":["Log out"],"Fgyfqo":["Amount Each"],"FiKDfi":["Failed to unlock NFT contract."],"FiYmUY":["No associated accounts"],"Fim3FY":["Download https://mask.io to try more powerful tools on Twitter."],"Fn9Tvh":["Volume (24h)"],"FnQek5":["Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request."],"FnjSI+":["Not current account. Please switch to this account to set up NFTs Profile."],"Fs/bd5":["Invalid Block Explorer URL."],"FzzpXs":["Sale ends in ",["0"]],"G+XYfT":["Do you want to delete file <0>",["0"],""],"G4NrhP":["Persona created."],"GAZNIW":["Price Statistic"],"GAvnvl":["Payment Password"],"GDe4XX":["Please connect wallet to check if you are eligible to claim $ARB."],"GEL05h":["WalletConnect"],"GExRUL":["Backup password"],"GHvzdC":["No content for the last two weeks."],"GK6Tzr":["Persona Sign"],"GLDuz6":["May be a honeypot."],"GRLMKx":["Winners"],"GS+Mus":["Export"],"GS0ldX":["Unsupported network type"],"GShMK6":["Refunding"],"GTJCth":["The contract owner is not known to be able to modify the balance of the token of other addresses."],"GWCG6Y":["Copy image"],"GWKfFr":["To use Lido, you need to wait ",["0"]," days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1."],"GWMpIa":[["0"]," Risky factors"],"GXhrYw":["1. If you haven't installed the ",["name"]," Wallet"],"GXsAby":["Revoke"],"GZzKYx":["Buy Tax: ",["0"]],"GaH2JF":["Suggest to send transactions and sign messages"],"Gia1VG":["Web3 File Service"],"Gmmd6d":["Verify your X ID"],"GrTvoo":["Transaction in progress. Thank you for your patience."],"GtJJAj":["Add Wallet"],"Gw91G1":["This request should only be sign in the future."],"GyvZPz":["Token ID should be separated by comma, e.g. 1223,1224,"],"H1v3zR":["Insufficient ",["0"]," Balance"],"H8rw2f":["(the name is set by the web site)"],"HCKlXm":["Token Contract Address"],"HF6C2L":["Phone Number"],"HFVck2":["Lucky Drop with ",["0"]," refunded."],"HGTZAO":["Step 2/2"],"HH25qd":["No wallet selected."],"HIq3th":["Cannot switch to a unknown network."],"HKH+W+":["Data"],"HTX2HV":["Minimum received"],"HVRhUV":["By proceeding you agree to the"],"Hp1l6f":["Current"],"HpK/8d":["Reload"],"HqiAyF":["Gwei"],"HvDfH/":["Imported"],"HvUm3m":["Choose and show your Web3 footprints on X."],"I4caYo":["Invalid verification code."],"I5kL4f":["Activity Log"],"I7z//Y":["Trading route"],"IBAx3U":["Kept safely"],"IF7RiR":["Cover"],"IGbphl":["Unlocking ALL..."],"ILvrUp":["Unlikely to be a honeypot."],"IMX4sR":["Blacklist function"],"IQ3gAw":["Upload File"],"ITBQO3":["Max priority fee must be greater than 0 GWEI"],"IUG86v":["The Persona is connected to the account @$",["0"],"."],"IUp08P":["The current wallet does not hold a lens and cannot follow/unfollow"],"IX1M/E":["Floor price"],"IXbRbM":["Choose another wallet"],"If2v4h":["Lucky Drop"],"IhnvgP":["Change to EVM Wallet"],"ImhKg5":["Could not fetch chain ID. Is your RPC URL correct?"],"IoAuJG":["Sending..."],"IrI9pg":["End date"],"Iu4Ja9":["Please enter token contract address."],"J05/Al":["Set NFT NFT Background"],"J0LAHU":["Refund"],"J0Mxpc":["The ",["0"]," is in progress. You can check its status in History after exiting this page."],"J24FyN":["Bridge"],"J2eKUI":["File"],"JA8K9s":["Unpacking"],"JGds+N":["Lack of number, letter or special character."],"JGpseC":[["0","plural",{"one":["This domain is"],"other":["These domains are"]}]," currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"JLiwYz":["Mask Network requires the permission of following websites before using it."],"JOP9uZ":["Transaction has been rejected!"],"JPHuMW":["Swapping"],"JUcj/I":["Switch X Logo"],"JXJlYD":["Set Your Persona Name"],"JbKZsv":["Scan the QR code with a WalletConnect-compatible wallet"],"JeHCi7":["No function found that retrieves ownership"],"JfI60y":["Incorrect Payment Password."],"Jg5pf7":["Current base fee is ",["0"]," Gwei"],"JiIKww":["Advanced Settings"],"JlFcis":["Send"],"JlIzk8":["Browser File"],"Jnjbl3":["You need to follow <0>@",["twitterHandle"],""],"Js4Nk0":[["0","select",{"finding_post_key":["Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you."],"finding_person_public_key":["Mask is looking for the public key of the author..."],"other":["Mask is decrypting..."]}]],"JuVC24":["Deposit token"],"JwzZmt":["to <0>",["toAddress"],""],"K1tshY":["Failed to download image"],"K5a6t1":["Persona already exists."],"K7tIrx":["Category"],"K8jCIB":["Data backed up successfully!"],"KAS4UW":[["0"]," Attention factor"],"KCeSRZ":["We will need to verify your Twitter account and record it on the NextID. Please post it for validation."],"KFYFgI":["Wallet sign failed."],"KFwID2":["Restore Failed"],"KGHnSc":["Lock Wallet"],"KJGKkh":["EVM Chains only"],"KMgp2+":[["0"]," available"],"KPUGxy":["Random Amount"],"KRz1oj":["Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X."],"KTfagY":["Lucky drop with ",["0"]," created."],"KVAoFR":["unlimited"],"KVkke3":["Set NFT PFPs"],"KWeNH6":["Unlocking ",["hasSymbolName"],"..."],"KisOjk":["Restore or Login"],"Kj4oEm":["Generate a new persona"],"Kl9gHp":["Wallet Group #",["0"]],"KmQ25M":["Max priority fee is too high for network conditions."],"KnidLU":["Not Connected"],"Ko4L/B":["The receiving address is a contract address. Please check again."],"KojyJ4":["Wrong Network"],"Koz2Rg":[["0","plural",{"one":["Action"],"other":["Actions"]}]],"KtMMzG":["Wallet disconnected"],"KwJJLb":["<0>Powered by <1>",["0"],""],"Ky09J8":["Previous follow transaction is in processing, please wait and try again."],"KziH2K":["Fast"],"Kzu9r9":["24H Traded Volume"],"L+bpwv":["Please set up backup password to export private key."],"L4vN0F":["EVM"],"L82H5Z":["Creating your **identity**"],"L87Mfu":["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."],"L96aan":["View full transaction details"],"LBtfmO":["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."],"LJkXYZ":["Create New Mask Identity"],"LLf+t1":["No deposit protocols found."],"LNItR6":["You have set NFT PFP successfully."],"LP+1Z7":["Add Network"],"LSwUJb":["Select Liquidity"],"LU3p9s":["Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account."],"LWJCIn":["Connected sites"],"La9ArN":["<0>Powered by ",["publisherNode"]],"LcET2C":["Privacy Policy"],"LcZh+r":["Unsupported data backup"],"LhMjLm":["Time"],"Lho4Qd":["DSearch"],"LiE5z4":["Max base fee should be greater than 0"],"LigbuA":["In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension."],"LkYKvc":["Please select the correct words in the correct order."],"LqWHk1":["Hide ",["0"]],"Lx4CpL":["Wallet name must between 3 to 18 characters."],"Lz7CzN":["No mint function"],"Lzo8mb":["Claimed: <0>",["claim_numbers"],"/",["total_numbers"]," <1>",["0"],"/",["1"],"<2><3>",["tokenSymbol"],""],"M0FgOk":["Add Contact"],"M1RnFv":["Expired"],"M1ts1r":["View your address"],"M24E85":["This address is a contract address."],"M4g1UJ":["Contract Interaction"],"M7ZGdw":["2. If you have installed the ",["name"]," Wallet"],"M9OYUo":["Please try again if you failed to vote."],"MC00Lm":["Scan QR code with WalletConnect-compatible wallet"],"MEIAzV":["Unnamed"],"MKEPCY":["Follow"],"MOHcKb":["Enter a max priority fee"],"MQ9hQ4":["DAO"],"MR/0Va":["All Mask Network users"],"MTqQMG":["Not set"],"Mh3RsB":["Best Wishes!"],"Mi8ATZ":["The token approval revoked."],"Midntl":["Download report"],"Mm1aH+":["Proxy contract"],"MpnSqP":[["0"]," Pending"],"MqdtT5":[["0"]," Bridge Network fee"],"MyjAbr":["Resend"],"N/fqDa":["Ens or Address(0x)"],"N0YrmD":["Valuables"],"N0tcou":["Claiming..."],"N2DUxS":["Insufficient Balance"],"N2S1rs":["Empty"],"N2aeX8":["No valid wallet detected. Please connect wallet or verify wallet firstly."],"N40H+G":["All"],"N5GKfB":["Tax cannot be modified"],"N6/RZd":["Sorry, failed to save NFT Avatar. Please set again."],"N931rj":["Your transaction should be done in <0/>"],"NERSN2":["or Holding NFT"],"NJbBmC":["Switch Twitter Logo"],"NOi+Fr":["This QR includes your identity, please keep it safely."],"NTnXx/":["<0/> unapproved <1>",["0"],""],"NVt/wW":["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"NWqhru":["Reselect"],"NZ7wlC":[["0"]," Holder"],"Na6Ytj":["Change NFT PFP"],"NaZTE7":["Incorrect Mnemonic Words."],"NdlvGd":["Claim Details"],"NfxOUe":["Enter Total Amount"],"Ng063n":["Donate"],"Nhp9Kw":["Exceeded the maximum file size of ",["fileSize"],"."],"NkgvWN":["Logout failed"],"NloaHG":["Backup Password"],"Ns5WaC":["No backups found"],"Nu4oKW":["Description"],"NwibRO":["Supported contracts"],"NzlE6O":["By granting permission, you are allowing the following <0/> contract to access your NFTs."],"Nzm8dm":["Example: Alice"],"Nzwli2":["Base"],"O2XHf2":["Check ",["providerName"]," to confirm connect."],"O3Nzf+":["Bridge between this token pair are't supported at the moment."],"O3oNi5":["Email"],"O86J+j":["This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud."],"O8PsYe":["Add the file to Chrome's database"],"OAZ+tI":[["attentionFactors","plural",{"one":["#"," Attention item"],"other":["#"," Attention items"]}]],"OAfk3i":["Hash"],"OCJdad":["<0>To: <1>",["to"],""],"OLUEnY":["when you click Add Google Drive button,you will be forwarded to Google authorization pages."],"OLY2Jk":["Gas Price"],"OQEwR/":["Create Lucky Drop"],"OR475H":["Network"],"OcvI49":["No blacklist"],"OfhWJH":["Reset"],"OgPkDe":["Currency Symbol (Optional)"],"OgohfQ":["File Key: <0>",["0"],""],"OhgYJS":["Basic setting"],"OkofjH":["Recover"],"On0aF2":["Website"],"OsyKSt":["Withdraw"],"OuUyzz":["No contacts stored locally, you can try searching."],"OzSOpz":["Create a Privy wallet using an X account"],"P+K/3O":["Confirming"],"P7S/hC":["Max priority fee must be greater than 0 Gwei."],"P9wzG/":["Recovery"],"PByO0X":["Votes"],"PDW/HG":["Your Persona is on **ready 🚀**"],"PGdbc0":["Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com."],"PHM7OA":["Supported Sites"],"PI/VCJ":["Select the wallet(s) to use on this site. You should not connect to website you don't trust."],"PIG043":["Gitcoin"],"PLWaf6":["Create the Lucky Drop"],"PNZOzY":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"]," on <5>",["3"],""],"PRkIUI":["Gas Fee"],"PTXNyo":["Waiting for ",["providerType"]],"Pd3dlq":["Circulating Supply"],"PeT3a5":["You have successfully restored the backup from Google Drive to your browser."],"PiH3UR":["Copied!"],"PjBWOL":["Create your persona to get started"],"PlE+Fs":["Connect and Verify ",["0"]],"PsQmAw":["Everyone"],"Pt3n39":["No back up"],"PwjgPX":["Please create your persona to use Web3 Profile."],"Q0IFtx":["The custom amount entered may be higher than the required network fee."],"Q2lUR2":["Currency"],"Q68Nuc":["Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it."],"QF9SdB":["Split Mode"],"QHZRmq":["Sites"],"QHcLEN":["Connected"],"QJQd1J":["Edit Profile"],"QQPCqQ":["Backup Wallet"],"QRsMow":["Transaction Confirmed"],"QU9aqK":["You have signed with your wallet."],"QUBIav":["Failed to bridge"],"QWxok/":["Connect with Mask Wallet"],"QXDgyQ":["Please write down the following words in correct order. Keep it safe and do not share with anyone!"],"Qbo7Ev":["Write down mnemonic words"],"QcVZFH":["Step ",["step"],"/",["totalSteps"]],"Qd0xFm":["Refund your expired Lucky Drop."],"QowPFh":["Collectibles"],"QpgBEp":[["0"]," days"],"QsVbHo":["Sending address"],"QyZU8V":[["riskyFactors","plural",{"one":["#"," Risky item"],"other":["#"," Risky items"]}]],"QypSt2":["Update X.com Permissions"],"Qz8niP":["You may lose your assets if you give approval to the website of this token."],"R/Pfmp":[["amount"]," ",["0"]," tips sent."],"R2K7XH":["Account successfully connected to persona"],"R9aEN5":["Send ",["0"]],"RCBmDP":["Follow @masknetwork to explore Web3."],"REeHKm":["<0/> ",["txType","select",{"trade":["traded"],"mint":["minted"],"other":["traded"]}]," <1>",["0"]," ",["1"]," for <2>",["2"]," ",["3"],""],"RH8jSA":["Merge data to local database"],"RHSlVw":["Follow @masknetwork (mask.io) to claim NFT lucky drops."],"RL5m+x":["Generating your **accounts**"],"RLBjfU":["Attached File: ",["name"]," (",["size"],")"],"RNfEI8":["You canceled the request."],"ROWd/9":["Leave blank to allow any amount; enter a number to set a minimum holding requirement."],"ROWeBX":["Followings"],"ROsDRH":["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"],"RRw7LE":["Identity ID"],"RUYsn0":["Clear All"],"RW1HJz":["The receiving address may be a malicious address."],"RWoEqV":["Failed to transfer token: ",["message"]],"RZOA0N":["Find Mask Network in the extension list and click the <0/> button."],"RdfrN2":["Mint Address"],"Re7Oex":["Transaction submitted."],"RhCL4z":["Max amount"],"RiLzWA":["Please switch to this network in the mobile application wallet you are connected to."],"RiQQyz":["This allows the third party to spend ",["value"]," ",["0"]," from your current balance."],"Rm3JCH":["File name must between 3 to 20 characters."],"RqRRf6":["Created by <0>",["0"]," • <1>Website"],"RrGhwo":["File ",["0"]," deleted."],"RuO5md":[["seconds"],"sec"],"Rx8sxX":["Select liquidity"],"RxlKnY":["Lens"],"Ry8TiY":["Create Smart Pay wallet"],"S0CsaV":["Create a New Wallet"],"S0vyIh":["Owner changed."],"S2JNMm":["Your file has been successfully restore into the browser data."],"S33tz3":["Not connected"],"S6Qdlo":["Scam Warning"],"SDrb6I":["Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account."],"SGVkVp":["Two entered passwords are not the same."],"SIrUT3":["Grant access to your ",["0"]," for the Lucky Drop Smart contract. You only have to do this once per token."],"SLEDBF":["Failed to add the wallet, please try again."],"SNZM71":[["0"]," withdrawn."],"SREKz9":["Report NFT Scam Contract?"],"SUqBr9":["Refund ",["0"]," ",["tokenSymbol"]," Successfully"],"SX2UXi":["Your vote has been successful."],"SYGo/R":["Import Wallet"],"SYgxDf":["Slow"],"Sfu/we":["Failed to delete, please try again."],"ShHV7X":["Cloud Backup"],"ShmUTn":["Add a Custom Cover"],"Sitstz":["Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund."],"Sjplg3":["View on Explorer"],"SlxhDh":["Verify your wallet"],"Sp69uH":["The web site can"],"T0W3Z8":["Insufficient funds for gas."],"T0Y2+3":["Select a token"],"T3EPqL":["Max base fee"],"T3dlAs":["Quote expired. Update to receive a new quote."],"TA4fAr":["The wallet name already exists."],"TFEJcT":["Set NFT PFP"],"TIIaK1":[["2","select",{"approve":["<0>",["user"]," approved ",["0"]," to <1>",["contract"],""],"revoke":["<2>",["user"]," approved ",["1"]," to <3>",["contract"],""],"other":[]}]],"TJt1iY":["Decentralized social graph protocol for user-centric Web3."],"TNFd5O":["View real-time crypto prices, market cap, trading volume, etc."],"TP9/K5":["Token"],"TRoDRd":["Failed to deposit token."],"TYTRNP":["Eligible to claim"],"TZDLPg":["Claimable"],"Tfxac6":["This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"Tg003Y":["Connected wallets settings"],"Tl3Zls":["This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee."],"TnHNX9":["Update permission for X.com"],"ToePai":["Spend limit requested by"],"TppkTk":["<0>",["user"]," carried out an activity to <1>",["target"]," on <2>",["platform"],""],"TpqeIh":["Error: ",["0"]],"Tuc34V":["Confirm Bridge"],"Tx/jsw":["Do you need to paste encrypted content manually?"],"Tz0i8g":["Settings"],"TzarJw":["Bridging"],"UBzbea":["Recover your wallet"],"UDKbPj":["Your file has been successfully merged into the browser data."],"UFzLh1":["When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ",["0"],". Please reduce the number of NFTs selected."],"UO7xDp":[["0"]," Pool"],"UPJjXF":["Network error, try again: ",["0"]],"URAE3q":["Paused"],"URmyfc":["Details"],"UUfXpm":["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."],"UWxJIW":["Powered by Celer Network. Support $MASK!"],"UXBK7e":["<0>",["user"],"sent",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"to <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"UaXeX3":["Okay"],"UbRKMZ":["Pending"],"Udf/Es":["Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network."],"UfJmJU":["Invalid slippage tolerance."],"UjJCIX":["Contract source code not verified"],"UjRxho":["Persona Recovery Phrase"],"UmVZrM":["Failed to create Lucky Drop."],"UpqenY":["We recommend new Web3 users to keep [Check Security] open."],"UqJ0W/":["Cancel Transaction"],"Usynqd":["Gas price is too low and will cause the transaction fail"],"UtKGok":["Backup Persona"],"UvJiVZ":["There's no feed associated with this address."],"UxJ2jd":["Display Snapshot proposals on the X of the respective project or protocol."],"UxYZfY":["Revoke the approval for ",["0"],"."],"V+1pjj":["Back Up Your Data Your Way"],"V+ZuGt":["You claimed ",["0"]," $",["1"],"."],"V6YDUB":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"],""],"V6wYl1":["Total amount"],"V8j2d/":["App list"],"VAOn4r":["Unlock"],"VECuJk":["Wallet Account"],"VHShJf":["Please click Browse Files button to select files to upload."],"VHVdS1":["No votes"],"VP4HYe":["Next.ID"],"VSx1eg":["Max priority fee"],"VbeIOx":["Author"],"VcPDSd":["Unsupported key store data"],"VdhBp2":["The chainID is not equal to the currently connected one."],"VdkQUC":["Please sign up or login ",["siteName"]," to connect Mask Network."],"Vj7ma7":["Support mnemonic phrase, private key or keystore file."],"VlpdUm":["Use NFT"],"VsHxv+":["Copy text"],"VvGC/Y":[["0"]," Network fee"],"VvPeyR":[["0"]," unlocked"],"VzQ7uf":["Unknown EIP-4361 message version."],"VzQOL2":["This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap."],"W0uonA":["This QR includes your mnemonic words, please keep it safely."],"W2es+t":["Oops, it seems you don't have any voting power at block ",["0"],". <0>Learn more"],"W5OcTk":["No approved contract records."],"W7e3zN":["Are you sure to remove the connected wallet <0>",["0"],"?"],"W7rMXF":["Failed to send token."],"WAjFYI":["Start date"],"WDcQq9":["Unlisted"],"WKG5E8":["You need to hold at least ",["quantity"]," of any of the following tokens."],"WLMjwL":["Confirm to hide ",["0"],"? You can redisplay it by re-adding this token at any time."],"WS7EYf":[["0","select",{"Post":["<0/><1>",["handle"]," published a post on <2>",["1"],""],"Comment":["<3/><4>",["handle"]," made a comment on <5>",["2"],""],"Mirror":["<6/><7>",["3"]," mirrored a post post by<8/><9>",["handle"]," on <10>",["4"],""],"Quote":["<11/><12>",["handle"]," quoted a post post on <13>",["5"],""],"other":["<14/><15>",["handle"]," post stuff on <16>",["6"],""]}]],"WWPi4P":["Incorrect wallet address."],"WY8amq":["Invalid number"],"WZcvLm":["Follow Now"],"WeNxrL":[["0"]," Attention factors"],"Weq9zb":["General"],"WmXCMa":["Switch other account"],"Wqoa0p":["Connect Persona"],"WqzYn1":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"]," to <2>",["project"],""],"WsNUie":["Claimed: <0>",["0"],"/",["1"]," <1>",["2"],""],"Wvnsx1":["Auto-lock"],"Wy16g8":["Gift crypto or NFTs to any users, first come, first served."],"X0PXso":["Swap duration"],"X200Sr":["Forgot payment password?"],"X3X0nY":["You may have ",["0"],"% less received with this level of slippage tolerance."],"X6ujRd":["Be aware, check the token before adding it."],"X8N33g":["Transaction history is only stored locally and will be deleted if you clear your browser data."],"X8w6bW":["Enter Max spend limit"],"XA8JXM":["Add NFTs"],"XB3tfc":["Encrypting your **data**"],"XC7RGa":["Recover your data"],"XDtQ7t":["Display the following address on your Web3 profile page and use it to receive tips."],"XGRJzS":["Open in a new tab"],"XGqAnD":["This token contract has code that prevent selling. This might is a honeypot."],"XQDdOC":["No friends are stored locally, please try search one."],"XQQx83":["<0>",["user"]," ",["0","select",{"supply":["supplied"],"add":["added"],"repay":["repaid"],"withdraw":["withdrew"],"collect":["collected"],"remove":["removed"],"borrow":["borrowed"],"other":[]}]," liquidity on <1>",["1"],""],"XUKicg":["Step 1/2"],"XYLcNv":["Support"],"XZ/B+f":["Don't see your NFT?"],"XcWehA":["Update Quote"],"Xftpm5":["Select Collection"],"XjDSdO":["Old Payment Password"],"Xlpdi1":["on ",["fromNetworkName"]],"Xprzee":["Enter a gas price"],"XrH+JC":["IPFS"],"XrlvqN":["Who can claim?"],"XsyYEe":["This NFT didn't have any activities."],"XyAmgg":["Add wallet"],"Y7N0Sj":["View your account balance and history"],"Y9mYPy":["Powered By ",["0"]],"YF8jon":["Ended ",["relativeEndTime"]],"YKSmxE":["Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts."],"YLObqx":["Equal Amount"],"YOacnL":["Tell friends what's happening..."],"YOnK5s":["<0>",["user"]," registered ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an ENS "],"other":[]}],"for <3>",["costValue"]," ",["costSymbol"],""],"YPNSH3":["Connect Solana Wallet"],"YSi9PS":["Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events."],"YW51YO":["24H sale"],"YXIpYp":["Please verify the current persona with a social media account before using dApps."],"Yckw2R":["Fiat On-Ramp"],"YdCB5X":["Copy private key"],"YiPiv6":["There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"YirHq7":["Feedback"],"YnqCPK":["Verify Account"],"Yp8yB4":[["0"]," to ",["1"]],"Ywu8Rl":["Please connect ",["0"]," and send a proof post before using dApps."],"Z/tioj":["Swap ",["0"]],"Z16qyu":["Persona Name"],"Z3+V9p":["Restore backup failed."],"Z33XCd":["Input contract address"],"Z3FXyt":["Loading..."],"Z3S6Dx":["Step 1/3"],"Z3y+8t":["Unsupported Network"],"Z6siIw":["Switch between the classic Twitter logo and the new one."],"Z7ZXbT":["Approve"],"Z8+FzC":["Connecting your ",["providerType"]," wallet"],"Z8G4E5":["Change to Flow Wallet"],"Z8lGw6":["Share"],"ZAVklK":["Or"],"ZDcdss":["Claim Conditions"],"ZHsD28":["Enable the plugin"],"ZIsLZh":["Size limit: 10 MB"],"ZK75iC":["Choose a Cover"],"ZKAj6+":["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."],"ZQbnxO":["No collectible found."],"ZQr5hT":["Unlock Token"],"ZSWUwq":[["0"],"m"],"ZSgQgC":["Max fee is too low for network conditions."],"ZTXjJ3":["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."],"ZTmzRV":["Highest Price"],"ZdnQsW":["<0/> interacted with <1/>"],"ZgFWrp":["<0>Powered by<1>Go+"],"ZhrWG1":["Create persona"],"ZrZMJ6":["Backup failed, <0>try again"],"ZsjtYe":["Failed to set Avatar."],"Zypku0":["By using this plugin, you agree to the <0>terms and the <1>privacy policy."],"a1S2x7":["Data source is retrieved from ",["0","select",{"other":[],"twitter":["Twitter profile and "]}],["sources"],"."],"a1SmQh":["Select Wallet"],"a23gJr":["Incorrect backup password."],"a33WQ+":["Download the ",["name"]," Wallet here"],"a4C0ak":["Insufficient Balance for Gas Fee"],"a4N/Bg":["Load More"],"a5t/N3":["Spend more transaction fees to cancel the previous transaction."],"a6ONsz":["Unlock ",["0"],"."],"a7u1N9":["Price"],"a9X8Om":["Failed to report spam."],"aAIQg2":["Appearance"],"aEgiLS":["contributions"],"aF8kci":["Creation Completed"],"aFJrEy":["You need to hold any of the following NFTs in your wallet."],"aFht5e":["Connected ",["0"]," with ",["walletName"],"."],"aTzTyw":["Add Assets"],"aVI2qx":["Click the application icon to list it on the App board."],"aYT9SD":["Max fee"],"acK3j2":["Input your Private Key"],"agPptk":["Medium"],"ah8/4v":["Floor Price"],"ahNa7P":["NFT Holder"],"ahpgxl":["Please create a Persona and verify your account to use this."],"ai3VNq":["Connected Wallet"],"ajKdns":["This wallet address has already been connected."],"apl8rz":["Failed to withdraw ",["0"],"."],"aqop4L":["Check on Explorer"],"awW7ak":["Remove Wallet"],"ayxkVX":["Transaction"],"b+scYY":["Requesting Connection"],"b/mMOj":[["0"]," ",["1"]," approval successfully."],"bBzHQT":["Input amount is below the minimum amount"],"bD8I7O":["Complete"],"bEPPWi":["Connect Flow Wallet"],"bGMpPD":["Unlock NFT Contract"],"bIpwjD":["My Wallets"],"bKGn4N":["<0/> minted",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]],"bLJivk":["Select an NFT Contract Owner"],"bLmWH9":["Bridge anyway"],"bLqb2p":["<0>Latest offer at <1>$",["0"],""],"bLvQvN":["Library:"],"bQXBhp":["Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves."],"bTQliy":["This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account."],"bUUVED":["Asset"],"bapItf":["Incorrect Backup Password."],"bassMa":["Incorrect cloud backup password, please try again."],"bbS8qf":["1 NFT claimed."],"bdIrOO":["Verification code has been sent to your email. Please check your mailbox."],"bfNmSO":["Set payment password successfully."],"bnfo6T":["Sent verification post successfully."],"bnuQy5":[["0"]," files selected"],"bwlRe8":["Selecting NFTs"],"c+Fnce":["Sign"],"c+XaKf":["<0>",["formattedUser"]," ",["0","select",{"follow":["followed"],"unfollow":["un-followed"],"other":[]}]," <1>",["other"]," on <2>",["1"],""],"c19z3W":["Available Balance"],"c2MkCo":["Payment password must be 6 to 20 characters."],"cD0wgO":["Do you want to remove the verified association between the X account @<0>",["0"]," and ",["1"],"?"],"cFDjd3":["Transaction type"],"cJv4Ca":["Connecting operation cancelled in third-party wallet."],"cM1qH2":["Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media."],"cNJNBU":["Get optimized search results when you're looking for a token."],"cQYjZe":["To verify your X account and record it on the NextID, you will need to send a post for the verification."],"cVit2/":["Please set the backup password to back up"],"caP+Xq":["Crypto Holder"],"cbzSv5":["Max fee should be greater than base fee of ",["0"]," Gwei."],"chL5IG":["Community"],"clw/Xh":[["0"]," sent."],"cm4E8+":["Experience in X"],"cmKQl+":["Failed to save the file. Please try again."],"cmNbUB":["Not found your ",["providerType"]," wallet"],"cnGeoo":["Delete"],"crVIc7":["Locale Backup"],"ctb8Cs":["Dex/Est received (",["0"],")"],"cvCD4e":["Contract Creator"],"d0aemb":["Please create a persona for accessing Dapps."],"d6nk2t":[["0"]," Platform costs"],"dAMTl9":["This RPC URL is currently used by the ",["0"]," network"],"dCpOJ5":["<0/> approved with <1/>"],"dCvyk/":["Change another account and try again."],"dEgA5A":["Cancel"],"dXFgcm":["Transfer Token"],"daEP1M":["Token info"],"dajsth":["Incorrect Keystore Password."],"du/tmd":["Create your Lucky Drop."],"dyNKut":["Browse Files"],"dzAth+":[["0"]," ",["1"]," swap completed successfully."],"e0E1XI":["Max Fee (GWEI)"],"e1vdXO":["Arweave"],"e34ZOD":["Waiting time"],"e3I0CA":["Failed to restore the backup: ",["0"]],"e3hCsY":["Lido Exchange Rate"],"e4yrZ/":["Token Address"],"eC1gV9":["Invalid file type"],"eDT+Oh":["The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets."],"eE0JZ4":["Version"],"eEeK5j":["<0>Expires in ",["0"]],"ePK91l":["Edit"],"eWczg7":["Just Me"],"eaLSW8":["Persona name must between 1 to 24 characters."],"ecqLr0":["I just tipped a ",["NFT_Name"]," to @",["recipientUserId"],"'s ",["0","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["recipientAddress"],"\n\nInstall https://mask.io/download-links to send your first tip."],"eeYVJ5":["Be careful what you visit and sign!"],"ejVYRQ":["From"],"elyK4N":["Failed to unlock token contract."],"eoeq4k":["<0>",["user"]," made a comment on ",["platform"]],"ep2Wyh":["1 ",["0"]," tips sent."],"erRCKP":["File saved"],"es4h+b":["Swap Anyway"],"ezYNcH":["Pin Mask Network to the toolbar for easier access:"],"f5AidZ":["Write down recovery phrase"],"f61qKX":["Deploy a SmartPay wallet on Polygon network."],"f6pX67":["<0>0 Followers <1>0 Following"],"fDP2k4":["Change Payment Password"],"fFGPy6":["Or create a new wallet group"],"fFYJ8f":["Welcome to use Mask Network"],"fL7WXr":["Applications"],"fRQP7E":["<0>Granted to <1>",["0"],""],"fRUjl7":["Please switch to <0>@",["expectAccount"]," to continue the account verification progress."],"fUn3xA":["Generate a new wallet address"],"fc4PdK":["The RPC URL you have entered returned a different chain ID (",["rpcChainId"],"). Please update the Chain ID to match the RPC URL of the network you are trying to add."],"fdqDgM":["Ended on <0>",["0"],""],"fiPesM":["Method"],"fj5byd":["N/A"],"foOw00":["Balance(",["symbol"],")"],"fqDzSu":["Rate"],"fsBGk0":["Balance"],"fsUPaG":["Congratulations"],"fvRGyC":["Trying exploring more features powered by Mask Network."],"fx6pOQ":["Balance: <0/>"],"fza4cg":["Import Wallets"],"g/1WbH":["from <0>",["fromAddress"],""],"g/i+bG":["Transaction rejected"],"g2UNkE":["Powered by"],"gC2WI+":["Persona"],"gERRYE":["Artblocks"],"gHM62X":["Payment password changed."],"gM+Nj7":["Are you sure to report ",["0","select",{"hasName":[["1"]],"noName":["this NFT"],"other":["this NFT"]}],"? After confirmed, this NFT will be marked as spam."],"gT+8Dk":["Confirm to hide ",["name"],"? You can redisplay it by re-adding this NFT at any time."],"gUuuBi":["Check Security"],"gVfVfe":["Contacts"],"gWcGl/":["Your wallet cancelled the transaction."],"gdnEab":["Incorrect recovery phrase."],"ggdga4":["The user has not set this."],"ghVDTt":["rounds"],"ghZx62":["Unlock token"],"gk7J2q":[["0","select",{"other":["<0>Size limit: ",["fileSize"],""],"omit":[]}]],"gkLviK":["This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"gmOW42":["ENS or Wallet Address"],"gnSRSG":["Hiding Scam Transactions"],"gp6A8z":["Authorization Failed"],"gtdJ43":["My wallet"],"gwuMzD":["<0>",["user"]," appointed a proxy on <1>",["platform"],""],"gxV9O8":["Cast your vote"],"h/b9lY":["No followers."],"h0qYUk":["Search with an ENS domain or wallet address to get optimized results."],"h3bIHg":["Disconnect Social Account?"],"h53LoU":["Social Account"],"h5Dtc5":["funding received"],"h69WC6":["Sent"],"h7+V7K":["Backup & Recovery"],"hEpXzO":["Welcome to Mask Network"],"hG89Ed":["Image"],"hHLRGW":["Hide tokens with value less than $1"],"hRWvpI":["Claimed"],"hRtIgr":["APP list"],"hTbvD9":["Sorry, you are not eligible to claim $ARB in this campaign."],"hUF4dG":["Backup password set successfully"],"hWUuAb":["Already following"],"hXzOVo":["Next"],"hYgDIe":["Create"],"he3ygx":["Copy"],"heVBR8":["Enter Amount Each"],"hehnjM":["Amount"],"hg5QeV":["Total cost"],"hhtbAs":["Unfollow lens handle"],"hj39w+":["Loading failed due to Snapshot API service breakdown."],"hom7qf":["Claim"],"hpxXOD":[["context","select",{"approve":["<0>",["user"]," approved <1>",["amount"]," ",["symbol"]," to <2>",["contract"],""],"revoke":["<3>",["user"]," revoked the approval of <4>",["amount"]," ",["symbol"]," to <5>",["contract"],""],"other":[]}]],"hxHyfs":["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."],"hxdOdX":["Owner can change balance"],"hzTib5":["Select an NFT Contract Operator"],"i2x+p1":["Processing Withdrawal"],"i4umqX":["The following wallets are not installed or in conflict with others"],"i6OT6/":[["subject"]," has an error"],"i70ilP":[["0"]," NFT contract unlocked."],"iCb44o":["Created on: ",["0"]],"iF9x7r":["Trading mode"],"iH8itU":["Connect your wallet"],"iH8pgl":["Back"],"iJLEZF":["Show me how"],"iNIdDX":["Incorrect contract address."],"iPMIoT":["Enter an amount"],"iSLIjg":["Connect"],"iT0Qmd":["Transaction Failed"],"iTiwqa":["Asset is hidden."],"iZLoa2":["eg: X accounts, persona public keys, wallet addresses or ENS"],"ia3Lqp":["The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions."],"ie2c+s":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Welcome to join."],"ileX7U":["No recent transactions"],"imDvP9":["Gas limit must be smaller than ",["maxGas"],"."],"iobEyh":["By checking this box, I agree to ArtBlocks's <0>Terms of Service."],"iuCSJl":["This wallet is connected to current persona ",["0"],"."],"iuJFAy":["Low Risk"],"iwiSFA":["Similar Project"],"j2Uisd":["Approving"],"j2a+h4":["Past rounds"],"j4TRxD":["Select Address"],"j8MqhB":["CyberConnect"],"jEDiuG":["Network added"],"jICk7g":["There was a network or RPC provider error, please try again later!"],"jIWgmE":["Entered passwords are inconsistent."],"jJPsrT":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"jJrqb1":["Token Name"],"jK7nvW":["Failed to disconnect wallet"],"jRcH7y":["NFT Avatar Setting"],"jRfanQ":["Gas Used (Units)"],"jXWnN0":[["0","plural",{"one":["Strategy"],"other":["Strategies"]}]],"jZQU+o":["Originally posted by ",["0"]],"ja6Tyz":["Search with the name of an NFT collection or its symbol to get optimized results."],"jaH9PD":["Hi friends, I just created ",["token"]," Lucky Drop. Download Mask.io to claim."],"jas0vv":["Disconnect all accounts"],"jbc0gF":["Create Password"],"jeLXsu":["Who can claim"],"jfJkBQ":["Gas price is too low for network conditions."],"jh0i4n":["Confirm this transaction in your wallet."],"jhoAzY":["Mask Network Cloud"],"jjCXPD":["Starts ",["relativeStartTime"]],"jpctdh":["View"],"jt/0L2":["You've saved ",["0"]," to Web3 file service."],"jt/cjR":["Safety Warning"],"jtExaD":["Not supported yet."],"jygqM9":["Loading account information..."],"jzLzy/":["No whitelist"],"k/sb6z":["Select language"],"k/vATR":["Token unlocked"],"k0USDt":["Account connected.<0/><1/>Try to explore more features powered by Mask Network."],"k1pJQo":[["0"]," network is not added to the wallet. Please add it and try again."],"k28Qhe":["Failed to save file"],"k57+C7":[["walletLength","plural",{"one":["#"," Wallet"],"other":["#"," Wallets"]}]],"k7u9V5":["Incorrect words selected. Please try again!"],"kCAzy/":["Collection Approval"],"kG0n0M":["Network error or user cancels the process."],"kHDhjV":["I just claimed airdrop with ",["amount"]," ",["0"]," on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities."],"kKY8Re":["The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"kPQQEW":["Enter an Amount"],"kV9Qeo":["You have donated ",["0"]," ",["1"]],"kWJmRL":["You"],"kbfp5m":["Visible To"],"kdW3qS":["Nonce"],"kePpfU":["Update NFT Avatar Success!"],"kf/5Ap":["Explore multi-chain dApps."],"kf83Ld":["Something went wrong."],"kg/ict":["Lucky Drop claimed."],"kj3M8S":["Deposit"],"kjBSDT":["<0>",["user"]," minted ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}],"for <3>",["value"]," ",["symbolName"],""],"ks5OGD":["Contract"],"kx0s+n":["Results"],"l/UFPv":["Properties"],"l3s5ri":["Import"],"lCF0wC":["Refresh"],"lCHQzJ":["This address may be a scam address."],"lCfoWv":["Select NFTs"],"lDgVWA":["Receive"],"lET9my":["Mask needs the following permissions"],"lErh77":["Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance."],"lKldOY":["12-word recovery phrase is used to recover your persona data."],"lO/vMB":["OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly."],"lPJwNU":["Persona: ",["personaName"]],"lPsa94":["Merge Completed"],"lQXQKs":["Vote"],"lU6uRb":["Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility."],"lWOC+h":["Mask Network requires you to authorize the following websites before using it."],"ldI18s":["Minted:"],"lhvy2j":["Firefly"],"llLBQ1":["a token"],"lmYQuN":["At most ",["SOL_REDPACKET_MAX_SHARES"]," recipients"],"loCUuu":["Keystore"],"lqTDfd":["Slippage Tolerance"],"lqW7eD":["In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address."],"lr8uE3":["Holding ",["0"]],"lvL4x0":["Follow @masknetwork for Web3 updates and insights."],"lxJU2w":["Enter Number of Winners"],"lyjM6U":["Wait too long for the confirmation."],"m+uuUE":["Cross-chain"],"m/TPEz":["(beta)"],"m16xKo":["Add"],"m2OZMI":["Max fee cannot be lower than max priority fee"],"m2pyX2":["Buy Now"],"m3VOQq":["Current wallet does not support to interact with Lens protocol."],"m3XvO+":["Imported Wallets"],"m3akOw":["I just claimed a lucky drop from @",["sender"]," on Solana."],"m3cvPZ":["Payment password set."],"m3pz1u":["Insufficient ",["symbol"]," Balance"],"m64f3d":["Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead."],"mCB6Je":["Select All"],"mGHHf5":["After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips."],"mHWsOq":["Failed to confirm"],"mNUsxu":["Tx Fee"],"mPxxVq":["Enter a gas limit"],"mQpWAe":["Edit Contact"],"mT57+Q":["Go to Settings"],"mUJUVX":["Claim your NFT Lucky Drop"],"mW8F64":["This project is no longer active"],"mYGY3B":["Date"],"mZ04KC":["Overall Best"],"ma8rSx":["Your transaction has been confirmed!"],"mc68kY":["New Payment Password"],"md5sZ/":["This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud."],"mfwfMR":["You can claim the lucky drop by holding the required amount of any selected token."],"mhNIiJ":["Gas price is higher than necessary. You may pay more than needed."],"mrAv9J":["Failed to save network"],"msszNj":["<0/> approved <1>",["0"]," ",["1"],""],"muQqQY":["Buy & sell tweets autographed by their original creators."],"mzI/c+":["Download"],"n+ObkB":["Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets."],"n1gwuy":["on ",["toNetworkName"]],"n2HnVK":["If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses."],"n42fmQ":["Enter a max fee"],"nDzNGQ":["Follow User"],"nE/lLr":["Just Selected Contacts"],"nFjzvC":["Approved Amount ",["0"]],"nGl2Ng":["Restore Completed"],"nKLBYz":["We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!"],"nMUHWK":[["claimed"]," Follow @",["0"]," (mask.io) to claim lucky drops."],"nMkx7r":[["0","plural",{"one":["#"," Hour"],"other":["#"," Hours"]}]],"nOCyT5":["Show tokens with value less than $1"],"nOhz3x":["Logout"],"nSkB8g":["Information"],"nTFx7o":["Avatar set successfully"],"nTWWCZ":["Low"],"nTif4K":["Select and Connect to your wallet"],"nUWEsV":["Max fee is higher than necessary"],"nUeoRs":["Signing Message (Text)"],"nV/wXH":["This profile can not be followed."],"nWDO1P":["<0/> ",["txType","select",{"burn":["burned"],"deposit":["deposited"],"mint":["minted"],"receive":["received"],"send":["sent"],"withdraw":["withdrawn"],"other":[]}]," <1>",["0"]," ",["1"]," "],"ndRqFD":["Chain ID"],"neBDpj":["Please connect wallet"],"ngWO+e":["No local key"],"njSHJP":["You didn't approve ",["0"],". Please do not set spending cap to 0 and try it again."],"nqL5WA":["Claim Lucky Drop"],"nqagQ8":["Signing Message (Raw)"],"nvAt0H":["Resource"],"nvV/Td":["Balance: <0>",["0"],""],"nwSp3U":["I just tipped ",["amount"]," ",["0","select",{"namedToken":[["1"]],"other":["token"]}]," to @",["recipientUserId"],"'s ",["2","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["3"],"\n\nInstall https://mask.io/download-links to send your first tip."],"nzBzok":["Create time:"],"o+XJ9D":["Change"],"o+zDNQ":["The mnemonic word has been copied, please keep it in a safe place."],"o4Iu2W":["Logout successfully"],"o4NrTC":["Confirm this Signature in your wallet."],"o66hO5":["Discovered a LuckyDrop event on the FireFly website."],"o9pabc":["No codes found to suspend trading."],"oCBTyI":["This will overwrite the existing cloud backup with the local data, this cannot be undo."],"oDMfB1":["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"oDSXfc":["New password cannot be the same as your current password."],"oG26Rt":["Confirm this transaction in your wallet"],"oG67vO":["Available to Everyone"],"oIsL5E":["Chain ID: ",["0"]],"oJIW7I":[["context","select",{"mint":["<0>",["to"]," minted <1>",["value"]," ",["symbol"],""],"send":["<2>",["from"]," sent <3>",["asset"]," to <4>",["to"],""],"claim":["<5>",["to"]," claimed from <6>",["from"],""],"burn":["<7>",["from"]," burned <8>",["value"]," ",["symbol"],""],"deposit":["<9>",["from"]," deposited on <10>",["exchange"],""],"withdraw":["<11>",["from"]," withdrew on <12>",["exchange"],""],"other":[]}]],"oMx/mL":["Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later."],"oN9XHJ":["Start Time: <0>",["0"],""],"oOQfsI":["Current account is not the verifying account."],"oTLFeN":["The Lucky Drop can't be sent due to data damage."],"oX+QCa":["<0>Powered by<1>Mask Network"],"oYzol6":["an NFT"],"oZw0Iw":["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"],"ocYse8":["Failed to refund Lucky Drop."],"oe5xh9":["Decrypt failed, please check password"],"of3mx/":["<0>",["user"]," swapped <1>",["from_value"]," ",["from_symbol"]," to <2>",["to_value"]," ",["to_symbol"]," on <3>",["platform"],""],"ofUcbc":["Random"],"ohUJJM":["Plugins"],"ojlMCx":["Minimum withdraw amount is ",["MINIMUM_AMOUNT"]," ",["0"]],"olEUh2":["Successful"],"ooHEV6":["1 ",["0"]," NFT Lucky Drop claimed."],"osXsDn":["Import NFT"],"ou+PEI":["Profile Photo"],"ouAjo6":["No Enough Gas Fee"],"ovBPCi":["Default"],"oxKup1":["Insufficient $",["0"]," balance"],"p+ngUo":["Unfollow"],"p1/7GX":["Contract Not Found"],"p2/GCq":["Confirm Password"],"p3TX0l":["Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers."],"p7l2aC":["Contract:"],"p8Aea2":["The persona name already exists."],"p8OYBy":["@",["sender"]," is sending an NFT lucky drop on ",["networkName"]," network. ",["account_promote"]," ",["promote_short"]," #mask_io #LuckyDrop ",["0"]],"pG7O41":["Fastest"],"pGElS5":["Mnemonic"],"pHfBGz":["Updating Gas Fee…"],"pIyHYi":["Lens Follow"],"pLHDrO":["Holding NFT"],"pOE8Vh":["Space"],"pa3wn3":["It remains unclaimed."],"pbOGiB":["Revoke Token"],"pbYUPI":["Text copied!"],"pi+hn/":["Ethereum ",["HD_PATH_WITHOUT_INDEX_ETHEREUM"]],"pjrgRd":["Incorrect Private Key"],"pkyWdU":["Keystore password"],"poYLOl":["New Logo"],"ps1+DX":["Set your persona name with maximum length of 24 characters"],"pu3rTn":["GWEI"],"puUEU3":["Change Backup Password"],"put3ex":["Request is valid not after"],"pv5v6j":["About Permit"],"pvnfJD":["Dark"],"py6hU8":["Signature Request"],"pzO3Xa":["Total Supply"],"q+O14e":["Search Area"],"q+hNag":["Collection"],"q/ao7A":["Price per mint"],"q5+UWM":["Contact edited."],"qAbGIK":["Issued at"],"qCMUPH":["Unlock ",["0"]],"qDIxZ+":["Failed to restore the backup from Google Drive to your browser. Please try again."],"qHqI+o":["<0>Powered by <1>Mask Network"],"qI8U4x":["Max fee cannot be lower than max priority fee."],"qIL7PI":["Offers"],"qJb6G2":["Try Again"],"qNiGUh":["size"],"qT8oOt":["Persona required."],"qWMpAl":["up to ",["0"]," Gwei"],"qYuscr":["Max Priority Fee"],"qZ6p7p":["Backup on ",["0"]],"qcqdIh":["You need to open the dApp to view the specific content."],"qcybNQ":["Proposal"],"qdyV/M":["News"],"qhKyO3":["Withdraw ",["0"]],"qkhZxp":["Created a SmartPay wallet on Polygon network."],"qp8fKi":["By confirming means that you agree to bear the possible risks above."],"qqWcBV":["Completed"],"r3OcML":[["mins"],"min"],"r92tNP":["Failed to authorize Google Drive. Please try again."],"rBLzKv":["Max fee is higher than necessary."],"rCsoea":["Manage Token List"],"rG3WVm":["Select"],"rJZPaP":["No activities found."],"rKY/BK":["Classics Logo"],"rLgPvm":["Backup"],"rQQGN1":["Max priority fee is higher than necessary. You may pay more than needed."],"rR6iwH":["Domain Request"],"rWE7Lq":["Contact deleted."],"rWqyF3":["Gas limit should be between ",["minGasLimit"]," and 15.00M"],"rYFSec":["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."],"rZ0rgl":["Total Volume"],"raCUEa":["By granting permission, you are allowing the following <0/> contract to access your funds"],"rcNnsQ":["Price:"],"re2nOO":["Uploaded files"],"rkMKQ0":["The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later."],"rm0yu/":["About ",["collectionName"]],"rqV4QH":["This swap isn’t supported"],"rrvbCi":["Network error or execute smart contract failed."],"rulocO":["Checking Approve"],"ryWxhG":["Congratulations!"],"s/8SJ+":["View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source."],"s4Omor":["To <0>",["0"],""],"sGkv/+":["Hi friends, I just deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"sOYKMU":["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."],"sOcZTR":["Contract Deployment"],"sQJ3RN":["Max priority fee is too low for network conditions."],"sQTDWu":["Allow us to collect your usage information to help us improve Mask."],"sSkbaZ":["Request timed out."],"sWsox7":["Follow Lens handle"],"saHPqg":["Claim your Lucky Drop."],"sb9Y58":["Wallet"],"siroPf":["Mask Network"],"sxkWRg":["Advanced"],"szNWi8":["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."],"t+A5fr":["Gas price should be greater than 0"],"t/YqKh":["Remove"],"t2prdI":["No search results"],"t3rUZr":["Sign-in Request"],"t6bQQD":["Send authors tips by using Mask Network's Tips function."],"t6md+W":[["0","select",{"create":["<0>",["user"]," created a profile on <1>",["platform"],""],"update":["<2>",["user"]," updated a profile on <3>",["platform"],""],"other":[]}]],"t8dIOP":["Spam"],"t91sWs":[["actionType","select",{"stake":["<0>",["user"]," staked <1>",["symbol"],""],"claim":["<2>",["user"]," claimed <3>",["symbol"],""],"unstake":["<4>",["user"]," un-staked <5>",["symbol"],""],"other":[]}]],"t9m1iP":["Spam reported."],"tARYn/":["NFTs Profile"],"tCAZi9":["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."],"tG9G+b":["File Service"],"tHoyBc":["Please connect ",["0"]," before using dApps."],"tIW5Jt":["No matched tokens"],"tKJ7ee":["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."],"tOL6AP":["Adjust Selection"],"tOMnvw":["Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites."],"tPeNU7":["This network name already exists"],"tRRE1h":["1 ",["0"]," claimed."],"tXkhj/":["Start"],"tbOs8j":["Confirm Swap"],"tcHpvG":["Change Owner"],"tfDRzk":["Save"],"thX7xs":["The network with chain ID ",["formChainId"]," may use a different currency symbol (",["0"],") than the one you have entered. Please check."],"tiX/tO":["Address: <0>",["address"],""],"tj48De":["Connect Social Account"],"tjbyOy":["Project details"],"tk+uyz":["You've approved ",["0"]," for ",["1"],". If you want to revoke this token, please set spending cap amount to 0."],"toDFSK":["Wallet sign succeeded."],"tst44n":["Events"],"tuOw4x":["Make It Encrypted"],"tx1x9k":["I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io."],"txEVTf":["No Listings"],"ty2gt9":["You need to follow the creator of the lucky drop."],"u2OWVJ":["Disconnect failed."],"u2Srv1":["Claim your Airdrop"],"u3ZeYl":["Transaction failed"],"u689pQ":["Ends in ",["relativeEndTime"]],"uAQUqI":["Status"],"uBAxNB":["Editor"],"uF9ruK":["Saving"],"uJQLj9":["Connect and switch between your wallets."],"uSMfoN":["Verify"],"uip9JY":["I wrote down those words in the correct order"],"ujpEaI":["Please connect your wallet"],"uqF4Nm":["Blockchain:"],"usVwcn":["No anti_whale(Unlimited number of transactions)"],"uv94aG":["Added by user"],"uv9cwh":["Bridge Network fee"],"uyJsf6":["About"],"v01kR+":["NFT PFP"],"v7U98p":["Failed to claim Lucky Drop."],"vH2C/2":["Swap"],"vLXevL":["Transaction cost"],"vOx+Me":["You can withdraw the remaining balance 24 hours after sending the lucky drop."],"vVEene":["View your Tokens and NFTs"],"vXIe7J":["Language"],"vXygio":["Not enough data to present."],"vel6Z1":["Request Source"],"vhlM+H":["Withdraw ",["0"]," for savings."],"vhqFTT":["Can't find a valid user address data source."],"vutynE":["Enable plugin"],"w0e0yw":["Gas limit must be at least ",["0"]],"w1ctdJ":["Encrypted Post"],"w3t1Hw":["Powered by <0>Go+"],"w4oOEJ":["Mask Community $ARB Giveaway"],"w9Xmw/":["Google Drive"],"wCtp6y":["Your Wallet is on **ready 🚀**"],"wDnczW":["Optimize the display of search results about ENS in social media."],"wGtbaw":["Amount per Share"],"wMHvYH":["Value"],"wNecg9":["Multiple transaction requests ",["0"]," / ",["1"]],"wNxsb2":["Reject ",["totalMessages"]," Transactions"],"wThGrS":["App Settings"],"wUlAUI":["<0>@",["currentUserId"]," connected already."],"wYA1q/":["Auto report the scam links to MetaMask"],"waXvJd":["NFT is not minted yet."],"wbDTs9":["Request timed out"],"wqppGn":["Permissions List"],"wvJOId":["This ENS does not exist or not be resolved."],"wxZZWc":["You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet."],"wxfXhJ":["Scam tx"],"x0PhCN":["Disconnected successfully."],"x4f8pZ":["Tips"],"x5LEuB":["Followers"],"x6rEou":["<0>",["user"]," claimed ",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"from <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"xBXg0L":["No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk."],"xC6eGY":["Mint function"],"xCJdfg":["Clear"],"xCcvjC":["Set up NFT PFP successfully"],"xDAtGP":["Message"],"xDO6ZN":["Plugin switch"],"xEQZ4z":["Use text encryption"],"xEX/9S":["No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk."],"xFCCR4":["Please enter the correct mnemonic words, private key, or upload the correct keystore file."],"xGVfLh":["Continue"],"xH6cn+":["Choose Token"],"xIxVmH":["Unlock ",["0"]," NFT contract."],"xPSvu3":["<0>",["websiteCount"]," ",["0","plural",{"one":["Website"],"other":["Websites"]}]],"xTQLHC":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Install @masknetwork to get yours."],"xeiujy":["Text"],"xjhtsV":["Chain"],"xoKE3v":["Disable Permit"],"xuKB2x":[["0"]," deposited."],"xupcu9":["Speed Up"],"y/+ReV":["No any collectible is available for preview. Please add your collectible here."],"y/kxxM":["Priority fee"],"y2i17G":["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."],"y3juHh":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"y3qyKP":["NFT Lucky Drop created."],"y49awp":["Set NFT Photo"],"y5aRAa":["Please enter cloud backup password to download file."],"y62Dys":["Network fee"],"y6VCOb":[["0"]," Mins"],"y6sq5j":["Following"],"yC/GKd":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3."],"yD15Uj":["Are you sure to remove this wallet?"],"yDUr0V":["Lucky Drop refunded."],"yFpcbN":["This request may be a phishing attach. I understand this and want to continue."],"yFrxQj":["Mnemonic word"],"yGyJ1l":["You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again."],"yHrAv+":["Claim Lucky Drop with ",["0"]," claimed."],"yKu/3Y":["Restore"],"yNBZ3N":["Enter gas limit"],"yNu9vD":["The wallet address already exists."],"yQE2r9":["Loading"],"yQqkIK":["24H Average Price"],"yRuvmU":["The mnemonic words has been copied, please keep it in a safe place."],"yTZe+y":["Snapshot"],"yVnV6H":["Please write down or copy these words and save them in a secure place."],"yVzBCJ":["NFT Lucky Drop claimed."],"yZhedI":["Gas fee settings"],"yb/fjw":["Approval"],"ybuu1v":["Oops, we can't find any results."],"ygW4tI":["Please connect your persona"],"yik0Qu":["Private Key"],"ykiu3o":["NFT Details"],"ylUhBz":["Click to retry"],"ylXk9u":["Encrypt the message in an image"],"yqc6uX":["This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing."],"ywDBfs":["Something went wrong!"],"yx/fMc":["High"],"yz7wBu":["Close"],"yzF66j":["Link"],"z+H8bd":["Your wallet does not meet the eligibility criteria for claiming."],"z/3+av":["License:"],"z1i6et":["Failed to ",["0"]," NFT contract."],"z27gFg":["If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it."],"z7Fh2l":["Base fee required: ",["MIN_BASE_FEE"]," Gwei"],"z9HeHt":["Create a Privy Wallet"],"zBPjcC":["Revoke the approval for token"],"zBUJYA":["The approval for this contract will be revoked in case of the amount is 0."],"zBftr8":["Claim NFT Lucky Drop"],"zEZe86":["You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends."],"zGTAja":[["claimed"]," Follow @",["account"]," (mask.io) to claim lucky drops."],"zJlXbX":["NFT"],"zPar3e":["Collectible"],"zX9KdB":["No following friends."],"zXagFp":["Copy Address"],"zZk9Yz":["Purchase"],"zga9sT":["OK"],"zgqgNP":["Purchasing...."],"zkEW09":["You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?"],"znqB4T":["Insufficient balance"],"zp7Ha3":["Backup Failed"],"zwBp5t":["Private"],"zxrGeO":["Gas limit must be bigger than ",["minGas"],"."],"zzDlyQ":["Success"]}} \ No newline at end of file diff --git a/packages/shared-base-ui/src/locale/ja-JP.po b/packages/shared-base-ui/src/locale/ja-JP.po index a6c06a50e8fd..6975b3b2f323 100644 --- a/packages/shared-base-ui/src/locale/ja-JP.po +++ b/packages/shared-base-ui/src/locale/ja-JP.po @@ -1,29 +1,7457 @@ msgid "" msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:56\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/shared-base-ui/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1010\n" - -#: src/components/ErrorBoundary/CrashUI.tsx +"POT-Creation-Date: 2025-10-27 22:51+0800\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: @lingui/cli\n" +"Language: ja-JP\n" + +#: packages/shared/src/UI/components/CompositionDialog/PluginEntryRender.tsx +#: packages/shared/src/UI/components/CompositionDialog/PluginEntryRender.tsx +msgid "(beta)" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "(the name is set by the web site)" +msgstr "" + +#. placeholder {0}: millisecondsToHours(value) +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "{0, plural, one {# Hour} other {# Hours}}" +msgstr "" + +#. placeholder {0}: feed.actions.length +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +msgid "{0, plural, one {Action} other {Actions}}" +msgstr "" + +#. placeholder {0}: strategies.length +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "{0, plural, one {Strategy} other {Strategies}}" +msgstr "" + +#. placeholder {0}: value.length +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/PreviewCard.tsx +msgid "{0, plural, one {This domain is} other {These domains are}} currently on the Mask Network warning list which may include malicious entries, phishing or scams." +msgstr "" + +#. placeholder {0}: metadata?.action || '' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProfileAction.tsx +msgid "{0, select, create {<0>{user} created a profile on <1>{platform}} update {<2>{user} updated a profile on <3>{platform}} other {}}" +msgstr "" + +#. placeholder {0}: decryptProgress || '' +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptPostAwaiting.tsx +msgid "{0, select, finding_post_key {Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you.} finding_person_public_key {Mask is looking for the public key of the author...} other {Mask is decrypting...}}" +msgstr "" + +#. placeholder {0}: omitSizeLimit ? 'omit' : '' +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "{0, select, other {<0>Size limit: {fileSize}} omit {}}" +msgstr "" + +#. placeholder {0}: post.type || '' +#. placeholder {1}: post.source +#. placeholder {2}: post.source +#. placeholder {3}: post.reporter?.handle +#. placeholder {4}: post.source +#. placeholder {5}: post.source +#. placeholder {6}: post.source +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/FeedSummary.tsx +msgid "{0, select, Post {<0/><1>{handle} published a post on <2>{1}} Comment {<3/><4>{handle} made a comment on <5>{2}} Mirror {<6/><7>{3} mirrored a post post by<8/><9>{handle} on <10>{4}} Quote {<11/><12>{handle} quoted a post post on <13>{5}} other {<14/><15>{handle} post stuff on <16>{6}}}" +msgstr "" + +#. placeholder {0}: dateTimeFormat(locale, new Date(patchedHistory.creation_time)) +#. placeholder {0}: format(fromUnixTime(timestamp), 'M/d/yyyy HH:mm') +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +msgid "{0} (UTC+8)" +msgstr "" + +#. placeholder {0}: message.action +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} {1} approval successfully." +msgstr "" + +#. placeholder {0}: formatBalance(received, toToken.decimals) +#. placeholder {1}: toToken.symbol +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "{0} {1} bridge completed successfully." +msgstr "" + +#. placeholder {0}: message.action +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} {1} NFT contract successfully." +msgstr "" + +#. placeholder {0}: message.action +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} {1} NFT contract." +msgstr "" + +#. placeholder {0}: formatBalance(received, toToken.decimals) +#. placeholder {1}: toToken.symbol +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "{0} {1} swap completed successfully." +msgstr "" + +#. placeholder {0}: attentionFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Attention factor" +msgstr "" + +#. placeholder {0}: attentionFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Attention factors" +msgstr "" + +#. placeholder {0}: formatTokenBalance(tokenBalance, token?.decimals) +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "{0} available" +msgstr "" + +#. placeholder {0}: bridge?.router.bridgeName +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "{0} Bridge Network fee" +msgstr "" + +#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "{0} days" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} deposited." +msgstr "" + +#. placeholder {0}: count.toString() +#: packages/plugins/FileService/src/SiteAdaptor/components/FileChip.tsx +msgid "{0} files selected" +msgstr "" + +#. placeholder {0}: conditions.join('/') +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "{0} Holder" +msgstr "" + +#. placeholder {0}: wallet?.name || 'Your wallet' +#: packages/mask/popups/pages/Wallet/ConnectedSites/index.tsx +msgid "{0} is connected to these sites, they can view your account address." +msgstr "" + +#. placeholder {0}: formatCount(currentSpace.followersCount, 1) +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileSpaceHeader.tsx +msgid "{0} members" +msgstr "" + +#. placeholder {0}: millisecondsToMinutes(value) +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "{0} Mins" +msgstr "" + +#. placeholder {0}: fromNetwork?.name +#. placeholder {0}: toNetwork?.name +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "{0} Network fee" +msgstr "" + +#. placeholder {0}: expectedChainName ?? '' +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "{0} network is not added to the wallet. Please add it and try again." +msgstr "" + +#. placeholder {0}: message.action +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT contract" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT contract unlocked." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT Lucky Drop created." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT transferred." +msgstr "" + +#. placeholder {0}: pendingTransactions.length +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +#: packages/shared/src/UI/components/WalletStatusBox/usePendingTransactions.tsx +msgid "{0} Pending" +msgstr "" + +#. placeholder {0}: sourceType ?? SourceType.NFTScan +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "{0} Platform costs" +msgstr "" + +#. placeholder {0}: fromNetwork?.name || '' +#. placeholder {0}: fromNetwork?.name||"" +#. placeholder {0}: toNetwork?.name || '' +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx +msgid "{0} Pool" +msgstr "" + +#. placeholder {0}: riskyFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Risky factor" +msgstr "" + +#. placeholder {0}: riskyFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Risky factors" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} sent." +msgstr "" + +#. placeholder {0}: fromNetwork?.fullName || '--' +#. placeholder {1}: toNetwork?.fullName || '--' +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "{0} to {1}" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} unlocked" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} were claimed" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} withdrawn." +msgstr "" + +#. placeholder {0}: mins.replace(/\.?0+$/u, '') +#. placeholder {0}: mins.replace(/\.?0+$/u,"") +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/helpers/formatTime.ts +msgid "{0}m" +msgstr "" + +#. placeholder {0}: metadata?.collection ?? 'Unknown' +#. placeholder {1}: metadata?.collection ?? 'Unknown' +#. placeholder {2}: metadata?.action || '' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleApprovalAction.tsx +msgid "{2, select, approve {<0>{user} approved {0} to <1>{contract}} revoke {<2>{user} approved {1} to <3>{contract}} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/StakingAction.tsx +msgid "{actionType, select, stake {<0>{user} staked <1>{symbol}} claim {<2>{user} claimed <3>{symbol}} unstake {<4>{user} un-staked <5>{symbol}} other {}}" +msgstr "" + +#. placeholder {0}: `$${token?.symbol}` +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "{amount} {0} tips sent." +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "{attentionFactors, plural, one {# Attention item} other {# Attention items}}" +msgstr "" + +#. placeholder {0}: shareTextOption.account +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +msgid "{claimed} Follow @{0} (mask.io) to claim lucky drops." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "{claimed} Follow @{account} (mask.io) to claim lucky drops." +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenApprovalAction.tsx +msgid "{context, select, approve {<0>{user} approved <1>{amount} {symbol} to <2>{contract}} revoke {<3>{user} revoked the approval of <4>{amount} {symbol} to <5>{contract}} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenOperationAction.tsx +msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}} other {}}" +msgstr "" + +#: build/bundled/201.js +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "{count, plural, one {You have recovered **# Wallet 🚀**} other {You have recovered **# Wallets 🚀**}}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom} other {}}" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "{mins}min" +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "{riskyFactors, plural, one {# Risky item} other {# Risky items}}" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/helpers/formatTime.ts +msgid "{seconds}s" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "{seconds}sec" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "{shareWithNum, plural, one {1 friend} other {# friends}}" +msgstr "" + +#: packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx msgid "{subject} has an error" msgstr "" -#: src/components/ErrorBoundary/CrashUI.tsx -msgid "Report on GitHub" -msgstr "GitHubで報告" +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/NoteAction.tsx +msgid "{type, select, post {<0>{user} publish a post on {platform}} mint {<1>{user} minted a post on {platform}} revise {<2>{user} revised a post on {platform}} share {<3>{user} shared a post on {platform}} other {}}" +msgstr "" -#: src/components/ErrorBoundary/CrashUI.tsx -msgid "Try to recover" -msgstr "復旧を試みます" +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "{walletLength, plural, one {# Wallet} other {# Wallets}}" +msgstr "" + +#. placeholder {0}: postLink.toString() +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "@{sender} is sending an NFT lucky drop on {networkName} network. {account_promote} {promote_short} #mask_io #LuckyDrop {0}" +msgstr "" + +#. placeholder {0}: formatAmount(asset.amount) +#. placeholder {1}: asset.symbol || asset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn} other {}} <1>{0} {1} " +msgstr "" + +#. placeholder {0}: formatAmount(inAsset.amount) +#. placeholder {1}: inAsset.symbol || inAsset.name +#. placeholder {2}: formatAmount(outAsset.amount) +#. placeholder {3}: outAsset.symbol || outAsset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> {txType, select, trade {traded} mint {minted} other {traded}} <1>{0} {1} for <2>{2} {3}" +msgstr "" + +#. placeholder {0}: formatAmount(asset.amount) +#. placeholder {1}: asset.symbol || asset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> approved <1>{0} {1}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> approved with <1/>" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> interacted with <1/>" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0/> minted{0, select, name {<1>{1} } nft {<2>an NFT } other {}}" +msgstr "" + +#. placeholder {0}: action.platform +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedCard/CommentCard.tsx +msgid "<0/> publish a post on {0}" +msgstr "" + +#. placeholder {0}: asset.symbol || asset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> unapproved <1>{0}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/>{txType, select, deploy {deployed} execute {executed} other {}}<1/>" +msgstr "" + +#. placeholder {0}: feed.type +#. placeholder {1}: feed.platform +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProfileLinkAction.tsx +msgid "<0>{formattedUser} {0, select, follow {followed} unfollow {un-followed} other {}} <1>{other} on <2>{1}" +msgstr "" + +#. placeholder {0}: metadata?.action || '' +#. placeholder {1}: feed.platform! +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/LiquidityAction.tsx +msgid "<0>{user} {0, select, supply {supplied} add {added} repay {repaid} withdraw {withdrew} collect {collected} remove {removed} borrow {borrowed} other {}} liquidity on <1>{1}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProfileProxy.tsx +msgid "<0>{user} appointed a proxy on <1>{platform}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenBridgeAction.tsx +msgid "<0>{user} bridged <1>{amount} {symbol} from <2>{source} to <3>{target}" +msgstr "" + +#. placeholder {0}: metadata?.name +#. placeholder {1}: verbose ? 'name' : 'nft' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} burned <1>{1, select, nft {an NFT} name {{0}} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/UnknownAction.tsx +msgid "<0>{user} carried out an activity to <1>{target} on <2>{platform}" +msgstr "" + +#. placeholder {0}: verbose ? 'verbose' : 'simple' +#. placeholder {1}: metadata!.name +#. placeholder {2}: costMetadata ? 'cost' : 'free' +#. placeholder {3}: formatValue(costMetadata) +#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}from <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/DonationAction.tsx +msgid "<0>{user} donated <1>{costValue} {costSymbol}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/DonationAction.tsx +msgid "<0>{user} donated <1>{costValue} {costSymbol} to <2>{project}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CommentAction.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedCard/CommentCard.tsx +msgid "<0>{user} made a comment on {platform}" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} minted {0, select, name {<1>{1} } nft {<2>an NFT } other {}}for <3>{value} {symbolName}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProposeAction.tsx +msgid "<0>{user} proposed" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: feed.actions[1].metadata!.name +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} registered {0, select, name {<1>{1} } nft {<2>an ENS } other {}}for <3>{costValue} {costSymbol}" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#. placeholder {2}: formatValue(cost) +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName}" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#. placeholder {2}: formatValue(cost) +#. placeholder {3}: feed.platform +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName} on <5>{3}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenSwapAction.tsx +msgid "<0>{user} swapped <1>{from_value} {from_symbol} to <2>{to_value} {to_symbol} on <3>{platform}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/VoteAction.tsx +msgid "<0>{user} voted for <1>{option} on <2>{platform}" +msgstr "" + +#. placeholder {0}: verbose ? 'verbose' : 'simple' +#. placeholder {1}: metadata!.name +#. placeholder {2}: costMetadata ? 'cost' : 'free' +#. placeholder {3}: formatValue(costMetadata) +#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}to <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" +msgstr "" + +#. placeholder {0}: websiteCount || 0 +#: packages/mask/popups/pages/Settings/index.tsx +msgid "<0>{websiteCount} {0, plural, one {Website} other {Websites}}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "<0>@{currentUserId} connected already." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "<0>0 Followers <1>0 Following" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +msgid "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." +msgstr "" + +#. placeholder {0}: formatDistanceToNow(Math.ceil(offer.expiredAt!), { addSuffix: true, }) +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OfferCard.tsx +msgid "<0>Expires in {0}" +msgstr "" + +#. placeholder {0}: formatEthereumAddress(transaction.formattedTransaction.popup.spender, 4) +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "<0>Granted to <1>{0}" +msgstr "" + +#. placeholder {0}: tweet.amount_usd +#: packages/plugins/VCent/src/SiteAdaptor/TweetDialog.tsx +msgid "<0>Latest offer at <1>${0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." +msgstr "" + +#: packages/shared/src/UI/components/MaskPluginWrapper/index.tsx +msgid "<0>Powered by {publisherNode}" +msgstr "" + +#. placeholder {0}: provider ?? 'Mask Network' +#: packages/shared/src/UI/components/PluginCardFrame/index.tsx +msgid "<0>Powered by <1>{0}" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "<0>Powered by <1>Mask Network" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/PluginDescriptor.tsx +msgid "<0>Powered by <1>Mask Network" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/Footer.tsx +msgid "<0>Powered by<1>Go+" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +msgid "<0>Powered by<1>Mask Network" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "<0>Powered by<1>OKX<2/>" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/NotFound.tsx +msgid "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "<0>Service Agreement and <1>Privacy Policy" +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +msgid "<0>To: <1>{to}" +msgstr "" + +#. placeholder {0}: totalBalance.toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2, }) +#: packages/plugins/Handle/src/SiteAdaptor/SearchResultInspector.tsx +msgid "<0>USD Value<1>${0}" +msgstr "" + +#: build/bundled/168.js +#: packages/mask/content-script/site-adaptors/twitter.com/customization/i18n.ts +msgid "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {encrypted} to send your first encrypted tweet." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "📃📃📃 Try to permanently use decentralized file storage on {sns}. Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +msgstr "" + +#. placeholder {0}: token?.contract?.name || 'NFT' +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "1 {0} claimed." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "1 {0} NFT Lucky Drop claimed." +msgstr "" + +#. placeholder {0}: nonFungibleToken?.contract?.name || 'NFT' +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "1 {0} tips sent." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "1 NFT claimed." +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "1. If you haven't installed the {name} Wallet" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "12-word recovery phrase is used to recover your persona data." +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "2. If you have installed the {name} Wallet" +msgstr "" + +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "24 Hour Trading Vol" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "24H Average Price" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "24H sale" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "24H Traded Volume" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "a token" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialog.tsx +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "About" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "About {collectionName}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "About Permit" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "Account connected.<0/><1/>Try to explore more features powered by Mask Network." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts +msgid "Account successfully connected to persona" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletAssets/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "Activities" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Activity Log" +msgstr "" + +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +#: packages/mask/popups/pages/Friends/ContactCard/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/Derive.tsx +msgid "Add" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Add a Custom Cover" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/CommentBox.tsx +msgid "Add an encrypted comment..." +msgstr "" + +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +msgid "Add Assets" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/Tips/src/components/NFTSection/index.tsx +#: packages/shared/src/UI/modals/AddCollectiblesModal/AddCollectiblesDialog.tsx +msgid "Add Collectibles" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "Add Contact" +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "Add google Drive" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +#: packages/mask/popups/pages/Wallet/NetworkManagement/index.tsx +msgid "Add Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +msgid "Add new address to an existing group" +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "Add NFTs" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Add Suggested Token" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Add the file to Chrome's database" +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "Add wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/StartUp/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/Derive.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/ProfileCard.tsx +msgid "Add Wallet" +msgstr "" + +#: packages/mask/popups/components/TokenPicker/TokenItem.tsx +#: packages/mask/popups/pages/Wallet/components/AssetsList/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/FungibleTokenItem.tsx +msgid "Added by user" +msgstr "" + +#: packages/mask/popups/pages/Friends/ContactCard/index.tsx +msgid "Added successfully" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/shared/src/UI/components/TokenWithSocialGroupMenu/index.tsx +#: packages/shared/src/UI/wallet/DeriveWalletTable.tsx +msgid "Address" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx +msgid "Address: <0>{address}" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Adjust Selection" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +msgid "Advanced" +msgstr "" + +#: packages/shared/src/UI/modals/SelectAdvancedSettingsDialog/SelectGasSettingsDialog.tsx +msgid "Advanced Settings" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +msgid "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Aggregator" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Agree" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Airdrop Scam" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "All" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx +msgid "All Mask Network users" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Allow this site to switch the network?" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Allow us to collect your usage information to help us improve Mask." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +msgid "Already following" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Amount" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Amount Each" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Amount per Share" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "an NFT" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Anti_whale(Limited number of transactions)" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +msgid "App list" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx +msgid "APP list" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx +msgid "App Settings" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Appearance" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +msgid "Applications" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalDialog.tsx +#: packages/plugins/Approval/src/SiteAdaptor/index.tsx +#: packages/plugins/Approval/src/SiteAdaptor/index.tsx +msgid "Approval" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +#: packages/shared/src/UI/components/GrantPermission/index.tsx +msgid "Approve" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "Approve amount" +msgstr "" + +#. placeholder {0}: amount ? {formatSpendingCap(amount)} : null +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "Approved Amount {0}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Approving" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +msgid "APR" +msgstr "" + +#. placeholder {0}: formatEthereumAddress(wallet.identity, 4) +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Are you sure to remove the connected wallet <0>{0}?" +msgstr "" + +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +msgid "Are you sure to remove this wallet?" +msgstr "" + +#. placeholder {0}: collection?.name ? 'hasName' : 'noName' +#. placeholder {1}: collection?.name || '' +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Are you sure to report {0, select, hasName {{1}} noName {this NFT} other {this NFT}}? After confirmed, this NFT will be marked as spam." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "Are you sure?" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +msgid "Are your sure you want to disconnect? You may lose part of functionalities of this website." +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/index.tsx +msgid "Artblocks" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/index.tsx +msgid "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Arweave" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +msgid "Asset" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Asset is hidden." +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "Associated Accounts" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "At least 6 characters" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "At most {RED_PACKET_MAX_SHARES} recipients" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +msgid "At most {SOL_REDPACKET_MAX_SHARES} recipients" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileChip.tsx +msgid "Attached File: {name} ({size})" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "Author" +msgstr "" + +#: build/bundled/51.js +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "Authorization Failed" +msgstr "" + +#: packages/plugins/ScamSniffer/src/SiteAdaptor/ScamAlert.tsx +msgid "Auto report the scam links to MetaMask" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "Auto-lock" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "Auto-lock Time" +msgstr "" + +#: packages/shared/src/UI/components/FungibleTokenInput/UI.tsx +msgid "Available Balance" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Available to Everyone" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Avatar set successfully" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Average" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +msgid "Back" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +msgid "Back Up Your Data Your Way" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Backup" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Backup & Recovery" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Backup Failed" +msgstr "" + +#: packages/shared/src/UI/components/QRCode/index.tsx +msgid "Backup failed, <0>try again" +msgstr "" + +#. placeholder {0}: user.cloudBackupAt +#. placeholder {0}: user.localBackupAt +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Backup on {0}" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Backup password" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Backup Password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Backup password set successfully" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Backup Persona" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Backup Successful" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +msgid "Backup to Google Drive" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Backup to the Cloud" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx +msgid "Backup Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +#: packages/shared/src/UI/components/FungibleTokenInput/UI.tsx +msgid "Balance" +msgstr "" + +#: packages/shared/src/UI/components/TokenAmountPanel/index.tsx +msgid "Balance: <0/>" +msgstr "" + +#. placeholder {0}: balance || 0 +#: packages/plugins/RedPacket/src/SiteAdaptor/components/CollectionSelectPanel.tsx +msgid "Balance: <0>{0}" +msgstr "" + +#: packages/shared/src/UI/wallet/DeriveWalletTable.tsx +msgid "Balance({symbol})" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Base" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Base fee required: {MIN_BASE_FEE} Gwei" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +msgid "Basic" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Basic setting" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Be aware, check the token before adding it." +msgstr "" + +#: packages/plugins/ScamSniffer/src/SiteAdaptor/ScamAlert.tsx +msgid "Be careful what you visit and sign!" +msgstr "" + +#: build/bundled/101.js +#: build/bundled/101.js +#: build/bundled/101.js +#: build/bundled/101.js +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/components/MessageInput.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/PreviewNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/PreviewRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/contexts/RedPacketContext.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/contexts/SolRedpacketContext.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +msgid "Best Wishes!" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Blacklist function" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Block Explorer URL" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Blockchain" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Blockchain:" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/PluginProviderRender.tsx +msgid "Blocto only supports the Flow chain." +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Bridge" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "Bridge anyway" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx +msgid "Bridge between this token pair are't supported at the moment." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Bridge Network fee" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Bridging" +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Browse Files" +msgstr "" + +#: packages/mask/content-script/site-adaptors/twitter.com/injection/ToolboxHint_UI.tsx +msgid "Browse the Web3 footprints of your X friends, enjoy the freedom of Web3." +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Browser File" +msgstr "" + +#: packages/plugins/VCent/src/SiteAdaptor/index.tsx +msgid "Buy & sell tweets autographed by their original creators." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Buy Now" +msgstr "" + +#. placeholder {0}: percentageToNumber(info.sell_tax) +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Buy Tax: {0}" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "By checking this box, I agree to ArtBlocks's <0>Terms of Service." +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "By confirming means that you agree to bear the possible risks above." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "By granting permission, you are allowing the following <0/> contract to access your funds" +msgstr "" + +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +msgid "By granting permission, you are allowing the following <0/> contract to access your NFTs." +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "By proceeding you agree to the" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +msgid "By using this plugin, you agree to the <0>terms and the <1>privacy policy." +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/components/Footer.tsx +#: packages/plugins/Calendar/src/SiteAdaptor/index.tsx +msgid "Calendar" +msgstr "" + +#. placeholder {0}: lensAccount.operations.canFollow.reason +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Can not follow: {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +msgid "Can't find a valid user address data source." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/modals/ConfirmModal/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/DeleteContactModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/GasSettingModal/index.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Personas/PersonaSignRequest/index.tsx +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +#: packages/shared/src/UI/modals/ConfirmDialog/index.tsx +#: packages/shared/src/UI/modals/ImageEditor/ImageEditor.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Cancel" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Cancel Transaction" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Cannot switch to a unknown network." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Cast your vote" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +msgid "Category" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Chain" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Chain ID" +msgstr "" + +#. placeholder {0}: currentNetwork?.chainId ?? currentChainId +#. placeholder {0}: nextNetwork?.chainId ?? nextChainId +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Chain ID: {0}" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/HandlerDescription.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/ProfilePopup.tsx +#: packages/shared/src/UI/components/WalletStatusBar/Action.tsx +#: packages/shared/src/UI/components/WalletStatusBar/WalletMenuItem.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +msgid "Change" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Change another account and try again." +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Change Backup Password" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangeNetwork.tsx +msgid "Change Network" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialogContent.tsx +msgid "Change NFT PFP" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Change Owner" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx +msgid "Change Payment Password" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change to EVM Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change to Flow Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change to Solana Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change Wallet" +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Check {providerName} to confirm connect." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Check on Explorer" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Check out the official website" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/CheckSecurityDialog.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/index.tsx +msgid "Check Security" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Checking Approve" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Choose a Cover" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/index.tsx +msgid "Choose and show your Web3 footprints on X." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Choose another wallet" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +msgid "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." +msgstr "" + +#: packages/mask/popups/modals/ChooseToken/index.tsx +msgid "Choose Token" +msgstr "" + +#: build/bundled/212.js +#: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx +msgid "Chrome - external extension" +msgstr "" + +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Circulating Supply" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimDialog/index.tsx +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimEntry/index.tsx +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +#: packages/plugins/Claim/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +msgid "Claim" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Claim Conditions" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Claim Details" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ClaimOnFirefly.tsx +#: packages/shared/src/UI/translate.ts +msgid "Claim Lucky Drop" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Claim Lucky Drop with {0} claimed." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Claim NFT Lucky Drop" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +msgid "Claim on Firefly" +msgstr "" + +#: packages/plugins/Claim/src/hooks/useClaimAirdrop.tsx +#: packages/shared/src/UI/translate.ts +msgid "Claim your Airdrop" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Claim your Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Claim your NFT Lucky Drop" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Claimable" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Claimed" +msgstr "" + +#. placeholder {0}: tokenDetail.symbol +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +msgid "Claimed {amount} ${0} successfully." +msgstr "" + +#. placeholder {0}: rpid ? bitStatusList.filter(Boolean).length.toString() : '0' +#. placeholder {1}: patchedHistory.shares +#. placeholder {2}: collection?.name ?? '' +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +msgid "Claimed: <0>{0}/{1} <1>{2}" +msgstr "" + +#. placeholder {0}: formatTokenAmount(claim_amounts || 0, token_decimal, false) +#. placeholder {1}: formatTokenAmount(total_amounts || 0, token_decimal, false) +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2><3>{tokenSymbol}" +msgstr "" + +#. placeholder {0}: duration.hours ?? '' +#. placeholder {1}: duration.minutes ?? '' +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Claiming will be live until: <0> {days} d {0} h {1} m" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +msgid "Claiming..." +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Classics Logo" +msgstr "" + +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Clear" +msgstr "" + +#: packages/shared/src/UI/components/WalletStatusBox/usePendingTransactions.tsx +msgid "Clear All" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PostDialogHint.tsx +msgid "Click here to have a quick start." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Click on <0/> at the top-right of your browser." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Click on the down-arrow to see the private key." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Click the application icon to hide in the App list." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Click the application icon to list it on the App board." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Click the settings icon to list it on the App board." +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Click to retry" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PageInspector.tsx +#: packages/plugins/Tips/src/SiteAdaptor/components/TipsRealmContent/index.tsx +msgid "Close" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "Close [Check Security]?" +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Cloud Backup" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Collectible" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalDialog.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/CollectionSelectPanel.tsx +msgid "Collectibles" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/Collectible.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Collection" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +msgid "Collection Approval" +msgstr "" + +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Community" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Complete" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +msgid "Completed" +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/dashboard/modals/ConfirmModal/index.tsx +#: packages/mask/popups/components/NFTAvatarPicker/index.tsx +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/modals/ConfirmModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ShowPrivateKeyModal/index.tsx +#: packages/mask/popups/modals/WalletAutoLockSettingModal/index.tsx +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +#: packages/plugins/FileService/src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/SelectLiquidity.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +#: packages/shared/src/UI/modals/ConfirmDialog/index.tsx +#: packages/shared/src/UI/modals/ConfirmModal/Dialog.tsx +#: packages/shared/src/UI/modals/ConfirmModal/Dialog.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +#: packages/shared/src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Confirm" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Confirm Bridge" +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Confirm Password" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Confirm Payment Password" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Confirm Swap" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/plugins/GoPlusSecurity/src/UI/TokenSecurityBoundary.tsx +msgid "Confirm swap risk" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Confirm the Lucky Drop" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Confirm this Signature in your wallet." +msgstr "" + +#: packages/shared/src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx +msgid "Confirm this transaction in your wallet" +msgstr "" + +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +msgid "Confirm this transaction in your wallet." +msgstr "" + +#. placeholder {0}: asset.symbol +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Confirm to hide {0}? You can redisplay it by re-adding this token at any time." +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Confirm to hide {name}? You can redisplay it by re-adding this NFT at any time." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Confirming" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Congratulations" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +#: packages/shared/src/UI/components/TokenTransactionConfirmModal/index.tsx +#: packages/shared/src/UI/components/TokenTransactionConfirmModal/index.tsx +msgid "Congratulations!" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/popups/components/ConnectedWallet/index.tsx +#: packages/mask/popups/components/SocialAccounts/index.tsx +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +msgid "Connect" +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Connect {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +msgid "Connect and switch between your wallets." +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Connect and Verify {0}" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Connect EVM Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Connect Flow Wallet" +msgstr "" + +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +msgid "Connect Mask Network Account using your wallet." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +#: packages/shared/src/UI/components/ConnectPersonaBoundary/index.tsx +msgid "Connect Persona" +msgstr "" + +#: packages/mask/popups/modals/ConnectSocialAccountModal/index.tsx +msgid "Connect Social Account" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Connect Solana Wallet" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +#: packages/shared/src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx +#: packages/shared/src/UI/components/WalletStatusBar/PluginWalletStatusBar.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +#: packages/shared/src/UI/modals/SelectProviderModal/SelectProvider.tsx +msgid "Connect Wallet" +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Connect with {providerName}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/AddChainRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Connect with Mask Wallet" +msgstr "" + +#: packages/mask/popups/components/SocialAccounts/index.tsx +msgid "Connect your social platform accounts." +msgstr "" + +#: packages/mask/content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +#: packages/shared/src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx +msgid "Connect your wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletHeader/UI.tsx +msgid "Connected" +msgstr "" + +#. placeholder {0}: currentPersona?.nickname +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Connected {0} with {walletName}." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ConnectedSites/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/ConnectedOrigins.tsx +msgid "Connected sites" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Connected successfully." +msgstr "" + +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network." +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Connected Wallet" +msgstr "" + +#: packages/shared/src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx +msgid "Connected wallets settings" +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Connecting operation cancelled in third-party wallet." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Connecting your {providerType} wallet" +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +msgid "Contact added." +msgstr "" + +#: packages/mask/popups/modals/DeleteContactModal/index.tsx +msgid "Contact deleted." +msgstr "" + +#: packages/mask/popups/modals/EditContactModal/index.tsx +msgid "Contact edited." +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +#: packages/mask/popups/pages/Friends/Home/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/Contacts.tsx +msgid "Contacts" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreFromMnemonic.tsx +#: packages/mask/dashboard/components/Restore/RestoreFromPrivateKey.tsx +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Phrase.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Continue" +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Contract" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Contract Creator" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Contract Deployment" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Contract Deployment {0}" +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +#: packages/shared/src/UI/translate.ts +msgid "Contract Interaction" +msgstr "" + +#: build/bundled/120.js +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/CheckSecurityDialog.tsx +msgid "Contract Not Found" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Contract Owner" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Contract source code not verified" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Contract source code verified" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Contract:" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "contributions" +msgstr "" + +#: packages/mask/popups/components/PrivateKeyDisplay/index.tsx +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +msgid "Copied" +msgstr "" + +#: packages/shared/src/UI/components/CopyButton/index.tsx +msgid "Copied!" +msgstr "" + +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +#: packages/shared/src/UI/components/CopyButton/index.tsx +msgid "Copy" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +msgid "Copy Address" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Copy image" +msgstr "" + +#: packages/mask/popups/components/PrivateKeyDisplay/index.tsx +msgid "Copy private key" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Copy text" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Could not fetch chain ID. Is your RPC URL correct?" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Cover" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Create" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Create a New Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Create a Privy Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Create a Privy wallet using an X account" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create Lucky Drop" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Create New Mask Identity" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create NFT Lucky Drop" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Create Password" +msgstr "" + +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Create persona" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Personas/Home/UI.tsx +#: packages/plugins/NextID/src/components/Actions/index.tsx +#: packages/shared/src/UI/components/ConnectPersonaBoundary/index.tsx +msgid "Create Persona" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create Smart Pay wallet" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Create the Lucky Drop" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +msgid "Create time:" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create your Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create your NFT Lucky Drop." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Create your persona to get started" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Created a SmartPay wallet on Polygon network." +msgstr "" + +#. placeholder {0}: project.artistName +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Created by <0>{0} • <1>Website" +msgstr "" + +#. placeholder {0}: format(project.metadata.createdAt, 'MMMM do, yyyy') +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "Created on: {0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Creating or retrieving your wallet with Privy. Please confirm on the X authorization page." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Creating your **identity**" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +msgid "Creating your **wallet**" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Creation Completed" +msgstr "" + +#: packages/plugins/CrossChainBridge/src/SiteAdaptor/CrossChainBridgeDialog.tsx +#: packages/plugins/CrossChainBridge/src/SiteAdaptor/index.tsx +msgid "Cross-chain" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Crypto Holder" +msgstr "" + +#: packages/mask/popups/modals/ChooseCurrencyModal/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangeCurrency.tsx +msgid "Currency" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Currency Symbol (Optional)" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/ProfileCard.tsx +msgid "Current" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Current account is not the verifying account." +msgstr "" + +#. placeholder {0}: formatCurrency(formatWeiToGwei(baseFeePerGas), '') +#. placeholder {0}: formatWeiToGwei(gasOptions.normal.baseFeePerGas).toFixed(2, BigNumber.ROUND_UP) +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Current base fee is {0} Gwei" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +msgid "Current results" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Current wallet does not support to interact with Lens protocol." +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceForm.tsx +msgid "Custom" +msgstr "" + +#: packages/plugins/Avatar/src/Application/PersonaPage.tsx +msgid "Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe." +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/index.tsx +msgid "CyberConnect" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/index.tsx +msgid "DAO" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Dark" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Data" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Data backed up successfully!" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Data correlation" +msgstr "" + +#. placeholder {0}: fromTwitter ? AddressPlatform.Twitter : 'normal' +#: packages/shared/src/UI/components/AccountIcons/index.tsx +msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and }}{sources}." +msgstr "" + +#. placeholder {0}: platform || '' +#: packages/shared/src/UI/components/AccountIcons/index.tsx +msgid "Data source is retrieved from {0, select, twitter {Twitter profile} facebook {Facebook profile} other {}}." +msgstr "" + +#. placeholder {0}: resolveNextIDPlatformName(platform) || platform +#. placeholder {0}: type?.replace('_', ' ') ?? '' +#: packages/shared/src/UI/components/AccountIcons/index.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialTooltip.tsx +msgid "Data source is retrieved from {0}." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Date" +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/index.tsx +msgid "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/index.tsx +msgid "Decentralized social graph protocol for user-centric Web3." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +msgid "Decrypt failed, please check password" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. {encrypted}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx +msgid "Decrypted by Mask Network" +msgstr "" + +#: packages/shared/src/UI/components/MaskPluginWrapper/index.tsx +msgid "Default" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +msgid "Delete" +msgstr "" + +#: packages/mask/popups/modals/DeleteContactModal/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "Delete Contact" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Delete File" +msgstr "" + +#: packages/mask/popups/pages/Friends/Detail/index.tsx +msgid "Deleted successfully" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Deploy a SmartPay wallet on Polygon network." +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +msgid "Deploy Contract" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Deploy Smarty Pay wallet" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsDialog.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/SavingsRow.tsx +msgid "Deposit" +msgstr "" + +#. placeholder {0}: protocol.bareToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Deposit {0}" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Deposit {0} for savings." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Deposit token" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DescriptionCard.tsx +msgid "Description" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/Collectible.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/DetailDialog.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/DetailDialog.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/SocialFeedDetailsModal/DetailDialog.tsx +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Details" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/index.tsx +msgid "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." +msgstr "" + +#. placeholder {0}: quote?.toToken.tokenSymbol +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "Dex/Est received ({0})" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "Disable Permit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +msgid "Disconnect" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +msgid "Disconnect all accounts" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Disconnect failed." +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Disconnect Social Account?" +msgstr "" + +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Disconnect Wallet?" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +msgid "Disconnected successfully." +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Disconnected." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ClaimOnFirefly.tsx +msgid "Discovered a LuckyDrop event on the FireFly website." +msgstr "" + +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +#: packages/shared/src/UI/contexts/components/InjectedDialog.tsx +msgid "Dismiss" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/index.tsx +msgid "Display Snapshot proposals on the X of the respective project or protocol." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/index.tsx +msgid "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/index.tsx +msgid "Display specific information of Gitcoin projects, donate to a project directly on social media." +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +msgid "Display the following address on your Web3 profile page and use it to receive tips." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PageInspector.tsx +msgid "Do you need to paste encrypted content manually?" +msgstr "" + +#. placeholder {0}: file.name +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Do you want to delete file <0>{0}" +msgstr "" + +#. placeholder {0}: selectedAccount?.identifier.userId +#. placeholder {1}: currentPersona.nickname +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Do you want to remove the verified association between the X account @<0>{0} and {1}?" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Domain" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/PluginEntryRender.tsx +msgid "Domain Request" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Don't forget to pin Mask Network in the browser toolbar to access Web3 easily." +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx +msgid "Don't see your NFT?" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Donate" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/shared/src/hooks/useSnackbarCallback.tsx +#: packages/shared/src/hooks/useSnackbarCallback.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Done" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +#: packages/mask/dashboard/components/GoogleDriveFileTable.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +msgid "Download" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +msgid "Download Backup" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Download https://mask.io to try more powerful tools on Twitter." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +msgid "Download report" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Download the {name} Wallet here" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Downloading" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Drag & Drop your file here" +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/PluginHeader.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/PluginDescriptor.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "DSearch" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +#: packages/shared/src/UI/modals/ImageEditor/ImageEditor.tsx +msgid "Edit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "Edit Contact" +msgstr "" + +#: packages/plugins/Avatar/src/Application/RouterDialog.tsx +msgid "Edit Profile" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Editor" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +msgid "eg: X accounts, persona public keys, wallet addresses or ENS" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Eligible to claim" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Email" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Email verification code" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "Empty" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/CompositionUI.tsx +msgid "Enable auto paste" +msgstr "" + +#: packages/shared/src/UI/components/PluginEnableBoundary/index.tsx +msgid "Enable plugin" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Enable the {name} Wallet extension and disable other wallet extensions" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx +msgid "Enable the plugin" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/CompositionUI.tsx +#: packages/shared/src/UI/components/CompositionDialog/CompositionUI.tsx +msgid "Encrypt" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Encrypt the message in an image" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/Composition.tsx +msgid "Encrypted Post" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Encrypting your **data**" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Encryption Method" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "End date" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "Ended {relativeEndTime}" +msgstr "" + +#. placeholder {0}: format(endTime, 'MM-dd-yyyy HH:mm') +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Ended on <0>{0}" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "Ends in {relativeEndTime}" +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/index.tsx +msgid "ENS" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +msgid "Ens or Address(0x)" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "ENS or Wallet Address" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Enter a gas limit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Enter a gas price" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Enter a max fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Enter a max priority fee" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Enter Amount Each" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Enter an amount" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts +msgid "Enter an Amount" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Enter gas limit" +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "Enter Max spend limit" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Enter Number of Winners" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx +msgid "Enter Payment Password" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Enter Total Amount" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Entered passwords are inconsistent." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Equal Amount" +msgstr "" + +#. placeholder {0}: rejection.message +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +msgid "Error: {0}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +msgid "Ethereum {HD_PATH_WITHOUT_INDEX_ETHEREUM}" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/CalendarContent.tsx +msgid "Events" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Everyone" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/SelectProvider.tsx +msgid "EVM" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "EVM Chains only" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Example: Alice" +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Exceeded the maximum file size of {fileSize}." +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "Exchange" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx +msgid "Experience in X" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "Expired" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +msgid "Explore multi-chain dApps." +msgstr "" + +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Export" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Failed" +msgstr "" + +#. placeholder {0}: message.action +#: packages/shared/src/UI/translate.ts +msgid "Failed to {0} NFT contract." +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Failed to add the wallet, please try again." +msgstr "" + +#: build/bundled/51.js +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "Failed to authorize Google Drive. Please try again." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Failed to bridge" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to claim Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Failed to confirm" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to create Lucky Drop." +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Failed to create theme." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptPostFailed.tsx +msgid "Failed to decrypt." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Failed to delete, please try again." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Failed to deposit {0}." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to deposit token." +msgstr "" + +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Failed to disconnect wallet" +msgstr "" + +#. placeholder {0}: (err as Error).message +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Failed to download and merge the backup: {0}" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "Failed to download image" +msgstr "" + +#: build/bundled/198.js +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Failed to get permissions" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +msgid "Failed to get quote information" +msgstr "" + +#. placeholder {0}: token.symbol ?? token.name ?? 'Token' +#: packages/shared/src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx +msgid "Failed to load {0}. Click to retry." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to refund Lucky Drop." +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Failed to report spam." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "Failed to restore the backup from Google Drive to your browser. Please try again." +msgstr "" + +#. placeholder {0}: (err as Error).message +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Failed to restore the backup: {0}" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to revoke token contract." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "Failed to save file" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Failed to save network" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "Failed to save the file. Please try again." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to send token." +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Failed to set Avatar." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to swap" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to transfer NFT." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Failed to transfer token: {message}" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to unlock NFT contract." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to unlock token contract." +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Failed to upload file" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Failed to withdraw {0}." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Fake Token" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "FAQ&Tutorial" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Fast" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx +msgid "Fastest" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Feedback" +msgstr "" + +#: packages/plugins/Transak/src/SiteAdaptor/index.tsx +msgid "Fiat On-Ramp" +msgstr "" + +#: packages/plugins/Transak/src/SiteAdaptor/index.tsx +msgid "Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support." +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "File" +msgstr "" + +#. placeholder {0}: file.name +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File {0} deleted." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File delete" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File delete failed" +msgstr "" + +#. placeholder {0}: file.key +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/DisplayingFile.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/SelectableFile.tsx +msgid "File Key: <0>{0}" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File name must between 3 to 20 characters." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "File saved" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/index.tsx +msgid "File Service" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Find Mask Network in the extension list and click the <0/> button." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Firefly" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Floor price" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Floor Price" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/SocialBadges/LensList.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialListItem.tsx +msgid "Follow" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "Follow @masknetwork (mask.io) to claim NFT lucky drops." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "Follow @masknetwork for Web3 updates and insights." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/index.tsx +msgid "Follow @masknetwork to explore Web3." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +msgid "Follow Lens handle" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/ConnectButton.tsx +msgid "Follow Now" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/modals/SelectLanguageModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Follow System" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Follow User" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "Followers" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/SocialBadges/LensList.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialListItem.tsx +msgid "Following" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "Followings" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Forgot payment password?" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/ActivityCard.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OfferCard.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "From" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "from <0>{fromAddress}" +msgstr "" + +#. placeholder {0}: transaction.formattedTransaction.popup.method +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "Function: {0}" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Functions that can suspend trading" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Functions with retrievable ownership" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "funding received" +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +#: packages/mask/popups/modals/GasSettingModal/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +msgid "Gas Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/index.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/index.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSettingModal.tsx +msgid "Gas fee settings" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/index.tsx +msgid "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Gas Limit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Gas Limit (Units)" +msgstr "" + +#. placeholder {0}: String(minGasLimit) +#. placeholder {0}: minGasLimit.toFixed() +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Gas limit must be at least {0}" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Gas limit must be bigger than {minGas}." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Gas limit must be smaller than {maxGas}." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Gas limit should be between {minGasLimit} and 15.00M" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas limit too low will cause the transaction to fail." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Gas Price" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Gas Price (GWEI)" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas price is higher than necessary. You may pay more than needed." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Gas price is too low and will cause the transaction fail" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas price is too low for network conditions." +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas price must be greater than 0 Gwei." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Gas price should be greater than 0" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Gas Used (Units)" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "General" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "General user" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Generate a new persona" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Generate a new wallet address" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Generating your **accounts**" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Get optimized search results when you're looking for a token." +msgstr "" + +#: packages/plugins/Tips/src/SiteAdaptor/index.tsx +msgid "Gift crypto or NFTs tips to any <0>Next.ID verified users on social media." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/index.tsx +msgid "Gift crypto or NFTs to any users, first come, first served." +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/index.tsx +msgid "Gitcoin" +msgstr "" + +#. placeholder {0}: contract?.symbol || '' +#. placeholder {0}: token?.symbol || '' +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +msgid "Give permission to access <0/> your {0}?" +msgstr "" + +#: packages/plugins/VCent/src/SiteAdaptor/TweetDialog.tsx +msgid "Go" +msgstr "" + +#: packages/shared/src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx +msgid "Go to Settings" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/index.tsx +msgid "Google Drive" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +msgid "Got it" +msgstr "" + +#. placeholder {0}: token.symbol +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Grant access to your {0} for the Lucky Drop Smart contract. You only have to do this once per token." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Gwei" +msgstr "" + +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "GWEI" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Hash" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/index.tsx +msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." +msgstr "" + +#: packages/mask/content-script/site-adaptors/twitter.com/injection/PostDialogHint.tsx +msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "Hi friends, I just created {token} Lucky Drop. Download Mask.io to claim." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "" +"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n" +"\n" +"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +msgstr "" + +#: build/bundled/101.js +msgid "" +"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" +"\n" +"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +msgstr "" + +#. placeholder {0}: promote.amount +#. placeholder {1}: promote.symbol +#. placeholder {2}: promote.chain +#. placeholder {3}: promote.account +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Hi friends, I just deposit {0} {1} on {2}. Follow @{3} to find more staking projects." +msgstr "" + +#. placeholder {0}: promote.amount +#. placeholder {1}: promote.symbol +#. placeholder {2}: promote.chain +#. placeholder {3}: promote.account +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Hi friends, I just withdrew my deposit {0} {1} on {2}. Follow @{3} to find more staking projects." +msgstr "" + +#. placeholder {0}: asset.symbol +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Hide {0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Hide {name}" +msgstr "" + +#: packages/mask/popups/components/MnemonicDisplay/index.tsx +msgid "Hide mnemonic words" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/AssetsList/MoreBar.tsx +msgid "Hide tokens with value less than $1" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/HidingScamTx.tsx +msgid "Hiding Scam Transactions" +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "High" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/constants.tsx +msgid "High Risk" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Highest Price" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/index.tsx +msgid "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "History" +msgstr "" + +#. placeholder {0}: tokenQuantity ? `${tokenQuantity}+` : 'any' +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Holding {0}" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Holding NFT" +msgstr "" + +#. placeholder {0}: provider.name +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "How to use {0} Wallet?" +msgstr "" + +#. placeholder {0}: shareTextOption.sender +#. placeholder {1}: shareTextOption.network +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +msgid "I just claimed a lucky drop from @{0} on {1} network." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "I just claimed a lucky drop from @{sender} on Solana." +msgstr "" + +#. placeholder {0}: tokenDetail.symbol +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +msgid "" +"I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n" +" Install https://mask.io to explore more airdrop activities." +msgstr "" + +#. placeholder {0}: project.name +#. placeholder {1}: price.toFixed() +#. placeholder {2}: token?.symbol || '' +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Install @masknetwork to get yours." +msgstr "" + +#. placeholder {0}: project.name +#. placeholder {1}: price.toFixed() +#. placeholder {2}: token?.symbol || '' +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Welcome to join." +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "I just replaced Twitter X logo with the original blue bird one with Mask Network extension." +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." +msgstr "" + +#. placeholder {0}: token?.symbol ? 'namedToken' : 'token' +#. placeholder {1}: token?.symbol || '' +#. placeholder {2}: recipientName ? 'name' : 'address' +#. placeholder {3}: recipientName || recipientAddress +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "" +"I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}\n" +"\n" +"Install https://mask.io/download-links to send your first tip." +msgstr "" + +#. placeholder {0}: recipientName ? 'name' : 'address' +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "" +"I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}\n" +"\n" +"Install https://mask.io/download-links to send your first tip." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "I wrote down those words in the correct order" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Identical" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "Identity ID" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Image" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Image copied!" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/FungibleTokenItem.tsx +msgid "Import" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx +msgid "Import NFT" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +msgid "Import Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Import Wallets" +msgstr "" + +#: packages/mask/popups/components/WalletItem/index.tsx +msgid "Imported" +msgstr "" + +#: packages/mask/popups/modals/WalletGroupModal/index.tsx +msgid "Imported Wallets" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "" +"In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\n" +"The actual cost may be lower\n" +"than estimated, and any unused funds will remain in the original address." +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." +msgstr "" + +#: packages/mask/dashboard/hooks/useBackupFormState.ts +msgid "Incorrect Backup Password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Incorrect backup password." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Incorrect Backup Password." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Incorrect cloud backup password, please try again." +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/index.tsx +msgid "Incorrect contract address." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Incorrect Keystore Password." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Incorrect Mnemonic Words." +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Incorrect password" +msgstr "" + +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +msgid "Incorrect Password" +msgstr "" + +#: packages/mask/popups/modals/ShowPrivateKeyModal/index.tsx +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +msgid "Incorrect Payment Password." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx +msgid "Incorrect Private Key" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Phrase.tsx +msgid "Incorrect recovery phrase." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +#: packages/mask/popups/modals/AddContactModal/index.tsx +msgid "Incorrect wallet address." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Incorrect words selected. Please try again!" +msgstr "" + +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Info" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "Information" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Infos" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Input amount is below the minimum amount" +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +msgid "Input contract address" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreFromPrivateKey.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx +msgid "Input your Private Key" +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +msgid "Instant" +msgstr "" + +#. placeholder {0}: token?.symbol +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Insufficient {0} Balance" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts +msgid "Insufficient {symbol} Balance" +msgstr "" + +#. placeholder {0}: isDeposit ? protocol.bareToken.symbol : protocol.stakeToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Insufficient ${0} balance" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +#: packages/plugins/Tips/src/contexts/Tip/useTipValidate.ts +msgid "Insufficient balance" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Insufficient Balance" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Insufficient Balance for Gas Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Insufficient funds for gas." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Invalid Block Explorer URL." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Invalid email address." +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Invalid file type" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +msgid "Invalid Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Invalid number" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Invalid RPC URL." +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useSlippageToleranceSchema.ts +msgid "Invalid slippage tolerance." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Invalid verification code." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "IPFS" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Issued at" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/HistoryDetail.tsx +msgid "It remains unclaimed." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Items" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileSpaceHeader.tsx +msgid "Join" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Just Me" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Just Selected Contacts" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Kept safely" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Keystore" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +msgid "Keystore password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Lack of number, letter or special character." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Language" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Leave blank to allow any amount; enter a number to set a minimum holding requirement." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Lens" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Lens Follow" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Lens Unfollow" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Library:" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "License:" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Lido Exchange Rate" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Light" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Likely in < {estimateSecond} seconds" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Link" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Listed" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialogContent.tsx +#: packages/plugins/CyberConnect/src/SiteAdaptor/FollowersPage.tsx +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/FailedTrendingView.tsx +#: packages/shared/src/UI/components/ReloadStatus/index.tsx +msgid "Load failed" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OffersList.tsx +msgid "Load More" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Load Network" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/popups/pages/Friends/Home/UI.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileView.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewSkeleton.tsx +#: packages/shared/src/UI/components/LoadingStatus/index.tsx +msgid "Loading" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +msgid "Loading account information..." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +msgid "Loading failed due to Snapshot API service breakdown." +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTBadge.tsx +msgid "Loading..." +msgstr "" + +#: packages/shared/src/UI/components/PluginCardFrame/index.tsx +msgid "Loading...." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Local Backup" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +msgid "Locale Backup" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +msgid "Lock Wallet" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Log out" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "Logout" +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Logout failed" +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Logout successfully" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Low" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/constants.tsx +msgid "Low Risk" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "Lucky Drop" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Lucky Drop claimed." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Lucky Drop refunded." +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Lucky drop with {0} created." +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Lucky Drop with {0} refunded." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Make another Bridge" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Make another Swap" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Make It Encrypted" +msgstr "" + +#: packages/mask/popups/modals/ChooseNetworkModal/index.tsx +#: packages/mask/popups/pages/Wallet/NetworkManagement/index.tsx +msgid "Manage Network" +msgstr "" + +#: packages/mask/popups/modals/SupportedSitesModal/index.tsx +msgid "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." +msgstr "" + +#: packages/shared/src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx +msgid "Manage Token List" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Market Cap" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Mask Community $ARB Giveaway" +msgstr "" + +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +msgid "Mask needs the following permissions" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PostDialogHint.tsx +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +msgid "Mask Network" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "Mask Network Cloud" +msgstr "" + +#: packages/shared/src/UI/components/GrantPermission/index.tsx +msgid "Mask Network requires the permission of following websites before using it." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PermissionBoundary.tsx +msgid "Mask Network requires you to authorize the following websites before using it." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Max" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "MAX" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx +msgid "Max amount" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Max base fee" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Max base fee should be greater than 0" +msgstr "" + +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max fee" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Max Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Max Fee (GWEI)" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max fee cannot be lower than max priority fee" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max fee cannot be lower than max priority fee." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +msgid "Max fee is higher than necessary" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max fee is higher than necessary." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max fee is too low for network conditions." +msgstr "" + +#. placeholder {0}: formatWeiToGwei(miniumMaxFeePerGas).toFixed(2, BigNumber.ROUND_UP) +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Max fee should be greater than base fee of {0} Gwei." +msgstr "" + +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max priority fee" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Max Priority Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max priority fee is higher than necessary. You may pay more than needed." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Max priority fee is too high for network conditions." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +msgid "Max priority fee is too low for network conditions" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max priority fee is too low for network conditions." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max priority fee must be greater than 0 GWEI" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max priority fee must be greater than 0 Gwei." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "May be a honeypot." +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Medium" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/constants.tsx +msgid "Medium Risk" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Merge Completed" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "Merge data to local database" +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveFileTable.tsx +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Merge to Browser" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/MessageInput.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +msgid "Message" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "Method" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Minimum received" +msgstr "" + +#. placeholder {0}: token.symbol +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Minimum withdraw amount is {MINIMUM_AMOUNT} {0}" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Mint Address" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Mint function" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token." +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Minted:" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts +msgid "Missing dex contract address" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Mnemonic" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx +msgid "Mnemonic word" +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "More" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "More Details" +msgstr "" + +#. placeholder {0}: asset.data.source === SourceType.NFTScan ? resolveSourceTypeName(asset.data.source) : 'platform' +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialogContent.tsx +msgid "More on {0}" +msgstr "" + +#. placeholder {0}: String(currentMessageIndex + 1) +#. placeholder {1}: String(totalMessages) +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "Multiple transaction requests {0} / {1}" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "My vote" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ClaimRecord.tsx +msgid "My wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "My Wallets" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "N/A" +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +msgid "Name" +msgstr "" + +#: build/entry/popups.js +#: packages/mask/popups/components/TokenPicker/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/index.tsx +msgid "Name or Contract address e.g. USDC or 0x234..." +msgstr "" + +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "Name or contract address eg. PUNK or 0x234..." +msgstr "" + +#: packages/mask/popups/modals/ChooseNetworkModal/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network added" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx +msgid "Network error or execute smart contract failed." +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Network error or user cancels the process." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useUnfollow.ts +msgid "Network error, try again" +msgstr "" + +#. placeholder {0}: error.message +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +msgid "Network error, try again: {0}" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Network fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network Name" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network removed." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network saved" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Never share 12-word secret mnemonic with anyone!" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Never share the 12-word secret mnemonic words with anyone!" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "New Logo" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +msgid "New password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +msgid "New password cannot be the same as your current password." +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "New Payment Password" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/CalendarContent.tsx +msgid "News" +msgstr "" + +#: packages/mask/content-script/components/GuideStep/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Next" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +msgid "Next.ID" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "NFT" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +msgid "NFT Avatar Setting" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "NFT collection" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialog.tsx +msgid "NFT Details" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "NFT Holder" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +msgid "NFT is not minted yet." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "NFT Lucky Drop claimed." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "NFT Lucky Drop created." +msgstr "" + +#: packages/plugins/Avatar/src/Application/RouterDialog.tsx +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatarButton.tsx +msgid "NFT PFP" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +#: packages/mask/popups/pages/Wallet/components/WalletAssets/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "NFTs" +msgstr "" + +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +msgid "NFTs added" +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "NFTs Profile" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/index.tsx +msgid "No activities found." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No Airdrop Scam" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No anti_whale(Unlimited number of transactions)" +msgstr "" + +#: packages/plugins/Tips/src/components/NFTSection/index.tsx +msgid "No any collectible is available for preview. Please add your collectible here." +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "No approved contract records." +msgstr "" + +#: packages/mask/popups/pages/Friends/Detail/UI.tsx +msgid "No associated accounts" +msgstr "" + +#: packages/mask/popups/components/WalletSettingList/index.tsx +msgid "No associated wallet. <0>Add Wallet." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "No back up" +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveFileTable.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "No backups found" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No blacklist" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No codes found to suspend trading." +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/shared/src/UI/components/CollectibleList/CollectibleList.tsx +msgid "No collectible found." +msgstr "" + +#: packages/mask/popups/pages/Friends/Contacts/index.tsx +msgid "No contacts stored locally, you can try searching." +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/components/EventList.tsx +#: packages/plugins/Calendar/src/SiteAdaptor/components/NewsList.tsx +msgid "No content for the last two weeks." +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +#: packages/shared/src/UI/components/EmptyStatus/index.tsx +msgid "No Data" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +msgid "No deposit protocols found." +msgstr "" + +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +msgid "No Enough Gas Fee" +msgstr "" + +#: packages/plugins/Tips/src/contexts/Tip/useTipValidate.ts +msgid "No Enough Gas Fees" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "No followers." +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "No following friends." +msgstr "" + +#: packages/mask/content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +msgid "No friends are stored locally, please try search one." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No function found that retrieves ownership" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/PriceCard.tsx +msgid "No Listings" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "No local key" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/History.tsx +msgid "No Lucky Drops claimed" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/History.tsx +msgid "No Lucky Drops created. Select 🎁 when you compose a post to start your first drop." +msgstr "" + +#: packages/mask/popups/components/TokenPicker/index.tsx +msgid "No matched tokens" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No mint function" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/components/EventList.tsx +#: packages/plugins/Calendar/src/SiteAdaptor/components/NewsList.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/History.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/index.tsx +msgid "No more data available." +msgstr "" + +#: packages/mask/popups/components/NFTAvatarPicker/CollectionList.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +msgid "No NFTs found." +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "No past rounds found." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "No power" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No proxy" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx +msgid "No recent transactions" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipients.tsx +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/components/CountryCodePicker/index.tsx +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "No results" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +msgid "No results found" +msgstr "" + +#: packages/mask/popups/pages/Friends/SearchList/index.tsx +msgid "No search results" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "No valid wallet detected. Please connect wallet or verify wallet firstly." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +msgid "No verified account found here." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +msgid "No votes" +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "No wallet selected." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ConnectedSites/index.tsx +msgid "No websites connected to this wallet" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No whitelist" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Nonce" +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Not connected" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletHeader/UI.tsx +msgid "Not Connected" +msgstr "" + +#: packages/plugins/Avatar/src/Application/PersonaItem.tsx +msgid "Not current account. Please switch to this account to set up NFTs Profile." +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Not enough data to present." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Not found your {providerType} wallet" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Not set" +msgstr "" + +#: packages/mask/popups/components/NFTAvatarPicker/CollectionList.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +msgid "Not supported yet." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/DefaultPlaceholder.tsx +msgid "Note: Scams detections might not be 100% guaranteed." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +msgid "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +msgid "Offers" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/shared/src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx +msgid "OK" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "Okay" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "Old Payment Password" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "on {fromNetworkName}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "on {toNetworkName}" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Only TypedMessageText is supported currently." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx +msgid "Only visible to yourself" +msgstr "" + +#. placeholder {0}: formatWithCommas(snapshot) +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Oops, it seems you don't have any voting power at block {0}. <0>Learn more" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileView.tsx +msgid "Oops, we can't find any results." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Open" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Open in a new tab" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Open Mask Wallet" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +#: packages/shared/src/UI/wallet/DeriveWalletTable.tsx +msgid "Operation" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Optimize search results with token names, NFT collections, ENS domains or wallet addresses." +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/index.tsx +msgid "Optimize the display of search results about ENS in social media." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "or" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Or" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +msgid "Or create a new wallet group" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "or Holding NFT" +msgstr "" + +#. placeholder {0}: author.userId +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/authorDifferentMessage.tsx +msgid "Originally posted by {0}" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +msgid "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Overall Best" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Owner can change balance" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Owner can't change balance" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Owner changed." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Owners" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +msgid "Pair" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Password" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "Past rounds" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Paste manually" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +msgid "Paused" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +#: packages/mask/popups/modals/ShowPrivateKeyModal/index.tsx +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Payment Password" +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "Payment password changed." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/hooks/usePasswordForm.ts +#: packages/mask/popups/pages/Wallet/hooks/usePasswordForm.ts +msgid "Payment password must be 6 to 20 characters." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Payment password set." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Payment Password should be between 6 and 20 characters." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "Payment password stored locally and you could try as many as you want to unlock your wallet." +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/shared/src/UI/components/WalletStatusBar/WalletDescription.tsx +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Pending" +msgstr "" + +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +msgid "Permissions" +msgstr "" + +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +msgid "Permissions List" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +#: packages/shared/src/UI/modals/PersonaSelectPanelModal/PersonaSelectPanelDialog.tsx +msgid "Persona" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Persona already exists." +msgstr "" + +#: packages/mask/dashboard/pages/SignUp/steps/PersonaRecovery.tsx +msgid "Persona created." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Persona Name" +msgstr "" + +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +msgid "Persona name must between 1 to 24 characters." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Persona Recovery Phrase" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Persona required." +msgstr "" + +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +msgid "Persona Sign" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "Persona: {personaName}" +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "Personas" +msgstr "" + +#: packages/shared/src/UI/components/PhoneNumberField/index.tsx +msgid "Phone Number" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx +msgid "Pin Mask Network to the toolbar for easier access:" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Pinned successfully." +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +msgid "Platform" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Please check ToS document" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Please click Browse Files button to select files to upload." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/index.tsx +#: packages/mask/content-script/site-adaptors/facebook.com/injection/Composition.tsx +msgid "Please click the \"Post\" button to open the compose dialog." +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please connect {0} and send a proof post before using dApps." +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please connect {0} before using dApps." +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/index.tsx +msgid "Please connect wallet" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Please connect wallet to check if you are eligible to claim $ARB." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please connect your persona" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please connect your wallet" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Please copy the following text and image (if there is one) and publish it." +msgstr "" + +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please create a persona and verify your account to use this." +msgstr "" + +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +msgid "Please create a Persona and verify your account to use this." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please create a persona for accessing Dapps." +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "Please create your persona to use Web3 Profile." +msgstr "" + +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Please enter backup password to export persona private key." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Please enter cloud backup password to download file." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Please enter the correct mnemonic words, private key, or upload the correct keystore file." +msgstr "" + +#: build/bundled/120.js +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SearchBox.tsx +msgid "Please enter token contract address." +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Please enter your backup password." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Please install your metamask wallet and set up your first wallet." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +msgid "Please select the appropriate method to restore your personal data." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Please select the correct words in the correct order." +msgstr "" + +#: packages/shared/src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx +msgid "Please select the wallet to activate the function after saving the settings." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Please set the backup password to back up" +msgstr "" + +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Please set up backup password to export private key." +msgstr "" + +#: packages/mask/popups/modals/WalletAutoLockSettingModal/index.tsx +msgid "Please set up the amount of time before we automatically lock your wallet." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Please sign up or login {siteName} to connect Mask Network." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Please switch to <0>@{expectAccount} to continue the account verification progress." +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Please switch to this network in the mobile application wallet you are connected to." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Please try again if you failed to vote." +msgstr "" + +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please verify the current persona with a social media account before using dApps." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please verify your social account" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Please write down or copy these words and save them in a secure place." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Please write down the following words in correct order. Keep it safe and do not share with anyone!" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx +msgid "Plugin switch" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/CompositionUI.tsx +#: packages/shared/src/UI/components/CompositionDialog/CompositionUI.tsx +msgid "Plugins" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/index.tsx +msgid "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Post content:" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDescriptor.tsx +msgid "Powered by" +msgstr "" + +#. placeholder {0}: providerMap[tab] +#: packages/plugins/Calendar/src/SiteAdaptor/components/Footer.tsx +msgid "Powered By {0}" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "Powered by <0>Go+" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/index.tsx +msgid "Powered by <0>Mask Network" +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/PluginHeader.tsx +msgid "Powered by <0>Mask Network<1><2/>" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "Powered by <0>Scamsniffer" +msgstr "" + +#: packages/plugins/CrossChainBridge/src/SiteAdaptor/components/BridgeStack.tsx +msgid "Powered by Celer Network. Support $MASK!" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +msgid "Previous" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Previous follow transaction is in processing, please wait and try again." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Previous unfollow transaction is in processing, please wait and try again." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "Price" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Price per mint" +msgstr "" + +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Price Statistic" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Price:" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Priority fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Priority Fee (GWEI)" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Priority fee should be greater than 0." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Privacy Policy" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Private" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Private Key" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Processing Deposit" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Processing Withdrawal" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Profile Photo" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +msgid "Progress" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "Project details" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/PropertiesCard.tsx +msgid "Properties" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +msgid "Proposal" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/index.tsx +msgid "Provide you with fast, reliable and convenient security services." +msgstr "" + +#. placeholder {0}: i18n(plugin.name) +#: packages/shared/src/UI/components/CompositionDialog/BadgeRenderer.tsx +msgid "Provided by plugin \"{0}\"" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Proxy contract" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "Public Key: <0>{publicKey}" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Purchase" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Purchasing...." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Quote expired. Update to receive a new quote." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Quote route" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Quote Route" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Random" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Random Amount" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "Rank" +msgstr "" + +#. placeholder {0}: result.rank?.toString() ?? coin.market_cap_rank?.toString() ?? '' +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Rank #{0}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Rate" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Re-enter" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx +#: packages/mask/popups/pages/Wallet/Receive/index.tsx +msgid "Receive" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Recommended dimensions: 1016 × 672 px" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "Recover" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +msgid "Recover your data" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Recover your wallet" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +msgid "Recovery" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +msgid "Recovery Phrase" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Refresh" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +msgid "Refund" +msgstr "" + +#. placeholder {0}: formatBalance(remain.toString(), tokenDecimals, { significant: 2, isPrecise: true }) +#: packages/plugins/RedPacket/src/SiteAdaptor/hooks/useRefundCallback.tsx +msgid "Refund {0} {tokenSymbol} Successfully" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Refund Lucky drop" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Refund your expired Lucky Drop." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "Refunded" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +msgid "Refunding" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "Reject {totalMessages} Transactions" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +#: packages/shared/src/UI/components/ReloadStatus/index.tsx +msgid "Reload" +msgstr "" + +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/index.tsx +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Remove" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/index.tsx +msgid "Remove Wallet" +msgstr "" + +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/Derive.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/Rename.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/Rename.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +#: packages/plugins/FileService/src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx +msgid "Rename" +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Report NFT Scam Contract?" +msgstr "" + +#: packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx +msgid "Report on GitHub" +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Report Spam" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request ID" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request is valid not after" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request is valid not before" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request Source" +msgstr "" + +#: build/bundled/111.js +#: build/bundled/111.js +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/useFinanceFeeds.ts +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/useSocialFeeds.ts +msgid "Request timed out" +msgstr "" + +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +msgid "Request timed out." +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Requesting Connection" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Reselect" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Resend" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Reset" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "Reset Wallet" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Resource" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Restore" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Restore backup failed." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Restore Completed" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Restore Database" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Restore Failed" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Restore from a previous database backup" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Restore or Login" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +msgid "Results" +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Retry" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "Revoke" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Revoke the approval for {0}." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Revoke the approval for token" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Revoke Token" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "Revoking" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Risk Warning" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "rounds" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "RPC URL" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/index.tsx +msgid "Safety Warning" +msgstr "" + +#. placeholder {0}: formatDateTime(endDate, 'yyyy-MM-dd HH:mm:ss') +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +msgid "Sale ends in {0}" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +#: packages/shared/src/UI/modals/ImageEditor/ImageEditor.tsx +msgid "Save" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Saving" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/index.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsDialog.tsx +msgid "Savings" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "Scam tx" +msgstr "" + +#: build/bundled/143.js +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "Scam Warning" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Receive/index.tsx +msgid "Scan QR code to receive payment" +msgstr "" + +#: packages/mask/popups/pages/Personas/WalletConnect/index.tsx +msgid "Scan QR code with WalletConnect-compatible wallet" +msgstr "" + +#: packages/shared/src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx +msgid "Scan the QR code with a WalletConnect-compatible wallet" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SearchBox.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Search" +msgstr "" + +#: packages/shared/src/UI/components/CountryCodePicker/index.tsx +msgid "Search Area" +msgstr "" + +#: packages/mask/popups/pages/Friends/Search/index.tsx +msgid "Search Next.ID, X, Lens, ENS or Address" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Search with an ENS domain or wallet address to get optimized results." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Search with the name of an NFT collection or its symbol to get optimized results." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "Security Detection" +msgstr "" + +#: packages/mask/popups/pages/Trader/useImplementRuntime.tsx +#: packages/shared/src/UI/components/SelectTokenChip/index.tsx +#: packages/shared/src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx +msgid "Select" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/shared/src/UI/components/FungibleTokenInput/UI.tsx +msgid "Select a token" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Select a Token" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +msgid "Select Address" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Select All" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Select an NFT Contract" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Select an NFT Contract Operator" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Select an NFT Contract Owner" +msgstr "" + +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +msgid "Select and Connect to your wallet" +msgstr "" + +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "Select Collection" +msgstr "" + +#: packages/mask/popups/modals/SelectLanguageModal/index.tsx +msgid "Select language" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Select liquidity" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Select Liquidity" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/CollectionSelectPanel.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Select NFTs" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "Select the wallet(s) to use on this site. You should not connect to website you don't trust." +msgstr "" + +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +msgid "Select Wallet" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Selecting NFTs" +msgstr "" + +#. placeholder {0}: percentageToNumber(info.sell_tax) +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Sell Tax: {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/mask/popups/components/TransactionPreview/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/components/AssetsManagement/Collection.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Send" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Send {0}" +msgstr "" + +#: packages/plugins/Tips/src/SiteAdaptor/components/TipsRealmContent/index.tsx +msgid "Send authors tips by using Mask Network's Tips function." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Sending" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Sending address" +msgstr "" + +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "Sending..." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Sent" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Sent verification post successfully." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Service Agreement" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +msgid "Set NFT Avatar" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "Set NFT NFT Background" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "Set NFT PFP" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTInfo.tsx +msgid "Set NFT PFPs" +msgstr "" + +#: packages/mask/content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx +msgid "Set NFT Photo" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Set Payment Password" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Set payment password successfully." +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTInfo.tsx +msgid "Set up NFT PFP successfully" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +msgid "Set up wallet for displaying Web3 footprints and receiving tips on each social media account." +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/index.tsx +msgid "Set your NFT as profile picture with exclusive aura." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Set Your Payment Password" +msgstr "" + +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Set Your Persona Name" +msgstr "" + +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Set your persona name with maximum length of 24 characters" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Settings" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +#: packages/shared/src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx +msgid "Share" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Share and recommend this feature after saving." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +msgid "Share with" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PageInspector.tsx +msgid "Show me how" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/AssetsList/MoreBar.tsx +msgid "Show tokens with value less than $1" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/mask/popups/pages/Personas/PersonaSignRequest/index.tsx +#: packages/mask/popups/pages/Wallet/Interaction/WalletSignRequest.tsx +msgid "Sign" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Sign-in Request" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Signature Request" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Signing ..." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Signing Message (Raw)" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Signing Message (Text)" +msgstr "" + +#: packages/plugins/ScamSniffer/src/SiteAdaptor/ScamAlert.tsx +msgid "Similar Project" +msgstr "" + +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +msgid "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." +msgstr "" + +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +msgid "Sites" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +msgid "size" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Size limit: 10 MB" +msgstr "" + +#: packages/mask/content-script/components/GuideStep/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Skip" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Slippage" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceSection.tsx +msgid "Slippage Tolerance" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Slow" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/PluginDescriptor.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileView.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Snapshot" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Social Account" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/index.tsx +msgid "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/SelectProvider.tsx +msgid "Solana" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/Collectible.tsx +msgid "Something went wrong!" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "Something went wrong." +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "Sorry, failed to save NFT Avatar. Please set again." +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Sorry, signature failed! Please try signing again." +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Sorry, you are not eligible to claim $ARB in this campaign." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/SpaceMenu.tsx +msgid "Space" +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "Spam" +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Spam reported." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/index.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Speed Up" +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +msgid "Spend limit requested by" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Spend more transaction fees to cancel the previous transaction." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Split Mode" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Start" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "Start date" +msgstr "" + +#. placeholder {0}: format(startTime, 'MM-dd-yyyy HH:mm') +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Start Time: <0>{0}" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "Starts {relativeStartTime}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "status" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Status" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "Stay on top of NFT trending information, hot projects, notable transactions, etc." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Step {step}/{step}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Step {step}/{totalSteps}" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Step 1/2" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Step 1/3" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Step 2/2" +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Success" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Successful" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "Suggest to send transactions and sign messages" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Support" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Support Identity code, private key, local backups or cloud backups to access your personal data." +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Support mnemonic phrase, private key or keystore file." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Supported contracts" +msgstr "" + +#. placeholder {0}: formatFileSize(MAX_FILE_SIZE) +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Supported formats: JPEG, PNG<0/> Size limit: {0}" +msgstr "" + +#: packages/mask/popups/modals/SupportedSitesModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Supported Sites" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/StartUp/index.tsx +msgid "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +#: packages/shared/src/UI/translate.ts +msgid "Swap" +msgstr "" + +#. placeholder {0}: protocol.bareToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Swap {0}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "Swap anyway" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +msgid "Swap Anyway" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Swap completed successfully." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Swap duration" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Swapping" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx +msgid "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/index.tsx +msgid "Switch between the classic Twitter logo and the new one." +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Switch Network" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "Switch other account" +msgstr "" + +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +msgid "Switch Persona" +msgstr "" + +#. placeholder {0}: expectedChainName ?? '' +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Switch to {0}" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +msgid "Switch to other accounts" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Switch to Polygon and Follow" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Switch Twitter Logo" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/index.tsx +msgid "Switch X Logo" +msgstr "" + +#: packages/mask/popups/components/MnemonicDisplay/index.tsx +msgid "Tap to view the mnemonic words <0/> Make sure no one is looking at your screen" +msgstr "" + +#: packages/mask/popups/components/PrivateKeyDisplay/index.tsx +msgid "Tap to view the private key <0/> Make sure no one is looking at your screen" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Tax can be modified" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Tax cannot be modified" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Tell friends what's happening..." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Text" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Text copied!" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "The [Check Security] dApp provides quick, reliable, and convenient Web3 security services." +msgstr "" + +#. placeholder {0}: isSwap ? 'swap' : 'bridge' +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "The {0} is in progress. You can check its status in History after exiting this page." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "The approval for this contract will be revoked in case of the amount is 0." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "The chainID is not equal to the currently connected one." +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +msgid "The contract address is incorrect or the collection does not belong to you." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is not known to be able to modify the balance of the token of other addresses." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "The current wallet does not hold a lens and cannot follow/unfollow" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "The custom amount entered may be higher than the required network fee." +msgstr "" + +#: build/bundled/176.js +#: build/bundled/51.js +#: build/bundled/91.js +#: packages/mask/dashboard/utils/api.ts +msgid "The download link is expired" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/PluginProviderRender.tsx +msgid "The following wallets are not installed or in conflict with others" +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "The input is not a single file." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +msgid "The Lucky Drop can't be sent due to data damage." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +msgid "The maximum number of NFTs to be sold in one collection lucky drop contract is 255." +msgstr "" + +#. placeholder {0}: formatBalance(1, token.decimals) +#. placeholder {1}: token.symbol +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "The minimum amount for each share is {0} {1}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "The mnemonic word has been copied, please keep it in a safe place." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "The mnemonic words has been copied, please keep it in a safe place." +msgstr "" + +#. placeholder {0}: match.nativeCurrency.symbol +#: packages/mask/popups/pages/Wallet/EditNetwork/useWarnings.ts +msgid "The network with chain ID {formChainId} may use a different currency symbol ({0}) than the one you have entered. Please check." +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "The new passwords don't match" +msgstr "" + +#. placeholder {0}: profile.identifier.userId +#: packages/mask/content-script/components/shared/SelectRecipients/ProfileInList.tsx +msgid "The Persona is connected to the account @${0}." +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/ProfileInList.tsx +msgid "The Persona is connected to the following accounts: {list}" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/ProfileInList.tsx +msgid "The Persona is not connected to any accounts." +msgstr "" + +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +msgid "The persona name already exists." +msgstr "" + +#: packages/plugins/Tips/src/contexts/Tip/useRecipientValidate.ts +msgid "The receiving address is a contract address. Please check again." +msgstr "" + +#: packages/plugins/Tips/src/contexts/Tip/useRecipientValidate.ts +msgid "The receiving address may be a malicious address." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "The RPC URL you have entered returned a different chain ID ({rpcChainId}). Please update the Chain ID to match the RPC URL of the network you are trying to add." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "The token approval revoked." +msgstr "" + +#. placeholder {0}: format(localTransaction.updatedAt, "HH:mm 'on' M/dd/yyyy") +#: packages/mask/popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts +msgid "The transaction was complete and has been recorded on blockchain at {0}" +msgstr "" + +#. placeholder {0}: format(localTransaction.createdAt, "HH:mm 'on' M/dd/yyyy") +#: packages/mask/popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts +msgid "The transaction was confirmed at {0}" +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "The user has not set this." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +msgid "The wallet address already exists." +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +msgid "The wallet name already exists." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "The web site can" +msgstr "" + +#. placeholder {0}: message.domain +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "The website ({messageOrigin}) is asking you to sign in to another domain ({0}). This may be a phishing attack." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "There was a network or RPC provider error, please try again later!" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/index.tsx +msgid "There's no feed associated with this address." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +msgid "This address is a contract address." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +msgid "This address may be a scam address." +msgstr "" + +#. placeholder {0}: String(token?.symbol) +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "This allows the third party to spend {value} {0} from your current balance." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." +msgstr "" + +#. placeholder {0}: duplicated.name +#: packages/mask/popups/pages/Wallet/EditNetwork/useWarnings.ts +msgid "This Chain ID is currently used by the {0} network. " +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing." +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +msgid "This ENS does not exist or not be resolved." +msgstr "" + +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." +msgstr "" + +#: packages/shared/src/UI/components/PluginEnableBoundary/index.tsx +msgid "This function has been turned off in the App settings. Enable plugins to fully access." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This is unlikely to be an airdrop scam. Many scams attract users through airdrops." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "This message contains a invalid EIP-4361 message. It is better to reject this request." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "This network name already exists" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +msgid "This NFT contract cannot be modified now." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/ActivitiesList.tsx +msgid "This NFT didn't have any activities." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OffersList.tsx +msgid "This NFT didn't have any offers." +msgstr "" + +#. placeholder {0}: lensAccount.operations.canFollow.reason +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "This profile can not be followed: {0}" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "This profile can not be followed." +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +msgid "This project is no longer active" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "This QR includes your identity, please keep it safely." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx +msgid "This QR includes your mnemonic words, please keep it safely." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "This request has been expired." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "This request may be a phishing attach. I understand this and want to continue." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "This request should only be sign in the future." +msgstr "" + +#. placeholder {0}: network.name +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "This RPC URL is currently used by the {0} network" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "This swap isn’t supported" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token contract has code that prevent selling. This might is a honeypot." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "This token has no risky or attention factors." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." +msgstr "" + +#: packages/mask/content-script/site-adaptors/twitter.com/customization/i18n.ts +msgid "This tweet is encrypted with #mask_io (@masknetwork). 📪🔑" +msgstr "" + +#: build/bundled/168.js +msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" +msgstr "" + +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +msgid "This wallet address has already been connected." +msgstr "" + +#. placeholder {0}: String(currentPersona?.nickname) +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "This wallet is connected to current persona {0}." +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "This will overwrite the existing cloud backup with the local data, this cannot be undo." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "Time" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Timestamp" +msgstr "" + +#: packages/plugins/Tips/src/components/TipDialog.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "Tips" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Tips/src/components/RecipientSection/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "To" +msgstr "" + +#. placeholder {0}: formatDomainName(domain) +#. placeholder {0}: formatEthereumAddress(toAddress, 4) +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "to {0}" +msgstr "" + +#. placeholder {0}: type === ActivityType.Mint ? Utils.formatAddress(activity.from?.address, 4) : activity.receive.nickname || (activity.receive.address ? Utils.formatAddress(activity.receive.address, 4) : '-') +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/ActivityCard.tsx +msgid "To <0>{0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "to <0>{toAddress}" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/index.tsx +msgid "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." +msgstr "" + +#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "To use Lido, you need to wait {0} days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "To verify your X account and record it on the NextID, please send this post for the verification." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "To verify your X account and record it on the NextID, you will need to send a post for the verification." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Token" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Token Address" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Token Contract Address" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Token ID" +msgstr "" + +#: build/bundled/67.js +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Token ID separated by comma, e.g. 1223,1224," +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +msgid "Token ID should be separated by comma, e.g. 1223,1224," +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "Token info" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Token Name" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Token now is hidden." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Token quantity greater than" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Token Standard" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Token unlocked" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Token Value" +msgstr "" + +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +#: packages/mask/popups/pages/Wallet/components/WalletAssets/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/index.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "Tokens" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Total amount" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Total cost" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Total NFTs" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Total Supply" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Total Volume" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Trading mode" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Trading route" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Trading Route" +msgstr "" + +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +msgid "Transaction" +msgstr "" + +#: packages/shared/src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx +msgid "Transaction Confirmed" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Transaction cost" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Transaction Details" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transaction failed" +msgstr "" + +#: packages/shared/src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx +msgid "Transaction Failed" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Transaction Fee" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transaction has been rejected!" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Transaction Hash" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx +msgid "Transaction history is only stored locally and will be deleted if you clear your browser data." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Transaction in progress. Thank you for your patience." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Transaction rejected" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/shared/src/UI/translate.ts +msgid "Transaction submitted." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Transaction type" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceForm.tsx +msgid "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Transfer {0} NFT." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transfer NFT" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transfer Token" +msgstr "" + +#. placeholder {0}: toNetwork?.fullName +#. placeholder {1}: tx.bridgeName +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Transferring asset across to the {0} network via the {1}cross-chain bridge" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "True Token" +msgstr "" + +#: packages/mask/content-script/components/GuideStep/index.tsx +msgid "Try" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Try Again" +msgstr "" + +#: packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx +msgid "Try to recover" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +msgid "Try token from different chains" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Trying exploring more features powered by Mask Network." +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +msgid "Two entered passwords are different." +msgstr "" + +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/hooks/usePasswordForm.ts +msgid "Two entered passwords are not the same." +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Tx Fee" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/ConnectButton.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Unfollow" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useUnfollow.ts +msgid "Unfollow lens handle" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "unique contributors" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Unknown EIP-4361 message version." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Unlikely to be a honeypot." +msgstr "" + +#: build/bundled/101.js +#: build/bundled/102.js +#: build/bundled/178.js +#: build/bundled/191.js +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "unlimited" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Unlisted" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Unlock" +msgstr "" + +#. placeholder {0}: token.symbol +#: packages/shared/src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx +msgid "Unlock {0}" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Unlock {0} NFT contract." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Unlock {0}." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Unlock NFT Contract" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Unlock token" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Unlock Token" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Unlocking {hasSymbolName}..." +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Unlocking ALL..." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "Unnamed" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Unpacking" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Unsupported data backup" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +msgid "Unsupported key store data" +msgstr "" + +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +msgid "Unsupported Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +msgid "Unsupported network type" +msgstr "" + +#. placeholder {0}: formatCurrency(formatWeiToGwei(option.suggestedMaxFeePerGas), '') +#: packages/shared/src/UI/components/SettingsBoard/GasOption.tsx +msgid "up to {0} Gwei" +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "Update NFT Avatar Success!" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +msgid "Update permission for X.com" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Update Quote" +msgstr "" + +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +msgid "Update X.com Permissions" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +msgid "Updated" +msgstr "" + +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +msgid "Updating Gas Fee…" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Upload backup" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Upload File" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Uploaded files" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Uploading" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "URLs require the appropriate HTTPS prefix." +msgstr "" + +#: packages/mask/content-script/site-adaptors/instagram.com/injection/NFT/ProfileNFTAvatar.tsx +msgid "Use NFT" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Use Persona to encrypt and decrypt social media posts & messages." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Use text encryption" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." +msgstr "" + +#: packages/plugins/VCent/src/SiteAdaptor/index.tsx +#: packages/plugins/VCent/src/SiteAdaptor/index.tsx +msgid "Valuables" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "value" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "Value" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Verification code has been sent to your email. Please check your mailbox." +msgstr "" + +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." +msgstr "" + +#. placeholder {0}: currentVerifiedBy.join(', ') +#. placeholder {0}: verifiedBy.join(', ') +#: packages/shared/src/UI/components/AssetsManagement/CollectibleItem.tsx +#: packages/shared/src/UI/components/AssetsManagement/Collection.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Verified by {0}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Verify" +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Verify {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts +msgid "Verify Account" +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +msgid "Verify your wallet" +msgstr "" + +#: packages/shared/src/UI/components/ConnectPersonaBoundary/index.tsx +msgid "Verify your X ID" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Version" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +#: packages/plugins/NextID/src/SiteAdaptor/VerificationPayload.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileSpaceHeader.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/SocialBadges/LensList.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialListItem.tsx +msgid "View" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "View full transaction details" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/plugins/Tips/src/components/RecipientSection/RecipientSelect.tsx +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +msgid "View on Explorer" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "View real-time crypto prices, market cap, trading volume, etc." +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "View your account balance and history" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "View your address" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "View your profile in firefly" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "View your Tokens and NFTs" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Visible To" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +msgid "Volume (24h)" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Vote" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +msgid "Votes" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Wait too long for the confirmation." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Waiting for {providerType}" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Waiting time" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Wallet" +msgstr "" + +#: packages/mask/popups/modals/WalletGroupModal/index.tsx +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +#: packages/shared/src/UI/modals/WalletStatusModal/WalletStatusDialog.tsx +msgid "Wallet Account" +msgstr "" + +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Wallet disconnected" +msgstr "" + +#. placeholder {0}: String(index + 1) +#: packages/mask/popups/modals/WalletGroupModal/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +msgid "Wallet Group #{0}" +msgstr "" + +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +msgid "Wallet name must between 3 to 18 characters." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Wallet request timed out" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/index.tsx +msgid "Wallet Settings" +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +#: packages/plugins/NextID/src/components/BindDialog.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +msgid "Wallet Sign" +msgstr "" + +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +msgid "Wallet sign cancelled." +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +msgid "Wallet sign failed." +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +msgid "Wallet sign succeeded." +msgstr "" + +#: packages/mask/popups/pages/Personas/WalletConnect/index.tsx +#: packages/shared/src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx +msgid "WalletConnect" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "We are not aware of any code that prevents the sale of tokens." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx +msgid "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "We recommend new Web3 users to keep [Check Security] open." +msgstr "" + +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/FileService/src/SiteAdaptor/index.tsx +msgid "Web3 File Service" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +msgid "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/PluginDescriptor.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/index.tsx +#: packages/shared/src/UI/components/PluginCardFrame/index.tsx +msgid "Web3 Profile" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/index.tsx +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/PluginDescriptor.tsx +msgid "Web3 Profile Card" +msgstr "" + +#: build/bundled/212.js +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Website" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Welcome Back" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Welcome to Mask Network" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Welcome to use Mask Network" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +msgid "What is Web3 File Service?" +msgstr "" + +#. placeholder {0}: nativeTokenDetailed?.symbol || 'ETH' +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +msgid "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of {0}. Please reduce the number of NFTs selected." +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "when you click Add Google Drive button,you will be forwarded to Google authorization pages." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Whitelist function" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +msgid "Who can claim" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "Who can claim?" +msgstr "" + +#: build/bundled/100.js +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Why I can't vote?" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Winners" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsDialog.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/SavingsRow.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Withdraw" +msgstr "" + +#. placeholder {0}: protocol.bareToken.symbol ?? '' +#. placeholder {0}: protocol.stakeToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Withdraw {0}" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Withdraw {0} for savings." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Withdraw token" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Write down mnemonic words" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Write down recovery phrase" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Wrong Network" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +msgid "You" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "You can claim the lucky drop by holding the required amount of any selected token." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "You can withdraw the remaining balance 24 hours after sending the lucky drop." +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "You canceled the request." +msgstr "" + +#. placeholder {0}: formatBalance(claimRecord.amount.toString(), token?.decimals, { significant: 2 }) +#. placeholder {0}: formatBalance(data.claimed_amount, token?.decimals, { significant: 2 }) +#. placeholder {1}: token?.symbol || '' +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "You claimed {0} ${1}." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "You claimed 1." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "You didn't approve {0}. Please do not set spending cap to 0 and try it again." +msgstr "" + +#. placeholder {0}: amount ?? '' +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "You have claimed {0} $ARB." +msgstr "" + +#. placeholder {0}: message.amount +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "You have donated {0} {1}" +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "You have set NFT PFP successfully." +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "You have signed with your wallet." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "You have successfully restored the backup from Google Drive to your browser." +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +msgid "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftHistory.tsx +msgid "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +msgid "You haven't uploaded any files yet." +msgstr "" + +#. placeholder {0}: tolerance.toString() +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceForm.tsx +msgid "You may have {0}% less received with this level of slippage tolerance." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "You may lose your assets if you give approval to the website of this token." +msgstr "" + +#. placeholder {0}: contractName ?? '' +#. placeholder {1}: token.symbol +#: packages/shared/src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx +msgid "You must give the {0} smart contract permission to use your {1}. You only have to do this once per token." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to follow <0>@{twitterHandle}" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to follow the creator of the lucky drop." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to hold any of the following NFTs in your wallet." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to hold any of the following tokens." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to hold at least {quantity} of any of the following tokens." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx +msgid "You need to open the dApp to view the specific content." +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "You've already claimed the lucky drop" +msgstr "" + +#. placeholder {0}: message.token +#. placeholder {1}: message.spender +#: packages/shared/src/UI/translate.ts +msgid "You've approved {0} for {1}. If you want to revoke this token, please set spending cap amount to 0." +msgstr "" + +#. placeholder {0}: file.name +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "You've saved {0} to Web3 file service." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Your file has been successfully merged into the browser data." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Your file has been successfully restore into the browser data." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Your Persona has been successfully created." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Your Persona is on **ready 🚀**" +msgstr "" + +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +msgid "Your transaction has been confirmed!" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Your transaction should be done in <0/>" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Your vote has been successful." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Your voting power" +msgstr "" + +#: packages/plugins/Claim/src/hooks/useClaimAirdrop.tsx +msgid "Your wallet cancelled the transaction." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "Your wallet does not meet the eligibility criteria for claiming." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +msgid "Your Wallet is on **ready 🚀**" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Your X account authorization has timed out. Please try again." +msgstr "" diff --git a/packages/shared-base-ui/src/locale/ko-KR.json b/packages/shared-base-ui/src/locale/ko-KR.json index 8d74f3949507..e1a07f6bfc50 100644 --- a/packages/shared-base-ui/src/locale/ko-KR.json +++ b/packages/shared-base-ui/src/locale/ko-KR.json @@ -1 +1 @@ -{ "messages": { "3ThLdM": ["GitHub에서 보고하기"], "CU3U3d": ["복구하기"], "i6OT6/": [["subject"], " has an error"] } } +{"messages":{"++B0oY":["This function has been turned off in the App settings. Enable plugins to fully access."],"+01Ill":["Change to Solana Wallet"],"+5hgHR":["Are your sure you want to disconnect? You may lose part of functionalities of this website."],"+95jK3":["Gas limit too low will cause the transaction to fail."],"+A4TPN":[["0"]," NFT contract"],"+CzAt9":["Previous unfollow transaction is in processing, please wait and try again."],"+IEBAO":["Approve amount"],"+K0AvT":["Disconnect"],"+POswt":["Sell Tax: ",["0"]],"+Qcnh5":["Please select the appropriate method to restore your personal data."],"+W8dUJ":["Tap to view the private key <0/> Make sure no one is looking at your screen"],"+XyQiK":["Agree"],"+Zuhm7":["Support Identity code, private key, local backups or cloud backups to access your personal data."],"+adBn3":["Chrome - external extension"],"+b7T3G":["Updated"],"+fTqvl":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"],""],"+hwfjv":["Please select the wallet to activate the function after saving the settings."],"+m7PfT":["Deleted successfully"],"+m7x4e":["Backup Successful"],"+q+Wa9":["Swap anyway"],"+uISZO":["Incorrect Password"],"+ubcPw":["No power"],"+xKN8I":["<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later."],"/2nH6X":["Make another Bridge"],"/7tku+":["Try"],"/BI0y9":["Refunded"],"/Dk+nX":["More on ",["0"]],"/I3RSJ":["Report Spam"],"/JOEaC":["Deploy Smarty Pay wallet"],"/KseE7":["Delete File"],"/LkuGq":["Restore from a previous database backup"],"/OPmPQ":["Verify ",["0"]],"/Swcdo":["Failed to swap"],"/WfDJy":["If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets."],"/capO6":["Failed to deposit ",["0"],"."],"/eguJc":["Uploading"],"/fo6Dv":["Gas Limit (Units)"],"/giXwU":["Medium Risk"],"/hKQcr":[["seconds"],"s"],"/jQctM":["To"],"/nT6AE":["New password"],"/riTT2":["Pinned successfully."],"/uEw9z":["Your X account authorization has timed out. Please try again."],"/vtDGO":[["0"]," is connected to these sites, they can view your account address."],"/xrk7I":["FAQ&Tutorial"],"/y/pZ3":["Select a Token"],"0+3dvg":["This NFT didn't have any offers."],"0/eoR6":["Revoking"],"00b9QG":["Set Your Payment Password"],"01DWy7":["Click the settings icon to list it on the App board."],"04MqGo":["Post content:"],"09vHB+":["Failed to decrypt."],"0C6WdO":["Upload backup"],"0D4bav":["Name or Contract address e.g. USDC or 0x234..."],"0F4ogS":["Payment Password should be between 6 and 20 characters."],"0HnKBn":["Hide mnemonic words"],"0Lp4o6":["Load failed"],"0M//Nn":["The Persona is connected to the following accounts: ",["list"]],"0ZC72+":["Connected successfully."],"0bKGbK":["No past rounds found."],"0caMy7":["History"],"0dFHbr":["Confirm swap risk"],"0fljZe":["Trading Route"],"0hFUd/":["You must give the ",["0"]," smart contract permission to use your ",["1"],". You only have to do this once per token."],"0jddIP":[["0"]," members"],"0lBTmP":["You need to hold any of the following tokens."],"0oFu/K":["No Lucky Drops claimed"],"0oMKRL":["Delete Contact"],"0tdB+o":["Enable the ",["name"]," Wallet extension and disable other wallet extensions"],"0wJVK+":["Basic"],"0wdd7X":["Join"],"0wzWAN":["Why I can't vote?"],"0xXDLS":["View your profile in firefly"],"0yPSCj":["High Risk"],"0yf3iU":["Wallet sign cancelled."],"1+6BOG":["Download Backup"],"1+P9RR":["Switch to ",["0"]],"11kmCI":["We are not aware of any code that prevents the sale of tokens."],"199DuV":["Display specific information of Gitcoin projects, donate to a project directly on social media."],"1DwbcE":["Loading...."],"1EOhmY":["Rank #",["0"]],"1LkMSp":["Add Suggested Token"],"1M8xFP":["Transaction with extremely low slippage tolerance might be reverted because of very small market movement."],"1QJyuR":["At most ",["RED_PACKET_MAX_SHARES"]," recipients"],"1QfxQT":["Dismiss"],"1R2W/B":["This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup "],"1TNIig":["Open"],"1TaavV":["Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase."],"1Uqt6P":["Disconnect Wallet?"],"1Wbxhe":["This profile can not be followed: ",["0"]],"1Z++2X":["The Persona is not connected to any accounts."],"1agbuA":["Functions that can suspend trading"],"1bTY60":["Token Value"],"1kE7ob":["Network saved"],"1mjyN6":["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."],"1nMGEs":["Personas"],"1njn7W":["Light"],"1on6yK":["How to use ",["0"]," Wallet?"],"1rsf+c":["After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup."],"1xwmzN":["Switch to other accounts"],"2/N/mr":["Connect with ",["providerName"]],"22QmCQ":["The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"28ABhV":["Connect EVM Wallet"],"29b5Sq":["Blocto only supports the Flow chain."],"2CMLgZ":["Token ID separated by comma, e.g. 1223,1224,"],"2FYpfJ":["More"],"2GHENQ":["Web3 Profile"],"2J5wRx":["Failed to get quote information"],"2Lr4ie":["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."],"2MPu+c":["Priority Fee (GWEI)"],"2XVeKu":["Airdrop Scam"],"2Xze/r":["Block Explorer URL"],"2jQko7":["Associated Accounts"],"2kXxch":["Sorry, signature failed! Please try signing again."],"2p7WMm":["Give permission to access <0/> your ",["0"],"?"],"2saF1j":["Tax can be modified"],"2wxgft":["Rename"],"34UMci":["Wallet Settings"],"38C83c":["Recovery Phrase"],"39ohdf":["Activities"],"3A/gtD":["Invalid RPC URL."],"3A/mG4":["Change Wallet"],"3AP6p1":["Public Key: <0>",["publicKey"],""],"3B4jmY":["Data correlation"],"3CR0qY":["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."],"3J+S3n":["Search Next.ID, X, Lens, ENS or Address"],"3OhjJ4":["Powered by <0>Mask Network<1><2/>"],"3Q5eQl":["Please click the \"Post\" button to open the compose dialog."],"3Q8dPe":["The website (",["messageOrigin"],") is asking you to sign in to another domain (",["0"],"). This may be a phishing attack."],"3SiDD1":["<0>",["user"]," burned <1>",["1","select",{"nft":["an NFT"],"name":[["0"]],"other":[]}],""],"3ThLdM":["Report on GitHub"],"3WZ1WL":["Please enter backup password to export persona private key."],"3YDnov":["Token now is hidden."],"3ZgRKI":[["type","select",{"post":["<0>",["user"]," publish a post on ",["platform"]],"mint":["<1>",["user"]," minted a post on ",["platform"]],"revise":["<2>",["user"]," revised a post on ",["platform"]],"share":["<3>",["user"]," shared a post on ",["platform"]],"other":[]}]],"3awOET":["Rank"],"3bGj61":["Claim on Firefly"],"3cAxpB":["There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price."],"3cw8FQ":["To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs."],"3dAaqV":["📃📃📃 Try to permanently use decentralized file storage on ",["sns"],". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions."],"3fpIq1":["to ",["0"]],"3iUAE7":["Backup to Google Drive"],"3kbpgO":["Gas Limit"],"3lUGN0":["Switch Persona"],"3pqzUK":["Contact added."],"3qe4O9":["Max Fee"],"3uBJPr":["File delete"],"3uQmjD":["Average"],"3ublvs":["Try token from different chains"],"3yLqgI":["Name or contract address eg. PUNK or 0x234..."],"4+VnE8":["ENS"],"42yL2J":["Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ",["encrypted"]],"43g2kf":["Only visible to yourself"],"44bNbA":["Select an NFT Contract"],"4DIYdt":["No associated wallet. <0>Add Wallet."],"4EN5JL":["Your Persona has been successfully created."],"4FvVUv":["Reset Wallet"],"4GBOoi":["Failed to create theme."],"4Gz2wC":["Failed to upload file"],"4HavhE":["Powered by <0>Mask Network"],"4HtGBb":["MAX"],"4JCJIV":["What is Web3 File Service?"],"4coHVU":["Lens Unfollow"],"4lm4o+":["Solana"],"4na5mr":["This message contains a invalid EIP-4361 message. It is better to reject this request."],"4ojMOt":["Please enter your backup password."],"4pSxwB":["Go"],"4zgT9K":["Connect Mask Network Account using your wallet."],"50QwC8":["value"],"51TkMy":["Claiming will be live until: <0> ",["days"]," d ",["0"]," h ",["1"]," m"],"51cT/A":["The minimum amount for each share is ",["0"]," ",["1"]],"51rAFB":["Please copy the following text and image (if there is one) and publish it."],"52nzPV":["Data source is retrieved from ",["0","select",{"twitter":["Twitter profile"],"facebook":["Facebook profile"],"other":[]}],"."],"55/jcy":["Hi friends, I just withdrew my deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"5Dz44N":["Set Payment Password"],"5E57TU":["Max priority fee is too low for network conditions"],"5G0lxx":["Powered by <0>Scamsniffer"],"5HVoyc":["Transaction Details"],"5Jczad":["I just claimed a lucky drop from @",["0"]," on ",["1"]," network."],"5N3b5J":["Market Cap"],"5O5enn":["Enter Payment Password"],"5QfZ6O":["Contract source code verified"],"5YfW3S":["Add an encrypted comment..."],"5ZzgbQ":["Connect ",["0"]],"5e22kj":["Email verification code"],"5hFImX":["Deploy Contract"],"5i1JPS":["Never share 12-word secret mnemonic with anyone!"],"5iHe/7":["Network error, try again"],"5o2pdQ":["Create Persona"],"5s6EhU":[["count","plural",{"one":["You have recovered **","#"," Wallet 🚀**"],"other":["You have recovered **","#"," Wallets 🚀**"]}]],"5sIdhw":["Share with"],"5uFQ9j":["Please create a persona and verify your account to use this."],"623chP":["Infos"],"66J/I3":["Transaction Fee"],"678PKt":["Network Name"],"68FuwU":["URLs require the appropriate HTTPS prefix."],"68m9Nl":["Add new address to an existing group"],"6B+2/d":["Stay on top of NFT trending information, hot projects, notable transactions, etc."],"6DvbLh":["Please install your metamask wallet and set up your first wallet."],"6HT670":["Function: ",["0"]],"6IHgRq":["Backup to the Cloud"],"6IvSyW":["Token Standard"],"6RDwJM":["Tokens"],"6U+PWG":["Total NFTs"],"6Uau97":["Skip"],"6V3Ea3":["Copied"],"6VJnE7":["Note: Scams detections might not be 100% guaranteed."],"6YASel":["Invalid Network"],"6YtxFj":["Name"],"6ZZ+4S":["Load Network"],"6foA8n":["Are you sure?"],"6gRgw8":["Retry"],"6k8iqO":[["0"]," ",["1"]," bridge completed successfully."],"6knJVf":["This NFT contract cannot be modified now."],"6s8L6f":["Switch Network"],"6sbLuF":["Current results"],"6ulv1U":["Contract Owner"],"6vVuTX":["This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"7+2e01":["Network removed."],"70wH1Q":["APR"],"76Ml+j":[["0"]," NFT Lucky Drop created."],"76gPWk":["Got it"],"78Kj7O":[["0"]," NFT transferred."],"7Ae1jc":["True Token"],"7Bj3x9":["Failed"],"7PPwVf":["Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted."],"7PgtYC":["Set NFT Avatar"],"7QptC5":["Auto-lock Time"],"7R2WG+":["Decrypted by Mask Network"],"7VpPHA":["Confirm"],"7c99ux":["Contract Deployment ",["0"]],"7cg5cq":["unique contributors"],"7eFA2G":["Failed to revoke token contract."],"7hZyUn":["Processing Deposit"],"7k2lei":["Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later."],"7lnlzl":["Claimed ",["amount"]," $",["0"]," successfully."],"7qUM2b":["Open Mask Wallet"],"7s5tLo":["Allow this site to switch the network?"],"7w1rTm":["The download link is expired"],"7yziEn":["This request has been expired."],"8+xvyR":["Blockchain"],"82+n6o":["Quote Route"],"869iq0":["Transferring asset across to the ",["0"]," network via the ",["1"],"cross-chain bridge"],"87Poy7":[["0"]," ",["1"]," NFT contract."],"88+Eku":["Provide you with fast, reliable and convenient security services."],"89kDhv":["NFT collection"],"8BsgdX":["Failed to get permissions"],"8C8O9E":["Provided by plugin \"",["0"],"\""],"8Dh77Z":["NFTs"],"8IN0ph":["No more data available."],"8J7y6E":["Deposit ",["0"]," for savings."],"8Kly2P":["Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token."],"8MJFvR":[["0"]," Risky factor"],"8N1Wbf":["This token has no risky or attention factors."],"8RF/Sx":["Added successfully"],"8S5o5V":["Share and recommend this feature after saving."],"8TMaZI":["Timestamp"],"8Tg/JR":["Custom"],"8WLjqx":["Never share the 12-word secret mnemonic words with anyone!"],"8ZsakT":["Password"],"8bgRf6":["Can not follow: ",["0"]],"8djViz":["Step ",["step"],"/",["step"]],"8glx+u":["Token ID"],"8rElAH":["Image copied!"],"8wEOMN":["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"9+VwX/":["Add Collectibles"],"9KKhJV":["Signing ..."],"9VcshJ":["Enable auto paste"],"9Y1kXO":["Payment password stored locally and you could try as many as you want to unlock your wallet."],"9bG48P":["Sending"],"9cDpsw":["Permissions"],"9cSIbb":["Click on <0/> at the top-right of your browser."],"9d/Qe4":["Service Agreement"],"9hg9mc":["Downloading"],"9hzYBR":["Failed to download and merge the backup: ",["0"]],"9jba96":["Only TypedMessageText is supported currently."],"9kIgHE":["This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet."],"9lqqpY":["Invalid email address."],"9oP21f":["My vote"],"9oq2rm":["Functions with retrievable ownership"],"9q+I38":["Your voting power"],"9r9nwF":["Identical"],"9sjcnZ":["Disconnected."],"9tG0uf":["Please verify your social account"],"9uYu7e":["You haven't uploaded any files yet."],"9w2hgY":["Paste manually"],"9xaUMG":["General user"],"A+Ijr2":["Close [Check Security]?"],"A0VzMm":["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."],"A1bmDM":["No verified account found here."],"A1taO8":["Search"],"A3Ndml":["Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop."],"A4vJQr":["Set your NFT as profile picture with exclusive aura."],"A6JChW":["The transaction was complete and has been recorded on blockchain at ",["0"]],"A9tojF":["Incorrect password"],"AElxM7":["Transfer ",["0"]," NFT."],"AJNYYr":["Refund Lucky drop"],"AKLbfQ":["Restore Database"],"AMJWWT":["Likely in < ",["estimateSecond"]," seconds"],"ANYjcp":[["shareWithNum","plural",{"one":["1 friend"],"other":["#"," friends"]}]],"ANk/Zy":["Incorrect Backup Password"],"AOPSKq":["Deposit ",["0"]],"ASNDad":["Hide ",["name"]],"AV+9wg":["Re-enter"],"Ah4d0u":["Security Detection"],"AjVXBS":["Calendar"],"Ap948/":["Listed"],"Appw6V":["No NFTs found."],"Aq+O0x":["status"],"AuXfDa":["Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards."],"AuvDq6":["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"],"AwQpq/":["Click on the down-arrow to see the private key."],"AxPAXW":["No results found"],"AxdOHo":["Pair"],"Axp2cZ":["24 Hour Trading Vol"],"AyLiVq":["Scan QR code to receive payment"],"B1T4nn":["Confirm the Lucky Drop"],"B6C0XJ":["No Data"],"B8B8TU":["Verified by ",["0"]],"BAvIGC":["Withdraw token"],"BFhvNB":[["0"]," ",["1"]," NFT contract successfully."],"BMCVM3":["Wallet Sign"],"BQHQ9v":["No websites connected to this wallet"],"BQi2Kk":[["0"]," were claimed"],"BUXiPs":["This Chain ID is currently used by the ",["0"]," network. "],"BWSJkS":["No Airdrop Scam"],"BXixGM":["Use Persona to encrypt and decrypt social media posts & messages."],"Ba6uFH":["Create your NFT Lucky Drop."],"BaU+dx":["Connect your social platform accounts."],"Baj2MJ":["Savings"],"BaoXTT":["<0>Powered by<1>OKX<2/>"],"BiGQfG":["Transaction Hash"],"BkN2qg":["<0>Service Agreement and <1>Privacy Policy"],"BmN4Bk":["Aggregator"],"ByAMF+":["Risk Warning"],"ByPj1d":["Request ID"],"BzEFor":["or"],"BzfzPK":["Items"],"C0JhYS":["Change Network"],"C2/uLW":["Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned."],"C3Wgzy":["You have claimed ",["0"]," $ARB."],"CCIrQ8":["Fake Token"],"CE+M2e":["Info"],"CEk7Nc":["At least 6 characters"],"CFPbpH":["The new passwords don't match"],"CJviCK":["<0>",["user"]," proposed"],"CK1KXz":["Max"],"CMHmbm":["Slippage"],"CMfM6C":["No Enough Gas Fees"],"CP3D8G":["Progress"],"CT10+i":["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."],"CTSEx8":["<0/> publish a post on ",["0"]],"CU3U3d":["Try to recover"],"CWsYB3":["Welcome Back"],"CXHRbe":["Wallet request timed out"],"CYRJEX":["Owners"],"CZSWya":["NFTs added"],"CZmSbe":["Request is valid not before"],"Cf/0to":["Data source is retrieved from ",["0"],"."],"Citz6F":["Exchange"],"CkLMZ2":["File delete failed"],"CmMDVW":["<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction."],"CpciBt":["Switch to Polygon and Follow"],"CtByM7":["Connect Wallet"],"Cwxng+":["Supported formats: JPEG, PNG<0/> Size limit: ",["0"]],"Cy19fm":["View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline."],"CygwLN":["Swap completed successfully."],"Cz6Lx7":["Encryption Method"],"D79cZK":["Instant"],"D9iWaX":["Please check ToS document"],"D9za/8":["Missing dex contract address"],"DA2uGM":["Click the application icon to hide in the App list."],"DAFhfT":["There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"DC3sw8":["Two entered passwords are different."],"DHhJ7s":["Previous"],"DKBbsW":["Gas price must be greater than 0 Gwei."],"DPfwMq":["Done"],"DYoO0m":["Token quantity greater than"],"DdUFp+":["The transaction was confirmed at ",["0"]],"Dk6Non":["Whitelist function"],"DkHkqH":["Recommended dimensions: 1016 × 672 px"],"DnmyoA":["Priority fee should be greater than 0."],"DoQ5Lj":["RPC URL"],"Dpe+e3":["Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet."],"DtZDW+":[["0"]," (UTC+8)"],"Du6bPw":["Address"],"DuIDTw":["To verify your X account and record it on the NextID, please send this post for the verification."],"Dz56Ua":["Encrypt"],"E399AQ":["<0>",["user"]," bridged <1>",["amount"]," ",["symbol"]," from <2>",["source"]," to <3>",["target"],""],"E6HGuD":["Check out the official website"],"E6Sqiu":["Failed to load ",["0"],". Click to retry."],"E6YUtc":["Merge to Browser"],"E7prOW":["<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature."],"EBC6hj":["Local Backup"],"EGWr+Q":["Web3 Profile Card"],"EJRk0x":[["gasOptionType","select",{"slow":["Slow"],"normal":["Average"],"fast":["Fast"],"custom":["Custom"],"other":[]}]],"ELQ256":["Make another Swap"],"EMLHjH":["More Details"],"ENIvoT":["Please set up the amount of time before we automatically lock your wallet."],"ERYJcj":["Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers."],"EStYiZ":["No proxy"],"EVFPUv":["Transfer NFT"],"EYwKb0":["Gas Price (GWEI)"],"Ea4oxV":["Follow System"],"EbE80y":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post."],"EbVCxG":["<0/>",["txType","select",{"deploy":["deployed"],"execute":["executed"],"other":[]}],"<1/>"],"Eda+dy":["🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ",["encrypted"]," to send your first encrypted tweet."],"Eefe1a":["The input is not a single file."],"EfAke+":["<0>",["user"]," voted for <1>",["option"]," on <2>",["platform"],""],"Eh4m6e":["<0>USD Value<1>$",["0"],""],"Enb3Qk":["You claimed 1."],"EoKe5U":["Domain"],"EsKgLS":["Click here to have a quick start."],"Ev2r9A":["No results"],"EwiD7E":["Confirm Payment Password"],"F/pYeX":["Create NFT Lucky Drop"],"F3bW6y":["Platform"],"F4Igxz":["Quote route"],"F7U8uz":["Creating your **wallet**"],"F8VT6y":["Failed to transfer NFT."],"F8Wc3I":["Drag & Drop your file here"],"FAKSZG":["Add google Drive"],"FC17bL":["<0>Powered by <1>Mask Network"],"FGceVy":["Owner can't change balance"],"FMQ6p2":["You've already claimed the lucky drop"],"FR2cx3":["Anti_whale(Limited number of transactions)"],"FY2gWe":["The contract address is incorrect or the collection does not belong to you."],"FZg3wM":["Operation"],"FfJy7A":["Manage Network"],"FgAxTj":["Log out"],"Fgyfqo":["Amount Each"],"FiKDfi":["Failed to unlock NFT contract."],"FiYmUY":["No associated accounts"],"Fim3FY":["Download https://mask.io to try more powerful tools on Twitter."],"Fn9Tvh":["Volume (24h)"],"FnQek5":["Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request."],"FnjSI+":["Not current account. Please switch to this account to set up NFTs Profile."],"Fs/bd5":["Invalid Block Explorer URL."],"FzzpXs":["Sale ends in ",["0"]],"G+XYfT":["Do you want to delete file <0>",["0"],""],"G4NrhP":["Persona created."],"GAZNIW":["Price Statistic"],"GAvnvl":["Payment Password"],"GDe4XX":["Please connect wallet to check if you are eligible to claim $ARB."],"GEL05h":["WalletConnect"],"GExRUL":["Backup password"],"GHvzdC":["No content for the last two weeks."],"GK6Tzr":["Persona Sign"],"GLDuz6":["May be a honeypot."],"GRLMKx":["Winners"],"GS+Mus":["Export"],"GS0ldX":["Unsupported network type"],"GShMK6":["Refunding"],"GTJCth":["The contract owner is not known to be able to modify the balance of the token of other addresses."],"GWCG6Y":["Copy image"],"GWKfFr":["To use Lido, you need to wait ",["0"]," days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1."],"GWMpIa":[["0"]," Risky factors"],"GXhrYw":["1. If you haven't installed the ",["name"]," Wallet"],"GXsAby":["Revoke"],"GZzKYx":["Buy Tax: ",["0"]],"GaH2JF":["Suggest to send transactions and sign messages"],"Gia1VG":["Web3 File Service"],"Gmmd6d":["Verify your X ID"],"GrTvoo":["Transaction in progress. Thank you for your patience."],"GtJJAj":["Add Wallet"],"Gw91G1":["This request should only be sign in the future."],"GyvZPz":["Token ID should be separated by comma, e.g. 1223,1224,"],"H1v3zR":["Insufficient ",["0"]," Balance"],"H8rw2f":["(the name is set by the web site)"],"HCKlXm":["Token Contract Address"],"HF6C2L":["Phone Number"],"HFVck2":["Lucky Drop with ",["0"]," refunded."],"HGTZAO":["Step 2/2"],"HH25qd":["No wallet selected."],"HIq3th":["Cannot switch to a unknown network."],"HKH+W+":["Data"],"HTX2HV":["Minimum received"],"HVRhUV":["By proceeding you agree to the"],"Hp1l6f":["Current"],"HpK/8d":["Reload"],"HqiAyF":["Gwei"],"HvDfH/":["Imported"],"HvUm3m":["Choose and show your Web3 footprints on X."],"I4caYo":["Invalid verification code."],"I5kL4f":["Activity Log"],"I7z//Y":["Trading route"],"IBAx3U":["Kept safely"],"IF7RiR":["Cover"],"IGbphl":["Unlocking ALL..."],"ILvrUp":["Unlikely to be a honeypot."],"IMX4sR":["Blacklist function"],"IQ3gAw":["Upload File"],"ITBQO3":["Max priority fee must be greater than 0 GWEI"],"IUG86v":["The Persona is connected to the account @$",["0"],"."],"IUp08P":["The current wallet does not hold a lens and cannot follow/unfollow"],"IX1M/E":["Floor price"],"IXbRbM":["Choose another wallet"],"If2v4h":["Lucky Drop"],"IhnvgP":["Change to EVM Wallet"],"ImhKg5":["Could not fetch chain ID. Is your RPC URL correct?"],"IoAuJG":["Sending..."],"IrI9pg":["End date"],"Iu4Ja9":["Please enter token contract address."],"J05/Al":["Set NFT NFT Background"],"J0LAHU":["Refund"],"J0Mxpc":["The ",["0"]," is in progress. You can check its status in History after exiting this page."],"J24FyN":["Bridge"],"J2eKUI":["File"],"JA8K9s":["Unpacking"],"JGds+N":["Lack of number, letter or special character."],"JGpseC":[["0","plural",{"one":["This domain is"],"other":["These domains are"]}]," currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"JLiwYz":["Mask Network requires the permission of following websites before using it."],"JOP9uZ":["Transaction has been rejected!"],"JPHuMW":["Swapping"],"JUcj/I":["Switch X Logo"],"JXJlYD":["Set Your Persona Name"],"JbKZsv":["Scan the QR code with a WalletConnect-compatible wallet"],"JeHCi7":["No function found that retrieves ownership"],"JfI60y":["Incorrect Payment Password."],"Jg5pf7":["Current base fee is ",["0"]," Gwei"],"JiIKww":["Advanced Settings"],"JlFcis":["Send"],"JlIzk8":["Browser File"],"Jnjbl3":["You need to follow <0>@",["twitterHandle"],""],"Js4Nk0":[["0","select",{"finding_post_key":["Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you."],"finding_person_public_key":["Mask is looking for the public key of the author..."],"other":["Mask is decrypting..."]}]],"JuVC24":["Deposit token"],"JwzZmt":["to <0>",["toAddress"],""],"K1tshY":["Failed to download image"],"K5a6t1":["Persona already exists."],"K7tIrx":["Category"],"K8jCIB":["Data backed up successfully!"],"KAS4UW":[["0"]," Attention factor"],"KCeSRZ":["We will need to verify your Twitter account and record it on the NextID. Please post it for validation."],"KFYFgI":["Wallet sign failed."],"KFwID2":["Restore Failed"],"KGHnSc":["Lock Wallet"],"KJGKkh":["EVM Chains only"],"KMgp2+":[["0"]," available"],"KPUGxy":["Random Amount"],"KRz1oj":["Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X."],"KTfagY":["Lucky drop with ",["0"]," created."],"KVAoFR":["unlimited"],"KVkke3":["Set NFT PFPs"],"KWeNH6":["Unlocking ",["hasSymbolName"],"..."],"KisOjk":["Restore or Login"],"Kj4oEm":["Generate a new persona"],"Kl9gHp":["Wallet Group #",["0"]],"KmQ25M":["Max priority fee is too high for network conditions."],"KnidLU":["Not Connected"],"Ko4L/B":["The receiving address is a contract address. Please check again."],"KojyJ4":["Wrong Network"],"Koz2Rg":[["0","plural",{"one":["Action"],"other":["Actions"]}]],"KtMMzG":["Wallet disconnected"],"KwJJLb":["<0>Powered by <1>",["0"],""],"Ky09J8":["Previous follow transaction is in processing, please wait and try again."],"KziH2K":["Fast"],"Kzu9r9":["24H Traded Volume"],"L+bpwv":["Please set up backup password to export private key."],"L4vN0F":["EVM"],"L82H5Z":["Creating your **identity**"],"L87Mfu":["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."],"L96aan":["View full transaction details"],"LBtfmO":["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."],"LJkXYZ":["Create New Mask Identity"],"LLf+t1":["No deposit protocols found."],"LNItR6":["You have set NFT PFP successfully."],"LP+1Z7":["Add Network"],"LSwUJb":["Select Liquidity"],"LU3p9s":["Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account."],"LWJCIn":["Connected sites"],"La9ArN":["<0>Powered by ",["publisherNode"]],"LcET2C":["Privacy Policy"],"LcZh+r":["Unsupported data backup"],"LhMjLm":["Time"],"Lho4Qd":["DSearch"],"LiE5z4":["Max base fee should be greater than 0"],"LigbuA":["In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension."],"LkYKvc":["Please select the correct words in the correct order."],"LqWHk1":["Hide ",["0"]],"Lx4CpL":["Wallet name must between 3 to 18 characters."],"Lz7CzN":["No mint function"],"Lzo8mb":["Claimed: <0>",["claim_numbers"],"/",["total_numbers"]," <1>",["0"],"/",["1"],"<2><3>",["tokenSymbol"],""],"M0FgOk":["Add Contact"],"M1RnFv":["Expired"],"M1ts1r":["View your address"],"M24E85":["This address is a contract address."],"M4g1UJ":["Contract Interaction"],"M7ZGdw":["2. If you have installed the ",["name"]," Wallet"],"M9OYUo":["Please try again if you failed to vote."],"MC00Lm":["Scan QR code with WalletConnect-compatible wallet"],"MEIAzV":["Unnamed"],"MKEPCY":["Follow"],"MOHcKb":["Enter a max priority fee"],"MQ9hQ4":["DAO"],"MR/0Va":["All Mask Network users"],"MTqQMG":["Not set"],"Mh3RsB":["Best Wishes!"],"Mi8ATZ":["The token approval revoked."],"Midntl":["Download report"],"Mm1aH+":["Proxy contract"],"MpnSqP":[["0"]," Pending"],"MqdtT5":[["0"]," Bridge Network fee"],"MyjAbr":["Resend"],"N/fqDa":["Ens or Address(0x)"],"N0YrmD":["Valuables"],"N0tcou":["Claiming..."],"N2DUxS":["Insufficient Balance"],"N2S1rs":["Empty"],"N2aeX8":["No valid wallet detected. Please connect wallet or verify wallet firstly."],"N40H+G":["All"],"N5GKfB":["Tax cannot be modified"],"N6/RZd":["Sorry, failed to save NFT Avatar. Please set again."],"N931rj":["Your transaction should be done in <0/>"],"NERSN2":["or Holding NFT"],"NJbBmC":["Switch Twitter Logo"],"NOi+Fr":["This QR includes your identity, please keep it safely."],"NTnXx/":["<0/> unapproved <1>",["0"],""],"NVt/wW":["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"NWqhru":["Reselect"],"NZ7wlC":[["0"]," Holder"],"Na6Ytj":["Change NFT PFP"],"NaZTE7":["Incorrect Mnemonic Words."],"NdlvGd":["Claim Details"],"NfxOUe":["Enter Total Amount"],"Ng063n":["Donate"],"Nhp9Kw":["Exceeded the maximum file size of ",["fileSize"],"."],"NkgvWN":["Logout failed"],"NloaHG":["Backup Password"],"Ns5WaC":["No backups found"],"Nu4oKW":["Description"],"NwibRO":["Supported contracts"],"NzlE6O":["By granting permission, you are allowing the following <0/> contract to access your NFTs."],"Nzm8dm":["Example: Alice"],"Nzwli2":["Base"],"O2XHf2":["Check ",["providerName"]," to confirm connect."],"O3Nzf+":["Bridge between this token pair are't supported at the moment."],"O3oNi5":["Email"],"O86J+j":["This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud."],"O8PsYe":["Add the file to Chrome's database"],"OAZ+tI":[["attentionFactors","plural",{"one":["#"," Attention item"],"other":["#"," Attention items"]}]],"OAfk3i":["Hash"],"OCJdad":["<0>To: <1>",["to"],""],"OLUEnY":["when you click Add Google Drive button,you will be forwarded to Google authorization pages."],"OLY2Jk":["Gas Price"],"OQEwR/":["Create Lucky Drop"],"OR475H":["Network"],"OcvI49":["No blacklist"],"OfhWJH":["Reset"],"OgPkDe":["Currency Symbol (Optional)"],"OgohfQ":["File Key: <0>",["0"],""],"OhgYJS":["Basic setting"],"OkofjH":["Recover"],"On0aF2":["Website"],"OsyKSt":["Withdraw"],"OuUyzz":["No contacts stored locally, you can try searching."],"OzSOpz":["Create a Privy wallet using an X account"],"P+K/3O":["Confirming"],"P7S/hC":["Max priority fee must be greater than 0 Gwei."],"P9wzG/":["Recovery"],"PByO0X":["Votes"],"PDW/HG":["Your Persona is on **ready 🚀**"],"PGdbc0":["Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com."],"PHM7OA":["Supported Sites"],"PI/VCJ":["Select the wallet(s) to use on this site. You should not connect to website you don't trust."],"PIG043":["Gitcoin"],"PLWaf6":["Create the Lucky Drop"],"PNZOzY":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"]," on <5>",["3"],""],"PRkIUI":["Gas Fee"],"PTXNyo":["Waiting for ",["providerType"]],"Pd3dlq":["Circulating Supply"],"PeT3a5":["You have successfully restored the backup from Google Drive to your browser."],"PiH3UR":["Copied!"],"PjBWOL":["Create your persona to get started"],"PlE+Fs":["Connect and Verify ",["0"]],"PsQmAw":["Everyone"],"Pt3n39":["No back up"],"PwjgPX":["Please create your persona to use Web3 Profile."],"Q0IFtx":["The custom amount entered may be higher than the required network fee."],"Q2lUR2":["Currency"],"Q68Nuc":["Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it."],"QF9SdB":["Split Mode"],"QHZRmq":["Sites"],"QHcLEN":["Connected"],"QJQd1J":["Edit Profile"],"QQPCqQ":["Backup Wallet"],"QRsMow":["Transaction Confirmed"],"QU9aqK":["You have signed with your wallet."],"QUBIav":["Failed to bridge"],"QWxok/":["Connect with Mask Wallet"],"QXDgyQ":["Please write down the following words in correct order. Keep it safe and do not share with anyone!"],"Qbo7Ev":["Write down mnemonic words"],"QcVZFH":["Step ",["step"],"/",["totalSteps"]],"Qd0xFm":["Refund your expired Lucky Drop."],"QowPFh":["Collectibles"],"QpgBEp":[["0"]," days"],"QsVbHo":["Sending address"],"QyZU8V":[["riskyFactors","plural",{"one":["#"," Risky item"],"other":["#"," Risky items"]}]],"QypSt2":["Update X.com Permissions"],"Qz8niP":["You may lose your assets if you give approval to the website of this token."],"R/Pfmp":[["amount"]," ",["0"]," tips sent."],"R2K7XH":["Account successfully connected to persona"],"R9aEN5":["Send ",["0"]],"RCBmDP":["Follow @masknetwork to explore Web3."],"REeHKm":["<0/> ",["txType","select",{"trade":["traded"],"mint":["minted"],"other":["traded"]}]," <1>",["0"]," ",["1"]," for <2>",["2"]," ",["3"],""],"RH8jSA":["Merge data to local database"],"RHSlVw":["Follow @masknetwork (mask.io) to claim NFT lucky drops."],"RL5m+x":["Generating your **accounts**"],"RLBjfU":["Attached File: ",["name"]," (",["size"],")"],"RNfEI8":["You canceled the request."],"ROWd/9":["Leave blank to allow any amount; enter a number to set a minimum holding requirement."],"ROWeBX":["Followings"],"ROsDRH":["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"],"RRw7LE":["Identity ID"],"RUYsn0":["Clear All"],"RW1HJz":["The receiving address may be a malicious address."],"RWoEqV":["Failed to transfer token: ",["message"]],"RZOA0N":["Find Mask Network in the extension list and click the <0/> button."],"RdfrN2":["Mint Address"],"Re7Oex":["Transaction submitted."],"RhCL4z":["Max amount"],"RiLzWA":["Please switch to this network in the mobile application wallet you are connected to."],"RiQQyz":["This allows the third party to spend ",["value"]," ",["0"]," from your current balance."],"Rm3JCH":["File name must between 3 to 20 characters."],"RqRRf6":["Created by <0>",["0"]," • <1>Website"],"RrGhwo":["File ",["0"]," deleted."],"RuO5md":[["seconds"],"sec"],"Rx8sxX":["Select liquidity"],"RxlKnY":["Lens"],"Ry8TiY":["Create Smart Pay wallet"],"S0CsaV":["Create a New Wallet"],"S0vyIh":["Owner changed."],"S2JNMm":["Your file has been successfully restore into the browser data."],"S33tz3":["Not connected"],"S6Qdlo":["Scam Warning"],"SDrb6I":["Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account."],"SGVkVp":["Two entered passwords are not the same."],"SIrUT3":["Grant access to your ",["0"]," for the Lucky Drop Smart contract. You only have to do this once per token."],"SLEDBF":["Failed to add the wallet, please try again."],"SNZM71":[["0"]," withdrawn."],"SREKz9":["Report NFT Scam Contract?"],"SUqBr9":["Refund ",["0"]," ",["tokenSymbol"]," Successfully"],"SX2UXi":["Your vote has been successful."],"SYGo/R":["Import Wallet"],"SYgxDf":["Slow"],"Sfu/we":["Failed to delete, please try again."],"ShHV7X":["Cloud Backup"],"ShmUTn":["Add a Custom Cover"],"Sitstz":["Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund."],"Sjplg3":["View on Explorer"],"SlxhDh":["Verify your wallet"],"Sp69uH":["The web site can"],"T0W3Z8":["Insufficient funds for gas."],"T0Y2+3":["Select a token"],"T3EPqL":["Max base fee"],"T3dlAs":["Quote expired. Update to receive a new quote."],"TA4fAr":["The wallet name already exists."],"TFEJcT":["Set NFT PFP"],"TIIaK1":[["2","select",{"approve":["<0>",["user"]," approved ",["0"]," to <1>",["contract"],""],"revoke":["<2>",["user"]," approved ",["1"]," to <3>",["contract"],""],"other":[]}]],"TJt1iY":["Decentralized social graph protocol for user-centric Web3."],"TNFd5O":["View real-time crypto prices, market cap, trading volume, etc."],"TP9/K5":["Token"],"TRoDRd":["Failed to deposit token."],"TYTRNP":["Eligible to claim"],"TZDLPg":["Claimable"],"Tfxac6":["This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"Tg003Y":["Connected wallets settings"],"Tl3Zls":["This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee."],"TnHNX9":["Update permission for X.com"],"ToePai":["Spend limit requested by"],"TppkTk":["<0>",["user"]," carried out an activity to <1>",["target"]," on <2>",["platform"],""],"TpqeIh":["Error: ",["0"]],"Tuc34V":["Confirm Bridge"],"Tx/jsw":["Do you need to paste encrypted content manually?"],"Tz0i8g":["Settings"],"TzarJw":["Bridging"],"UBzbea":["Recover your wallet"],"UDKbPj":["Your file has been successfully merged into the browser data."],"UFzLh1":["When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ",["0"],". Please reduce the number of NFTs selected."],"UO7xDp":[["0"]," Pool"],"UPJjXF":["Network error, try again: ",["0"]],"URAE3q":["Paused"],"URmyfc":["Details"],"UUfXpm":["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."],"UWxJIW":["Powered by Celer Network. Support $MASK!"],"UXBK7e":["<0>",["user"],"sent",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"to <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"UaXeX3":["Okay"],"UbRKMZ":["Pending"],"Udf/Es":["Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network."],"UfJmJU":["Invalid slippage tolerance."],"UjJCIX":["Contract source code not verified"],"UjRxho":["Persona Recovery Phrase"],"UmVZrM":["Failed to create Lucky Drop."],"UpqenY":["We recommend new Web3 users to keep [Check Security] open."],"UqJ0W/":["Cancel Transaction"],"Usynqd":["Gas price is too low and will cause the transaction fail"],"UtKGok":["Backup Persona"],"UvJiVZ":["There's no feed associated with this address."],"UxJ2jd":["Display Snapshot proposals on the X of the respective project or protocol."],"UxYZfY":["Revoke the approval for ",["0"],"."],"V+1pjj":["Back Up Your Data Your Way"],"V+ZuGt":["You claimed ",["0"]," $",["1"],"."],"V6YDUB":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"],""],"V6wYl1":["Total amount"],"V8j2d/":["App list"],"VAOn4r":["Unlock"],"VECuJk":["Wallet Account"],"VHShJf":["Please click Browse Files button to select files to upload."],"VHVdS1":["No votes"],"VP4HYe":["Next.ID"],"VSx1eg":["Max priority fee"],"VbeIOx":["Author"],"VcPDSd":["Unsupported key store data"],"VdhBp2":["The chainID is not equal to the currently connected one."],"VdkQUC":["Please sign up or login ",["siteName"]," to connect Mask Network."],"Vj7ma7":["Support mnemonic phrase, private key or keystore file."],"VlpdUm":["Use NFT"],"VsHxv+":["Copy text"],"VvGC/Y":[["0"]," Network fee"],"VvPeyR":[["0"]," unlocked"],"VzQ7uf":["Unknown EIP-4361 message version."],"VzQOL2":["This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap."],"W0uonA":["This QR includes your mnemonic words, please keep it safely."],"W2es+t":["Oops, it seems you don't have any voting power at block ",["0"],". <0>Learn more"],"W5OcTk":["No approved contract records."],"W7e3zN":["Are you sure to remove the connected wallet <0>",["0"],"?"],"W7rMXF":["Failed to send token."],"WAjFYI":["Start date"],"WDcQq9":["Unlisted"],"WKG5E8":["You need to hold at least ",["quantity"]," of any of the following tokens."],"WLMjwL":["Confirm to hide ",["0"],"? You can redisplay it by re-adding this token at any time."],"WS7EYf":[["0","select",{"Post":["<0/><1>",["handle"]," published a post on <2>",["1"],""],"Comment":["<3/><4>",["handle"]," made a comment on <5>",["2"],""],"Mirror":["<6/><7>",["3"]," mirrored a post post by<8/><9>",["handle"]," on <10>",["4"],""],"Quote":["<11/><12>",["handle"]," quoted a post post on <13>",["5"],""],"other":["<14/><15>",["handle"]," post stuff on <16>",["6"],""]}]],"WWPi4P":["Incorrect wallet address."],"WY8amq":["Invalid number"],"WZcvLm":["Follow Now"],"WeNxrL":[["0"]," Attention factors"],"Weq9zb":["General"],"WmXCMa":["Switch other account"],"Wqoa0p":["Connect Persona"],"WqzYn1":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"]," to <2>",["project"],""],"WsNUie":["Claimed: <0>",["0"],"/",["1"]," <1>",["2"],""],"Wvnsx1":["Auto-lock"],"Wy16g8":["Gift crypto or NFTs to any users, first come, first served."],"X0PXso":["Swap duration"],"X200Sr":["Forgot payment password?"],"X3X0nY":["You may have ",["0"],"% less received with this level of slippage tolerance."],"X6ujRd":["Be aware, check the token before adding it."],"X8N33g":["Transaction history is only stored locally and will be deleted if you clear your browser data."],"X8w6bW":["Enter Max spend limit"],"XA8JXM":["Add NFTs"],"XB3tfc":["Encrypting your **data**"],"XC7RGa":["Recover your data"],"XDtQ7t":["Display the following address on your Web3 profile page and use it to receive tips."],"XGRJzS":["Open in a new tab"],"XGqAnD":["This token contract has code that prevent selling. This might is a honeypot."],"XQDdOC":["No friends are stored locally, please try search one."],"XQQx83":["<0>",["user"]," ",["0","select",{"supply":["supplied"],"add":["added"],"repay":["repaid"],"withdraw":["withdrew"],"collect":["collected"],"remove":["removed"],"borrow":["borrowed"],"other":[]}]," liquidity on <1>",["1"],""],"XUKicg":["Step 1/2"],"XYLcNv":["Support"],"XZ/B+f":["Don't see your NFT?"],"XcWehA":["Update Quote"],"Xftpm5":["Select Collection"],"XjDSdO":["Old Payment Password"],"Xlpdi1":["on ",["fromNetworkName"]],"Xprzee":["Enter a gas price"],"XrH+JC":["IPFS"],"XrlvqN":["Who can claim?"],"XsyYEe":["This NFT didn't have any activities."],"XyAmgg":["Add wallet"],"Y7N0Sj":["View your account balance and history"],"Y9mYPy":["Powered By ",["0"]],"YF8jon":["Ended ",["relativeEndTime"]],"YKSmxE":["Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts."],"YLObqx":["Equal Amount"],"YOacnL":["Tell friends what's happening..."],"YOnK5s":["<0>",["user"]," registered ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an ENS "],"other":[]}],"for <3>",["costValue"]," ",["costSymbol"],""],"YPNSH3":["Connect Solana Wallet"],"YSi9PS":["Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events."],"YW51YO":["24H sale"],"YXIpYp":["Please verify the current persona with a social media account before using dApps."],"Yckw2R":["Fiat On-Ramp"],"YdCB5X":["Copy private key"],"YiPiv6":["There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"YirHq7":["Feedback"],"YnqCPK":["Verify Account"],"Yp8yB4":[["0"]," to ",["1"]],"Ywu8Rl":["Please connect ",["0"]," and send a proof post before using dApps."],"Z/tioj":["Swap ",["0"]],"Z16qyu":["Persona Name"],"Z3+V9p":["Restore backup failed."],"Z33XCd":["Input contract address"],"Z3FXyt":["Loading..."],"Z3S6Dx":["Step 1/3"],"Z3y+8t":["Unsupported Network"],"Z6siIw":["Switch between the classic Twitter logo and the new one."],"Z7ZXbT":["Approve"],"Z8+FzC":["Connecting your ",["providerType"]," wallet"],"Z8G4E5":["Change to Flow Wallet"],"Z8lGw6":["Share"],"ZAVklK":["Or"],"ZDcdss":["Claim Conditions"],"ZHsD28":["Enable the plugin"],"ZIsLZh":["Size limit: 10 MB"],"ZK75iC":["Choose a Cover"],"ZKAj6+":["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."],"ZQbnxO":["No collectible found."],"ZQr5hT":["Unlock Token"],"ZSWUwq":[["0"],"m"],"ZSgQgC":["Max fee is too low for network conditions."],"ZTXjJ3":["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."],"ZTmzRV":["Highest Price"],"ZdnQsW":["<0/> interacted with <1/>"],"ZgFWrp":["<0>Powered by<1>Go+"],"ZhrWG1":["Create persona"],"ZrZMJ6":["Backup failed, <0>try again"],"ZsjtYe":["Failed to set Avatar."],"Zypku0":["By using this plugin, you agree to the <0>terms and the <1>privacy policy."],"a1S2x7":["Data source is retrieved from ",["0","select",{"other":[],"twitter":["Twitter profile and "]}],["sources"],"."],"a1SmQh":["Select Wallet"],"a23gJr":["Incorrect backup password."],"a33WQ+":["Download the ",["name"]," Wallet here"],"a4C0ak":["Insufficient Balance for Gas Fee"],"a4N/Bg":["Load More"],"a5t/N3":["Spend more transaction fees to cancel the previous transaction."],"a6ONsz":["Unlock ",["0"],"."],"a7u1N9":["Price"],"a9X8Om":["Failed to report spam."],"aAIQg2":["Appearance"],"aEgiLS":["contributions"],"aF8kci":["Creation Completed"],"aFJrEy":["You need to hold any of the following NFTs in your wallet."],"aFht5e":["Connected ",["0"]," with ",["walletName"],"."],"aTzTyw":["Add Assets"],"aVI2qx":["Click the application icon to list it on the App board."],"aYT9SD":["Max fee"],"acK3j2":["Input your Private Key"],"agPptk":["Medium"],"ah8/4v":["Floor Price"],"ahNa7P":["NFT Holder"],"ahpgxl":["Please create a Persona and verify your account to use this."],"ai3VNq":["Connected Wallet"],"ajKdns":["This wallet address has already been connected."],"apl8rz":["Failed to withdraw ",["0"],"."],"aqop4L":["Check on Explorer"],"awW7ak":["Remove Wallet"],"ayxkVX":["Transaction"],"b+scYY":["Requesting Connection"],"b/mMOj":[["0"]," ",["1"]," approval successfully."],"bBzHQT":["Input amount is below the minimum amount"],"bD8I7O":["Complete"],"bEPPWi":["Connect Flow Wallet"],"bGMpPD":["Unlock NFT Contract"],"bIpwjD":["My Wallets"],"bKGn4N":["<0/> minted",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]],"bLJivk":["Select an NFT Contract Owner"],"bLmWH9":["Bridge anyway"],"bLqb2p":["<0>Latest offer at <1>$",["0"],""],"bLvQvN":["Library:"],"bQXBhp":["Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves."],"bTQliy":["This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account."],"bUUVED":["Asset"],"bapItf":["Incorrect Backup Password."],"bassMa":["Incorrect cloud backup password, please try again."],"bbS8qf":["1 NFT claimed."],"bdIrOO":["Verification code has been sent to your email. Please check your mailbox."],"bfNmSO":["Set payment password successfully."],"bnfo6T":["Sent verification post successfully."],"bnuQy5":[["0"]," files selected"],"bwlRe8":["Selecting NFTs"],"c+Fnce":["Sign"],"c+XaKf":["<0>",["formattedUser"]," ",["0","select",{"follow":["followed"],"unfollow":["un-followed"],"other":[]}]," <1>",["other"]," on <2>",["1"],""],"c19z3W":["Available Balance"],"c2MkCo":["Payment password must be 6 to 20 characters."],"cD0wgO":["Do you want to remove the verified association between the X account @<0>",["0"]," and ",["1"],"?"],"cFDjd3":["Transaction type"],"cJv4Ca":["Connecting operation cancelled in third-party wallet."],"cM1qH2":["Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media."],"cNJNBU":["Get optimized search results when you're looking for a token."],"cQYjZe":["To verify your X account and record it on the NextID, you will need to send a post for the verification."],"cVit2/":["Please set the backup password to back up"],"caP+Xq":["Crypto Holder"],"cbzSv5":["Max fee should be greater than base fee of ",["0"]," Gwei."],"chL5IG":["Community"],"clw/Xh":[["0"]," sent."],"cm4E8+":["Experience in X"],"cmKQl+":["Failed to save the file. Please try again."],"cmNbUB":["Not found your ",["providerType"]," wallet"],"cnGeoo":["Delete"],"crVIc7":["Locale Backup"],"ctb8Cs":["Dex/Est received (",["0"],")"],"cvCD4e":["Contract Creator"],"d0aemb":["Please create a persona for accessing Dapps."],"d6nk2t":[["0"]," Platform costs"],"dAMTl9":["This RPC URL is currently used by the ",["0"]," network"],"dCpOJ5":["<0/> approved with <1/>"],"dCvyk/":["Change another account and try again."],"dEgA5A":["Cancel"],"dXFgcm":["Transfer Token"],"daEP1M":["Token info"],"dajsth":["Incorrect Keystore Password."],"du/tmd":["Create your Lucky Drop."],"dyNKut":["Browse Files"],"dzAth+":[["0"]," ",["1"]," swap completed successfully."],"e0E1XI":["Max Fee (GWEI)"],"e1vdXO":["Arweave"],"e34ZOD":["Waiting time"],"e3I0CA":["Failed to restore the backup: ",["0"]],"e3hCsY":["Lido Exchange Rate"],"e4yrZ/":["Token Address"],"eC1gV9":["Invalid file type"],"eDT+Oh":["The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets."],"eE0JZ4":["Version"],"eEeK5j":["<0>Expires in ",["0"]],"ePK91l":["Edit"],"eWczg7":["Just Me"],"eaLSW8":["Persona name must between 1 to 24 characters."],"ecqLr0":["I just tipped a ",["NFT_Name"]," to @",["recipientUserId"],"'s ",["0","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["recipientAddress"],"\n\nInstall https://mask.io/download-links to send your first tip."],"eeYVJ5":["Be careful what you visit and sign!"],"ejVYRQ":["From"],"elyK4N":["Failed to unlock token contract."],"eoeq4k":["<0>",["user"]," made a comment on ",["platform"]],"ep2Wyh":["1 ",["0"]," tips sent."],"erRCKP":["File saved"],"es4h+b":["Swap Anyway"],"ezYNcH":["Pin Mask Network to the toolbar for easier access:"],"f5AidZ":["Write down recovery phrase"],"f61qKX":["Deploy a SmartPay wallet on Polygon network."],"f6pX67":["<0>0 Followers <1>0 Following"],"fDP2k4":["Change Payment Password"],"fFGPy6":["Or create a new wallet group"],"fFYJ8f":["Welcome to use Mask Network"],"fL7WXr":["Applications"],"fRQP7E":["<0>Granted to <1>",["0"],""],"fRUjl7":["Please switch to <0>@",["expectAccount"]," to continue the account verification progress."],"fUn3xA":["Generate a new wallet address"],"fc4PdK":["The RPC URL you have entered returned a different chain ID (",["rpcChainId"],"). Please update the Chain ID to match the RPC URL of the network you are trying to add."],"fdqDgM":["Ended on <0>",["0"],""],"fiPesM":["Method"],"fj5byd":["N/A"],"foOw00":["Balance(",["symbol"],")"],"fqDzSu":["Rate"],"fsBGk0":["Balance"],"fsUPaG":["Congratulations"],"fvRGyC":["Trying exploring more features powered by Mask Network."],"fx6pOQ":["Balance: <0/>"],"fza4cg":["Import Wallets"],"g/1WbH":["from <0>",["fromAddress"],""],"g/i+bG":["Transaction rejected"],"g2UNkE":["Powered by"],"gC2WI+":["Persona"],"gERRYE":["Artblocks"],"gHM62X":["Payment password changed."],"gM+Nj7":["Are you sure to report ",["0","select",{"hasName":[["1"]],"noName":["this NFT"],"other":["this NFT"]}],"? After confirmed, this NFT will be marked as spam."],"gT+8Dk":["Confirm to hide ",["name"],"? You can redisplay it by re-adding this NFT at any time."],"gUuuBi":["Check Security"],"gVfVfe":["Contacts"],"gWcGl/":["Your wallet cancelled the transaction."],"gdnEab":["Incorrect recovery phrase."],"ggdga4":["The user has not set this."],"ghVDTt":["rounds"],"ghZx62":["Unlock token"],"gk7J2q":[["0","select",{"other":["<0>Size limit: ",["fileSize"],""],"omit":[]}]],"gkLviK":["This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"gmOW42":["ENS or Wallet Address"],"gnSRSG":["Hiding Scam Transactions"],"gp6A8z":["Authorization Failed"],"gtdJ43":["My wallet"],"gwuMzD":["<0>",["user"]," appointed a proxy on <1>",["platform"],""],"gxV9O8":["Cast your vote"],"h/b9lY":["No followers."],"h0qYUk":["Search with an ENS domain or wallet address to get optimized results."],"h3bIHg":["Disconnect Social Account?"],"h53LoU":["Social Account"],"h5Dtc5":["funding received"],"h69WC6":["Sent"],"h7+V7K":["Backup & Recovery"],"hEpXzO":["Welcome to Mask Network"],"hG89Ed":["Image"],"hHLRGW":["Hide tokens with value less than $1"],"hRWvpI":["Claimed"],"hRtIgr":["APP list"],"hTbvD9":["Sorry, you are not eligible to claim $ARB in this campaign."],"hUF4dG":["Backup password set successfully"],"hWUuAb":["Already following"],"hXzOVo":["Next"],"hYgDIe":["Create"],"he3ygx":["Copy"],"heVBR8":["Enter Amount Each"],"hehnjM":["Amount"],"hg5QeV":["Total cost"],"hhtbAs":["Unfollow lens handle"],"hj39w+":["Loading failed due to Snapshot API service breakdown."],"hom7qf":["Claim"],"hpxXOD":[["context","select",{"approve":["<0>",["user"]," approved <1>",["amount"]," ",["symbol"]," to <2>",["contract"],""],"revoke":["<3>",["user"]," revoked the approval of <4>",["amount"]," ",["symbol"]," to <5>",["contract"],""],"other":[]}]],"hxHyfs":["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."],"hxdOdX":["Owner can change balance"],"hzTib5":["Select an NFT Contract Operator"],"i2x+p1":["Processing Withdrawal"],"i4umqX":["The following wallets are not installed or in conflict with others"],"i6OT6/":[["subject"]," has an error"],"i70ilP":[["0"]," NFT contract unlocked."],"iCb44o":["Created on: ",["0"]],"iF9x7r":["Trading mode"],"iH8itU":["Connect your wallet"],"iH8pgl":["Back"],"iJLEZF":["Show me how"],"iNIdDX":["Incorrect contract address."],"iPMIoT":["Enter an amount"],"iSLIjg":["Connect"],"iT0Qmd":["Transaction Failed"],"iTiwqa":["Asset is hidden."],"iZLoa2":["eg: X accounts, persona public keys, wallet addresses or ENS"],"ia3Lqp":["The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions."],"ie2c+s":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Welcome to join."],"ileX7U":["No recent transactions"],"imDvP9":["Gas limit must be smaller than ",["maxGas"],"."],"iobEyh":["By checking this box, I agree to ArtBlocks's <0>Terms of Service."],"iuCSJl":["This wallet is connected to current persona ",["0"],"."],"iuJFAy":["Low Risk"],"iwiSFA":["Similar Project"],"j2Uisd":["Approving"],"j2a+h4":["Past rounds"],"j4TRxD":["Select Address"],"j8MqhB":["CyberConnect"],"jEDiuG":["Network added"],"jICk7g":["There was a network or RPC provider error, please try again later!"],"jIWgmE":["Entered passwords are inconsistent."],"jJPsrT":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"jJrqb1":["Token Name"],"jK7nvW":["Failed to disconnect wallet"],"jRcH7y":["NFT Avatar Setting"],"jRfanQ":["Gas Used (Units)"],"jXWnN0":[["0","plural",{"one":["Strategy"],"other":["Strategies"]}]],"jZQU+o":["Originally posted by ",["0"]],"ja6Tyz":["Search with the name of an NFT collection or its symbol to get optimized results."],"jaH9PD":["Hi friends, I just created ",["token"]," Lucky Drop. Download Mask.io to claim."],"jas0vv":["Disconnect all accounts"],"jbc0gF":["Create Password"],"jeLXsu":["Who can claim"],"jfJkBQ":["Gas price is too low for network conditions."],"jh0i4n":["Confirm this transaction in your wallet."],"jhoAzY":["Mask Network Cloud"],"jjCXPD":["Starts ",["relativeStartTime"]],"jpctdh":["View"],"jt/0L2":["You've saved ",["0"]," to Web3 file service."],"jt/cjR":["Safety Warning"],"jtExaD":["Not supported yet."],"jygqM9":["Loading account information..."],"jzLzy/":["No whitelist"],"k/sb6z":["Select language"],"k/vATR":["Token unlocked"],"k0USDt":["Account connected.<0/><1/>Try to explore more features powered by Mask Network."],"k1pJQo":[["0"]," network is not added to the wallet. Please add it and try again."],"k28Qhe":["Failed to save file"],"k57+C7":[["walletLength","plural",{"one":["#"," Wallet"],"other":["#"," Wallets"]}]],"k7u9V5":["Incorrect words selected. Please try again!"],"kCAzy/":["Collection Approval"],"kG0n0M":["Network error or user cancels the process."],"kHDhjV":["I just claimed airdrop with ",["amount"]," ",["0"]," on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities."],"kKY8Re":["The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"kPQQEW":["Enter an Amount"],"kV9Qeo":["You have donated ",["0"]," ",["1"]],"kWJmRL":["You"],"kbfp5m":["Visible To"],"kdW3qS":["Nonce"],"kePpfU":["Update NFT Avatar Success!"],"kf/5Ap":["Explore multi-chain dApps."],"kf83Ld":["Something went wrong."],"kg/ict":["Lucky Drop claimed."],"kj3M8S":["Deposit"],"kjBSDT":["<0>",["user"]," minted ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}],"for <3>",["value"]," ",["symbolName"],""],"ks5OGD":["Contract"],"kx0s+n":["Results"],"l/UFPv":["Properties"],"l3s5ri":["Import"],"lCF0wC":["Refresh"],"lCHQzJ":["This address may be a scam address."],"lCfoWv":["Select NFTs"],"lDgVWA":["Receive"],"lET9my":["Mask needs the following permissions"],"lErh77":["Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance."],"lKldOY":["12-word recovery phrase is used to recover your persona data."],"lO/vMB":["OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly."],"lPJwNU":["Persona: ",["personaName"]],"lPsa94":["Merge Completed"],"lQXQKs":["Vote"],"lU6uRb":["Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility."],"lWOC+h":["Mask Network requires you to authorize the following websites before using it."],"ldI18s":["Minted:"],"lhvy2j":["Firefly"],"llLBQ1":["a token"],"lmYQuN":["At most ",["SOL_REDPACKET_MAX_SHARES"]," recipients"],"loCUuu":["Keystore"],"lqTDfd":["Slippage Tolerance"],"lqW7eD":["In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address."],"lr8uE3":["Holding ",["0"]],"lvL4x0":["Follow @masknetwork for Web3 updates and insights."],"lxJU2w":["Enter Number of Winners"],"lyjM6U":["Wait too long for the confirmation."],"m+uuUE":["Cross-chain"],"m/TPEz":["(beta)"],"m16xKo":["Add"],"m2OZMI":["Max fee cannot be lower than max priority fee"],"m2pyX2":["Buy Now"],"m3VOQq":["Current wallet does not support to interact with Lens protocol."],"m3XvO+":["Imported Wallets"],"m3akOw":["I just claimed a lucky drop from @",["sender"]," on Solana."],"m3cvPZ":["Payment password set."],"m3pz1u":["Insufficient ",["symbol"]," Balance"],"m64f3d":["Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead."],"mCB6Je":["Select All"],"mGHHf5":["After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips."],"mHWsOq":["Failed to confirm"],"mNUsxu":["Tx Fee"],"mPxxVq":["Enter a gas limit"],"mQpWAe":["Edit Contact"],"mT57+Q":["Go to Settings"],"mUJUVX":["Claim your NFT Lucky Drop"],"mW8F64":["This project is no longer active"],"mYGY3B":["Date"],"mZ04KC":["Overall Best"],"ma8rSx":["Your transaction has been confirmed!"],"mc68kY":["New Payment Password"],"md5sZ/":["This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud."],"mfwfMR":["You can claim the lucky drop by holding the required amount of any selected token."],"mhNIiJ":["Gas price is higher than necessary. You may pay more than needed."],"mrAv9J":["Failed to save network"],"msszNj":["<0/> approved <1>",["0"]," ",["1"],""],"muQqQY":["Buy & sell tweets autographed by their original creators."],"mzI/c+":["Download"],"n+ObkB":["Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets."],"n1gwuy":["on ",["toNetworkName"]],"n2HnVK":["If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses."],"n42fmQ":["Enter a max fee"],"nDzNGQ":["Follow User"],"nE/lLr":["Just Selected Contacts"],"nFjzvC":["Approved Amount ",["0"]],"nGl2Ng":["Restore Completed"],"nKLBYz":["We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!"],"nMUHWK":[["claimed"]," Follow @",["0"]," (mask.io) to claim lucky drops."],"nMkx7r":[["0","plural",{"one":["#"," Hour"],"other":["#"," Hours"]}]],"nOCyT5":["Show tokens with value less than $1"],"nOhz3x":["Logout"],"nSkB8g":["Information"],"nTFx7o":["Avatar set successfully"],"nTWWCZ":["Low"],"nTif4K":["Select and Connect to your wallet"],"nUWEsV":["Max fee is higher than necessary"],"nUeoRs":["Signing Message (Text)"],"nV/wXH":["This profile can not be followed."],"nWDO1P":["<0/> ",["txType","select",{"burn":["burned"],"deposit":["deposited"],"mint":["minted"],"receive":["received"],"send":["sent"],"withdraw":["withdrawn"],"other":[]}]," <1>",["0"]," ",["1"]," "],"ndRqFD":["Chain ID"],"neBDpj":["Please connect wallet"],"ngWO+e":["No local key"],"njSHJP":["You didn't approve ",["0"],". Please do not set spending cap to 0 and try it again."],"nqL5WA":["Claim Lucky Drop"],"nqagQ8":["Signing Message (Raw)"],"nvAt0H":["Resource"],"nvV/Td":["Balance: <0>",["0"],""],"nwSp3U":["I just tipped ",["amount"]," ",["0","select",{"namedToken":[["1"]],"other":["token"]}]," to @",["recipientUserId"],"'s ",["2","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["3"],"\n\nInstall https://mask.io/download-links to send your first tip."],"nzBzok":["Create time:"],"o+XJ9D":["Change"],"o+zDNQ":["The mnemonic word has been copied, please keep it in a safe place."],"o4Iu2W":["Logout successfully"],"o4NrTC":["Confirm this Signature in your wallet."],"o66hO5":["Discovered a LuckyDrop event on the FireFly website."],"o9pabc":["No codes found to suspend trading."],"oCBTyI":["This will overwrite the existing cloud backup with the local data, this cannot be undo."],"oDMfB1":["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"oDSXfc":["New password cannot be the same as your current password."],"oG26Rt":["Confirm this transaction in your wallet"],"oG67vO":["Available to Everyone"],"oIsL5E":["Chain ID: ",["0"]],"oJIW7I":[["context","select",{"mint":["<0>",["to"]," minted <1>",["value"]," ",["symbol"],""],"send":["<2>",["from"]," sent <3>",["asset"]," to <4>",["to"],""],"claim":["<5>",["to"]," claimed from <6>",["from"],""],"burn":["<7>",["from"]," burned <8>",["value"]," ",["symbol"],""],"deposit":["<9>",["from"]," deposited on <10>",["exchange"],""],"withdraw":["<11>",["from"]," withdrew on <12>",["exchange"],""],"other":[]}]],"oMx/mL":["Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later."],"oN9XHJ":["Start Time: <0>",["0"],""],"oOQfsI":["Current account is not the verifying account."],"oTLFeN":["The Lucky Drop can't be sent due to data damage."],"oX+QCa":["<0>Powered by<1>Mask Network"],"oYzol6":["an NFT"],"oZw0Iw":["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"],"ocYse8":["Failed to refund Lucky Drop."],"oe5xh9":["Decrypt failed, please check password"],"of3mx/":["<0>",["user"]," swapped <1>",["from_value"]," ",["from_symbol"]," to <2>",["to_value"]," ",["to_symbol"]," on <3>",["platform"],""],"ofUcbc":["Random"],"ohUJJM":["Plugins"],"ojlMCx":["Minimum withdraw amount is ",["MINIMUM_AMOUNT"]," ",["0"]],"olEUh2":["Successful"],"ooHEV6":["1 ",["0"]," NFT Lucky Drop claimed."],"osXsDn":["Import NFT"],"ou+PEI":["Profile Photo"],"ouAjo6":["No Enough Gas Fee"],"ovBPCi":["Default"],"oxKup1":["Insufficient $",["0"]," balance"],"p+ngUo":["Unfollow"],"p1/7GX":["Contract Not Found"],"p2/GCq":["Confirm Password"],"p3TX0l":["Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers."],"p7l2aC":["Contract:"],"p8Aea2":["The persona name already exists."],"p8OYBy":["@",["sender"]," is sending an NFT lucky drop on ",["networkName"]," network. ",["account_promote"]," ",["promote_short"]," #mask_io #LuckyDrop ",["0"]],"pG7O41":["Fastest"],"pGElS5":["Mnemonic"],"pHfBGz":["Updating Gas Fee…"],"pIyHYi":["Lens Follow"],"pLHDrO":["Holding NFT"],"pOE8Vh":["Space"],"pa3wn3":["It remains unclaimed."],"pbOGiB":["Revoke Token"],"pbYUPI":["Text copied!"],"pi+hn/":["Ethereum ",["HD_PATH_WITHOUT_INDEX_ETHEREUM"]],"pjrgRd":["Incorrect Private Key"],"pkyWdU":["Keystore password"],"poYLOl":["New Logo"],"ps1+DX":["Set your persona name with maximum length of 24 characters"],"pu3rTn":["GWEI"],"puUEU3":["Change Backup Password"],"put3ex":["Request is valid not after"],"pv5v6j":["About Permit"],"pvnfJD":["Dark"],"py6hU8":["Signature Request"],"pzO3Xa":["Total Supply"],"q+O14e":["Search Area"],"q+hNag":["Collection"],"q/ao7A":["Price per mint"],"q5+UWM":["Contact edited."],"qAbGIK":["Issued at"],"qCMUPH":["Unlock ",["0"]],"qDIxZ+":["Failed to restore the backup from Google Drive to your browser. Please try again."],"qHqI+o":["<0>Powered by <1>Mask Network"],"qI8U4x":["Max fee cannot be lower than max priority fee."],"qIL7PI":["Offers"],"qJb6G2":["Try Again"],"qNiGUh":["size"],"qT8oOt":["Persona required."],"qWMpAl":["up to ",["0"]," Gwei"],"qYuscr":["Max Priority Fee"],"qZ6p7p":["Backup on ",["0"]],"qcqdIh":["You need to open the dApp to view the specific content."],"qcybNQ":["Proposal"],"qdyV/M":["News"],"qhKyO3":["Withdraw ",["0"]],"qkhZxp":["Created a SmartPay wallet on Polygon network."],"qp8fKi":["By confirming means that you agree to bear the possible risks above."],"qqWcBV":["Completed"],"r3OcML":[["mins"],"min"],"r92tNP":["Failed to authorize Google Drive. Please try again."],"rBLzKv":["Max fee is higher than necessary."],"rCsoea":["Manage Token List"],"rG3WVm":["Select"],"rJZPaP":["No activities found."],"rKY/BK":["Classics Logo"],"rLgPvm":["Backup"],"rQQGN1":["Max priority fee is higher than necessary. You may pay more than needed."],"rR6iwH":["Domain Request"],"rWE7Lq":["Contact deleted."],"rWqyF3":["Gas limit should be between ",["minGasLimit"]," and 15.00M"],"rYFSec":["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."],"rZ0rgl":["Total Volume"],"raCUEa":["By granting permission, you are allowing the following <0/> contract to access your funds"],"rcNnsQ":["Price:"],"re2nOO":["Uploaded files"],"rkMKQ0":["The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later."],"rm0yu/":["About ",["collectionName"]],"rqV4QH":["This swap isn’t supported"],"rrvbCi":["Network error or execute smart contract failed."],"rulocO":["Checking Approve"],"ryWxhG":["Congratulations!"],"s/8SJ+":["View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source."],"s4Omor":["To <0>",["0"],""],"sGkv/+":["Hi friends, I just deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"sOYKMU":["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."],"sOcZTR":["Contract Deployment"],"sQJ3RN":["Max priority fee is too low for network conditions."],"sQTDWu":["Allow us to collect your usage information to help us improve Mask."],"sSkbaZ":["Request timed out."],"sWsox7":["Follow Lens handle"],"saHPqg":["Claim your Lucky Drop."],"sb9Y58":["Wallet"],"siroPf":["Mask Network"],"sxkWRg":["Advanced"],"szNWi8":["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."],"t+A5fr":["Gas price should be greater than 0"],"t/YqKh":["Remove"],"t2prdI":["No search results"],"t3rUZr":["Sign-in Request"],"t6bQQD":["Send authors tips by using Mask Network's Tips function."],"t6md+W":[["0","select",{"create":["<0>",["user"]," created a profile on <1>",["platform"],""],"update":["<2>",["user"]," updated a profile on <3>",["platform"],""],"other":[]}]],"t8dIOP":["Spam"],"t91sWs":[["actionType","select",{"stake":["<0>",["user"]," staked <1>",["symbol"],""],"claim":["<2>",["user"]," claimed <3>",["symbol"],""],"unstake":["<4>",["user"]," un-staked <5>",["symbol"],""],"other":[]}]],"t9m1iP":["Spam reported."],"tARYn/":["NFTs Profile"],"tCAZi9":["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."],"tG9G+b":["File Service"],"tHoyBc":["Please connect ",["0"]," before using dApps."],"tIW5Jt":["No matched tokens"],"tKJ7ee":["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."],"tOL6AP":["Adjust Selection"],"tOMnvw":["Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites."],"tPeNU7":["This network name already exists"],"tRRE1h":["1 ",["0"]," claimed."],"tXkhj/":["Start"],"tbOs8j":["Confirm Swap"],"tcHpvG":["Change Owner"],"tfDRzk":["Save"],"thX7xs":["The network with chain ID ",["formChainId"]," may use a different currency symbol (",["0"],") than the one you have entered. Please check."],"tiX/tO":["Address: <0>",["address"],""],"tj48De":["Connect Social Account"],"tjbyOy":["Project details"],"tk+uyz":["You've approved ",["0"]," for ",["1"],". If you want to revoke this token, please set spending cap amount to 0."],"toDFSK":["Wallet sign succeeded."],"tst44n":["Events"],"tuOw4x":["Make It Encrypted"],"tx1x9k":["I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io."],"txEVTf":["No Listings"],"ty2gt9":["You need to follow the creator of the lucky drop."],"u2OWVJ":["Disconnect failed."],"u2Srv1":["Claim your Airdrop"],"u3ZeYl":["Transaction failed"],"u689pQ":["Ends in ",["relativeEndTime"]],"uAQUqI":["Status"],"uBAxNB":["Editor"],"uF9ruK":["Saving"],"uJQLj9":["Connect and switch between your wallets."],"uSMfoN":["Verify"],"uip9JY":["I wrote down those words in the correct order"],"ujpEaI":["Please connect your wallet"],"uqF4Nm":["Blockchain:"],"usVwcn":["No anti_whale(Unlimited number of transactions)"],"uv94aG":["Added by user"],"uv9cwh":["Bridge Network fee"],"uyJsf6":["About"],"v01kR+":["NFT PFP"],"v7U98p":["Failed to claim Lucky Drop."],"vH2C/2":["Swap"],"vLXevL":["Transaction cost"],"vOx+Me":["You can withdraw the remaining balance 24 hours after sending the lucky drop."],"vVEene":["View your Tokens and NFTs"],"vXIe7J":["Language"],"vXygio":["Not enough data to present."],"vel6Z1":["Request Source"],"vhlM+H":["Withdraw ",["0"]," for savings."],"vhqFTT":["Can't find a valid user address data source."],"vutynE":["Enable plugin"],"w0e0yw":["Gas limit must be at least ",["0"]],"w1ctdJ":["Encrypted Post"],"w3t1Hw":["Powered by <0>Go+"],"w4oOEJ":["Mask Community $ARB Giveaway"],"w9Xmw/":["Google Drive"],"wCtp6y":["Your Wallet is on **ready 🚀**"],"wDnczW":["Optimize the display of search results about ENS in social media."],"wGtbaw":["Amount per Share"],"wMHvYH":["Value"],"wNecg9":["Multiple transaction requests ",["0"]," / ",["1"]],"wNxsb2":["Reject ",["totalMessages"]," Transactions"],"wThGrS":["App Settings"],"wUlAUI":["<0>@",["currentUserId"]," connected already."],"wYA1q/":["Auto report the scam links to MetaMask"],"waXvJd":["NFT is not minted yet."],"wbDTs9":["Request timed out"],"wqppGn":["Permissions List"],"wvJOId":["This ENS does not exist or not be resolved."],"wxZZWc":["You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet."],"wxfXhJ":["Scam tx"],"x0PhCN":["Disconnected successfully."],"x4f8pZ":["Tips"],"x5LEuB":["Followers"],"x6rEou":["<0>",["user"]," claimed ",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"from <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"xBXg0L":["No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk."],"xC6eGY":["Mint function"],"xCJdfg":["Clear"],"xCcvjC":["Set up NFT PFP successfully"],"xDAtGP":["Message"],"xDO6ZN":["Plugin switch"],"xEQZ4z":["Use text encryption"],"xEX/9S":["No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk."],"xFCCR4":["Please enter the correct mnemonic words, private key, or upload the correct keystore file."],"xGVfLh":["Continue"],"xH6cn+":["Choose Token"],"xIxVmH":["Unlock ",["0"]," NFT contract."],"xPSvu3":["<0>",["websiteCount"]," ",["0","plural",{"one":["Website"],"other":["Websites"]}]],"xTQLHC":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Install @masknetwork to get yours."],"xeiujy":["Text"],"xjhtsV":["Chain"],"xoKE3v":["Disable Permit"],"xuKB2x":[["0"]," deposited."],"xupcu9":["Speed Up"],"y/+ReV":["No any collectible is available for preview. Please add your collectible here."],"y/kxxM":["Priority fee"],"y2i17G":["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."],"y3juHh":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"y3qyKP":["NFT Lucky Drop created."],"y49awp":["Set NFT Photo"],"y5aRAa":["Please enter cloud backup password to download file."],"y62Dys":["Network fee"],"y6VCOb":[["0"]," Mins"],"y6sq5j":["Following"],"yC/GKd":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3."],"yD15Uj":["Are you sure to remove this wallet?"],"yDUr0V":["Lucky Drop refunded."],"yFpcbN":["This request may be a phishing attach. I understand this and want to continue."],"yFrxQj":["Mnemonic word"],"yGyJ1l":["You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again."],"yHrAv+":["Claim Lucky Drop with ",["0"]," claimed."],"yKu/3Y":["Restore"],"yNBZ3N":["Enter gas limit"],"yNu9vD":["The wallet address already exists."],"yQE2r9":["Loading"],"yQqkIK":["24H Average Price"],"yRuvmU":["The mnemonic words has been copied, please keep it in a safe place."],"yTZe+y":["Snapshot"],"yVnV6H":["Please write down or copy these words and save them in a secure place."],"yVzBCJ":["NFT Lucky Drop claimed."],"yZhedI":["Gas fee settings"],"yb/fjw":["Approval"],"ybuu1v":["Oops, we can't find any results."],"ygW4tI":["Please connect your persona"],"yik0Qu":["Private Key"],"ykiu3o":["NFT Details"],"ylUhBz":["Click to retry"],"ylXk9u":["Encrypt the message in an image"],"yqc6uX":["This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing."],"ywDBfs":["Something went wrong!"],"yx/fMc":["High"],"yz7wBu":["Close"],"yzF66j":["Link"],"z+H8bd":["Your wallet does not meet the eligibility criteria for claiming."],"z/3+av":["License:"],"z1i6et":["Failed to ",["0"]," NFT contract."],"z27gFg":["If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it."],"z7Fh2l":["Base fee required: ",["MIN_BASE_FEE"]," Gwei"],"z9HeHt":["Create a Privy Wallet"],"zBPjcC":["Revoke the approval for token"],"zBUJYA":["The approval for this contract will be revoked in case of the amount is 0."],"zBftr8":["Claim NFT Lucky Drop"],"zEZe86":["You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends."],"zGTAja":[["claimed"]," Follow @",["account"]," (mask.io) to claim lucky drops."],"zJlXbX":["NFT"],"zPar3e":["Collectible"],"zX9KdB":["No following friends."],"zXagFp":["Copy Address"],"zZk9Yz":["Purchase"],"zga9sT":["OK"],"zgqgNP":["Purchasing...."],"zkEW09":["You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?"],"znqB4T":["Insufficient balance"],"zp7Ha3":["Backup Failed"],"zwBp5t":["Private"],"zxrGeO":["Gas limit must be bigger than ",["minGas"],"."],"zzDlyQ":["Success"]}} \ No newline at end of file diff --git a/packages/shared-base-ui/src/locale/ko-KR.po b/packages/shared-base-ui/src/locale/ko-KR.po index 04342a139d72..5532c42a28ca 100644 --- a/packages/shared-base-ui/src/locale/ko-KR.po +++ b/packages/shared-base-ui/src/locale/ko-KR.po @@ -1,29 +1,7457 @@ msgid "" msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:56\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/shared-base-ui/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1010\n" - -#: src/components/ErrorBoundary/CrashUI.tsx +"POT-Creation-Date: 2025-10-27 22:51+0800\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: @lingui/cli\n" +"Language: ko-KR\n" + +#: packages/shared/src/UI/components/CompositionDialog/PluginEntryRender.tsx +#: packages/shared/src/UI/components/CompositionDialog/PluginEntryRender.tsx +msgid "(beta)" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "(the name is set by the web site)" +msgstr "" + +#. placeholder {0}: millisecondsToHours(value) +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "{0, plural, one {# Hour} other {# Hours}}" +msgstr "" + +#. placeholder {0}: feed.actions.length +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +msgid "{0, plural, one {Action} other {Actions}}" +msgstr "" + +#. placeholder {0}: strategies.length +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "{0, plural, one {Strategy} other {Strategies}}" +msgstr "" + +#. placeholder {0}: value.length +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/PreviewCard.tsx +msgid "{0, plural, one {This domain is} other {These domains are}} currently on the Mask Network warning list which may include malicious entries, phishing or scams." +msgstr "" + +#. placeholder {0}: metadata?.action || '' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProfileAction.tsx +msgid "{0, select, create {<0>{user} created a profile on <1>{platform}} update {<2>{user} updated a profile on <3>{platform}} other {}}" +msgstr "" + +#. placeholder {0}: decryptProgress || '' +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptPostAwaiting.tsx +msgid "{0, select, finding_post_key {Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you.} finding_person_public_key {Mask is looking for the public key of the author...} other {Mask is decrypting...}}" +msgstr "" + +#. placeholder {0}: omitSizeLimit ? 'omit' : '' +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "{0, select, other {<0>Size limit: {fileSize}} omit {}}" +msgstr "" + +#. placeholder {0}: post.type || '' +#. placeholder {1}: post.source +#. placeholder {2}: post.source +#. placeholder {3}: post.reporter?.handle +#. placeholder {4}: post.source +#. placeholder {5}: post.source +#. placeholder {6}: post.source +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/FeedSummary.tsx +msgid "{0, select, Post {<0/><1>{handle} published a post on <2>{1}} Comment {<3/><4>{handle} made a comment on <5>{2}} Mirror {<6/><7>{3} mirrored a post post by<8/><9>{handle} on <10>{4}} Quote {<11/><12>{handle} quoted a post post on <13>{5}} other {<14/><15>{handle} post stuff on <16>{6}}}" +msgstr "" + +#. placeholder {0}: dateTimeFormat(locale, new Date(patchedHistory.creation_time)) +#. placeholder {0}: format(fromUnixTime(timestamp), 'M/d/yyyy HH:mm') +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +msgid "{0} (UTC+8)" +msgstr "" + +#. placeholder {0}: message.action +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} {1} approval successfully." +msgstr "" + +#. placeholder {0}: formatBalance(received, toToken.decimals) +#. placeholder {1}: toToken.symbol +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "{0} {1} bridge completed successfully." +msgstr "" + +#. placeholder {0}: message.action +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} {1} NFT contract successfully." +msgstr "" + +#. placeholder {0}: message.action +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} {1} NFT contract." +msgstr "" + +#. placeholder {0}: formatBalance(received, toToken.decimals) +#. placeholder {1}: toToken.symbol +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "{0} {1} swap completed successfully." +msgstr "" + +#. placeholder {0}: attentionFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Attention factor" +msgstr "" + +#. placeholder {0}: attentionFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Attention factors" +msgstr "" + +#. placeholder {0}: formatTokenBalance(tokenBalance, token?.decimals) +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "{0} available" +msgstr "" + +#. placeholder {0}: bridge?.router.bridgeName +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "{0} Bridge Network fee" +msgstr "" + +#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "{0} days" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} deposited." +msgstr "" + +#. placeholder {0}: count.toString() +#: packages/plugins/FileService/src/SiteAdaptor/components/FileChip.tsx +msgid "{0} files selected" +msgstr "" + +#. placeholder {0}: conditions.join('/') +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "{0} Holder" +msgstr "" + +#. placeholder {0}: wallet?.name || 'Your wallet' +#: packages/mask/popups/pages/Wallet/ConnectedSites/index.tsx +msgid "{0} is connected to these sites, they can view your account address." +msgstr "" + +#. placeholder {0}: formatCount(currentSpace.followersCount, 1) +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileSpaceHeader.tsx +msgid "{0} members" +msgstr "" + +#. placeholder {0}: millisecondsToMinutes(value) +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "{0} Mins" +msgstr "" + +#. placeholder {0}: fromNetwork?.name +#. placeholder {0}: toNetwork?.name +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "{0} Network fee" +msgstr "" + +#. placeholder {0}: expectedChainName ?? '' +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "{0} network is not added to the wallet. Please add it and try again." +msgstr "" + +#. placeholder {0}: message.action +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT contract" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT contract unlocked." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT Lucky Drop created." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT transferred." +msgstr "" + +#. placeholder {0}: pendingTransactions.length +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +#: packages/shared/src/UI/components/WalletStatusBox/usePendingTransactions.tsx +msgid "{0} Pending" +msgstr "" + +#. placeholder {0}: sourceType ?? SourceType.NFTScan +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "{0} Platform costs" +msgstr "" + +#. placeholder {0}: fromNetwork?.name || '' +#. placeholder {0}: fromNetwork?.name||"" +#. placeholder {0}: toNetwork?.name || '' +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx +msgid "{0} Pool" +msgstr "" + +#. placeholder {0}: riskyFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Risky factor" +msgstr "" + +#. placeholder {0}: riskyFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Risky factors" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} sent." +msgstr "" + +#. placeholder {0}: fromNetwork?.fullName || '--' +#. placeholder {1}: toNetwork?.fullName || '--' +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "{0} to {1}" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} unlocked" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} were claimed" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} withdrawn." +msgstr "" + +#. placeholder {0}: mins.replace(/\.?0+$/u, '') +#. placeholder {0}: mins.replace(/\.?0+$/u,"") +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/helpers/formatTime.ts +msgid "{0}m" +msgstr "" + +#. placeholder {0}: metadata?.collection ?? 'Unknown' +#. placeholder {1}: metadata?.collection ?? 'Unknown' +#. placeholder {2}: metadata?.action || '' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleApprovalAction.tsx +msgid "{2, select, approve {<0>{user} approved {0} to <1>{contract}} revoke {<2>{user} approved {1} to <3>{contract}} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/StakingAction.tsx +msgid "{actionType, select, stake {<0>{user} staked <1>{symbol}} claim {<2>{user} claimed <3>{symbol}} unstake {<4>{user} un-staked <5>{symbol}} other {}}" +msgstr "" + +#. placeholder {0}: `$${token?.symbol}` +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "{amount} {0} tips sent." +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "{attentionFactors, plural, one {# Attention item} other {# Attention items}}" +msgstr "" + +#. placeholder {0}: shareTextOption.account +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +msgid "{claimed} Follow @{0} (mask.io) to claim lucky drops." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "{claimed} Follow @{account} (mask.io) to claim lucky drops." +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenApprovalAction.tsx +msgid "{context, select, approve {<0>{user} approved <1>{amount} {symbol} to <2>{contract}} revoke {<3>{user} revoked the approval of <4>{amount} {symbol} to <5>{contract}} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenOperationAction.tsx +msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}} other {}}" +msgstr "" + +#: build/bundled/201.js +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "{count, plural, one {You have recovered **# Wallet 🚀**} other {You have recovered **# Wallets 🚀**}}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom} other {}}" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "{mins}min" +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "{riskyFactors, plural, one {# Risky item} other {# Risky items}}" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/helpers/formatTime.ts +msgid "{seconds}s" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "{seconds}sec" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "{shareWithNum, plural, one {1 friend} other {# friends}}" +msgstr "" + +#: packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx msgid "{subject} has an error" msgstr "" -#: src/components/ErrorBoundary/CrashUI.tsx -msgid "Report on GitHub" -msgstr "GitHub에서 보고하기" +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/NoteAction.tsx +msgid "{type, select, post {<0>{user} publish a post on {platform}} mint {<1>{user} minted a post on {platform}} revise {<2>{user} revised a post on {platform}} share {<3>{user} shared a post on {platform}} other {}}" +msgstr "" -#: src/components/ErrorBoundary/CrashUI.tsx -msgid "Try to recover" -msgstr "복구하기" +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "{walletLength, plural, one {# Wallet} other {# Wallets}}" +msgstr "" + +#. placeholder {0}: postLink.toString() +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "@{sender} is sending an NFT lucky drop on {networkName} network. {account_promote} {promote_short} #mask_io #LuckyDrop {0}" +msgstr "" + +#. placeholder {0}: formatAmount(asset.amount) +#. placeholder {1}: asset.symbol || asset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn} other {}} <1>{0} {1} " +msgstr "" + +#. placeholder {0}: formatAmount(inAsset.amount) +#. placeholder {1}: inAsset.symbol || inAsset.name +#. placeholder {2}: formatAmount(outAsset.amount) +#. placeholder {3}: outAsset.symbol || outAsset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> {txType, select, trade {traded} mint {minted} other {traded}} <1>{0} {1} for <2>{2} {3}" +msgstr "" + +#. placeholder {0}: formatAmount(asset.amount) +#. placeholder {1}: asset.symbol || asset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> approved <1>{0} {1}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> approved with <1/>" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> interacted with <1/>" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0/> minted{0, select, name {<1>{1} } nft {<2>an NFT } other {}}" +msgstr "" + +#. placeholder {0}: action.platform +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedCard/CommentCard.tsx +msgid "<0/> publish a post on {0}" +msgstr "" + +#. placeholder {0}: asset.symbol || asset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> unapproved <1>{0}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/>{txType, select, deploy {deployed} execute {executed} other {}}<1/>" +msgstr "" + +#. placeholder {0}: feed.type +#. placeholder {1}: feed.platform +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProfileLinkAction.tsx +msgid "<0>{formattedUser} {0, select, follow {followed} unfollow {un-followed} other {}} <1>{other} on <2>{1}" +msgstr "" + +#. placeholder {0}: metadata?.action || '' +#. placeholder {1}: feed.platform! +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/LiquidityAction.tsx +msgid "<0>{user} {0, select, supply {supplied} add {added} repay {repaid} withdraw {withdrew} collect {collected} remove {removed} borrow {borrowed} other {}} liquidity on <1>{1}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProfileProxy.tsx +msgid "<0>{user} appointed a proxy on <1>{platform}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenBridgeAction.tsx +msgid "<0>{user} bridged <1>{amount} {symbol} from <2>{source} to <3>{target}" +msgstr "" + +#. placeholder {0}: metadata?.name +#. placeholder {1}: verbose ? 'name' : 'nft' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} burned <1>{1, select, nft {an NFT} name {{0}} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/UnknownAction.tsx +msgid "<0>{user} carried out an activity to <1>{target} on <2>{platform}" +msgstr "" + +#. placeholder {0}: verbose ? 'verbose' : 'simple' +#. placeholder {1}: metadata!.name +#. placeholder {2}: costMetadata ? 'cost' : 'free' +#. placeholder {3}: formatValue(costMetadata) +#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}from <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/DonationAction.tsx +msgid "<0>{user} donated <1>{costValue} {costSymbol}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/DonationAction.tsx +msgid "<0>{user} donated <1>{costValue} {costSymbol} to <2>{project}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CommentAction.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedCard/CommentCard.tsx +msgid "<0>{user} made a comment on {platform}" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} minted {0, select, name {<1>{1} } nft {<2>an NFT } other {}}for <3>{value} {symbolName}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProposeAction.tsx +msgid "<0>{user} proposed" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: feed.actions[1].metadata!.name +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} registered {0, select, name {<1>{1} } nft {<2>an ENS } other {}}for <3>{costValue} {costSymbol}" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#. placeholder {2}: formatValue(cost) +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName}" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#. placeholder {2}: formatValue(cost) +#. placeholder {3}: feed.platform +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName} on <5>{3}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenSwapAction.tsx +msgid "<0>{user} swapped <1>{from_value} {from_symbol} to <2>{to_value} {to_symbol} on <3>{platform}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/VoteAction.tsx +msgid "<0>{user} voted for <1>{option} on <2>{platform}" +msgstr "" + +#. placeholder {0}: verbose ? 'verbose' : 'simple' +#. placeholder {1}: metadata!.name +#. placeholder {2}: costMetadata ? 'cost' : 'free' +#. placeholder {3}: formatValue(costMetadata) +#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}to <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" +msgstr "" + +#. placeholder {0}: websiteCount || 0 +#: packages/mask/popups/pages/Settings/index.tsx +msgid "<0>{websiteCount} {0, plural, one {Website} other {Websites}}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "<0>@{currentUserId} connected already." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "<0>0 Followers <1>0 Following" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +msgid "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." +msgstr "" + +#. placeholder {0}: formatDistanceToNow(Math.ceil(offer.expiredAt!), { addSuffix: true, }) +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OfferCard.tsx +msgid "<0>Expires in {0}" +msgstr "" + +#. placeholder {0}: formatEthereumAddress(transaction.formattedTransaction.popup.spender, 4) +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "<0>Granted to <1>{0}" +msgstr "" + +#. placeholder {0}: tweet.amount_usd +#: packages/plugins/VCent/src/SiteAdaptor/TweetDialog.tsx +msgid "<0>Latest offer at <1>${0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." +msgstr "" + +#: packages/shared/src/UI/components/MaskPluginWrapper/index.tsx +msgid "<0>Powered by {publisherNode}" +msgstr "" + +#. placeholder {0}: provider ?? 'Mask Network' +#: packages/shared/src/UI/components/PluginCardFrame/index.tsx +msgid "<0>Powered by <1>{0}" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "<0>Powered by <1>Mask Network" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/PluginDescriptor.tsx +msgid "<0>Powered by <1>Mask Network" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/Footer.tsx +msgid "<0>Powered by<1>Go+" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +msgid "<0>Powered by<1>Mask Network" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "<0>Powered by<1>OKX<2/>" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/NotFound.tsx +msgid "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "<0>Service Agreement and <1>Privacy Policy" +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +msgid "<0>To: <1>{to}" +msgstr "" + +#. placeholder {0}: totalBalance.toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2, }) +#: packages/plugins/Handle/src/SiteAdaptor/SearchResultInspector.tsx +msgid "<0>USD Value<1>${0}" +msgstr "" + +#: build/bundled/168.js +#: packages/mask/content-script/site-adaptors/twitter.com/customization/i18n.ts +msgid "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {encrypted} to send your first encrypted tweet." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "📃📃📃 Try to permanently use decentralized file storage on {sns}. Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +msgstr "" + +#. placeholder {0}: token?.contract?.name || 'NFT' +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "1 {0} claimed." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "1 {0} NFT Lucky Drop claimed." +msgstr "" + +#. placeholder {0}: nonFungibleToken?.contract?.name || 'NFT' +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "1 {0} tips sent." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "1 NFT claimed." +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "1. If you haven't installed the {name} Wallet" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "12-word recovery phrase is used to recover your persona data." +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "2. If you have installed the {name} Wallet" +msgstr "" + +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "24 Hour Trading Vol" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "24H Average Price" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "24H sale" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "24H Traded Volume" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "a token" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialog.tsx +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "About" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "About {collectionName}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "About Permit" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "Account connected.<0/><1/>Try to explore more features powered by Mask Network." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts +msgid "Account successfully connected to persona" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletAssets/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "Activities" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Activity Log" +msgstr "" + +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +#: packages/mask/popups/pages/Friends/ContactCard/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/Derive.tsx +msgid "Add" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Add a Custom Cover" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/CommentBox.tsx +msgid "Add an encrypted comment..." +msgstr "" + +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +msgid "Add Assets" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/Tips/src/components/NFTSection/index.tsx +#: packages/shared/src/UI/modals/AddCollectiblesModal/AddCollectiblesDialog.tsx +msgid "Add Collectibles" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "Add Contact" +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "Add google Drive" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +#: packages/mask/popups/pages/Wallet/NetworkManagement/index.tsx +msgid "Add Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +msgid "Add new address to an existing group" +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "Add NFTs" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Add Suggested Token" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Add the file to Chrome's database" +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "Add wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/StartUp/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/Derive.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/ProfileCard.tsx +msgid "Add Wallet" +msgstr "" + +#: packages/mask/popups/components/TokenPicker/TokenItem.tsx +#: packages/mask/popups/pages/Wallet/components/AssetsList/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/FungibleTokenItem.tsx +msgid "Added by user" +msgstr "" + +#: packages/mask/popups/pages/Friends/ContactCard/index.tsx +msgid "Added successfully" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/shared/src/UI/components/TokenWithSocialGroupMenu/index.tsx +#: packages/shared/src/UI/wallet/DeriveWalletTable.tsx +msgid "Address" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx +msgid "Address: <0>{address}" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Adjust Selection" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +msgid "Advanced" +msgstr "" + +#: packages/shared/src/UI/modals/SelectAdvancedSettingsDialog/SelectGasSettingsDialog.tsx +msgid "Advanced Settings" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +msgid "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Aggregator" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Agree" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Airdrop Scam" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "All" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx +msgid "All Mask Network users" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Allow this site to switch the network?" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Allow us to collect your usage information to help us improve Mask." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +msgid "Already following" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Amount" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Amount Each" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Amount per Share" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "an NFT" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Anti_whale(Limited number of transactions)" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +msgid "App list" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx +msgid "APP list" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx +msgid "App Settings" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Appearance" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +msgid "Applications" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalDialog.tsx +#: packages/plugins/Approval/src/SiteAdaptor/index.tsx +#: packages/plugins/Approval/src/SiteAdaptor/index.tsx +msgid "Approval" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +#: packages/shared/src/UI/components/GrantPermission/index.tsx +msgid "Approve" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "Approve amount" +msgstr "" + +#. placeholder {0}: amount ? {formatSpendingCap(amount)} : null +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "Approved Amount {0}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Approving" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +msgid "APR" +msgstr "" + +#. placeholder {0}: formatEthereumAddress(wallet.identity, 4) +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Are you sure to remove the connected wallet <0>{0}?" +msgstr "" + +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +msgid "Are you sure to remove this wallet?" +msgstr "" + +#. placeholder {0}: collection?.name ? 'hasName' : 'noName' +#. placeholder {1}: collection?.name || '' +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Are you sure to report {0, select, hasName {{1}} noName {this NFT} other {this NFT}}? After confirmed, this NFT will be marked as spam." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "Are you sure?" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +msgid "Are your sure you want to disconnect? You may lose part of functionalities of this website." +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/index.tsx +msgid "Artblocks" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/index.tsx +msgid "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Arweave" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +msgid "Asset" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Asset is hidden." +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "Associated Accounts" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "At least 6 characters" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "At most {RED_PACKET_MAX_SHARES} recipients" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +msgid "At most {SOL_REDPACKET_MAX_SHARES} recipients" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileChip.tsx +msgid "Attached File: {name} ({size})" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "Author" +msgstr "" + +#: build/bundled/51.js +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "Authorization Failed" +msgstr "" + +#: packages/plugins/ScamSniffer/src/SiteAdaptor/ScamAlert.tsx +msgid "Auto report the scam links to MetaMask" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "Auto-lock" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "Auto-lock Time" +msgstr "" + +#: packages/shared/src/UI/components/FungibleTokenInput/UI.tsx +msgid "Available Balance" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Available to Everyone" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Avatar set successfully" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Average" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +msgid "Back" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +msgid "Back Up Your Data Your Way" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Backup" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Backup & Recovery" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Backup Failed" +msgstr "" + +#: packages/shared/src/UI/components/QRCode/index.tsx +msgid "Backup failed, <0>try again" +msgstr "" + +#. placeholder {0}: user.cloudBackupAt +#. placeholder {0}: user.localBackupAt +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Backup on {0}" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Backup password" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Backup Password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Backup password set successfully" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Backup Persona" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Backup Successful" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +msgid "Backup to Google Drive" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Backup to the Cloud" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx +msgid "Backup Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +#: packages/shared/src/UI/components/FungibleTokenInput/UI.tsx +msgid "Balance" +msgstr "" + +#: packages/shared/src/UI/components/TokenAmountPanel/index.tsx +msgid "Balance: <0/>" +msgstr "" + +#. placeholder {0}: balance || 0 +#: packages/plugins/RedPacket/src/SiteAdaptor/components/CollectionSelectPanel.tsx +msgid "Balance: <0>{0}" +msgstr "" + +#: packages/shared/src/UI/wallet/DeriveWalletTable.tsx +msgid "Balance({symbol})" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Base" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Base fee required: {MIN_BASE_FEE} Gwei" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +msgid "Basic" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Basic setting" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Be aware, check the token before adding it." +msgstr "" + +#: packages/plugins/ScamSniffer/src/SiteAdaptor/ScamAlert.tsx +msgid "Be careful what you visit and sign!" +msgstr "" + +#: build/bundled/101.js +#: build/bundled/101.js +#: build/bundled/101.js +#: build/bundled/101.js +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/components/MessageInput.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/PreviewNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/PreviewRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/contexts/RedPacketContext.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/contexts/SolRedpacketContext.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +msgid "Best Wishes!" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Blacklist function" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Block Explorer URL" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Blockchain" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Blockchain:" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/PluginProviderRender.tsx +msgid "Blocto only supports the Flow chain." +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Bridge" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "Bridge anyway" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx +msgid "Bridge between this token pair are't supported at the moment." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Bridge Network fee" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Bridging" +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Browse Files" +msgstr "" + +#: packages/mask/content-script/site-adaptors/twitter.com/injection/ToolboxHint_UI.tsx +msgid "Browse the Web3 footprints of your X friends, enjoy the freedom of Web3." +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Browser File" +msgstr "" + +#: packages/plugins/VCent/src/SiteAdaptor/index.tsx +msgid "Buy & sell tweets autographed by their original creators." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Buy Now" +msgstr "" + +#. placeholder {0}: percentageToNumber(info.sell_tax) +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Buy Tax: {0}" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "By checking this box, I agree to ArtBlocks's <0>Terms of Service." +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "By confirming means that you agree to bear the possible risks above." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "By granting permission, you are allowing the following <0/> contract to access your funds" +msgstr "" + +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +msgid "By granting permission, you are allowing the following <0/> contract to access your NFTs." +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "By proceeding you agree to the" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +msgid "By using this plugin, you agree to the <0>terms and the <1>privacy policy." +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/components/Footer.tsx +#: packages/plugins/Calendar/src/SiteAdaptor/index.tsx +msgid "Calendar" +msgstr "" + +#. placeholder {0}: lensAccount.operations.canFollow.reason +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Can not follow: {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +msgid "Can't find a valid user address data source." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/modals/ConfirmModal/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/DeleteContactModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/GasSettingModal/index.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Personas/PersonaSignRequest/index.tsx +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +#: packages/shared/src/UI/modals/ConfirmDialog/index.tsx +#: packages/shared/src/UI/modals/ImageEditor/ImageEditor.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Cancel" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Cancel Transaction" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Cannot switch to a unknown network." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Cast your vote" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +msgid "Category" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Chain" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Chain ID" +msgstr "" + +#. placeholder {0}: currentNetwork?.chainId ?? currentChainId +#. placeholder {0}: nextNetwork?.chainId ?? nextChainId +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Chain ID: {0}" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/HandlerDescription.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/ProfilePopup.tsx +#: packages/shared/src/UI/components/WalletStatusBar/Action.tsx +#: packages/shared/src/UI/components/WalletStatusBar/WalletMenuItem.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +msgid "Change" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Change another account and try again." +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Change Backup Password" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangeNetwork.tsx +msgid "Change Network" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialogContent.tsx +msgid "Change NFT PFP" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Change Owner" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx +msgid "Change Payment Password" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change to EVM Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change to Flow Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change to Solana Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change Wallet" +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Check {providerName} to confirm connect." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Check on Explorer" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Check out the official website" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/CheckSecurityDialog.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/index.tsx +msgid "Check Security" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Checking Approve" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Choose a Cover" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/index.tsx +msgid "Choose and show your Web3 footprints on X." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Choose another wallet" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +msgid "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." +msgstr "" + +#: packages/mask/popups/modals/ChooseToken/index.tsx +msgid "Choose Token" +msgstr "" + +#: build/bundled/212.js +#: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx +msgid "Chrome - external extension" +msgstr "" + +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Circulating Supply" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimDialog/index.tsx +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimEntry/index.tsx +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +#: packages/plugins/Claim/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +msgid "Claim" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Claim Conditions" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Claim Details" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ClaimOnFirefly.tsx +#: packages/shared/src/UI/translate.ts +msgid "Claim Lucky Drop" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Claim Lucky Drop with {0} claimed." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Claim NFT Lucky Drop" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +msgid "Claim on Firefly" +msgstr "" + +#: packages/plugins/Claim/src/hooks/useClaimAirdrop.tsx +#: packages/shared/src/UI/translate.ts +msgid "Claim your Airdrop" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Claim your Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Claim your NFT Lucky Drop" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Claimable" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Claimed" +msgstr "" + +#. placeholder {0}: tokenDetail.symbol +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +msgid "Claimed {amount} ${0} successfully." +msgstr "" + +#. placeholder {0}: rpid ? bitStatusList.filter(Boolean).length.toString() : '0' +#. placeholder {1}: patchedHistory.shares +#. placeholder {2}: collection?.name ?? '' +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +msgid "Claimed: <0>{0}/{1} <1>{2}" +msgstr "" + +#. placeholder {0}: formatTokenAmount(claim_amounts || 0, token_decimal, false) +#. placeholder {1}: formatTokenAmount(total_amounts || 0, token_decimal, false) +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2><3>{tokenSymbol}" +msgstr "" + +#. placeholder {0}: duration.hours ?? '' +#. placeholder {1}: duration.minutes ?? '' +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Claiming will be live until: <0> {days} d {0} h {1} m" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +msgid "Claiming..." +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Classics Logo" +msgstr "" + +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Clear" +msgstr "" + +#: packages/shared/src/UI/components/WalletStatusBox/usePendingTransactions.tsx +msgid "Clear All" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PostDialogHint.tsx +msgid "Click here to have a quick start." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Click on <0/> at the top-right of your browser." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Click on the down-arrow to see the private key." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Click the application icon to hide in the App list." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Click the application icon to list it on the App board." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Click the settings icon to list it on the App board." +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Click to retry" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PageInspector.tsx +#: packages/plugins/Tips/src/SiteAdaptor/components/TipsRealmContent/index.tsx +msgid "Close" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "Close [Check Security]?" +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Cloud Backup" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Collectible" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalDialog.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/CollectionSelectPanel.tsx +msgid "Collectibles" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/Collectible.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Collection" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +msgid "Collection Approval" +msgstr "" + +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Community" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Complete" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +msgid "Completed" +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/dashboard/modals/ConfirmModal/index.tsx +#: packages/mask/popups/components/NFTAvatarPicker/index.tsx +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/modals/ConfirmModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ShowPrivateKeyModal/index.tsx +#: packages/mask/popups/modals/WalletAutoLockSettingModal/index.tsx +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +#: packages/plugins/FileService/src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/SelectLiquidity.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +#: packages/shared/src/UI/modals/ConfirmDialog/index.tsx +#: packages/shared/src/UI/modals/ConfirmModal/Dialog.tsx +#: packages/shared/src/UI/modals/ConfirmModal/Dialog.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +#: packages/shared/src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Confirm" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Confirm Bridge" +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Confirm Password" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Confirm Payment Password" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Confirm Swap" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/plugins/GoPlusSecurity/src/UI/TokenSecurityBoundary.tsx +msgid "Confirm swap risk" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Confirm the Lucky Drop" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Confirm this Signature in your wallet." +msgstr "" + +#: packages/shared/src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx +msgid "Confirm this transaction in your wallet" +msgstr "" + +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +msgid "Confirm this transaction in your wallet." +msgstr "" + +#. placeholder {0}: asset.symbol +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Confirm to hide {0}? You can redisplay it by re-adding this token at any time." +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Confirm to hide {name}? You can redisplay it by re-adding this NFT at any time." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Confirming" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Congratulations" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +#: packages/shared/src/UI/components/TokenTransactionConfirmModal/index.tsx +#: packages/shared/src/UI/components/TokenTransactionConfirmModal/index.tsx +msgid "Congratulations!" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/popups/components/ConnectedWallet/index.tsx +#: packages/mask/popups/components/SocialAccounts/index.tsx +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +msgid "Connect" +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Connect {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +msgid "Connect and switch between your wallets." +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Connect and Verify {0}" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Connect EVM Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Connect Flow Wallet" +msgstr "" + +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +msgid "Connect Mask Network Account using your wallet." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +#: packages/shared/src/UI/components/ConnectPersonaBoundary/index.tsx +msgid "Connect Persona" +msgstr "" + +#: packages/mask/popups/modals/ConnectSocialAccountModal/index.tsx +msgid "Connect Social Account" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Connect Solana Wallet" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +#: packages/shared/src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx +#: packages/shared/src/UI/components/WalletStatusBar/PluginWalletStatusBar.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +#: packages/shared/src/UI/modals/SelectProviderModal/SelectProvider.tsx +msgid "Connect Wallet" +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Connect with {providerName}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/AddChainRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Connect with Mask Wallet" +msgstr "" + +#: packages/mask/popups/components/SocialAccounts/index.tsx +msgid "Connect your social platform accounts." +msgstr "" + +#: packages/mask/content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +#: packages/shared/src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx +msgid "Connect your wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletHeader/UI.tsx +msgid "Connected" +msgstr "" + +#. placeholder {0}: currentPersona?.nickname +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Connected {0} with {walletName}." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ConnectedSites/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/ConnectedOrigins.tsx +msgid "Connected sites" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Connected successfully." +msgstr "" + +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network." +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Connected Wallet" +msgstr "" + +#: packages/shared/src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx +msgid "Connected wallets settings" +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Connecting operation cancelled in third-party wallet." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Connecting your {providerType} wallet" +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +msgid "Contact added." +msgstr "" + +#: packages/mask/popups/modals/DeleteContactModal/index.tsx +msgid "Contact deleted." +msgstr "" + +#: packages/mask/popups/modals/EditContactModal/index.tsx +msgid "Contact edited." +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +#: packages/mask/popups/pages/Friends/Home/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/Contacts.tsx +msgid "Contacts" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreFromMnemonic.tsx +#: packages/mask/dashboard/components/Restore/RestoreFromPrivateKey.tsx +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Phrase.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Continue" +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Contract" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Contract Creator" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Contract Deployment" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Contract Deployment {0}" +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +#: packages/shared/src/UI/translate.ts +msgid "Contract Interaction" +msgstr "" + +#: build/bundled/120.js +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/CheckSecurityDialog.tsx +msgid "Contract Not Found" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Contract Owner" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Contract source code not verified" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Contract source code verified" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Contract:" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "contributions" +msgstr "" + +#: packages/mask/popups/components/PrivateKeyDisplay/index.tsx +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +msgid "Copied" +msgstr "" + +#: packages/shared/src/UI/components/CopyButton/index.tsx +msgid "Copied!" +msgstr "" + +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +#: packages/shared/src/UI/components/CopyButton/index.tsx +msgid "Copy" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +msgid "Copy Address" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Copy image" +msgstr "" + +#: packages/mask/popups/components/PrivateKeyDisplay/index.tsx +msgid "Copy private key" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Copy text" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Could not fetch chain ID. Is your RPC URL correct?" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Cover" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Create" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Create a New Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Create a Privy Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Create a Privy wallet using an X account" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create Lucky Drop" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Create New Mask Identity" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create NFT Lucky Drop" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Create Password" +msgstr "" + +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Create persona" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Personas/Home/UI.tsx +#: packages/plugins/NextID/src/components/Actions/index.tsx +#: packages/shared/src/UI/components/ConnectPersonaBoundary/index.tsx +msgid "Create Persona" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create Smart Pay wallet" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Create the Lucky Drop" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +msgid "Create time:" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create your Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create your NFT Lucky Drop." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Create your persona to get started" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Created a SmartPay wallet on Polygon network." +msgstr "" + +#. placeholder {0}: project.artistName +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Created by <0>{0} • <1>Website" +msgstr "" + +#. placeholder {0}: format(project.metadata.createdAt, 'MMMM do, yyyy') +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "Created on: {0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Creating or retrieving your wallet with Privy. Please confirm on the X authorization page." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Creating your **identity**" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +msgid "Creating your **wallet**" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Creation Completed" +msgstr "" + +#: packages/plugins/CrossChainBridge/src/SiteAdaptor/CrossChainBridgeDialog.tsx +#: packages/plugins/CrossChainBridge/src/SiteAdaptor/index.tsx +msgid "Cross-chain" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Crypto Holder" +msgstr "" + +#: packages/mask/popups/modals/ChooseCurrencyModal/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangeCurrency.tsx +msgid "Currency" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Currency Symbol (Optional)" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/ProfileCard.tsx +msgid "Current" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Current account is not the verifying account." +msgstr "" + +#. placeholder {0}: formatCurrency(formatWeiToGwei(baseFeePerGas), '') +#. placeholder {0}: formatWeiToGwei(gasOptions.normal.baseFeePerGas).toFixed(2, BigNumber.ROUND_UP) +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Current base fee is {0} Gwei" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +msgid "Current results" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Current wallet does not support to interact with Lens protocol." +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceForm.tsx +msgid "Custom" +msgstr "" + +#: packages/plugins/Avatar/src/Application/PersonaPage.tsx +msgid "Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe." +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/index.tsx +msgid "CyberConnect" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/index.tsx +msgid "DAO" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Dark" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Data" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Data backed up successfully!" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Data correlation" +msgstr "" + +#. placeholder {0}: fromTwitter ? AddressPlatform.Twitter : 'normal' +#: packages/shared/src/UI/components/AccountIcons/index.tsx +msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and }}{sources}." +msgstr "" + +#. placeholder {0}: platform || '' +#: packages/shared/src/UI/components/AccountIcons/index.tsx +msgid "Data source is retrieved from {0, select, twitter {Twitter profile} facebook {Facebook profile} other {}}." +msgstr "" + +#. placeholder {0}: resolveNextIDPlatformName(platform) || platform +#. placeholder {0}: type?.replace('_', ' ') ?? '' +#: packages/shared/src/UI/components/AccountIcons/index.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialTooltip.tsx +msgid "Data source is retrieved from {0}." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Date" +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/index.tsx +msgid "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/index.tsx +msgid "Decentralized social graph protocol for user-centric Web3." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +msgid "Decrypt failed, please check password" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. {encrypted}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx +msgid "Decrypted by Mask Network" +msgstr "" + +#: packages/shared/src/UI/components/MaskPluginWrapper/index.tsx +msgid "Default" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +msgid "Delete" +msgstr "" + +#: packages/mask/popups/modals/DeleteContactModal/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "Delete Contact" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Delete File" +msgstr "" + +#: packages/mask/popups/pages/Friends/Detail/index.tsx +msgid "Deleted successfully" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Deploy a SmartPay wallet on Polygon network." +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +msgid "Deploy Contract" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Deploy Smarty Pay wallet" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsDialog.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/SavingsRow.tsx +msgid "Deposit" +msgstr "" + +#. placeholder {0}: protocol.bareToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Deposit {0}" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Deposit {0} for savings." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Deposit token" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DescriptionCard.tsx +msgid "Description" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/Collectible.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/DetailDialog.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/DetailDialog.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/SocialFeedDetailsModal/DetailDialog.tsx +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Details" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/index.tsx +msgid "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." +msgstr "" + +#. placeholder {0}: quote?.toToken.tokenSymbol +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "Dex/Est received ({0})" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "Disable Permit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +msgid "Disconnect" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +msgid "Disconnect all accounts" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Disconnect failed." +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Disconnect Social Account?" +msgstr "" + +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Disconnect Wallet?" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +msgid "Disconnected successfully." +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Disconnected." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ClaimOnFirefly.tsx +msgid "Discovered a LuckyDrop event on the FireFly website." +msgstr "" + +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +#: packages/shared/src/UI/contexts/components/InjectedDialog.tsx +msgid "Dismiss" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/index.tsx +msgid "Display Snapshot proposals on the X of the respective project or protocol." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/index.tsx +msgid "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/index.tsx +msgid "Display specific information of Gitcoin projects, donate to a project directly on social media." +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +msgid "Display the following address on your Web3 profile page and use it to receive tips." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PageInspector.tsx +msgid "Do you need to paste encrypted content manually?" +msgstr "" + +#. placeholder {0}: file.name +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Do you want to delete file <0>{0}" +msgstr "" + +#. placeholder {0}: selectedAccount?.identifier.userId +#. placeholder {1}: currentPersona.nickname +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Do you want to remove the verified association between the X account @<0>{0} and {1}?" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Domain" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/PluginEntryRender.tsx +msgid "Domain Request" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Don't forget to pin Mask Network in the browser toolbar to access Web3 easily." +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx +msgid "Don't see your NFT?" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Donate" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/shared/src/hooks/useSnackbarCallback.tsx +#: packages/shared/src/hooks/useSnackbarCallback.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Done" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +#: packages/mask/dashboard/components/GoogleDriveFileTable.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +msgid "Download" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +msgid "Download Backup" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Download https://mask.io to try more powerful tools on Twitter." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +msgid "Download report" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Download the {name} Wallet here" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Downloading" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Drag & Drop your file here" +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/PluginHeader.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/PluginDescriptor.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "DSearch" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +#: packages/shared/src/UI/modals/ImageEditor/ImageEditor.tsx +msgid "Edit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "Edit Contact" +msgstr "" + +#: packages/plugins/Avatar/src/Application/RouterDialog.tsx +msgid "Edit Profile" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Editor" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +msgid "eg: X accounts, persona public keys, wallet addresses or ENS" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Eligible to claim" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Email" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Email verification code" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "Empty" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/CompositionUI.tsx +msgid "Enable auto paste" +msgstr "" + +#: packages/shared/src/UI/components/PluginEnableBoundary/index.tsx +msgid "Enable plugin" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Enable the {name} Wallet extension and disable other wallet extensions" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx +msgid "Enable the plugin" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/CompositionUI.tsx +#: packages/shared/src/UI/components/CompositionDialog/CompositionUI.tsx +msgid "Encrypt" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Encrypt the message in an image" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/Composition.tsx +msgid "Encrypted Post" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Encrypting your **data**" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Encryption Method" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "End date" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "Ended {relativeEndTime}" +msgstr "" + +#. placeholder {0}: format(endTime, 'MM-dd-yyyy HH:mm') +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Ended on <0>{0}" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "Ends in {relativeEndTime}" +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/index.tsx +msgid "ENS" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +msgid "Ens or Address(0x)" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "ENS or Wallet Address" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Enter a gas limit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Enter a gas price" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Enter a max fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Enter a max priority fee" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Enter Amount Each" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Enter an amount" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts +msgid "Enter an Amount" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Enter gas limit" +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "Enter Max spend limit" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Enter Number of Winners" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx +msgid "Enter Payment Password" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Enter Total Amount" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Entered passwords are inconsistent." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Equal Amount" +msgstr "" + +#. placeholder {0}: rejection.message +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +msgid "Error: {0}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +msgid "Ethereum {HD_PATH_WITHOUT_INDEX_ETHEREUM}" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/CalendarContent.tsx +msgid "Events" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Everyone" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/SelectProvider.tsx +msgid "EVM" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "EVM Chains only" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Example: Alice" +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Exceeded the maximum file size of {fileSize}." +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "Exchange" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx +msgid "Experience in X" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "Expired" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +msgid "Explore multi-chain dApps." +msgstr "" + +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Export" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Failed" +msgstr "" + +#. placeholder {0}: message.action +#: packages/shared/src/UI/translate.ts +msgid "Failed to {0} NFT contract." +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Failed to add the wallet, please try again." +msgstr "" + +#: build/bundled/51.js +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "Failed to authorize Google Drive. Please try again." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Failed to bridge" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to claim Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Failed to confirm" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to create Lucky Drop." +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Failed to create theme." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptPostFailed.tsx +msgid "Failed to decrypt." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Failed to delete, please try again." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Failed to deposit {0}." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to deposit token." +msgstr "" + +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Failed to disconnect wallet" +msgstr "" + +#. placeholder {0}: (err as Error).message +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Failed to download and merge the backup: {0}" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "Failed to download image" +msgstr "" + +#: build/bundled/198.js +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Failed to get permissions" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +msgid "Failed to get quote information" +msgstr "" + +#. placeholder {0}: token.symbol ?? token.name ?? 'Token' +#: packages/shared/src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx +msgid "Failed to load {0}. Click to retry." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to refund Lucky Drop." +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Failed to report spam." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "Failed to restore the backup from Google Drive to your browser. Please try again." +msgstr "" + +#. placeholder {0}: (err as Error).message +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Failed to restore the backup: {0}" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to revoke token contract." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "Failed to save file" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Failed to save network" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "Failed to save the file. Please try again." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to send token." +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Failed to set Avatar." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to swap" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to transfer NFT." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Failed to transfer token: {message}" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to unlock NFT contract." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to unlock token contract." +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Failed to upload file" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Failed to withdraw {0}." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Fake Token" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "FAQ&Tutorial" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Fast" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx +msgid "Fastest" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Feedback" +msgstr "" + +#: packages/plugins/Transak/src/SiteAdaptor/index.tsx +msgid "Fiat On-Ramp" +msgstr "" + +#: packages/plugins/Transak/src/SiteAdaptor/index.tsx +msgid "Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support." +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "File" +msgstr "" + +#. placeholder {0}: file.name +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File {0} deleted." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File delete" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File delete failed" +msgstr "" + +#. placeholder {0}: file.key +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/DisplayingFile.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/SelectableFile.tsx +msgid "File Key: <0>{0}" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File name must between 3 to 20 characters." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "File saved" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/index.tsx +msgid "File Service" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Find Mask Network in the extension list and click the <0/> button." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Firefly" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Floor price" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Floor Price" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/SocialBadges/LensList.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialListItem.tsx +msgid "Follow" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "Follow @masknetwork (mask.io) to claim NFT lucky drops." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "Follow @masknetwork for Web3 updates and insights." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/index.tsx +msgid "Follow @masknetwork to explore Web3." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +msgid "Follow Lens handle" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/ConnectButton.tsx +msgid "Follow Now" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/modals/SelectLanguageModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Follow System" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Follow User" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "Followers" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/SocialBadges/LensList.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialListItem.tsx +msgid "Following" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "Followings" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Forgot payment password?" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/ActivityCard.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OfferCard.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "From" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "from <0>{fromAddress}" +msgstr "" + +#. placeholder {0}: transaction.formattedTransaction.popup.method +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "Function: {0}" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Functions that can suspend trading" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Functions with retrievable ownership" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "funding received" +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +#: packages/mask/popups/modals/GasSettingModal/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +msgid "Gas Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/index.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/index.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSettingModal.tsx +msgid "Gas fee settings" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/index.tsx +msgid "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Gas Limit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Gas Limit (Units)" +msgstr "" + +#. placeholder {0}: String(minGasLimit) +#. placeholder {0}: minGasLimit.toFixed() +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Gas limit must be at least {0}" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Gas limit must be bigger than {minGas}." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Gas limit must be smaller than {maxGas}." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Gas limit should be between {minGasLimit} and 15.00M" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas limit too low will cause the transaction to fail." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Gas Price" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Gas Price (GWEI)" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas price is higher than necessary. You may pay more than needed." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Gas price is too low and will cause the transaction fail" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas price is too low for network conditions." +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas price must be greater than 0 Gwei." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Gas price should be greater than 0" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Gas Used (Units)" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "General" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "General user" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Generate a new persona" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Generate a new wallet address" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Generating your **accounts**" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Get optimized search results when you're looking for a token." +msgstr "" + +#: packages/plugins/Tips/src/SiteAdaptor/index.tsx +msgid "Gift crypto or NFTs tips to any <0>Next.ID verified users on social media." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/index.tsx +msgid "Gift crypto or NFTs to any users, first come, first served." +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/index.tsx +msgid "Gitcoin" +msgstr "" + +#. placeholder {0}: contract?.symbol || '' +#. placeholder {0}: token?.symbol || '' +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +msgid "Give permission to access <0/> your {0}?" +msgstr "" + +#: packages/plugins/VCent/src/SiteAdaptor/TweetDialog.tsx +msgid "Go" +msgstr "" + +#: packages/shared/src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx +msgid "Go to Settings" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/index.tsx +msgid "Google Drive" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +msgid "Got it" +msgstr "" + +#. placeholder {0}: token.symbol +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Grant access to your {0} for the Lucky Drop Smart contract. You only have to do this once per token." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Gwei" +msgstr "" + +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "GWEI" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Hash" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/index.tsx +msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." +msgstr "" + +#: packages/mask/content-script/site-adaptors/twitter.com/injection/PostDialogHint.tsx +msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "Hi friends, I just created {token} Lucky Drop. Download Mask.io to claim." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "" +"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n" +"\n" +"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +msgstr "" + +#: build/bundled/101.js +msgid "" +"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" +"\n" +"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +msgstr "" + +#. placeholder {0}: promote.amount +#. placeholder {1}: promote.symbol +#. placeholder {2}: promote.chain +#. placeholder {3}: promote.account +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Hi friends, I just deposit {0} {1} on {2}. Follow @{3} to find more staking projects." +msgstr "" + +#. placeholder {0}: promote.amount +#. placeholder {1}: promote.symbol +#. placeholder {2}: promote.chain +#. placeholder {3}: promote.account +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Hi friends, I just withdrew my deposit {0} {1} on {2}. Follow @{3} to find more staking projects." +msgstr "" + +#. placeholder {0}: asset.symbol +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Hide {0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Hide {name}" +msgstr "" + +#: packages/mask/popups/components/MnemonicDisplay/index.tsx +msgid "Hide mnemonic words" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/AssetsList/MoreBar.tsx +msgid "Hide tokens with value less than $1" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/HidingScamTx.tsx +msgid "Hiding Scam Transactions" +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "High" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/constants.tsx +msgid "High Risk" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Highest Price" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/index.tsx +msgid "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "History" +msgstr "" + +#. placeholder {0}: tokenQuantity ? `${tokenQuantity}+` : 'any' +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Holding {0}" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Holding NFT" +msgstr "" + +#. placeholder {0}: provider.name +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "How to use {0} Wallet?" +msgstr "" + +#. placeholder {0}: shareTextOption.sender +#. placeholder {1}: shareTextOption.network +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +msgid "I just claimed a lucky drop from @{0} on {1} network." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "I just claimed a lucky drop from @{sender} on Solana." +msgstr "" + +#. placeholder {0}: tokenDetail.symbol +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +msgid "" +"I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n" +" Install https://mask.io to explore more airdrop activities." +msgstr "" + +#. placeholder {0}: project.name +#. placeholder {1}: price.toFixed() +#. placeholder {2}: token?.symbol || '' +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Install @masknetwork to get yours." +msgstr "" + +#. placeholder {0}: project.name +#. placeholder {1}: price.toFixed() +#. placeholder {2}: token?.symbol || '' +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Welcome to join." +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "I just replaced Twitter X logo with the original blue bird one with Mask Network extension." +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." +msgstr "" + +#. placeholder {0}: token?.symbol ? 'namedToken' : 'token' +#. placeholder {1}: token?.symbol || '' +#. placeholder {2}: recipientName ? 'name' : 'address' +#. placeholder {3}: recipientName || recipientAddress +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "" +"I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}\n" +"\n" +"Install https://mask.io/download-links to send your first tip." +msgstr "" + +#. placeholder {0}: recipientName ? 'name' : 'address' +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "" +"I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}\n" +"\n" +"Install https://mask.io/download-links to send your first tip." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "I wrote down those words in the correct order" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Identical" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "Identity ID" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Image" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Image copied!" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/FungibleTokenItem.tsx +msgid "Import" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx +msgid "Import NFT" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +msgid "Import Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Import Wallets" +msgstr "" + +#: packages/mask/popups/components/WalletItem/index.tsx +msgid "Imported" +msgstr "" + +#: packages/mask/popups/modals/WalletGroupModal/index.tsx +msgid "Imported Wallets" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "" +"In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\n" +"The actual cost may be lower\n" +"than estimated, and any unused funds will remain in the original address." +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." +msgstr "" + +#: packages/mask/dashboard/hooks/useBackupFormState.ts +msgid "Incorrect Backup Password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Incorrect backup password." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Incorrect Backup Password." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Incorrect cloud backup password, please try again." +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/index.tsx +msgid "Incorrect contract address." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Incorrect Keystore Password." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Incorrect Mnemonic Words." +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Incorrect password" +msgstr "" + +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +msgid "Incorrect Password" +msgstr "" + +#: packages/mask/popups/modals/ShowPrivateKeyModal/index.tsx +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +msgid "Incorrect Payment Password." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx +msgid "Incorrect Private Key" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Phrase.tsx +msgid "Incorrect recovery phrase." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +#: packages/mask/popups/modals/AddContactModal/index.tsx +msgid "Incorrect wallet address." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Incorrect words selected. Please try again!" +msgstr "" + +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Info" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "Information" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Infos" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Input amount is below the minimum amount" +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +msgid "Input contract address" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreFromPrivateKey.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx +msgid "Input your Private Key" +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +msgid "Instant" +msgstr "" + +#. placeholder {0}: token?.symbol +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Insufficient {0} Balance" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts +msgid "Insufficient {symbol} Balance" +msgstr "" + +#. placeholder {0}: isDeposit ? protocol.bareToken.symbol : protocol.stakeToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Insufficient ${0} balance" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +#: packages/plugins/Tips/src/contexts/Tip/useTipValidate.ts +msgid "Insufficient balance" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Insufficient Balance" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Insufficient Balance for Gas Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Insufficient funds for gas." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Invalid Block Explorer URL." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Invalid email address." +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Invalid file type" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +msgid "Invalid Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Invalid number" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Invalid RPC URL." +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useSlippageToleranceSchema.ts +msgid "Invalid slippage tolerance." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Invalid verification code." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "IPFS" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Issued at" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/HistoryDetail.tsx +msgid "It remains unclaimed." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Items" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileSpaceHeader.tsx +msgid "Join" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Just Me" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Just Selected Contacts" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Kept safely" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Keystore" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +msgid "Keystore password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Lack of number, letter or special character." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Language" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Leave blank to allow any amount; enter a number to set a minimum holding requirement." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Lens" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Lens Follow" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Lens Unfollow" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Library:" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "License:" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Lido Exchange Rate" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Light" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Likely in < {estimateSecond} seconds" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Link" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Listed" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialogContent.tsx +#: packages/plugins/CyberConnect/src/SiteAdaptor/FollowersPage.tsx +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/FailedTrendingView.tsx +#: packages/shared/src/UI/components/ReloadStatus/index.tsx +msgid "Load failed" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OffersList.tsx +msgid "Load More" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Load Network" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/popups/pages/Friends/Home/UI.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileView.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewSkeleton.tsx +#: packages/shared/src/UI/components/LoadingStatus/index.tsx +msgid "Loading" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +msgid "Loading account information..." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +msgid "Loading failed due to Snapshot API service breakdown." +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTBadge.tsx +msgid "Loading..." +msgstr "" + +#: packages/shared/src/UI/components/PluginCardFrame/index.tsx +msgid "Loading...." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Local Backup" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +msgid "Locale Backup" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +msgid "Lock Wallet" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Log out" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "Logout" +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Logout failed" +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Logout successfully" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Low" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/constants.tsx +msgid "Low Risk" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "Lucky Drop" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Lucky Drop claimed." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Lucky Drop refunded." +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Lucky drop with {0} created." +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Lucky Drop with {0} refunded." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Make another Bridge" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Make another Swap" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Make It Encrypted" +msgstr "" + +#: packages/mask/popups/modals/ChooseNetworkModal/index.tsx +#: packages/mask/popups/pages/Wallet/NetworkManagement/index.tsx +msgid "Manage Network" +msgstr "" + +#: packages/mask/popups/modals/SupportedSitesModal/index.tsx +msgid "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." +msgstr "" + +#: packages/shared/src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx +msgid "Manage Token List" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Market Cap" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Mask Community $ARB Giveaway" +msgstr "" + +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +msgid "Mask needs the following permissions" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PostDialogHint.tsx +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +msgid "Mask Network" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "Mask Network Cloud" +msgstr "" + +#: packages/shared/src/UI/components/GrantPermission/index.tsx +msgid "Mask Network requires the permission of following websites before using it." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PermissionBoundary.tsx +msgid "Mask Network requires you to authorize the following websites before using it." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Max" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "MAX" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx +msgid "Max amount" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Max base fee" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Max base fee should be greater than 0" +msgstr "" + +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max fee" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Max Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Max Fee (GWEI)" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max fee cannot be lower than max priority fee" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max fee cannot be lower than max priority fee." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +msgid "Max fee is higher than necessary" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max fee is higher than necessary." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max fee is too low for network conditions." +msgstr "" + +#. placeholder {0}: formatWeiToGwei(miniumMaxFeePerGas).toFixed(2, BigNumber.ROUND_UP) +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Max fee should be greater than base fee of {0} Gwei." +msgstr "" + +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max priority fee" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Max Priority Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max priority fee is higher than necessary. You may pay more than needed." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Max priority fee is too high for network conditions." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +msgid "Max priority fee is too low for network conditions" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max priority fee is too low for network conditions." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max priority fee must be greater than 0 GWEI" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max priority fee must be greater than 0 Gwei." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "May be a honeypot." +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Medium" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/constants.tsx +msgid "Medium Risk" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Merge Completed" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "Merge data to local database" +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveFileTable.tsx +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Merge to Browser" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/MessageInput.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +msgid "Message" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "Method" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Minimum received" +msgstr "" + +#. placeholder {0}: token.symbol +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Minimum withdraw amount is {MINIMUM_AMOUNT} {0}" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Mint Address" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Mint function" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token." +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Minted:" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts +msgid "Missing dex contract address" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Mnemonic" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx +msgid "Mnemonic word" +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "More" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "More Details" +msgstr "" + +#. placeholder {0}: asset.data.source === SourceType.NFTScan ? resolveSourceTypeName(asset.data.source) : 'platform' +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialogContent.tsx +msgid "More on {0}" +msgstr "" + +#. placeholder {0}: String(currentMessageIndex + 1) +#. placeholder {1}: String(totalMessages) +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "Multiple transaction requests {0} / {1}" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "My vote" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ClaimRecord.tsx +msgid "My wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "My Wallets" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "N/A" +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +msgid "Name" +msgstr "" + +#: build/entry/popups.js +#: packages/mask/popups/components/TokenPicker/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/index.tsx +msgid "Name or Contract address e.g. USDC or 0x234..." +msgstr "" + +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "Name or contract address eg. PUNK or 0x234..." +msgstr "" + +#: packages/mask/popups/modals/ChooseNetworkModal/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network added" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx +msgid "Network error or execute smart contract failed." +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Network error or user cancels the process." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useUnfollow.ts +msgid "Network error, try again" +msgstr "" + +#. placeholder {0}: error.message +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +msgid "Network error, try again: {0}" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Network fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network Name" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network removed." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network saved" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Never share 12-word secret mnemonic with anyone!" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Never share the 12-word secret mnemonic words with anyone!" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "New Logo" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +msgid "New password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +msgid "New password cannot be the same as your current password." +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "New Payment Password" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/CalendarContent.tsx +msgid "News" +msgstr "" + +#: packages/mask/content-script/components/GuideStep/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Next" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +msgid "Next.ID" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "NFT" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +msgid "NFT Avatar Setting" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "NFT collection" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialog.tsx +msgid "NFT Details" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "NFT Holder" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +msgid "NFT is not minted yet." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "NFT Lucky Drop claimed." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "NFT Lucky Drop created." +msgstr "" + +#: packages/plugins/Avatar/src/Application/RouterDialog.tsx +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatarButton.tsx +msgid "NFT PFP" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +#: packages/mask/popups/pages/Wallet/components/WalletAssets/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "NFTs" +msgstr "" + +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +msgid "NFTs added" +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "NFTs Profile" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/index.tsx +msgid "No activities found." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No Airdrop Scam" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No anti_whale(Unlimited number of transactions)" +msgstr "" + +#: packages/plugins/Tips/src/components/NFTSection/index.tsx +msgid "No any collectible is available for preview. Please add your collectible here." +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "No approved contract records." +msgstr "" + +#: packages/mask/popups/pages/Friends/Detail/UI.tsx +msgid "No associated accounts" +msgstr "" + +#: packages/mask/popups/components/WalletSettingList/index.tsx +msgid "No associated wallet. <0>Add Wallet." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "No back up" +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveFileTable.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "No backups found" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No blacklist" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No codes found to suspend trading." +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/shared/src/UI/components/CollectibleList/CollectibleList.tsx +msgid "No collectible found." +msgstr "" + +#: packages/mask/popups/pages/Friends/Contacts/index.tsx +msgid "No contacts stored locally, you can try searching." +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/components/EventList.tsx +#: packages/plugins/Calendar/src/SiteAdaptor/components/NewsList.tsx +msgid "No content for the last two weeks." +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +#: packages/shared/src/UI/components/EmptyStatus/index.tsx +msgid "No Data" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +msgid "No deposit protocols found." +msgstr "" + +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +msgid "No Enough Gas Fee" +msgstr "" + +#: packages/plugins/Tips/src/contexts/Tip/useTipValidate.ts +msgid "No Enough Gas Fees" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "No followers." +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "No following friends." +msgstr "" + +#: packages/mask/content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +msgid "No friends are stored locally, please try search one." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No function found that retrieves ownership" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/PriceCard.tsx +msgid "No Listings" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "No local key" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/History.tsx +msgid "No Lucky Drops claimed" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/History.tsx +msgid "No Lucky Drops created. Select 🎁 when you compose a post to start your first drop." +msgstr "" + +#: packages/mask/popups/components/TokenPicker/index.tsx +msgid "No matched tokens" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No mint function" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/components/EventList.tsx +#: packages/plugins/Calendar/src/SiteAdaptor/components/NewsList.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/History.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/index.tsx +msgid "No more data available." +msgstr "" + +#: packages/mask/popups/components/NFTAvatarPicker/CollectionList.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +msgid "No NFTs found." +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "No past rounds found." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "No power" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No proxy" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx +msgid "No recent transactions" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipients.tsx +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/components/CountryCodePicker/index.tsx +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "No results" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +msgid "No results found" +msgstr "" + +#: packages/mask/popups/pages/Friends/SearchList/index.tsx +msgid "No search results" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "No valid wallet detected. Please connect wallet or verify wallet firstly." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +msgid "No verified account found here." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +msgid "No votes" +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "No wallet selected." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ConnectedSites/index.tsx +msgid "No websites connected to this wallet" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No whitelist" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Nonce" +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Not connected" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletHeader/UI.tsx +msgid "Not Connected" +msgstr "" + +#: packages/plugins/Avatar/src/Application/PersonaItem.tsx +msgid "Not current account. Please switch to this account to set up NFTs Profile." +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Not enough data to present." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Not found your {providerType} wallet" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Not set" +msgstr "" + +#: packages/mask/popups/components/NFTAvatarPicker/CollectionList.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +msgid "Not supported yet." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/DefaultPlaceholder.tsx +msgid "Note: Scams detections might not be 100% guaranteed." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +msgid "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +msgid "Offers" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/shared/src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx +msgid "OK" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "Okay" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "Old Payment Password" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "on {fromNetworkName}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "on {toNetworkName}" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Only TypedMessageText is supported currently." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx +msgid "Only visible to yourself" +msgstr "" + +#. placeholder {0}: formatWithCommas(snapshot) +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Oops, it seems you don't have any voting power at block {0}. <0>Learn more" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileView.tsx +msgid "Oops, we can't find any results." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Open" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Open in a new tab" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Open Mask Wallet" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +#: packages/shared/src/UI/wallet/DeriveWalletTable.tsx +msgid "Operation" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Optimize search results with token names, NFT collections, ENS domains or wallet addresses." +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/index.tsx +msgid "Optimize the display of search results about ENS in social media." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "or" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Or" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +msgid "Or create a new wallet group" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "or Holding NFT" +msgstr "" + +#. placeholder {0}: author.userId +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/authorDifferentMessage.tsx +msgid "Originally posted by {0}" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +msgid "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Overall Best" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Owner can change balance" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Owner can't change balance" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Owner changed." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Owners" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +msgid "Pair" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Password" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "Past rounds" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Paste manually" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +msgid "Paused" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +#: packages/mask/popups/modals/ShowPrivateKeyModal/index.tsx +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Payment Password" +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "Payment password changed." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/hooks/usePasswordForm.ts +#: packages/mask/popups/pages/Wallet/hooks/usePasswordForm.ts +msgid "Payment password must be 6 to 20 characters." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Payment password set." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Payment Password should be between 6 and 20 characters." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "Payment password stored locally and you could try as many as you want to unlock your wallet." +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/shared/src/UI/components/WalletStatusBar/WalletDescription.tsx +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Pending" +msgstr "" + +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +msgid "Permissions" +msgstr "" + +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +msgid "Permissions List" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +#: packages/shared/src/UI/modals/PersonaSelectPanelModal/PersonaSelectPanelDialog.tsx +msgid "Persona" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Persona already exists." +msgstr "" + +#: packages/mask/dashboard/pages/SignUp/steps/PersonaRecovery.tsx +msgid "Persona created." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Persona Name" +msgstr "" + +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +msgid "Persona name must between 1 to 24 characters." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Persona Recovery Phrase" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Persona required." +msgstr "" + +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +msgid "Persona Sign" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "Persona: {personaName}" +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "Personas" +msgstr "" + +#: packages/shared/src/UI/components/PhoneNumberField/index.tsx +msgid "Phone Number" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx +msgid "Pin Mask Network to the toolbar for easier access:" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Pinned successfully." +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +msgid "Platform" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Please check ToS document" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Please click Browse Files button to select files to upload." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/index.tsx +#: packages/mask/content-script/site-adaptors/facebook.com/injection/Composition.tsx +msgid "Please click the \"Post\" button to open the compose dialog." +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please connect {0} and send a proof post before using dApps." +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please connect {0} before using dApps." +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/index.tsx +msgid "Please connect wallet" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Please connect wallet to check if you are eligible to claim $ARB." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please connect your persona" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please connect your wallet" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Please copy the following text and image (if there is one) and publish it." +msgstr "" + +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please create a persona and verify your account to use this." +msgstr "" + +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +msgid "Please create a Persona and verify your account to use this." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please create a persona for accessing Dapps." +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "Please create your persona to use Web3 Profile." +msgstr "" + +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Please enter backup password to export persona private key." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Please enter cloud backup password to download file." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Please enter the correct mnemonic words, private key, or upload the correct keystore file." +msgstr "" + +#: build/bundled/120.js +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SearchBox.tsx +msgid "Please enter token contract address." +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Please enter your backup password." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Please install your metamask wallet and set up your first wallet." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +msgid "Please select the appropriate method to restore your personal data." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Please select the correct words in the correct order." +msgstr "" + +#: packages/shared/src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx +msgid "Please select the wallet to activate the function after saving the settings." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Please set the backup password to back up" +msgstr "" + +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Please set up backup password to export private key." +msgstr "" + +#: packages/mask/popups/modals/WalletAutoLockSettingModal/index.tsx +msgid "Please set up the amount of time before we automatically lock your wallet." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Please sign up or login {siteName} to connect Mask Network." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Please switch to <0>@{expectAccount} to continue the account verification progress." +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Please switch to this network in the mobile application wallet you are connected to." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Please try again if you failed to vote." +msgstr "" + +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please verify the current persona with a social media account before using dApps." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please verify your social account" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Please write down or copy these words and save them in a secure place." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Please write down the following words in correct order. Keep it safe and do not share with anyone!" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx +msgid "Plugin switch" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/CompositionUI.tsx +#: packages/shared/src/UI/components/CompositionDialog/CompositionUI.tsx +msgid "Plugins" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/index.tsx +msgid "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Post content:" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDescriptor.tsx +msgid "Powered by" +msgstr "" + +#. placeholder {0}: providerMap[tab] +#: packages/plugins/Calendar/src/SiteAdaptor/components/Footer.tsx +msgid "Powered By {0}" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "Powered by <0>Go+" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/index.tsx +msgid "Powered by <0>Mask Network" +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/PluginHeader.tsx +msgid "Powered by <0>Mask Network<1><2/>" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "Powered by <0>Scamsniffer" +msgstr "" + +#: packages/plugins/CrossChainBridge/src/SiteAdaptor/components/BridgeStack.tsx +msgid "Powered by Celer Network. Support $MASK!" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +msgid "Previous" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Previous follow transaction is in processing, please wait and try again." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Previous unfollow transaction is in processing, please wait and try again." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "Price" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Price per mint" +msgstr "" + +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Price Statistic" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Price:" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Priority fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Priority Fee (GWEI)" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Priority fee should be greater than 0." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Privacy Policy" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Private" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Private Key" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Processing Deposit" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Processing Withdrawal" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Profile Photo" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +msgid "Progress" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "Project details" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/PropertiesCard.tsx +msgid "Properties" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +msgid "Proposal" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/index.tsx +msgid "Provide you with fast, reliable and convenient security services." +msgstr "" + +#. placeholder {0}: i18n(plugin.name) +#: packages/shared/src/UI/components/CompositionDialog/BadgeRenderer.tsx +msgid "Provided by plugin \"{0}\"" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Proxy contract" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "Public Key: <0>{publicKey}" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Purchase" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Purchasing...." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Quote expired. Update to receive a new quote." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Quote route" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Quote Route" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Random" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Random Amount" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "Rank" +msgstr "" + +#. placeholder {0}: result.rank?.toString() ?? coin.market_cap_rank?.toString() ?? '' +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Rank #{0}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Rate" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Re-enter" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx +#: packages/mask/popups/pages/Wallet/Receive/index.tsx +msgid "Receive" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Recommended dimensions: 1016 × 672 px" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "Recover" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +msgid "Recover your data" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Recover your wallet" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +msgid "Recovery" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +msgid "Recovery Phrase" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Refresh" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +msgid "Refund" +msgstr "" + +#. placeholder {0}: formatBalance(remain.toString(), tokenDecimals, { significant: 2, isPrecise: true }) +#: packages/plugins/RedPacket/src/SiteAdaptor/hooks/useRefundCallback.tsx +msgid "Refund {0} {tokenSymbol} Successfully" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Refund Lucky drop" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Refund your expired Lucky Drop." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "Refunded" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +msgid "Refunding" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "Reject {totalMessages} Transactions" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +#: packages/shared/src/UI/components/ReloadStatus/index.tsx +msgid "Reload" +msgstr "" + +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/index.tsx +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Remove" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/index.tsx +msgid "Remove Wallet" +msgstr "" + +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/Derive.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/Rename.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/Rename.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +#: packages/plugins/FileService/src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx +msgid "Rename" +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Report NFT Scam Contract?" +msgstr "" + +#: packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx +msgid "Report on GitHub" +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Report Spam" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request ID" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request is valid not after" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request is valid not before" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request Source" +msgstr "" + +#: build/bundled/111.js +#: build/bundled/111.js +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/useFinanceFeeds.ts +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/useSocialFeeds.ts +msgid "Request timed out" +msgstr "" + +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +msgid "Request timed out." +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Requesting Connection" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Reselect" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Resend" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Reset" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "Reset Wallet" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Resource" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Restore" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Restore backup failed." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Restore Completed" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Restore Database" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Restore Failed" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Restore from a previous database backup" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Restore or Login" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +msgid "Results" +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Retry" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "Revoke" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Revoke the approval for {0}." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Revoke the approval for token" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Revoke Token" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "Revoking" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Risk Warning" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "rounds" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "RPC URL" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/index.tsx +msgid "Safety Warning" +msgstr "" + +#. placeholder {0}: formatDateTime(endDate, 'yyyy-MM-dd HH:mm:ss') +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +msgid "Sale ends in {0}" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +#: packages/shared/src/UI/modals/ImageEditor/ImageEditor.tsx +msgid "Save" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Saving" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/index.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsDialog.tsx +msgid "Savings" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "Scam tx" +msgstr "" + +#: build/bundled/143.js +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "Scam Warning" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Receive/index.tsx +msgid "Scan QR code to receive payment" +msgstr "" + +#: packages/mask/popups/pages/Personas/WalletConnect/index.tsx +msgid "Scan QR code with WalletConnect-compatible wallet" +msgstr "" + +#: packages/shared/src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx +msgid "Scan the QR code with a WalletConnect-compatible wallet" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SearchBox.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Search" +msgstr "" + +#: packages/shared/src/UI/components/CountryCodePicker/index.tsx +msgid "Search Area" +msgstr "" + +#: packages/mask/popups/pages/Friends/Search/index.tsx +msgid "Search Next.ID, X, Lens, ENS or Address" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Search with an ENS domain or wallet address to get optimized results." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Search with the name of an NFT collection or its symbol to get optimized results." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "Security Detection" +msgstr "" + +#: packages/mask/popups/pages/Trader/useImplementRuntime.tsx +#: packages/shared/src/UI/components/SelectTokenChip/index.tsx +#: packages/shared/src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx +msgid "Select" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/shared/src/UI/components/FungibleTokenInput/UI.tsx +msgid "Select a token" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Select a Token" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +msgid "Select Address" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Select All" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Select an NFT Contract" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Select an NFT Contract Operator" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Select an NFT Contract Owner" +msgstr "" + +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +msgid "Select and Connect to your wallet" +msgstr "" + +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "Select Collection" +msgstr "" + +#: packages/mask/popups/modals/SelectLanguageModal/index.tsx +msgid "Select language" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Select liquidity" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Select Liquidity" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/CollectionSelectPanel.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Select NFTs" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "Select the wallet(s) to use on this site. You should not connect to website you don't trust." +msgstr "" + +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +msgid "Select Wallet" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Selecting NFTs" +msgstr "" + +#. placeholder {0}: percentageToNumber(info.sell_tax) +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Sell Tax: {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/mask/popups/components/TransactionPreview/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/components/AssetsManagement/Collection.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Send" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Send {0}" +msgstr "" + +#: packages/plugins/Tips/src/SiteAdaptor/components/TipsRealmContent/index.tsx +msgid "Send authors tips by using Mask Network's Tips function." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Sending" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Sending address" +msgstr "" + +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "Sending..." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Sent" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Sent verification post successfully." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Service Agreement" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +msgid "Set NFT Avatar" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "Set NFT NFT Background" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "Set NFT PFP" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTInfo.tsx +msgid "Set NFT PFPs" +msgstr "" + +#: packages/mask/content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx +msgid "Set NFT Photo" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Set Payment Password" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Set payment password successfully." +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTInfo.tsx +msgid "Set up NFT PFP successfully" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +msgid "Set up wallet for displaying Web3 footprints and receiving tips on each social media account." +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/index.tsx +msgid "Set your NFT as profile picture with exclusive aura." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Set Your Payment Password" +msgstr "" + +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Set Your Persona Name" +msgstr "" + +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Set your persona name with maximum length of 24 characters" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Settings" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +#: packages/shared/src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx +msgid "Share" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Share and recommend this feature after saving." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +msgid "Share with" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PageInspector.tsx +msgid "Show me how" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/AssetsList/MoreBar.tsx +msgid "Show tokens with value less than $1" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/mask/popups/pages/Personas/PersonaSignRequest/index.tsx +#: packages/mask/popups/pages/Wallet/Interaction/WalletSignRequest.tsx +msgid "Sign" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Sign-in Request" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Signature Request" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Signing ..." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Signing Message (Raw)" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Signing Message (Text)" +msgstr "" + +#: packages/plugins/ScamSniffer/src/SiteAdaptor/ScamAlert.tsx +msgid "Similar Project" +msgstr "" + +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +msgid "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." +msgstr "" + +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +msgid "Sites" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +msgid "size" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Size limit: 10 MB" +msgstr "" + +#: packages/mask/content-script/components/GuideStep/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Skip" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Slippage" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceSection.tsx +msgid "Slippage Tolerance" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Slow" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/PluginDescriptor.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileView.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Snapshot" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Social Account" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/index.tsx +msgid "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/SelectProvider.tsx +msgid "Solana" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/Collectible.tsx +msgid "Something went wrong!" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "Something went wrong." +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "Sorry, failed to save NFT Avatar. Please set again." +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Sorry, signature failed! Please try signing again." +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Sorry, you are not eligible to claim $ARB in this campaign." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/SpaceMenu.tsx +msgid "Space" +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "Spam" +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Spam reported." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/index.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Speed Up" +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +msgid "Spend limit requested by" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Spend more transaction fees to cancel the previous transaction." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Split Mode" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Start" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "Start date" +msgstr "" + +#. placeholder {0}: format(startTime, 'MM-dd-yyyy HH:mm') +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Start Time: <0>{0}" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "Starts {relativeStartTime}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "status" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Status" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "Stay on top of NFT trending information, hot projects, notable transactions, etc." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Step {step}/{step}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Step {step}/{totalSteps}" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Step 1/2" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Step 1/3" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Step 2/2" +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Success" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Successful" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "Suggest to send transactions and sign messages" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Support" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Support Identity code, private key, local backups or cloud backups to access your personal data." +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Support mnemonic phrase, private key or keystore file." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Supported contracts" +msgstr "" + +#. placeholder {0}: formatFileSize(MAX_FILE_SIZE) +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Supported formats: JPEG, PNG<0/> Size limit: {0}" +msgstr "" + +#: packages/mask/popups/modals/SupportedSitesModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Supported Sites" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/StartUp/index.tsx +msgid "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +#: packages/shared/src/UI/translate.ts +msgid "Swap" +msgstr "" + +#. placeholder {0}: protocol.bareToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Swap {0}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "Swap anyway" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +msgid "Swap Anyway" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Swap completed successfully." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Swap duration" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Swapping" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx +msgid "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/index.tsx +msgid "Switch between the classic Twitter logo and the new one." +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Switch Network" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "Switch other account" +msgstr "" + +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +msgid "Switch Persona" +msgstr "" + +#. placeholder {0}: expectedChainName ?? '' +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Switch to {0}" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +msgid "Switch to other accounts" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Switch to Polygon and Follow" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Switch Twitter Logo" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/index.tsx +msgid "Switch X Logo" +msgstr "" + +#: packages/mask/popups/components/MnemonicDisplay/index.tsx +msgid "Tap to view the mnemonic words <0/> Make sure no one is looking at your screen" +msgstr "" + +#: packages/mask/popups/components/PrivateKeyDisplay/index.tsx +msgid "Tap to view the private key <0/> Make sure no one is looking at your screen" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Tax can be modified" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Tax cannot be modified" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Tell friends what's happening..." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Text" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Text copied!" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "The [Check Security] dApp provides quick, reliable, and convenient Web3 security services." +msgstr "" + +#. placeholder {0}: isSwap ? 'swap' : 'bridge' +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "The {0} is in progress. You can check its status in History after exiting this page." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "The approval for this contract will be revoked in case of the amount is 0." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "The chainID is not equal to the currently connected one." +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +msgid "The contract address is incorrect or the collection does not belong to you." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is not known to be able to modify the balance of the token of other addresses." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "The current wallet does not hold a lens and cannot follow/unfollow" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "The custom amount entered may be higher than the required network fee." +msgstr "" + +#: build/bundled/176.js +#: build/bundled/51.js +#: build/bundled/91.js +#: packages/mask/dashboard/utils/api.ts +msgid "The download link is expired" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/PluginProviderRender.tsx +msgid "The following wallets are not installed or in conflict with others" +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "The input is not a single file." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +msgid "The Lucky Drop can't be sent due to data damage." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +msgid "The maximum number of NFTs to be sold in one collection lucky drop contract is 255." +msgstr "" + +#. placeholder {0}: formatBalance(1, token.decimals) +#. placeholder {1}: token.symbol +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "The minimum amount for each share is {0} {1}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "The mnemonic word has been copied, please keep it in a safe place." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "The mnemonic words has been copied, please keep it in a safe place." +msgstr "" + +#. placeholder {0}: match.nativeCurrency.symbol +#: packages/mask/popups/pages/Wallet/EditNetwork/useWarnings.ts +msgid "The network with chain ID {formChainId} may use a different currency symbol ({0}) than the one you have entered. Please check." +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "The new passwords don't match" +msgstr "" + +#. placeholder {0}: profile.identifier.userId +#: packages/mask/content-script/components/shared/SelectRecipients/ProfileInList.tsx +msgid "The Persona is connected to the account @${0}." +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/ProfileInList.tsx +msgid "The Persona is connected to the following accounts: {list}" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/ProfileInList.tsx +msgid "The Persona is not connected to any accounts." +msgstr "" + +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +msgid "The persona name already exists." +msgstr "" + +#: packages/plugins/Tips/src/contexts/Tip/useRecipientValidate.ts +msgid "The receiving address is a contract address. Please check again." +msgstr "" + +#: packages/plugins/Tips/src/contexts/Tip/useRecipientValidate.ts +msgid "The receiving address may be a malicious address." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "The RPC URL you have entered returned a different chain ID ({rpcChainId}). Please update the Chain ID to match the RPC URL of the network you are trying to add." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "The token approval revoked." +msgstr "" + +#. placeholder {0}: format(localTransaction.updatedAt, "HH:mm 'on' M/dd/yyyy") +#: packages/mask/popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts +msgid "The transaction was complete and has been recorded on blockchain at {0}" +msgstr "" + +#. placeholder {0}: format(localTransaction.createdAt, "HH:mm 'on' M/dd/yyyy") +#: packages/mask/popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts +msgid "The transaction was confirmed at {0}" +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "The user has not set this." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +msgid "The wallet address already exists." +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +msgid "The wallet name already exists." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "The web site can" +msgstr "" + +#. placeholder {0}: message.domain +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "The website ({messageOrigin}) is asking you to sign in to another domain ({0}). This may be a phishing attack." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "There was a network or RPC provider error, please try again later!" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/index.tsx +msgid "There's no feed associated with this address." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +msgid "This address is a contract address." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +msgid "This address may be a scam address." +msgstr "" + +#. placeholder {0}: String(token?.symbol) +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "This allows the third party to spend {value} {0} from your current balance." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." +msgstr "" + +#. placeholder {0}: duplicated.name +#: packages/mask/popups/pages/Wallet/EditNetwork/useWarnings.ts +msgid "This Chain ID is currently used by the {0} network. " +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing." +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +msgid "This ENS does not exist or not be resolved." +msgstr "" + +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." +msgstr "" + +#: packages/shared/src/UI/components/PluginEnableBoundary/index.tsx +msgid "This function has been turned off in the App settings. Enable plugins to fully access." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This is unlikely to be an airdrop scam. Many scams attract users through airdrops." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "This message contains a invalid EIP-4361 message. It is better to reject this request." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "This network name already exists" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +msgid "This NFT contract cannot be modified now." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/ActivitiesList.tsx +msgid "This NFT didn't have any activities." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OffersList.tsx +msgid "This NFT didn't have any offers." +msgstr "" + +#. placeholder {0}: lensAccount.operations.canFollow.reason +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "This profile can not be followed: {0}" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "This profile can not be followed." +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +msgid "This project is no longer active" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "This QR includes your identity, please keep it safely." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx +msgid "This QR includes your mnemonic words, please keep it safely." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "This request has been expired." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "This request may be a phishing attach. I understand this and want to continue." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "This request should only be sign in the future." +msgstr "" + +#. placeholder {0}: network.name +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "This RPC URL is currently used by the {0} network" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "This swap isn’t supported" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token contract has code that prevent selling. This might is a honeypot." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "This token has no risky or attention factors." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." +msgstr "" + +#: packages/mask/content-script/site-adaptors/twitter.com/customization/i18n.ts +msgid "This tweet is encrypted with #mask_io (@masknetwork). 📪🔑" +msgstr "" + +#: build/bundled/168.js +msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" +msgstr "" + +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +msgid "This wallet address has already been connected." +msgstr "" + +#. placeholder {0}: String(currentPersona?.nickname) +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "This wallet is connected to current persona {0}." +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "This will overwrite the existing cloud backup with the local data, this cannot be undo." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "Time" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Timestamp" +msgstr "" + +#: packages/plugins/Tips/src/components/TipDialog.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "Tips" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Tips/src/components/RecipientSection/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "To" +msgstr "" + +#. placeholder {0}: formatDomainName(domain) +#. placeholder {0}: formatEthereumAddress(toAddress, 4) +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "to {0}" +msgstr "" + +#. placeholder {0}: type === ActivityType.Mint ? Utils.formatAddress(activity.from?.address, 4) : activity.receive.nickname || (activity.receive.address ? Utils.formatAddress(activity.receive.address, 4) : '-') +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/ActivityCard.tsx +msgid "To <0>{0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "to <0>{toAddress}" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/index.tsx +msgid "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." +msgstr "" + +#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "To use Lido, you need to wait {0} days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "To verify your X account and record it on the NextID, please send this post for the verification." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "To verify your X account and record it on the NextID, you will need to send a post for the verification." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Token" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Token Address" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Token Contract Address" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Token ID" +msgstr "" + +#: build/bundled/67.js +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Token ID separated by comma, e.g. 1223,1224," +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +msgid "Token ID should be separated by comma, e.g. 1223,1224," +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "Token info" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Token Name" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Token now is hidden." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Token quantity greater than" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Token Standard" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Token unlocked" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Token Value" +msgstr "" + +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +#: packages/mask/popups/pages/Wallet/components/WalletAssets/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/index.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "Tokens" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Total amount" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Total cost" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Total NFTs" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Total Supply" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Total Volume" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Trading mode" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Trading route" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Trading Route" +msgstr "" + +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +msgid "Transaction" +msgstr "" + +#: packages/shared/src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx +msgid "Transaction Confirmed" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Transaction cost" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Transaction Details" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transaction failed" +msgstr "" + +#: packages/shared/src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx +msgid "Transaction Failed" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Transaction Fee" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transaction has been rejected!" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Transaction Hash" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx +msgid "Transaction history is only stored locally and will be deleted if you clear your browser data." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Transaction in progress. Thank you for your patience." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Transaction rejected" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/shared/src/UI/translate.ts +msgid "Transaction submitted." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Transaction type" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceForm.tsx +msgid "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Transfer {0} NFT." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transfer NFT" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transfer Token" +msgstr "" + +#. placeholder {0}: toNetwork?.fullName +#. placeholder {1}: tx.bridgeName +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Transferring asset across to the {0} network via the {1}cross-chain bridge" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "True Token" +msgstr "" + +#: packages/mask/content-script/components/GuideStep/index.tsx +msgid "Try" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Try Again" +msgstr "" + +#: packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx +msgid "Try to recover" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +msgid "Try token from different chains" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Trying exploring more features powered by Mask Network." +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +msgid "Two entered passwords are different." +msgstr "" + +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/hooks/usePasswordForm.ts +msgid "Two entered passwords are not the same." +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Tx Fee" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/ConnectButton.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Unfollow" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useUnfollow.ts +msgid "Unfollow lens handle" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "unique contributors" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Unknown EIP-4361 message version." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Unlikely to be a honeypot." +msgstr "" + +#: build/bundled/101.js +#: build/bundled/102.js +#: build/bundled/178.js +#: build/bundled/191.js +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "unlimited" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Unlisted" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Unlock" +msgstr "" + +#. placeholder {0}: token.symbol +#: packages/shared/src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx +msgid "Unlock {0}" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Unlock {0} NFT contract." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Unlock {0}." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Unlock NFT Contract" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Unlock token" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Unlock Token" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Unlocking {hasSymbolName}..." +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Unlocking ALL..." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "Unnamed" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Unpacking" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Unsupported data backup" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +msgid "Unsupported key store data" +msgstr "" + +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +msgid "Unsupported Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +msgid "Unsupported network type" +msgstr "" + +#. placeholder {0}: formatCurrency(formatWeiToGwei(option.suggestedMaxFeePerGas), '') +#: packages/shared/src/UI/components/SettingsBoard/GasOption.tsx +msgid "up to {0} Gwei" +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "Update NFT Avatar Success!" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +msgid "Update permission for X.com" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Update Quote" +msgstr "" + +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +msgid "Update X.com Permissions" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +msgid "Updated" +msgstr "" + +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +msgid "Updating Gas Fee…" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Upload backup" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Upload File" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Uploaded files" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Uploading" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "URLs require the appropriate HTTPS prefix." +msgstr "" + +#: packages/mask/content-script/site-adaptors/instagram.com/injection/NFT/ProfileNFTAvatar.tsx +msgid "Use NFT" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Use Persona to encrypt and decrypt social media posts & messages." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Use text encryption" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." +msgstr "" + +#: packages/plugins/VCent/src/SiteAdaptor/index.tsx +#: packages/plugins/VCent/src/SiteAdaptor/index.tsx +msgid "Valuables" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "value" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "Value" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Verification code has been sent to your email. Please check your mailbox." +msgstr "" + +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." +msgstr "" + +#. placeholder {0}: currentVerifiedBy.join(', ') +#. placeholder {0}: verifiedBy.join(', ') +#: packages/shared/src/UI/components/AssetsManagement/CollectibleItem.tsx +#: packages/shared/src/UI/components/AssetsManagement/Collection.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Verified by {0}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Verify" +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Verify {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts +msgid "Verify Account" +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +msgid "Verify your wallet" +msgstr "" + +#: packages/shared/src/UI/components/ConnectPersonaBoundary/index.tsx +msgid "Verify your X ID" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Version" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +#: packages/plugins/NextID/src/SiteAdaptor/VerificationPayload.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileSpaceHeader.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/SocialBadges/LensList.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialListItem.tsx +msgid "View" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "View full transaction details" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/plugins/Tips/src/components/RecipientSection/RecipientSelect.tsx +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +msgid "View on Explorer" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "View real-time crypto prices, market cap, trading volume, etc." +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "View your account balance and history" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "View your address" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "View your profile in firefly" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "View your Tokens and NFTs" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Visible To" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +msgid "Volume (24h)" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Vote" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +msgid "Votes" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Wait too long for the confirmation." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Waiting for {providerType}" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Waiting time" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Wallet" +msgstr "" + +#: packages/mask/popups/modals/WalletGroupModal/index.tsx +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +#: packages/shared/src/UI/modals/WalletStatusModal/WalletStatusDialog.tsx +msgid "Wallet Account" +msgstr "" + +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Wallet disconnected" +msgstr "" + +#. placeholder {0}: String(index + 1) +#: packages/mask/popups/modals/WalletGroupModal/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +msgid "Wallet Group #{0}" +msgstr "" + +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +msgid "Wallet name must between 3 to 18 characters." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Wallet request timed out" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/index.tsx +msgid "Wallet Settings" +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +#: packages/plugins/NextID/src/components/BindDialog.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +msgid "Wallet Sign" +msgstr "" + +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +msgid "Wallet sign cancelled." +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +msgid "Wallet sign failed." +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +msgid "Wallet sign succeeded." +msgstr "" + +#: packages/mask/popups/pages/Personas/WalletConnect/index.tsx +#: packages/shared/src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx +msgid "WalletConnect" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "We are not aware of any code that prevents the sale of tokens." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx +msgid "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "We recommend new Web3 users to keep [Check Security] open." +msgstr "" + +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/FileService/src/SiteAdaptor/index.tsx +msgid "Web3 File Service" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +msgid "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/PluginDescriptor.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/index.tsx +#: packages/shared/src/UI/components/PluginCardFrame/index.tsx +msgid "Web3 Profile" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/index.tsx +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/PluginDescriptor.tsx +msgid "Web3 Profile Card" +msgstr "" + +#: build/bundled/212.js +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Website" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Welcome Back" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Welcome to Mask Network" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Welcome to use Mask Network" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +msgid "What is Web3 File Service?" +msgstr "" + +#. placeholder {0}: nativeTokenDetailed?.symbol || 'ETH' +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +msgid "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of {0}. Please reduce the number of NFTs selected." +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "when you click Add Google Drive button,you will be forwarded to Google authorization pages." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Whitelist function" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +msgid "Who can claim" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "Who can claim?" +msgstr "" + +#: build/bundled/100.js +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Why I can't vote?" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Winners" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsDialog.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/SavingsRow.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Withdraw" +msgstr "" + +#. placeholder {0}: protocol.bareToken.symbol ?? '' +#. placeholder {0}: protocol.stakeToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Withdraw {0}" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Withdraw {0} for savings." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Withdraw token" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Write down mnemonic words" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Write down recovery phrase" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Wrong Network" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +msgid "You" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "You can claim the lucky drop by holding the required amount of any selected token." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "You can withdraw the remaining balance 24 hours after sending the lucky drop." +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "You canceled the request." +msgstr "" + +#. placeholder {0}: formatBalance(claimRecord.amount.toString(), token?.decimals, { significant: 2 }) +#. placeholder {0}: formatBalance(data.claimed_amount, token?.decimals, { significant: 2 }) +#. placeholder {1}: token?.symbol || '' +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "You claimed {0} ${1}." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "You claimed 1." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "You didn't approve {0}. Please do not set spending cap to 0 and try it again." +msgstr "" + +#. placeholder {0}: amount ?? '' +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "You have claimed {0} $ARB." +msgstr "" + +#. placeholder {0}: message.amount +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "You have donated {0} {1}" +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "You have set NFT PFP successfully." +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "You have signed with your wallet." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "You have successfully restored the backup from Google Drive to your browser." +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +msgid "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftHistory.tsx +msgid "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +msgid "You haven't uploaded any files yet." +msgstr "" + +#. placeholder {0}: tolerance.toString() +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceForm.tsx +msgid "You may have {0}% less received with this level of slippage tolerance." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "You may lose your assets if you give approval to the website of this token." +msgstr "" + +#. placeholder {0}: contractName ?? '' +#. placeholder {1}: token.symbol +#: packages/shared/src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx +msgid "You must give the {0} smart contract permission to use your {1}. You only have to do this once per token." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to follow <0>@{twitterHandle}" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to follow the creator of the lucky drop." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to hold any of the following NFTs in your wallet." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to hold any of the following tokens." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to hold at least {quantity} of any of the following tokens." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx +msgid "You need to open the dApp to view the specific content." +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "You've already claimed the lucky drop" +msgstr "" + +#. placeholder {0}: message.token +#. placeholder {1}: message.spender +#: packages/shared/src/UI/translate.ts +msgid "You've approved {0} for {1}. If you want to revoke this token, please set spending cap amount to 0." +msgstr "" + +#. placeholder {0}: file.name +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "You've saved {0} to Web3 file service." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Your file has been successfully merged into the browser data." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Your file has been successfully restore into the browser data." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Your Persona has been successfully created." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Your Persona is on **ready 🚀**" +msgstr "" + +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +msgid "Your transaction has been confirmed!" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Your transaction should be done in <0/>" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Your vote has been successful." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Your voting power" +msgstr "" + +#: packages/plugins/Claim/src/hooks/useClaimAirdrop.tsx +msgid "Your wallet cancelled the transaction." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "Your wallet does not meet the eligibility criteria for claiming." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +msgid "Your Wallet is on **ready 🚀**" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Your X account authorization has timed out. Please try again." +msgstr "" diff --git a/packages/shared-base-ui/src/locale/languages.ts b/packages/shared-base-ui/src/locale/languages.ts index a0400e89e75c..f447b6da0c29 100644 --- a/packages/shared-base-ui/src/locale/languages.ts +++ b/packages/shared-base-ui/src/locale/languages.ts @@ -1,7 +1,3 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts import en_US from './en-US.json' with { type: 'json' } import ja_JP from './ja-JP.json' with { type: 'json' } import ko_KR from './ko-KR.json' with { type: 'json' } diff --git a/packages/shared-base-ui/src/locale/qya-AA.po b/packages/shared-base-ui/src/locale/qya-AA.po deleted file mode 100644 index abbb3461f071..000000000000 --- a/packages/shared-base-ui/src/locale/qya-AA.po +++ /dev/null @@ -1,30 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-10-30 09:48\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/shared-base-ui/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1010\n" - -#: src/components/ErrorBoundary/CrashUI.tsx -msgid "{subject} has an error" -msgstr "crwdns31300:0{subject}crwdne31300:0" - -#: src/components/ErrorBoundary/CrashUI.tsx -msgid "Report on GitHub" -msgstr "crwdns31302:0crwdne31302:0" - -#: src/components/ErrorBoundary/CrashUI.tsx -msgid "Try to recover" -msgstr "crwdns31304:0crwdne31304:0" - diff --git a/packages/shared-base-ui/src/locale/zh-CN.json b/packages/shared-base-ui/src/locale/zh-CN.json index e4d6de1a206b..e1a07f6bfc50 100644 --- a/packages/shared-base-ui/src/locale/zh-CN.json +++ b/packages/shared-base-ui/src/locale/zh-CN.json @@ -1 +1 @@ -{ "messages": { "3ThLdM": ["在 GitHub 上报告"], "CU3U3d": ["尝试恢复"], "i6OT6/": [["subject"], " has an error"] } } +{"messages":{"++B0oY":["This function has been turned off in the App settings. Enable plugins to fully access."],"+01Ill":["Change to Solana Wallet"],"+5hgHR":["Are your sure you want to disconnect? You may lose part of functionalities of this website."],"+95jK3":["Gas limit too low will cause the transaction to fail."],"+A4TPN":[["0"]," NFT contract"],"+CzAt9":["Previous unfollow transaction is in processing, please wait and try again."],"+IEBAO":["Approve amount"],"+K0AvT":["Disconnect"],"+POswt":["Sell Tax: ",["0"]],"+Qcnh5":["Please select the appropriate method to restore your personal data."],"+W8dUJ":["Tap to view the private key <0/> Make sure no one is looking at your screen"],"+XyQiK":["Agree"],"+Zuhm7":["Support Identity code, private key, local backups or cloud backups to access your personal data."],"+adBn3":["Chrome - external extension"],"+b7T3G":["Updated"],"+fTqvl":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"],""],"+hwfjv":["Please select the wallet to activate the function after saving the settings."],"+m7PfT":["Deleted successfully"],"+m7x4e":["Backup Successful"],"+q+Wa9":["Swap anyway"],"+uISZO":["Incorrect Password"],"+ubcPw":["No power"],"+xKN8I":["<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later."],"/2nH6X":["Make another Bridge"],"/7tku+":["Try"],"/BI0y9":["Refunded"],"/Dk+nX":["More on ",["0"]],"/I3RSJ":["Report Spam"],"/JOEaC":["Deploy Smarty Pay wallet"],"/KseE7":["Delete File"],"/LkuGq":["Restore from a previous database backup"],"/OPmPQ":["Verify ",["0"]],"/Swcdo":["Failed to swap"],"/WfDJy":["If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets."],"/capO6":["Failed to deposit ",["0"],"."],"/eguJc":["Uploading"],"/fo6Dv":["Gas Limit (Units)"],"/giXwU":["Medium Risk"],"/hKQcr":[["seconds"],"s"],"/jQctM":["To"],"/nT6AE":["New password"],"/riTT2":["Pinned successfully."],"/uEw9z":["Your X account authorization has timed out. Please try again."],"/vtDGO":[["0"]," is connected to these sites, they can view your account address."],"/xrk7I":["FAQ&Tutorial"],"/y/pZ3":["Select a Token"],"0+3dvg":["This NFT didn't have any offers."],"0/eoR6":["Revoking"],"00b9QG":["Set Your Payment Password"],"01DWy7":["Click the settings icon to list it on the App board."],"04MqGo":["Post content:"],"09vHB+":["Failed to decrypt."],"0C6WdO":["Upload backup"],"0D4bav":["Name or Contract address e.g. USDC or 0x234..."],"0F4ogS":["Payment Password should be between 6 and 20 characters."],"0HnKBn":["Hide mnemonic words"],"0Lp4o6":["Load failed"],"0M//Nn":["The Persona is connected to the following accounts: ",["list"]],"0ZC72+":["Connected successfully."],"0bKGbK":["No past rounds found."],"0caMy7":["History"],"0dFHbr":["Confirm swap risk"],"0fljZe":["Trading Route"],"0hFUd/":["You must give the ",["0"]," smart contract permission to use your ",["1"],". You only have to do this once per token."],"0jddIP":[["0"]," members"],"0lBTmP":["You need to hold any of the following tokens."],"0oFu/K":["No Lucky Drops claimed"],"0oMKRL":["Delete Contact"],"0tdB+o":["Enable the ",["name"]," Wallet extension and disable other wallet extensions"],"0wJVK+":["Basic"],"0wdd7X":["Join"],"0wzWAN":["Why I can't vote?"],"0xXDLS":["View your profile in firefly"],"0yPSCj":["High Risk"],"0yf3iU":["Wallet sign cancelled."],"1+6BOG":["Download Backup"],"1+P9RR":["Switch to ",["0"]],"11kmCI":["We are not aware of any code that prevents the sale of tokens."],"199DuV":["Display specific information of Gitcoin projects, donate to a project directly on social media."],"1DwbcE":["Loading...."],"1EOhmY":["Rank #",["0"]],"1LkMSp":["Add Suggested Token"],"1M8xFP":["Transaction with extremely low slippage tolerance might be reverted because of very small market movement."],"1QJyuR":["At most ",["RED_PACKET_MAX_SHARES"]," recipients"],"1QfxQT":["Dismiss"],"1R2W/B":["This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup "],"1TNIig":["Open"],"1TaavV":["Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase."],"1Uqt6P":["Disconnect Wallet?"],"1Wbxhe":["This profile can not be followed: ",["0"]],"1Z++2X":["The Persona is not connected to any accounts."],"1agbuA":["Functions that can suspend trading"],"1bTY60":["Token Value"],"1kE7ob":["Network saved"],"1mjyN6":["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."],"1nMGEs":["Personas"],"1njn7W":["Light"],"1on6yK":["How to use ",["0"]," Wallet?"],"1rsf+c":["After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup."],"1xwmzN":["Switch to other accounts"],"2/N/mr":["Connect with ",["providerName"]],"22QmCQ":["The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"28ABhV":["Connect EVM Wallet"],"29b5Sq":["Blocto only supports the Flow chain."],"2CMLgZ":["Token ID separated by comma, e.g. 1223,1224,"],"2FYpfJ":["More"],"2GHENQ":["Web3 Profile"],"2J5wRx":["Failed to get quote information"],"2Lr4ie":["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."],"2MPu+c":["Priority Fee (GWEI)"],"2XVeKu":["Airdrop Scam"],"2Xze/r":["Block Explorer URL"],"2jQko7":["Associated Accounts"],"2kXxch":["Sorry, signature failed! Please try signing again."],"2p7WMm":["Give permission to access <0/> your ",["0"],"?"],"2saF1j":["Tax can be modified"],"2wxgft":["Rename"],"34UMci":["Wallet Settings"],"38C83c":["Recovery Phrase"],"39ohdf":["Activities"],"3A/gtD":["Invalid RPC URL."],"3A/mG4":["Change Wallet"],"3AP6p1":["Public Key: <0>",["publicKey"],""],"3B4jmY":["Data correlation"],"3CR0qY":["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."],"3J+S3n":["Search Next.ID, X, Lens, ENS or Address"],"3OhjJ4":["Powered by <0>Mask Network<1><2/>"],"3Q5eQl":["Please click the \"Post\" button to open the compose dialog."],"3Q8dPe":["The website (",["messageOrigin"],") is asking you to sign in to another domain (",["0"],"). This may be a phishing attack."],"3SiDD1":["<0>",["user"]," burned <1>",["1","select",{"nft":["an NFT"],"name":[["0"]],"other":[]}],""],"3ThLdM":["Report on GitHub"],"3WZ1WL":["Please enter backup password to export persona private key."],"3YDnov":["Token now is hidden."],"3ZgRKI":[["type","select",{"post":["<0>",["user"]," publish a post on ",["platform"]],"mint":["<1>",["user"]," minted a post on ",["platform"]],"revise":["<2>",["user"]," revised a post on ",["platform"]],"share":["<3>",["user"]," shared a post on ",["platform"]],"other":[]}]],"3awOET":["Rank"],"3bGj61":["Claim on Firefly"],"3cAxpB":["There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price."],"3cw8FQ":["To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs."],"3dAaqV":["📃📃📃 Try to permanently use decentralized file storage on ",["sns"],". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions."],"3fpIq1":["to ",["0"]],"3iUAE7":["Backup to Google Drive"],"3kbpgO":["Gas Limit"],"3lUGN0":["Switch Persona"],"3pqzUK":["Contact added."],"3qe4O9":["Max Fee"],"3uBJPr":["File delete"],"3uQmjD":["Average"],"3ublvs":["Try token from different chains"],"3yLqgI":["Name or contract address eg. PUNK or 0x234..."],"4+VnE8":["ENS"],"42yL2J":["Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ",["encrypted"]],"43g2kf":["Only visible to yourself"],"44bNbA":["Select an NFT Contract"],"4DIYdt":["No associated wallet. <0>Add Wallet."],"4EN5JL":["Your Persona has been successfully created."],"4FvVUv":["Reset Wallet"],"4GBOoi":["Failed to create theme."],"4Gz2wC":["Failed to upload file"],"4HavhE":["Powered by <0>Mask Network"],"4HtGBb":["MAX"],"4JCJIV":["What is Web3 File Service?"],"4coHVU":["Lens Unfollow"],"4lm4o+":["Solana"],"4na5mr":["This message contains a invalid EIP-4361 message. It is better to reject this request."],"4ojMOt":["Please enter your backup password."],"4pSxwB":["Go"],"4zgT9K":["Connect Mask Network Account using your wallet."],"50QwC8":["value"],"51TkMy":["Claiming will be live until: <0> ",["days"]," d ",["0"]," h ",["1"]," m"],"51cT/A":["The minimum amount for each share is ",["0"]," ",["1"]],"51rAFB":["Please copy the following text and image (if there is one) and publish it."],"52nzPV":["Data source is retrieved from ",["0","select",{"twitter":["Twitter profile"],"facebook":["Facebook profile"],"other":[]}],"."],"55/jcy":["Hi friends, I just withdrew my deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"5Dz44N":["Set Payment Password"],"5E57TU":["Max priority fee is too low for network conditions"],"5G0lxx":["Powered by <0>Scamsniffer"],"5HVoyc":["Transaction Details"],"5Jczad":["I just claimed a lucky drop from @",["0"]," on ",["1"]," network."],"5N3b5J":["Market Cap"],"5O5enn":["Enter Payment Password"],"5QfZ6O":["Contract source code verified"],"5YfW3S":["Add an encrypted comment..."],"5ZzgbQ":["Connect ",["0"]],"5e22kj":["Email verification code"],"5hFImX":["Deploy Contract"],"5i1JPS":["Never share 12-word secret mnemonic with anyone!"],"5iHe/7":["Network error, try again"],"5o2pdQ":["Create Persona"],"5s6EhU":[["count","plural",{"one":["You have recovered **","#"," Wallet 🚀**"],"other":["You have recovered **","#"," Wallets 🚀**"]}]],"5sIdhw":["Share with"],"5uFQ9j":["Please create a persona and verify your account to use this."],"623chP":["Infos"],"66J/I3":["Transaction Fee"],"678PKt":["Network Name"],"68FuwU":["URLs require the appropriate HTTPS prefix."],"68m9Nl":["Add new address to an existing group"],"6B+2/d":["Stay on top of NFT trending information, hot projects, notable transactions, etc."],"6DvbLh":["Please install your metamask wallet and set up your first wallet."],"6HT670":["Function: ",["0"]],"6IHgRq":["Backup to the Cloud"],"6IvSyW":["Token Standard"],"6RDwJM":["Tokens"],"6U+PWG":["Total NFTs"],"6Uau97":["Skip"],"6V3Ea3":["Copied"],"6VJnE7":["Note: Scams detections might not be 100% guaranteed."],"6YASel":["Invalid Network"],"6YtxFj":["Name"],"6ZZ+4S":["Load Network"],"6foA8n":["Are you sure?"],"6gRgw8":["Retry"],"6k8iqO":[["0"]," ",["1"]," bridge completed successfully."],"6knJVf":["This NFT contract cannot be modified now."],"6s8L6f":["Switch Network"],"6sbLuF":["Current results"],"6ulv1U":["Contract Owner"],"6vVuTX":["This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"7+2e01":["Network removed."],"70wH1Q":["APR"],"76Ml+j":[["0"]," NFT Lucky Drop created."],"76gPWk":["Got it"],"78Kj7O":[["0"]," NFT transferred."],"7Ae1jc":["True Token"],"7Bj3x9":["Failed"],"7PPwVf":["Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted."],"7PgtYC":["Set NFT Avatar"],"7QptC5":["Auto-lock Time"],"7R2WG+":["Decrypted by Mask Network"],"7VpPHA":["Confirm"],"7c99ux":["Contract Deployment ",["0"]],"7cg5cq":["unique contributors"],"7eFA2G":["Failed to revoke token contract."],"7hZyUn":["Processing Deposit"],"7k2lei":["Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later."],"7lnlzl":["Claimed ",["amount"]," $",["0"]," successfully."],"7qUM2b":["Open Mask Wallet"],"7s5tLo":["Allow this site to switch the network?"],"7w1rTm":["The download link is expired"],"7yziEn":["This request has been expired."],"8+xvyR":["Blockchain"],"82+n6o":["Quote Route"],"869iq0":["Transferring asset across to the ",["0"]," network via the ",["1"],"cross-chain bridge"],"87Poy7":[["0"]," ",["1"]," NFT contract."],"88+Eku":["Provide you with fast, reliable and convenient security services."],"89kDhv":["NFT collection"],"8BsgdX":["Failed to get permissions"],"8C8O9E":["Provided by plugin \"",["0"],"\""],"8Dh77Z":["NFTs"],"8IN0ph":["No more data available."],"8J7y6E":["Deposit ",["0"]," for savings."],"8Kly2P":["Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token."],"8MJFvR":[["0"]," Risky factor"],"8N1Wbf":["This token has no risky or attention factors."],"8RF/Sx":["Added successfully"],"8S5o5V":["Share and recommend this feature after saving."],"8TMaZI":["Timestamp"],"8Tg/JR":["Custom"],"8WLjqx":["Never share the 12-word secret mnemonic words with anyone!"],"8ZsakT":["Password"],"8bgRf6":["Can not follow: ",["0"]],"8djViz":["Step ",["step"],"/",["step"]],"8glx+u":["Token ID"],"8rElAH":["Image copied!"],"8wEOMN":["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"9+VwX/":["Add Collectibles"],"9KKhJV":["Signing ..."],"9VcshJ":["Enable auto paste"],"9Y1kXO":["Payment password stored locally and you could try as many as you want to unlock your wallet."],"9bG48P":["Sending"],"9cDpsw":["Permissions"],"9cSIbb":["Click on <0/> at the top-right of your browser."],"9d/Qe4":["Service Agreement"],"9hg9mc":["Downloading"],"9hzYBR":["Failed to download and merge the backup: ",["0"]],"9jba96":["Only TypedMessageText is supported currently."],"9kIgHE":["This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet."],"9lqqpY":["Invalid email address."],"9oP21f":["My vote"],"9oq2rm":["Functions with retrievable ownership"],"9q+I38":["Your voting power"],"9r9nwF":["Identical"],"9sjcnZ":["Disconnected."],"9tG0uf":["Please verify your social account"],"9uYu7e":["You haven't uploaded any files yet."],"9w2hgY":["Paste manually"],"9xaUMG":["General user"],"A+Ijr2":["Close [Check Security]?"],"A0VzMm":["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."],"A1bmDM":["No verified account found here."],"A1taO8":["Search"],"A3Ndml":["Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop."],"A4vJQr":["Set your NFT as profile picture with exclusive aura."],"A6JChW":["The transaction was complete and has been recorded on blockchain at ",["0"]],"A9tojF":["Incorrect password"],"AElxM7":["Transfer ",["0"]," NFT."],"AJNYYr":["Refund Lucky drop"],"AKLbfQ":["Restore Database"],"AMJWWT":["Likely in < ",["estimateSecond"]," seconds"],"ANYjcp":[["shareWithNum","plural",{"one":["1 friend"],"other":["#"," friends"]}]],"ANk/Zy":["Incorrect Backup Password"],"AOPSKq":["Deposit ",["0"]],"ASNDad":["Hide ",["name"]],"AV+9wg":["Re-enter"],"Ah4d0u":["Security Detection"],"AjVXBS":["Calendar"],"Ap948/":["Listed"],"Appw6V":["No NFTs found."],"Aq+O0x":["status"],"AuXfDa":["Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards."],"AuvDq6":["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"],"AwQpq/":["Click on the down-arrow to see the private key."],"AxPAXW":["No results found"],"AxdOHo":["Pair"],"Axp2cZ":["24 Hour Trading Vol"],"AyLiVq":["Scan QR code to receive payment"],"B1T4nn":["Confirm the Lucky Drop"],"B6C0XJ":["No Data"],"B8B8TU":["Verified by ",["0"]],"BAvIGC":["Withdraw token"],"BFhvNB":[["0"]," ",["1"]," NFT contract successfully."],"BMCVM3":["Wallet Sign"],"BQHQ9v":["No websites connected to this wallet"],"BQi2Kk":[["0"]," were claimed"],"BUXiPs":["This Chain ID is currently used by the ",["0"]," network. "],"BWSJkS":["No Airdrop Scam"],"BXixGM":["Use Persona to encrypt and decrypt social media posts & messages."],"Ba6uFH":["Create your NFT Lucky Drop."],"BaU+dx":["Connect your social platform accounts."],"Baj2MJ":["Savings"],"BaoXTT":["<0>Powered by<1>OKX<2/>"],"BiGQfG":["Transaction Hash"],"BkN2qg":["<0>Service Agreement and <1>Privacy Policy"],"BmN4Bk":["Aggregator"],"ByAMF+":["Risk Warning"],"ByPj1d":["Request ID"],"BzEFor":["or"],"BzfzPK":["Items"],"C0JhYS":["Change Network"],"C2/uLW":["Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned."],"C3Wgzy":["You have claimed ",["0"]," $ARB."],"CCIrQ8":["Fake Token"],"CE+M2e":["Info"],"CEk7Nc":["At least 6 characters"],"CFPbpH":["The new passwords don't match"],"CJviCK":["<0>",["user"]," proposed"],"CK1KXz":["Max"],"CMHmbm":["Slippage"],"CMfM6C":["No Enough Gas Fees"],"CP3D8G":["Progress"],"CT10+i":["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."],"CTSEx8":["<0/> publish a post on ",["0"]],"CU3U3d":["Try to recover"],"CWsYB3":["Welcome Back"],"CXHRbe":["Wallet request timed out"],"CYRJEX":["Owners"],"CZSWya":["NFTs added"],"CZmSbe":["Request is valid not before"],"Cf/0to":["Data source is retrieved from ",["0"],"."],"Citz6F":["Exchange"],"CkLMZ2":["File delete failed"],"CmMDVW":["<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction."],"CpciBt":["Switch to Polygon and Follow"],"CtByM7":["Connect Wallet"],"Cwxng+":["Supported formats: JPEG, PNG<0/> Size limit: ",["0"]],"Cy19fm":["View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline."],"CygwLN":["Swap completed successfully."],"Cz6Lx7":["Encryption Method"],"D79cZK":["Instant"],"D9iWaX":["Please check ToS document"],"D9za/8":["Missing dex contract address"],"DA2uGM":["Click the application icon to hide in the App list."],"DAFhfT":["There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"DC3sw8":["Two entered passwords are different."],"DHhJ7s":["Previous"],"DKBbsW":["Gas price must be greater than 0 Gwei."],"DPfwMq":["Done"],"DYoO0m":["Token quantity greater than"],"DdUFp+":["The transaction was confirmed at ",["0"]],"Dk6Non":["Whitelist function"],"DkHkqH":["Recommended dimensions: 1016 × 672 px"],"DnmyoA":["Priority fee should be greater than 0."],"DoQ5Lj":["RPC URL"],"Dpe+e3":["Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet."],"DtZDW+":[["0"]," (UTC+8)"],"Du6bPw":["Address"],"DuIDTw":["To verify your X account and record it on the NextID, please send this post for the verification."],"Dz56Ua":["Encrypt"],"E399AQ":["<0>",["user"]," bridged <1>",["amount"]," ",["symbol"]," from <2>",["source"]," to <3>",["target"],""],"E6HGuD":["Check out the official website"],"E6Sqiu":["Failed to load ",["0"],". Click to retry."],"E6YUtc":["Merge to Browser"],"E7prOW":["<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature."],"EBC6hj":["Local Backup"],"EGWr+Q":["Web3 Profile Card"],"EJRk0x":[["gasOptionType","select",{"slow":["Slow"],"normal":["Average"],"fast":["Fast"],"custom":["Custom"],"other":[]}]],"ELQ256":["Make another Swap"],"EMLHjH":["More Details"],"ENIvoT":["Please set up the amount of time before we automatically lock your wallet."],"ERYJcj":["Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers."],"EStYiZ":["No proxy"],"EVFPUv":["Transfer NFT"],"EYwKb0":["Gas Price (GWEI)"],"Ea4oxV":["Follow System"],"EbE80y":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post."],"EbVCxG":["<0/>",["txType","select",{"deploy":["deployed"],"execute":["executed"],"other":[]}],"<1/>"],"Eda+dy":["🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ",["encrypted"]," to send your first encrypted tweet."],"Eefe1a":["The input is not a single file."],"EfAke+":["<0>",["user"]," voted for <1>",["option"]," on <2>",["platform"],""],"Eh4m6e":["<0>USD Value<1>$",["0"],""],"Enb3Qk":["You claimed 1."],"EoKe5U":["Domain"],"EsKgLS":["Click here to have a quick start."],"Ev2r9A":["No results"],"EwiD7E":["Confirm Payment Password"],"F/pYeX":["Create NFT Lucky Drop"],"F3bW6y":["Platform"],"F4Igxz":["Quote route"],"F7U8uz":["Creating your **wallet**"],"F8VT6y":["Failed to transfer NFT."],"F8Wc3I":["Drag & Drop your file here"],"FAKSZG":["Add google Drive"],"FC17bL":["<0>Powered by <1>Mask Network"],"FGceVy":["Owner can't change balance"],"FMQ6p2":["You've already claimed the lucky drop"],"FR2cx3":["Anti_whale(Limited number of transactions)"],"FY2gWe":["The contract address is incorrect or the collection does not belong to you."],"FZg3wM":["Operation"],"FfJy7A":["Manage Network"],"FgAxTj":["Log out"],"Fgyfqo":["Amount Each"],"FiKDfi":["Failed to unlock NFT contract."],"FiYmUY":["No associated accounts"],"Fim3FY":["Download https://mask.io to try more powerful tools on Twitter."],"Fn9Tvh":["Volume (24h)"],"FnQek5":["Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request."],"FnjSI+":["Not current account. Please switch to this account to set up NFTs Profile."],"Fs/bd5":["Invalid Block Explorer URL."],"FzzpXs":["Sale ends in ",["0"]],"G+XYfT":["Do you want to delete file <0>",["0"],""],"G4NrhP":["Persona created."],"GAZNIW":["Price Statistic"],"GAvnvl":["Payment Password"],"GDe4XX":["Please connect wallet to check if you are eligible to claim $ARB."],"GEL05h":["WalletConnect"],"GExRUL":["Backup password"],"GHvzdC":["No content for the last two weeks."],"GK6Tzr":["Persona Sign"],"GLDuz6":["May be a honeypot."],"GRLMKx":["Winners"],"GS+Mus":["Export"],"GS0ldX":["Unsupported network type"],"GShMK6":["Refunding"],"GTJCth":["The contract owner is not known to be able to modify the balance of the token of other addresses."],"GWCG6Y":["Copy image"],"GWKfFr":["To use Lido, you need to wait ",["0"]," days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1."],"GWMpIa":[["0"]," Risky factors"],"GXhrYw":["1. If you haven't installed the ",["name"]," Wallet"],"GXsAby":["Revoke"],"GZzKYx":["Buy Tax: ",["0"]],"GaH2JF":["Suggest to send transactions and sign messages"],"Gia1VG":["Web3 File Service"],"Gmmd6d":["Verify your X ID"],"GrTvoo":["Transaction in progress. Thank you for your patience."],"GtJJAj":["Add Wallet"],"Gw91G1":["This request should only be sign in the future."],"GyvZPz":["Token ID should be separated by comma, e.g. 1223,1224,"],"H1v3zR":["Insufficient ",["0"]," Balance"],"H8rw2f":["(the name is set by the web site)"],"HCKlXm":["Token Contract Address"],"HF6C2L":["Phone Number"],"HFVck2":["Lucky Drop with ",["0"]," refunded."],"HGTZAO":["Step 2/2"],"HH25qd":["No wallet selected."],"HIq3th":["Cannot switch to a unknown network."],"HKH+W+":["Data"],"HTX2HV":["Minimum received"],"HVRhUV":["By proceeding you agree to the"],"Hp1l6f":["Current"],"HpK/8d":["Reload"],"HqiAyF":["Gwei"],"HvDfH/":["Imported"],"HvUm3m":["Choose and show your Web3 footprints on X."],"I4caYo":["Invalid verification code."],"I5kL4f":["Activity Log"],"I7z//Y":["Trading route"],"IBAx3U":["Kept safely"],"IF7RiR":["Cover"],"IGbphl":["Unlocking ALL..."],"ILvrUp":["Unlikely to be a honeypot."],"IMX4sR":["Blacklist function"],"IQ3gAw":["Upload File"],"ITBQO3":["Max priority fee must be greater than 0 GWEI"],"IUG86v":["The Persona is connected to the account @$",["0"],"."],"IUp08P":["The current wallet does not hold a lens and cannot follow/unfollow"],"IX1M/E":["Floor price"],"IXbRbM":["Choose another wallet"],"If2v4h":["Lucky Drop"],"IhnvgP":["Change to EVM Wallet"],"ImhKg5":["Could not fetch chain ID. Is your RPC URL correct?"],"IoAuJG":["Sending..."],"IrI9pg":["End date"],"Iu4Ja9":["Please enter token contract address."],"J05/Al":["Set NFT NFT Background"],"J0LAHU":["Refund"],"J0Mxpc":["The ",["0"]," is in progress. You can check its status in History after exiting this page."],"J24FyN":["Bridge"],"J2eKUI":["File"],"JA8K9s":["Unpacking"],"JGds+N":["Lack of number, letter or special character."],"JGpseC":[["0","plural",{"one":["This domain is"],"other":["These domains are"]}]," currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"JLiwYz":["Mask Network requires the permission of following websites before using it."],"JOP9uZ":["Transaction has been rejected!"],"JPHuMW":["Swapping"],"JUcj/I":["Switch X Logo"],"JXJlYD":["Set Your Persona Name"],"JbKZsv":["Scan the QR code with a WalletConnect-compatible wallet"],"JeHCi7":["No function found that retrieves ownership"],"JfI60y":["Incorrect Payment Password."],"Jg5pf7":["Current base fee is ",["0"]," Gwei"],"JiIKww":["Advanced Settings"],"JlFcis":["Send"],"JlIzk8":["Browser File"],"Jnjbl3":["You need to follow <0>@",["twitterHandle"],""],"Js4Nk0":[["0","select",{"finding_post_key":["Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you."],"finding_person_public_key":["Mask is looking for the public key of the author..."],"other":["Mask is decrypting..."]}]],"JuVC24":["Deposit token"],"JwzZmt":["to <0>",["toAddress"],""],"K1tshY":["Failed to download image"],"K5a6t1":["Persona already exists."],"K7tIrx":["Category"],"K8jCIB":["Data backed up successfully!"],"KAS4UW":[["0"]," Attention factor"],"KCeSRZ":["We will need to verify your Twitter account and record it on the NextID. Please post it for validation."],"KFYFgI":["Wallet sign failed."],"KFwID2":["Restore Failed"],"KGHnSc":["Lock Wallet"],"KJGKkh":["EVM Chains only"],"KMgp2+":[["0"]," available"],"KPUGxy":["Random Amount"],"KRz1oj":["Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X."],"KTfagY":["Lucky drop with ",["0"]," created."],"KVAoFR":["unlimited"],"KVkke3":["Set NFT PFPs"],"KWeNH6":["Unlocking ",["hasSymbolName"],"..."],"KisOjk":["Restore or Login"],"Kj4oEm":["Generate a new persona"],"Kl9gHp":["Wallet Group #",["0"]],"KmQ25M":["Max priority fee is too high for network conditions."],"KnidLU":["Not Connected"],"Ko4L/B":["The receiving address is a contract address. Please check again."],"KojyJ4":["Wrong Network"],"Koz2Rg":[["0","plural",{"one":["Action"],"other":["Actions"]}]],"KtMMzG":["Wallet disconnected"],"KwJJLb":["<0>Powered by <1>",["0"],""],"Ky09J8":["Previous follow transaction is in processing, please wait and try again."],"KziH2K":["Fast"],"Kzu9r9":["24H Traded Volume"],"L+bpwv":["Please set up backup password to export private key."],"L4vN0F":["EVM"],"L82H5Z":["Creating your **identity**"],"L87Mfu":["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."],"L96aan":["View full transaction details"],"LBtfmO":["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."],"LJkXYZ":["Create New Mask Identity"],"LLf+t1":["No deposit protocols found."],"LNItR6":["You have set NFT PFP successfully."],"LP+1Z7":["Add Network"],"LSwUJb":["Select Liquidity"],"LU3p9s":["Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account."],"LWJCIn":["Connected sites"],"La9ArN":["<0>Powered by ",["publisherNode"]],"LcET2C":["Privacy Policy"],"LcZh+r":["Unsupported data backup"],"LhMjLm":["Time"],"Lho4Qd":["DSearch"],"LiE5z4":["Max base fee should be greater than 0"],"LigbuA":["In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension."],"LkYKvc":["Please select the correct words in the correct order."],"LqWHk1":["Hide ",["0"]],"Lx4CpL":["Wallet name must between 3 to 18 characters."],"Lz7CzN":["No mint function"],"Lzo8mb":["Claimed: <0>",["claim_numbers"],"/",["total_numbers"]," <1>",["0"],"/",["1"],"<2><3>",["tokenSymbol"],""],"M0FgOk":["Add Contact"],"M1RnFv":["Expired"],"M1ts1r":["View your address"],"M24E85":["This address is a contract address."],"M4g1UJ":["Contract Interaction"],"M7ZGdw":["2. If you have installed the ",["name"]," Wallet"],"M9OYUo":["Please try again if you failed to vote."],"MC00Lm":["Scan QR code with WalletConnect-compatible wallet"],"MEIAzV":["Unnamed"],"MKEPCY":["Follow"],"MOHcKb":["Enter a max priority fee"],"MQ9hQ4":["DAO"],"MR/0Va":["All Mask Network users"],"MTqQMG":["Not set"],"Mh3RsB":["Best Wishes!"],"Mi8ATZ":["The token approval revoked."],"Midntl":["Download report"],"Mm1aH+":["Proxy contract"],"MpnSqP":[["0"]," Pending"],"MqdtT5":[["0"]," Bridge Network fee"],"MyjAbr":["Resend"],"N/fqDa":["Ens or Address(0x)"],"N0YrmD":["Valuables"],"N0tcou":["Claiming..."],"N2DUxS":["Insufficient Balance"],"N2S1rs":["Empty"],"N2aeX8":["No valid wallet detected. Please connect wallet or verify wallet firstly."],"N40H+G":["All"],"N5GKfB":["Tax cannot be modified"],"N6/RZd":["Sorry, failed to save NFT Avatar. Please set again."],"N931rj":["Your transaction should be done in <0/>"],"NERSN2":["or Holding NFT"],"NJbBmC":["Switch Twitter Logo"],"NOi+Fr":["This QR includes your identity, please keep it safely."],"NTnXx/":["<0/> unapproved <1>",["0"],""],"NVt/wW":["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"NWqhru":["Reselect"],"NZ7wlC":[["0"]," Holder"],"Na6Ytj":["Change NFT PFP"],"NaZTE7":["Incorrect Mnemonic Words."],"NdlvGd":["Claim Details"],"NfxOUe":["Enter Total Amount"],"Ng063n":["Donate"],"Nhp9Kw":["Exceeded the maximum file size of ",["fileSize"],"."],"NkgvWN":["Logout failed"],"NloaHG":["Backup Password"],"Ns5WaC":["No backups found"],"Nu4oKW":["Description"],"NwibRO":["Supported contracts"],"NzlE6O":["By granting permission, you are allowing the following <0/> contract to access your NFTs."],"Nzm8dm":["Example: Alice"],"Nzwli2":["Base"],"O2XHf2":["Check ",["providerName"]," to confirm connect."],"O3Nzf+":["Bridge between this token pair are't supported at the moment."],"O3oNi5":["Email"],"O86J+j":["This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud."],"O8PsYe":["Add the file to Chrome's database"],"OAZ+tI":[["attentionFactors","plural",{"one":["#"," Attention item"],"other":["#"," Attention items"]}]],"OAfk3i":["Hash"],"OCJdad":["<0>To: <1>",["to"],""],"OLUEnY":["when you click Add Google Drive button,you will be forwarded to Google authorization pages."],"OLY2Jk":["Gas Price"],"OQEwR/":["Create Lucky Drop"],"OR475H":["Network"],"OcvI49":["No blacklist"],"OfhWJH":["Reset"],"OgPkDe":["Currency Symbol (Optional)"],"OgohfQ":["File Key: <0>",["0"],""],"OhgYJS":["Basic setting"],"OkofjH":["Recover"],"On0aF2":["Website"],"OsyKSt":["Withdraw"],"OuUyzz":["No contacts stored locally, you can try searching."],"OzSOpz":["Create a Privy wallet using an X account"],"P+K/3O":["Confirming"],"P7S/hC":["Max priority fee must be greater than 0 Gwei."],"P9wzG/":["Recovery"],"PByO0X":["Votes"],"PDW/HG":["Your Persona is on **ready 🚀**"],"PGdbc0":["Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com."],"PHM7OA":["Supported Sites"],"PI/VCJ":["Select the wallet(s) to use on this site. You should not connect to website you don't trust."],"PIG043":["Gitcoin"],"PLWaf6":["Create the Lucky Drop"],"PNZOzY":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"]," on <5>",["3"],""],"PRkIUI":["Gas Fee"],"PTXNyo":["Waiting for ",["providerType"]],"Pd3dlq":["Circulating Supply"],"PeT3a5":["You have successfully restored the backup from Google Drive to your browser."],"PiH3UR":["Copied!"],"PjBWOL":["Create your persona to get started"],"PlE+Fs":["Connect and Verify ",["0"]],"PsQmAw":["Everyone"],"Pt3n39":["No back up"],"PwjgPX":["Please create your persona to use Web3 Profile."],"Q0IFtx":["The custom amount entered may be higher than the required network fee."],"Q2lUR2":["Currency"],"Q68Nuc":["Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it."],"QF9SdB":["Split Mode"],"QHZRmq":["Sites"],"QHcLEN":["Connected"],"QJQd1J":["Edit Profile"],"QQPCqQ":["Backup Wallet"],"QRsMow":["Transaction Confirmed"],"QU9aqK":["You have signed with your wallet."],"QUBIav":["Failed to bridge"],"QWxok/":["Connect with Mask Wallet"],"QXDgyQ":["Please write down the following words in correct order. Keep it safe and do not share with anyone!"],"Qbo7Ev":["Write down mnemonic words"],"QcVZFH":["Step ",["step"],"/",["totalSteps"]],"Qd0xFm":["Refund your expired Lucky Drop."],"QowPFh":["Collectibles"],"QpgBEp":[["0"]," days"],"QsVbHo":["Sending address"],"QyZU8V":[["riskyFactors","plural",{"one":["#"," Risky item"],"other":["#"," Risky items"]}]],"QypSt2":["Update X.com Permissions"],"Qz8niP":["You may lose your assets if you give approval to the website of this token."],"R/Pfmp":[["amount"]," ",["0"]," tips sent."],"R2K7XH":["Account successfully connected to persona"],"R9aEN5":["Send ",["0"]],"RCBmDP":["Follow @masknetwork to explore Web3."],"REeHKm":["<0/> ",["txType","select",{"trade":["traded"],"mint":["minted"],"other":["traded"]}]," <1>",["0"]," ",["1"]," for <2>",["2"]," ",["3"],""],"RH8jSA":["Merge data to local database"],"RHSlVw":["Follow @masknetwork (mask.io) to claim NFT lucky drops."],"RL5m+x":["Generating your **accounts**"],"RLBjfU":["Attached File: ",["name"]," (",["size"],")"],"RNfEI8":["You canceled the request."],"ROWd/9":["Leave blank to allow any amount; enter a number to set a minimum holding requirement."],"ROWeBX":["Followings"],"ROsDRH":["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"],"RRw7LE":["Identity ID"],"RUYsn0":["Clear All"],"RW1HJz":["The receiving address may be a malicious address."],"RWoEqV":["Failed to transfer token: ",["message"]],"RZOA0N":["Find Mask Network in the extension list and click the <0/> button."],"RdfrN2":["Mint Address"],"Re7Oex":["Transaction submitted."],"RhCL4z":["Max amount"],"RiLzWA":["Please switch to this network in the mobile application wallet you are connected to."],"RiQQyz":["This allows the third party to spend ",["value"]," ",["0"]," from your current balance."],"Rm3JCH":["File name must between 3 to 20 characters."],"RqRRf6":["Created by <0>",["0"]," • <1>Website"],"RrGhwo":["File ",["0"]," deleted."],"RuO5md":[["seconds"],"sec"],"Rx8sxX":["Select liquidity"],"RxlKnY":["Lens"],"Ry8TiY":["Create Smart Pay wallet"],"S0CsaV":["Create a New Wallet"],"S0vyIh":["Owner changed."],"S2JNMm":["Your file has been successfully restore into the browser data."],"S33tz3":["Not connected"],"S6Qdlo":["Scam Warning"],"SDrb6I":["Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account."],"SGVkVp":["Two entered passwords are not the same."],"SIrUT3":["Grant access to your ",["0"]," for the Lucky Drop Smart contract. You only have to do this once per token."],"SLEDBF":["Failed to add the wallet, please try again."],"SNZM71":[["0"]," withdrawn."],"SREKz9":["Report NFT Scam Contract?"],"SUqBr9":["Refund ",["0"]," ",["tokenSymbol"]," Successfully"],"SX2UXi":["Your vote has been successful."],"SYGo/R":["Import Wallet"],"SYgxDf":["Slow"],"Sfu/we":["Failed to delete, please try again."],"ShHV7X":["Cloud Backup"],"ShmUTn":["Add a Custom Cover"],"Sitstz":["Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund."],"Sjplg3":["View on Explorer"],"SlxhDh":["Verify your wallet"],"Sp69uH":["The web site can"],"T0W3Z8":["Insufficient funds for gas."],"T0Y2+3":["Select a token"],"T3EPqL":["Max base fee"],"T3dlAs":["Quote expired. Update to receive a new quote."],"TA4fAr":["The wallet name already exists."],"TFEJcT":["Set NFT PFP"],"TIIaK1":[["2","select",{"approve":["<0>",["user"]," approved ",["0"]," to <1>",["contract"],""],"revoke":["<2>",["user"]," approved ",["1"]," to <3>",["contract"],""],"other":[]}]],"TJt1iY":["Decentralized social graph protocol for user-centric Web3."],"TNFd5O":["View real-time crypto prices, market cap, trading volume, etc."],"TP9/K5":["Token"],"TRoDRd":["Failed to deposit token."],"TYTRNP":["Eligible to claim"],"TZDLPg":["Claimable"],"Tfxac6":["This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"Tg003Y":["Connected wallets settings"],"Tl3Zls":["This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee."],"TnHNX9":["Update permission for X.com"],"ToePai":["Spend limit requested by"],"TppkTk":["<0>",["user"]," carried out an activity to <1>",["target"]," on <2>",["platform"],""],"TpqeIh":["Error: ",["0"]],"Tuc34V":["Confirm Bridge"],"Tx/jsw":["Do you need to paste encrypted content manually?"],"Tz0i8g":["Settings"],"TzarJw":["Bridging"],"UBzbea":["Recover your wallet"],"UDKbPj":["Your file has been successfully merged into the browser data."],"UFzLh1":["When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ",["0"],". Please reduce the number of NFTs selected."],"UO7xDp":[["0"]," Pool"],"UPJjXF":["Network error, try again: ",["0"]],"URAE3q":["Paused"],"URmyfc":["Details"],"UUfXpm":["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."],"UWxJIW":["Powered by Celer Network. Support $MASK!"],"UXBK7e":["<0>",["user"],"sent",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"to <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"UaXeX3":["Okay"],"UbRKMZ":["Pending"],"Udf/Es":["Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network."],"UfJmJU":["Invalid slippage tolerance."],"UjJCIX":["Contract source code not verified"],"UjRxho":["Persona Recovery Phrase"],"UmVZrM":["Failed to create Lucky Drop."],"UpqenY":["We recommend new Web3 users to keep [Check Security] open."],"UqJ0W/":["Cancel Transaction"],"Usynqd":["Gas price is too low and will cause the transaction fail"],"UtKGok":["Backup Persona"],"UvJiVZ":["There's no feed associated with this address."],"UxJ2jd":["Display Snapshot proposals on the X of the respective project or protocol."],"UxYZfY":["Revoke the approval for ",["0"],"."],"V+1pjj":["Back Up Your Data Your Way"],"V+ZuGt":["You claimed ",["0"]," $",["1"],"."],"V6YDUB":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"],""],"V6wYl1":["Total amount"],"V8j2d/":["App list"],"VAOn4r":["Unlock"],"VECuJk":["Wallet Account"],"VHShJf":["Please click Browse Files button to select files to upload."],"VHVdS1":["No votes"],"VP4HYe":["Next.ID"],"VSx1eg":["Max priority fee"],"VbeIOx":["Author"],"VcPDSd":["Unsupported key store data"],"VdhBp2":["The chainID is not equal to the currently connected one."],"VdkQUC":["Please sign up or login ",["siteName"]," to connect Mask Network."],"Vj7ma7":["Support mnemonic phrase, private key or keystore file."],"VlpdUm":["Use NFT"],"VsHxv+":["Copy text"],"VvGC/Y":[["0"]," Network fee"],"VvPeyR":[["0"]," unlocked"],"VzQ7uf":["Unknown EIP-4361 message version."],"VzQOL2":["This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap."],"W0uonA":["This QR includes your mnemonic words, please keep it safely."],"W2es+t":["Oops, it seems you don't have any voting power at block ",["0"],". <0>Learn more"],"W5OcTk":["No approved contract records."],"W7e3zN":["Are you sure to remove the connected wallet <0>",["0"],"?"],"W7rMXF":["Failed to send token."],"WAjFYI":["Start date"],"WDcQq9":["Unlisted"],"WKG5E8":["You need to hold at least ",["quantity"]," of any of the following tokens."],"WLMjwL":["Confirm to hide ",["0"],"? You can redisplay it by re-adding this token at any time."],"WS7EYf":[["0","select",{"Post":["<0/><1>",["handle"]," published a post on <2>",["1"],""],"Comment":["<3/><4>",["handle"]," made a comment on <5>",["2"],""],"Mirror":["<6/><7>",["3"]," mirrored a post post by<8/><9>",["handle"]," on <10>",["4"],""],"Quote":["<11/><12>",["handle"]," quoted a post post on <13>",["5"],""],"other":["<14/><15>",["handle"]," post stuff on <16>",["6"],""]}]],"WWPi4P":["Incorrect wallet address."],"WY8amq":["Invalid number"],"WZcvLm":["Follow Now"],"WeNxrL":[["0"]," Attention factors"],"Weq9zb":["General"],"WmXCMa":["Switch other account"],"Wqoa0p":["Connect Persona"],"WqzYn1":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"]," to <2>",["project"],""],"WsNUie":["Claimed: <0>",["0"],"/",["1"]," <1>",["2"],""],"Wvnsx1":["Auto-lock"],"Wy16g8":["Gift crypto or NFTs to any users, first come, first served."],"X0PXso":["Swap duration"],"X200Sr":["Forgot payment password?"],"X3X0nY":["You may have ",["0"],"% less received with this level of slippage tolerance."],"X6ujRd":["Be aware, check the token before adding it."],"X8N33g":["Transaction history is only stored locally and will be deleted if you clear your browser data."],"X8w6bW":["Enter Max spend limit"],"XA8JXM":["Add NFTs"],"XB3tfc":["Encrypting your **data**"],"XC7RGa":["Recover your data"],"XDtQ7t":["Display the following address on your Web3 profile page and use it to receive tips."],"XGRJzS":["Open in a new tab"],"XGqAnD":["This token contract has code that prevent selling. This might is a honeypot."],"XQDdOC":["No friends are stored locally, please try search one."],"XQQx83":["<0>",["user"]," ",["0","select",{"supply":["supplied"],"add":["added"],"repay":["repaid"],"withdraw":["withdrew"],"collect":["collected"],"remove":["removed"],"borrow":["borrowed"],"other":[]}]," liquidity on <1>",["1"],""],"XUKicg":["Step 1/2"],"XYLcNv":["Support"],"XZ/B+f":["Don't see your NFT?"],"XcWehA":["Update Quote"],"Xftpm5":["Select Collection"],"XjDSdO":["Old Payment Password"],"Xlpdi1":["on ",["fromNetworkName"]],"Xprzee":["Enter a gas price"],"XrH+JC":["IPFS"],"XrlvqN":["Who can claim?"],"XsyYEe":["This NFT didn't have any activities."],"XyAmgg":["Add wallet"],"Y7N0Sj":["View your account balance and history"],"Y9mYPy":["Powered By ",["0"]],"YF8jon":["Ended ",["relativeEndTime"]],"YKSmxE":["Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts."],"YLObqx":["Equal Amount"],"YOacnL":["Tell friends what's happening..."],"YOnK5s":["<0>",["user"]," registered ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an ENS "],"other":[]}],"for <3>",["costValue"]," ",["costSymbol"],""],"YPNSH3":["Connect Solana Wallet"],"YSi9PS":["Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events."],"YW51YO":["24H sale"],"YXIpYp":["Please verify the current persona with a social media account before using dApps."],"Yckw2R":["Fiat On-Ramp"],"YdCB5X":["Copy private key"],"YiPiv6":["There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"YirHq7":["Feedback"],"YnqCPK":["Verify Account"],"Yp8yB4":[["0"]," to ",["1"]],"Ywu8Rl":["Please connect ",["0"]," and send a proof post before using dApps."],"Z/tioj":["Swap ",["0"]],"Z16qyu":["Persona Name"],"Z3+V9p":["Restore backup failed."],"Z33XCd":["Input contract address"],"Z3FXyt":["Loading..."],"Z3S6Dx":["Step 1/3"],"Z3y+8t":["Unsupported Network"],"Z6siIw":["Switch between the classic Twitter logo and the new one."],"Z7ZXbT":["Approve"],"Z8+FzC":["Connecting your ",["providerType"]," wallet"],"Z8G4E5":["Change to Flow Wallet"],"Z8lGw6":["Share"],"ZAVklK":["Or"],"ZDcdss":["Claim Conditions"],"ZHsD28":["Enable the plugin"],"ZIsLZh":["Size limit: 10 MB"],"ZK75iC":["Choose a Cover"],"ZKAj6+":["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."],"ZQbnxO":["No collectible found."],"ZQr5hT":["Unlock Token"],"ZSWUwq":[["0"],"m"],"ZSgQgC":["Max fee is too low for network conditions."],"ZTXjJ3":["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."],"ZTmzRV":["Highest Price"],"ZdnQsW":["<0/> interacted with <1/>"],"ZgFWrp":["<0>Powered by<1>Go+"],"ZhrWG1":["Create persona"],"ZrZMJ6":["Backup failed, <0>try again"],"ZsjtYe":["Failed to set Avatar."],"Zypku0":["By using this plugin, you agree to the <0>terms and the <1>privacy policy."],"a1S2x7":["Data source is retrieved from ",["0","select",{"other":[],"twitter":["Twitter profile and "]}],["sources"],"."],"a1SmQh":["Select Wallet"],"a23gJr":["Incorrect backup password."],"a33WQ+":["Download the ",["name"]," Wallet here"],"a4C0ak":["Insufficient Balance for Gas Fee"],"a4N/Bg":["Load More"],"a5t/N3":["Spend more transaction fees to cancel the previous transaction."],"a6ONsz":["Unlock ",["0"],"."],"a7u1N9":["Price"],"a9X8Om":["Failed to report spam."],"aAIQg2":["Appearance"],"aEgiLS":["contributions"],"aF8kci":["Creation Completed"],"aFJrEy":["You need to hold any of the following NFTs in your wallet."],"aFht5e":["Connected ",["0"]," with ",["walletName"],"."],"aTzTyw":["Add Assets"],"aVI2qx":["Click the application icon to list it on the App board."],"aYT9SD":["Max fee"],"acK3j2":["Input your Private Key"],"agPptk":["Medium"],"ah8/4v":["Floor Price"],"ahNa7P":["NFT Holder"],"ahpgxl":["Please create a Persona and verify your account to use this."],"ai3VNq":["Connected Wallet"],"ajKdns":["This wallet address has already been connected."],"apl8rz":["Failed to withdraw ",["0"],"."],"aqop4L":["Check on Explorer"],"awW7ak":["Remove Wallet"],"ayxkVX":["Transaction"],"b+scYY":["Requesting Connection"],"b/mMOj":[["0"]," ",["1"]," approval successfully."],"bBzHQT":["Input amount is below the minimum amount"],"bD8I7O":["Complete"],"bEPPWi":["Connect Flow Wallet"],"bGMpPD":["Unlock NFT Contract"],"bIpwjD":["My Wallets"],"bKGn4N":["<0/> minted",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]],"bLJivk":["Select an NFT Contract Owner"],"bLmWH9":["Bridge anyway"],"bLqb2p":["<0>Latest offer at <1>$",["0"],""],"bLvQvN":["Library:"],"bQXBhp":["Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves."],"bTQliy":["This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account."],"bUUVED":["Asset"],"bapItf":["Incorrect Backup Password."],"bassMa":["Incorrect cloud backup password, please try again."],"bbS8qf":["1 NFT claimed."],"bdIrOO":["Verification code has been sent to your email. Please check your mailbox."],"bfNmSO":["Set payment password successfully."],"bnfo6T":["Sent verification post successfully."],"bnuQy5":[["0"]," files selected"],"bwlRe8":["Selecting NFTs"],"c+Fnce":["Sign"],"c+XaKf":["<0>",["formattedUser"]," ",["0","select",{"follow":["followed"],"unfollow":["un-followed"],"other":[]}]," <1>",["other"]," on <2>",["1"],""],"c19z3W":["Available Balance"],"c2MkCo":["Payment password must be 6 to 20 characters."],"cD0wgO":["Do you want to remove the verified association between the X account @<0>",["0"]," and ",["1"],"?"],"cFDjd3":["Transaction type"],"cJv4Ca":["Connecting operation cancelled in third-party wallet."],"cM1qH2":["Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media."],"cNJNBU":["Get optimized search results when you're looking for a token."],"cQYjZe":["To verify your X account and record it on the NextID, you will need to send a post for the verification."],"cVit2/":["Please set the backup password to back up"],"caP+Xq":["Crypto Holder"],"cbzSv5":["Max fee should be greater than base fee of ",["0"]," Gwei."],"chL5IG":["Community"],"clw/Xh":[["0"]," sent."],"cm4E8+":["Experience in X"],"cmKQl+":["Failed to save the file. Please try again."],"cmNbUB":["Not found your ",["providerType"]," wallet"],"cnGeoo":["Delete"],"crVIc7":["Locale Backup"],"ctb8Cs":["Dex/Est received (",["0"],")"],"cvCD4e":["Contract Creator"],"d0aemb":["Please create a persona for accessing Dapps."],"d6nk2t":[["0"]," Platform costs"],"dAMTl9":["This RPC URL is currently used by the ",["0"]," network"],"dCpOJ5":["<0/> approved with <1/>"],"dCvyk/":["Change another account and try again."],"dEgA5A":["Cancel"],"dXFgcm":["Transfer Token"],"daEP1M":["Token info"],"dajsth":["Incorrect Keystore Password."],"du/tmd":["Create your Lucky Drop."],"dyNKut":["Browse Files"],"dzAth+":[["0"]," ",["1"]," swap completed successfully."],"e0E1XI":["Max Fee (GWEI)"],"e1vdXO":["Arweave"],"e34ZOD":["Waiting time"],"e3I0CA":["Failed to restore the backup: ",["0"]],"e3hCsY":["Lido Exchange Rate"],"e4yrZ/":["Token Address"],"eC1gV9":["Invalid file type"],"eDT+Oh":["The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets."],"eE0JZ4":["Version"],"eEeK5j":["<0>Expires in ",["0"]],"ePK91l":["Edit"],"eWczg7":["Just Me"],"eaLSW8":["Persona name must between 1 to 24 characters."],"ecqLr0":["I just tipped a ",["NFT_Name"]," to @",["recipientUserId"],"'s ",["0","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["recipientAddress"],"\n\nInstall https://mask.io/download-links to send your first tip."],"eeYVJ5":["Be careful what you visit and sign!"],"ejVYRQ":["From"],"elyK4N":["Failed to unlock token contract."],"eoeq4k":["<0>",["user"]," made a comment on ",["platform"]],"ep2Wyh":["1 ",["0"]," tips sent."],"erRCKP":["File saved"],"es4h+b":["Swap Anyway"],"ezYNcH":["Pin Mask Network to the toolbar for easier access:"],"f5AidZ":["Write down recovery phrase"],"f61qKX":["Deploy a SmartPay wallet on Polygon network."],"f6pX67":["<0>0 Followers <1>0 Following"],"fDP2k4":["Change Payment Password"],"fFGPy6":["Or create a new wallet group"],"fFYJ8f":["Welcome to use Mask Network"],"fL7WXr":["Applications"],"fRQP7E":["<0>Granted to <1>",["0"],""],"fRUjl7":["Please switch to <0>@",["expectAccount"]," to continue the account verification progress."],"fUn3xA":["Generate a new wallet address"],"fc4PdK":["The RPC URL you have entered returned a different chain ID (",["rpcChainId"],"). Please update the Chain ID to match the RPC URL of the network you are trying to add."],"fdqDgM":["Ended on <0>",["0"],""],"fiPesM":["Method"],"fj5byd":["N/A"],"foOw00":["Balance(",["symbol"],")"],"fqDzSu":["Rate"],"fsBGk0":["Balance"],"fsUPaG":["Congratulations"],"fvRGyC":["Trying exploring more features powered by Mask Network."],"fx6pOQ":["Balance: <0/>"],"fza4cg":["Import Wallets"],"g/1WbH":["from <0>",["fromAddress"],""],"g/i+bG":["Transaction rejected"],"g2UNkE":["Powered by"],"gC2WI+":["Persona"],"gERRYE":["Artblocks"],"gHM62X":["Payment password changed."],"gM+Nj7":["Are you sure to report ",["0","select",{"hasName":[["1"]],"noName":["this NFT"],"other":["this NFT"]}],"? After confirmed, this NFT will be marked as spam."],"gT+8Dk":["Confirm to hide ",["name"],"? You can redisplay it by re-adding this NFT at any time."],"gUuuBi":["Check Security"],"gVfVfe":["Contacts"],"gWcGl/":["Your wallet cancelled the transaction."],"gdnEab":["Incorrect recovery phrase."],"ggdga4":["The user has not set this."],"ghVDTt":["rounds"],"ghZx62":["Unlock token"],"gk7J2q":[["0","select",{"other":["<0>Size limit: ",["fileSize"],""],"omit":[]}]],"gkLviK":["This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"gmOW42":["ENS or Wallet Address"],"gnSRSG":["Hiding Scam Transactions"],"gp6A8z":["Authorization Failed"],"gtdJ43":["My wallet"],"gwuMzD":["<0>",["user"]," appointed a proxy on <1>",["platform"],""],"gxV9O8":["Cast your vote"],"h/b9lY":["No followers."],"h0qYUk":["Search with an ENS domain or wallet address to get optimized results."],"h3bIHg":["Disconnect Social Account?"],"h53LoU":["Social Account"],"h5Dtc5":["funding received"],"h69WC6":["Sent"],"h7+V7K":["Backup & Recovery"],"hEpXzO":["Welcome to Mask Network"],"hG89Ed":["Image"],"hHLRGW":["Hide tokens with value less than $1"],"hRWvpI":["Claimed"],"hRtIgr":["APP list"],"hTbvD9":["Sorry, you are not eligible to claim $ARB in this campaign."],"hUF4dG":["Backup password set successfully"],"hWUuAb":["Already following"],"hXzOVo":["Next"],"hYgDIe":["Create"],"he3ygx":["Copy"],"heVBR8":["Enter Amount Each"],"hehnjM":["Amount"],"hg5QeV":["Total cost"],"hhtbAs":["Unfollow lens handle"],"hj39w+":["Loading failed due to Snapshot API service breakdown."],"hom7qf":["Claim"],"hpxXOD":[["context","select",{"approve":["<0>",["user"]," approved <1>",["amount"]," ",["symbol"]," to <2>",["contract"],""],"revoke":["<3>",["user"]," revoked the approval of <4>",["amount"]," ",["symbol"]," to <5>",["contract"],""],"other":[]}]],"hxHyfs":["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."],"hxdOdX":["Owner can change balance"],"hzTib5":["Select an NFT Contract Operator"],"i2x+p1":["Processing Withdrawal"],"i4umqX":["The following wallets are not installed or in conflict with others"],"i6OT6/":[["subject"]," has an error"],"i70ilP":[["0"]," NFT contract unlocked."],"iCb44o":["Created on: ",["0"]],"iF9x7r":["Trading mode"],"iH8itU":["Connect your wallet"],"iH8pgl":["Back"],"iJLEZF":["Show me how"],"iNIdDX":["Incorrect contract address."],"iPMIoT":["Enter an amount"],"iSLIjg":["Connect"],"iT0Qmd":["Transaction Failed"],"iTiwqa":["Asset is hidden."],"iZLoa2":["eg: X accounts, persona public keys, wallet addresses or ENS"],"ia3Lqp":["The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions."],"ie2c+s":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Welcome to join."],"ileX7U":["No recent transactions"],"imDvP9":["Gas limit must be smaller than ",["maxGas"],"."],"iobEyh":["By checking this box, I agree to ArtBlocks's <0>Terms of Service."],"iuCSJl":["This wallet is connected to current persona ",["0"],"."],"iuJFAy":["Low Risk"],"iwiSFA":["Similar Project"],"j2Uisd":["Approving"],"j2a+h4":["Past rounds"],"j4TRxD":["Select Address"],"j8MqhB":["CyberConnect"],"jEDiuG":["Network added"],"jICk7g":["There was a network or RPC provider error, please try again later!"],"jIWgmE":["Entered passwords are inconsistent."],"jJPsrT":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"jJrqb1":["Token Name"],"jK7nvW":["Failed to disconnect wallet"],"jRcH7y":["NFT Avatar Setting"],"jRfanQ":["Gas Used (Units)"],"jXWnN0":[["0","plural",{"one":["Strategy"],"other":["Strategies"]}]],"jZQU+o":["Originally posted by ",["0"]],"ja6Tyz":["Search with the name of an NFT collection or its symbol to get optimized results."],"jaH9PD":["Hi friends, I just created ",["token"]," Lucky Drop. Download Mask.io to claim."],"jas0vv":["Disconnect all accounts"],"jbc0gF":["Create Password"],"jeLXsu":["Who can claim"],"jfJkBQ":["Gas price is too low for network conditions."],"jh0i4n":["Confirm this transaction in your wallet."],"jhoAzY":["Mask Network Cloud"],"jjCXPD":["Starts ",["relativeStartTime"]],"jpctdh":["View"],"jt/0L2":["You've saved ",["0"]," to Web3 file service."],"jt/cjR":["Safety Warning"],"jtExaD":["Not supported yet."],"jygqM9":["Loading account information..."],"jzLzy/":["No whitelist"],"k/sb6z":["Select language"],"k/vATR":["Token unlocked"],"k0USDt":["Account connected.<0/><1/>Try to explore more features powered by Mask Network."],"k1pJQo":[["0"]," network is not added to the wallet. Please add it and try again."],"k28Qhe":["Failed to save file"],"k57+C7":[["walletLength","plural",{"one":["#"," Wallet"],"other":["#"," Wallets"]}]],"k7u9V5":["Incorrect words selected. Please try again!"],"kCAzy/":["Collection Approval"],"kG0n0M":["Network error or user cancels the process."],"kHDhjV":["I just claimed airdrop with ",["amount"]," ",["0"]," on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities."],"kKY8Re":["The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"kPQQEW":["Enter an Amount"],"kV9Qeo":["You have donated ",["0"]," ",["1"]],"kWJmRL":["You"],"kbfp5m":["Visible To"],"kdW3qS":["Nonce"],"kePpfU":["Update NFT Avatar Success!"],"kf/5Ap":["Explore multi-chain dApps."],"kf83Ld":["Something went wrong."],"kg/ict":["Lucky Drop claimed."],"kj3M8S":["Deposit"],"kjBSDT":["<0>",["user"]," minted ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}],"for <3>",["value"]," ",["symbolName"],""],"ks5OGD":["Contract"],"kx0s+n":["Results"],"l/UFPv":["Properties"],"l3s5ri":["Import"],"lCF0wC":["Refresh"],"lCHQzJ":["This address may be a scam address."],"lCfoWv":["Select NFTs"],"lDgVWA":["Receive"],"lET9my":["Mask needs the following permissions"],"lErh77":["Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance."],"lKldOY":["12-word recovery phrase is used to recover your persona data."],"lO/vMB":["OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly."],"lPJwNU":["Persona: ",["personaName"]],"lPsa94":["Merge Completed"],"lQXQKs":["Vote"],"lU6uRb":["Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility."],"lWOC+h":["Mask Network requires you to authorize the following websites before using it."],"ldI18s":["Minted:"],"lhvy2j":["Firefly"],"llLBQ1":["a token"],"lmYQuN":["At most ",["SOL_REDPACKET_MAX_SHARES"]," recipients"],"loCUuu":["Keystore"],"lqTDfd":["Slippage Tolerance"],"lqW7eD":["In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address."],"lr8uE3":["Holding ",["0"]],"lvL4x0":["Follow @masknetwork for Web3 updates and insights."],"lxJU2w":["Enter Number of Winners"],"lyjM6U":["Wait too long for the confirmation."],"m+uuUE":["Cross-chain"],"m/TPEz":["(beta)"],"m16xKo":["Add"],"m2OZMI":["Max fee cannot be lower than max priority fee"],"m2pyX2":["Buy Now"],"m3VOQq":["Current wallet does not support to interact with Lens protocol."],"m3XvO+":["Imported Wallets"],"m3akOw":["I just claimed a lucky drop from @",["sender"]," on Solana."],"m3cvPZ":["Payment password set."],"m3pz1u":["Insufficient ",["symbol"]," Balance"],"m64f3d":["Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead."],"mCB6Je":["Select All"],"mGHHf5":["After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips."],"mHWsOq":["Failed to confirm"],"mNUsxu":["Tx Fee"],"mPxxVq":["Enter a gas limit"],"mQpWAe":["Edit Contact"],"mT57+Q":["Go to Settings"],"mUJUVX":["Claim your NFT Lucky Drop"],"mW8F64":["This project is no longer active"],"mYGY3B":["Date"],"mZ04KC":["Overall Best"],"ma8rSx":["Your transaction has been confirmed!"],"mc68kY":["New Payment Password"],"md5sZ/":["This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud."],"mfwfMR":["You can claim the lucky drop by holding the required amount of any selected token."],"mhNIiJ":["Gas price is higher than necessary. You may pay more than needed."],"mrAv9J":["Failed to save network"],"msszNj":["<0/> approved <1>",["0"]," ",["1"],""],"muQqQY":["Buy & sell tweets autographed by their original creators."],"mzI/c+":["Download"],"n+ObkB":["Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets."],"n1gwuy":["on ",["toNetworkName"]],"n2HnVK":["If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses."],"n42fmQ":["Enter a max fee"],"nDzNGQ":["Follow User"],"nE/lLr":["Just Selected Contacts"],"nFjzvC":["Approved Amount ",["0"]],"nGl2Ng":["Restore Completed"],"nKLBYz":["We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!"],"nMUHWK":[["claimed"]," Follow @",["0"]," (mask.io) to claim lucky drops."],"nMkx7r":[["0","plural",{"one":["#"," Hour"],"other":["#"," Hours"]}]],"nOCyT5":["Show tokens with value less than $1"],"nOhz3x":["Logout"],"nSkB8g":["Information"],"nTFx7o":["Avatar set successfully"],"nTWWCZ":["Low"],"nTif4K":["Select and Connect to your wallet"],"nUWEsV":["Max fee is higher than necessary"],"nUeoRs":["Signing Message (Text)"],"nV/wXH":["This profile can not be followed."],"nWDO1P":["<0/> ",["txType","select",{"burn":["burned"],"deposit":["deposited"],"mint":["minted"],"receive":["received"],"send":["sent"],"withdraw":["withdrawn"],"other":[]}]," <1>",["0"]," ",["1"]," "],"ndRqFD":["Chain ID"],"neBDpj":["Please connect wallet"],"ngWO+e":["No local key"],"njSHJP":["You didn't approve ",["0"],". Please do not set spending cap to 0 and try it again."],"nqL5WA":["Claim Lucky Drop"],"nqagQ8":["Signing Message (Raw)"],"nvAt0H":["Resource"],"nvV/Td":["Balance: <0>",["0"],""],"nwSp3U":["I just tipped ",["amount"]," ",["0","select",{"namedToken":[["1"]],"other":["token"]}]," to @",["recipientUserId"],"'s ",["2","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["3"],"\n\nInstall https://mask.io/download-links to send your first tip."],"nzBzok":["Create time:"],"o+XJ9D":["Change"],"o+zDNQ":["The mnemonic word has been copied, please keep it in a safe place."],"o4Iu2W":["Logout successfully"],"o4NrTC":["Confirm this Signature in your wallet."],"o66hO5":["Discovered a LuckyDrop event on the FireFly website."],"o9pabc":["No codes found to suspend trading."],"oCBTyI":["This will overwrite the existing cloud backup with the local data, this cannot be undo."],"oDMfB1":["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"oDSXfc":["New password cannot be the same as your current password."],"oG26Rt":["Confirm this transaction in your wallet"],"oG67vO":["Available to Everyone"],"oIsL5E":["Chain ID: ",["0"]],"oJIW7I":[["context","select",{"mint":["<0>",["to"]," minted <1>",["value"]," ",["symbol"],""],"send":["<2>",["from"]," sent <3>",["asset"]," to <4>",["to"],""],"claim":["<5>",["to"]," claimed from <6>",["from"],""],"burn":["<7>",["from"]," burned <8>",["value"]," ",["symbol"],""],"deposit":["<9>",["from"]," deposited on <10>",["exchange"],""],"withdraw":["<11>",["from"]," withdrew on <12>",["exchange"],""],"other":[]}]],"oMx/mL":["Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later."],"oN9XHJ":["Start Time: <0>",["0"],""],"oOQfsI":["Current account is not the verifying account."],"oTLFeN":["The Lucky Drop can't be sent due to data damage."],"oX+QCa":["<0>Powered by<1>Mask Network"],"oYzol6":["an NFT"],"oZw0Iw":["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"],"ocYse8":["Failed to refund Lucky Drop."],"oe5xh9":["Decrypt failed, please check password"],"of3mx/":["<0>",["user"]," swapped <1>",["from_value"]," ",["from_symbol"]," to <2>",["to_value"]," ",["to_symbol"]," on <3>",["platform"],""],"ofUcbc":["Random"],"ohUJJM":["Plugins"],"ojlMCx":["Minimum withdraw amount is ",["MINIMUM_AMOUNT"]," ",["0"]],"olEUh2":["Successful"],"ooHEV6":["1 ",["0"]," NFT Lucky Drop claimed."],"osXsDn":["Import NFT"],"ou+PEI":["Profile Photo"],"ouAjo6":["No Enough Gas Fee"],"ovBPCi":["Default"],"oxKup1":["Insufficient $",["0"]," balance"],"p+ngUo":["Unfollow"],"p1/7GX":["Contract Not Found"],"p2/GCq":["Confirm Password"],"p3TX0l":["Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers."],"p7l2aC":["Contract:"],"p8Aea2":["The persona name already exists."],"p8OYBy":["@",["sender"]," is sending an NFT lucky drop on ",["networkName"]," network. ",["account_promote"]," ",["promote_short"]," #mask_io #LuckyDrop ",["0"]],"pG7O41":["Fastest"],"pGElS5":["Mnemonic"],"pHfBGz":["Updating Gas Fee…"],"pIyHYi":["Lens Follow"],"pLHDrO":["Holding NFT"],"pOE8Vh":["Space"],"pa3wn3":["It remains unclaimed."],"pbOGiB":["Revoke Token"],"pbYUPI":["Text copied!"],"pi+hn/":["Ethereum ",["HD_PATH_WITHOUT_INDEX_ETHEREUM"]],"pjrgRd":["Incorrect Private Key"],"pkyWdU":["Keystore password"],"poYLOl":["New Logo"],"ps1+DX":["Set your persona name with maximum length of 24 characters"],"pu3rTn":["GWEI"],"puUEU3":["Change Backup Password"],"put3ex":["Request is valid not after"],"pv5v6j":["About Permit"],"pvnfJD":["Dark"],"py6hU8":["Signature Request"],"pzO3Xa":["Total Supply"],"q+O14e":["Search Area"],"q+hNag":["Collection"],"q/ao7A":["Price per mint"],"q5+UWM":["Contact edited."],"qAbGIK":["Issued at"],"qCMUPH":["Unlock ",["0"]],"qDIxZ+":["Failed to restore the backup from Google Drive to your browser. Please try again."],"qHqI+o":["<0>Powered by <1>Mask Network"],"qI8U4x":["Max fee cannot be lower than max priority fee."],"qIL7PI":["Offers"],"qJb6G2":["Try Again"],"qNiGUh":["size"],"qT8oOt":["Persona required."],"qWMpAl":["up to ",["0"]," Gwei"],"qYuscr":["Max Priority Fee"],"qZ6p7p":["Backup on ",["0"]],"qcqdIh":["You need to open the dApp to view the specific content."],"qcybNQ":["Proposal"],"qdyV/M":["News"],"qhKyO3":["Withdraw ",["0"]],"qkhZxp":["Created a SmartPay wallet on Polygon network."],"qp8fKi":["By confirming means that you agree to bear the possible risks above."],"qqWcBV":["Completed"],"r3OcML":[["mins"],"min"],"r92tNP":["Failed to authorize Google Drive. Please try again."],"rBLzKv":["Max fee is higher than necessary."],"rCsoea":["Manage Token List"],"rG3WVm":["Select"],"rJZPaP":["No activities found."],"rKY/BK":["Classics Logo"],"rLgPvm":["Backup"],"rQQGN1":["Max priority fee is higher than necessary. You may pay more than needed."],"rR6iwH":["Domain Request"],"rWE7Lq":["Contact deleted."],"rWqyF3":["Gas limit should be between ",["minGasLimit"]," and 15.00M"],"rYFSec":["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."],"rZ0rgl":["Total Volume"],"raCUEa":["By granting permission, you are allowing the following <0/> contract to access your funds"],"rcNnsQ":["Price:"],"re2nOO":["Uploaded files"],"rkMKQ0":["The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later."],"rm0yu/":["About ",["collectionName"]],"rqV4QH":["This swap isn’t supported"],"rrvbCi":["Network error or execute smart contract failed."],"rulocO":["Checking Approve"],"ryWxhG":["Congratulations!"],"s/8SJ+":["View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source."],"s4Omor":["To <0>",["0"],""],"sGkv/+":["Hi friends, I just deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"sOYKMU":["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."],"sOcZTR":["Contract Deployment"],"sQJ3RN":["Max priority fee is too low for network conditions."],"sQTDWu":["Allow us to collect your usage information to help us improve Mask."],"sSkbaZ":["Request timed out."],"sWsox7":["Follow Lens handle"],"saHPqg":["Claim your Lucky Drop."],"sb9Y58":["Wallet"],"siroPf":["Mask Network"],"sxkWRg":["Advanced"],"szNWi8":["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."],"t+A5fr":["Gas price should be greater than 0"],"t/YqKh":["Remove"],"t2prdI":["No search results"],"t3rUZr":["Sign-in Request"],"t6bQQD":["Send authors tips by using Mask Network's Tips function."],"t6md+W":[["0","select",{"create":["<0>",["user"]," created a profile on <1>",["platform"],""],"update":["<2>",["user"]," updated a profile on <3>",["platform"],""],"other":[]}]],"t8dIOP":["Spam"],"t91sWs":[["actionType","select",{"stake":["<0>",["user"]," staked <1>",["symbol"],""],"claim":["<2>",["user"]," claimed <3>",["symbol"],""],"unstake":["<4>",["user"]," un-staked <5>",["symbol"],""],"other":[]}]],"t9m1iP":["Spam reported."],"tARYn/":["NFTs Profile"],"tCAZi9":["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."],"tG9G+b":["File Service"],"tHoyBc":["Please connect ",["0"]," before using dApps."],"tIW5Jt":["No matched tokens"],"tKJ7ee":["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."],"tOL6AP":["Adjust Selection"],"tOMnvw":["Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites."],"tPeNU7":["This network name already exists"],"tRRE1h":["1 ",["0"]," claimed."],"tXkhj/":["Start"],"tbOs8j":["Confirm Swap"],"tcHpvG":["Change Owner"],"tfDRzk":["Save"],"thX7xs":["The network with chain ID ",["formChainId"]," may use a different currency symbol (",["0"],") than the one you have entered. Please check."],"tiX/tO":["Address: <0>",["address"],""],"tj48De":["Connect Social Account"],"tjbyOy":["Project details"],"tk+uyz":["You've approved ",["0"]," for ",["1"],". If you want to revoke this token, please set spending cap amount to 0."],"toDFSK":["Wallet sign succeeded."],"tst44n":["Events"],"tuOw4x":["Make It Encrypted"],"tx1x9k":["I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io."],"txEVTf":["No Listings"],"ty2gt9":["You need to follow the creator of the lucky drop."],"u2OWVJ":["Disconnect failed."],"u2Srv1":["Claim your Airdrop"],"u3ZeYl":["Transaction failed"],"u689pQ":["Ends in ",["relativeEndTime"]],"uAQUqI":["Status"],"uBAxNB":["Editor"],"uF9ruK":["Saving"],"uJQLj9":["Connect and switch between your wallets."],"uSMfoN":["Verify"],"uip9JY":["I wrote down those words in the correct order"],"ujpEaI":["Please connect your wallet"],"uqF4Nm":["Blockchain:"],"usVwcn":["No anti_whale(Unlimited number of transactions)"],"uv94aG":["Added by user"],"uv9cwh":["Bridge Network fee"],"uyJsf6":["About"],"v01kR+":["NFT PFP"],"v7U98p":["Failed to claim Lucky Drop."],"vH2C/2":["Swap"],"vLXevL":["Transaction cost"],"vOx+Me":["You can withdraw the remaining balance 24 hours after sending the lucky drop."],"vVEene":["View your Tokens and NFTs"],"vXIe7J":["Language"],"vXygio":["Not enough data to present."],"vel6Z1":["Request Source"],"vhlM+H":["Withdraw ",["0"]," for savings."],"vhqFTT":["Can't find a valid user address data source."],"vutynE":["Enable plugin"],"w0e0yw":["Gas limit must be at least ",["0"]],"w1ctdJ":["Encrypted Post"],"w3t1Hw":["Powered by <0>Go+"],"w4oOEJ":["Mask Community $ARB Giveaway"],"w9Xmw/":["Google Drive"],"wCtp6y":["Your Wallet is on **ready 🚀**"],"wDnczW":["Optimize the display of search results about ENS in social media."],"wGtbaw":["Amount per Share"],"wMHvYH":["Value"],"wNecg9":["Multiple transaction requests ",["0"]," / ",["1"]],"wNxsb2":["Reject ",["totalMessages"]," Transactions"],"wThGrS":["App Settings"],"wUlAUI":["<0>@",["currentUserId"]," connected already."],"wYA1q/":["Auto report the scam links to MetaMask"],"waXvJd":["NFT is not minted yet."],"wbDTs9":["Request timed out"],"wqppGn":["Permissions List"],"wvJOId":["This ENS does not exist or not be resolved."],"wxZZWc":["You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet."],"wxfXhJ":["Scam tx"],"x0PhCN":["Disconnected successfully."],"x4f8pZ":["Tips"],"x5LEuB":["Followers"],"x6rEou":["<0>",["user"]," claimed ",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"from <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"xBXg0L":["No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk."],"xC6eGY":["Mint function"],"xCJdfg":["Clear"],"xCcvjC":["Set up NFT PFP successfully"],"xDAtGP":["Message"],"xDO6ZN":["Plugin switch"],"xEQZ4z":["Use text encryption"],"xEX/9S":["No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk."],"xFCCR4":["Please enter the correct mnemonic words, private key, or upload the correct keystore file."],"xGVfLh":["Continue"],"xH6cn+":["Choose Token"],"xIxVmH":["Unlock ",["0"]," NFT contract."],"xPSvu3":["<0>",["websiteCount"]," ",["0","plural",{"one":["Website"],"other":["Websites"]}]],"xTQLHC":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Install @masknetwork to get yours."],"xeiujy":["Text"],"xjhtsV":["Chain"],"xoKE3v":["Disable Permit"],"xuKB2x":[["0"]," deposited."],"xupcu9":["Speed Up"],"y/+ReV":["No any collectible is available for preview. Please add your collectible here."],"y/kxxM":["Priority fee"],"y2i17G":["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."],"y3juHh":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"y3qyKP":["NFT Lucky Drop created."],"y49awp":["Set NFT Photo"],"y5aRAa":["Please enter cloud backup password to download file."],"y62Dys":["Network fee"],"y6VCOb":[["0"]," Mins"],"y6sq5j":["Following"],"yC/GKd":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3."],"yD15Uj":["Are you sure to remove this wallet?"],"yDUr0V":["Lucky Drop refunded."],"yFpcbN":["This request may be a phishing attach. I understand this and want to continue."],"yFrxQj":["Mnemonic word"],"yGyJ1l":["You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again."],"yHrAv+":["Claim Lucky Drop with ",["0"]," claimed."],"yKu/3Y":["Restore"],"yNBZ3N":["Enter gas limit"],"yNu9vD":["The wallet address already exists."],"yQE2r9":["Loading"],"yQqkIK":["24H Average Price"],"yRuvmU":["The mnemonic words has been copied, please keep it in a safe place."],"yTZe+y":["Snapshot"],"yVnV6H":["Please write down or copy these words and save them in a secure place."],"yVzBCJ":["NFT Lucky Drop claimed."],"yZhedI":["Gas fee settings"],"yb/fjw":["Approval"],"ybuu1v":["Oops, we can't find any results."],"ygW4tI":["Please connect your persona"],"yik0Qu":["Private Key"],"ykiu3o":["NFT Details"],"ylUhBz":["Click to retry"],"ylXk9u":["Encrypt the message in an image"],"yqc6uX":["This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing."],"ywDBfs":["Something went wrong!"],"yx/fMc":["High"],"yz7wBu":["Close"],"yzF66j":["Link"],"z+H8bd":["Your wallet does not meet the eligibility criteria for claiming."],"z/3+av":["License:"],"z1i6et":["Failed to ",["0"]," NFT contract."],"z27gFg":["If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it."],"z7Fh2l":["Base fee required: ",["MIN_BASE_FEE"]," Gwei"],"z9HeHt":["Create a Privy Wallet"],"zBPjcC":["Revoke the approval for token"],"zBUJYA":["The approval for this contract will be revoked in case of the amount is 0."],"zBftr8":["Claim NFT Lucky Drop"],"zEZe86":["You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends."],"zGTAja":[["claimed"]," Follow @",["account"]," (mask.io) to claim lucky drops."],"zJlXbX":["NFT"],"zPar3e":["Collectible"],"zX9KdB":["No following friends."],"zXagFp":["Copy Address"],"zZk9Yz":["Purchase"],"zga9sT":["OK"],"zgqgNP":["Purchasing...."],"zkEW09":["You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?"],"znqB4T":["Insufficient balance"],"zp7Ha3":["Backup Failed"],"zwBp5t":["Private"],"zxrGeO":["Gas limit must be bigger than ",["minGas"],"."],"zzDlyQ":["Success"]}} \ No newline at end of file diff --git a/packages/shared-base-ui/src/locale/zh-CN.po b/packages/shared-base-ui/src/locale/zh-CN.po index b08b057c8772..182a6017ffa2 100644 --- a/packages/shared-base-ui/src/locale/zh-CN.po +++ b/packages/shared-base-ui/src/locale/zh-CN.po @@ -1,29 +1,7457 @@ msgid "" msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:56\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/shared-base-ui/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1010\n" - -#: src/components/ErrorBoundary/CrashUI.tsx +"POT-Creation-Date: 2025-10-27 22:51+0800\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: @lingui/cli\n" +"Language: zh-CN\n" + +#: packages/shared/src/UI/components/CompositionDialog/PluginEntryRender.tsx +#: packages/shared/src/UI/components/CompositionDialog/PluginEntryRender.tsx +msgid "(beta)" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "(the name is set by the web site)" +msgstr "" + +#. placeholder {0}: millisecondsToHours(value) +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "{0, plural, one {# Hour} other {# Hours}}" +msgstr "" + +#. placeholder {0}: feed.actions.length +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +msgid "{0, plural, one {Action} other {Actions}}" +msgstr "" + +#. placeholder {0}: strategies.length +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "{0, plural, one {Strategy} other {Strategies}}" +msgstr "" + +#. placeholder {0}: value.length +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/PreviewCard.tsx +msgid "{0, plural, one {This domain is} other {These domains are}} currently on the Mask Network warning list which may include malicious entries, phishing or scams." +msgstr "" + +#. placeholder {0}: metadata?.action || '' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProfileAction.tsx +msgid "{0, select, create {<0>{user} created a profile on <1>{platform}} update {<2>{user} updated a profile on <3>{platform}} other {}}" +msgstr "" + +#. placeholder {0}: decryptProgress || '' +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptPostAwaiting.tsx +msgid "{0, select, finding_post_key {Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you.} finding_person_public_key {Mask is looking for the public key of the author...} other {Mask is decrypting...}}" +msgstr "" + +#. placeholder {0}: omitSizeLimit ? 'omit' : '' +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "{0, select, other {<0>Size limit: {fileSize}} omit {}}" +msgstr "" + +#. placeholder {0}: post.type || '' +#. placeholder {1}: post.source +#. placeholder {2}: post.source +#. placeholder {3}: post.reporter?.handle +#. placeholder {4}: post.source +#. placeholder {5}: post.source +#. placeholder {6}: post.source +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/FeedSummary.tsx +msgid "{0, select, Post {<0/><1>{handle} published a post on <2>{1}} Comment {<3/><4>{handle} made a comment on <5>{2}} Mirror {<6/><7>{3} mirrored a post post by<8/><9>{handle} on <10>{4}} Quote {<11/><12>{handle} quoted a post post on <13>{5}} other {<14/><15>{handle} post stuff on <16>{6}}}" +msgstr "" + +#. placeholder {0}: dateTimeFormat(locale, new Date(patchedHistory.creation_time)) +#. placeholder {0}: format(fromUnixTime(timestamp), 'M/d/yyyy HH:mm') +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +msgid "{0} (UTC+8)" +msgstr "" + +#. placeholder {0}: message.action +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} {1} approval successfully." +msgstr "" + +#. placeholder {0}: formatBalance(received, toToken.decimals) +#. placeholder {1}: toToken.symbol +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "{0} {1} bridge completed successfully." +msgstr "" + +#. placeholder {0}: message.action +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} {1} NFT contract successfully." +msgstr "" + +#. placeholder {0}: message.action +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} {1} NFT contract." +msgstr "" + +#. placeholder {0}: formatBalance(received, toToken.decimals) +#. placeholder {1}: toToken.symbol +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "{0} {1} swap completed successfully." +msgstr "" + +#. placeholder {0}: attentionFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Attention factor" +msgstr "" + +#. placeholder {0}: attentionFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Attention factors" +msgstr "" + +#. placeholder {0}: formatTokenBalance(tokenBalance, token?.decimals) +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "{0} available" +msgstr "" + +#. placeholder {0}: bridge?.router.bridgeName +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "{0} Bridge Network fee" +msgstr "" + +#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "{0} days" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} deposited." +msgstr "" + +#. placeholder {0}: count.toString() +#: packages/plugins/FileService/src/SiteAdaptor/components/FileChip.tsx +msgid "{0} files selected" +msgstr "" + +#. placeholder {0}: conditions.join('/') +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "{0} Holder" +msgstr "" + +#. placeholder {0}: wallet?.name || 'Your wallet' +#: packages/mask/popups/pages/Wallet/ConnectedSites/index.tsx +msgid "{0} is connected to these sites, they can view your account address." +msgstr "" + +#. placeholder {0}: formatCount(currentSpace.followersCount, 1) +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileSpaceHeader.tsx +msgid "{0} members" +msgstr "" + +#. placeholder {0}: millisecondsToMinutes(value) +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "{0} Mins" +msgstr "" + +#. placeholder {0}: fromNetwork?.name +#. placeholder {0}: toNetwork?.name +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "{0} Network fee" +msgstr "" + +#. placeholder {0}: expectedChainName ?? '' +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "{0} network is not added to the wallet. Please add it and try again." +msgstr "" + +#. placeholder {0}: message.action +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT contract" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT contract unlocked." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT Lucky Drop created." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT transferred." +msgstr "" + +#. placeholder {0}: pendingTransactions.length +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +#: packages/shared/src/UI/components/WalletStatusBox/usePendingTransactions.tsx +msgid "{0} Pending" +msgstr "" + +#. placeholder {0}: sourceType ?? SourceType.NFTScan +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "{0} Platform costs" +msgstr "" + +#. placeholder {0}: fromNetwork?.name || '' +#. placeholder {0}: fromNetwork?.name||"" +#. placeholder {0}: toNetwork?.name || '' +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx +msgid "{0} Pool" +msgstr "" + +#. placeholder {0}: riskyFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Risky factor" +msgstr "" + +#. placeholder {0}: riskyFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Risky factors" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} sent." +msgstr "" + +#. placeholder {0}: fromNetwork?.fullName || '--' +#. placeholder {1}: toNetwork?.fullName || '--' +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "{0} to {1}" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} unlocked" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} were claimed" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} withdrawn." +msgstr "" + +#. placeholder {0}: mins.replace(/\.?0+$/u, '') +#. placeholder {0}: mins.replace(/\.?0+$/u,"") +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/helpers/formatTime.ts +msgid "{0}m" +msgstr "" + +#. placeholder {0}: metadata?.collection ?? 'Unknown' +#. placeholder {1}: metadata?.collection ?? 'Unknown' +#. placeholder {2}: metadata?.action || '' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleApprovalAction.tsx +msgid "{2, select, approve {<0>{user} approved {0} to <1>{contract}} revoke {<2>{user} approved {1} to <3>{contract}} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/StakingAction.tsx +msgid "{actionType, select, stake {<0>{user} staked <1>{symbol}} claim {<2>{user} claimed <3>{symbol}} unstake {<4>{user} un-staked <5>{symbol}} other {}}" +msgstr "" + +#. placeholder {0}: `$${token?.symbol}` +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "{amount} {0} tips sent." +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "{attentionFactors, plural, one {# Attention item} other {# Attention items}}" +msgstr "" + +#. placeholder {0}: shareTextOption.account +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +msgid "{claimed} Follow @{0} (mask.io) to claim lucky drops." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "{claimed} Follow @{account} (mask.io) to claim lucky drops." +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenApprovalAction.tsx +msgid "{context, select, approve {<0>{user} approved <1>{amount} {symbol} to <2>{contract}} revoke {<3>{user} revoked the approval of <4>{amount} {symbol} to <5>{contract}} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenOperationAction.tsx +msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}} other {}}" +msgstr "" + +#: build/bundled/201.js +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "{count, plural, one {You have recovered **# Wallet 🚀**} other {You have recovered **# Wallets 🚀**}}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom} other {}}" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "{mins}min" +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "{riskyFactors, plural, one {# Risky item} other {# Risky items}}" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/helpers/formatTime.ts +msgid "{seconds}s" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "{seconds}sec" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "{shareWithNum, plural, one {1 friend} other {# friends}}" +msgstr "" + +#: packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx msgid "{subject} has an error" msgstr "" -#: src/components/ErrorBoundary/CrashUI.tsx -msgid "Report on GitHub" -msgstr "在 GitHub 上报告" +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/NoteAction.tsx +msgid "{type, select, post {<0>{user} publish a post on {platform}} mint {<1>{user} minted a post on {platform}} revise {<2>{user} revised a post on {platform}} share {<3>{user} shared a post on {platform}} other {}}" +msgstr "" -#: src/components/ErrorBoundary/CrashUI.tsx -msgid "Try to recover" -msgstr "尝试恢复" +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "{walletLength, plural, one {# Wallet} other {# Wallets}}" +msgstr "" + +#. placeholder {0}: postLink.toString() +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "@{sender} is sending an NFT lucky drop on {networkName} network. {account_promote} {promote_short} #mask_io #LuckyDrop {0}" +msgstr "" + +#. placeholder {0}: formatAmount(asset.amount) +#. placeholder {1}: asset.symbol || asset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn} other {}} <1>{0} {1} " +msgstr "" + +#. placeholder {0}: formatAmount(inAsset.amount) +#. placeholder {1}: inAsset.symbol || inAsset.name +#. placeholder {2}: formatAmount(outAsset.amount) +#. placeholder {3}: outAsset.symbol || outAsset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> {txType, select, trade {traded} mint {minted} other {traded}} <1>{0} {1} for <2>{2} {3}" +msgstr "" + +#. placeholder {0}: formatAmount(asset.amount) +#. placeholder {1}: asset.symbol || asset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> approved <1>{0} {1}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> approved with <1/>" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> interacted with <1/>" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0/> minted{0, select, name {<1>{1} } nft {<2>an NFT } other {}}" +msgstr "" + +#. placeholder {0}: action.platform +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedCard/CommentCard.tsx +msgid "<0/> publish a post on {0}" +msgstr "" + +#. placeholder {0}: asset.symbol || asset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> unapproved <1>{0}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/>{txType, select, deploy {deployed} execute {executed} other {}}<1/>" +msgstr "" + +#. placeholder {0}: feed.type +#. placeholder {1}: feed.platform +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProfileLinkAction.tsx +msgid "<0>{formattedUser} {0, select, follow {followed} unfollow {un-followed} other {}} <1>{other} on <2>{1}" +msgstr "" + +#. placeholder {0}: metadata?.action || '' +#. placeholder {1}: feed.platform! +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/LiquidityAction.tsx +msgid "<0>{user} {0, select, supply {supplied} add {added} repay {repaid} withdraw {withdrew} collect {collected} remove {removed} borrow {borrowed} other {}} liquidity on <1>{1}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProfileProxy.tsx +msgid "<0>{user} appointed a proxy on <1>{platform}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenBridgeAction.tsx +msgid "<0>{user} bridged <1>{amount} {symbol} from <2>{source} to <3>{target}" +msgstr "" + +#. placeholder {0}: metadata?.name +#. placeholder {1}: verbose ? 'name' : 'nft' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} burned <1>{1, select, nft {an NFT} name {{0}} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/UnknownAction.tsx +msgid "<0>{user} carried out an activity to <1>{target} on <2>{platform}" +msgstr "" + +#. placeholder {0}: verbose ? 'verbose' : 'simple' +#. placeholder {1}: metadata!.name +#. placeholder {2}: costMetadata ? 'cost' : 'free' +#. placeholder {3}: formatValue(costMetadata) +#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}from <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/DonationAction.tsx +msgid "<0>{user} donated <1>{costValue} {costSymbol}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/DonationAction.tsx +msgid "<0>{user} donated <1>{costValue} {costSymbol} to <2>{project}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CommentAction.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedCard/CommentCard.tsx +msgid "<0>{user} made a comment on {platform}" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} minted {0, select, name {<1>{1} } nft {<2>an NFT } other {}}for <3>{value} {symbolName}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProposeAction.tsx +msgid "<0>{user} proposed" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: feed.actions[1].metadata!.name +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} registered {0, select, name {<1>{1} } nft {<2>an ENS } other {}}for <3>{costValue} {costSymbol}" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#. placeholder {2}: formatValue(cost) +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName}" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#. placeholder {2}: formatValue(cost) +#. placeholder {3}: feed.platform +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName} on <5>{3}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenSwapAction.tsx +msgid "<0>{user} swapped <1>{from_value} {from_symbol} to <2>{to_value} {to_symbol} on <3>{platform}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/VoteAction.tsx +msgid "<0>{user} voted for <1>{option} on <2>{platform}" +msgstr "" + +#. placeholder {0}: verbose ? 'verbose' : 'simple' +#. placeholder {1}: metadata!.name +#. placeholder {2}: costMetadata ? 'cost' : 'free' +#. placeholder {3}: formatValue(costMetadata) +#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}to <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" +msgstr "" + +#. placeholder {0}: websiteCount || 0 +#: packages/mask/popups/pages/Settings/index.tsx +msgid "<0>{websiteCount} {0, plural, one {Website} other {Websites}}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "<0>@{currentUserId} connected already." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "<0>0 Followers <1>0 Following" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +msgid "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." +msgstr "" + +#. placeholder {0}: formatDistanceToNow(Math.ceil(offer.expiredAt!), { addSuffix: true, }) +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OfferCard.tsx +msgid "<0>Expires in {0}" +msgstr "" + +#. placeholder {0}: formatEthereumAddress(transaction.formattedTransaction.popup.spender, 4) +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "<0>Granted to <1>{0}" +msgstr "" + +#. placeholder {0}: tweet.amount_usd +#: packages/plugins/VCent/src/SiteAdaptor/TweetDialog.tsx +msgid "<0>Latest offer at <1>${0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." +msgstr "" + +#: packages/shared/src/UI/components/MaskPluginWrapper/index.tsx +msgid "<0>Powered by {publisherNode}" +msgstr "" + +#. placeholder {0}: provider ?? 'Mask Network' +#: packages/shared/src/UI/components/PluginCardFrame/index.tsx +msgid "<0>Powered by <1>{0}" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "<0>Powered by <1>Mask Network" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/PluginDescriptor.tsx +msgid "<0>Powered by <1>Mask Network" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/Footer.tsx +msgid "<0>Powered by<1>Go+" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +msgid "<0>Powered by<1>Mask Network" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "<0>Powered by<1>OKX<2/>" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/NotFound.tsx +msgid "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "<0>Service Agreement and <1>Privacy Policy" +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +msgid "<0>To: <1>{to}" +msgstr "" + +#. placeholder {0}: totalBalance.toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2, }) +#: packages/plugins/Handle/src/SiteAdaptor/SearchResultInspector.tsx +msgid "<0>USD Value<1>${0}" +msgstr "" + +#: build/bundled/168.js +#: packages/mask/content-script/site-adaptors/twitter.com/customization/i18n.ts +msgid "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {encrypted} to send your first encrypted tweet." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "📃📃📃 Try to permanently use decentralized file storage on {sns}. Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +msgstr "" + +#. placeholder {0}: token?.contract?.name || 'NFT' +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "1 {0} claimed." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "1 {0} NFT Lucky Drop claimed." +msgstr "" + +#. placeholder {0}: nonFungibleToken?.contract?.name || 'NFT' +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "1 {0} tips sent." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "1 NFT claimed." +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "1. If you haven't installed the {name} Wallet" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "12-word recovery phrase is used to recover your persona data." +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "2. If you have installed the {name} Wallet" +msgstr "" + +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "24 Hour Trading Vol" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "24H Average Price" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "24H sale" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "24H Traded Volume" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "a token" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialog.tsx +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "About" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "About {collectionName}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "About Permit" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "Account connected.<0/><1/>Try to explore more features powered by Mask Network." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts +msgid "Account successfully connected to persona" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletAssets/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "Activities" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Activity Log" +msgstr "" + +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +#: packages/mask/popups/pages/Friends/ContactCard/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/Derive.tsx +msgid "Add" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Add a Custom Cover" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/CommentBox.tsx +msgid "Add an encrypted comment..." +msgstr "" + +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +msgid "Add Assets" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/Tips/src/components/NFTSection/index.tsx +#: packages/shared/src/UI/modals/AddCollectiblesModal/AddCollectiblesDialog.tsx +msgid "Add Collectibles" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "Add Contact" +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "Add google Drive" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +#: packages/mask/popups/pages/Wallet/NetworkManagement/index.tsx +msgid "Add Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +msgid "Add new address to an existing group" +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "Add NFTs" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Add Suggested Token" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Add the file to Chrome's database" +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "Add wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/StartUp/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/Derive.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/ProfileCard.tsx +msgid "Add Wallet" +msgstr "" + +#: packages/mask/popups/components/TokenPicker/TokenItem.tsx +#: packages/mask/popups/pages/Wallet/components/AssetsList/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/FungibleTokenItem.tsx +msgid "Added by user" +msgstr "" + +#: packages/mask/popups/pages/Friends/ContactCard/index.tsx +msgid "Added successfully" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/shared/src/UI/components/TokenWithSocialGroupMenu/index.tsx +#: packages/shared/src/UI/wallet/DeriveWalletTable.tsx +msgid "Address" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx +msgid "Address: <0>{address}" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Adjust Selection" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +msgid "Advanced" +msgstr "" + +#: packages/shared/src/UI/modals/SelectAdvancedSettingsDialog/SelectGasSettingsDialog.tsx +msgid "Advanced Settings" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +msgid "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Aggregator" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Agree" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Airdrop Scam" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "All" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx +msgid "All Mask Network users" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Allow this site to switch the network?" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Allow us to collect your usage information to help us improve Mask." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +msgid "Already following" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Amount" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Amount Each" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Amount per Share" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "an NFT" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Anti_whale(Limited number of transactions)" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +msgid "App list" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx +msgid "APP list" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx +msgid "App Settings" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Appearance" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +msgid "Applications" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalDialog.tsx +#: packages/plugins/Approval/src/SiteAdaptor/index.tsx +#: packages/plugins/Approval/src/SiteAdaptor/index.tsx +msgid "Approval" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +#: packages/shared/src/UI/components/GrantPermission/index.tsx +msgid "Approve" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "Approve amount" +msgstr "" + +#. placeholder {0}: amount ? {formatSpendingCap(amount)} : null +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "Approved Amount {0}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Approving" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +msgid "APR" +msgstr "" + +#. placeholder {0}: formatEthereumAddress(wallet.identity, 4) +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Are you sure to remove the connected wallet <0>{0}?" +msgstr "" + +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +msgid "Are you sure to remove this wallet?" +msgstr "" + +#. placeholder {0}: collection?.name ? 'hasName' : 'noName' +#. placeholder {1}: collection?.name || '' +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Are you sure to report {0, select, hasName {{1}} noName {this NFT} other {this NFT}}? After confirmed, this NFT will be marked as spam." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "Are you sure?" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +msgid "Are your sure you want to disconnect? You may lose part of functionalities of this website." +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/index.tsx +msgid "Artblocks" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/index.tsx +msgid "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Arweave" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +msgid "Asset" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Asset is hidden." +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "Associated Accounts" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "At least 6 characters" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "At most {RED_PACKET_MAX_SHARES} recipients" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +msgid "At most {SOL_REDPACKET_MAX_SHARES} recipients" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileChip.tsx +msgid "Attached File: {name} ({size})" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "Author" +msgstr "" + +#: build/bundled/51.js +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "Authorization Failed" +msgstr "" + +#: packages/plugins/ScamSniffer/src/SiteAdaptor/ScamAlert.tsx +msgid "Auto report the scam links to MetaMask" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "Auto-lock" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "Auto-lock Time" +msgstr "" + +#: packages/shared/src/UI/components/FungibleTokenInput/UI.tsx +msgid "Available Balance" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Available to Everyone" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Avatar set successfully" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Average" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +msgid "Back" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +msgid "Back Up Your Data Your Way" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Backup" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Backup & Recovery" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Backup Failed" +msgstr "" + +#: packages/shared/src/UI/components/QRCode/index.tsx +msgid "Backup failed, <0>try again" +msgstr "" + +#. placeholder {0}: user.cloudBackupAt +#. placeholder {0}: user.localBackupAt +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Backup on {0}" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Backup password" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Backup Password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Backup password set successfully" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Backup Persona" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Backup Successful" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +msgid "Backup to Google Drive" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Backup to the Cloud" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx +msgid "Backup Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +#: packages/shared/src/UI/components/FungibleTokenInput/UI.tsx +msgid "Balance" +msgstr "" + +#: packages/shared/src/UI/components/TokenAmountPanel/index.tsx +msgid "Balance: <0/>" +msgstr "" + +#. placeholder {0}: balance || 0 +#: packages/plugins/RedPacket/src/SiteAdaptor/components/CollectionSelectPanel.tsx +msgid "Balance: <0>{0}" +msgstr "" + +#: packages/shared/src/UI/wallet/DeriveWalletTable.tsx +msgid "Balance({symbol})" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Base" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Base fee required: {MIN_BASE_FEE} Gwei" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +msgid "Basic" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Basic setting" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Be aware, check the token before adding it." +msgstr "" + +#: packages/plugins/ScamSniffer/src/SiteAdaptor/ScamAlert.tsx +msgid "Be careful what you visit and sign!" +msgstr "" + +#: build/bundled/101.js +#: build/bundled/101.js +#: build/bundled/101.js +#: build/bundled/101.js +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/components/MessageInput.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/PreviewNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/PreviewRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/contexts/RedPacketContext.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/contexts/SolRedpacketContext.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +msgid "Best Wishes!" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Blacklist function" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Block Explorer URL" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Blockchain" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Blockchain:" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/PluginProviderRender.tsx +msgid "Blocto only supports the Flow chain." +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Bridge" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "Bridge anyway" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx +msgid "Bridge between this token pair are't supported at the moment." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Bridge Network fee" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Bridging" +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Browse Files" +msgstr "" + +#: packages/mask/content-script/site-adaptors/twitter.com/injection/ToolboxHint_UI.tsx +msgid "Browse the Web3 footprints of your X friends, enjoy the freedom of Web3." +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Browser File" +msgstr "" + +#: packages/plugins/VCent/src/SiteAdaptor/index.tsx +msgid "Buy & sell tweets autographed by their original creators." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Buy Now" +msgstr "" + +#. placeholder {0}: percentageToNumber(info.sell_tax) +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Buy Tax: {0}" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "By checking this box, I agree to ArtBlocks's <0>Terms of Service." +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "By confirming means that you agree to bear the possible risks above." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "By granting permission, you are allowing the following <0/> contract to access your funds" +msgstr "" + +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +msgid "By granting permission, you are allowing the following <0/> contract to access your NFTs." +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "By proceeding you agree to the" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +msgid "By using this plugin, you agree to the <0>terms and the <1>privacy policy." +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/components/Footer.tsx +#: packages/plugins/Calendar/src/SiteAdaptor/index.tsx +msgid "Calendar" +msgstr "" + +#. placeholder {0}: lensAccount.operations.canFollow.reason +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Can not follow: {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +msgid "Can't find a valid user address data source." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/modals/ConfirmModal/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/DeleteContactModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/GasSettingModal/index.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Personas/PersonaSignRequest/index.tsx +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +#: packages/shared/src/UI/modals/ConfirmDialog/index.tsx +#: packages/shared/src/UI/modals/ImageEditor/ImageEditor.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Cancel" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Cancel Transaction" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Cannot switch to a unknown network." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Cast your vote" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +msgid "Category" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Chain" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Chain ID" +msgstr "" + +#. placeholder {0}: currentNetwork?.chainId ?? currentChainId +#. placeholder {0}: nextNetwork?.chainId ?? nextChainId +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Chain ID: {0}" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/HandlerDescription.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/ProfilePopup.tsx +#: packages/shared/src/UI/components/WalletStatusBar/Action.tsx +#: packages/shared/src/UI/components/WalletStatusBar/WalletMenuItem.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +msgid "Change" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Change another account and try again." +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Change Backup Password" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangeNetwork.tsx +msgid "Change Network" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialogContent.tsx +msgid "Change NFT PFP" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Change Owner" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx +msgid "Change Payment Password" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change to EVM Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change to Flow Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change to Solana Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change Wallet" +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Check {providerName} to confirm connect." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Check on Explorer" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Check out the official website" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/CheckSecurityDialog.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/index.tsx +msgid "Check Security" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Checking Approve" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Choose a Cover" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/index.tsx +msgid "Choose and show your Web3 footprints on X." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Choose another wallet" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +msgid "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." +msgstr "" + +#: packages/mask/popups/modals/ChooseToken/index.tsx +msgid "Choose Token" +msgstr "" + +#: build/bundled/212.js +#: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx +msgid "Chrome - external extension" +msgstr "" + +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Circulating Supply" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimDialog/index.tsx +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimEntry/index.tsx +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +#: packages/plugins/Claim/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +msgid "Claim" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Claim Conditions" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Claim Details" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ClaimOnFirefly.tsx +#: packages/shared/src/UI/translate.ts +msgid "Claim Lucky Drop" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Claim Lucky Drop with {0} claimed." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Claim NFT Lucky Drop" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +msgid "Claim on Firefly" +msgstr "" + +#: packages/plugins/Claim/src/hooks/useClaimAirdrop.tsx +#: packages/shared/src/UI/translate.ts +msgid "Claim your Airdrop" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Claim your Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Claim your NFT Lucky Drop" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Claimable" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Claimed" +msgstr "" + +#. placeholder {0}: tokenDetail.symbol +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +msgid "Claimed {amount} ${0} successfully." +msgstr "" + +#. placeholder {0}: rpid ? bitStatusList.filter(Boolean).length.toString() : '0' +#. placeholder {1}: patchedHistory.shares +#. placeholder {2}: collection?.name ?? '' +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +msgid "Claimed: <0>{0}/{1} <1>{2}" +msgstr "" + +#. placeholder {0}: formatTokenAmount(claim_amounts || 0, token_decimal, false) +#. placeholder {1}: formatTokenAmount(total_amounts || 0, token_decimal, false) +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2><3>{tokenSymbol}" +msgstr "" + +#. placeholder {0}: duration.hours ?? '' +#. placeholder {1}: duration.minutes ?? '' +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Claiming will be live until: <0> {days} d {0} h {1} m" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +msgid "Claiming..." +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Classics Logo" +msgstr "" + +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Clear" +msgstr "" + +#: packages/shared/src/UI/components/WalletStatusBox/usePendingTransactions.tsx +msgid "Clear All" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PostDialogHint.tsx +msgid "Click here to have a quick start." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Click on <0/> at the top-right of your browser." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Click on the down-arrow to see the private key." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Click the application icon to hide in the App list." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Click the application icon to list it on the App board." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Click the settings icon to list it on the App board." +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Click to retry" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PageInspector.tsx +#: packages/plugins/Tips/src/SiteAdaptor/components/TipsRealmContent/index.tsx +msgid "Close" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "Close [Check Security]?" +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Cloud Backup" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Collectible" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalDialog.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/CollectionSelectPanel.tsx +msgid "Collectibles" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/Collectible.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Collection" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +msgid "Collection Approval" +msgstr "" + +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Community" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Complete" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +msgid "Completed" +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/dashboard/modals/ConfirmModal/index.tsx +#: packages/mask/popups/components/NFTAvatarPicker/index.tsx +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/modals/ConfirmModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ShowPrivateKeyModal/index.tsx +#: packages/mask/popups/modals/WalletAutoLockSettingModal/index.tsx +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +#: packages/plugins/FileService/src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/SelectLiquidity.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +#: packages/shared/src/UI/modals/ConfirmDialog/index.tsx +#: packages/shared/src/UI/modals/ConfirmModal/Dialog.tsx +#: packages/shared/src/UI/modals/ConfirmModal/Dialog.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +#: packages/shared/src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Confirm" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Confirm Bridge" +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Confirm Password" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Confirm Payment Password" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Confirm Swap" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/plugins/GoPlusSecurity/src/UI/TokenSecurityBoundary.tsx +msgid "Confirm swap risk" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Confirm the Lucky Drop" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Confirm this Signature in your wallet." +msgstr "" + +#: packages/shared/src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx +msgid "Confirm this transaction in your wallet" +msgstr "" + +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +msgid "Confirm this transaction in your wallet." +msgstr "" + +#. placeholder {0}: asset.symbol +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Confirm to hide {0}? You can redisplay it by re-adding this token at any time." +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Confirm to hide {name}? You can redisplay it by re-adding this NFT at any time." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Confirming" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Congratulations" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +#: packages/shared/src/UI/components/TokenTransactionConfirmModal/index.tsx +#: packages/shared/src/UI/components/TokenTransactionConfirmModal/index.tsx +msgid "Congratulations!" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/popups/components/ConnectedWallet/index.tsx +#: packages/mask/popups/components/SocialAccounts/index.tsx +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +msgid "Connect" +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Connect {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +msgid "Connect and switch between your wallets." +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Connect and Verify {0}" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Connect EVM Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Connect Flow Wallet" +msgstr "" + +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +msgid "Connect Mask Network Account using your wallet." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +#: packages/shared/src/UI/components/ConnectPersonaBoundary/index.tsx +msgid "Connect Persona" +msgstr "" + +#: packages/mask/popups/modals/ConnectSocialAccountModal/index.tsx +msgid "Connect Social Account" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Connect Solana Wallet" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +#: packages/shared/src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx +#: packages/shared/src/UI/components/WalletStatusBar/PluginWalletStatusBar.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +#: packages/shared/src/UI/modals/SelectProviderModal/SelectProvider.tsx +msgid "Connect Wallet" +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Connect with {providerName}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/AddChainRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Connect with Mask Wallet" +msgstr "" + +#: packages/mask/popups/components/SocialAccounts/index.tsx +msgid "Connect your social platform accounts." +msgstr "" + +#: packages/mask/content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +#: packages/shared/src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx +msgid "Connect your wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletHeader/UI.tsx +msgid "Connected" +msgstr "" + +#. placeholder {0}: currentPersona?.nickname +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Connected {0} with {walletName}." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ConnectedSites/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/ConnectedOrigins.tsx +msgid "Connected sites" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Connected successfully." +msgstr "" + +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network." +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Connected Wallet" +msgstr "" + +#: packages/shared/src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx +msgid "Connected wallets settings" +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Connecting operation cancelled in third-party wallet." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Connecting your {providerType} wallet" +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +msgid "Contact added." +msgstr "" + +#: packages/mask/popups/modals/DeleteContactModal/index.tsx +msgid "Contact deleted." +msgstr "" + +#: packages/mask/popups/modals/EditContactModal/index.tsx +msgid "Contact edited." +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +#: packages/mask/popups/pages/Friends/Home/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/Contacts.tsx +msgid "Contacts" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreFromMnemonic.tsx +#: packages/mask/dashboard/components/Restore/RestoreFromPrivateKey.tsx +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Phrase.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Continue" +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Contract" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Contract Creator" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Contract Deployment" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Contract Deployment {0}" +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +#: packages/shared/src/UI/translate.ts +msgid "Contract Interaction" +msgstr "" + +#: build/bundled/120.js +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/CheckSecurityDialog.tsx +msgid "Contract Not Found" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Contract Owner" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Contract source code not verified" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Contract source code verified" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Contract:" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "contributions" +msgstr "" + +#: packages/mask/popups/components/PrivateKeyDisplay/index.tsx +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +msgid "Copied" +msgstr "" + +#: packages/shared/src/UI/components/CopyButton/index.tsx +msgid "Copied!" +msgstr "" + +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +#: packages/shared/src/UI/components/CopyButton/index.tsx +msgid "Copy" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +msgid "Copy Address" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Copy image" +msgstr "" + +#: packages/mask/popups/components/PrivateKeyDisplay/index.tsx +msgid "Copy private key" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Copy text" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Could not fetch chain ID. Is your RPC URL correct?" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Cover" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Create" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Create a New Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Create a Privy Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Create a Privy wallet using an X account" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create Lucky Drop" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Create New Mask Identity" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create NFT Lucky Drop" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Create Password" +msgstr "" + +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Create persona" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Personas/Home/UI.tsx +#: packages/plugins/NextID/src/components/Actions/index.tsx +#: packages/shared/src/UI/components/ConnectPersonaBoundary/index.tsx +msgid "Create Persona" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create Smart Pay wallet" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Create the Lucky Drop" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +msgid "Create time:" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create your Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create your NFT Lucky Drop." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Create your persona to get started" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Created a SmartPay wallet on Polygon network." +msgstr "" + +#. placeholder {0}: project.artistName +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Created by <0>{0} • <1>Website" +msgstr "" + +#. placeholder {0}: format(project.metadata.createdAt, 'MMMM do, yyyy') +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "Created on: {0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Creating or retrieving your wallet with Privy. Please confirm on the X authorization page." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Creating your **identity**" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +msgid "Creating your **wallet**" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Creation Completed" +msgstr "" + +#: packages/plugins/CrossChainBridge/src/SiteAdaptor/CrossChainBridgeDialog.tsx +#: packages/plugins/CrossChainBridge/src/SiteAdaptor/index.tsx +msgid "Cross-chain" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Crypto Holder" +msgstr "" + +#: packages/mask/popups/modals/ChooseCurrencyModal/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangeCurrency.tsx +msgid "Currency" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Currency Symbol (Optional)" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/ProfileCard.tsx +msgid "Current" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Current account is not the verifying account." +msgstr "" + +#. placeholder {0}: formatCurrency(formatWeiToGwei(baseFeePerGas), '') +#. placeholder {0}: formatWeiToGwei(gasOptions.normal.baseFeePerGas).toFixed(2, BigNumber.ROUND_UP) +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Current base fee is {0} Gwei" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +msgid "Current results" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Current wallet does not support to interact with Lens protocol." +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceForm.tsx +msgid "Custom" +msgstr "" + +#: packages/plugins/Avatar/src/Application/PersonaPage.tsx +msgid "Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe." +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/index.tsx +msgid "CyberConnect" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/index.tsx +msgid "DAO" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Dark" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Data" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Data backed up successfully!" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Data correlation" +msgstr "" + +#. placeholder {0}: fromTwitter ? AddressPlatform.Twitter : 'normal' +#: packages/shared/src/UI/components/AccountIcons/index.tsx +msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and }}{sources}." +msgstr "" + +#. placeholder {0}: platform || '' +#: packages/shared/src/UI/components/AccountIcons/index.tsx +msgid "Data source is retrieved from {0, select, twitter {Twitter profile} facebook {Facebook profile} other {}}." +msgstr "" + +#. placeholder {0}: resolveNextIDPlatformName(platform) || platform +#. placeholder {0}: type?.replace('_', ' ') ?? '' +#: packages/shared/src/UI/components/AccountIcons/index.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialTooltip.tsx +msgid "Data source is retrieved from {0}." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Date" +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/index.tsx +msgid "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/index.tsx +msgid "Decentralized social graph protocol for user-centric Web3." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +msgid "Decrypt failed, please check password" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. {encrypted}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx +msgid "Decrypted by Mask Network" +msgstr "" + +#: packages/shared/src/UI/components/MaskPluginWrapper/index.tsx +msgid "Default" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +msgid "Delete" +msgstr "" + +#: packages/mask/popups/modals/DeleteContactModal/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "Delete Contact" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Delete File" +msgstr "" + +#: packages/mask/popups/pages/Friends/Detail/index.tsx +msgid "Deleted successfully" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Deploy a SmartPay wallet on Polygon network." +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +msgid "Deploy Contract" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Deploy Smarty Pay wallet" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsDialog.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/SavingsRow.tsx +msgid "Deposit" +msgstr "" + +#. placeholder {0}: protocol.bareToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Deposit {0}" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Deposit {0} for savings." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Deposit token" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DescriptionCard.tsx +msgid "Description" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/Collectible.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/DetailDialog.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/DetailDialog.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/SocialFeedDetailsModal/DetailDialog.tsx +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Details" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/index.tsx +msgid "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." +msgstr "" + +#. placeholder {0}: quote?.toToken.tokenSymbol +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "Dex/Est received ({0})" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "Disable Permit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +msgid "Disconnect" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +msgid "Disconnect all accounts" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Disconnect failed." +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Disconnect Social Account?" +msgstr "" + +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Disconnect Wallet?" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +msgid "Disconnected successfully." +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Disconnected." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ClaimOnFirefly.tsx +msgid "Discovered a LuckyDrop event on the FireFly website." +msgstr "" + +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +#: packages/shared/src/UI/contexts/components/InjectedDialog.tsx +msgid "Dismiss" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/index.tsx +msgid "Display Snapshot proposals on the X of the respective project or protocol." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/index.tsx +msgid "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/index.tsx +msgid "Display specific information of Gitcoin projects, donate to a project directly on social media." +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +msgid "Display the following address on your Web3 profile page and use it to receive tips." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PageInspector.tsx +msgid "Do you need to paste encrypted content manually?" +msgstr "" + +#. placeholder {0}: file.name +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Do you want to delete file <0>{0}" +msgstr "" + +#. placeholder {0}: selectedAccount?.identifier.userId +#. placeholder {1}: currentPersona.nickname +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Do you want to remove the verified association between the X account @<0>{0} and {1}?" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Domain" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/PluginEntryRender.tsx +msgid "Domain Request" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Don't forget to pin Mask Network in the browser toolbar to access Web3 easily." +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx +msgid "Don't see your NFT?" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Donate" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/shared/src/hooks/useSnackbarCallback.tsx +#: packages/shared/src/hooks/useSnackbarCallback.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Done" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +#: packages/mask/dashboard/components/GoogleDriveFileTable.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +msgid "Download" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +msgid "Download Backup" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Download https://mask.io to try more powerful tools on Twitter." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +msgid "Download report" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Download the {name} Wallet here" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Downloading" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Drag & Drop your file here" +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/PluginHeader.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/PluginDescriptor.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "DSearch" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +#: packages/shared/src/UI/modals/ImageEditor/ImageEditor.tsx +msgid "Edit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "Edit Contact" +msgstr "" + +#: packages/plugins/Avatar/src/Application/RouterDialog.tsx +msgid "Edit Profile" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Editor" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +msgid "eg: X accounts, persona public keys, wallet addresses or ENS" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Eligible to claim" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Email" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Email verification code" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "Empty" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/CompositionUI.tsx +msgid "Enable auto paste" +msgstr "" + +#: packages/shared/src/UI/components/PluginEnableBoundary/index.tsx +msgid "Enable plugin" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Enable the {name} Wallet extension and disable other wallet extensions" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx +msgid "Enable the plugin" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/CompositionUI.tsx +#: packages/shared/src/UI/components/CompositionDialog/CompositionUI.tsx +msgid "Encrypt" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Encrypt the message in an image" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/Composition.tsx +msgid "Encrypted Post" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Encrypting your **data**" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Encryption Method" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "End date" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "Ended {relativeEndTime}" +msgstr "" + +#. placeholder {0}: format(endTime, 'MM-dd-yyyy HH:mm') +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Ended on <0>{0}" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "Ends in {relativeEndTime}" +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/index.tsx +msgid "ENS" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +msgid "Ens or Address(0x)" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "ENS or Wallet Address" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Enter a gas limit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Enter a gas price" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Enter a max fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Enter a max priority fee" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Enter Amount Each" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Enter an amount" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts +msgid "Enter an Amount" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Enter gas limit" +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "Enter Max spend limit" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Enter Number of Winners" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx +msgid "Enter Payment Password" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Enter Total Amount" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Entered passwords are inconsistent." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Equal Amount" +msgstr "" + +#. placeholder {0}: rejection.message +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +msgid "Error: {0}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +msgid "Ethereum {HD_PATH_WITHOUT_INDEX_ETHEREUM}" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/CalendarContent.tsx +msgid "Events" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Everyone" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/SelectProvider.tsx +msgid "EVM" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "EVM Chains only" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Example: Alice" +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Exceeded the maximum file size of {fileSize}." +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "Exchange" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx +msgid "Experience in X" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "Expired" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +msgid "Explore multi-chain dApps." +msgstr "" + +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Export" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Failed" +msgstr "" + +#. placeholder {0}: message.action +#: packages/shared/src/UI/translate.ts +msgid "Failed to {0} NFT contract." +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Failed to add the wallet, please try again." +msgstr "" + +#: build/bundled/51.js +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "Failed to authorize Google Drive. Please try again." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Failed to bridge" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to claim Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Failed to confirm" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to create Lucky Drop." +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Failed to create theme." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptPostFailed.tsx +msgid "Failed to decrypt." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Failed to delete, please try again." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Failed to deposit {0}." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to deposit token." +msgstr "" + +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Failed to disconnect wallet" +msgstr "" + +#. placeholder {0}: (err as Error).message +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Failed to download and merge the backup: {0}" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "Failed to download image" +msgstr "" + +#: build/bundled/198.js +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Failed to get permissions" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +msgid "Failed to get quote information" +msgstr "" + +#. placeholder {0}: token.symbol ?? token.name ?? 'Token' +#: packages/shared/src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx +msgid "Failed to load {0}. Click to retry." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to refund Lucky Drop." +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Failed to report spam." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "Failed to restore the backup from Google Drive to your browser. Please try again." +msgstr "" + +#. placeholder {0}: (err as Error).message +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Failed to restore the backup: {0}" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to revoke token contract." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "Failed to save file" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Failed to save network" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "Failed to save the file. Please try again." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to send token." +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Failed to set Avatar." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to swap" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to transfer NFT." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Failed to transfer token: {message}" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to unlock NFT contract." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to unlock token contract." +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Failed to upload file" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Failed to withdraw {0}." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Fake Token" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "FAQ&Tutorial" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Fast" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx +msgid "Fastest" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Feedback" +msgstr "" + +#: packages/plugins/Transak/src/SiteAdaptor/index.tsx +msgid "Fiat On-Ramp" +msgstr "" + +#: packages/plugins/Transak/src/SiteAdaptor/index.tsx +msgid "Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support." +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "File" +msgstr "" + +#. placeholder {0}: file.name +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File {0} deleted." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File delete" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File delete failed" +msgstr "" + +#. placeholder {0}: file.key +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/DisplayingFile.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/SelectableFile.tsx +msgid "File Key: <0>{0}" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File name must between 3 to 20 characters." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "File saved" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/index.tsx +msgid "File Service" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Find Mask Network in the extension list and click the <0/> button." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Firefly" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Floor price" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Floor Price" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/SocialBadges/LensList.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialListItem.tsx +msgid "Follow" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "Follow @masknetwork (mask.io) to claim NFT lucky drops." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "Follow @masknetwork for Web3 updates and insights." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/index.tsx +msgid "Follow @masknetwork to explore Web3." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +msgid "Follow Lens handle" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/ConnectButton.tsx +msgid "Follow Now" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/modals/SelectLanguageModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Follow System" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Follow User" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "Followers" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/SocialBadges/LensList.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialListItem.tsx +msgid "Following" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "Followings" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Forgot payment password?" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/ActivityCard.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OfferCard.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "From" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "from <0>{fromAddress}" +msgstr "" + +#. placeholder {0}: transaction.formattedTransaction.popup.method +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "Function: {0}" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Functions that can suspend trading" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Functions with retrievable ownership" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "funding received" +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +#: packages/mask/popups/modals/GasSettingModal/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +msgid "Gas Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/index.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/index.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSettingModal.tsx +msgid "Gas fee settings" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/index.tsx +msgid "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Gas Limit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Gas Limit (Units)" +msgstr "" + +#. placeholder {0}: String(minGasLimit) +#. placeholder {0}: minGasLimit.toFixed() +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Gas limit must be at least {0}" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Gas limit must be bigger than {minGas}." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Gas limit must be smaller than {maxGas}." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Gas limit should be between {minGasLimit} and 15.00M" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas limit too low will cause the transaction to fail." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Gas Price" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Gas Price (GWEI)" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas price is higher than necessary. You may pay more than needed." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Gas price is too low and will cause the transaction fail" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas price is too low for network conditions." +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas price must be greater than 0 Gwei." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Gas price should be greater than 0" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Gas Used (Units)" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "General" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "General user" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Generate a new persona" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Generate a new wallet address" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Generating your **accounts**" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Get optimized search results when you're looking for a token." +msgstr "" + +#: packages/plugins/Tips/src/SiteAdaptor/index.tsx +msgid "Gift crypto or NFTs tips to any <0>Next.ID verified users on social media." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/index.tsx +msgid "Gift crypto or NFTs to any users, first come, first served." +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/index.tsx +msgid "Gitcoin" +msgstr "" + +#. placeholder {0}: contract?.symbol || '' +#. placeholder {0}: token?.symbol || '' +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +msgid "Give permission to access <0/> your {0}?" +msgstr "" + +#: packages/plugins/VCent/src/SiteAdaptor/TweetDialog.tsx +msgid "Go" +msgstr "" + +#: packages/shared/src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx +msgid "Go to Settings" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/index.tsx +msgid "Google Drive" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +msgid "Got it" +msgstr "" + +#. placeholder {0}: token.symbol +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Grant access to your {0} for the Lucky Drop Smart contract. You only have to do this once per token." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Gwei" +msgstr "" + +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "GWEI" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Hash" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/index.tsx +msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." +msgstr "" + +#: packages/mask/content-script/site-adaptors/twitter.com/injection/PostDialogHint.tsx +msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "Hi friends, I just created {token} Lucky Drop. Download Mask.io to claim." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "" +"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n" +"\n" +"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +msgstr "" + +#: build/bundled/101.js +msgid "" +"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" +"\n" +"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +msgstr "" + +#. placeholder {0}: promote.amount +#. placeholder {1}: promote.symbol +#. placeholder {2}: promote.chain +#. placeholder {3}: promote.account +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Hi friends, I just deposit {0} {1} on {2}. Follow @{3} to find more staking projects." +msgstr "" + +#. placeholder {0}: promote.amount +#. placeholder {1}: promote.symbol +#. placeholder {2}: promote.chain +#. placeholder {3}: promote.account +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Hi friends, I just withdrew my deposit {0} {1} on {2}. Follow @{3} to find more staking projects." +msgstr "" + +#. placeholder {0}: asset.symbol +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Hide {0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Hide {name}" +msgstr "" + +#: packages/mask/popups/components/MnemonicDisplay/index.tsx +msgid "Hide mnemonic words" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/AssetsList/MoreBar.tsx +msgid "Hide tokens with value less than $1" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/HidingScamTx.tsx +msgid "Hiding Scam Transactions" +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "High" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/constants.tsx +msgid "High Risk" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Highest Price" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/index.tsx +msgid "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "History" +msgstr "" + +#. placeholder {0}: tokenQuantity ? `${tokenQuantity}+` : 'any' +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Holding {0}" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Holding NFT" +msgstr "" + +#. placeholder {0}: provider.name +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "How to use {0} Wallet?" +msgstr "" + +#. placeholder {0}: shareTextOption.sender +#. placeholder {1}: shareTextOption.network +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +msgid "I just claimed a lucky drop from @{0} on {1} network." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "I just claimed a lucky drop from @{sender} on Solana." +msgstr "" + +#. placeholder {0}: tokenDetail.symbol +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +msgid "" +"I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n" +" Install https://mask.io to explore more airdrop activities." +msgstr "" + +#. placeholder {0}: project.name +#. placeholder {1}: price.toFixed() +#. placeholder {2}: token?.symbol || '' +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Install @masknetwork to get yours." +msgstr "" + +#. placeholder {0}: project.name +#. placeholder {1}: price.toFixed() +#. placeholder {2}: token?.symbol || '' +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Welcome to join." +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "I just replaced Twitter X logo with the original blue bird one with Mask Network extension." +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." +msgstr "" + +#. placeholder {0}: token?.symbol ? 'namedToken' : 'token' +#. placeholder {1}: token?.symbol || '' +#. placeholder {2}: recipientName ? 'name' : 'address' +#. placeholder {3}: recipientName || recipientAddress +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "" +"I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}\n" +"\n" +"Install https://mask.io/download-links to send your first tip." +msgstr "" + +#. placeholder {0}: recipientName ? 'name' : 'address' +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "" +"I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}\n" +"\n" +"Install https://mask.io/download-links to send your first tip." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "I wrote down those words in the correct order" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Identical" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "Identity ID" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Image" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Image copied!" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/FungibleTokenItem.tsx +msgid "Import" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx +msgid "Import NFT" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +msgid "Import Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Import Wallets" +msgstr "" + +#: packages/mask/popups/components/WalletItem/index.tsx +msgid "Imported" +msgstr "" + +#: packages/mask/popups/modals/WalletGroupModal/index.tsx +msgid "Imported Wallets" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "" +"In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\n" +"The actual cost may be lower\n" +"than estimated, and any unused funds will remain in the original address." +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." +msgstr "" + +#: packages/mask/dashboard/hooks/useBackupFormState.ts +msgid "Incorrect Backup Password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Incorrect backup password." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Incorrect Backup Password." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Incorrect cloud backup password, please try again." +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/index.tsx +msgid "Incorrect contract address." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Incorrect Keystore Password." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Incorrect Mnemonic Words." +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Incorrect password" +msgstr "" + +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +msgid "Incorrect Password" +msgstr "" + +#: packages/mask/popups/modals/ShowPrivateKeyModal/index.tsx +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +msgid "Incorrect Payment Password." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx +msgid "Incorrect Private Key" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Phrase.tsx +msgid "Incorrect recovery phrase." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +#: packages/mask/popups/modals/AddContactModal/index.tsx +msgid "Incorrect wallet address." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Incorrect words selected. Please try again!" +msgstr "" + +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Info" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "Information" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Infos" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Input amount is below the minimum amount" +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +msgid "Input contract address" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreFromPrivateKey.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx +msgid "Input your Private Key" +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +msgid "Instant" +msgstr "" + +#. placeholder {0}: token?.symbol +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Insufficient {0} Balance" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts +msgid "Insufficient {symbol} Balance" +msgstr "" + +#. placeholder {0}: isDeposit ? protocol.bareToken.symbol : protocol.stakeToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Insufficient ${0} balance" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +#: packages/plugins/Tips/src/contexts/Tip/useTipValidate.ts +msgid "Insufficient balance" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Insufficient Balance" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Insufficient Balance for Gas Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Insufficient funds for gas." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Invalid Block Explorer URL." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Invalid email address." +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Invalid file type" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +msgid "Invalid Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Invalid number" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Invalid RPC URL." +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useSlippageToleranceSchema.ts +msgid "Invalid slippage tolerance." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Invalid verification code." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "IPFS" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Issued at" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/HistoryDetail.tsx +msgid "It remains unclaimed." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Items" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileSpaceHeader.tsx +msgid "Join" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Just Me" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Just Selected Contacts" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Kept safely" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Keystore" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +msgid "Keystore password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Lack of number, letter or special character." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Language" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Leave blank to allow any amount; enter a number to set a minimum holding requirement." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Lens" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Lens Follow" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Lens Unfollow" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Library:" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "License:" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Lido Exchange Rate" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Light" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Likely in < {estimateSecond} seconds" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Link" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Listed" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialogContent.tsx +#: packages/plugins/CyberConnect/src/SiteAdaptor/FollowersPage.tsx +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/FailedTrendingView.tsx +#: packages/shared/src/UI/components/ReloadStatus/index.tsx +msgid "Load failed" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OffersList.tsx +msgid "Load More" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Load Network" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/popups/pages/Friends/Home/UI.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileView.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewSkeleton.tsx +#: packages/shared/src/UI/components/LoadingStatus/index.tsx +msgid "Loading" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +msgid "Loading account information..." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +msgid "Loading failed due to Snapshot API service breakdown." +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTBadge.tsx +msgid "Loading..." +msgstr "" + +#: packages/shared/src/UI/components/PluginCardFrame/index.tsx +msgid "Loading...." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Local Backup" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +msgid "Locale Backup" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +msgid "Lock Wallet" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Log out" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "Logout" +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Logout failed" +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Logout successfully" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Low" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/constants.tsx +msgid "Low Risk" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "Lucky Drop" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Lucky Drop claimed." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Lucky Drop refunded." +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Lucky drop with {0} created." +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Lucky Drop with {0} refunded." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Make another Bridge" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Make another Swap" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Make It Encrypted" +msgstr "" + +#: packages/mask/popups/modals/ChooseNetworkModal/index.tsx +#: packages/mask/popups/pages/Wallet/NetworkManagement/index.tsx +msgid "Manage Network" +msgstr "" + +#: packages/mask/popups/modals/SupportedSitesModal/index.tsx +msgid "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." +msgstr "" + +#: packages/shared/src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx +msgid "Manage Token List" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Market Cap" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Mask Community $ARB Giveaway" +msgstr "" + +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +msgid "Mask needs the following permissions" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PostDialogHint.tsx +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +msgid "Mask Network" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "Mask Network Cloud" +msgstr "" + +#: packages/shared/src/UI/components/GrantPermission/index.tsx +msgid "Mask Network requires the permission of following websites before using it." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PermissionBoundary.tsx +msgid "Mask Network requires you to authorize the following websites before using it." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Max" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "MAX" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx +msgid "Max amount" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Max base fee" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Max base fee should be greater than 0" +msgstr "" + +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max fee" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Max Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Max Fee (GWEI)" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max fee cannot be lower than max priority fee" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max fee cannot be lower than max priority fee." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +msgid "Max fee is higher than necessary" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max fee is higher than necessary." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max fee is too low for network conditions." +msgstr "" + +#. placeholder {0}: formatWeiToGwei(miniumMaxFeePerGas).toFixed(2, BigNumber.ROUND_UP) +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Max fee should be greater than base fee of {0} Gwei." +msgstr "" + +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max priority fee" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Max Priority Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max priority fee is higher than necessary. You may pay more than needed." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Max priority fee is too high for network conditions." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +msgid "Max priority fee is too low for network conditions" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max priority fee is too low for network conditions." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max priority fee must be greater than 0 GWEI" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max priority fee must be greater than 0 Gwei." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "May be a honeypot." +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Medium" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/constants.tsx +msgid "Medium Risk" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Merge Completed" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "Merge data to local database" +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveFileTable.tsx +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Merge to Browser" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/MessageInput.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +msgid "Message" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "Method" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Minimum received" +msgstr "" + +#. placeholder {0}: token.symbol +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Minimum withdraw amount is {MINIMUM_AMOUNT} {0}" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Mint Address" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Mint function" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token." +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Minted:" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts +msgid "Missing dex contract address" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Mnemonic" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx +msgid "Mnemonic word" +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "More" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "More Details" +msgstr "" + +#. placeholder {0}: asset.data.source === SourceType.NFTScan ? resolveSourceTypeName(asset.data.source) : 'platform' +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialogContent.tsx +msgid "More on {0}" +msgstr "" + +#. placeholder {0}: String(currentMessageIndex + 1) +#. placeholder {1}: String(totalMessages) +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "Multiple transaction requests {0} / {1}" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "My vote" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ClaimRecord.tsx +msgid "My wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "My Wallets" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "N/A" +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +msgid "Name" +msgstr "" + +#: build/entry/popups.js +#: packages/mask/popups/components/TokenPicker/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/index.tsx +msgid "Name or Contract address e.g. USDC or 0x234..." +msgstr "" + +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "Name or contract address eg. PUNK or 0x234..." +msgstr "" + +#: packages/mask/popups/modals/ChooseNetworkModal/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network added" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx +msgid "Network error or execute smart contract failed." +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Network error or user cancels the process." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useUnfollow.ts +msgid "Network error, try again" +msgstr "" + +#. placeholder {0}: error.message +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +msgid "Network error, try again: {0}" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Network fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network Name" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network removed." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network saved" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Never share 12-word secret mnemonic with anyone!" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Never share the 12-word secret mnemonic words with anyone!" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "New Logo" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +msgid "New password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +msgid "New password cannot be the same as your current password." +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "New Payment Password" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/CalendarContent.tsx +msgid "News" +msgstr "" + +#: packages/mask/content-script/components/GuideStep/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Next" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +msgid "Next.ID" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "NFT" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +msgid "NFT Avatar Setting" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "NFT collection" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialog.tsx +msgid "NFT Details" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "NFT Holder" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +msgid "NFT is not minted yet." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "NFT Lucky Drop claimed." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "NFT Lucky Drop created." +msgstr "" + +#: packages/plugins/Avatar/src/Application/RouterDialog.tsx +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatarButton.tsx +msgid "NFT PFP" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +#: packages/mask/popups/pages/Wallet/components/WalletAssets/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "NFTs" +msgstr "" + +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +msgid "NFTs added" +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "NFTs Profile" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/index.tsx +msgid "No activities found." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No Airdrop Scam" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No anti_whale(Unlimited number of transactions)" +msgstr "" + +#: packages/plugins/Tips/src/components/NFTSection/index.tsx +msgid "No any collectible is available for preview. Please add your collectible here." +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "No approved contract records." +msgstr "" + +#: packages/mask/popups/pages/Friends/Detail/UI.tsx +msgid "No associated accounts" +msgstr "" + +#: packages/mask/popups/components/WalletSettingList/index.tsx +msgid "No associated wallet. <0>Add Wallet." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "No back up" +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveFileTable.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "No backups found" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No blacklist" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No codes found to suspend trading." +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/shared/src/UI/components/CollectibleList/CollectibleList.tsx +msgid "No collectible found." +msgstr "" + +#: packages/mask/popups/pages/Friends/Contacts/index.tsx +msgid "No contacts stored locally, you can try searching." +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/components/EventList.tsx +#: packages/plugins/Calendar/src/SiteAdaptor/components/NewsList.tsx +msgid "No content for the last two weeks." +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +#: packages/shared/src/UI/components/EmptyStatus/index.tsx +msgid "No Data" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +msgid "No deposit protocols found." +msgstr "" + +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +msgid "No Enough Gas Fee" +msgstr "" + +#: packages/plugins/Tips/src/contexts/Tip/useTipValidate.ts +msgid "No Enough Gas Fees" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "No followers." +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "No following friends." +msgstr "" + +#: packages/mask/content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +msgid "No friends are stored locally, please try search one." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No function found that retrieves ownership" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/PriceCard.tsx +msgid "No Listings" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "No local key" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/History.tsx +msgid "No Lucky Drops claimed" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/History.tsx +msgid "No Lucky Drops created. Select 🎁 when you compose a post to start your first drop." +msgstr "" + +#: packages/mask/popups/components/TokenPicker/index.tsx +msgid "No matched tokens" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No mint function" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/components/EventList.tsx +#: packages/plugins/Calendar/src/SiteAdaptor/components/NewsList.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/History.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/index.tsx +msgid "No more data available." +msgstr "" + +#: packages/mask/popups/components/NFTAvatarPicker/CollectionList.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +msgid "No NFTs found." +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "No past rounds found." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "No power" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No proxy" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx +msgid "No recent transactions" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipients.tsx +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/components/CountryCodePicker/index.tsx +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "No results" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +msgid "No results found" +msgstr "" + +#: packages/mask/popups/pages/Friends/SearchList/index.tsx +msgid "No search results" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "No valid wallet detected. Please connect wallet or verify wallet firstly." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +msgid "No verified account found here." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +msgid "No votes" +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "No wallet selected." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ConnectedSites/index.tsx +msgid "No websites connected to this wallet" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No whitelist" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Nonce" +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Not connected" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletHeader/UI.tsx +msgid "Not Connected" +msgstr "" + +#: packages/plugins/Avatar/src/Application/PersonaItem.tsx +msgid "Not current account. Please switch to this account to set up NFTs Profile." +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Not enough data to present." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Not found your {providerType} wallet" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Not set" +msgstr "" + +#: packages/mask/popups/components/NFTAvatarPicker/CollectionList.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +msgid "Not supported yet." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/DefaultPlaceholder.tsx +msgid "Note: Scams detections might not be 100% guaranteed." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +msgid "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +msgid "Offers" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/shared/src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx +msgid "OK" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "Okay" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "Old Payment Password" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "on {fromNetworkName}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "on {toNetworkName}" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Only TypedMessageText is supported currently." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx +msgid "Only visible to yourself" +msgstr "" + +#. placeholder {0}: formatWithCommas(snapshot) +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Oops, it seems you don't have any voting power at block {0}. <0>Learn more" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileView.tsx +msgid "Oops, we can't find any results." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Open" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Open in a new tab" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Open Mask Wallet" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +#: packages/shared/src/UI/wallet/DeriveWalletTable.tsx +msgid "Operation" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Optimize search results with token names, NFT collections, ENS domains or wallet addresses." +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/index.tsx +msgid "Optimize the display of search results about ENS in social media." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "or" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Or" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +msgid "Or create a new wallet group" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "or Holding NFT" +msgstr "" + +#. placeholder {0}: author.userId +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/authorDifferentMessage.tsx +msgid "Originally posted by {0}" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +msgid "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Overall Best" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Owner can change balance" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Owner can't change balance" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Owner changed." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Owners" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +msgid "Pair" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Password" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "Past rounds" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Paste manually" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +msgid "Paused" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +#: packages/mask/popups/modals/ShowPrivateKeyModal/index.tsx +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Payment Password" +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "Payment password changed." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/hooks/usePasswordForm.ts +#: packages/mask/popups/pages/Wallet/hooks/usePasswordForm.ts +msgid "Payment password must be 6 to 20 characters." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Payment password set." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Payment Password should be between 6 and 20 characters." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "Payment password stored locally and you could try as many as you want to unlock your wallet." +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/shared/src/UI/components/WalletStatusBar/WalletDescription.tsx +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Pending" +msgstr "" + +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +msgid "Permissions" +msgstr "" + +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +msgid "Permissions List" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +#: packages/shared/src/UI/modals/PersonaSelectPanelModal/PersonaSelectPanelDialog.tsx +msgid "Persona" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Persona already exists." +msgstr "" + +#: packages/mask/dashboard/pages/SignUp/steps/PersonaRecovery.tsx +msgid "Persona created." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Persona Name" +msgstr "" + +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +msgid "Persona name must between 1 to 24 characters." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Persona Recovery Phrase" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Persona required." +msgstr "" + +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +msgid "Persona Sign" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "Persona: {personaName}" +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "Personas" +msgstr "" + +#: packages/shared/src/UI/components/PhoneNumberField/index.tsx +msgid "Phone Number" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx +msgid "Pin Mask Network to the toolbar for easier access:" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Pinned successfully." +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +msgid "Platform" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Please check ToS document" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Please click Browse Files button to select files to upload." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/index.tsx +#: packages/mask/content-script/site-adaptors/facebook.com/injection/Composition.tsx +msgid "Please click the \"Post\" button to open the compose dialog." +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please connect {0} and send a proof post before using dApps." +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please connect {0} before using dApps." +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/index.tsx +msgid "Please connect wallet" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Please connect wallet to check if you are eligible to claim $ARB." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please connect your persona" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please connect your wallet" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Please copy the following text and image (if there is one) and publish it." +msgstr "" + +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please create a persona and verify your account to use this." +msgstr "" + +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +msgid "Please create a Persona and verify your account to use this." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please create a persona for accessing Dapps." +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "Please create your persona to use Web3 Profile." +msgstr "" + +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Please enter backup password to export persona private key." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Please enter cloud backup password to download file." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Please enter the correct mnemonic words, private key, or upload the correct keystore file." +msgstr "" + +#: build/bundled/120.js +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SearchBox.tsx +msgid "Please enter token contract address." +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Please enter your backup password." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Please install your metamask wallet and set up your first wallet." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +msgid "Please select the appropriate method to restore your personal data." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Please select the correct words in the correct order." +msgstr "" + +#: packages/shared/src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx +msgid "Please select the wallet to activate the function after saving the settings." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Please set the backup password to back up" +msgstr "" + +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Please set up backup password to export private key." +msgstr "" + +#: packages/mask/popups/modals/WalletAutoLockSettingModal/index.tsx +msgid "Please set up the amount of time before we automatically lock your wallet." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Please sign up or login {siteName} to connect Mask Network." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Please switch to <0>@{expectAccount} to continue the account verification progress." +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Please switch to this network in the mobile application wallet you are connected to." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Please try again if you failed to vote." +msgstr "" + +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please verify the current persona with a social media account before using dApps." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please verify your social account" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Please write down or copy these words and save them in a secure place." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Please write down the following words in correct order. Keep it safe and do not share with anyone!" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx +msgid "Plugin switch" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/CompositionUI.tsx +#: packages/shared/src/UI/components/CompositionDialog/CompositionUI.tsx +msgid "Plugins" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/index.tsx +msgid "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Post content:" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDescriptor.tsx +msgid "Powered by" +msgstr "" + +#. placeholder {0}: providerMap[tab] +#: packages/plugins/Calendar/src/SiteAdaptor/components/Footer.tsx +msgid "Powered By {0}" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "Powered by <0>Go+" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/index.tsx +msgid "Powered by <0>Mask Network" +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/PluginHeader.tsx +msgid "Powered by <0>Mask Network<1><2/>" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "Powered by <0>Scamsniffer" +msgstr "" + +#: packages/plugins/CrossChainBridge/src/SiteAdaptor/components/BridgeStack.tsx +msgid "Powered by Celer Network. Support $MASK!" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +msgid "Previous" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Previous follow transaction is in processing, please wait and try again." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Previous unfollow transaction is in processing, please wait and try again." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "Price" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Price per mint" +msgstr "" + +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Price Statistic" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Price:" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Priority fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Priority Fee (GWEI)" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Priority fee should be greater than 0." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Privacy Policy" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Private" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Private Key" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Processing Deposit" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Processing Withdrawal" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Profile Photo" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +msgid "Progress" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "Project details" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/PropertiesCard.tsx +msgid "Properties" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +msgid "Proposal" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/index.tsx +msgid "Provide you with fast, reliable and convenient security services." +msgstr "" + +#. placeholder {0}: i18n(plugin.name) +#: packages/shared/src/UI/components/CompositionDialog/BadgeRenderer.tsx +msgid "Provided by plugin \"{0}\"" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Proxy contract" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "Public Key: <0>{publicKey}" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Purchase" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Purchasing...." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Quote expired. Update to receive a new quote." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Quote route" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Quote Route" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Random" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Random Amount" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "Rank" +msgstr "" + +#. placeholder {0}: result.rank?.toString() ?? coin.market_cap_rank?.toString() ?? '' +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Rank #{0}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Rate" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Re-enter" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx +#: packages/mask/popups/pages/Wallet/Receive/index.tsx +msgid "Receive" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Recommended dimensions: 1016 × 672 px" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "Recover" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +msgid "Recover your data" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Recover your wallet" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +msgid "Recovery" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +msgid "Recovery Phrase" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Refresh" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +msgid "Refund" +msgstr "" + +#. placeholder {0}: formatBalance(remain.toString(), tokenDecimals, { significant: 2, isPrecise: true }) +#: packages/plugins/RedPacket/src/SiteAdaptor/hooks/useRefundCallback.tsx +msgid "Refund {0} {tokenSymbol} Successfully" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Refund Lucky drop" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Refund your expired Lucky Drop." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "Refunded" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +msgid "Refunding" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "Reject {totalMessages} Transactions" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +#: packages/shared/src/UI/components/ReloadStatus/index.tsx +msgid "Reload" +msgstr "" + +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/index.tsx +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Remove" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/index.tsx +msgid "Remove Wallet" +msgstr "" + +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/Derive.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/Rename.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/Rename.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +#: packages/plugins/FileService/src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx +msgid "Rename" +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Report NFT Scam Contract?" +msgstr "" + +#: packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx +msgid "Report on GitHub" +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Report Spam" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request ID" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request is valid not after" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request is valid not before" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request Source" +msgstr "" + +#: build/bundled/111.js +#: build/bundled/111.js +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/useFinanceFeeds.ts +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/useSocialFeeds.ts +msgid "Request timed out" +msgstr "" + +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +msgid "Request timed out." +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Requesting Connection" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Reselect" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Resend" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Reset" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "Reset Wallet" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Resource" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Restore" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Restore backup failed." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Restore Completed" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Restore Database" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Restore Failed" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Restore from a previous database backup" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Restore or Login" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +msgid "Results" +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Retry" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "Revoke" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Revoke the approval for {0}." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Revoke the approval for token" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Revoke Token" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "Revoking" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Risk Warning" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "rounds" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "RPC URL" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/index.tsx +msgid "Safety Warning" +msgstr "" + +#. placeholder {0}: formatDateTime(endDate, 'yyyy-MM-dd HH:mm:ss') +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +msgid "Sale ends in {0}" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +#: packages/shared/src/UI/modals/ImageEditor/ImageEditor.tsx +msgid "Save" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Saving" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/index.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsDialog.tsx +msgid "Savings" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "Scam tx" +msgstr "" + +#: build/bundled/143.js +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "Scam Warning" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Receive/index.tsx +msgid "Scan QR code to receive payment" +msgstr "" + +#: packages/mask/popups/pages/Personas/WalletConnect/index.tsx +msgid "Scan QR code with WalletConnect-compatible wallet" +msgstr "" + +#: packages/shared/src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx +msgid "Scan the QR code with a WalletConnect-compatible wallet" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SearchBox.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Search" +msgstr "" + +#: packages/shared/src/UI/components/CountryCodePicker/index.tsx +msgid "Search Area" +msgstr "" + +#: packages/mask/popups/pages/Friends/Search/index.tsx +msgid "Search Next.ID, X, Lens, ENS or Address" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Search with an ENS domain or wallet address to get optimized results." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Search with the name of an NFT collection or its symbol to get optimized results." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "Security Detection" +msgstr "" + +#: packages/mask/popups/pages/Trader/useImplementRuntime.tsx +#: packages/shared/src/UI/components/SelectTokenChip/index.tsx +#: packages/shared/src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx +msgid "Select" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/shared/src/UI/components/FungibleTokenInput/UI.tsx +msgid "Select a token" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Select a Token" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +msgid "Select Address" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Select All" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Select an NFT Contract" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Select an NFT Contract Operator" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Select an NFT Contract Owner" +msgstr "" + +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +msgid "Select and Connect to your wallet" +msgstr "" + +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "Select Collection" +msgstr "" + +#: packages/mask/popups/modals/SelectLanguageModal/index.tsx +msgid "Select language" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Select liquidity" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Select Liquidity" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/CollectionSelectPanel.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Select NFTs" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "Select the wallet(s) to use on this site. You should not connect to website you don't trust." +msgstr "" + +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +msgid "Select Wallet" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Selecting NFTs" +msgstr "" + +#. placeholder {0}: percentageToNumber(info.sell_tax) +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Sell Tax: {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/mask/popups/components/TransactionPreview/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/components/AssetsManagement/Collection.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Send" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Send {0}" +msgstr "" + +#: packages/plugins/Tips/src/SiteAdaptor/components/TipsRealmContent/index.tsx +msgid "Send authors tips by using Mask Network's Tips function." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Sending" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Sending address" +msgstr "" + +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "Sending..." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Sent" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Sent verification post successfully." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Service Agreement" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +msgid "Set NFT Avatar" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "Set NFT NFT Background" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "Set NFT PFP" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTInfo.tsx +msgid "Set NFT PFPs" +msgstr "" + +#: packages/mask/content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx +msgid "Set NFT Photo" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Set Payment Password" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Set payment password successfully." +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTInfo.tsx +msgid "Set up NFT PFP successfully" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +msgid "Set up wallet for displaying Web3 footprints and receiving tips on each social media account." +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/index.tsx +msgid "Set your NFT as profile picture with exclusive aura." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Set Your Payment Password" +msgstr "" + +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Set Your Persona Name" +msgstr "" + +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Set your persona name with maximum length of 24 characters" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Settings" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +#: packages/shared/src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx +msgid "Share" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Share and recommend this feature after saving." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +msgid "Share with" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PageInspector.tsx +msgid "Show me how" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/AssetsList/MoreBar.tsx +msgid "Show tokens with value less than $1" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/mask/popups/pages/Personas/PersonaSignRequest/index.tsx +#: packages/mask/popups/pages/Wallet/Interaction/WalletSignRequest.tsx +msgid "Sign" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Sign-in Request" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Signature Request" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Signing ..." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Signing Message (Raw)" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Signing Message (Text)" +msgstr "" + +#: packages/plugins/ScamSniffer/src/SiteAdaptor/ScamAlert.tsx +msgid "Similar Project" +msgstr "" + +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +msgid "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." +msgstr "" + +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +msgid "Sites" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +msgid "size" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Size limit: 10 MB" +msgstr "" + +#: packages/mask/content-script/components/GuideStep/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Skip" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Slippage" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceSection.tsx +msgid "Slippage Tolerance" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Slow" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/PluginDescriptor.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileView.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Snapshot" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Social Account" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/index.tsx +msgid "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/SelectProvider.tsx +msgid "Solana" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/Collectible.tsx +msgid "Something went wrong!" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "Something went wrong." +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "Sorry, failed to save NFT Avatar. Please set again." +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Sorry, signature failed! Please try signing again." +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Sorry, you are not eligible to claim $ARB in this campaign." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/SpaceMenu.tsx +msgid "Space" +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "Spam" +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Spam reported." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/index.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Speed Up" +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +msgid "Spend limit requested by" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Spend more transaction fees to cancel the previous transaction." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Split Mode" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Start" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "Start date" +msgstr "" + +#. placeholder {0}: format(startTime, 'MM-dd-yyyy HH:mm') +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Start Time: <0>{0}" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "Starts {relativeStartTime}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "status" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Status" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "Stay on top of NFT trending information, hot projects, notable transactions, etc." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Step {step}/{step}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Step {step}/{totalSteps}" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Step 1/2" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Step 1/3" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Step 2/2" +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Success" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Successful" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "Suggest to send transactions and sign messages" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Support" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Support Identity code, private key, local backups or cloud backups to access your personal data." +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Support mnemonic phrase, private key or keystore file." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Supported contracts" +msgstr "" + +#. placeholder {0}: formatFileSize(MAX_FILE_SIZE) +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Supported formats: JPEG, PNG<0/> Size limit: {0}" +msgstr "" + +#: packages/mask/popups/modals/SupportedSitesModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Supported Sites" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/StartUp/index.tsx +msgid "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +#: packages/shared/src/UI/translate.ts +msgid "Swap" +msgstr "" + +#. placeholder {0}: protocol.bareToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Swap {0}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "Swap anyway" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +msgid "Swap Anyway" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Swap completed successfully." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Swap duration" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Swapping" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx +msgid "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/index.tsx +msgid "Switch between the classic Twitter logo and the new one." +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Switch Network" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "Switch other account" +msgstr "" + +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +msgid "Switch Persona" +msgstr "" + +#. placeholder {0}: expectedChainName ?? '' +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Switch to {0}" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +msgid "Switch to other accounts" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Switch to Polygon and Follow" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Switch Twitter Logo" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/index.tsx +msgid "Switch X Logo" +msgstr "" + +#: packages/mask/popups/components/MnemonicDisplay/index.tsx +msgid "Tap to view the mnemonic words <0/> Make sure no one is looking at your screen" +msgstr "" + +#: packages/mask/popups/components/PrivateKeyDisplay/index.tsx +msgid "Tap to view the private key <0/> Make sure no one is looking at your screen" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Tax can be modified" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Tax cannot be modified" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Tell friends what's happening..." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Text" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Text copied!" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "The [Check Security] dApp provides quick, reliable, and convenient Web3 security services." +msgstr "" + +#. placeholder {0}: isSwap ? 'swap' : 'bridge' +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "The {0} is in progress. You can check its status in History after exiting this page." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "The approval for this contract will be revoked in case of the amount is 0." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "The chainID is not equal to the currently connected one." +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +msgid "The contract address is incorrect or the collection does not belong to you." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is not known to be able to modify the balance of the token of other addresses." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "The current wallet does not hold a lens and cannot follow/unfollow" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "The custom amount entered may be higher than the required network fee." +msgstr "" + +#: build/bundled/176.js +#: build/bundled/51.js +#: build/bundled/91.js +#: packages/mask/dashboard/utils/api.ts +msgid "The download link is expired" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/PluginProviderRender.tsx +msgid "The following wallets are not installed or in conflict with others" +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "The input is not a single file." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +msgid "The Lucky Drop can't be sent due to data damage." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +msgid "The maximum number of NFTs to be sold in one collection lucky drop contract is 255." +msgstr "" + +#. placeholder {0}: formatBalance(1, token.decimals) +#. placeholder {1}: token.symbol +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "The minimum amount for each share is {0} {1}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "The mnemonic word has been copied, please keep it in a safe place." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "The mnemonic words has been copied, please keep it in a safe place." +msgstr "" + +#. placeholder {0}: match.nativeCurrency.symbol +#: packages/mask/popups/pages/Wallet/EditNetwork/useWarnings.ts +msgid "The network with chain ID {formChainId} may use a different currency symbol ({0}) than the one you have entered. Please check." +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "The new passwords don't match" +msgstr "" + +#. placeholder {0}: profile.identifier.userId +#: packages/mask/content-script/components/shared/SelectRecipients/ProfileInList.tsx +msgid "The Persona is connected to the account @${0}." +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/ProfileInList.tsx +msgid "The Persona is connected to the following accounts: {list}" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/ProfileInList.tsx +msgid "The Persona is not connected to any accounts." +msgstr "" + +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +msgid "The persona name already exists." +msgstr "" + +#: packages/plugins/Tips/src/contexts/Tip/useRecipientValidate.ts +msgid "The receiving address is a contract address. Please check again." +msgstr "" + +#: packages/plugins/Tips/src/contexts/Tip/useRecipientValidate.ts +msgid "The receiving address may be a malicious address." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "The RPC URL you have entered returned a different chain ID ({rpcChainId}). Please update the Chain ID to match the RPC URL of the network you are trying to add." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "The token approval revoked." +msgstr "" + +#. placeholder {0}: format(localTransaction.updatedAt, "HH:mm 'on' M/dd/yyyy") +#: packages/mask/popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts +msgid "The transaction was complete and has been recorded on blockchain at {0}" +msgstr "" + +#. placeholder {0}: format(localTransaction.createdAt, "HH:mm 'on' M/dd/yyyy") +#: packages/mask/popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts +msgid "The transaction was confirmed at {0}" +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "The user has not set this." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +msgid "The wallet address already exists." +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +msgid "The wallet name already exists." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "The web site can" +msgstr "" + +#. placeholder {0}: message.domain +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "The website ({messageOrigin}) is asking you to sign in to another domain ({0}). This may be a phishing attack." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "There was a network or RPC provider error, please try again later!" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/index.tsx +msgid "There's no feed associated with this address." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +msgid "This address is a contract address." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +msgid "This address may be a scam address." +msgstr "" + +#. placeholder {0}: String(token?.symbol) +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "This allows the third party to spend {value} {0} from your current balance." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." +msgstr "" + +#. placeholder {0}: duplicated.name +#: packages/mask/popups/pages/Wallet/EditNetwork/useWarnings.ts +msgid "This Chain ID is currently used by the {0} network. " +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing." +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +msgid "This ENS does not exist or not be resolved." +msgstr "" + +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." +msgstr "" + +#: packages/shared/src/UI/components/PluginEnableBoundary/index.tsx +msgid "This function has been turned off in the App settings. Enable plugins to fully access." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This is unlikely to be an airdrop scam. Many scams attract users through airdrops." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "This message contains a invalid EIP-4361 message. It is better to reject this request." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "This network name already exists" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +msgid "This NFT contract cannot be modified now." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/ActivitiesList.tsx +msgid "This NFT didn't have any activities." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OffersList.tsx +msgid "This NFT didn't have any offers." +msgstr "" + +#. placeholder {0}: lensAccount.operations.canFollow.reason +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "This profile can not be followed: {0}" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "This profile can not be followed." +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +msgid "This project is no longer active" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "This QR includes your identity, please keep it safely." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx +msgid "This QR includes your mnemonic words, please keep it safely." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "This request has been expired." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "This request may be a phishing attach. I understand this and want to continue." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "This request should only be sign in the future." +msgstr "" + +#. placeholder {0}: network.name +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "This RPC URL is currently used by the {0} network" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "This swap isn’t supported" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token contract has code that prevent selling. This might is a honeypot." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "This token has no risky or attention factors." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." +msgstr "" + +#: packages/mask/content-script/site-adaptors/twitter.com/customization/i18n.ts +msgid "This tweet is encrypted with #mask_io (@masknetwork). 📪🔑" +msgstr "" + +#: build/bundled/168.js +msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" +msgstr "" + +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +msgid "This wallet address has already been connected." +msgstr "" + +#. placeholder {0}: String(currentPersona?.nickname) +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "This wallet is connected to current persona {0}." +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "This will overwrite the existing cloud backup with the local data, this cannot be undo." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "Time" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Timestamp" +msgstr "" + +#: packages/plugins/Tips/src/components/TipDialog.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "Tips" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Tips/src/components/RecipientSection/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "To" +msgstr "" + +#. placeholder {0}: formatDomainName(domain) +#. placeholder {0}: formatEthereumAddress(toAddress, 4) +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "to {0}" +msgstr "" + +#. placeholder {0}: type === ActivityType.Mint ? Utils.formatAddress(activity.from?.address, 4) : activity.receive.nickname || (activity.receive.address ? Utils.formatAddress(activity.receive.address, 4) : '-') +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/ActivityCard.tsx +msgid "To <0>{0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "to <0>{toAddress}" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/index.tsx +msgid "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." +msgstr "" + +#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "To use Lido, you need to wait {0} days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "To verify your X account and record it on the NextID, please send this post for the verification." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "To verify your X account and record it on the NextID, you will need to send a post for the verification." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Token" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Token Address" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Token Contract Address" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Token ID" +msgstr "" + +#: build/bundled/67.js +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Token ID separated by comma, e.g. 1223,1224," +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +msgid "Token ID should be separated by comma, e.g. 1223,1224," +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "Token info" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Token Name" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Token now is hidden." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Token quantity greater than" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Token Standard" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Token unlocked" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Token Value" +msgstr "" + +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +#: packages/mask/popups/pages/Wallet/components/WalletAssets/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/index.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "Tokens" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Total amount" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Total cost" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Total NFTs" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Total Supply" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Total Volume" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Trading mode" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Trading route" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Trading Route" +msgstr "" + +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +msgid "Transaction" +msgstr "" + +#: packages/shared/src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx +msgid "Transaction Confirmed" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Transaction cost" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Transaction Details" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transaction failed" +msgstr "" + +#: packages/shared/src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx +msgid "Transaction Failed" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Transaction Fee" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transaction has been rejected!" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Transaction Hash" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx +msgid "Transaction history is only stored locally and will be deleted if you clear your browser data." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Transaction in progress. Thank you for your patience." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Transaction rejected" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/shared/src/UI/translate.ts +msgid "Transaction submitted." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Transaction type" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceForm.tsx +msgid "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Transfer {0} NFT." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transfer NFT" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transfer Token" +msgstr "" + +#. placeholder {0}: toNetwork?.fullName +#. placeholder {1}: tx.bridgeName +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Transferring asset across to the {0} network via the {1}cross-chain bridge" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "True Token" +msgstr "" + +#: packages/mask/content-script/components/GuideStep/index.tsx +msgid "Try" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Try Again" +msgstr "" + +#: packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx +msgid "Try to recover" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +msgid "Try token from different chains" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Trying exploring more features powered by Mask Network." +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +msgid "Two entered passwords are different." +msgstr "" + +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/hooks/usePasswordForm.ts +msgid "Two entered passwords are not the same." +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Tx Fee" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/ConnectButton.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Unfollow" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useUnfollow.ts +msgid "Unfollow lens handle" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "unique contributors" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Unknown EIP-4361 message version." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Unlikely to be a honeypot." +msgstr "" + +#: build/bundled/101.js +#: build/bundled/102.js +#: build/bundled/178.js +#: build/bundled/191.js +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "unlimited" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Unlisted" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Unlock" +msgstr "" + +#. placeholder {0}: token.symbol +#: packages/shared/src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx +msgid "Unlock {0}" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Unlock {0} NFT contract." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Unlock {0}." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Unlock NFT Contract" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Unlock token" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Unlock Token" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Unlocking {hasSymbolName}..." +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Unlocking ALL..." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "Unnamed" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Unpacking" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Unsupported data backup" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +msgid "Unsupported key store data" +msgstr "" + +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +msgid "Unsupported Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +msgid "Unsupported network type" +msgstr "" + +#. placeholder {0}: formatCurrency(formatWeiToGwei(option.suggestedMaxFeePerGas), '') +#: packages/shared/src/UI/components/SettingsBoard/GasOption.tsx +msgid "up to {0} Gwei" +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "Update NFT Avatar Success!" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +msgid "Update permission for X.com" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Update Quote" +msgstr "" + +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +msgid "Update X.com Permissions" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +msgid "Updated" +msgstr "" + +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +msgid "Updating Gas Fee…" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Upload backup" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Upload File" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Uploaded files" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Uploading" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "URLs require the appropriate HTTPS prefix." +msgstr "" + +#: packages/mask/content-script/site-adaptors/instagram.com/injection/NFT/ProfileNFTAvatar.tsx +msgid "Use NFT" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Use Persona to encrypt and decrypt social media posts & messages." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Use text encryption" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." +msgstr "" + +#: packages/plugins/VCent/src/SiteAdaptor/index.tsx +#: packages/plugins/VCent/src/SiteAdaptor/index.tsx +msgid "Valuables" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "value" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "Value" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Verification code has been sent to your email. Please check your mailbox." +msgstr "" + +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." +msgstr "" + +#. placeholder {0}: currentVerifiedBy.join(', ') +#. placeholder {0}: verifiedBy.join(', ') +#: packages/shared/src/UI/components/AssetsManagement/CollectibleItem.tsx +#: packages/shared/src/UI/components/AssetsManagement/Collection.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Verified by {0}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Verify" +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Verify {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts +msgid "Verify Account" +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +msgid "Verify your wallet" +msgstr "" + +#: packages/shared/src/UI/components/ConnectPersonaBoundary/index.tsx +msgid "Verify your X ID" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Version" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +#: packages/plugins/NextID/src/SiteAdaptor/VerificationPayload.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileSpaceHeader.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/SocialBadges/LensList.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialListItem.tsx +msgid "View" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "View full transaction details" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/plugins/Tips/src/components/RecipientSection/RecipientSelect.tsx +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +msgid "View on Explorer" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "View real-time crypto prices, market cap, trading volume, etc." +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "View your account balance and history" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "View your address" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "View your profile in firefly" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "View your Tokens and NFTs" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Visible To" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +msgid "Volume (24h)" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Vote" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +msgid "Votes" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Wait too long for the confirmation." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Waiting for {providerType}" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Waiting time" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Wallet" +msgstr "" + +#: packages/mask/popups/modals/WalletGroupModal/index.tsx +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +#: packages/shared/src/UI/modals/WalletStatusModal/WalletStatusDialog.tsx +msgid "Wallet Account" +msgstr "" + +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Wallet disconnected" +msgstr "" + +#. placeholder {0}: String(index + 1) +#: packages/mask/popups/modals/WalletGroupModal/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +msgid "Wallet Group #{0}" +msgstr "" + +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +msgid "Wallet name must between 3 to 18 characters." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Wallet request timed out" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/index.tsx +msgid "Wallet Settings" +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +#: packages/plugins/NextID/src/components/BindDialog.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +msgid "Wallet Sign" +msgstr "" + +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +msgid "Wallet sign cancelled." +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +msgid "Wallet sign failed." +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +msgid "Wallet sign succeeded." +msgstr "" + +#: packages/mask/popups/pages/Personas/WalletConnect/index.tsx +#: packages/shared/src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx +msgid "WalletConnect" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "We are not aware of any code that prevents the sale of tokens." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx +msgid "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "We recommend new Web3 users to keep [Check Security] open." +msgstr "" + +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/FileService/src/SiteAdaptor/index.tsx +msgid "Web3 File Service" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +msgid "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/PluginDescriptor.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/index.tsx +#: packages/shared/src/UI/components/PluginCardFrame/index.tsx +msgid "Web3 Profile" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/index.tsx +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/PluginDescriptor.tsx +msgid "Web3 Profile Card" +msgstr "" + +#: build/bundled/212.js +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Website" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Welcome Back" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Welcome to Mask Network" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Welcome to use Mask Network" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +msgid "What is Web3 File Service?" +msgstr "" + +#. placeholder {0}: nativeTokenDetailed?.symbol || 'ETH' +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +msgid "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of {0}. Please reduce the number of NFTs selected." +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "when you click Add Google Drive button,you will be forwarded to Google authorization pages." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Whitelist function" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +msgid "Who can claim" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "Who can claim?" +msgstr "" + +#: build/bundled/100.js +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Why I can't vote?" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Winners" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsDialog.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/SavingsRow.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Withdraw" +msgstr "" + +#. placeholder {0}: protocol.bareToken.symbol ?? '' +#. placeholder {0}: protocol.stakeToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Withdraw {0}" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Withdraw {0} for savings." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Withdraw token" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Write down mnemonic words" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Write down recovery phrase" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Wrong Network" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +msgid "You" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "You can claim the lucky drop by holding the required amount of any selected token." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "You can withdraw the remaining balance 24 hours after sending the lucky drop." +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "You canceled the request." +msgstr "" + +#. placeholder {0}: formatBalance(claimRecord.amount.toString(), token?.decimals, { significant: 2 }) +#. placeholder {0}: formatBalance(data.claimed_amount, token?.decimals, { significant: 2 }) +#. placeholder {1}: token?.symbol || '' +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "You claimed {0} ${1}." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "You claimed 1." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "You didn't approve {0}. Please do not set spending cap to 0 and try it again." +msgstr "" + +#. placeholder {0}: amount ?? '' +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "You have claimed {0} $ARB." +msgstr "" + +#. placeholder {0}: message.amount +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "You have donated {0} {1}" +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "You have set NFT PFP successfully." +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "You have signed with your wallet." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "You have successfully restored the backup from Google Drive to your browser." +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +msgid "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftHistory.tsx +msgid "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +msgid "You haven't uploaded any files yet." +msgstr "" + +#. placeholder {0}: tolerance.toString() +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceForm.tsx +msgid "You may have {0}% less received with this level of slippage tolerance." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "You may lose your assets if you give approval to the website of this token." +msgstr "" + +#. placeholder {0}: contractName ?? '' +#. placeholder {1}: token.symbol +#: packages/shared/src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx +msgid "You must give the {0} smart contract permission to use your {1}. You only have to do this once per token." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to follow <0>@{twitterHandle}" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to follow the creator of the lucky drop." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to hold any of the following NFTs in your wallet." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to hold any of the following tokens." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to hold at least {quantity} of any of the following tokens." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx +msgid "You need to open the dApp to view the specific content." +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "You've already claimed the lucky drop" +msgstr "" + +#. placeholder {0}: message.token +#. placeholder {1}: message.spender +#: packages/shared/src/UI/translate.ts +msgid "You've approved {0} for {1}. If you want to revoke this token, please set spending cap amount to 0." +msgstr "" + +#. placeholder {0}: file.name +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "You've saved {0} to Web3 file service." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Your file has been successfully merged into the browser data." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Your file has been successfully restore into the browser data." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Your Persona has been successfully created." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Your Persona is on **ready 🚀**" +msgstr "" + +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +msgid "Your transaction has been confirmed!" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Your transaction should be done in <0/>" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Your vote has been successful." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Your voting power" +msgstr "" + +#: packages/plugins/Claim/src/hooks/useClaimAirdrop.tsx +msgid "Your wallet cancelled the transaction." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "Your wallet does not meet the eligibility criteria for claiming." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +msgid "Your Wallet is on **ready 🚀**" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Your X account authorization has timed out. Please try again." +msgstr "" diff --git a/packages/shared-base-ui/src/locale/zh-TW.json b/packages/shared-base-ui/src/locale/zh-TW.json index e4d6de1a206b..e1a07f6bfc50 100644 --- a/packages/shared-base-ui/src/locale/zh-TW.json +++ b/packages/shared-base-ui/src/locale/zh-TW.json @@ -1 +1 @@ -{ "messages": { "3ThLdM": ["在 GitHub 上报告"], "CU3U3d": ["尝试恢复"], "i6OT6/": [["subject"], " has an error"] } } +{"messages":{"++B0oY":["This function has been turned off in the App settings. Enable plugins to fully access."],"+01Ill":["Change to Solana Wallet"],"+5hgHR":["Are your sure you want to disconnect? You may lose part of functionalities of this website."],"+95jK3":["Gas limit too low will cause the transaction to fail."],"+A4TPN":[["0"]," NFT contract"],"+CzAt9":["Previous unfollow transaction is in processing, please wait and try again."],"+IEBAO":["Approve amount"],"+K0AvT":["Disconnect"],"+POswt":["Sell Tax: ",["0"]],"+Qcnh5":["Please select the appropriate method to restore your personal data."],"+W8dUJ":["Tap to view the private key <0/> Make sure no one is looking at your screen"],"+XyQiK":["Agree"],"+Zuhm7":["Support Identity code, private key, local backups or cloud backups to access your personal data."],"+adBn3":["Chrome - external extension"],"+b7T3G":["Updated"],"+fTqvl":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"],""],"+hwfjv":["Please select the wallet to activate the function after saving the settings."],"+m7PfT":["Deleted successfully"],"+m7x4e":["Backup Successful"],"+q+Wa9":["Swap anyway"],"+uISZO":["Incorrect Password"],"+ubcPw":["No power"],"+xKN8I":["<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later."],"/2nH6X":["Make another Bridge"],"/7tku+":["Try"],"/BI0y9":["Refunded"],"/Dk+nX":["More on ",["0"]],"/I3RSJ":["Report Spam"],"/JOEaC":["Deploy Smarty Pay wallet"],"/KseE7":["Delete File"],"/LkuGq":["Restore from a previous database backup"],"/OPmPQ":["Verify ",["0"]],"/Swcdo":["Failed to swap"],"/WfDJy":["If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets."],"/capO6":["Failed to deposit ",["0"],"."],"/eguJc":["Uploading"],"/fo6Dv":["Gas Limit (Units)"],"/giXwU":["Medium Risk"],"/hKQcr":[["seconds"],"s"],"/jQctM":["To"],"/nT6AE":["New password"],"/riTT2":["Pinned successfully."],"/uEw9z":["Your X account authorization has timed out. Please try again."],"/vtDGO":[["0"]," is connected to these sites, they can view your account address."],"/xrk7I":["FAQ&Tutorial"],"/y/pZ3":["Select a Token"],"0+3dvg":["This NFT didn't have any offers."],"0/eoR6":["Revoking"],"00b9QG":["Set Your Payment Password"],"01DWy7":["Click the settings icon to list it on the App board."],"04MqGo":["Post content:"],"09vHB+":["Failed to decrypt."],"0C6WdO":["Upload backup"],"0D4bav":["Name or Contract address e.g. USDC or 0x234..."],"0F4ogS":["Payment Password should be between 6 and 20 characters."],"0HnKBn":["Hide mnemonic words"],"0Lp4o6":["Load failed"],"0M//Nn":["The Persona is connected to the following accounts: ",["list"]],"0ZC72+":["Connected successfully."],"0bKGbK":["No past rounds found."],"0caMy7":["History"],"0dFHbr":["Confirm swap risk"],"0fljZe":["Trading Route"],"0hFUd/":["You must give the ",["0"]," smart contract permission to use your ",["1"],". You only have to do this once per token."],"0jddIP":[["0"]," members"],"0lBTmP":["You need to hold any of the following tokens."],"0oFu/K":["No Lucky Drops claimed"],"0oMKRL":["Delete Contact"],"0tdB+o":["Enable the ",["name"]," Wallet extension and disable other wallet extensions"],"0wJVK+":["Basic"],"0wdd7X":["Join"],"0wzWAN":["Why I can't vote?"],"0xXDLS":["View your profile in firefly"],"0yPSCj":["High Risk"],"0yf3iU":["Wallet sign cancelled."],"1+6BOG":["Download Backup"],"1+P9RR":["Switch to ",["0"]],"11kmCI":["We are not aware of any code that prevents the sale of tokens."],"199DuV":["Display specific information of Gitcoin projects, donate to a project directly on social media."],"1DwbcE":["Loading...."],"1EOhmY":["Rank #",["0"]],"1LkMSp":["Add Suggested Token"],"1M8xFP":["Transaction with extremely low slippage tolerance might be reverted because of very small market movement."],"1QJyuR":["At most ",["RED_PACKET_MAX_SHARES"]," recipients"],"1QfxQT":["Dismiss"],"1R2W/B":["This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup "],"1TNIig":["Open"],"1TaavV":["Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase."],"1Uqt6P":["Disconnect Wallet?"],"1Wbxhe":["This profile can not be followed: ",["0"]],"1Z++2X":["The Persona is not connected to any accounts."],"1agbuA":["Functions that can suspend trading"],"1bTY60":["Token Value"],"1kE7ob":["Network saved"],"1mjyN6":["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."],"1nMGEs":["Personas"],"1njn7W":["Light"],"1on6yK":["How to use ",["0"]," Wallet?"],"1rsf+c":["After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup."],"1xwmzN":["Switch to other accounts"],"2/N/mr":["Connect with ",["providerName"]],"22QmCQ":["The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"28ABhV":["Connect EVM Wallet"],"29b5Sq":["Blocto only supports the Flow chain."],"2CMLgZ":["Token ID separated by comma, e.g. 1223,1224,"],"2FYpfJ":["More"],"2GHENQ":["Web3 Profile"],"2J5wRx":["Failed to get quote information"],"2Lr4ie":["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."],"2MPu+c":["Priority Fee (GWEI)"],"2XVeKu":["Airdrop Scam"],"2Xze/r":["Block Explorer URL"],"2jQko7":["Associated Accounts"],"2kXxch":["Sorry, signature failed! Please try signing again."],"2p7WMm":["Give permission to access <0/> your ",["0"],"?"],"2saF1j":["Tax can be modified"],"2wxgft":["Rename"],"34UMci":["Wallet Settings"],"38C83c":["Recovery Phrase"],"39ohdf":["Activities"],"3A/gtD":["Invalid RPC URL."],"3A/mG4":["Change Wallet"],"3AP6p1":["Public Key: <0>",["publicKey"],""],"3B4jmY":["Data correlation"],"3CR0qY":["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."],"3J+S3n":["Search Next.ID, X, Lens, ENS or Address"],"3OhjJ4":["Powered by <0>Mask Network<1><2/>"],"3Q5eQl":["Please click the \"Post\" button to open the compose dialog."],"3Q8dPe":["The website (",["messageOrigin"],") is asking you to sign in to another domain (",["0"],"). This may be a phishing attack."],"3SiDD1":["<0>",["user"]," burned <1>",["1","select",{"nft":["an NFT"],"name":[["0"]],"other":[]}],""],"3ThLdM":["Report on GitHub"],"3WZ1WL":["Please enter backup password to export persona private key."],"3YDnov":["Token now is hidden."],"3ZgRKI":[["type","select",{"post":["<0>",["user"]," publish a post on ",["platform"]],"mint":["<1>",["user"]," minted a post on ",["platform"]],"revise":["<2>",["user"]," revised a post on ",["platform"]],"share":["<3>",["user"]," shared a post on ",["platform"]],"other":[]}]],"3awOET":["Rank"],"3bGj61":["Claim on Firefly"],"3cAxpB":["There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price."],"3cw8FQ":["To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs."],"3dAaqV":["📃📃📃 Try to permanently use decentralized file storage on ",["sns"],". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions."],"3fpIq1":["to ",["0"]],"3iUAE7":["Backup to Google Drive"],"3kbpgO":["Gas Limit"],"3lUGN0":["Switch Persona"],"3pqzUK":["Contact added."],"3qe4O9":["Max Fee"],"3uBJPr":["File delete"],"3uQmjD":["Average"],"3ublvs":["Try token from different chains"],"3yLqgI":["Name or contract address eg. PUNK or 0x234..."],"4+VnE8":["ENS"],"42yL2J":["Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ",["encrypted"]],"43g2kf":["Only visible to yourself"],"44bNbA":["Select an NFT Contract"],"4DIYdt":["No associated wallet. <0>Add Wallet."],"4EN5JL":["Your Persona has been successfully created."],"4FvVUv":["Reset Wallet"],"4GBOoi":["Failed to create theme."],"4Gz2wC":["Failed to upload file"],"4HavhE":["Powered by <0>Mask Network"],"4HtGBb":["MAX"],"4JCJIV":["What is Web3 File Service?"],"4coHVU":["Lens Unfollow"],"4lm4o+":["Solana"],"4na5mr":["This message contains a invalid EIP-4361 message. It is better to reject this request."],"4ojMOt":["Please enter your backup password."],"4pSxwB":["Go"],"4zgT9K":["Connect Mask Network Account using your wallet."],"50QwC8":["value"],"51TkMy":["Claiming will be live until: <0> ",["days"]," d ",["0"]," h ",["1"]," m"],"51cT/A":["The minimum amount for each share is ",["0"]," ",["1"]],"51rAFB":["Please copy the following text and image (if there is one) and publish it."],"52nzPV":["Data source is retrieved from ",["0","select",{"twitter":["Twitter profile"],"facebook":["Facebook profile"],"other":[]}],"."],"55/jcy":["Hi friends, I just withdrew my deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"5Dz44N":["Set Payment Password"],"5E57TU":["Max priority fee is too low for network conditions"],"5G0lxx":["Powered by <0>Scamsniffer"],"5HVoyc":["Transaction Details"],"5Jczad":["I just claimed a lucky drop from @",["0"]," on ",["1"]," network."],"5N3b5J":["Market Cap"],"5O5enn":["Enter Payment Password"],"5QfZ6O":["Contract source code verified"],"5YfW3S":["Add an encrypted comment..."],"5ZzgbQ":["Connect ",["0"]],"5e22kj":["Email verification code"],"5hFImX":["Deploy Contract"],"5i1JPS":["Never share 12-word secret mnemonic with anyone!"],"5iHe/7":["Network error, try again"],"5o2pdQ":["Create Persona"],"5s6EhU":[["count","plural",{"one":["You have recovered **","#"," Wallet 🚀**"],"other":["You have recovered **","#"," Wallets 🚀**"]}]],"5sIdhw":["Share with"],"5uFQ9j":["Please create a persona and verify your account to use this."],"623chP":["Infos"],"66J/I3":["Transaction Fee"],"678PKt":["Network Name"],"68FuwU":["URLs require the appropriate HTTPS prefix."],"68m9Nl":["Add new address to an existing group"],"6B+2/d":["Stay on top of NFT trending information, hot projects, notable transactions, etc."],"6DvbLh":["Please install your metamask wallet and set up your first wallet."],"6HT670":["Function: ",["0"]],"6IHgRq":["Backup to the Cloud"],"6IvSyW":["Token Standard"],"6RDwJM":["Tokens"],"6U+PWG":["Total NFTs"],"6Uau97":["Skip"],"6V3Ea3":["Copied"],"6VJnE7":["Note: Scams detections might not be 100% guaranteed."],"6YASel":["Invalid Network"],"6YtxFj":["Name"],"6ZZ+4S":["Load Network"],"6foA8n":["Are you sure?"],"6gRgw8":["Retry"],"6k8iqO":[["0"]," ",["1"]," bridge completed successfully."],"6knJVf":["This NFT contract cannot be modified now."],"6s8L6f":["Switch Network"],"6sbLuF":["Current results"],"6ulv1U":["Contract Owner"],"6vVuTX":["This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"7+2e01":["Network removed."],"70wH1Q":["APR"],"76Ml+j":[["0"]," NFT Lucky Drop created."],"76gPWk":["Got it"],"78Kj7O":[["0"]," NFT transferred."],"7Ae1jc":["True Token"],"7Bj3x9":["Failed"],"7PPwVf":["Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted."],"7PgtYC":["Set NFT Avatar"],"7QptC5":["Auto-lock Time"],"7R2WG+":["Decrypted by Mask Network"],"7VpPHA":["Confirm"],"7c99ux":["Contract Deployment ",["0"]],"7cg5cq":["unique contributors"],"7eFA2G":["Failed to revoke token contract."],"7hZyUn":["Processing Deposit"],"7k2lei":["Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later."],"7lnlzl":["Claimed ",["amount"]," $",["0"]," successfully."],"7qUM2b":["Open Mask Wallet"],"7s5tLo":["Allow this site to switch the network?"],"7w1rTm":["The download link is expired"],"7yziEn":["This request has been expired."],"8+xvyR":["Blockchain"],"82+n6o":["Quote Route"],"869iq0":["Transferring asset across to the ",["0"]," network via the ",["1"],"cross-chain bridge"],"87Poy7":[["0"]," ",["1"]," NFT contract."],"88+Eku":["Provide you with fast, reliable and convenient security services."],"89kDhv":["NFT collection"],"8BsgdX":["Failed to get permissions"],"8C8O9E":["Provided by plugin \"",["0"],"\""],"8Dh77Z":["NFTs"],"8IN0ph":["No more data available."],"8J7y6E":["Deposit ",["0"]," for savings."],"8Kly2P":["Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token."],"8MJFvR":[["0"]," Risky factor"],"8N1Wbf":["This token has no risky or attention factors."],"8RF/Sx":["Added successfully"],"8S5o5V":["Share and recommend this feature after saving."],"8TMaZI":["Timestamp"],"8Tg/JR":["Custom"],"8WLjqx":["Never share the 12-word secret mnemonic words with anyone!"],"8ZsakT":["Password"],"8bgRf6":["Can not follow: ",["0"]],"8djViz":["Step ",["step"],"/",["step"]],"8glx+u":["Token ID"],"8rElAH":["Image copied!"],"8wEOMN":["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"9+VwX/":["Add Collectibles"],"9KKhJV":["Signing ..."],"9VcshJ":["Enable auto paste"],"9Y1kXO":["Payment password stored locally and you could try as many as you want to unlock your wallet."],"9bG48P":["Sending"],"9cDpsw":["Permissions"],"9cSIbb":["Click on <0/> at the top-right of your browser."],"9d/Qe4":["Service Agreement"],"9hg9mc":["Downloading"],"9hzYBR":["Failed to download and merge the backup: ",["0"]],"9jba96":["Only TypedMessageText is supported currently."],"9kIgHE":["This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet."],"9lqqpY":["Invalid email address."],"9oP21f":["My vote"],"9oq2rm":["Functions with retrievable ownership"],"9q+I38":["Your voting power"],"9r9nwF":["Identical"],"9sjcnZ":["Disconnected."],"9tG0uf":["Please verify your social account"],"9uYu7e":["You haven't uploaded any files yet."],"9w2hgY":["Paste manually"],"9xaUMG":["General user"],"A+Ijr2":["Close [Check Security]?"],"A0VzMm":["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."],"A1bmDM":["No verified account found here."],"A1taO8":["Search"],"A3Ndml":["Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop."],"A4vJQr":["Set your NFT as profile picture with exclusive aura."],"A6JChW":["The transaction was complete and has been recorded on blockchain at ",["0"]],"A9tojF":["Incorrect password"],"AElxM7":["Transfer ",["0"]," NFT."],"AJNYYr":["Refund Lucky drop"],"AKLbfQ":["Restore Database"],"AMJWWT":["Likely in < ",["estimateSecond"]," seconds"],"ANYjcp":[["shareWithNum","plural",{"one":["1 friend"],"other":["#"," friends"]}]],"ANk/Zy":["Incorrect Backup Password"],"AOPSKq":["Deposit ",["0"]],"ASNDad":["Hide ",["name"]],"AV+9wg":["Re-enter"],"Ah4d0u":["Security Detection"],"AjVXBS":["Calendar"],"Ap948/":["Listed"],"Appw6V":["No NFTs found."],"Aq+O0x":["status"],"AuXfDa":["Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards."],"AuvDq6":["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"],"AwQpq/":["Click on the down-arrow to see the private key."],"AxPAXW":["No results found"],"AxdOHo":["Pair"],"Axp2cZ":["24 Hour Trading Vol"],"AyLiVq":["Scan QR code to receive payment"],"B1T4nn":["Confirm the Lucky Drop"],"B6C0XJ":["No Data"],"B8B8TU":["Verified by ",["0"]],"BAvIGC":["Withdraw token"],"BFhvNB":[["0"]," ",["1"]," NFT contract successfully."],"BMCVM3":["Wallet Sign"],"BQHQ9v":["No websites connected to this wallet"],"BQi2Kk":[["0"]," were claimed"],"BUXiPs":["This Chain ID is currently used by the ",["0"]," network. "],"BWSJkS":["No Airdrop Scam"],"BXixGM":["Use Persona to encrypt and decrypt social media posts & messages."],"Ba6uFH":["Create your NFT Lucky Drop."],"BaU+dx":["Connect your social platform accounts."],"Baj2MJ":["Savings"],"BaoXTT":["<0>Powered by<1>OKX<2/>"],"BiGQfG":["Transaction Hash"],"BkN2qg":["<0>Service Agreement and <1>Privacy Policy"],"BmN4Bk":["Aggregator"],"ByAMF+":["Risk Warning"],"ByPj1d":["Request ID"],"BzEFor":["or"],"BzfzPK":["Items"],"C0JhYS":["Change Network"],"C2/uLW":["Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned."],"C3Wgzy":["You have claimed ",["0"]," $ARB."],"CCIrQ8":["Fake Token"],"CE+M2e":["Info"],"CEk7Nc":["At least 6 characters"],"CFPbpH":["The new passwords don't match"],"CJviCK":["<0>",["user"]," proposed"],"CK1KXz":["Max"],"CMHmbm":["Slippage"],"CMfM6C":["No Enough Gas Fees"],"CP3D8G":["Progress"],"CT10+i":["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."],"CTSEx8":["<0/> publish a post on ",["0"]],"CU3U3d":["Try to recover"],"CWsYB3":["Welcome Back"],"CXHRbe":["Wallet request timed out"],"CYRJEX":["Owners"],"CZSWya":["NFTs added"],"CZmSbe":["Request is valid not before"],"Cf/0to":["Data source is retrieved from ",["0"],"."],"Citz6F":["Exchange"],"CkLMZ2":["File delete failed"],"CmMDVW":["<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction."],"CpciBt":["Switch to Polygon and Follow"],"CtByM7":["Connect Wallet"],"Cwxng+":["Supported formats: JPEG, PNG<0/> Size limit: ",["0"]],"Cy19fm":["View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline."],"CygwLN":["Swap completed successfully."],"Cz6Lx7":["Encryption Method"],"D79cZK":["Instant"],"D9iWaX":["Please check ToS document"],"D9za/8":["Missing dex contract address"],"DA2uGM":["Click the application icon to hide in the App list."],"DAFhfT":["There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"DC3sw8":["Two entered passwords are different."],"DHhJ7s":["Previous"],"DKBbsW":["Gas price must be greater than 0 Gwei."],"DPfwMq":["Done"],"DYoO0m":["Token quantity greater than"],"DdUFp+":["The transaction was confirmed at ",["0"]],"Dk6Non":["Whitelist function"],"DkHkqH":["Recommended dimensions: 1016 × 672 px"],"DnmyoA":["Priority fee should be greater than 0."],"DoQ5Lj":["RPC URL"],"Dpe+e3":["Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet."],"DtZDW+":[["0"]," (UTC+8)"],"Du6bPw":["Address"],"DuIDTw":["To verify your X account and record it on the NextID, please send this post for the verification."],"Dz56Ua":["Encrypt"],"E399AQ":["<0>",["user"]," bridged <1>",["amount"]," ",["symbol"]," from <2>",["source"]," to <3>",["target"],""],"E6HGuD":["Check out the official website"],"E6Sqiu":["Failed to load ",["0"],". Click to retry."],"E6YUtc":["Merge to Browser"],"E7prOW":["<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature."],"EBC6hj":["Local Backup"],"EGWr+Q":["Web3 Profile Card"],"EJRk0x":[["gasOptionType","select",{"slow":["Slow"],"normal":["Average"],"fast":["Fast"],"custom":["Custom"],"other":[]}]],"ELQ256":["Make another Swap"],"EMLHjH":["More Details"],"ENIvoT":["Please set up the amount of time before we automatically lock your wallet."],"ERYJcj":["Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers."],"EStYiZ":["No proxy"],"EVFPUv":["Transfer NFT"],"EYwKb0":["Gas Price (GWEI)"],"Ea4oxV":["Follow System"],"EbE80y":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post."],"EbVCxG":["<0/>",["txType","select",{"deploy":["deployed"],"execute":["executed"],"other":[]}],"<1/>"],"Eda+dy":["🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ",["encrypted"]," to send your first encrypted tweet."],"Eefe1a":["The input is not a single file."],"EfAke+":["<0>",["user"]," voted for <1>",["option"]," on <2>",["platform"],""],"Eh4m6e":["<0>USD Value<1>$",["0"],""],"Enb3Qk":["You claimed 1."],"EoKe5U":["Domain"],"EsKgLS":["Click here to have a quick start."],"Ev2r9A":["No results"],"EwiD7E":["Confirm Payment Password"],"F/pYeX":["Create NFT Lucky Drop"],"F3bW6y":["Platform"],"F4Igxz":["Quote route"],"F7U8uz":["Creating your **wallet**"],"F8VT6y":["Failed to transfer NFT."],"F8Wc3I":["Drag & Drop your file here"],"FAKSZG":["Add google Drive"],"FC17bL":["<0>Powered by <1>Mask Network"],"FGceVy":["Owner can't change balance"],"FMQ6p2":["You've already claimed the lucky drop"],"FR2cx3":["Anti_whale(Limited number of transactions)"],"FY2gWe":["The contract address is incorrect or the collection does not belong to you."],"FZg3wM":["Operation"],"FfJy7A":["Manage Network"],"FgAxTj":["Log out"],"Fgyfqo":["Amount Each"],"FiKDfi":["Failed to unlock NFT contract."],"FiYmUY":["No associated accounts"],"Fim3FY":["Download https://mask.io to try more powerful tools on Twitter."],"Fn9Tvh":["Volume (24h)"],"FnQek5":["Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request."],"FnjSI+":["Not current account. Please switch to this account to set up NFTs Profile."],"Fs/bd5":["Invalid Block Explorer URL."],"FzzpXs":["Sale ends in ",["0"]],"G+XYfT":["Do you want to delete file <0>",["0"],""],"G4NrhP":["Persona created."],"GAZNIW":["Price Statistic"],"GAvnvl":["Payment Password"],"GDe4XX":["Please connect wallet to check if you are eligible to claim $ARB."],"GEL05h":["WalletConnect"],"GExRUL":["Backup password"],"GHvzdC":["No content for the last two weeks."],"GK6Tzr":["Persona Sign"],"GLDuz6":["May be a honeypot."],"GRLMKx":["Winners"],"GS+Mus":["Export"],"GS0ldX":["Unsupported network type"],"GShMK6":["Refunding"],"GTJCth":["The contract owner is not known to be able to modify the balance of the token of other addresses."],"GWCG6Y":["Copy image"],"GWKfFr":["To use Lido, you need to wait ",["0"]," days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1."],"GWMpIa":[["0"]," Risky factors"],"GXhrYw":["1. If you haven't installed the ",["name"]," Wallet"],"GXsAby":["Revoke"],"GZzKYx":["Buy Tax: ",["0"]],"GaH2JF":["Suggest to send transactions and sign messages"],"Gia1VG":["Web3 File Service"],"Gmmd6d":["Verify your X ID"],"GrTvoo":["Transaction in progress. Thank you for your patience."],"GtJJAj":["Add Wallet"],"Gw91G1":["This request should only be sign in the future."],"GyvZPz":["Token ID should be separated by comma, e.g. 1223,1224,"],"H1v3zR":["Insufficient ",["0"]," Balance"],"H8rw2f":["(the name is set by the web site)"],"HCKlXm":["Token Contract Address"],"HF6C2L":["Phone Number"],"HFVck2":["Lucky Drop with ",["0"]," refunded."],"HGTZAO":["Step 2/2"],"HH25qd":["No wallet selected."],"HIq3th":["Cannot switch to a unknown network."],"HKH+W+":["Data"],"HTX2HV":["Minimum received"],"HVRhUV":["By proceeding you agree to the"],"Hp1l6f":["Current"],"HpK/8d":["Reload"],"HqiAyF":["Gwei"],"HvDfH/":["Imported"],"HvUm3m":["Choose and show your Web3 footprints on X."],"I4caYo":["Invalid verification code."],"I5kL4f":["Activity Log"],"I7z//Y":["Trading route"],"IBAx3U":["Kept safely"],"IF7RiR":["Cover"],"IGbphl":["Unlocking ALL..."],"ILvrUp":["Unlikely to be a honeypot."],"IMX4sR":["Blacklist function"],"IQ3gAw":["Upload File"],"ITBQO3":["Max priority fee must be greater than 0 GWEI"],"IUG86v":["The Persona is connected to the account @$",["0"],"."],"IUp08P":["The current wallet does not hold a lens and cannot follow/unfollow"],"IX1M/E":["Floor price"],"IXbRbM":["Choose another wallet"],"If2v4h":["Lucky Drop"],"IhnvgP":["Change to EVM Wallet"],"ImhKg5":["Could not fetch chain ID. Is your RPC URL correct?"],"IoAuJG":["Sending..."],"IrI9pg":["End date"],"Iu4Ja9":["Please enter token contract address."],"J05/Al":["Set NFT NFT Background"],"J0LAHU":["Refund"],"J0Mxpc":["The ",["0"]," is in progress. You can check its status in History after exiting this page."],"J24FyN":["Bridge"],"J2eKUI":["File"],"JA8K9s":["Unpacking"],"JGds+N":["Lack of number, letter or special character."],"JGpseC":[["0","plural",{"one":["This domain is"],"other":["These domains are"]}]," currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"JLiwYz":["Mask Network requires the permission of following websites before using it."],"JOP9uZ":["Transaction has been rejected!"],"JPHuMW":["Swapping"],"JUcj/I":["Switch X Logo"],"JXJlYD":["Set Your Persona Name"],"JbKZsv":["Scan the QR code with a WalletConnect-compatible wallet"],"JeHCi7":["No function found that retrieves ownership"],"JfI60y":["Incorrect Payment Password."],"Jg5pf7":["Current base fee is ",["0"]," Gwei"],"JiIKww":["Advanced Settings"],"JlFcis":["Send"],"JlIzk8":["Browser File"],"Jnjbl3":["You need to follow <0>@",["twitterHandle"],""],"Js4Nk0":[["0","select",{"finding_post_key":["Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you."],"finding_person_public_key":["Mask is looking for the public key of the author..."],"other":["Mask is decrypting..."]}]],"JuVC24":["Deposit token"],"JwzZmt":["to <0>",["toAddress"],""],"K1tshY":["Failed to download image"],"K5a6t1":["Persona already exists."],"K7tIrx":["Category"],"K8jCIB":["Data backed up successfully!"],"KAS4UW":[["0"]," Attention factor"],"KCeSRZ":["We will need to verify your Twitter account and record it on the NextID. Please post it for validation."],"KFYFgI":["Wallet sign failed."],"KFwID2":["Restore Failed"],"KGHnSc":["Lock Wallet"],"KJGKkh":["EVM Chains only"],"KMgp2+":[["0"]," available"],"KPUGxy":["Random Amount"],"KRz1oj":["Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X."],"KTfagY":["Lucky drop with ",["0"]," created."],"KVAoFR":["unlimited"],"KVkke3":["Set NFT PFPs"],"KWeNH6":["Unlocking ",["hasSymbolName"],"..."],"KisOjk":["Restore or Login"],"Kj4oEm":["Generate a new persona"],"Kl9gHp":["Wallet Group #",["0"]],"KmQ25M":["Max priority fee is too high for network conditions."],"KnidLU":["Not Connected"],"Ko4L/B":["The receiving address is a contract address. Please check again."],"KojyJ4":["Wrong Network"],"Koz2Rg":[["0","plural",{"one":["Action"],"other":["Actions"]}]],"KtMMzG":["Wallet disconnected"],"KwJJLb":["<0>Powered by <1>",["0"],""],"Ky09J8":["Previous follow transaction is in processing, please wait and try again."],"KziH2K":["Fast"],"Kzu9r9":["24H Traded Volume"],"L+bpwv":["Please set up backup password to export private key."],"L4vN0F":["EVM"],"L82H5Z":["Creating your **identity**"],"L87Mfu":["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."],"L96aan":["View full transaction details"],"LBtfmO":["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."],"LJkXYZ":["Create New Mask Identity"],"LLf+t1":["No deposit protocols found."],"LNItR6":["You have set NFT PFP successfully."],"LP+1Z7":["Add Network"],"LSwUJb":["Select Liquidity"],"LU3p9s":["Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account."],"LWJCIn":["Connected sites"],"La9ArN":["<0>Powered by ",["publisherNode"]],"LcET2C":["Privacy Policy"],"LcZh+r":["Unsupported data backup"],"LhMjLm":["Time"],"Lho4Qd":["DSearch"],"LiE5z4":["Max base fee should be greater than 0"],"LigbuA":["In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension."],"LkYKvc":["Please select the correct words in the correct order."],"LqWHk1":["Hide ",["0"]],"Lx4CpL":["Wallet name must between 3 to 18 characters."],"Lz7CzN":["No mint function"],"Lzo8mb":["Claimed: <0>",["claim_numbers"],"/",["total_numbers"]," <1>",["0"],"/",["1"],"<2><3>",["tokenSymbol"],""],"M0FgOk":["Add Contact"],"M1RnFv":["Expired"],"M1ts1r":["View your address"],"M24E85":["This address is a contract address."],"M4g1UJ":["Contract Interaction"],"M7ZGdw":["2. If you have installed the ",["name"]," Wallet"],"M9OYUo":["Please try again if you failed to vote."],"MC00Lm":["Scan QR code with WalletConnect-compatible wallet"],"MEIAzV":["Unnamed"],"MKEPCY":["Follow"],"MOHcKb":["Enter a max priority fee"],"MQ9hQ4":["DAO"],"MR/0Va":["All Mask Network users"],"MTqQMG":["Not set"],"Mh3RsB":["Best Wishes!"],"Mi8ATZ":["The token approval revoked."],"Midntl":["Download report"],"Mm1aH+":["Proxy contract"],"MpnSqP":[["0"]," Pending"],"MqdtT5":[["0"]," Bridge Network fee"],"MyjAbr":["Resend"],"N/fqDa":["Ens or Address(0x)"],"N0YrmD":["Valuables"],"N0tcou":["Claiming..."],"N2DUxS":["Insufficient Balance"],"N2S1rs":["Empty"],"N2aeX8":["No valid wallet detected. Please connect wallet or verify wallet firstly."],"N40H+G":["All"],"N5GKfB":["Tax cannot be modified"],"N6/RZd":["Sorry, failed to save NFT Avatar. Please set again."],"N931rj":["Your transaction should be done in <0/>"],"NERSN2":["or Holding NFT"],"NJbBmC":["Switch Twitter Logo"],"NOi+Fr":["This QR includes your identity, please keep it safely."],"NTnXx/":["<0/> unapproved <1>",["0"],""],"NVt/wW":["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"NWqhru":["Reselect"],"NZ7wlC":[["0"]," Holder"],"Na6Ytj":["Change NFT PFP"],"NaZTE7":["Incorrect Mnemonic Words."],"NdlvGd":["Claim Details"],"NfxOUe":["Enter Total Amount"],"Ng063n":["Donate"],"Nhp9Kw":["Exceeded the maximum file size of ",["fileSize"],"."],"NkgvWN":["Logout failed"],"NloaHG":["Backup Password"],"Ns5WaC":["No backups found"],"Nu4oKW":["Description"],"NwibRO":["Supported contracts"],"NzlE6O":["By granting permission, you are allowing the following <0/> contract to access your NFTs."],"Nzm8dm":["Example: Alice"],"Nzwli2":["Base"],"O2XHf2":["Check ",["providerName"]," to confirm connect."],"O3Nzf+":["Bridge between this token pair are't supported at the moment."],"O3oNi5":["Email"],"O86J+j":["This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud."],"O8PsYe":["Add the file to Chrome's database"],"OAZ+tI":[["attentionFactors","plural",{"one":["#"," Attention item"],"other":["#"," Attention items"]}]],"OAfk3i":["Hash"],"OCJdad":["<0>To: <1>",["to"],""],"OLUEnY":["when you click Add Google Drive button,you will be forwarded to Google authorization pages."],"OLY2Jk":["Gas Price"],"OQEwR/":["Create Lucky Drop"],"OR475H":["Network"],"OcvI49":["No blacklist"],"OfhWJH":["Reset"],"OgPkDe":["Currency Symbol (Optional)"],"OgohfQ":["File Key: <0>",["0"],""],"OhgYJS":["Basic setting"],"OkofjH":["Recover"],"On0aF2":["Website"],"OsyKSt":["Withdraw"],"OuUyzz":["No contacts stored locally, you can try searching."],"OzSOpz":["Create a Privy wallet using an X account"],"P+K/3O":["Confirming"],"P7S/hC":["Max priority fee must be greater than 0 Gwei."],"P9wzG/":["Recovery"],"PByO0X":["Votes"],"PDW/HG":["Your Persona is on **ready 🚀**"],"PGdbc0":["Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com."],"PHM7OA":["Supported Sites"],"PI/VCJ":["Select the wallet(s) to use on this site. You should not connect to website you don't trust."],"PIG043":["Gitcoin"],"PLWaf6":["Create the Lucky Drop"],"PNZOzY":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"]," on <5>",["3"],""],"PRkIUI":["Gas Fee"],"PTXNyo":["Waiting for ",["providerType"]],"Pd3dlq":["Circulating Supply"],"PeT3a5":["You have successfully restored the backup from Google Drive to your browser."],"PiH3UR":["Copied!"],"PjBWOL":["Create your persona to get started"],"PlE+Fs":["Connect and Verify ",["0"]],"PsQmAw":["Everyone"],"Pt3n39":["No back up"],"PwjgPX":["Please create your persona to use Web3 Profile."],"Q0IFtx":["The custom amount entered may be higher than the required network fee."],"Q2lUR2":["Currency"],"Q68Nuc":["Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it."],"QF9SdB":["Split Mode"],"QHZRmq":["Sites"],"QHcLEN":["Connected"],"QJQd1J":["Edit Profile"],"QQPCqQ":["Backup Wallet"],"QRsMow":["Transaction Confirmed"],"QU9aqK":["You have signed with your wallet."],"QUBIav":["Failed to bridge"],"QWxok/":["Connect with Mask Wallet"],"QXDgyQ":["Please write down the following words in correct order. Keep it safe and do not share with anyone!"],"Qbo7Ev":["Write down mnemonic words"],"QcVZFH":["Step ",["step"],"/",["totalSteps"]],"Qd0xFm":["Refund your expired Lucky Drop."],"QowPFh":["Collectibles"],"QpgBEp":[["0"]," days"],"QsVbHo":["Sending address"],"QyZU8V":[["riskyFactors","plural",{"one":["#"," Risky item"],"other":["#"," Risky items"]}]],"QypSt2":["Update X.com Permissions"],"Qz8niP":["You may lose your assets if you give approval to the website of this token."],"R/Pfmp":[["amount"]," ",["0"]," tips sent."],"R2K7XH":["Account successfully connected to persona"],"R9aEN5":["Send ",["0"]],"RCBmDP":["Follow @masknetwork to explore Web3."],"REeHKm":["<0/> ",["txType","select",{"trade":["traded"],"mint":["minted"],"other":["traded"]}]," <1>",["0"]," ",["1"]," for <2>",["2"]," ",["3"],""],"RH8jSA":["Merge data to local database"],"RHSlVw":["Follow @masknetwork (mask.io) to claim NFT lucky drops."],"RL5m+x":["Generating your **accounts**"],"RLBjfU":["Attached File: ",["name"]," (",["size"],")"],"RNfEI8":["You canceled the request."],"ROWd/9":["Leave blank to allow any amount; enter a number to set a minimum holding requirement."],"ROWeBX":["Followings"],"ROsDRH":["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"],"RRw7LE":["Identity ID"],"RUYsn0":["Clear All"],"RW1HJz":["The receiving address may be a malicious address."],"RWoEqV":["Failed to transfer token: ",["message"]],"RZOA0N":["Find Mask Network in the extension list and click the <0/> button."],"RdfrN2":["Mint Address"],"Re7Oex":["Transaction submitted."],"RhCL4z":["Max amount"],"RiLzWA":["Please switch to this network in the mobile application wallet you are connected to."],"RiQQyz":["This allows the third party to spend ",["value"]," ",["0"]," from your current balance."],"Rm3JCH":["File name must between 3 to 20 characters."],"RqRRf6":["Created by <0>",["0"]," • <1>Website"],"RrGhwo":["File ",["0"]," deleted."],"RuO5md":[["seconds"],"sec"],"Rx8sxX":["Select liquidity"],"RxlKnY":["Lens"],"Ry8TiY":["Create Smart Pay wallet"],"S0CsaV":["Create a New Wallet"],"S0vyIh":["Owner changed."],"S2JNMm":["Your file has been successfully restore into the browser data."],"S33tz3":["Not connected"],"S6Qdlo":["Scam Warning"],"SDrb6I":["Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account."],"SGVkVp":["Two entered passwords are not the same."],"SIrUT3":["Grant access to your ",["0"]," for the Lucky Drop Smart contract. You only have to do this once per token."],"SLEDBF":["Failed to add the wallet, please try again."],"SNZM71":[["0"]," withdrawn."],"SREKz9":["Report NFT Scam Contract?"],"SUqBr9":["Refund ",["0"]," ",["tokenSymbol"]," Successfully"],"SX2UXi":["Your vote has been successful."],"SYGo/R":["Import Wallet"],"SYgxDf":["Slow"],"Sfu/we":["Failed to delete, please try again."],"ShHV7X":["Cloud Backup"],"ShmUTn":["Add a Custom Cover"],"Sitstz":["Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund."],"Sjplg3":["View on Explorer"],"SlxhDh":["Verify your wallet"],"Sp69uH":["The web site can"],"T0W3Z8":["Insufficient funds for gas."],"T0Y2+3":["Select a token"],"T3EPqL":["Max base fee"],"T3dlAs":["Quote expired. Update to receive a new quote."],"TA4fAr":["The wallet name already exists."],"TFEJcT":["Set NFT PFP"],"TIIaK1":[["2","select",{"approve":["<0>",["user"]," approved ",["0"]," to <1>",["contract"],""],"revoke":["<2>",["user"]," approved ",["1"]," to <3>",["contract"],""],"other":[]}]],"TJt1iY":["Decentralized social graph protocol for user-centric Web3."],"TNFd5O":["View real-time crypto prices, market cap, trading volume, etc."],"TP9/K5":["Token"],"TRoDRd":["Failed to deposit token."],"TYTRNP":["Eligible to claim"],"TZDLPg":["Claimable"],"Tfxac6":["This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"Tg003Y":["Connected wallets settings"],"Tl3Zls":["This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee."],"TnHNX9":["Update permission for X.com"],"ToePai":["Spend limit requested by"],"TppkTk":["<0>",["user"]," carried out an activity to <1>",["target"]," on <2>",["platform"],""],"TpqeIh":["Error: ",["0"]],"Tuc34V":["Confirm Bridge"],"Tx/jsw":["Do you need to paste encrypted content manually?"],"Tz0i8g":["Settings"],"TzarJw":["Bridging"],"UBzbea":["Recover your wallet"],"UDKbPj":["Your file has been successfully merged into the browser data."],"UFzLh1":["When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ",["0"],". Please reduce the number of NFTs selected."],"UO7xDp":[["0"]," Pool"],"UPJjXF":["Network error, try again: ",["0"]],"URAE3q":["Paused"],"URmyfc":["Details"],"UUfXpm":["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."],"UWxJIW":["Powered by Celer Network. Support $MASK!"],"UXBK7e":["<0>",["user"],"sent",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"to <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"UaXeX3":["Okay"],"UbRKMZ":["Pending"],"Udf/Es":["Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network."],"UfJmJU":["Invalid slippage tolerance."],"UjJCIX":["Contract source code not verified"],"UjRxho":["Persona Recovery Phrase"],"UmVZrM":["Failed to create Lucky Drop."],"UpqenY":["We recommend new Web3 users to keep [Check Security] open."],"UqJ0W/":["Cancel Transaction"],"Usynqd":["Gas price is too low and will cause the transaction fail"],"UtKGok":["Backup Persona"],"UvJiVZ":["There's no feed associated with this address."],"UxJ2jd":["Display Snapshot proposals on the X of the respective project or protocol."],"UxYZfY":["Revoke the approval for ",["0"],"."],"V+1pjj":["Back Up Your Data Your Way"],"V+ZuGt":["You claimed ",["0"]," $",["1"],"."],"V6YDUB":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"],""],"V6wYl1":["Total amount"],"V8j2d/":["App list"],"VAOn4r":["Unlock"],"VECuJk":["Wallet Account"],"VHShJf":["Please click Browse Files button to select files to upload."],"VHVdS1":["No votes"],"VP4HYe":["Next.ID"],"VSx1eg":["Max priority fee"],"VbeIOx":["Author"],"VcPDSd":["Unsupported key store data"],"VdhBp2":["The chainID is not equal to the currently connected one."],"VdkQUC":["Please sign up or login ",["siteName"]," to connect Mask Network."],"Vj7ma7":["Support mnemonic phrase, private key or keystore file."],"VlpdUm":["Use NFT"],"VsHxv+":["Copy text"],"VvGC/Y":[["0"]," Network fee"],"VvPeyR":[["0"]," unlocked"],"VzQ7uf":["Unknown EIP-4361 message version."],"VzQOL2":["This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap."],"W0uonA":["This QR includes your mnemonic words, please keep it safely."],"W2es+t":["Oops, it seems you don't have any voting power at block ",["0"],". <0>Learn more"],"W5OcTk":["No approved contract records."],"W7e3zN":["Are you sure to remove the connected wallet <0>",["0"],"?"],"W7rMXF":["Failed to send token."],"WAjFYI":["Start date"],"WDcQq9":["Unlisted"],"WKG5E8":["You need to hold at least ",["quantity"]," of any of the following tokens."],"WLMjwL":["Confirm to hide ",["0"],"? You can redisplay it by re-adding this token at any time."],"WS7EYf":[["0","select",{"Post":["<0/><1>",["handle"]," published a post on <2>",["1"],""],"Comment":["<3/><4>",["handle"]," made a comment on <5>",["2"],""],"Mirror":["<6/><7>",["3"]," mirrored a post post by<8/><9>",["handle"]," on <10>",["4"],""],"Quote":["<11/><12>",["handle"]," quoted a post post on <13>",["5"],""],"other":["<14/><15>",["handle"]," post stuff on <16>",["6"],""]}]],"WWPi4P":["Incorrect wallet address."],"WY8amq":["Invalid number"],"WZcvLm":["Follow Now"],"WeNxrL":[["0"]," Attention factors"],"Weq9zb":["General"],"WmXCMa":["Switch other account"],"Wqoa0p":["Connect Persona"],"WqzYn1":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"]," to <2>",["project"],""],"WsNUie":["Claimed: <0>",["0"],"/",["1"]," <1>",["2"],""],"Wvnsx1":["Auto-lock"],"Wy16g8":["Gift crypto or NFTs to any users, first come, first served."],"X0PXso":["Swap duration"],"X200Sr":["Forgot payment password?"],"X3X0nY":["You may have ",["0"],"% less received with this level of slippage tolerance."],"X6ujRd":["Be aware, check the token before adding it."],"X8N33g":["Transaction history is only stored locally and will be deleted if you clear your browser data."],"X8w6bW":["Enter Max spend limit"],"XA8JXM":["Add NFTs"],"XB3tfc":["Encrypting your **data**"],"XC7RGa":["Recover your data"],"XDtQ7t":["Display the following address on your Web3 profile page and use it to receive tips."],"XGRJzS":["Open in a new tab"],"XGqAnD":["This token contract has code that prevent selling. This might is a honeypot."],"XQDdOC":["No friends are stored locally, please try search one."],"XQQx83":["<0>",["user"]," ",["0","select",{"supply":["supplied"],"add":["added"],"repay":["repaid"],"withdraw":["withdrew"],"collect":["collected"],"remove":["removed"],"borrow":["borrowed"],"other":[]}]," liquidity on <1>",["1"],""],"XUKicg":["Step 1/2"],"XYLcNv":["Support"],"XZ/B+f":["Don't see your NFT?"],"XcWehA":["Update Quote"],"Xftpm5":["Select Collection"],"XjDSdO":["Old Payment Password"],"Xlpdi1":["on ",["fromNetworkName"]],"Xprzee":["Enter a gas price"],"XrH+JC":["IPFS"],"XrlvqN":["Who can claim?"],"XsyYEe":["This NFT didn't have any activities."],"XyAmgg":["Add wallet"],"Y7N0Sj":["View your account balance and history"],"Y9mYPy":["Powered By ",["0"]],"YF8jon":["Ended ",["relativeEndTime"]],"YKSmxE":["Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts."],"YLObqx":["Equal Amount"],"YOacnL":["Tell friends what's happening..."],"YOnK5s":["<0>",["user"]," registered ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an ENS "],"other":[]}],"for <3>",["costValue"]," ",["costSymbol"],""],"YPNSH3":["Connect Solana Wallet"],"YSi9PS":["Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events."],"YW51YO":["24H sale"],"YXIpYp":["Please verify the current persona with a social media account before using dApps."],"Yckw2R":["Fiat On-Ramp"],"YdCB5X":["Copy private key"],"YiPiv6":["There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"YirHq7":["Feedback"],"YnqCPK":["Verify Account"],"Yp8yB4":[["0"]," to ",["1"]],"Ywu8Rl":["Please connect ",["0"]," and send a proof post before using dApps."],"Z/tioj":["Swap ",["0"]],"Z16qyu":["Persona Name"],"Z3+V9p":["Restore backup failed."],"Z33XCd":["Input contract address"],"Z3FXyt":["Loading..."],"Z3S6Dx":["Step 1/3"],"Z3y+8t":["Unsupported Network"],"Z6siIw":["Switch between the classic Twitter logo and the new one."],"Z7ZXbT":["Approve"],"Z8+FzC":["Connecting your ",["providerType"]," wallet"],"Z8G4E5":["Change to Flow Wallet"],"Z8lGw6":["Share"],"ZAVklK":["Or"],"ZDcdss":["Claim Conditions"],"ZHsD28":["Enable the plugin"],"ZIsLZh":["Size limit: 10 MB"],"ZK75iC":["Choose a Cover"],"ZKAj6+":["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."],"ZQbnxO":["No collectible found."],"ZQr5hT":["Unlock Token"],"ZSWUwq":[["0"],"m"],"ZSgQgC":["Max fee is too low for network conditions."],"ZTXjJ3":["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."],"ZTmzRV":["Highest Price"],"ZdnQsW":["<0/> interacted with <1/>"],"ZgFWrp":["<0>Powered by<1>Go+"],"ZhrWG1":["Create persona"],"ZrZMJ6":["Backup failed, <0>try again"],"ZsjtYe":["Failed to set Avatar."],"Zypku0":["By using this plugin, you agree to the <0>terms and the <1>privacy policy."],"a1S2x7":["Data source is retrieved from ",["0","select",{"other":[],"twitter":["Twitter profile and "]}],["sources"],"."],"a1SmQh":["Select Wallet"],"a23gJr":["Incorrect backup password."],"a33WQ+":["Download the ",["name"]," Wallet here"],"a4C0ak":["Insufficient Balance for Gas Fee"],"a4N/Bg":["Load More"],"a5t/N3":["Spend more transaction fees to cancel the previous transaction."],"a6ONsz":["Unlock ",["0"],"."],"a7u1N9":["Price"],"a9X8Om":["Failed to report spam."],"aAIQg2":["Appearance"],"aEgiLS":["contributions"],"aF8kci":["Creation Completed"],"aFJrEy":["You need to hold any of the following NFTs in your wallet."],"aFht5e":["Connected ",["0"]," with ",["walletName"],"."],"aTzTyw":["Add Assets"],"aVI2qx":["Click the application icon to list it on the App board."],"aYT9SD":["Max fee"],"acK3j2":["Input your Private Key"],"agPptk":["Medium"],"ah8/4v":["Floor Price"],"ahNa7P":["NFT Holder"],"ahpgxl":["Please create a Persona and verify your account to use this."],"ai3VNq":["Connected Wallet"],"ajKdns":["This wallet address has already been connected."],"apl8rz":["Failed to withdraw ",["0"],"."],"aqop4L":["Check on Explorer"],"awW7ak":["Remove Wallet"],"ayxkVX":["Transaction"],"b+scYY":["Requesting Connection"],"b/mMOj":[["0"]," ",["1"]," approval successfully."],"bBzHQT":["Input amount is below the minimum amount"],"bD8I7O":["Complete"],"bEPPWi":["Connect Flow Wallet"],"bGMpPD":["Unlock NFT Contract"],"bIpwjD":["My Wallets"],"bKGn4N":["<0/> minted",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]],"bLJivk":["Select an NFT Contract Owner"],"bLmWH9":["Bridge anyway"],"bLqb2p":["<0>Latest offer at <1>$",["0"],""],"bLvQvN":["Library:"],"bQXBhp":["Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves."],"bTQliy":["This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account."],"bUUVED":["Asset"],"bapItf":["Incorrect Backup Password."],"bassMa":["Incorrect cloud backup password, please try again."],"bbS8qf":["1 NFT claimed."],"bdIrOO":["Verification code has been sent to your email. Please check your mailbox."],"bfNmSO":["Set payment password successfully."],"bnfo6T":["Sent verification post successfully."],"bnuQy5":[["0"]," files selected"],"bwlRe8":["Selecting NFTs"],"c+Fnce":["Sign"],"c+XaKf":["<0>",["formattedUser"]," ",["0","select",{"follow":["followed"],"unfollow":["un-followed"],"other":[]}]," <1>",["other"]," on <2>",["1"],""],"c19z3W":["Available Balance"],"c2MkCo":["Payment password must be 6 to 20 characters."],"cD0wgO":["Do you want to remove the verified association between the X account @<0>",["0"]," and ",["1"],"?"],"cFDjd3":["Transaction type"],"cJv4Ca":["Connecting operation cancelled in third-party wallet."],"cM1qH2":["Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media."],"cNJNBU":["Get optimized search results when you're looking for a token."],"cQYjZe":["To verify your X account and record it on the NextID, you will need to send a post for the verification."],"cVit2/":["Please set the backup password to back up"],"caP+Xq":["Crypto Holder"],"cbzSv5":["Max fee should be greater than base fee of ",["0"]," Gwei."],"chL5IG":["Community"],"clw/Xh":[["0"]," sent."],"cm4E8+":["Experience in X"],"cmKQl+":["Failed to save the file. Please try again."],"cmNbUB":["Not found your ",["providerType"]," wallet"],"cnGeoo":["Delete"],"crVIc7":["Locale Backup"],"ctb8Cs":["Dex/Est received (",["0"],")"],"cvCD4e":["Contract Creator"],"d0aemb":["Please create a persona for accessing Dapps."],"d6nk2t":[["0"]," Platform costs"],"dAMTl9":["This RPC URL is currently used by the ",["0"]," network"],"dCpOJ5":["<0/> approved with <1/>"],"dCvyk/":["Change another account and try again."],"dEgA5A":["Cancel"],"dXFgcm":["Transfer Token"],"daEP1M":["Token info"],"dajsth":["Incorrect Keystore Password."],"du/tmd":["Create your Lucky Drop."],"dyNKut":["Browse Files"],"dzAth+":[["0"]," ",["1"]," swap completed successfully."],"e0E1XI":["Max Fee (GWEI)"],"e1vdXO":["Arweave"],"e34ZOD":["Waiting time"],"e3I0CA":["Failed to restore the backup: ",["0"]],"e3hCsY":["Lido Exchange Rate"],"e4yrZ/":["Token Address"],"eC1gV9":["Invalid file type"],"eDT+Oh":["The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets."],"eE0JZ4":["Version"],"eEeK5j":["<0>Expires in ",["0"]],"ePK91l":["Edit"],"eWczg7":["Just Me"],"eaLSW8":["Persona name must between 1 to 24 characters."],"ecqLr0":["I just tipped a ",["NFT_Name"]," to @",["recipientUserId"],"'s ",["0","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["recipientAddress"],"\n\nInstall https://mask.io/download-links to send your first tip."],"eeYVJ5":["Be careful what you visit and sign!"],"ejVYRQ":["From"],"elyK4N":["Failed to unlock token contract."],"eoeq4k":["<0>",["user"]," made a comment on ",["platform"]],"ep2Wyh":["1 ",["0"]," tips sent."],"erRCKP":["File saved"],"es4h+b":["Swap Anyway"],"ezYNcH":["Pin Mask Network to the toolbar for easier access:"],"f5AidZ":["Write down recovery phrase"],"f61qKX":["Deploy a SmartPay wallet on Polygon network."],"f6pX67":["<0>0 Followers <1>0 Following"],"fDP2k4":["Change Payment Password"],"fFGPy6":["Or create a new wallet group"],"fFYJ8f":["Welcome to use Mask Network"],"fL7WXr":["Applications"],"fRQP7E":["<0>Granted to <1>",["0"],""],"fRUjl7":["Please switch to <0>@",["expectAccount"]," to continue the account verification progress."],"fUn3xA":["Generate a new wallet address"],"fc4PdK":["The RPC URL you have entered returned a different chain ID (",["rpcChainId"],"). Please update the Chain ID to match the RPC URL of the network you are trying to add."],"fdqDgM":["Ended on <0>",["0"],""],"fiPesM":["Method"],"fj5byd":["N/A"],"foOw00":["Balance(",["symbol"],")"],"fqDzSu":["Rate"],"fsBGk0":["Balance"],"fsUPaG":["Congratulations"],"fvRGyC":["Trying exploring more features powered by Mask Network."],"fx6pOQ":["Balance: <0/>"],"fza4cg":["Import Wallets"],"g/1WbH":["from <0>",["fromAddress"],""],"g/i+bG":["Transaction rejected"],"g2UNkE":["Powered by"],"gC2WI+":["Persona"],"gERRYE":["Artblocks"],"gHM62X":["Payment password changed."],"gM+Nj7":["Are you sure to report ",["0","select",{"hasName":[["1"]],"noName":["this NFT"],"other":["this NFT"]}],"? After confirmed, this NFT will be marked as spam."],"gT+8Dk":["Confirm to hide ",["name"],"? You can redisplay it by re-adding this NFT at any time."],"gUuuBi":["Check Security"],"gVfVfe":["Contacts"],"gWcGl/":["Your wallet cancelled the transaction."],"gdnEab":["Incorrect recovery phrase."],"ggdga4":["The user has not set this."],"ghVDTt":["rounds"],"ghZx62":["Unlock token"],"gk7J2q":[["0","select",{"other":["<0>Size limit: ",["fileSize"],""],"omit":[]}]],"gkLviK":["This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"gmOW42":["ENS or Wallet Address"],"gnSRSG":["Hiding Scam Transactions"],"gp6A8z":["Authorization Failed"],"gtdJ43":["My wallet"],"gwuMzD":["<0>",["user"]," appointed a proxy on <1>",["platform"],""],"gxV9O8":["Cast your vote"],"h/b9lY":["No followers."],"h0qYUk":["Search with an ENS domain or wallet address to get optimized results."],"h3bIHg":["Disconnect Social Account?"],"h53LoU":["Social Account"],"h5Dtc5":["funding received"],"h69WC6":["Sent"],"h7+V7K":["Backup & Recovery"],"hEpXzO":["Welcome to Mask Network"],"hG89Ed":["Image"],"hHLRGW":["Hide tokens with value less than $1"],"hRWvpI":["Claimed"],"hRtIgr":["APP list"],"hTbvD9":["Sorry, you are not eligible to claim $ARB in this campaign."],"hUF4dG":["Backup password set successfully"],"hWUuAb":["Already following"],"hXzOVo":["Next"],"hYgDIe":["Create"],"he3ygx":["Copy"],"heVBR8":["Enter Amount Each"],"hehnjM":["Amount"],"hg5QeV":["Total cost"],"hhtbAs":["Unfollow lens handle"],"hj39w+":["Loading failed due to Snapshot API service breakdown."],"hom7qf":["Claim"],"hpxXOD":[["context","select",{"approve":["<0>",["user"]," approved <1>",["amount"]," ",["symbol"]," to <2>",["contract"],""],"revoke":["<3>",["user"]," revoked the approval of <4>",["amount"]," ",["symbol"]," to <5>",["contract"],""],"other":[]}]],"hxHyfs":["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."],"hxdOdX":["Owner can change balance"],"hzTib5":["Select an NFT Contract Operator"],"i2x+p1":["Processing Withdrawal"],"i4umqX":["The following wallets are not installed or in conflict with others"],"i6OT6/":[["subject"]," has an error"],"i70ilP":[["0"]," NFT contract unlocked."],"iCb44o":["Created on: ",["0"]],"iF9x7r":["Trading mode"],"iH8itU":["Connect your wallet"],"iH8pgl":["Back"],"iJLEZF":["Show me how"],"iNIdDX":["Incorrect contract address."],"iPMIoT":["Enter an amount"],"iSLIjg":["Connect"],"iT0Qmd":["Transaction Failed"],"iTiwqa":["Asset is hidden."],"iZLoa2":["eg: X accounts, persona public keys, wallet addresses or ENS"],"ia3Lqp":["The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions."],"ie2c+s":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Welcome to join."],"ileX7U":["No recent transactions"],"imDvP9":["Gas limit must be smaller than ",["maxGas"],"."],"iobEyh":["By checking this box, I agree to ArtBlocks's <0>Terms of Service."],"iuCSJl":["This wallet is connected to current persona ",["0"],"."],"iuJFAy":["Low Risk"],"iwiSFA":["Similar Project"],"j2Uisd":["Approving"],"j2a+h4":["Past rounds"],"j4TRxD":["Select Address"],"j8MqhB":["CyberConnect"],"jEDiuG":["Network added"],"jICk7g":["There was a network or RPC provider error, please try again later!"],"jIWgmE":["Entered passwords are inconsistent."],"jJPsrT":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"jJrqb1":["Token Name"],"jK7nvW":["Failed to disconnect wallet"],"jRcH7y":["NFT Avatar Setting"],"jRfanQ":["Gas Used (Units)"],"jXWnN0":[["0","plural",{"one":["Strategy"],"other":["Strategies"]}]],"jZQU+o":["Originally posted by ",["0"]],"ja6Tyz":["Search with the name of an NFT collection or its symbol to get optimized results."],"jaH9PD":["Hi friends, I just created ",["token"]," Lucky Drop. Download Mask.io to claim."],"jas0vv":["Disconnect all accounts"],"jbc0gF":["Create Password"],"jeLXsu":["Who can claim"],"jfJkBQ":["Gas price is too low for network conditions."],"jh0i4n":["Confirm this transaction in your wallet."],"jhoAzY":["Mask Network Cloud"],"jjCXPD":["Starts ",["relativeStartTime"]],"jpctdh":["View"],"jt/0L2":["You've saved ",["0"]," to Web3 file service."],"jt/cjR":["Safety Warning"],"jtExaD":["Not supported yet."],"jygqM9":["Loading account information..."],"jzLzy/":["No whitelist"],"k/sb6z":["Select language"],"k/vATR":["Token unlocked"],"k0USDt":["Account connected.<0/><1/>Try to explore more features powered by Mask Network."],"k1pJQo":[["0"]," network is not added to the wallet. Please add it and try again."],"k28Qhe":["Failed to save file"],"k57+C7":[["walletLength","plural",{"one":["#"," Wallet"],"other":["#"," Wallets"]}]],"k7u9V5":["Incorrect words selected. Please try again!"],"kCAzy/":["Collection Approval"],"kG0n0M":["Network error or user cancels the process."],"kHDhjV":["I just claimed airdrop with ",["amount"]," ",["0"]," on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities."],"kKY8Re":["The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"kPQQEW":["Enter an Amount"],"kV9Qeo":["You have donated ",["0"]," ",["1"]],"kWJmRL":["You"],"kbfp5m":["Visible To"],"kdW3qS":["Nonce"],"kePpfU":["Update NFT Avatar Success!"],"kf/5Ap":["Explore multi-chain dApps."],"kf83Ld":["Something went wrong."],"kg/ict":["Lucky Drop claimed."],"kj3M8S":["Deposit"],"kjBSDT":["<0>",["user"]," minted ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}],"for <3>",["value"]," ",["symbolName"],""],"ks5OGD":["Contract"],"kx0s+n":["Results"],"l/UFPv":["Properties"],"l3s5ri":["Import"],"lCF0wC":["Refresh"],"lCHQzJ":["This address may be a scam address."],"lCfoWv":["Select NFTs"],"lDgVWA":["Receive"],"lET9my":["Mask needs the following permissions"],"lErh77":["Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance."],"lKldOY":["12-word recovery phrase is used to recover your persona data."],"lO/vMB":["OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly."],"lPJwNU":["Persona: ",["personaName"]],"lPsa94":["Merge Completed"],"lQXQKs":["Vote"],"lU6uRb":["Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility."],"lWOC+h":["Mask Network requires you to authorize the following websites before using it."],"ldI18s":["Minted:"],"lhvy2j":["Firefly"],"llLBQ1":["a token"],"lmYQuN":["At most ",["SOL_REDPACKET_MAX_SHARES"]," recipients"],"loCUuu":["Keystore"],"lqTDfd":["Slippage Tolerance"],"lqW7eD":["In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address."],"lr8uE3":["Holding ",["0"]],"lvL4x0":["Follow @masknetwork for Web3 updates and insights."],"lxJU2w":["Enter Number of Winners"],"lyjM6U":["Wait too long for the confirmation."],"m+uuUE":["Cross-chain"],"m/TPEz":["(beta)"],"m16xKo":["Add"],"m2OZMI":["Max fee cannot be lower than max priority fee"],"m2pyX2":["Buy Now"],"m3VOQq":["Current wallet does not support to interact with Lens protocol."],"m3XvO+":["Imported Wallets"],"m3akOw":["I just claimed a lucky drop from @",["sender"]," on Solana."],"m3cvPZ":["Payment password set."],"m3pz1u":["Insufficient ",["symbol"]," Balance"],"m64f3d":["Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead."],"mCB6Je":["Select All"],"mGHHf5":["After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips."],"mHWsOq":["Failed to confirm"],"mNUsxu":["Tx Fee"],"mPxxVq":["Enter a gas limit"],"mQpWAe":["Edit Contact"],"mT57+Q":["Go to Settings"],"mUJUVX":["Claim your NFT Lucky Drop"],"mW8F64":["This project is no longer active"],"mYGY3B":["Date"],"mZ04KC":["Overall Best"],"ma8rSx":["Your transaction has been confirmed!"],"mc68kY":["New Payment Password"],"md5sZ/":["This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud."],"mfwfMR":["You can claim the lucky drop by holding the required amount of any selected token."],"mhNIiJ":["Gas price is higher than necessary. You may pay more than needed."],"mrAv9J":["Failed to save network"],"msszNj":["<0/> approved <1>",["0"]," ",["1"],""],"muQqQY":["Buy & sell tweets autographed by their original creators."],"mzI/c+":["Download"],"n+ObkB":["Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets."],"n1gwuy":["on ",["toNetworkName"]],"n2HnVK":["If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses."],"n42fmQ":["Enter a max fee"],"nDzNGQ":["Follow User"],"nE/lLr":["Just Selected Contacts"],"nFjzvC":["Approved Amount ",["0"]],"nGl2Ng":["Restore Completed"],"nKLBYz":["We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!"],"nMUHWK":[["claimed"]," Follow @",["0"]," (mask.io) to claim lucky drops."],"nMkx7r":[["0","plural",{"one":["#"," Hour"],"other":["#"," Hours"]}]],"nOCyT5":["Show tokens with value less than $1"],"nOhz3x":["Logout"],"nSkB8g":["Information"],"nTFx7o":["Avatar set successfully"],"nTWWCZ":["Low"],"nTif4K":["Select and Connect to your wallet"],"nUWEsV":["Max fee is higher than necessary"],"nUeoRs":["Signing Message (Text)"],"nV/wXH":["This profile can not be followed."],"nWDO1P":["<0/> ",["txType","select",{"burn":["burned"],"deposit":["deposited"],"mint":["minted"],"receive":["received"],"send":["sent"],"withdraw":["withdrawn"],"other":[]}]," <1>",["0"]," ",["1"]," "],"ndRqFD":["Chain ID"],"neBDpj":["Please connect wallet"],"ngWO+e":["No local key"],"njSHJP":["You didn't approve ",["0"],". Please do not set spending cap to 0 and try it again."],"nqL5WA":["Claim Lucky Drop"],"nqagQ8":["Signing Message (Raw)"],"nvAt0H":["Resource"],"nvV/Td":["Balance: <0>",["0"],""],"nwSp3U":["I just tipped ",["amount"]," ",["0","select",{"namedToken":[["1"]],"other":["token"]}]," to @",["recipientUserId"],"'s ",["2","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["3"],"\n\nInstall https://mask.io/download-links to send your first tip."],"nzBzok":["Create time:"],"o+XJ9D":["Change"],"o+zDNQ":["The mnemonic word has been copied, please keep it in a safe place."],"o4Iu2W":["Logout successfully"],"o4NrTC":["Confirm this Signature in your wallet."],"o66hO5":["Discovered a LuckyDrop event on the FireFly website."],"o9pabc":["No codes found to suspend trading."],"oCBTyI":["This will overwrite the existing cloud backup with the local data, this cannot be undo."],"oDMfB1":["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"oDSXfc":["New password cannot be the same as your current password."],"oG26Rt":["Confirm this transaction in your wallet"],"oG67vO":["Available to Everyone"],"oIsL5E":["Chain ID: ",["0"]],"oJIW7I":[["context","select",{"mint":["<0>",["to"]," minted <1>",["value"]," ",["symbol"],""],"send":["<2>",["from"]," sent <3>",["asset"]," to <4>",["to"],""],"claim":["<5>",["to"]," claimed from <6>",["from"],""],"burn":["<7>",["from"]," burned <8>",["value"]," ",["symbol"],""],"deposit":["<9>",["from"]," deposited on <10>",["exchange"],""],"withdraw":["<11>",["from"]," withdrew on <12>",["exchange"],""],"other":[]}]],"oMx/mL":["Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later."],"oN9XHJ":["Start Time: <0>",["0"],""],"oOQfsI":["Current account is not the verifying account."],"oTLFeN":["The Lucky Drop can't be sent due to data damage."],"oX+QCa":["<0>Powered by<1>Mask Network"],"oYzol6":["an NFT"],"oZw0Iw":["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"],"ocYse8":["Failed to refund Lucky Drop."],"oe5xh9":["Decrypt failed, please check password"],"of3mx/":["<0>",["user"]," swapped <1>",["from_value"]," ",["from_symbol"]," to <2>",["to_value"]," ",["to_symbol"]," on <3>",["platform"],""],"ofUcbc":["Random"],"ohUJJM":["Plugins"],"ojlMCx":["Minimum withdraw amount is ",["MINIMUM_AMOUNT"]," ",["0"]],"olEUh2":["Successful"],"ooHEV6":["1 ",["0"]," NFT Lucky Drop claimed."],"osXsDn":["Import NFT"],"ou+PEI":["Profile Photo"],"ouAjo6":["No Enough Gas Fee"],"ovBPCi":["Default"],"oxKup1":["Insufficient $",["0"]," balance"],"p+ngUo":["Unfollow"],"p1/7GX":["Contract Not Found"],"p2/GCq":["Confirm Password"],"p3TX0l":["Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers."],"p7l2aC":["Contract:"],"p8Aea2":["The persona name already exists."],"p8OYBy":["@",["sender"]," is sending an NFT lucky drop on ",["networkName"]," network. ",["account_promote"]," ",["promote_short"]," #mask_io #LuckyDrop ",["0"]],"pG7O41":["Fastest"],"pGElS5":["Mnemonic"],"pHfBGz":["Updating Gas Fee…"],"pIyHYi":["Lens Follow"],"pLHDrO":["Holding NFT"],"pOE8Vh":["Space"],"pa3wn3":["It remains unclaimed."],"pbOGiB":["Revoke Token"],"pbYUPI":["Text copied!"],"pi+hn/":["Ethereum ",["HD_PATH_WITHOUT_INDEX_ETHEREUM"]],"pjrgRd":["Incorrect Private Key"],"pkyWdU":["Keystore password"],"poYLOl":["New Logo"],"ps1+DX":["Set your persona name with maximum length of 24 characters"],"pu3rTn":["GWEI"],"puUEU3":["Change Backup Password"],"put3ex":["Request is valid not after"],"pv5v6j":["About Permit"],"pvnfJD":["Dark"],"py6hU8":["Signature Request"],"pzO3Xa":["Total Supply"],"q+O14e":["Search Area"],"q+hNag":["Collection"],"q/ao7A":["Price per mint"],"q5+UWM":["Contact edited."],"qAbGIK":["Issued at"],"qCMUPH":["Unlock ",["0"]],"qDIxZ+":["Failed to restore the backup from Google Drive to your browser. Please try again."],"qHqI+o":["<0>Powered by <1>Mask Network"],"qI8U4x":["Max fee cannot be lower than max priority fee."],"qIL7PI":["Offers"],"qJb6G2":["Try Again"],"qNiGUh":["size"],"qT8oOt":["Persona required."],"qWMpAl":["up to ",["0"]," Gwei"],"qYuscr":["Max Priority Fee"],"qZ6p7p":["Backup on ",["0"]],"qcqdIh":["You need to open the dApp to view the specific content."],"qcybNQ":["Proposal"],"qdyV/M":["News"],"qhKyO3":["Withdraw ",["0"]],"qkhZxp":["Created a SmartPay wallet on Polygon network."],"qp8fKi":["By confirming means that you agree to bear the possible risks above."],"qqWcBV":["Completed"],"r3OcML":[["mins"],"min"],"r92tNP":["Failed to authorize Google Drive. Please try again."],"rBLzKv":["Max fee is higher than necessary."],"rCsoea":["Manage Token List"],"rG3WVm":["Select"],"rJZPaP":["No activities found."],"rKY/BK":["Classics Logo"],"rLgPvm":["Backup"],"rQQGN1":["Max priority fee is higher than necessary. You may pay more than needed."],"rR6iwH":["Domain Request"],"rWE7Lq":["Contact deleted."],"rWqyF3":["Gas limit should be between ",["minGasLimit"]," and 15.00M"],"rYFSec":["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."],"rZ0rgl":["Total Volume"],"raCUEa":["By granting permission, you are allowing the following <0/> contract to access your funds"],"rcNnsQ":["Price:"],"re2nOO":["Uploaded files"],"rkMKQ0":["The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later."],"rm0yu/":["About ",["collectionName"]],"rqV4QH":["This swap isn’t supported"],"rrvbCi":["Network error or execute smart contract failed."],"rulocO":["Checking Approve"],"ryWxhG":["Congratulations!"],"s/8SJ+":["View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source."],"s4Omor":["To <0>",["0"],""],"sGkv/+":["Hi friends, I just deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"sOYKMU":["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."],"sOcZTR":["Contract Deployment"],"sQJ3RN":["Max priority fee is too low for network conditions."],"sQTDWu":["Allow us to collect your usage information to help us improve Mask."],"sSkbaZ":["Request timed out."],"sWsox7":["Follow Lens handle"],"saHPqg":["Claim your Lucky Drop."],"sb9Y58":["Wallet"],"siroPf":["Mask Network"],"sxkWRg":["Advanced"],"szNWi8":["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."],"t+A5fr":["Gas price should be greater than 0"],"t/YqKh":["Remove"],"t2prdI":["No search results"],"t3rUZr":["Sign-in Request"],"t6bQQD":["Send authors tips by using Mask Network's Tips function."],"t6md+W":[["0","select",{"create":["<0>",["user"]," created a profile on <1>",["platform"],""],"update":["<2>",["user"]," updated a profile on <3>",["platform"],""],"other":[]}]],"t8dIOP":["Spam"],"t91sWs":[["actionType","select",{"stake":["<0>",["user"]," staked <1>",["symbol"],""],"claim":["<2>",["user"]," claimed <3>",["symbol"],""],"unstake":["<4>",["user"]," un-staked <5>",["symbol"],""],"other":[]}]],"t9m1iP":["Spam reported."],"tARYn/":["NFTs Profile"],"tCAZi9":["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."],"tG9G+b":["File Service"],"tHoyBc":["Please connect ",["0"]," before using dApps."],"tIW5Jt":["No matched tokens"],"tKJ7ee":["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."],"tOL6AP":["Adjust Selection"],"tOMnvw":["Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites."],"tPeNU7":["This network name already exists"],"tRRE1h":["1 ",["0"]," claimed."],"tXkhj/":["Start"],"tbOs8j":["Confirm Swap"],"tcHpvG":["Change Owner"],"tfDRzk":["Save"],"thX7xs":["The network with chain ID ",["formChainId"]," may use a different currency symbol (",["0"],") than the one you have entered. Please check."],"tiX/tO":["Address: <0>",["address"],""],"tj48De":["Connect Social Account"],"tjbyOy":["Project details"],"tk+uyz":["You've approved ",["0"]," for ",["1"],". If you want to revoke this token, please set spending cap amount to 0."],"toDFSK":["Wallet sign succeeded."],"tst44n":["Events"],"tuOw4x":["Make It Encrypted"],"tx1x9k":["I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io."],"txEVTf":["No Listings"],"ty2gt9":["You need to follow the creator of the lucky drop."],"u2OWVJ":["Disconnect failed."],"u2Srv1":["Claim your Airdrop"],"u3ZeYl":["Transaction failed"],"u689pQ":["Ends in ",["relativeEndTime"]],"uAQUqI":["Status"],"uBAxNB":["Editor"],"uF9ruK":["Saving"],"uJQLj9":["Connect and switch between your wallets."],"uSMfoN":["Verify"],"uip9JY":["I wrote down those words in the correct order"],"ujpEaI":["Please connect your wallet"],"uqF4Nm":["Blockchain:"],"usVwcn":["No anti_whale(Unlimited number of transactions)"],"uv94aG":["Added by user"],"uv9cwh":["Bridge Network fee"],"uyJsf6":["About"],"v01kR+":["NFT PFP"],"v7U98p":["Failed to claim Lucky Drop."],"vH2C/2":["Swap"],"vLXevL":["Transaction cost"],"vOx+Me":["You can withdraw the remaining balance 24 hours after sending the lucky drop."],"vVEene":["View your Tokens and NFTs"],"vXIe7J":["Language"],"vXygio":["Not enough data to present."],"vel6Z1":["Request Source"],"vhlM+H":["Withdraw ",["0"]," for savings."],"vhqFTT":["Can't find a valid user address data source."],"vutynE":["Enable plugin"],"w0e0yw":["Gas limit must be at least ",["0"]],"w1ctdJ":["Encrypted Post"],"w3t1Hw":["Powered by <0>Go+"],"w4oOEJ":["Mask Community $ARB Giveaway"],"w9Xmw/":["Google Drive"],"wCtp6y":["Your Wallet is on **ready 🚀**"],"wDnczW":["Optimize the display of search results about ENS in social media."],"wGtbaw":["Amount per Share"],"wMHvYH":["Value"],"wNecg9":["Multiple transaction requests ",["0"]," / ",["1"]],"wNxsb2":["Reject ",["totalMessages"]," Transactions"],"wThGrS":["App Settings"],"wUlAUI":["<0>@",["currentUserId"]," connected already."],"wYA1q/":["Auto report the scam links to MetaMask"],"waXvJd":["NFT is not minted yet."],"wbDTs9":["Request timed out"],"wqppGn":["Permissions List"],"wvJOId":["This ENS does not exist or not be resolved."],"wxZZWc":["You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet."],"wxfXhJ":["Scam tx"],"x0PhCN":["Disconnected successfully."],"x4f8pZ":["Tips"],"x5LEuB":["Followers"],"x6rEou":["<0>",["user"]," claimed ",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"from <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"xBXg0L":["No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk."],"xC6eGY":["Mint function"],"xCJdfg":["Clear"],"xCcvjC":["Set up NFT PFP successfully"],"xDAtGP":["Message"],"xDO6ZN":["Plugin switch"],"xEQZ4z":["Use text encryption"],"xEX/9S":["No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk."],"xFCCR4":["Please enter the correct mnemonic words, private key, or upload the correct keystore file."],"xGVfLh":["Continue"],"xH6cn+":["Choose Token"],"xIxVmH":["Unlock ",["0"]," NFT contract."],"xPSvu3":["<0>",["websiteCount"]," ",["0","plural",{"one":["Website"],"other":["Websites"]}]],"xTQLHC":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Install @masknetwork to get yours."],"xeiujy":["Text"],"xjhtsV":["Chain"],"xoKE3v":["Disable Permit"],"xuKB2x":[["0"]," deposited."],"xupcu9":["Speed Up"],"y/+ReV":["No any collectible is available for preview. Please add your collectible here."],"y/kxxM":["Priority fee"],"y2i17G":["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."],"y3juHh":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"y3qyKP":["NFT Lucky Drop created."],"y49awp":["Set NFT Photo"],"y5aRAa":["Please enter cloud backup password to download file."],"y62Dys":["Network fee"],"y6VCOb":[["0"]," Mins"],"y6sq5j":["Following"],"yC/GKd":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3."],"yD15Uj":["Are you sure to remove this wallet?"],"yDUr0V":["Lucky Drop refunded."],"yFpcbN":["This request may be a phishing attach. I understand this and want to continue."],"yFrxQj":["Mnemonic word"],"yGyJ1l":["You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again."],"yHrAv+":["Claim Lucky Drop with ",["0"]," claimed."],"yKu/3Y":["Restore"],"yNBZ3N":["Enter gas limit"],"yNu9vD":["The wallet address already exists."],"yQE2r9":["Loading"],"yQqkIK":["24H Average Price"],"yRuvmU":["The mnemonic words has been copied, please keep it in a safe place."],"yTZe+y":["Snapshot"],"yVnV6H":["Please write down or copy these words and save them in a secure place."],"yVzBCJ":["NFT Lucky Drop claimed."],"yZhedI":["Gas fee settings"],"yb/fjw":["Approval"],"ybuu1v":["Oops, we can't find any results."],"ygW4tI":["Please connect your persona"],"yik0Qu":["Private Key"],"ykiu3o":["NFT Details"],"ylUhBz":["Click to retry"],"ylXk9u":["Encrypt the message in an image"],"yqc6uX":["This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing."],"ywDBfs":["Something went wrong!"],"yx/fMc":["High"],"yz7wBu":["Close"],"yzF66j":["Link"],"z+H8bd":["Your wallet does not meet the eligibility criteria for claiming."],"z/3+av":["License:"],"z1i6et":["Failed to ",["0"]," NFT contract."],"z27gFg":["If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it."],"z7Fh2l":["Base fee required: ",["MIN_BASE_FEE"]," Gwei"],"z9HeHt":["Create a Privy Wallet"],"zBPjcC":["Revoke the approval for token"],"zBUJYA":["The approval for this contract will be revoked in case of the amount is 0."],"zBftr8":["Claim NFT Lucky Drop"],"zEZe86":["You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends."],"zGTAja":[["claimed"]," Follow @",["account"]," (mask.io) to claim lucky drops."],"zJlXbX":["NFT"],"zPar3e":["Collectible"],"zX9KdB":["No following friends."],"zXagFp":["Copy Address"],"zZk9Yz":["Purchase"],"zga9sT":["OK"],"zgqgNP":["Purchasing...."],"zkEW09":["You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?"],"znqB4T":["Insufficient balance"],"zp7Ha3":["Backup Failed"],"zwBp5t":["Private"],"zxrGeO":["Gas limit must be bigger than ",["minGas"],"."],"zzDlyQ":["Success"]}} \ No newline at end of file diff --git a/packages/shared-base-ui/src/locale/zh-TW.po b/packages/shared-base-ui/src/locale/zh-TW.po index 738613d338df..fe4584e7f0e4 100644 --- a/packages/shared-base-ui/src/locale/zh-TW.po +++ b/packages/shared-base-ui/src/locale/zh-TW.po @@ -1,29 +1,7457 @@ msgid "" msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-01-08 06:56\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/shared-base-ui/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1010\n" - -#: src/components/ErrorBoundary/CrashUI.tsx +"POT-Creation-Date: 2025-10-27 22:51+0800\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: @lingui/cli\n" +"Language: zh-TW\n" + +#: packages/shared/src/UI/components/CompositionDialog/PluginEntryRender.tsx +#: packages/shared/src/UI/components/CompositionDialog/PluginEntryRender.tsx +msgid "(beta)" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "(the name is set by the web site)" +msgstr "" + +#. placeholder {0}: millisecondsToHours(value) +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "{0, plural, one {# Hour} other {# Hours}}" +msgstr "" + +#. placeholder {0}: feed.actions.length +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +msgid "{0, plural, one {Action} other {Actions}}" +msgstr "" + +#. placeholder {0}: strategies.length +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "{0, plural, one {Strategy} other {Strategies}}" +msgstr "" + +#. placeholder {0}: value.length +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/PreviewCard.tsx +msgid "{0, plural, one {This domain is} other {These domains are}} currently on the Mask Network warning list which may include malicious entries, phishing or scams." +msgstr "" + +#. placeholder {0}: metadata?.action || '' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProfileAction.tsx +msgid "{0, select, create {<0>{user} created a profile on <1>{platform}} update {<2>{user} updated a profile on <3>{platform}} other {}}" +msgstr "" + +#. placeholder {0}: decryptProgress || '' +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptPostAwaiting.tsx +msgid "{0, select, finding_post_key {Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you.} finding_person_public_key {Mask is looking for the public key of the author...} other {Mask is decrypting...}}" +msgstr "" + +#. placeholder {0}: omitSizeLimit ? 'omit' : '' +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "{0, select, other {<0>Size limit: {fileSize}} omit {}}" +msgstr "" + +#. placeholder {0}: post.type || '' +#. placeholder {1}: post.source +#. placeholder {2}: post.source +#. placeholder {3}: post.reporter?.handle +#. placeholder {4}: post.source +#. placeholder {5}: post.source +#. placeholder {6}: post.source +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/FeedSummary.tsx +msgid "{0, select, Post {<0/><1>{handle} published a post on <2>{1}} Comment {<3/><4>{handle} made a comment on <5>{2}} Mirror {<6/><7>{3} mirrored a post post by<8/><9>{handle} on <10>{4}} Quote {<11/><12>{handle} quoted a post post on <13>{5}} other {<14/><15>{handle} post stuff on <16>{6}}}" +msgstr "" + +#. placeholder {0}: dateTimeFormat(locale, new Date(patchedHistory.creation_time)) +#. placeholder {0}: format(fromUnixTime(timestamp), 'M/d/yyyy HH:mm') +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +msgid "{0} (UTC+8)" +msgstr "" + +#. placeholder {0}: message.action +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} {1} approval successfully." +msgstr "" + +#. placeholder {0}: formatBalance(received, toToken.decimals) +#. placeholder {1}: toToken.symbol +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "{0} {1} bridge completed successfully." +msgstr "" + +#. placeholder {0}: message.action +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} {1} NFT contract successfully." +msgstr "" + +#. placeholder {0}: message.action +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} {1} NFT contract." +msgstr "" + +#. placeholder {0}: formatBalance(received, toToken.decimals) +#. placeholder {1}: toToken.symbol +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "{0} {1} swap completed successfully." +msgstr "" + +#. placeholder {0}: attentionFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Attention factor" +msgstr "" + +#. placeholder {0}: attentionFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Attention factors" +msgstr "" + +#. placeholder {0}: formatTokenBalance(tokenBalance, token?.decimals) +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "{0} available" +msgstr "" + +#. placeholder {0}: bridge?.router.bridgeName +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "{0} Bridge Network fee" +msgstr "" + +#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "{0} days" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} deposited." +msgstr "" + +#. placeholder {0}: count.toString() +#: packages/plugins/FileService/src/SiteAdaptor/components/FileChip.tsx +msgid "{0} files selected" +msgstr "" + +#. placeholder {0}: conditions.join('/') +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "{0} Holder" +msgstr "" + +#. placeholder {0}: wallet?.name || 'Your wallet' +#: packages/mask/popups/pages/Wallet/ConnectedSites/index.tsx +msgid "{0} is connected to these sites, they can view your account address." +msgstr "" + +#. placeholder {0}: formatCount(currentSpace.followersCount, 1) +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileSpaceHeader.tsx +msgid "{0} members" +msgstr "" + +#. placeholder {0}: millisecondsToMinutes(value) +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "{0} Mins" +msgstr "" + +#. placeholder {0}: fromNetwork?.name +#. placeholder {0}: toNetwork?.name +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "{0} Network fee" +msgstr "" + +#. placeholder {0}: expectedChainName ?? '' +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "{0} network is not added to the wallet. Please add it and try again." +msgstr "" + +#. placeholder {0}: message.action +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT contract" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT contract unlocked." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT Lucky Drop created." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} NFT transferred." +msgstr "" + +#. placeholder {0}: pendingTransactions.length +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +#: packages/shared/src/UI/components/WalletStatusBox/usePendingTransactions.tsx +msgid "{0} Pending" +msgstr "" + +#. placeholder {0}: sourceType ?? SourceType.NFTScan +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "{0} Platform costs" +msgstr "" + +#. placeholder {0}: fromNetwork?.name || '' +#. placeholder {0}: fromNetwork?.name||"" +#. placeholder {0}: toNetwork?.name || '' +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx +msgid "{0} Pool" +msgstr "" + +#. placeholder {0}: riskyFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Risky factor" +msgstr "" + +#. placeholder {0}: riskyFactors.toString() +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "{0} Risky factors" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} sent." +msgstr "" + +#. placeholder {0}: fromNetwork?.fullName || '--' +#. placeholder {1}: toNetwork?.fullName || '--' +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "{0} to {1}" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "{0} unlocked" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} were claimed" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "{0} withdrawn." +msgstr "" + +#. placeholder {0}: mins.replace(/\.?0+$/u, '') +#. placeholder {0}: mins.replace(/\.?0+$/u,"") +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/helpers/formatTime.ts +msgid "{0}m" +msgstr "" + +#. placeholder {0}: metadata?.collection ?? 'Unknown' +#. placeholder {1}: metadata?.collection ?? 'Unknown' +#. placeholder {2}: metadata?.action || '' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleApprovalAction.tsx +msgid "{2, select, approve {<0>{user} approved {0} to <1>{contract}} revoke {<2>{user} approved {1} to <3>{contract}} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/StakingAction.tsx +msgid "{actionType, select, stake {<0>{user} staked <1>{symbol}} claim {<2>{user} claimed <3>{symbol}} unstake {<4>{user} un-staked <5>{symbol}} other {}}" +msgstr "" + +#. placeholder {0}: `$${token?.symbol}` +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "{amount} {0} tips sent." +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "{attentionFactors, plural, one {# Attention item} other {# Attention items}}" +msgstr "" + +#. placeholder {0}: shareTextOption.account +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +msgid "{claimed} Follow @{0} (mask.io) to claim lucky drops." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "{claimed} Follow @{account} (mask.io) to claim lucky drops." +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenApprovalAction.tsx +msgid "{context, select, approve {<0>{user} approved <1>{amount} {symbol} to <2>{contract}} revoke {<3>{user} revoked the approval of <4>{amount} {symbol} to <5>{contract}} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenOperationAction.tsx +msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}} other {}}" +msgstr "" + +#: build/bundled/201.js +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "{count, plural, one {You have recovered **# Wallet 🚀**} other {You have recovered **# Wallets 🚀**}}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom} other {}}" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "{mins}min" +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "{riskyFactors, plural, one {# Risky item} other {# Risky items}}" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/helpers/formatTime.ts +msgid "{seconds}s" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "{seconds}sec" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "{shareWithNum, plural, one {1 friend} other {# friends}}" +msgstr "" + +#: packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx msgid "{subject} has an error" msgstr "" -#: src/components/ErrorBoundary/CrashUI.tsx -msgid "Report on GitHub" +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/NoteAction.tsx +msgid "{type, select, post {<0>{user} publish a post on {platform}} mint {<1>{user} minted a post on {platform}} revise {<2>{user} revised a post on {platform}} share {<3>{user} shared a post on {platform}} other {}}" msgstr "" -#: src/components/ErrorBoundary/CrashUI.tsx -msgid "Try to recover" +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "{walletLength, plural, one {# Wallet} other {# Wallets}}" +msgstr "" + +#. placeholder {0}: postLink.toString() +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "@{sender} is sending an NFT lucky drop on {networkName} network. {account_promote} {promote_short} #mask_io #LuckyDrop {0}" +msgstr "" + +#. placeholder {0}: formatAmount(asset.amount) +#. placeholder {1}: asset.symbol || asset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> {txType, select, burn {burned} deposit {deposited} mint {minted} receive {received} send {sent} withdraw {withdrawn} other {}} <1>{0} {1} " +msgstr "" + +#. placeholder {0}: formatAmount(inAsset.amount) +#. placeholder {1}: inAsset.symbol || inAsset.name +#. placeholder {2}: formatAmount(outAsset.amount) +#. placeholder {3}: outAsset.symbol || outAsset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> {txType, select, trade {traded} mint {minted} other {traded}} <1>{0} {1} for <2>{2} {3}" +msgstr "" + +#. placeholder {0}: formatAmount(asset.amount) +#. placeholder {1}: asset.symbol || asset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> approved <1>{0} {1}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> approved with <1/>" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> interacted with <1/>" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0/> minted{0, select, name {<1>{1} } nft {<2>an NFT } other {}}" +msgstr "" + +#. placeholder {0}: action.platform +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedCard/CommentCard.tsx +msgid "<0/> publish a post on {0}" +msgstr "" + +#. placeholder {0}: asset.symbol || asset.name +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/> unapproved <1>{0}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/FeedSummary.tsx +msgid "<0/>{txType, select, deploy {deployed} execute {executed} other {}}<1/>" +msgstr "" + +#. placeholder {0}: feed.type +#. placeholder {1}: feed.platform +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProfileLinkAction.tsx +msgid "<0>{formattedUser} {0, select, follow {followed} unfollow {un-followed} other {}} <1>{other} on <2>{1}" +msgstr "" + +#. placeholder {0}: metadata?.action || '' +#. placeholder {1}: feed.platform! +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/LiquidityAction.tsx +msgid "<0>{user} {0, select, supply {supplied} add {added} repay {repaid} withdraw {withdrew} collect {collected} remove {removed} borrow {borrowed} other {}} liquidity on <1>{1}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProfileProxy.tsx +msgid "<0>{user} appointed a proxy on <1>{platform}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenBridgeAction.tsx +msgid "<0>{user} bridged <1>{amount} {symbol} from <2>{source} to <3>{target}" +msgstr "" + +#. placeholder {0}: metadata?.name +#. placeholder {1}: verbose ? 'name' : 'nft' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} burned <1>{1, select, nft {an NFT} name {{0}} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/UnknownAction.tsx +msgid "<0>{user} carried out an activity to <1>{target} on <2>{platform}" +msgstr "" + +#. placeholder {0}: verbose ? 'verbose' : 'simple' +#. placeholder {1}: metadata!.name +#. placeholder {2}: costMetadata ? 'cost' : 'free' +#. placeholder {3}: formatValue(costMetadata) +#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} claimed {0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}from <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/DonationAction.tsx +msgid "<0>{user} donated <1>{costValue} {costSymbol}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/DonationAction.tsx +msgid "<0>{user} donated <1>{costValue} {costSymbol} to <2>{project}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CommentAction.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedCard/CommentCard.tsx +msgid "<0>{user} made a comment on {platform}" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} minted {0, select, name {<1>{1} } nft {<2>an NFT } other {}}for <3>{value} {symbolName}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/ProposeAction.tsx +msgid "<0>{user} proposed" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: feed.actions[1].metadata!.name +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} registered {0, select, name {<1>{1} } nft {<2>an ENS } other {}}for <3>{costValue} {costSymbol}" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#. placeholder {2}: formatValue(cost) +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName}" +msgstr "" + +#. placeholder {0}: verbose ? 'name' : 'nft' +#. placeholder {1}: metadata!.name +#. placeholder {2}: formatValue(cost) +#. placeholder {3}: feed.platform +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user} sold {0, select, name {<1>{1} } nft {<2>an NFT } other {}} to <3>{recipient} for <4>{2} {symbolName} on <5>{3}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/TokenSwapAction.tsx +msgid "<0>{user} swapped <1>{from_value} {from_symbol} to <2>{to_value} {to_symbol} on <3>{platform}" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/VoteAction.tsx +msgid "<0>{user} voted for <1>{option} on <2>{platform}" +msgstr "" + +#. placeholder {0}: verbose ? 'verbose' : 'simple' +#. placeholder {1}: metadata!.name +#. placeholder {2}: costMetadata ? 'cost' : 'free' +#. placeholder {3}: formatValue(costMetadata) +#. placeholder {4}: costMetadata?.symbol ?? 'Unknown' +#: packages/plugins/RSS3/src/SiteAdaptor/components/FeedActions/CollectibleAction.tsx +msgid "<0>{user}sent{0, select, verbose {<1>{1} } simple {<2>an NFT } other {}}to <3>{formattedAddress}{2, select, cost { for {3} {4}} free {} other {}}" +msgstr "" + +#. placeholder {0}: websiteCount || 0 +#: packages/mask/popups/pages/Settings/index.tsx +msgid "<0>{websiteCount} {0, plural, one {Website} other {Websites}}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "<0>@{currentUserId} connected already." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "<0>0 Followers <1>0 Following" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +msgid "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." +msgstr "" + +#. placeholder {0}: formatDistanceToNow(Math.ceil(offer.expiredAt!), { addSuffix: true, }) +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OfferCard.tsx +msgid "<0>Expires in {0}" +msgstr "" + +#. placeholder {0}: formatEthereumAddress(transaction.formattedTransaction.popup.spender, 4) +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "<0>Granted to <1>{0}" +msgstr "" + +#. placeholder {0}: tweet.amount_usd +#: packages/plugins/VCent/src/SiteAdaptor/TweetDialog.tsx +msgid "<0>Latest offer at <1>${0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." +msgstr "" + +#: packages/shared/src/UI/components/MaskPluginWrapper/index.tsx +msgid "<0>Powered by {publisherNode}" +msgstr "" + +#. placeholder {0}: provider ?? 'Mask Network' +#: packages/shared/src/UI/components/PluginCardFrame/index.tsx +msgid "<0>Powered by <1>{0}" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "<0>Powered by <1>Mask Network" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/PluginDescriptor.tsx +msgid "<0>Powered by <1>Mask Network" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/Footer.tsx +msgid "<0>Powered by<1>Go+" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +msgid "<0>Powered by<1>Mask Network" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "<0>Powered by<1>OKX<2/>" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/NotFound.tsx +msgid "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "<0>Service Agreement and <1>Privacy Policy" +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +msgid "<0>To: <1>{to}" +msgstr "" + +#. placeholder {0}: totalBalance.toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2, }) +#: packages/plugins/Handle/src/SiteAdaptor/SearchResultInspector.tsx +msgid "<0>USD Value<1>${0}" +msgstr "" + +#: build/bundled/168.js +#: packages/mask/content-script/site-adaptors/twitter.com/customization/i18n.ts +msgid "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {encrypted} to send your first encrypted tweet." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "📃📃📃 Try to permanently use decentralized file storage on {sns}. Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +msgstr "" + +#. placeholder {0}: token?.contract?.name || 'NFT' +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "1 {0} claimed." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "1 {0} NFT Lucky Drop claimed." +msgstr "" + +#. placeholder {0}: nonFungibleToken?.contract?.name || 'NFT' +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "1 {0} tips sent." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "1 NFT claimed." +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "1. If you haven't installed the {name} Wallet" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "12-word recovery phrase is used to recover your persona data." +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "2. If you have installed the {name} Wallet" +msgstr "" + +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "24 Hour Trading Vol" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "24H Average Price" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "24H sale" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "24H Traded Volume" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "a token" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialog.tsx +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "About" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "About {collectionName}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "About Permit" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "Account connected.<0/><1/>Try to explore more features powered by Mask Network." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts +msgid "Account successfully connected to persona" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletAssets/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "Activities" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Activity Log" +msgstr "" + +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +#: packages/mask/popups/pages/Friends/ContactCard/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/Derive.tsx +msgid "Add" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Add a Custom Cover" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/CommentBox.tsx +msgid "Add an encrypted comment..." +msgstr "" + +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +msgid "Add Assets" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/Tips/src/components/NFTSection/index.tsx +#: packages/shared/src/UI/modals/AddCollectiblesModal/AddCollectiblesDialog.tsx +msgid "Add Collectibles" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "Add Contact" +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "Add google Drive" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +#: packages/mask/popups/pages/Wallet/NetworkManagement/index.tsx +msgid "Add Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +msgid "Add new address to an existing group" +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "Add NFTs" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Add Suggested Token" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Add the file to Chrome's database" +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "Add wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/StartUp/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/Derive.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/ProfileCard.tsx +msgid "Add Wallet" +msgstr "" + +#: packages/mask/popups/components/TokenPicker/TokenItem.tsx +#: packages/mask/popups/pages/Wallet/components/AssetsList/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/FungibleTokenItem.tsx +msgid "Added by user" +msgstr "" + +#: packages/mask/popups/pages/Friends/ContactCard/index.tsx +msgid "Added successfully" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/shared/src/UI/components/TokenWithSocialGroupMenu/index.tsx +#: packages/shared/src/UI/wallet/DeriveWalletTable.tsx +msgid "Address" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx +msgid "Address: <0>{address}" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Adjust Selection" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +msgid "Advanced" +msgstr "" + +#: packages/shared/src/UI/modals/SelectAdvancedSettingsDialog/SelectGasSettingsDialog.tsx +msgid "Advanced Settings" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +msgid "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Aggregator" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Agree" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Airdrop Scam" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "All" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx +msgid "All Mask Network users" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Allow this site to switch the network?" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Allow us to collect your usage information to help us improve Mask." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +msgid "Already following" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Amount" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Amount Each" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Amount per Share" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "an NFT" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Anti_whale(Limited number of transactions)" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +msgid "App list" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx +msgid "APP list" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx +msgid "App Settings" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Appearance" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +msgid "Applications" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalDialog.tsx +#: packages/plugins/Approval/src/SiteAdaptor/index.tsx +#: packages/plugins/Approval/src/SiteAdaptor/index.tsx +msgid "Approval" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +#: packages/shared/src/UI/components/GrantPermission/index.tsx +msgid "Approve" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "Approve amount" +msgstr "" + +#. placeholder {0}: amount ? {formatSpendingCap(amount)} : null +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "Approved Amount {0}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Approving" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +msgid "APR" +msgstr "" + +#. placeholder {0}: formatEthereumAddress(wallet.identity, 4) +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Are you sure to remove the connected wallet <0>{0}?" +msgstr "" + +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +msgid "Are you sure to remove this wallet?" +msgstr "" + +#. placeholder {0}: collection?.name ? 'hasName' : 'noName' +#. placeholder {1}: collection?.name || '' +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Are you sure to report {0, select, hasName {{1}} noName {this NFT} other {this NFT}}? After confirmed, this NFT will be marked as spam." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "Are you sure?" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +msgid "Are your sure you want to disconnect? You may lose part of functionalities of this website." +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/index.tsx +msgid "Artblocks" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/index.tsx +msgid "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Arweave" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +msgid "Asset" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Asset is hidden." +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "Associated Accounts" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "At least 6 characters" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "At most {RED_PACKET_MAX_SHARES} recipients" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +msgid "At most {SOL_REDPACKET_MAX_SHARES} recipients" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileChip.tsx +msgid "Attached File: {name} ({size})" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "Author" +msgstr "" + +#: build/bundled/51.js +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "Authorization Failed" +msgstr "" + +#: packages/plugins/ScamSniffer/src/SiteAdaptor/ScamAlert.tsx +msgid "Auto report the scam links to MetaMask" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "Auto-lock" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/AutoLock.tsx +msgid "Auto-lock Time" +msgstr "" + +#: packages/shared/src/UI/components/FungibleTokenInput/UI.tsx +msgid "Available Balance" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Available to Everyone" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Avatar set successfully" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Average" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +msgid "Back" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +msgid "Back Up Your Data Your Way" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Backup" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Backup & Recovery" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Backup Failed" +msgstr "" + +#: packages/shared/src/UI/components/QRCode/index.tsx +msgid "Backup failed, <0>try again" +msgstr "" + +#. placeholder {0}: user.cloudBackupAt +#. placeholder {0}: user.localBackupAt +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Backup on {0}" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Backup password" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Backup Password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Backup password set successfully" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Backup Persona" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Backup Successful" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +msgid "Backup to Google Drive" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Backup to the Cloud" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx +msgid "Backup Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +#: packages/shared/src/UI/components/FungibleTokenInput/UI.tsx +msgid "Balance" +msgstr "" + +#: packages/shared/src/UI/components/TokenAmountPanel/index.tsx +msgid "Balance: <0/>" +msgstr "" + +#. placeholder {0}: balance || 0 +#: packages/plugins/RedPacket/src/SiteAdaptor/components/CollectionSelectPanel.tsx +msgid "Balance: <0>{0}" +msgstr "" + +#: packages/shared/src/UI/wallet/DeriveWalletTable.tsx +msgid "Balance({symbol})" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Base" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Base fee required: {MIN_BASE_FEE} Gwei" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +msgid "Basic" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Basic setting" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Be aware, check the token before adding it." +msgstr "" + +#: packages/plugins/ScamSniffer/src/SiteAdaptor/ScamAlert.tsx +msgid "Be careful what you visit and sign!" +msgstr "" + +#: build/bundled/101.js +#: build/bundled/101.js +#: build/bundled/101.js +#: build/bundled/101.js +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/components/MessageInput.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/PreviewNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/PreviewRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/contexts/RedPacketContext.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/contexts/SolRedpacketContext.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +msgid "Best Wishes!" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Blacklist function" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Block Explorer URL" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Blockchain" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Blockchain:" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/PluginProviderRender.tsx +msgid "Blocto only supports the Flow chain." +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Bridge" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "Bridge anyway" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx +msgid "Bridge between this token pair are't supported at the moment." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Bridge Network fee" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Bridging" +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Browse Files" +msgstr "" + +#: packages/mask/content-script/site-adaptors/twitter.com/injection/ToolboxHint_UI.tsx +msgid "Browse the Web3 footprints of your X friends, enjoy the freedom of Web3." +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Browser File" +msgstr "" + +#: packages/plugins/VCent/src/SiteAdaptor/index.tsx +msgid "Buy & sell tweets autographed by their original creators." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Buy Now" +msgstr "" + +#. placeholder {0}: percentageToNumber(info.sell_tax) +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Buy Tax: {0}" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "By checking this box, I agree to ArtBlocks's <0>Terms of Service." +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "By confirming means that you agree to bear the possible risks above." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "By granting permission, you are allowing the following <0/> contract to access your funds" +msgstr "" + +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +msgid "By granting permission, you are allowing the following <0/> contract to access your NFTs." +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "By proceeding you agree to the" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +msgid "By using this plugin, you agree to the <0>terms and the <1>privacy policy." +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/components/Footer.tsx +#: packages/plugins/Calendar/src/SiteAdaptor/index.tsx +msgid "Calendar" +msgstr "" + +#. placeholder {0}: lensAccount.operations.canFollow.reason +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Can not follow: {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +msgid "Can't find a valid user address data source." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/modals/ConfirmModal/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/DeleteContactModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/GasSettingModal/index.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Personas/PersonaSignRequest/index.tsx +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +#: packages/shared/src/UI/modals/ConfirmDialog/index.tsx +#: packages/shared/src/UI/modals/ImageEditor/ImageEditor.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Cancel" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Cancel Transaction" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Cannot switch to a unknown network." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Cast your vote" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +msgid "Category" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Chain" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Chain ID" +msgstr "" + +#. placeholder {0}: currentNetwork?.chainId ?? currentChainId +#. placeholder {0}: nextNetwork?.chainId ?? nextChainId +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Chain ID: {0}" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/HandlerDescription.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/ProfilePopup.tsx +#: packages/shared/src/UI/components/WalletStatusBar/Action.tsx +#: packages/shared/src/UI/components/WalletStatusBar/WalletMenuItem.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +msgid "Change" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Change another account and try again." +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Change Backup Password" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangeNetwork.tsx +msgid "Change Network" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialogContent.tsx +msgid "Change NFT PFP" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Change Owner" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangePaymentPassword.tsx +msgid "Change Payment Password" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change to EVM Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change to Flow Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change to Solana Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Change Wallet" +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Check {providerName} to confirm connect." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Check on Explorer" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Check out the official website" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/CheckSecurityDialog.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/index.tsx +msgid "Check Security" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Checking Approve" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Choose a Cover" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/index.tsx +msgid "Choose and show your Web3 footprints on X." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Choose another wallet" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +msgid "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." +msgstr "" + +#: packages/mask/popups/modals/ChooseToken/index.tsx +msgid "Choose Token" +msgstr "" + +#: build/bundled/212.js +#: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx +msgid "Chrome - external extension" +msgstr "" + +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Circulating Supply" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimDialog/index.tsx +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimEntry/index.tsx +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +#: packages/plugins/Claim/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +msgid "Claim" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Claim Conditions" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Claim Details" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ClaimOnFirefly.tsx +#: packages/shared/src/UI/translate.ts +msgid "Claim Lucky Drop" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Claim Lucky Drop with {0} claimed." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Claim NFT Lucky Drop" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +msgid "Claim on Firefly" +msgstr "" + +#: packages/plugins/Claim/src/hooks/useClaimAirdrop.tsx +#: packages/shared/src/UI/translate.ts +msgid "Claim your Airdrop" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Claim your Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Claim your NFT Lucky Drop" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Claimable" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Claimed" +msgstr "" + +#. placeholder {0}: tokenDetail.symbol +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +msgid "Claimed {amount} ${0} successfully." +msgstr "" + +#. placeholder {0}: rpid ? bitStatusList.filter(Boolean).length.toString() : '0' +#. placeholder {1}: patchedHistory.shares +#. placeholder {2}: collection?.name ?? '' +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +msgid "Claimed: <0>{0}/{1} <1>{2}" +msgstr "" + +#. placeholder {0}: formatTokenAmount(claim_amounts || 0, token_decimal, false) +#. placeholder {1}: formatTokenAmount(total_amounts || 0, token_decimal, false) +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +msgid "Claimed: <0>{claim_numbers}/{total_numbers} <1>{0}/{1}<2><3>{tokenSymbol}" +msgstr "" + +#. placeholder {0}: duration.hours ?? '' +#. placeholder {1}: duration.minutes ?? '' +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Claiming will be live until: <0> {days} d {0} h {1} m" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +msgid "Claiming..." +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Classics Logo" +msgstr "" + +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Clear" +msgstr "" + +#: packages/shared/src/UI/components/WalletStatusBox/usePendingTransactions.tsx +msgid "Clear All" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PostDialogHint.tsx +msgid "Click here to have a quick start." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Click on <0/> at the top-right of your browser." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Click on the down-arrow to see the private key." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Click the application icon to hide in the App list." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Click the application icon to list it on the App board." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Click the settings icon to list it on the App board." +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Click to retry" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PageInspector.tsx +#: packages/plugins/Tips/src/SiteAdaptor/components/TipsRealmContent/index.tsx +msgid "Close" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "Close [Check Security]?" +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Cloud Backup" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Collectible" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalDialog.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/CollectionSelectPanel.tsx +msgid "Collectibles" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/Collectible.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Collection" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +msgid "Collection Approval" +msgstr "" + +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Community" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Complete" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +msgid "Completed" +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/dashboard/modals/ConfirmModal/index.tsx +#: packages/mask/popups/components/NFTAvatarPicker/index.tsx +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/modals/ConfirmModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ShowPrivateKeyModal/index.tsx +#: packages/mask/popups/modals/WalletAutoLockSettingModal/index.tsx +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +#: packages/plugins/FileService/src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/SelectLiquidity.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +#: packages/shared/src/UI/modals/ConfirmDialog/index.tsx +#: packages/shared/src/UI/modals/ConfirmModal/Dialog.tsx +#: packages/shared/src/UI/modals/ConfirmModal/Dialog.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +#: packages/shared/src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Confirm" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Confirm Bridge" +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Confirm Password" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Confirm Payment Password" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Confirm Swap" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/plugins/GoPlusSecurity/src/UI/TokenSecurityBoundary.tsx +msgid "Confirm swap risk" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Confirm the Lucky Drop" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Confirm this Signature in your wallet." +msgstr "" + +#: packages/shared/src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx +msgid "Confirm this transaction in your wallet" +msgstr "" + +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +msgid "Confirm this transaction in your wallet." +msgstr "" + +#. placeholder {0}: asset.symbol +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Confirm to hide {0}? You can redisplay it by re-adding this token at any time." +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Confirm to hide {name}? You can redisplay it by re-adding this NFT at any time." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Confirming" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Congratulations" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +#: packages/shared/src/UI/components/TokenTransactionConfirmModal/index.tsx +#: packages/shared/src/UI/components/TokenTransactionConfirmModal/index.tsx +msgid "Congratulations!" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/popups/components/ConnectedWallet/index.tsx +#: packages/mask/popups/components/SocialAccounts/index.tsx +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +msgid "Connect" +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Connect {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +msgid "Connect and switch between your wallets." +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Connect and Verify {0}" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Connect EVM Wallet" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Connect Flow Wallet" +msgstr "" + +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +msgid "Connect Mask Network Account using your wallet." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +#: packages/shared/src/UI/components/ConnectPersonaBoundary/index.tsx +msgid "Connect Persona" +msgstr "" + +#: packages/mask/popups/modals/ConnectSocialAccountModal/index.tsx +msgid "Connect Social Account" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Connect Solana Wallet" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +#: packages/shared/src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx +#: packages/shared/src/UI/components/WalletStatusBar/PluginWalletStatusBar.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +#: packages/shared/src/UI/modals/SelectProviderModal/SelectProvider.tsx +msgid "Connect Wallet" +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Connect with {providerName}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/AddChainRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/SwitchChainRequest.tsx +msgid "Connect with Mask Wallet" +msgstr "" + +#: packages/mask/popups/components/SocialAccounts/index.tsx +msgid "Connect your social platform accounts." +msgstr "" + +#: packages/mask/content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +#: packages/shared/src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx +msgid "Connect your wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletHeader/UI.tsx +msgid "Connected" +msgstr "" + +#. placeholder {0}: currentPersona?.nickname +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Connected {0} with {walletName}." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ConnectedSites/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/ConnectedOrigins.tsx +msgid "Connected sites" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Connected successfully." +msgstr "" + +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network." +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Connected Wallet" +msgstr "" + +#: packages/shared/src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx +msgid "Connected wallets settings" +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Connecting operation cancelled in third-party wallet." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Connecting your {providerType} wallet" +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +msgid "Contact added." +msgstr "" + +#: packages/mask/popups/modals/DeleteContactModal/index.tsx +msgid "Contact deleted." +msgstr "" + +#: packages/mask/popups/modals/EditContactModal/index.tsx +msgid "Contact edited." +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +#: packages/mask/popups/pages/Friends/Home/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/Contacts.tsx +msgid "Contacts" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreFromMnemonic.tsx +#: packages/mask/dashboard/components/Restore/RestoreFromPrivateKey.tsx +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Phrase.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Continue" +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Contract" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Contract Creator" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Contract Deployment" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Contract Deployment {0}" +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +#: packages/shared/src/UI/translate.ts +msgid "Contract Interaction" +msgstr "" + +#: build/bundled/120.js +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/CheckSecurityDialog.tsx +msgid "Contract Not Found" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Contract Owner" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Contract source code not verified" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Contract source code verified" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Contract:" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "contributions" +msgstr "" + +#: packages/mask/popups/components/PrivateKeyDisplay/index.tsx +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +msgid "Copied" +msgstr "" + +#: packages/shared/src/UI/components/CopyButton/index.tsx +msgid "Copied!" +msgstr "" + +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +#: packages/shared/src/UI/components/CopyButton/index.tsx +msgid "Copy" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +msgid "Copy Address" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Copy image" +msgstr "" + +#: packages/mask/popups/components/PrivateKeyDisplay/index.tsx +msgid "Copy private key" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Copy text" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Could not fetch chain ID. Is your RPC URL correct?" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Cover" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Create" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Create a New Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Create a Privy Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Create a Privy wallet using an X account" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create Lucky Drop" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Create New Mask Identity" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create NFT Lucky Drop" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Create Password" +msgstr "" + +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Create persona" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Personas/Home/UI.tsx +#: packages/plugins/NextID/src/components/Actions/index.tsx +#: packages/shared/src/UI/components/ConnectPersonaBoundary/index.tsx +msgid "Create Persona" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create Smart Pay wallet" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Create the Lucky Drop" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +msgid "Create time:" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create your Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Create your NFT Lucky Drop." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Create your persona to get started" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Created a SmartPay wallet on Polygon network." +msgstr "" + +#. placeholder {0}: project.artistName +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Created by <0>{0} • <1>Website" +msgstr "" + +#. placeholder {0}: format(project.metadata.createdAt, 'MMMM do, yyyy') +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "Created on: {0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Creating or retrieving your wallet with Privy. Please confirm on the X authorization page." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Creating your **identity**" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +msgid "Creating your **wallet**" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Creation Completed" +msgstr "" + +#: packages/plugins/CrossChainBridge/src/SiteAdaptor/CrossChainBridgeDialog.tsx +#: packages/plugins/CrossChainBridge/src/SiteAdaptor/index.tsx +msgid "Cross-chain" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Crypto Holder" +msgstr "" + +#: packages/mask/popups/modals/ChooseCurrencyModal/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/ChangeCurrency.tsx +msgid "Currency" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Currency Symbol (Optional)" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/ProfileCard.tsx +msgid "Current" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Current account is not the verifying account." +msgstr "" + +#. placeholder {0}: formatCurrency(formatWeiToGwei(baseFeePerGas), '') +#. placeholder {0}: formatWeiToGwei(gasOptions.normal.baseFeePerGas).toFixed(2, BigNumber.ROUND_UP) +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Current base fee is {0} Gwei" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +msgid "Current results" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Current wallet does not support to interact with Lens protocol." +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceForm.tsx +msgid "Custom" +msgstr "" + +#: packages/plugins/Avatar/src/Application/PersonaPage.tsx +msgid "Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe." +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/index.tsx +msgid "CyberConnect" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/index.tsx +msgid "DAO" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Dark" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Data" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Data backed up successfully!" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Data correlation" +msgstr "" + +#. placeholder {0}: fromTwitter ? AddressPlatform.Twitter : 'normal' +#: packages/shared/src/UI/components/AccountIcons/index.tsx +msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and }}{sources}." +msgstr "" + +#. placeholder {0}: platform || '' +#: packages/shared/src/UI/components/AccountIcons/index.tsx +msgid "Data source is retrieved from {0, select, twitter {Twitter profile} facebook {Facebook profile} other {}}." +msgstr "" + +#. placeholder {0}: resolveNextIDPlatformName(platform) || platform +#. placeholder {0}: type?.replace('_', ' ') ?? '' +#: packages/shared/src/UI/components/AccountIcons/index.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialTooltip.tsx +msgid "Data source is retrieved from {0}." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Date" +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/index.tsx +msgid "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/index.tsx +msgid "Decentralized social graph protocol for user-centric Web3." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +msgid "Decrypt failed, please check password" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. {encrypted}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx +msgid "Decrypted by Mask Network" +msgstr "" + +#: packages/shared/src/UI/components/MaskPluginWrapper/index.tsx +msgid "Default" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +msgid "Delete" +msgstr "" + +#: packages/mask/popups/modals/DeleteContactModal/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "Delete Contact" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Delete File" +msgstr "" + +#: packages/mask/popups/pages/Friends/Detail/index.tsx +msgid "Deleted successfully" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Deploy a SmartPay wallet on Polygon network." +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +msgid "Deploy Contract" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Deploy Smarty Pay wallet" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsDialog.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/SavingsRow.tsx +msgid "Deposit" +msgstr "" + +#. placeholder {0}: protocol.bareToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Deposit {0}" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Deposit {0} for savings." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Deposit token" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DescriptionCard.tsx +msgid "Description" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/Collectible.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/DetailDialog.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/DetailDialog.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/SocialFeedDetailsModal/DetailDialog.tsx +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Details" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/index.tsx +msgid "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." +msgstr "" + +#. placeholder {0}: quote?.toToken.tokenSymbol +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "Dex/Est received ({0})" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "Disable Permit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +msgid "Disconnect" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +msgid "Disconnect all accounts" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Disconnect failed." +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Disconnect Social Account?" +msgstr "" + +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Disconnect Wallet?" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +#: packages/mask/popups/pages/Wallet/components/DisconnectModal/index.tsx +msgid "Disconnected successfully." +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Disconnected." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ClaimOnFirefly.tsx +msgid "Discovered a LuckyDrop event on the FireFly website." +msgstr "" + +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +#: packages/shared/src/UI/contexts/components/InjectedDialog.tsx +msgid "Dismiss" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/index.tsx +msgid "Display Snapshot proposals on the X of the respective project or protocol." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/index.tsx +msgid "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/index.tsx +msgid "Display specific information of Gitcoin projects, donate to a project directly on social media." +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +msgid "Display the following address on your Web3 profile page and use it to receive tips." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PageInspector.tsx +msgid "Do you need to paste encrypted content manually?" +msgstr "" + +#. placeholder {0}: file.name +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Do you want to delete file <0>{0}" +msgstr "" + +#. placeholder {0}: selectedAccount?.identifier.userId +#. placeholder {1}: currentPersona.nickname +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +msgid "Do you want to remove the verified association between the X account @<0>{0} and {1}?" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Domain" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/PluginEntryRender.tsx +msgid "Domain Request" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Don't forget to pin Mask Network in the browser toolbar to access Web3 easily." +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx +msgid "Don't see your NFT?" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Donate" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/shared/src/hooks/useSnackbarCallback.tsx +#: packages/shared/src/hooks/useSnackbarCallback.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Done" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +#: packages/mask/dashboard/components/GoogleDriveFileTable.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +msgid "Download" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +msgid "Download Backup" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Download https://mask.io to try more powerful tools on Twitter." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +msgid "Download report" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Download the {name} Wallet here" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Downloading" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Drag & Drop your file here" +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/PluginHeader.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/PluginDescriptor.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "DSearch" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +#: packages/shared/src/UI/modals/ImageEditor/ImageEditor.tsx +msgid "Edit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "Edit Contact" +msgstr "" + +#: packages/plugins/Avatar/src/Application/RouterDialog.tsx +msgid "Edit Profile" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Editor" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +msgid "eg: X accounts, persona public keys, wallet addresses or ENS" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Eligible to claim" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Email" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Email verification code" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "Empty" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/CompositionUI.tsx +msgid "Enable auto paste" +msgstr "" + +#: packages/shared/src/UI/components/PluginEnableBoundary/index.tsx +msgid "Enable plugin" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Enable the {name} Wallet extension and disable other wallet extensions" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx +msgid "Enable the plugin" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/CompositionUI.tsx +#: packages/shared/src/UI/components/CompositionDialog/CompositionUI.tsx +msgid "Encrypt" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Encrypt the message in an image" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/Composition.tsx +msgid "Encrypted Post" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Encrypting your **data**" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Encryption Method" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "End date" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "Ended {relativeEndTime}" +msgstr "" + +#. placeholder {0}: format(endTime, 'MM-dd-yyyy HH:mm') +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Ended on <0>{0}" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "Ends in {relativeEndTime}" +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/index.tsx +msgid "ENS" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +msgid "Ens or Address(0x)" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "ENS or Wallet Address" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Enter a gas limit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Enter a gas price" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Enter a max fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Enter a max priority fee" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Enter Amount Each" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Enter an amount" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts +msgid "Enter an Amount" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Enter gas limit" +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "Enter Max spend limit" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Enter Number of Winners" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/ShowPrivateKey.tsx +msgid "Enter Payment Password" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Enter Total Amount" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Entered passwords are inconsistent." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Equal Amount" +msgstr "" + +#. placeholder {0}: rejection.message +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +msgid "Error: {0}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +msgid "Ethereum {HD_PATH_WITHOUT_INDEX_ETHEREUM}" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/CalendarContent.tsx +msgid "Events" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Everyone" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/SelectProvider.tsx +msgid "EVM" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "EVM Chains only" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Example: Alice" +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Exceeded the maximum file size of {fileSize}." +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "Exchange" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx +msgid "Experience in X" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "Expired" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +msgid "Explore multi-chain dApps." +msgstr "" + +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Export" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Failed" +msgstr "" + +#. placeholder {0}: message.action +#: packages/shared/src/UI/translate.ts +msgid "Failed to {0} NFT contract." +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Failed to add the wallet, please try again." +msgstr "" + +#: build/bundled/51.js +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "Failed to authorize Google Drive. Please try again." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Failed to bridge" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to claim Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Failed to confirm" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to create Lucky Drop." +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Failed to create theme." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptPostFailed.tsx +msgid "Failed to decrypt." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Failed to delete, please try again." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Failed to deposit {0}." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to deposit token." +msgstr "" + +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Failed to disconnect wallet" +msgstr "" + +#. placeholder {0}: (err as Error).message +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Failed to download and merge the backup: {0}" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "Failed to download image" +msgstr "" + +#: build/bundled/198.js +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Failed to get permissions" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +msgid "Failed to get quote information" +msgstr "" + +#. placeholder {0}: token.symbol ?? token.name ?? 'Token' +#: packages/shared/src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx +msgid "Failed to load {0}. Click to retry." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to refund Lucky Drop." +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Failed to report spam." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "Failed to restore the backup from Google Drive to your browser. Please try again." +msgstr "" + +#. placeholder {0}: (err as Error).message +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Failed to restore the backup: {0}" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to revoke token contract." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "Failed to save file" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Failed to save network" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "Failed to save the file. Please try again." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to send token." +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Failed to set Avatar." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to swap" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to transfer NFT." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Failed to transfer token: {message}" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to unlock NFT contract." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Failed to unlock token contract." +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Failed to upload file" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Failed to withdraw {0}." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Fake Token" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "FAQ&Tutorial" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Fast" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx +msgid "Fastest" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Feedback" +msgstr "" + +#: packages/plugins/Transak/src/SiteAdaptor/index.tsx +msgid "Fiat On-Ramp" +msgstr "" + +#: packages/plugins/Transak/src/SiteAdaptor/index.tsx +msgid "Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support." +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "File" +msgstr "" + +#. placeholder {0}: file.name +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File {0} deleted." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File delete" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File delete failed" +msgstr "" + +#. placeholder {0}: file.key +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/DisplayingFile.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/SelectableFile.tsx +msgid "File Key: <0>{0}" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "File name must between 3 to 20 characters." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "File saved" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/index.tsx +msgid "File Service" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Find Mask Network in the extension list and click the <0/> button." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Firefly" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Floor price" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Floor Price" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/SocialBadges/LensList.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialListItem.tsx +msgid "Follow" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "Follow @masknetwork (mask.io) to claim NFT lucky drops." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "Follow @masknetwork for Web3 updates and insights." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/index.tsx +msgid "Follow @masknetwork to explore Web3." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +msgid "Follow Lens handle" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/ConnectButton.tsx +msgid "Follow Now" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/modals/SelectLanguageModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Follow System" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Follow User" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "Followers" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/SocialBadges/LensList.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialListItem.tsx +msgid "Following" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "Followings" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Forgot payment password?" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/ActivityCard.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OfferCard.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "From" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "from <0>{fromAddress}" +msgstr "" + +#. placeholder {0}: transaction.formattedTransaction.popup.method +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "Function: {0}" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Functions that can suspend trading" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Functions with retrievable ownership" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "funding received" +msgstr "" + +#: packages/mask/popups/components/TransactionPreview/index.tsx +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +#: packages/mask/popups/modals/GasSettingModal/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/shared/src/UI/components/SelectGasSettingsToolbar/index.tsx +msgid "Gas Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/index.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/index.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSettingModal.tsx +msgid "Gas fee settings" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/index.tsx +msgid "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Gas Limit" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Gas Limit (Units)" +msgstr "" + +#. placeholder {0}: String(minGasLimit) +#. placeholder {0}: minGasLimit.toFixed() +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Gas limit must be at least {0}" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Gas limit must be bigger than {minGas}." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Gas limit must be smaller than {maxGas}." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Gas limit should be between {minGasLimit} and 15.00M" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas limit too low will cause the transaction to fail." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasSection.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Gas Price" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Gas Price (GWEI)" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas price is higher than necessary. You may pay more than needed." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Gas price is too low and will cause the transaction fail" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas price is too low for network conditions." +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Gas price must be greater than 0 Gwei." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Gas price should be greater than 0" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Gas Used (Units)" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "General" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "General user" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Generate a new persona" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Generate a new wallet address" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Generating your **accounts**" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Get optimized search results when you're looking for a token." +msgstr "" + +#: packages/plugins/Tips/src/SiteAdaptor/index.tsx +msgid "Gift crypto or NFTs tips to any <0>Next.ID verified users on social media." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/index.tsx +msgid "Gift crypto or NFTs to any users, first come, first served." +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/index.tsx +msgid "Gitcoin" +msgstr "" + +#. placeholder {0}: contract?.symbol || '' +#. placeholder {0}: token?.symbol || '' +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +msgid "Give permission to access <0/> your {0}?" +msgstr "" + +#: packages/plugins/VCent/src/SiteAdaptor/TweetDialog.tsx +msgid "Go" +msgstr "" + +#: packages/shared/src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx +msgid "Go to Settings" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/index.tsx +msgid "Google Drive" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +msgid "Got it" +msgstr "" + +#. placeholder {0}: token.symbol +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Grant access to your {0} for the Lucky Drop Smart contract. You only have to do this once per token." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Gwei" +msgstr "" + +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "GWEI" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Hash" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/index.tsx +msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." +msgstr "" + +#: packages/mask/content-script/site-adaptors/twitter.com/injection/PostDialogHint.tsx +msgid "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/useSubmit.ts +msgid "Hi friends, I just created {token} Lucky Drop. Download Mask.io to claim." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "" +"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n" +"\n" +"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +msgstr "" + +#: build/bundled/101.js +msgid "" +"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" +"\n" +"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +msgstr "" + +#. placeholder {0}: promote.amount +#. placeholder {1}: promote.symbol +#. placeholder {2}: promote.chain +#. placeholder {3}: promote.account +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Hi friends, I just deposit {0} {1} on {2}. Follow @{3} to find more staking projects." +msgstr "" + +#. placeholder {0}: promote.amount +#. placeholder {1}: promote.symbol +#. placeholder {2}: promote.chain +#. placeholder {3}: promote.account +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Hi friends, I just withdrew my deposit {0} {1} on {2}. Follow @{3} to find more staking projects." +msgstr "" + +#. placeholder {0}: asset.symbol +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Hide {0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Hide {name}" +msgstr "" + +#: packages/mask/popups/components/MnemonicDisplay/index.tsx +msgid "Hide mnemonic words" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/AssetsList/MoreBar.tsx +msgid "Hide tokens with value less than $1" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/HidingScamTx.tsx +msgid "Hiding Scam Transactions" +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "High" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/constants.tsx +msgid "High Risk" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Highest Price" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/index.tsx +msgid "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "History" +msgstr "" + +#. placeholder {0}: tokenQuantity ? `${tokenQuantity}+` : 'any' +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Holding {0}" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Holding NFT" +msgstr "" + +#. placeholder {0}: provider.name +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "How to use {0} Wallet?" +msgstr "" + +#. placeholder {0}: shareTextOption.sender +#. placeholder {1}: shareTextOption.network +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +msgid "I just claimed a lucky drop from @{0} on {1} network." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "I just claimed a lucky drop from @{sender} on Solana." +msgstr "" + +#. placeholder {0}: tokenDetail.symbol +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +msgid "" +"I just claimed airdrop with {amount} {0} on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n" +" Install https://mask.io to explore more airdrop activities." +msgstr "" + +#. placeholder {0}: project.name +#. placeholder {1}: price.toFixed() +#. placeholder {2}: token?.symbol || '' +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Install @masknetwork to get yours." +msgstr "" + +#. placeholder {0}: project.name +#. placeholder {1}: price.toFixed() +#. placeholder {2}: token?.symbol || '' +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "I just purchased a beautiful piece of art from '{0}' collection for {1} {2}. Welcome to join." +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "I just replaced Twitter X logo with the original blue bird one with Mask Network extension." +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." +msgstr "" + +#. placeholder {0}: token?.symbol ? 'namedToken' : 'token' +#. placeholder {1}: token?.symbol || '' +#. placeholder {2}: recipientName ? 'name' : 'address' +#. placeholder {3}: recipientName || recipientAddress +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "" +"I just tipped {amount} {0, select, namedToken {{1}} other {token}} to @{recipientUserId}'s {2, select, name {wallet} address {wallet address} other {wallet}} {3}\n" +"\n" +"Install https://mask.io/download-links to send your first tip." +msgstr "" + +#. placeholder {0}: recipientName ? 'name' : 'address' +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "" +"I just tipped a {NFT_Name} to @{recipientUserId}'s {0, select, name {wallet} address {wallet address} other {wallet}} {recipientAddress}\n" +"\n" +"Install https://mask.io/download-links to send your first tip." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "I wrote down those words in the correct order" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Identical" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "Identity ID" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Image" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Image copied!" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/FungibleTokenItem.tsx +msgid "Import" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletAssets/WalletCollections.tsx +msgid "Import NFT" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +msgid "Import Wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Import Wallets" +msgstr "" + +#: packages/mask/popups/components/WalletItem/index.tsx +msgid "Imported" +msgstr "" + +#: packages/mask/popups/modals/WalletGroupModal/index.tsx +msgid "Imported Wallets" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "" +"In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\n" +"The actual cost may be lower\n" +"than estimated, and any unused funds will remain in the original address." +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." +msgstr "" + +#: packages/mask/dashboard/hooks/useBackupFormState.ts +msgid "Incorrect Backup Password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Incorrect backup password." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Incorrect Backup Password." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Incorrect cloud backup password, please try again." +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/index.tsx +msgid "Incorrect contract address." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Incorrect Keystore Password." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Incorrect Mnemonic Words." +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Incorrect password" +msgstr "" + +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/hooks/useBackupFormState.ts +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +msgid "Incorrect Password" +msgstr "" + +#: packages/mask/popups/modals/ShowPrivateKeyModal/index.tsx +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +msgid "Incorrect Payment Password." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx +msgid "Incorrect Private Key" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Phrase.tsx +msgid "Incorrect recovery phrase." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +#: packages/mask/popups/modals/AddContactModal/index.tsx +msgid "Incorrect wallet address." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Incorrect words selected. Please try again!" +msgstr "" + +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Info" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "Information" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Infos" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Input amount is below the minimum amount" +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +msgid "Input contract address" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreFromPrivateKey.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/PrivateKey.tsx +msgid "Input your Private Key" +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +msgid "Instant" +msgstr "" + +#. placeholder {0}: token?.symbol +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Insufficient {0} Balance" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts +msgid "Insufficient {symbol} Balance" +msgstr "" + +#. placeholder {0}: isDeposit ? protocol.bareToken.symbol : protocol.stakeToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Insufficient ${0} balance" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +#: packages/plugins/Tips/src/contexts/Tip/useTipValidate.ts +msgid "Insufficient balance" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Insufficient Balance" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Insufficient Balance for Gas Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Insufficient funds for gas." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Invalid Block Explorer URL." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Invalid email address." +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "Invalid file type" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +msgid "Invalid Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Invalid number" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "Invalid RPC URL." +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useSlippageToleranceSchema.ts +msgid "Invalid slippage tolerance." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Invalid verification code." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "IPFS" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Issued at" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/HistoryDetail.tsx +msgid "It remains unclaimed." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Items" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileSpaceHeader.tsx +msgid "Join" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Just Me" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Just Selected Contacts" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Kept safely" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Keystore" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +msgid "Keystore password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Lack of number, letter or special character." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Language" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Leave blank to allow any amount; enter a number to set a minimum holding requirement." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Lens" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Lens Follow" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Lens Unfollow" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Library:" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "License:" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Lido Exchange Rate" +msgstr "" + +#: packages/mask/popups/modals/SelectAppearanceModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Light" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Likely in < {estimateSecond} seconds" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Link" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Listed" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialogContent.tsx +#: packages/plugins/CyberConnect/src/SiteAdaptor/FollowersPage.tsx +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/FailedTrendingView.tsx +#: packages/shared/src/UI/components/ReloadStatus/index.tsx +msgid "Load failed" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OffersList.tsx +msgid "Load More" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Load Network" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/mask/popups/pages/Friends/Home/UI.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileView.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewSkeleton.tsx +#: packages/shared/src/UI/components/LoadingStatus/index.tsx +msgid "Loading" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +msgid "Loading account information..." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +msgid "Loading failed due to Snapshot API service breakdown." +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTBadge.tsx +msgid "Loading..." +msgstr "" + +#: packages/shared/src/UI/components/PluginCardFrame/index.tsx +msgid "Loading...." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Local Backup" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/index.tsx +msgid "Locale Backup" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +msgid "Lock Wallet" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Log out" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/GoogleDrive.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "Logout" +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Logout failed" +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Logout successfully" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Low" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/constants.tsx +msgid "Low Risk" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "Lucky Drop" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Lucky Drop claimed." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Lucky Drop refunded." +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Lucky drop with {0} created." +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Lucky Drop with {0} refunded." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Make another Bridge" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Make another Swap" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Make It Encrypted" +msgstr "" + +#: packages/mask/popups/modals/ChooseNetworkModal/index.tsx +#: packages/mask/popups/pages/Wallet/NetworkManagement/index.tsx +msgid "Manage Network" +msgstr "" + +#: packages/mask/popups/modals/SupportedSitesModal/index.tsx +msgid "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." +msgstr "" + +#: packages/shared/src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx +msgid "Manage Token List" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Market Cap" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Mask Community $ARB Giveaway" +msgstr "" + +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +msgid "Mask needs the following permissions" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PostDialogHint.tsx +#: packages/mask/content-script/components/InjectedComponents/ToolboxUnstyled.tsx +msgid "Mask Network" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "Mask Network Cloud" +msgstr "" + +#: packages/shared/src/UI/components/GrantPermission/index.tsx +msgid "Mask Network requires the permission of following websites before using it." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PermissionBoundary.tsx +msgid "Mask Network requires you to authorize the following websites before using it." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Max" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "MAX" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx +msgid "Max amount" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Max base fee" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/schema.ts +msgid "Max base fee should be greater than 0" +msgstr "" + +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max fee" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Max Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Max Fee (GWEI)" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max fee cannot be lower than max priority fee" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max fee cannot be lower than max priority fee." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +msgid "Max fee is higher than necessary" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max fee is higher than necessary." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max fee is too low for network conditions." +msgstr "" + +#. placeholder {0}: formatWeiToGwei(miniumMaxFeePerGas).toFixed(2, BigNumber.ROUND_UP) +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Max fee should be greater than base fee of {0} Gwei." +msgstr "" + +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max priority fee" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/GasForm.tsx +msgid "Max Priority Fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max priority fee is higher than necessary. You may pay more than needed." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Max priority fee is too high for network conditions." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +msgid "Max priority fee is too low for network conditions" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max priority fee is too low for network conditions." +msgstr "" + +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +msgid "Max priority fee must be greater than 0 GWEI" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/hooks/useGasSchema.ts +msgid "Max priority fee must be greater than 0 Gwei." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "May be a honeypot." +msgstr "" + +#: packages/mask/popups/components/GasSettingMenu/index.tsx +#: packages/mask/popups/hooks/useGasOptionsMenu.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/GasSetting1559.tsx +#: packages/mask/popups/pages/Wallet/GasSetting/Prior1559GasSetting.tsx +#: packages/shared/src/UI/components/SettingsBoard/Context.tsx +#: packages/shared/src/UI/modals/GasSettingModal/GasSetting1559.tsx +#: packages/shared/src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx +msgid "Medium" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/constants.tsx +msgid "Medium Risk" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Merge Completed" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "Merge data to local database" +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveFileTable.tsx +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Merge to Browser" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/MessageInput.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +msgid "Message" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "Method" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Minimum received" +msgstr "" + +#. placeholder {0}: token.symbol +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Minimum withdraw amount is {MINIMUM_AMOUNT} {0}" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Mint Address" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Mint function" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token." +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Minted:" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts +msgid "Missing dex contract address" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Mnemonic" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx +msgid "Mnemonic word" +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "More" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "More Details" +msgstr "" + +#. placeholder {0}: asset.data.source === SourceType.NFTScan ? resolveSourceTypeName(asset.data.source) : 'platform' +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialogContent.tsx +msgid "More on {0}" +msgstr "" + +#. placeholder {0}: String(currentMessageIndex + 1) +#. placeholder {1}: String(totalMessages) +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "Multiple transaction requests {0} / {1}" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "My vote" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ClaimRecord.tsx +msgid "My wallet" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +msgid "My Wallets" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "N/A" +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +msgid "Name" +msgstr "" + +#: build/entry/popups.js +#: packages/mask/popups/components/TokenPicker/index.tsx +#: packages/shared/src/UI/components/FungibleTokenList/index.tsx +msgid "Name or Contract address e.g. USDC or 0x234..." +msgstr "" + +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "Name or contract address eg. PUNK or 0x234..." +msgstr "" + +#: packages/mask/popups/modals/ChooseNetworkModal/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network added" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Transfer/NonFungibleTokenSection.tsx +msgid "Network error or execute smart contract failed." +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Network error or user cancels the process." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useUnfollow.ts +msgid "Network error, try again" +msgstr "" + +#. placeholder {0}: error.message +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useFollow.tsx +msgid "Network error, try again: {0}" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Network fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network Name" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network removed." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "Network saved" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Never share 12-word secret mnemonic with anyone!" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Never share the 12-word secret mnemonic words with anyone!" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "New Logo" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +msgid "New password" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +msgid "New password cannot be the same as your current password." +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "New Payment Password" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/CalendarContent.tsx +msgid "News" +msgstr "" + +#: packages/mask/content-script/components/GuideStep/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/FungibleTokenSection.tsx +msgid "Next" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +msgid "Next.ID" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "NFT" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +msgid "NFT Avatar Setting" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "NFT collection" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/CardDialog/CardDialog.tsx +msgid "NFT Details" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "NFT Holder" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +msgid "NFT is not minted yet." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "NFT Lucky Drop claimed." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "NFT Lucky Drop created." +msgstr "" + +#: packages/plugins/Avatar/src/Application/RouterDialog.tsx +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatarButton.tsx +msgid "NFT PFP" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +#: packages/mask/popups/pages/Wallet/components/WalletAssets/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "NFTs" +msgstr "" + +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +msgid "NFTs added" +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "NFTs Profile" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/index.tsx +msgid "No activities found." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No Airdrop Scam" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No anti_whale(Unlimited number of transactions)" +msgstr "" + +#: packages/plugins/Tips/src/components/NFTSection/index.tsx +msgid "No any collectible is available for preview. Please add your collectible here." +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "No approved contract records." +msgstr "" + +#: packages/mask/popups/pages/Friends/Detail/UI.tsx +msgid "No associated accounts" +msgstr "" + +#: packages/mask/popups/components/WalletSettingList/index.tsx +msgid "No associated wallet. <0>Add Wallet." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "No back up" +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveFileTable.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "No backups found" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No blacklist" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No codes found to suspend trading." +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/shared/src/UI/components/CollectibleList/CollectibleList.tsx +msgid "No collectible found." +msgstr "" + +#: packages/mask/popups/pages/Friends/Contacts/index.tsx +msgid "No contacts stored locally, you can try searching." +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/components/EventList.tsx +#: packages/plugins/Calendar/src/SiteAdaptor/components/NewsList.tsx +msgid "No content for the last two weeks." +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +#: packages/shared/src/UI/components/EmptyStatus/index.tsx +msgid "No Data" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +msgid "No deposit protocols found." +msgstr "" + +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +msgid "No Enough Gas Fee" +msgstr "" + +#: packages/plugins/Tips/src/contexts/Tip/useTipValidate.ts +msgid "No Enough Gas Fees" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "No followers." +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/Profile.tsx +msgid "No following friends." +msgstr "" + +#: packages/mask/content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +msgid "No friends are stored locally, please try search one." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No function found that retrieves ownership" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/PriceCard.tsx +msgid "No Listings" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "No local key" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/History.tsx +msgid "No Lucky Drops claimed" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/History.tsx +msgid "No Lucky Drops created. Select 🎁 when you compose a post to start your first drop." +msgstr "" + +#: packages/mask/popups/components/TokenPicker/index.tsx +msgid "No matched tokens" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No mint function" +msgstr "" + +#: packages/plugins/Calendar/src/SiteAdaptor/components/EventList.tsx +#: packages/plugins/Calendar/src/SiteAdaptor/components/NewsList.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/History.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/index.tsx +msgid "No more data available." +msgstr "" + +#: packages/mask/popups/components/NFTAvatarPicker/CollectionList.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +msgid "No NFTs found." +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "No past rounds found." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "No power" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No proxy" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx +msgid "No recent transactions" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipients.tsx +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/components/CountryCodePicker/index.tsx +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "No results" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +msgid "No results found" +msgstr "" + +#: packages/mask/popups/pages/Friends/SearchList/index.tsx +msgid "No search results" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "No valid wallet detected. Please connect wallet or verify wallet firstly." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +msgid "No verified account found here." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +msgid "No votes" +msgstr "" + +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "No wallet selected." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ConnectedSites/index.tsx +msgid "No websites connected to this wallet" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No whitelist" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Nonce" +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Not connected" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/WalletHeader/UI.tsx +msgid "Not Connected" +msgstr "" + +#: packages/plugins/Avatar/src/Application/PersonaItem.tsx +msgid "Not current account. Please switch to this account to set up NFTs Profile." +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "Not enough data to present." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Not found your {providerType} wallet" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Not set" +msgstr "" + +#: packages/mask/popups/components/NFTAvatarPicker/CollectionList.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +msgid "Not supported yet." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/DefaultPlaceholder.tsx +msgid "Note: Scams detections might not be 100% guaranteed." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +msgid "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +msgid "Offers" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/shared/src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx +msgid "OK" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/DisablePermit.tsx +msgid "Okay" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "Old Payment Password" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "on {fromNetworkName}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "on {toNetworkName}" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Only TypedMessageText is supported currently." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/DecryptedPostSuccess.tsx +msgid "Only visible to yourself" +msgstr "" + +#. placeholder {0}: formatWithCommas(snapshot) +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Oops, it seems you don't have any voting power at block {0}. <0>Learn more" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileView.tsx +msgid "Oops, we can't find any results." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Open" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Open in a new tab" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Open Mask Wallet" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +#: packages/shared/src/UI/wallet/DeriveWalletTable.tsx +msgid "Operation" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Optimize search results with token names, NFT collections, ENS domains or wallet addresses." +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/index.tsx +msgid "Optimize the display of search results about ENS in social media." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "or" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Or" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +msgid "Or create a new wallet group" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "or Holding NFT" +msgstr "" + +#. placeholder {0}: author.userId +#: packages/mask/content-script/components/InjectedComponents/DecryptedPost/authorDifferentMessage.tsx +msgid "Originally posted by {0}" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/UI.tsx +msgid "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Overall Best" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Owner can change balance" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Owner can't change balance" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Owner changed." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Owners" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +msgid "Pair" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Password" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "Past rounds" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Paste manually" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +msgid "Paused" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Backup/Local.tsx +#: packages/mask/popups/modals/ShowPrivateKeyModal/index.tsx +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Payment Password" +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "Payment password changed." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/hooks/usePasswordForm.ts +#: packages/mask/popups/pages/Wallet/hooks/usePasswordForm.ts +msgid "Payment password must be 6 to 20 characters." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Payment password set." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Payment Password should be between 6 and 20 characters." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "Payment password stored locally and you could try as many as you want to unlock your wallet." +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/shared/src/UI/components/WalletStatusBar/WalletDescription.tsx +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Pending" +msgstr "" + +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +msgid "Permissions" +msgstr "" + +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +msgid "Permissions List" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +#: packages/shared/src/UI/modals/PersonaSelectPanelModal/PersonaSelectPanelDialog.tsx +msgid "Persona" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Persona already exists." +msgstr "" + +#: packages/mask/dashboard/pages/SignUp/steps/PersonaRecovery.tsx +msgid "Persona created." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Persona Name" +msgstr "" + +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +msgid "Persona name must between 1 to 24 characters." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Persona Recovery Phrase" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Persona required." +msgstr "" + +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +msgid "Persona Sign" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "Persona: {personaName}" +msgstr "" + +#: packages/mask/dashboard/components/BackupPreview/index.tsx +msgid "Personas" +msgstr "" + +#: packages/shared/src/UI/components/PhoneNumberField/index.tsx +msgid "Phone Number" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx +msgid "Pin Mask Network to the toolbar for easier access:" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Pinned successfully." +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +msgid "Platform" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Please check ToS document" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Please click Browse Files button to select files to upload." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/index.tsx +#: packages/mask/content-script/site-adaptors/facebook.com/injection/Composition.tsx +msgid "Please click the \"Post\" button to open the compose dialog." +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please connect {0} and send a proof post before using dApps." +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please connect {0} before using dApps." +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/index.tsx +msgid "Please connect wallet" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Please connect wallet to check if you are eligible to claim $ARB." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please connect your persona" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please connect your wallet" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Please copy the following text and image (if there is one) and publish it." +msgstr "" + +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please create a persona and verify your account to use this." +msgstr "" + +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +msgid "Please create a Persona and verify your account to use this." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please create a persona for accessing Dapps." +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "Please create your persona to use Web3 Profile." +msgstr "" + +#: packages/mask/popups/modals/VerifyBackupPasswordModal/index.tsx +msgid "Please enter backup password to export persona private key." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Please enter cloud backup password to download file." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Please enter the correct mnemonic words, private key, or upload the correct keystore file." +msgstr "" + +#: build/bundled/120.js +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SearchBox.tsx +msgid "Please enter token contract address." +msgstr "" + +#: packages/mask/popups/pages/Personas/Logout/index.tsx +msgid "Please enter your backup password." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Please install your metamask wallet and set up your first wallet." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +msgid "Please select the appropriate method to restore your personal data." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Please select the correct words in the correct order." +msgstr "" + +#: packages/shared/src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx +msgid "Please select the wallet to activate the function after saving the settings." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Please set the backup password to back up" +msgstr "" + +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Please set up backup password to export private key." +msgstr "" + +#: packages/mask/popups/modals/WalletAutoLockSettingModal/index.tsx +msgid "Please set up the amount of time before we automatically lock your wallet." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Please sign up or login {siteName} to connect Mask Network." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Please switch to <0>@{expectAccount} to continue the account verification progress." +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Please switch to this network in the mobile application wallet you are connected to." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Please try again if you failed to vote." +msgstr "" + +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Please verify the current persona with a social media account before using dApps." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx +msgid "Please verify your social account" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Please write down or copy these words and save them in a secure place." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Please write down the following words in correct order. Keep it safe and do not share with anyone!" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx +msgid "Plugin switch" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/CompositionUI.tsx +#: packages/shared/src/UI/components/CompositionDialog/CompositionUI.tsx +msgid "Plugins" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/index.tsx +msgid "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Post content:" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDescriptor.tsx +msgid "Powered by" +msgstr "" + +#. placeholder {0}: providerMap[tab] +#: packages/plugins/Calendar/src/SiteAdaptor/components/Footer.tsx +msgid "Powered By {0}" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "Powered by <0>Go+" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/index.tsx +msgid "Powered by <0>Mask Network" +msgstr "" + +#: packages/plugins/Handle/src/SiteAdaptor/PluginHeader.tsx +msgid "Powered by <0>Mask Network<1><2/>" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "Powered by <0>Scamsniffer" +msgstr "" + +#: packages/plugins/CrossChainBridge/src/SiteAdaptor/components/BridgeStack.tsx +msgid "Powered by Celer Network. Support $MASK!" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +msgid "Previous" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Previous follow transaction is in processing, please wait and try again." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Previous unfollow transaction is in processing, please wait and try again." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingView.tsx +msgid "Price" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Price per mint" +msgstr "" + +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Price Statistic" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/DetailsView.tsx +msgid "Price:" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Priority fee" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Priority Fee (GWEI)" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Priority fee should be greater than 0." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Privacy Policy" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Private" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Private Key" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Processing Deposit" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Processing Withdrawal" +msgstr "" + +#: packages/mask/popups/modals/PersonaSettingModal/index.tsx +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Profile Photo" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +msgid "Progress" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "Project details" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/PropertiesCard.tsx +msgid "Properties" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +msgid "Proposal" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/index.tsx +msgid "Provide you with fast, reliable and convenient security services." +msgstr "" + +#. placeholder {0}: i18n(plugin.name) +#: packages/shared/src/UI/components/CompositionDialog/BadgeRenderer.tsx +msgid "Provided by plugin \"{0}\"" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Proxy contract" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "Public Key: <0>{publicKey}" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Purchase" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/PurchaseDialog.tsx +msgid "Purchasing...." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Quote expired. Update to receive a new quote." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Quote route" +msgstr "" + +#: build/bundled/109.js +#: build/bundled/109.js +#: build/entry/popups.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Quote Route" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Random" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Random Amount" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "Rank" +msgstr "" + +#. placeholder {0}: result.rank?.toString() ?? coin.market_cap_rank?.toString() ?? '' +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +msgid "Rank #{0}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Rate" +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +msgid "Re-enter" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx +#: packages/mask/popups/pages/Wallet/Receive/index.tsx +msgid "Receive" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Recommended dimensions: 1016 × 672 px" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "Recover" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +msgid "Recover your data" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Recover your wallet" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +msgid "Recovery" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/index.tsx +msgid "Recovery Phrase" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Refresh" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +msgid "Refund" +msgstr "" + +#. placeholder {0}: formatBalance(remain.toString(), tokenDecimals, { significant: 2, isPrecise: true }) +#: packages/plugins/RedPacket/src/SiteAdaptor/hooks/useRefundCallback.tsx +msgid "Refund {0} {tokenSymbol} Successfully" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Refund Lucky drop" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Refund your expired Lucky Drop." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "Refunded" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +msgid "Refunding" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "Reject {totalMessages} Transactions" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileTabContent.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +#: packages/shared/src/UI/components/ReloadStatus/index.tsx +msgid "Reload" +msgstr "" + +#: packages/mask/popups/modals/WalletRemoveModal/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/index.tsx +#: packages/shared/src/UI/modals/SelectProviderModal/GuideDialog.tsx +msgid "Remove" +msgstr "" + +#: packages/mask/popups/pages/Wallet/WalletSettings/index.tsx +msgid "Remove Wallet" +msgstr "" + +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/Derive.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/Rename.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/Rename.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +#: packages/plugins/FileService/src/SiteAdaptor/modals/RenameModal/RenameDialog.tsx +msgid "Rename" +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Report NFT Scam Contract?" +msgstr "" + +#: packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx +msgid "Report on GitHub" +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Report Spam" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request ID" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request is valid not after" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request is valid not before" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Request Source" +msgstr "" + +#: build/bundled/111.js +#: build/bundled/111.js +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/useFinanceFeeds.ts +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/useSocialFeeds.ts +msgid "Request timed out" +msgstr "" + +#: packages/shared/src/hooks/useCurrentPersonaConnectStatus.ts +msgid "Request timed out." +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Requesting Connection" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Reselect" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Resend" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Reset" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ResetWallet/index.tsx +msgid "Reset Wallet" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Resource" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Restore" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Restore backup failed." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Restore Completed" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Restore Database" +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Restore Failed" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Restore from a previous database backup" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Restore or Login" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ResultCard.tsx +msgid "Results" +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/LoadingFailCard.tsx +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "Retry" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "Revoke" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Revoke the approval for {0}." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Revoke the approval for token" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Revoke Token" +msgstr "" + +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalNFTContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalTokenContent.tsx +msgid "Revoking" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +#: packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx +msgid "Risk Warning" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "rounds" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/index.tsx +msgid "RPC URL" +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/index.tsx +msgid "Safety Warning" +msgstr "" + +#. placeholder {0}: formatDateTime(endDate, 'yyyy-MM-dd HH:mm:ss') +#: packages/plugins/Collectible/src/SiteAdaptor/Card/Collectible.tsx +msgid "Sale ends in {0}" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +#: packages/shared/src/UI/modals/ImageEditor/ImageEditor.tsx +msgid "Save" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Saving" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/index.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsDialog.tsx +msgid "Savings" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "Scam tx" +msgstr "" + +#: build/bundled/143.js +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "Scam Warning" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Receive/index.tsx +msgid "Scan QR code to receive payment" +msgstr "" + +#: packages/mask/popups/pages/Personas/WalletConnect/index.tsx +msgid "Scan QR code with WalletConnect-compatible wallet" +msgstr "" + +#: packages/shared/src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx +msgid "Scan the QR code with a WalletConnect-compatible wallet" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SearchBox.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Search" +msgstr "" + +#: packages/shared/src/UI/components/CountryCodePicker/index.tsx +msgid "Search Area" +msgstr "" + +#: packages/mask/popups/pages/Friends/Search/index.tsx +msgid "Search Next.ID, X, Lens, ENS or Address" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Search with an ENS domain or wallet address to get optimized results." +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Search with the name of an NFT collection or its symbol to get optimized results." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "Security Detection" +msgstr "" + +#: packages/mask/popups/pages/Trader/useImplementRuntime.tsx +#: packages/shared/src/UI/components/SelectTokenChip/index.tsx +#: packages/shared/src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx +msgid "Select" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/shared/src/UI/components/FungibleTokenInput/UI.tsx +msgid "Select a token" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Select a Token" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +msgid "Select Address" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectProfileUI/SelectProfileUI.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Select All" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Select an NFT Contract" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Select an NFT Contract Operator" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Select an NFT Contract Owner" +msgstr "" + +#: packages/mask/popups/modals/SelectProviderModal/index.tsx +msgid "Select and Connect to your wallet" +msgstr "" + +#: packages/shared/src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx +msgid "Select Collection" +msgstr "" + +#: packages/mask/popups/modals/SelectLanguageModal/index.tsx +msgid "Select language" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Select liquidity" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Select Liquidity" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/CollectionSelectPanel.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Select NFTs" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "Select the wallet(s) to use on this site. You should not connect to website you don't trust." +msgstr "" + +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +msgid "Select Wallet" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Selecting NFTs" +msgstr "" + +#. placeholder {0}: percentageToNumber(info.sell_tax) +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Sell Tax: {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +#: packages/mask/popups/components/TransactionPreview/index.tsx +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +#: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/ContactList/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +#: packages/shared/src/UI/components/AssetsManagement/Collection.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionList.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Send" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Send {0}" +msgstr "" + +#: packages/plugins/Tips/src/SiteAdaptor/components/TipsRealmContent/index.tsx +msgid "Send authors tips by using Mask Network's Tips function." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Sending" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Sending address" +msgstr "" + +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "Sending..." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Sent" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Sent verification post successfully." +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Service Agreement" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +msgid "Set NFT Avatar" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "Set NFT NFT Background" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTListDialog.tsx +msgid "Set NFT PFP" +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTInfo.tsx +msgid "Set NFT PFPs" +msgstr "" + +#: packages/mask/content-script/site-adaptors/instagram.com/injection/NFT/NFTAvatarSettingDialog.tsx +msgid "Set NFT Photo" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Set Payment Password" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SetPaymentPassword/index.tsx +msgid "Set payment password successfully." +msgstr "" + +#: packages/plugins/Avatar/src/Application/NFTInfo.tsx +msgid "Set up NFT PFP successfully" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +msgid "Set up wallet for displaying Web3 footprints and receiving tips on each social media account." +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/index.tsx +msgid "Set your NFT as profile picture with exclusive aura." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Set Your Payment Password" +msgstr "" + +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Set Your Persona Name" +msgstr "" + +#: packages/mask/dashboard/pages/SignUp/steps/PersonaNameUI.tsx +msgid "Set your persona name with maximum length of 24 characters" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Settings" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/ClaimSuccessDialog/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +#: packages/shared/src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx +msgid "Share" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Share and recommend this feature after saving." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +#: packages/mask/content-script/components/InjectedComponents/SelectPeopleDialog.tsx +#: packages/mask/content-script/components/shared/SelectRecipients/SelectRecipientsDialog.tsx +msgid "Share with" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/PageInspector.tsx +msgid "Show me how" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/AssetsList/MoreBar.tsx +msgid "Show tokens with value less than $1" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/mask/popups/pages/Personas/PersonaSignRequest/index.tsx +#: packages/mask/popups/pages/Wallet/Interaction/WalletSignRequest.tsx +msgid "Sign" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Sign-in Request" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Signature Request" +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Signing ..." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Signing Message (Raw)" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Signing Message (Text)" +msgstr "" + +#: packages/plugins/ScamSniffer/src/SiteAdaptor/ScamAlert.tsx +msgid "Similar Project" +msgstr "" + +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +msgid "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." +msgstr "" + +#: packages/mask/popups/pages/RequestPermission/RequestPermission.tsx +msgid "Sites" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Files/ManageableFile.tsx +msgid "size" +msgstr "" + +#: packages/mask/popups/pages/Personas/PersonaAvatarSetting/index.tsx +msgid "Size limit: 10 MB" +msgstr "" + +#: packages/mask/content-script/components/GuideStep/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Skip" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Slippage" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceSection.tsx +msgid "Slippage Tolerance" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "Slow" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/PluginDescriptor.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileView.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Snapshot" +msgstr "" + +#: packages/mask/popups/pages/Personas/AccountDetail/index.tsx +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Social Account" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/index.tsx +msgid "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/SelectProvider.tsx +msgid "Solana" +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/Collectible.tsx +msgid "Something went wrong!" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "Something went wrong." +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "Sorry, failed to save NFT Avatar. Please set again." +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "Sorry, signature failed! Please try signing again." +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Sorry, you are not eligible to claim $ARB in this campaign." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/SpaceMenu.tsx +msgid "Space" +msgstr "" + +#: packages/shared/src/UI/components/TokenSecurity/index.tsx +msgid "Spam" +msgstr "" + +#: packages/shared/src/hooks/useReportSpam.tsx +msgid "Spam reported." +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/index.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Speed Up" +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +#: packages/mask/popups/components/UnlockERC721Token/index.tsx +msgid "Spend limit requested by" +msgstr "" + +#: packages/mask/popups/modals/GasSettingModal/GasSettingDialog.tsx +msgid "Spend more transaction fees to cancel the previous transaction." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Split Mode" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/PinExtension.tsx +msgid "Start" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/InformationCard.tsx +msgid "Start date" +msgstr "" + +#. placeholder {0}: format(startTime, 'MM-dd-yyyy HH:mm') +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "Start Time: <0>{0}" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileProposalList.tsx +msgid "Starts {relativeStartTime}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "status" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Status" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "Stay on top of NFT trending information, hot projects, notable transactions, etc." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Recovery/index.tsx +msgid "Step {step}/{step}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Step {step}/{totalSteps}" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/SignUp/index.tsx +msgid "Step 1/2" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Step 1/3" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/AddDeriveWallet/index.tsx +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "Step 2/2" +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/shared/src/UI/components/WalletStatusBox/TransactionList.tsx +msgid "Success" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Successful" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "Suggest to send transactions and sign messages" +msgstr "" + +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Support" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Support Identity code, private key, local backups or cloud backups to access your personal data." +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Support mnemonic phrase, private key or keystore file." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Supported contracts" +msgstr "" + +#. placeholder {0}: formatFileSize(MAX_FILE_SIZE) +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx +msgid "Supported formats: JPEG, PNG<0/> Size limit: {0}" +msgstr "" + +#: packages/mask/popups/modals/SupportedSitesModal/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Supported Sites" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/StartUp/index.tsx +msgid "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/TrendingViewDeck.tsx +#: packages/shared/src/UI/translate.ts +msgid "Swap" +msgstr "" + +#. placeholder {0}: protocol.bareToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +msgid "Swap {0}" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "Swap anyway" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +msgid "Swap Anyway" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Swap completed successfully." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Swap duration" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Swapping" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx +msgid "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/index.tsx +msgid "Switch between the classic Twitter logo and the new one." +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Switch Network" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/Preview.tsx +msgid "Switch other account" +msgstr "" + +#: packages/mask/popups/modals/SwitchPersonaModal/index.tsx +msgid "Switch Persona" +msgstr "" + +#. placeholder {0}: expectedChainName ?? '' +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Switch to {0}" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/ConfirmBackupInfo.tsx +msgid "Switch to other accounts" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Switch to Polygon and Follow" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/SwitchLogoDialog.tsx +msgid "Switch Twitter Logo" +msgstr "" + +#: packages/plugins/SwitchLogo/src/SiteAdaptor/index.tsx +msgid "Switch X Logo" +msgstr "" + +#: packages/mask/popups/components/MnemonicDisplay/index.tsx +msgid "Tap to view the mnemonic words <0/> Make sure no one is looking at your screen" +msgstr "" + +#: packages/mask/popups/components/PrivateKeyDisplay/index.tsx +msgid "Tap to view the private key <0/> Make sure no one is looking at your screen" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Tax can be modified" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Tax cannot be modified" +msgstr "" + +#: packages/shared/src/UI/components/CompositionDialog/TypedMessageEditor.tsx +msgid "Tell friends what's happening..." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Text" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/AutoPasteFailedDialog.tsx +msgid "Text copied!" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "The [Check Security] dApp provides quick, reliable, and convenient Web3 security services." +msgstr "" + +#. placeholder {0}: isSwap ? 'swap' : 'bridge' +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "The {0} is in progress. You can check its status in History after exiting this page." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "The approval for this contract will be revoked in case of the amount is 0." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "The chainID is not equal to the currently connected one." +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +msgid "The contract address is incorrect or the collection does not belong to you." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is not known to be able to modify the balance of the token of other addresses." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "The current wallet does not hold a lens and cannot follow/unfollow" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx +msgid "The custom amount entered may be higher than the required network fee." +msgstr "" + +#: build/bundled/176.js +#: build/bundled/51.js +#: build/bundled/91.js +#: packages/mask/dashboard/utils/api.ts +msgid "The download link is expired" +msgstr "" + +#: packages/shared/src/UI/modals/SelectProviderModal/PluginProviderRender.tsx +msgid "The following wallets are not installed or in conflict with others" +msgstr "" + +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "The input is not a single file." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx +msgid "The Lucky Drop can't be sent due to data damage." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +msgid "The maximum number of NFTs to be sold in one collection lucky drop contract is 255." +msgstr "" + +#. placeholder {0}: formatBalance(1, token.decimals) +#. placeholder {1}: token.symbol +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "The minimum amount for each share is {0} {1}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "The mnemonic word has been copied, please keep it in a safe place." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/index.tsx +msgid "The mnemonic words has been copied, please keep it in a safe place." +msgstr "" + +#. placeholder {0}: match.nativeCurrency.symbol +#: packages/mask/popups/pages/Wallet/EditNetwork/useWarnings.ts +msgid "The network with chain ID {formChainId} may use a different currency symbol ({0}) than the one you have entered. Please check." +msgstr "" + +#: packages/mask/popups/modals/ChangePaymentPasswordModal/index.tsx +msgid "The new passwords don't match" +msgstr "" + +#. placeholder {0}: profile.identifier.userId +#: packages/mask/content-script/components/shared/SelectRecipients/ProfileInList.tsx +msgid "The Persona is connected to the account @${0}." +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/ProfileInList.tsx +msgid "The Persona is connected to the following accounts: {list}" +msgstr "" + +#: packages/mask/content-script/components/shared/SelectRecipients/ProfileInList.tsx +msgid "The Persona is not connected to any accounts." +msgstr "" + +#: packages/mask/popups/modals/PersonaRenameModal/index.tsx +msgid "The persona name already exists." +msgstr "" + +#: packages/plugins/Tips/src/contexts/Tip/useRecipientValidate.ts +msgid "The receiving address is a contract address. Please check again." +msgstr "" + +#: packages/plugins/Tips/src/contexts/Tip/useRecipientValidate.ts +msgid "The receiving address may be a malicious address." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "The RPC URL you have entered returned a different chain ID ({rpcChainId}). Please update the Chain ID to match the RPC URL of the network you are trying to add." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "The token approval revoked." +msgstr "" + +#. placeholder {0}: format(localTransaction.updatedAt, "HH:mm 'on' M/dd/yyyy") +#: packages/mask/popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts +msgid "The transaction was complete and has been recorded on blockchain at {0}" +msgstr "" + +#. placeholder {0}: format(localTransaction.createdAt, "HH:mm 'on' M/dd/yyyy") +#: packages/mask/popups/pages/Wallet/TransactionDetail/useTransactionLogs.ts +msgid "The transaction was confirmed at {0}" +msgstr "" + +#: packages/plugins/NextID/src/components/Actions/index.tsx +msgid "The user has not set this." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +msgid "The wallet address already exists." +msgstr "" + +#: packages/mask/popups/modals/AddContactModal/index.tsx +#: packages/mask/popups/modals/EditContactModal/index.tsx +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +msgid "The wallet name already exists." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "The web site can" +msgstr "" + +#. placeholder {0}: message.domain +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "The website ({messageOrigin}) is asking you to sign in to another domain ({0}). This may be a phishing attack." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "There was a network or RPC provider error, please try again later!" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/index.tsx +msgid "There's no feed associated with this address." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +msgid "This address is a contract address." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +msgid "This address may be a scam address." +msgstr "" + +#. placeholder {0}: String(token?.symbol) +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "This allows the third party to spend {value} {0} from your current balance." +msgstr "" + +#: packages/mask/popups/components/UnlockERC20Token/index.tsx +msgid "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." +msgstr "" + +#. placeholder {0}: duplicated.name +#: packages/mask/popups/pages/Wallet/EditNetwork/useWarnings.ts +msgid "This Chain ID is currently used by the {0} network. " +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing." +msgstr "" + +#: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx +msgid "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." +msgstr "" + +#: packages/mask/popups/hooks/useContactsContext.ts +msgid "This ENS does not exist or not be resolved." +msgstr "" + +#: packages/mask/popups/pages/Personas/ExportPrivateKey/index.tsx +msgid "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." +msgstr "" + +#: packages/shared/src/UI/components/PluginEnableBoundary/index.tsx +msgid "This function has been turned off in the App settings. Enable plugins to fully access." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/QuoteRoute.tsx +msgid "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This is unlikely to be an airdrop scam. Many scams attract users through airdrops." +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "This message contains a invalid EIP-4361 message. It is better to reject this request." +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "This network name already exists" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx +msgid "This NFT contract cannot be modified now." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/ActivitiesList.tsx +msgid "This NFT didn't have any activities." +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/OffersList.tsx +msgid "This NFT didn't have any offers." +msgstr "" + +#. placeholder {0}: lensAccount.operations.canFollow.reason +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "This profile can not be followed: {0}" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "This profile can not be followed." +msgstr "" + +#: packages/plugins/ArtBlocks/src/SiteAdaptor/ActionBar.tsx +msgid "This project is no longer active" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Mnemonic/ComponentToPrint.tsx +msgid "This QR includes your identity, please keep it safely." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/ComponentToPrint.tsx +msgid "This QR includes your mnemonic words, please keep it safely." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "This request has been expired." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/interaction.tsx +msgid "This request may be a phishing attach. I understand this and want to continue." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "This request should only be sign in the future." +msgstr "" + +#. placeholder {0}: network.name +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "This RPC URL is currently used by the {0} network" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/index.tsx +msgid "This swap isn’t supported" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token contract has code that prevent selling. This might is a honeypot." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "This token has no risky or attention factors." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." +msgstr "" + +#: packages/mask/content-script/site-adaptors/twitter.com/customization/i18n.ts +msgid "This tweet is encrypted with #mask_io (@masknetwork). 📪🔑" +msgstr "" + +#: build/bundled/168.js +msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" +msgstr "" + +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +msgid "This wallet address has already been connected." +msgstr "" + +#. placeholder {0}: String(currentPersona?.nickname) +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "This wallet is connected to current persona {0}." +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "This will overwrite the existing cloud backup with the local data, this cannot be undo." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "Time" +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Timestamp" +msgstr "" + +#: packages/plugins/Tips/src/components/TipDialog.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "Tips" +msgstr "" + +#: packages/mask/popups/components/AddContactInputPanel/index.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Tips/src/components/RecipientSection/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "To" +msgstr "" + +#. placeholder {0}: formatDomainName(domain) +#. placeholder {0}: formatEthereumAddress(toAddress, 4) +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "to {0}" +msgstr "" + +#. placeholder {0}: type === ActivityType.Mint ? Utils.formatAddress(activity.from?.address, 4) : activity.receive.nickname || (activity.receive.address ? Utils.formatAddress(activity.receive.address, 4) : '-') +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/ActivityCard.tsx +msgid "To <0>{0}" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ActivityList/ActivityItem.tsx +msgid "to <0>{toAddress}" +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/index.tsx +msgid "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." +msgstr "" + +#. placeholder {0}: add(differenceInDays(new Date(time), new Date()), 1).toString() +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "To use Lido, you need to wait {0} days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "To verify your X account and record it on the NextID, please send this post for the verification." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx +msgid "To verify your X account and record it on the NextID, you will need to send a post for the verification." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx +msgid "Token" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Token Address" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Token Contract Address" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Token ID" +msgstr "" + +#: build/bundled/67.js +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Token ID separated by comma, e.g. 1223,1224," +msgstr "" + +#: packages/shared/src/UI/components/AddCollectibles/index.tsx +msgid "Token ID should be separated by comma, e.g. 1223,1224," +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "Token info" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +msgid "Token Name" +msgstr "" + +#: packages/mask/popups/pages/Wallet/CollectibleDetail/index.tsx +msgid "Token now is hidden." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "Token quantity greater than" +msgstr "" + +#: packages/plugins/Collectible/src/SiteAdaptor/Shared/DetailsCard.tsx +msgid "Token Standard" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Token unlocked" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +#: packages/mask/popups/pages/Wallet/Interaction/WatchTokenRequest.tsx +msgid "Token Value" +msgstr "" + +#: packages/mask/popups/pages/Wallet/AddToken/index.tsx +#: packages/mask/popups/pages/Wallet/components/WalletAssets/index.tsx +#: packages/mask/popups/pages/Wallet/Transfer/index.tsx +#: packages/plugins/Approval/src/SiteAdaptor/ApprovalDialog.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/Tips/src/components/TipDialog.tsx +msgid "Tokens" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Total amount" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Total cost" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +msgid "Total NFTs" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/TokenPanel.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +#: packages/shared/src/UI/components/FungibleCoinMarketTable/index.tsx +msgid "Total Supply" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/CoinMarketTable.tsx +msgid "Total Volume" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Trading mode" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx +msgid "Trading route" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Trading Route" +msgstr "" + +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +msgid "Transaction" +msgstr "" + +#: packages/shared/src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx +msgid "Transaction Confirmed" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftRedPacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "Transaction cost" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/mask/popups/pages/Trader/Header.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx +msgid "Transaction Details" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transaction failed" +msgstr "" + +#: packages/shared/src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx +msgid "Transaction Failed" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Transaction Fee" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transaction has been rejected!" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +msgid "Transaction Hash" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx +msgid "Transaction history is only stored locally and will be deleted if you clear your browser data." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Transaction in progress. Thank you for your patience." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Transaction rejected" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/shared/src/UI/translate.ts +msgid "Transaction submitted." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Transaction type" +msgstr "" + +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceForm.tsx +msgid "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Transfer {0} NFT." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transfer NFT" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Transfer Token" +msgstr "" + +#. placeholder {0}: toNetwork?.fullName +#. placeholder {1}: tx.bridgeName +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Transferring asset across to the {0} network via the {1}cross-chain bridge" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "True Token" +msgstr "" + +#: packages/mask/content-script/components/GuideStep/index.tsx +msgid "Try" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Try Again" +msgstr "" + +#: packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx +msgid "Try to recover" +msgstr "" + +#: build/bundled/109.js +#: build/entry/popups.js +#: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts +msgid "Try token from different chains" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "Trying exploring more features powered by Mask Network." +msgstr "" + +#: packages/mask/popups/modals/ChangeBackupPasswordModal/index.tsx +msgid "Two entered passwords are different." +msgstr "" + +#: packages/mask/popups/modals/SetBackupPasswordModal/index.tsx +#: packages/mask/popups/pages/Wallet/hooks/usePasswordForm.ts +msgid "Two entered passwords are not the same." +msgstr "" + +#: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx +#: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx +msgid "Tx Fee" +msgstr "" + +#: packages/plugins/CyberConnect/src/SiteAdaptor/ConnectButton.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "Unfollow" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/hooks/Lens/useUnfollow.ts +msgid "Unfollow lens handle" +msgstr "" + +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +msgid "unique contributors" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Unknown EIP-4361 message version." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Unlikely to be a honeypot." +msgstr "" + +#: build/bundled/101.js +#: build/bundled/102.js +#: build/bundled/178.js +#: build/bundled/191.js +#: packages/shared/src/UI/components/UploadDropArea/index.tsx +msgid "unlimited" +msgstr "" + +#: packages/shared/src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx +msgid "Unlisted" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Unlock" +msgstr "" + +#. placeholder {0}: token.symbol +#: packages/shared/src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx +msgid "Unlock {0}" +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Unlock {0} NFT contract." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "Unlock {0}." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Unlock NFT Contract" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Unlock token" +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Unlock Token" +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Unlocking {hasSymbolName}..." +msgstr "" + +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +#: packages/shared/src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx +msgid "Unlocking ALL..." +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SecurityPanel.tsx +msgid "Unnamed" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Unpacking" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Local.tsx +msgid "Unsupported data backup" +msgstr "" + +#: packages/mask/dashboard/components/Restore/RestoreWalletFromLocal.tsx +msgid "Unsupported key store data" +msgstr "" + +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +msgid "Unsupported Network" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SelectWallet/index.tsx +msgid "Unsupported network type" +msgstr "" + +#. placeholder {0}: formatCurrency(formatWeiToGwei(option.suggestedMaxFeePerGas), '') +#: packages/shared/src/UI/components/SettingsBoard/GasOption.tsx +msgid "up to {0} Gwei" +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "Update NFT Avatar Success!" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Permissions/index.tsx +msgid "Update permission for X.com" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Update Quote" +msgstr "" + +#: packages/mask/popups/modals/UpdatePermissionModal/index.tsx +msgid "Update X.com Permissions" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +msgid "Updated" +msgstr "" + +#: packages/shared/src/UI/components/WalletConnectedBoundary/index.tsx +msgid "Updating Gas Fee…" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Upload backup" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +#: packages/plugins/FileService/src/SiteAdaptor/components/RouterDialog.tsx +msgid "Upload File" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/UploadFile.tsx +msgid "Uploaded files" +msgstr "" + +#: packages/mask/dashboard/modals/BackupPreviewModal/BackupPreviewDialog.tsx +msgid "Uploading" +msgstr "" + +#: packages/mask/popups/pages/Wallet/EditNetwork/network-schema.ts +msgid "URLs require the appropriate HTTPS prefix." +msgstr "" + +#: packages/mask/content-script/site-adaptors/instagram.com/injection/NFT/ProfileNFTAvatar.tsx +msgid "Use NFT" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Use Persona to encrypt and decrypt social media posts & messages." +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionMethodSelector.tsx +msgid "Use text encryption" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileList.tsx +msgid "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." +msgstr "" + +#: packages/plugins/VCent/src/SiteAdaptor/index.tsx +#: packages/plugins/VCent/src/SiteAdaptor/index.tsx +msgid "Valuables" +msgstr "" + +#: packages/mask/popups/pages/Wallet/TokenDetail/index.tsx +msgid "value" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/NonFungibleTickersTable.tsx +msgid "Value" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/EmailField.tsx +msgid "Verification code has been sent to your email. Please check your mailbox." +msgstr "" + +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." +msgstr "" + +#. placeholder {0}: currentVerifiedBy.join(', ') +#. placeholder {0}: verifiedBy.join(', ') +#: packages/shared/src/UI/components/AssetsManagement/CollectibleItem.tsx +#: packages/shared/src/UI/components/AssetsManagement/Collection.tsx +#: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx +msgid "Verified by {0}" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Verify" +msgstr "" + +#. placeholder {0}: persona.nickname ?? '' +#: packages/shared/src/UI/components/PersonaSelectPanel/index.tsx +msgid "Verify {0}" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/hooks/useNotifyConnected.ts +msgid "Verify Account" +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +msgid "Verify your wallet" +msgstr "" + +#: packages/shared/src/UI/components/ConnectPersonaBoundary/index.tsx +msgid "Verify your X ID" +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +#: packages/mask/popups/pages/Settings/index.tsx +msgid "Version" +msgstr "" + +#: build/bundled/101.js +#: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx +#: packages/plugins/NextID/src/SiteAdaptor/VerificationPayload.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketRecord.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/ProfileSpaceHeader.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/SocialBadges/LensList.tsx +#: packages/shared/src/UI/components/SocialAccountList/SocialListItem.tsx +msgid "View" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/TransactionRequest.tsx +msgid "View full transaction details" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/ProfileBar.tsx +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +#: packages/mask/popups/pages/Wallet/TransactionDetail/index.tsx +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/RiskWarningDialog.tsx +#: packages/plugins/Tips/src/components/RecipientSection/RecipientSelect.tsx +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +#: packages/shared/src/UI/components/WalletStatusBox/index.tsx +msgid "View on Explorer" +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "View real-time crypto prices, market cap, trading volume, etc." +msgstr "" + +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +msgid "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "View your account balance and history" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "View your address" +msgstr "" + +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Lens/FollowLensDialog.tsx +msgid "View your profile in firefly" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Interaction/PermissionRequest.tsx +msgid "View your Tokens and NFTs" +msgstr "" + +#: packages/mask/content-script/components/CompositionDialog/EncryptionTargetSelector.tsx +msgid "Visible To" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/TickersTable.tsx +msgid "Volume (24h)" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/Snapshot.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Vote" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +msgid "Votes" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx +msgid "Wait too long for the confirmation." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Waiting for {providerType}" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Waiting time" +msgstr "" + +#: packages/plugins/Avatar/src/SiteAdaptor/NFTAvatar.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx +msgid "Wallet" +msgstr "" + +#: packages/mask/popups/modals/WalletGroupModal/index.tsx +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +#: packages/shared/src/UI/modals/WalletStatusModal/WalletStatusDialog.tsx +msgid "Wallet Account" +msgstr "" + +#: packages/mask/popups/components/ConnectedWallet/index.tsx +msgid "Wallet disconnected" +msgstr "" + +#. placeholder {0}: String(index + 1) +#: packages/mask/popups/modals/WalletGroupModal/index.tsx +#: packages/mask/popups/pages/Wallet/CreateWallet/index.tsx +msgid "Wallet Group #{0}" +msgstr "" + +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +#: packages/mask/popups/modals/WalletRenameModal/index.tsx +msgid "Wallet name must between 3 to 18 characters." +msgstr "" + +#: packages/mask/popups/modals/ConnectProvider/index.tsx +msgid "Wallet request timed out" +msgstr "" + +#: packages/mask/popups/pages/Wallet/SwitchWallet/index.tsx +#: packages/mask/popups/pages/Wallet/WalletSettings/index.tsx +msgid "Wallet Settings" +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +#: packages/plugins/NextID/src/components/BindDialog.tsx +#: packages/plugins/NextID/src/components/BindPanelUI.tsx +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +msgid "Wallet Sign" +msgstr "" + +#: packages/plugins/NextID/src/hooks/useWalletSign.ts +msgid "Wallet sign cancelled." +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +msgid "Wallet sign failed." +msgstr "" + +#: packages/plugins/NextID/src/components/BindDialog.tsx +msgid "Wallet sign succeeded." +msgstr "" + +#: packages/mask/popups/pages/Personas/WalletConnect/index.tsx +#: packages/shared/src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx +msgid "WalletConnect" +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "We are not aware of any code that prevents the sale of tokens." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/PermissionOnboarding/index.tsx +msgid "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" +msgstr "" + +#: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/CheckSecurityConfirmDialog.tsx +msgid "We recommend new Web3 users to keep [Check Security] open." +msgstr "" + +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +#: packages/shared/src/UI/components/VerifyNextIDDialog/index.tsx +msgid "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/RouterDialog.tsx +#: packages/plugins/FileService/src/SiteAdaptor/index.tsx +msgid "Web3 File Service" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +msgid "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trending/PluginDescriptor.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/components/Web3ProfileDialog.tsx +#: packages/plugins/Web3Profile/src/SiteAdaptor/index.tsx +#: packages/shared/src/UI/components/PluginCardFrame/index.tsx +msgid "Web3 Profile" +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/ProfileCard/index.tsx +#: packages/plugins/ProfileCard/src/SiteAdaptor/index.tsx +#: packages/plugins/Trader/src/SiteAdaptor/trending/PluginDescriptor.tsx +msgid "Web3 Profile Card" +msgstr "" + +#: build/bundled/212.js +#: packages/mask/popups/pages/Settings/index.tsx +#: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +#: packages/shared/src/UI/components/CoinMetadataTable/index.tsx +msgid "Website" +msgstr "" + +#: packages/mask/popups/pages/Wallet/Unlock/index.tsx +msgid "Welcome Back" +msgstr "" + +#: packages/mask/popups/pages/Personas/Home/UI.tsx +msgid "Welcome to Mask Network" +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx +msgid "Welcome to use Mask Network" +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/Terms.tsx +msgid "What is Web3 File Service?" +msgstr "" + +#. placeholder {0}: nativeTokenDetailed?.symbol || 'ETH' +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx +msgid "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of {0}. Please reduce the number of NFTs selected." +msgstr "" + +#: packages/mask/dashboard/components/GoogleDriveLogin.tsx +msgid "when you click Add Google Drive button,you will be forwarded to Google authorization pages." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "Whitelist function" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx +msgid "Who can claim" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "Who can claim?" +msgstr "" + +#: build/bundled/100.js +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Why I can't vote?" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx +msgid "Winners" +msgstr "" + +#: packages/plugins/Savings/src/SiteAdaptor/SavingsDialog.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/SavingsTable/SavingsRow.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Withdraw" +msgstr "" + +#. placeholder {0}: protocol.bareToken.symbol ?? '' +#. placeholder {0}: protocol.stakeToken.symbol +#: packages/plugins/Savings/src/SiteAdaptor/SavingsForm.tsx +#: packages/plugins/Savings/src/SiteAdaptor/WithdrawForm.tsx +msgid "Withdraw {0}" +msgstr "" + +#. placeholder {0}: message.token +#: packages/shared/src/UI/translate.ts +msgid "Withdraw {0} for savings." +msgstr "" + +#: packages/shared/src/UI/translate.ts +msgid "Withdraw token" +msgstr "" + +#: packages/mask/popups/pages/Wallet/ExportPrivateKey/index.tsx +msgid "Write down mnemonic words" +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateMnemonic/index.tsx +msgid "Write down recovery phrase" +msgstr "" + +#: packages/shared/src/UI/components/ChainBoundary/index.tsx +msgid "Wrong Network" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotesCard.tsx +msgid "You" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/ConditionSettings.tsx +msgid "You can claim the lucky drop by holding the required amount of any selected token." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/RedpacketConfirm.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/views/TokenRedPacketConfirm.tsx +msgid "You can withdraw the remaining balance 24 hours after sending the lucky drop." +msgstr "" + +#: packages/shared/src/UI/modals/ConnectWalletModal/index.tsx +msgid "You canceled the request." +msgstr "" + +#. placeholder {0}: formatBalance(claimRecord.amount.toString(), token?.decimals, { significant: 2 }) +#. placeholder {0}: formatBalance(data.claimed_amount, token?.decimals, { significant: 2 }) +#. placeholder {1}: token?.symbol || '' +#: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/index.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/SolanaRedPacketCard.tsx +msgid "You claimed {0} ${1}." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/NftRedPacket/index.tsx +msgid "You claimed 1." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/SetupGuide/AccountConnectStatus.tsx +msgid "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." +msgstr "" + +#. placeholder {0}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "You didn't approve {0}. Please do not set spending cap to 0 and try it again." +msgstr "" + +#. placeholder {0}: amount ?? '' +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "You have claimed {0} $ARB." +msgstr "" + +#. placeholder {0}: message.amount +#. placeholder {1}: message.symbol +#: packages/shared/src/UI/translate.ts +msgid "You have donated {0} {1}" +msgstr "" + +#: packages/plugins/Avatar/src/Application/UploadAvatarDialog.tsx +msgid "You have set NFT PFP successfully." +msgstr "" + +#: packages/mask/popups/pages/Personas/ConnectWallet/index.tsx +msgid "You have signed with your wallet." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/GoogleDrive.tsx +msgid "You have successfully restored the backup from Google Drive to your browser." +msgstr "" + +#: packages/mask/dashboard/components/Restore/ConfirmSynchronizePasswordDialog.tsx +msgid "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/views/NftHistory.tsx +msgid "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." +msgstr "" + +#: packages/plugins/FileService/src/SiteAdaptor/components/FileBrowser.tsx +msgid "You haven't uploaded any files yet." +msgstr "" + +#. placeholder {0}: tolerance.toString() +#: packages/shared/src/UI/components/SettingsBoard/SlippageToleranceForm.tsx +msgid "You may have {0}% less received with this level of slippage tolerance." +msgstr "" + +#: packages/web3-providers/src/GoPlusLabs/rules.ts +msgid "You may lose your assets if you give approval to the website of this token." +msgstr "" + +#. placeholder {0}: contractName ?? '' +#. placeholder {1}: token.symbol +#: packages/shared/src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx +msgid "You must give the {0} smart contract permission to use your {1}. You only have to do this once per token." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to follow <0>@{twitterHandle}" +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to follow the creator of the lucky drop." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to hold any of the following NFTs in your wallet." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to hold any of the following tokens." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "You need to hold at least {quantity} of any of the following tokens." +msgstr "" + +#: packages/mask/content-script/components/InjectedComponents/DisabledPluginSuggestion.tsx +msgid "You need to open the dApp to view the specific content." +msgstr "" + +#: packages/plugins/Claim/src/SiteAdaptor/components/AirDropActivities/AirDropActivityItem.tsx +msgid "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketEnvelope.tsx +#: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketEnvelope.tsx +msgid "You've already claimed the lucky drop" +msgstr "" + +#. placeholder {0}: message.token +#. placeholder {1}: message.spender +#: packages/shared/src/UI/translate.ts +msgid "You've approved {0} for {1}. If you want to revoke this token, please set spending cap amount to 0." +msgstr "" + +#. placeholder {0}: file.name +#: packages/plugins/FileService/src/SiteAdaptor/FileViewer.tsx +msgid "You've saved {0} to Web3 file service." +msgstr "" + +#: packages/mask/popups/components/SignRequestInfo/index.tsx +msgid "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Your file has been successfully merged into the browser data." +msgstr "" + +#: packages/mask/dashboard/modals/RestoreBackupModal/RestoreBackupDialog.tsx +msgid "Your file has been successfully restore into the browser data." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/CreateWalletForm/index.tsx +msgid "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Your Persona has been successfully created." +msgstr "" + +#: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx +msgid "Your Persona is on **ready 🚀**" +msgstr "" + +#: packages/shared/src/hooks/useOpenShareTxDialog.tsx +msgid "Your transaction has been confirmed!" +msgstr "" + +#: packages/plugins/Trader/src/SiteAdaptor/trader/views/Transaction.tsx +msgid "Your transaction should be done in <0/>" +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Your vote has been successful." +msgstr "" + +#: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx +msgid "Your voting power" +msgstr "" + +#: packages/plugins/Claim/src/hooks/useClaimAirdrop.tsx +msgid "Your wallet cancelled the transaction." +msgstr "" + +#: packages/plugins/RedPacket/src/SiteAdaptor/Conditions/index.tsx +msgid "Your wallet does not meet the eligibility criteria for claiming." +msgstr "" + +#: packages/mask/dashboard/pages/CreateMaskWallet/Onboarding/index.tsx +msgid "Your Wallet is on **ready 🚀**" +msgstr "" + +#: packages/mask/popups/pages/Wallet/components/ImportCreateWallet/index.tsx +msgid "Your X account authorization has timed out. Please try again." msgstr "" diff --git a/packages/shared-base/src/Privy/SetupProvider.tsx b/packages/shared-base/src/Privy/SetupProvider.tsx index e438174896c2..ef6160db6e0f 100644 --- a/packages/shared-base/src/Privy/SetupProvider.tsx +++ b/packages/shared-base/src/Privy/SetupProvider.tsx @@ -1,10 +1,15 @@ -import { assert } from '@masknet/shared-base' import { PrivyProvider } from '@privy-io/react-auth' -import type { PropsWithChildren } from 'react' +import { type PropsWithChildren } from 'react' import { chains } from './configs' export function PrivySetupProvider({ children }: PropsWithChildren) { - assert(process.env.PRIVY_APP_ID, 'Missing PRIVY_APP_ID') + if (!process.env.PRIVY_APP_ID) { + return ( + + No process.env.PRIVY_APP_ID set. + + ) + } return ( Drag & Drop your file here ", - ["0", "select", { "other": ["<1>Size limit: 10 MB "], "omit": [] }], - "<2>or <3>Browse File" - ], - "FY2gWe": ["The contract address is incorrect or the collection does not belong to you."], - "FZg3wM": ["Operation"], - "FiKDfi": ["Failed to unlock NFT contract."], - "GAZNIW": ["Price Statistic"], - "GEL05h": ["WalletConnect"], - "GXhrYw": ["1. If you haven't installed the ", ["name"], " Wallet"], - "Gmmd6d": ["Verify your X ID"], - "GyvZPz": ["Token ID should be separated by comma, e.g. 1223,1224,"], - "H+bGaz": ["Browse File"], - "HF6C2L": ["Phone Number"], - "HFVck2": ["Lucky Drop with ", ["0"], " refunded."], - "HH25qd": ["No wallet selected."], - "HpK/8d": ["Reload"], - "HqiAyF": ["Gwei"], - "IGbphl": ["Unlocking ALL..."], - "ITBQO3": ["Max priority fee must be greater than 0 GWEI"], - "IhnvgP": ["Change to EVM Wallet"], - "Iu4Ja9": ["Please enter token contract address."], - "JLiwYz": ["Mask Network requires the permission of following websites before using it."], - "JOP9uZ": ["Transaction has been rejected!"], - "JbKZsv": ["Scan the QR code with a WalletConnect-compatible wallet"], - "Jc3mpY": ["Request timeout."], - "Jg5pf7": ["Current base fee is ", ["0"], " Gwei"], - "JiIKww": ["Advanced Settings"], - "JlFcis": ["Send"], - "JuVC24": ["Deposit token"], - "KCeSRZ": [ - "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." - ], - "KTfagY": ["Lucky drop with ", ["0"], " created."], - "KVAoFR": ["unlimited"], - "KWeNH6": ["Unlocking ", ["hasSymbolName"], "..."], - "KojyJ4": ["Wrong Network"], - "KwJJLb": ["<0>Powered by <1>", ["0"], ""], - "L4vN0F": ["EVM"], - "La9ArN": ["<0>Powered by ", ["publisherNode"]], - "Lho4Qd": ["DSearch"], - "M4g1UJ": ["Contract Interaction"], - "M7ZGdw": ["2. If you have installed the ", ["name"], " Wallet"], - "MKEPCY": ["Follow"], - "MOHcKb": ["Enter a max priority fee"], - "Mi8ATZ": ["The token approval revoked."], - "MpnSqP": [["0"], " Pending"], - "MyjAbr": ["Resend"], - "Ng063n": ["Donate"], - "Nhp9Kw": ["Exceeded the maximum file size of ", ["fileSize"], "."], - "O2XHf2": ["Check ", ["providerName"], " to confirm connect."], - "OAZ+tI": [ - ["attentionFactors", "plural", { "one": ["#", " Attention item"], "other": ["#", " Attention items"] }] - ], - "OIIXl+": ["Select an NFT"], - "OLY2Jk": ["Gas Price"], - "OPsV2g": ["Failed to load MASK. Click to retry."], - "OQEwR/": ["Create Lucky Drop"], - "OfhWJH": ["Reset"], - "On0aF2": ["Website"], - "P+K/3O": ["Confirming"], - "P7S/hC": ["Max priority fee must be greater than 0 Gwei."], - "PRkIUI": ["Gas Fee"], - "Pd3dlq": ["Circulating Supply"], - "PiH3UR": ["Copied!"], - "PlE+Fs": ["Connect and Verify ", ["0"]], - "QRsMow": ["Transaction Confirmed"], - "Qd0xFm": ["Refund your expired Lucky Drop."], - "QyZU8V": [["riskyFactors", "plural", { "one": ["#", " Risky item"], "other": ["#", " Risky items"] }]], - "R9aEN5": ["Send ", ["0"]], - "RNfEI8": ["You canceled the request."], - "RUYsn0": ["Clear All"], - "Re7Oex": ["Transaction submitted."], - "RiLzWA": ["Please switch to this network in the mobile application wallet you are connected to."], - "Ry8TiY": ["Create Smart Pay wallet"], - "S0vyIh": ["Owner changed."], - "SNZM71": [["0"], " withdrawn."], - "SREKz9": ["Report NFT Scam Contract?"], - "Sjplg3": ["View on Explorer"], - "T0Y2+3": ["Select a token"], - "TP9/K5": ["Token"], - "TRoDRd": ["Failed to deposit token."], - "Tg003Y": ["Connected wallets settings"], - "URmyfc": ["Details"], - "UbRKMZ": ["Pending"], - "UfJmJU": ["Invalid slippage tolerance."], - "UmVZrM": ["Failed to create Lucky Drop."], - "UqJ0W/": ["Cancel Transaction"], - "UxYZfY": ["Revoke the approval for ", ["0"], "."], - "V8j2d/": ["App list"], - "VAOn4r": ["Unlock"], - "VECuJk": ["Wallet Account"], - "VSx1eg": ["Max priority fee"], - "VcLnc7": ["Confirm Risk Warning"], - "VuFd5C": ["Balance: ", ["0"]], - "VvPeyR": [["0"], " unlocked"], - "W7rMXF": ["Failed to send token."], - "WDcQq9": ["Unlisted"], - "Wqoa0p": ["Connect Persona"], - "X3X0nY": ["You may have ", ["0"], "% less received with this level of slippage tolerance."], - "XA8JXM": ["Add NFTs"], - "Xftpm5": ["Select Collection"], - "Xprzee": ["Enter a gas price"], - "YOacnL": ["Tell friends what's happening..."], - "YPNSH3": ["Connect Solana Wallet"], - "YXIpYp": ["Please verify the current persona with a social media account before using dApps."], - "Yc+m57": [ - "Data source is retrieved from ", - [ - "platform", - "select", - { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "next_id": ["NEXT.ID"] } - ], - "." - ], - "Ywu8Rl": ["Please connect ", ["0"], " and send a proof post before using dApps."], - "Z33XCd": ["Input contract address"], - "Z7ZXbT": ["Approve"], - "Z8G4E5": ["Change to Flow Wallet"], - "Z8lGw6": ["Share"], - "ZQbnxO": ["No collectible found."], - "ZQr5hT": ["Unlock Token"], - "ZSgQgC": ["Max fee is too low for network conditions."], - "ZhrWG1": ["Create persona"], - "ZrZMJ6": ["Backup failed, <0>try again"], - "a1S2x7": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and "] }], - ["sources"], - "." - ], - "a33WQ+": ["Download the ", ["name"], " Wallet here"], - "a6ONsz": ["Unlock ", ["0"], "."], - "a9X8Om": ["Failed to report spam."], - "aVI2qx": ["Click the application icon to list it on the App board."], - "aYT9SD": ["Max fee"], - "agPptk": ["Medium"], - "ahpgxl": ["Please create a Persona and verify your account to use this."], - "apl8rz": ["Failed to withdraw ", ["0"], "."], - "ayxkVX": ["Transaction"], - "b+scYY": ["Requesting Connection"], - "b/mMOj": [["0"], " ", ["1"], " approval successfully."], - "bEPPWi": ["Connect Flow Wallet"], - "bGMpPD": ["Unlock NFT Contract"], - "bLJivk": ["Select an NFT Contract Owner"], - "bQXBhp": [ - "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." - ], - "c19z3W": ["Available Balance"], - "cNJNBU": ["Get optimized search results when you're looking for a token."], - "chL5IG": ["Community"], - "clw/Xh": [["0"], " sent."], - "ct8YaX": ["Exceeded the maximum file size of 10MB."], - "d0aemb": ["Please create a persona for accessing Dapps."], - "dEgA5A": ["Cancel"], - "dXFgcm": ["Transfer Token"], - "du/tmd": ["Create your Lucky Drop."], - "dyNKut": ["Browse Files"], - "eC1gV9": ["Invalid file type"], - "ePK91l": ["Edit"], - "elyK4N": ["Failed to unlock token contract."], - "f61qKX": ["Deploy a SmartPay wallet on Polygon network."], - "fL7WXr": ["Applications"], - "foOw00": ["Balance(", ["symbol"], ")"], - "frOW4Q": ["Phantom only supports the Solana chain."], - "fsBGk0": ["Balance"], - "fx6pOQ": ["Balance: <0/>"], - "gC2WI+": ["Persona"], - "gKSsH7": ["This network is not supported yet."], - "gM+Nj7": [ - "Are you sure to report ", - ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"], "other": ["this NFT"] }], - "? After confirmed, this NFT will be marked as spam." - ], - "ghZx62": ["Unlock token"], - "gk7J2q": [["0", "select", { "other": ["<0>Size limit: ", ["fileSize"], ""], "omit": [] }]], - "gmOW42": ["ENS or Wallet Address"], - "h0qYUk": ["Search with an ENS domain or wallet address to get optimized results."], - "hRtIgr": ["APP list"], - "he3ygx": ["Copy"], - "hzTib5": ["Select an NFT Contract Operator"], - "i4umqX": ["The following wallets are not installed or in conflict with others"], - "i70ilP": [["0"], " NFT contract unlocked."], - "iH8itU": ["Connect your wallet"], - "iNIdDX": ["Incorrect contract address."], - "iPMIoT": ["Enter an amount"], - "iT0Qmd": ["Transaction Failed"], - "ja6Tyz": ["Search with the name of an NFT collection or its symbol to get optimized results."], - "jfJkBQ": ["Gas price is too low for network conditions."], - "jpctdh": ["View"], - "jtExaD": ["Not supported yet."], - "k/vATR": ["Token unlocked"], - "k1pJQo": [["0"], " network is not added to the wallet. Please add it and try again."], - "kG0n0M": ["Network error or user cancels the process."], - "kV9Qeo": ["You have donated ", ["0"], " ", ["1"]], - "kg/ict": ["Lucky Drop claimed."], - "ks5OGD": ["Contract"], - "l3s5ri": ["Import"], - "lqTDfd": ["Slippage Tolerance"], - "m/TPEz": ["(beta)"], - "m2OZMI": ["Max fee cannot be lower than max priority fee"], - "mCB6Je": ["Select All"], - "mHWsOq": ["Failed to confirm"], - "mPxxVq": ["Enter a gas limit"], - "mT57+Q": ["Go to Settings"], - "mUJUVX": ["Claim your NFT Lucky Drop"], - "ma8rSx": ["Your transaction has been confirmed!"], - "mhNIiJ": ["Gas price is higher than necessary. You may pay more than needed."], - "n42fmQ": ["Enter a max fee"], - "nDzNGQ": ["Follow User"], - "nTWWCZ": ["Low"], - "njSHJP": ["You didn't approve ", ["0"], ". Please do not set spending cap to 0 and try it again."], - "nqL5WA": ["Claim Lucky Drop"], - "o+XJ9D": ["Change"], - "oG26Rt": ["Confirm this transaction in your wallet"], - "oMx/mL": [ - "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." - ], - "ocYse8": ["Failed to refund Lucky Drop."], - "ohUJJM": ["Plugins"], - "ooHEV6": ["1 ", ["0"], " NFT Lucky Drop claimed."], - "ouAjo6": ["No Enough Gas Fee"], - "ovBPCi": ["Default"], - "pHfBGz": ["Updating Gas Fee…"], - "pbOGiB": ["Revoke Token"], - "pu3rTn": ["GWEI"], - "pzO3Xa": ["Total Supply"], - "q+O14e": ["Search Area"], - "qCMUPH": ["Unlock ", ["0"]], - "qI8U4x": ["Max fee cannot be lower than max priority fee."], - "qWMpAl": ["up to ", ["0"], " Gwei"], - "qYuscr": ["Max Priority Fee"], - "qfprkE": [ - "Data source is retrieved from ", - ["platform", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"] }], - "." - ], - "qkhZxp": ["Created a SmartPay wallet on Polygon network."], - "qp8fKi": ["By confirming means that you agree to bear the possible risks above."], - "rBLzKv": ["Max fee is higher than necessary."], - "rCsoea": ["Manage Token List"], - "rG3WVm": ["Select"], - "rQQGN1": ["Max priority fee is higher than necessary. You may pay more than needed."], - "rR6iwH": ["Domain Request"], - "ryWxhG": ["Congratulations!"], - "sOcZTR": ["Contract Deployment"], - "sQJ3RN": ["Max priority fee is too low for network conditions."], - "sSkbaZ": ["Request timed out."], - "saHPqg": ["Claim your Lucky Drop."], - "sxkWRg": ["Advanced"], - "t/YqKh": ["Remove"], - "t8dIOP": ["Spam"], - "t9m1iP": ["Spam reported."], - "tHoyBc": ["Please connect ", ["0"], " before using dApps."], - "tKJ7ee": ["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."], - "tcHpvG": ["Change Owner"], - "tfDRzk": ["Save"], - "tk+uyz": [ - "You've approved ", - ["0"], - " for ", - ["1"], - ". If you want to revoke this token, please set spending cap amount to 0." - ], - "u2Srv1": ["Claim your Airdrop"], - "u3ZeYl": ["Transaction failed"], - "uBAxNB": ["Editor"], - "ujpEaI": ["Please connect your wallet"], - "ulAtwO": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and"], "next_id": ["NEXT.ID and"] }], - ["sources"], - "." - ], - "uv94aG": ["Added by user"], - "v7U98p": ["Failed to claim Lucky Drop."], - "vH2C/2": ["Swap"], - "vLXevL": ["Transaction cost"], - "vhlM+H": ["Withdraw ", ["0"], " for savings."], - "vutynE": ["Enable plugin"], - "w0e0yw": ["Gas limit must be at least ", ["0"]], - "wLGJSF": ["Only supports EVM chains, ETH, BNB chain, Polygon, Arb, Op, etc."], - "wThGrS": ["App Settings"], - "xCJdfg": ["Clear"], - "xDO6ZN": ["Plugin switch"], - "xIxVmH": ["Unlock ", ["0"], " NFT contract."], - "xuKB2x": [["0"], " deposited."], - "y3qyKP": ["NFT Lucky Drop created."], - "y6sq5j": ["Following"], - "yDUr0V": ["Lucky Drop refunded."], - "yHrAv+": ["Claim Lucky Drop with ", ["0"], " claimed."], - "yQE2r9": ["Loading"], - "yVzBCJ": ["NFT Lucky Drop claimed."], - "yZhedI": ["Gas fee settings"], - "ygW4tI": ["Please connect your persona"], - "ylUhBz": ["Click to retry"], - "yx/fMc": ["High"], - "z1i6et": ["Failed to ", ["0"], " NFT contract."], - "zBPjcC": ["Revoke the approval for token"], - "zBftr8": ["Claim NFT Lucky Drop"], - "zga9sT": ["OK"], - "zzDlyQ": ["Success"] - } -} diff --git a/packages/shared/src/locale/en-US.po b/packages/shared/src/locale/en-US.po deleted file mode 100644 index 38951df9c0b6..000000000000 --- a/packages/shared/src/locale/en-US.po +++ /dev/null @@ -1,1586 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language: \n" -"Language-Team: \n" -"Content-Type: \n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -msgid "(beta)" -msgstr "" - -#. placeholder {0}: omitSizeLimit ? 'omit' : '' -#: src/UI/components/UploadDropArea/index.tsx -msgid "{0, select, other {<0>Size limit: {fileSize}} omit {}}" -msgstr "" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} approval successfully." -msgstr "" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} NFT contract successfully." -msgstr "" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} NFT contract." -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} deposited." -msgstr "" - -#. placeholder {0}: expectedChainName ?? '' -#: src/UI/components/ChainBoundary/index.tsx -msgid "{0} network is not added to the wallet. Please add it and try again." -msgstr "" - -#. placeholder {0}: message.action -#: src/UI/translate.ts -msgid "{0} NFT contract" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT contract unlocked." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT Lucky Drop created." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT transferred." -msgstr "" - -#. placeholder {0}: pendingTransactions.length -#: src/UI/components/WalletStatusBox/usePendingTransactions.tsx -msgid "{0} Pending" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} sent." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} unlocked" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} were claimed" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} withdrawn." -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "{attentionFactors, plural, one {# Attention item} other {# Attention items}}" -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "{riskyFactors, plural, one {# Risky item} other {# Risky items}}" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "<0>Drag & Drop your file here {0, select, other {<1>Size limit: 10 MB } omit {}}<2>or <3>Browse File" -#~ msgstr "" - -#: src/UI/components/MaskPluginWrapper/index.tsx -msgid "<0>Powered by {publisherNode}" -msgstr "" - -#. placeholder {0}: provider ?? 'Mask Network' -#: src/UI/components/PluginCardFrame/index.tsx -msgid "<0>Powered by <1>{0}" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "1 {0} NFT Lucky Drop claimed." -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "1. If you haven't installed the {name} Wallet" -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "2. If you have installed the {name} Wallet" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "24 Hour Trading Vol" -msgstr "" - -#: src/UI/modals/AddCollectiblesModal/AddCollectiblesDialog.tsx -msgid "Add Collectibles" -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Add NFTs" -msgstr "" - -#: src/UI/components/FungibleTokenList/FungibleTokenItem.tsx -msgid "Added by user" -msgstr "" - -#: src/UI/components/TokenWithSocialGroupMenu/index.tsx -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Address" -msgstr "" - -#: src/UI/components/SettingsBoard/GasSection.tsx -msgid "Advanced" -msgstr "" - -#: src/UI/modals/SelectAdvancedSettingsDialog/SelectGasSettingsDialog.tsx -msgid "Advanced Settings" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -msgid "App list" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -msgid "APP list" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -msgid "App Settings" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -msgid "Applications" -msgstr "" - -#: src/UI/components/GrantPermission/index.tsx -msgid "Approve" -msgstr "" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Approve MASK?" -#~ msgstr "" - -#. placeholder {0}: collection?.name ? 'hasName' : 'noName' -#. placeholder {1}: collection?.name || '' -#: src/hooks/useReportSpam.tsx -msgid "Are you sure to report {0, select, hasName {{1}} noName {this NFT} other {this NFT}}? After confirmed, this NFT will be marked as spam." -msgstr "" - -#: src/hooks/useReportSpam.tsx -#~ msgid "Are you sure to report {0, select, hasName {{1}} noName {this NFT}}? After confirmed, this NFT will be marked as spam." -#~ msgstr "" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Available Balance" -msgstr "" - -#: src/UI/components/QRCode/index.tsx -msgid "Backup failed, <0>try again" -msgstr "" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Balance" -msgstr "" - -#: src/UI/components/ERC721ContractSelectPanel/index.tsx -#~ msgid "Balance: {0}" -#~ msgstr "" - -#: src/UI/components/TokenAmountPanel/index.tsx -msgid "Balance: <0/>" -msgstr "" - -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Balance({symbol})" -msgstr "" - -#: src/UI/components/SettingsBoard/GasSection.tsx -msgid "Basic" -msgstr "" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -msgid "Blocto only supports the Flow chain." -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "Browse File" -#~ msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Browse Files" -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "By confirming means that you agree to bear the possible risks above." -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -#: src/UI/modals/ConfirmDialog/index.tsx -#: src/UI/modals/ImageEditor/ImageEditor.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Cancel" -msgstr "" - -#: src/UI/translate.ts -msgid "Cancel Transaction" -msgstr "" - -#: src/UI/components/WalletStatusBar/Action.tsx -#: src/UI/components/WalletStatusBar/WalletMenuItem.tsx -#: src/UI/components/WalletStatusBox/index.tsx -msgid "Change" -msgstr "" - -#: src/UI/translate.ts -msgid "Change Owner" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to EVM Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to Flow Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#~ msgid "Change to SOL Wallet" -#~ msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to Solana Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change Wallet" -msgstr "" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Check {providerName} to confirm connect." -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Check out the official website" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Circulating Supply" -msgstr "" - -#: src/UI/translate.ts -msgid "Claim Lucky Drop" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Claim Lucky Drop with {0} claimed." -msgstr "" - -#: src/UI/translate.ts -msgid "Claim NFT Lucky Drop" -msgstr "" - -#: src/UI/translate.ts -msgid "Claim your Airdrop" -msgstr "" - -#: src/UI/translate.ts -msgid "Claim your Lucky Drop." -msgstr "" - -#: src/UI/translate.ts -msgid "Claim your NFT Lucky Drop" -msgstr "" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Clear" -msgstr "" - -#: src/UI/components/WalletStatusBox/usePendingTransactions.tsx -msgid "Clear All" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Click the application icon to hide in the App list." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Click the application icon to list it on the App board." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Click the settings icon to list it on the App board." -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Click to retry" -msgstr "" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Community" -msgstr "" - -#: src/UI/modals/ConfirmDialog/index.tsx -#: src/UI/modals/ConfirmModal/Dialog.tsx -#: src/UI/modals/ConfirmModal/Dialog.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Confirm" -msgstr "" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -#~ msgid "Confirm Risk Warning" -#~ msgstr "" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Confirm this transaction in your wallet" -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Confirming" -msgstr "" - -#: src/UI/components/TokenTransactionConfirmModal/index.tsx -#: src/UI/components/TokenTransactionConfirmModal/index.tsx -msgid "Congratulations!" -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Connect {0}" -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Connect and Verify {0}" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect EVM Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect Flow Wallet" -msgstr "" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Connect Persona" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect Solana Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/WalletConnectedBoundary/index.tsx -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -#: src/UI/components/WalletStatusBar/PluginWalletStatusBar.tsx -#: src/UI/components/WalletStatusBox/index.tsx -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "Connect Wallet" -msgstr "" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Connect with {providerName}" -msgstr "" - -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -msgid "Connect your wallet" -msgstr "" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network." -msgstr "" - -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -msgid "Connected wallets settings" -msgstr "" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Contract" -msgstr "" - -#: src/UI/translate.ts -msgid "Contract Deployment" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Contract Deployment {0}" -msgstr "" - -#: src/UI/translate.ts -msgid "Contract Interaction" -msgstr "" - -#: src/UI/components/CopyButton/index.tsx -msgid "Copied!" -msgstr "" - -#: src/UI/components/CopyButton/index.tsx -msgid "Copy" -msgstr "" - -#: src/UI/translate.ts -msgid "Create Lucky Drop" -msgstr "" - -#: src/UI/translate.ts -msgid "Create NFT Lucky Drop" -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Create persona" -msgstr "" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Create Persona" -msgstr "" - -#: src/UI/translate.ts -msgid "Create Smart Pay wallet" -msgstr "" - -#: src/UI/translate.ts -msgid "Create your Lucky Drop." -msgstr "" - -#: src/UI/translate.ts -msgid "Create your NFT Lucky Drop." -msgstr "" - -#: src/UI/translate.ts -msgid "Created a SmartPay wallet on Polygon network." -msgstr "" - -#. placeholder {0}: formatCurrency(formatWeiToGwei(baseFeePerGas), '') -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Current base fee is {0} Gwei" -msgstr "" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#: src/UI/components/SettingsBoard/Context.tsx -#: src/UI/components/SettingsBoard/GasSection.tsx -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "Custom" -msgstr "" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and } next_id {NEXT.ID and }}{sources}." -#~ msgstr "" - -#. placeholder {0}: fromTwitter ? AddressPlatform.Twitter : 'normal' -#: src/UI/components/AccountIcons/index.tsx -msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and }}{sources}." -msgstr "" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and} next_id {NEXT.ID and}}{sources}." -#~ msgstr "" - -#. placeholder {0}: platform || '' -#: src/UI/components/AccountIcons/index.tsx -msgid "Data source is retrieved from {0, select, twitter {Twitter profile} facebook {Facebook profile} other {}}." -msgstr "" - -#. placeholder {0}: resolveNextIDPlatformName(platform) || platform -#. placeholder {0}: type?.replace('_', ' ') ?? '' -#: src/UI/components/AccountIcons/index.tsx -#: src/UI/components/SocialAccountList/SocialTooltip.tsx -msgid "Data source is retrieved from {0}." -msgstr "" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {platform, select, twitter {Twitter profile} facebook {Facebook profile} next_id {NEXT.ID}}." -#~ msgstr "" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {platform, select, twitter {Twitter profile} facebook {Facebook profile}}." -#~ msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." -msgstr "" - -#: src/UI/components/MaskPluginWrapper/index.tsx -msgid "Default" -msgstr "" - -#: src/UI/translate.ts -msgid "Deploy a SmartPay wallet on Polygon network." -msgstr "" - -#: src/UI/translate.ts -msgid "Deploy Smarty Pay wallet" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Deposit {0} for savings." -msgstr "" - -#: src/UI/translate.ts -msgid "Deposit token" -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Details" -msgstr "" - -#: src/UI/components/WalletStatusBox/index.tsx -msgid "Disconnect" -msgstr "" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/contexts/components/InjectedDialog.tsx -msgid "Dismiss" -msgstr "" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Do you want to use MASK tokens to pay gas fee?" -#~ msgstr "" - -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -msgid "Domain Request" -msgstr "" - -#: src/UI/translate.ts -msgid "Donate" -msgstr "" - -#: src/hooks/useSnackbarCallback.tsx -#: src/hooks/useSnackbarCallback.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Done" -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Download the {name} Wallet here" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Drag & Drop your file here" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "DSearch" -msgstr "" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#: src/UI/modals/ImageEditor/ImageEditor.tsx -msgid "Edit" -msgstr "" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Editor" -msgstr "" - -#: src/UI/components/PluginEnableBoundary/index.tsx -msgid "Enable plugin" -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Enable the {name} Wallet extension and disable other wallet extensions" -msgstr "" - -#: src/UI/components/CompositionDialog/CompositionUI.tsx -msgid "Encrypt" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "ENS or Wallet Address" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Enter a gas limit" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Enter a gas price" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Enter a max fee" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Enter a max priority fee" -msgstr "" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Enter an amount" -#~ msgstr "" - -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "EVM" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Exceeded the maximum file size of {fileSize}." -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "Exceeded the maximum file size of 10MB." -#~ msgstr "" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Failed" -msgstr "" - -#. placeholder {0}: message.action -#: src/UI/translate.ts -msgid "Failed to {0} NFT contract." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to claim Lucky Drop." -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Failed to confirm" -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to create Lucky Drop." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Failed to deposit {0}." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to deposit token." -msgstr "" - -#. placeholder {0}: token.symbol ?? token.name ?? 'Token' -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "Failed to load {0}. Click to retry." -msgstr "" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Failed to load MASK. Click to retry." -#~ msgstr "" - -#: src/UI/translate.ts -msgid "Failed to refund Lucky Drop." -msgstr "" - -#: src/hooks/useReportSpam.tsx -msgid "Failed to report spam." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to revoke token contract." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to send token." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to swap" -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to transfer NFT." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to unlock NFT contract." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to unlock token contract." -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Failed to upload file" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Failed to withdraw {0}." -msgstr "" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "Follow" -msgstr "" - -#: src/UI/translate.ts -msgid "Follow User" -msgstr "" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "Following" -msgstr "" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -msgid "Gas Fee" -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSettingModal.tsx -msgid "Gas fee settings" -msgstr "" - -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Gas Limit" -msgstr "" - -#. placeholder {0}: minGasLimit.toFixed() -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Gas limit must be at least {0}" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas limit too low will cause the transaction to fail." -msgstr "" - -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasSection.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Gas Price" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price is higher than necessary. You may pay more than needed." -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price is too low for network conditions." -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price must be greater than 0 Gwei." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Get optimized search results when you're looking for a token." -msgstr "" - -#: src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx -msgid "Go to Settings" -msgstr "" - -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Gwei" -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "GWEI" -msgstr "" - -#: src/UI/components/SettingsBoard/Context.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "High" -msgstr "" - -#. placeholder {0}: provider.name -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "How to use {0} Wallet?" -msgstr "" - -#: src/UI/components/FungibleTokenList/FungibleTokenItem.tsx -msgid "Import" -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/components/FungibleTokenList/index.tsx -msgid "Incorrect contract address." -msgstr "" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Info" -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "Input contract address" -msgstr "" - -#: src/UI/components/SettingsBoard/Context.tsx -msgid "Instant" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Invalid file type" -msgstr "" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "Invalid Network" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useSlippageToleranceSchema.ts -msgid "Invalid slippage tolerance." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Listed" -msgstr "" - -#: src/UI/components/ReloadStatus/index.tsx -msgid "Load failed" -msgstr "" - -#: src/UI/components/LoadingStatus/index.tsx -msgid "Loading" -msgstr "" - -#: src/UI/components/PluginCardFrame/index.tsx -msgid "Loading...." -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Low" -msgstr "" - -#: src/UI/translate.ts -msgid "Lucky Drop claimed." -msgstr "" - -#: src/UI/translate.ts -msgid "Lucky Drop refunded." -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Lucky drop with {0} created." -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Lucky Drop with {0} refunded." -msgstr "" - -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -msgid "Manage Token List" -msgstr "" - -#: src/UI/components/FungibleTokenList/ManageTokenListBar.tsx -#~ msgid "Manage Token Lists" -#~ msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Market Cap" -msgstr "" - -#: src/UI/components/GrantPermission/index.tsx -msgid "Mask Network requires the permission of following websites before using it." -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max fee" -msgstr "" - -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Max Fee" -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max fee cannot be lower than max priority fee" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee cannot be lower than max priority fee." -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee is higher than necessary." -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee is too low for network conditions." -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max priority fee" -msgstr "" - -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Max Priority Fee" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee is higher than necessary. You may pay more than needed." -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee is too low for network conditions." -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max priority fee must be greater than 0 GWEI" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee must be greater than 0 Gwei." -msgstr "" - -#: src/UI/components/SettingsBoard/Context.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Medium" -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "More" -msgstr "" - -#: src/UI/components/FungibleTokenList/index.tsx -msgid "Name or Contract address e.g. USDC or 0x234..." -msgstr "" - -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Name or contract address eg. PUNK or 0x234..." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Network error or user cancels the process." -msgstr "" - -#: src/UI/translate.ts -msgid "NFT Lucky Drop claimed." -msgstr "" - -#: src/UI/translate.ts -msgid "NFT Lucky Drop created." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "NFTs" -msgstr "" - -#: src/UI/components/CollectibleList/CollectibleList.tsx -msgid "No collectible found." -msgstr "" - -#: src/UI/components/EmptyStatus/index.tsx -msgid "No Data" -msgstr "" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "No Enough Gas Fee" -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionList.tsx -#: src/UI/components/AssetsManagement/CollectionList.tsx -msgid "No NFTs found." -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/components/CountryCodePicker/index.tsx -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "No results" -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "No wallet selected." -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionList.tsx -msgid "Not supported yet." -msgstr "" - -#: src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx -msgid "OK" -msgstr "" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -#~ msgid "Only supports EVM chains, ETH, BNB chain, Polygon, Arb, Op, etc." -#~ msgstr "" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Only TypedMessageText is supported currently." -msgstr "" - -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Operation" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Optimize search results with token names, NFT collections, ENS domains or wallet addresses." -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "or" -msgstr "" - -#: src/UI/translate.ts -msgid "Owner changed." -msgstr "" - -#: src/UI/components/WalletStatusBar/WalletDescription.tsx -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Pending" -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#: src/UI/components/PersonaSelectPanel/index.tsx -#: src/UI/modals/PersonaSelectPanelModal/PersonaSelectPanelDialog.tsx -msgid "Persona" -msgstr "" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -#~ msgid "Phantom only supports the Solana chain." -#~ msgstr "" - -#: src/UI/components/PhoneNumberField/index.tsx -msgid "Phone Number" -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please connect {0} and send a proof post before using dApps." -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please connect {0} before using dApps." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please connect your persona" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please connect your wallet" -msgstr "" - -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please create a persona and verify your account to use this." -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -msgid "Please create a Persona and verify your account to use this." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please create a persona for accessing Dapps." -msgstr "" - -#: src/UI/components/AssetsManagement/SelectionSection.tsx -#~ msgid "Please enter token contract address." -#~ msgstr "" - -#: src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx -msgid "Please select the wallet to activate the function after saving the settings." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/ChainBoundary/index.tsx -msgid "Please switch to this network in the mobile application wallet you are connected to." -msgstr "" - -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please verify the current persona with a social media account before using dApps." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please verify your social account" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -msgid "Plugin switch" -msgstr "" - -#: src/UI/components/CompositionDialog/CompositionUI.tsx -msgid "Plugins" -msgstr "" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Post content:" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Price Statistic" -msgstr "" - -#. placeholder {0}: i18n(plugin.name) -#: src/UI/components/CompositionDialog/BadgeRenderer.tsx -msgid "Provided by plugin \"{0}\"" -msgstr "" - -#: src/UI/translate.ts -msgid "Refund Lucky drop" -msgstr "" - -#: src/UI/translate.ts -msgid "Refund your expired Lucky Drop." -msgstr "" - -#: src/UI/components/ReloadStatus/index.tsx -msgid "Reload" -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Remove" -msgstr "" - -#: src/hooks/useReportSpam.tsx -msgid "Report NFT Scam Contract?" -msgstr "" - -#: src/hooks/useReportSpam.tsx -msgid "Report Spam" -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -msgid "Request timed out." -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#~ msgid "Request timeout." -#~ msgstr "" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Requesting Connection" -msgstr "" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Resend" -msgstr "" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Reset" -msgstr "" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Retry" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Revoke the approval for {0}." -msgstr "" - -#: src/UI/translate.ts -msgid "Revoke the approval for token" -msgstr "" - -#: src/UI/translate.ts -msgid "Revoke Token" -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Risk Warning" -msgstr "" - -#: src/UI/modals/ImageEditor/ImageEditor.tsx -msgid "Save" -msgstr "" - -#: src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx -msgid "Scan the QR code with a WalletConnect-compatible wallet" -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Search" -msgstr "" - -#: src/UI/components/CountryCodePicker/index.tsx -msgid "Search Area" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Search with an ENS domain or wallet address to get optimized results." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Search with the name of an NFT collection or its symbol to get optimized results." -msgstr "" - -#: src/UI/components/SelectTokenChip/index.tsx -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -msgid "Select" -msgstr "" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Select a token" -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Select All" -msgstr "" - -#: src/UI/components/ERC721ContractSelectPanel/index.tsx -#~ msgid "Select an NFT" -#~ msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract" -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract Operator" -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract Owner" -msgstr "" - -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Select Collection" -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/components/AssetsManagement/Collection.tsx -#: src/UI/components/AssetsManagement/CollectionList.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Send" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Send {0}" -msgstr "" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx -msgid "Share" -msgstr "" - -#: src/UI/components/SettingsBoard/SlippageToleranceSection.tsx -msgid "Slippage Tolerance" -msgstr "" - -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "Solana" -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "Spam" -msgstr "" - -#: src/hooks/useReportSpam.tsx -msgid "Spam reported." -msgstr "" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Success" -msgstr "" - -#: src/UI/translate.ts -msgid "Swap" -msgstr "" - -#: src/UI/translate.ts -msgid "Swap completed successfully." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/ChainBoundary/index.tsx -msgid "Switch Network" -msgstr "" - -#. placeholder {0}: expectedChainName ?? '' -#: src/UI/components/ChainBoundary/index.tsx -msgid "Switch to {0}" -msgstr "" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Tell friends what's happening..." -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "The contract address is incorrect or the collection does not belong to you." -msgstr "" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -msgid "The following wallets are not installed or in conflict with others" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "The input is not a single file." -msgstr "" - -#: src/UI/translate.ts -msgid "The token approval revoked." -msgstr "" - -#: src/UI/components/PluginEnableBoundary/index.tsx -msgid "This function has been turned off in the App settings. Enable plugins to fully access." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#~ msgid "This network is not supported yet." -#~ msgstr "" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "To interact with Polygon network, MATIC tokens are required to pay as gas fees. SmartPay allow users to pay gas fee on Polygon network with MASK token." -#~ msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Token" -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Token ID separated by comma, e.g. 1223,1224," -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "Token ID should be separated by comma, e.g. 1223,1224," -msgstr "" - -#: src/UI/translate.ts -msgid "Token unlocked" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Total Supply" -msgstr "" - -#: src/hooks/useOpenShareTxDialog.tsx -msgid "Transaction" -msgstr "" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Transaction Confirmed" -msgstr "" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#~ msgid "Transaction cost" -#~ msgstr "" - -#: src/UI/translate.ts -msgid "Transaction failed" -msgstr "" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Transaction Failed" -msgstr "" - -#: src/UI/translate.ts -msgid "Transaction has been rejected!" -msgstr "" - -#: src/UI/translate.ts -msgid "Transaction submitted." -msgstr "" - -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Transfer {0} NFT." -msgstr "" - -#: src/UI/translate.ts -msgid "Transfer NFT" -msgstr "" - -#: src/UI/translate.ts -msgid "Transfer Token" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "unlimited" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Unlisted" -msgstr "" - -#: src/hooks/useGasCurrencyMenu.tsx -#~ msgid "Unlock" -#~ msgstr "" - -#. placeholder {0}: token.symbol -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "Unlock {0}" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Unlock {0} NFT contract." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Unlock {0}." -msgstr "" - -#: src/UI/translate.ts -msgid "Unlock NFT Contract" -msgstr "" - -#: src/UI/translate.ts -msgid "Unlock token" -msgstr "" - -#: src/UI/translate.ts -msgid "Unlock Token" -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Unlocking {hasSymbolName}..." -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Unlocking ALL..." -msgstr "" - -#. placeholder {0}: formatCurrency(formatWeiToGwei(option.suggestedMaxFeePerGas), '') -#: src/UI/components/SettingsBoard/GasOption.tsx -msgid "up to {0} Gwei" -msgstr "" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "Updating Gas Fee…" -msgstr "" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." -msgstr "" - -#. placeholder {0}: currentVerifiedBy.join(', ') -#. placeholder {0}: verifiedBy.join(', ') -#: src/UI/components/AssetsManagement/CollectibleItem.tsx -#: src/UI/components/AssetsManagement/Collection.tsx -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Verified by {0}" -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Verify {0}" -msgstr "" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Verify your X ID" -msgstr "" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "View" -msgstr "" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/components/WalletStatusBox/index.tsx -msgid "View on Explorer" -msgstr "" - -#: src/UI/modals/WalletStatusModal/WalletStatusDialog.tsx -msgid "Wallet Account" -msgstr "" - -#: src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx -msgid "WalletConnect" -msgstr "" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." -msgstr "" - -#: src/UI/components/PluginCardFrame/index.tsx -msgid "Web3 Profile" -msgstr "" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Website" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Withdraw {0} for savings." -msgstr "" - -#: src/UI/translate.ts -msgid "Withdraw token" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Wrong Network" -msgstr "" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "You canceled the request." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "You didn't approve {0}. Please do not set spending cap to 0 and try it again." -msgstr "" - -#. placeholder {0}: message.amount -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "You have donated {0} {1}" -msgstr "" - -#. placeholder {0}: tolerance.toString() -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "You may have {0}% less received with this level of slippage tolerance." -msgstr "" - -#. placeholder {0}: contractName ?? '' -#. placeholder {1}: token.symbol -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "You must give the {0} smart contract permission to use your {1}. You only have to do this once per token." -msgstr "" - -#. placeholder {0}: message.token -#. placeholder {1}: message.spender -#: src/UI/translate.ts -msgid "You've approved {0} for {1}. If you want to revoke this token, please set spending cap amount to 0." -msgstr "" - -#: src/hooks/useOpenShareTxDialog.tsx -msgid "Your transaction has been confirmed!" -msgstr "" diff --git a/packages/shared/src/locale/ja-JP.json b/packages/shared/src/locale/ja-JP.json deleted file mode 100644 index 201ba58000ac..000000000000 --- a/packages/shared/src/locale/ja-JP.json +++ /dev/null @@ -1,425 +0,0 @@ -{ - "messages": { - "++B0oY": ["This function has been turned off in the App settings. Enable plugins to fully access."], - "+01Ill": ["Change to Solana Wallet"], - "+95jK3": ["ガス制限が低すぎると、トランザクションが失敗する原因になります"], - "+A4TPN": [["0"], " NFT contract"], - "+K0AvT": ["接続解除"], - "+hwfjv": ["設定を保存した後、ウォレットを選択して機能を有効にしてください。"], - "/I3RSJ": ["スパムを報告"], - "/JOEaC": ["Deploy Smarty Pay wallet"], - "/OPmPQ": ["Verify ", ["0"]], - "/Swcdo": ["Failed to swap"], - "/capO6": ["Failed to deposit ", ["0"], "."], - "01DWy7": ["Click the settings icon to list it on the App board."], - "04MqGo": ["投稿内容"], - "0CBHBc": ["Change to SOL Wallet"], - "0D4bav": ["名前またはコントラクトアドレス (USDC または 0x234..."], - "0Lp4o6": ["読み込みに失敗しました"], - "0hFUd/": [ - ["0"], - " スマートコントラクトに自分の", - ["1"], - "を使用する許可を与える必要があります。これは1つのトークンにつき1回だけ行う必要があります。" - ], - "0tdB+o": ["Enable the ", ["name"], " Wallet extension and disable other wallet extensions"], - "0wJVK+": ["基本"], - "1+P9RR": ["Switch to ", ["0"]], - "1DwbcE": ["読み込み中..."], - "1M8xFP": [ - "スリッページの許容範囲が極端に小さい取引は、ごくわずかな相場の動きで元に戻ってしまうことがあります。" - ], - "1QfxQT": ["解除"], - "1on6yK": [["0"], " ウォレットの使用方法は?"], - "2/N/mr": ["Connect with ", ["providerName"]], - "28ABhV": ["Connect EVM Wallet"], - "29b5Sq": ["Blocto は Flow チェーンのみを対応します。"], - "2CMLgZ": ["Token ID separated by comma, e.g. 1223,1224,"], - "2FYpfJ": ["その他"], - "2GHENQ": ["Web3 プロフィール"], - "2ci98N": [ - "Polygonのネットワークを利用するには、MATICトークンがガス料金として支払う必要があります。SmartPayを使用すると、MASKトークンを使ってPolygonネットワーク上でガス料金を支払うことができます。" - ], - "3A/mG4": ["ウォレットを変更"], - "3kbpgO": ["ガス制限"], - "3qe4O9": ["最大料金"], - "3yLqgI": ["Name or contract address eg. PUNK or 0x234..."], - "420gDS": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and "], "next_id": ["NEXT.ID and "] }], - ["sources"], - "." - ], - "44bNbA": ["NFT コントラクトを選択"], - "4Gz2wC": ["Failed to upload file"], - "4lm4o+": ["Solana"], - "52nzPV": [ - "Data source is retrieved from ", - ["0", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "other": [] }], - "." - ], - "5N3b5J": ["時価総額"], - "5ZzgbQ": ["Connect ", ["0"]], - "5o2pdQ": ["ペルソナを作成"], - "5uFQ9j": ["Please create a persona and verify your account to use this."], - "6YASel": ["無効のネットワーク"], - "6gRgw8": ["再試行"], - "6s8L6f": ["ネットワークを切り替え"], - "76Ml+j": [["0"], " NFT Lucky Drop created."], - "78Kj7O": [["0"], " NFT transferred."], - "7Bj3x9": ["失敗しました"], - "7VpPHA": ["確認"], - "7c99ux": ["Contract Deployment ", ["0"]], - "7eFA2G": ["Failed to revoke token contract."], - "7yTBmm": ["MASKを承認しますか?"], - "87Poy7": [["0"], " ", ["1"], " NFT contract."], - "8C8O9E": ["Provided by plugin \"", ["0"], "\""], - "8Dh77Z": ["NFTs"], - "8G+Cw3": ["Do you want to use MASK tokens to pay gas fee?"], - "8J7y6E": ["Deposit ", ["0"], " for savings."], - "8Tg/JR": ["カスタム"], - "9+VwX/": ["Add Collectibles"], - "9jba96": ["現在、TypedMessageTextのみ対応しています。"], - "9tG0uf": ["ソーシャルアカウントを確認してください"], - "A0VzMm": ["トークン名、NFTコレクション、ENSドメイン、またはウォレットアドレスで検索結果を最適化します。"], - "A1taO8": ["Search"], - "AElxM7": ["Transfer ", ["0"], " NFT."], - "AJNYYr": ["Refund Lucky drop"], - "Ap948/": ["リストされました"], - "Appw6V": ["NFTが見つかりません。"], - "At846K": ["トークンリストを管理"], - "Axp2cZ": ["24時間取引Vol"], - "B6C0XJ": ["データなし"], - "B8B8TU": ["Verified by ", ["0"]], - "BAvIGC": ["Withdraw token"], - "BFhvNB": [["0"], " ", ["1"], " NFT contract successfully."], - "BQi2Kk": [["0"], " were claimed"], - "Ba6uFH": ["Create your NFT Lucky Drop."], - "ByAMF+": ["リスク警告"], - "BzEFor": ["or"], - "CE+M2e": ["情報"], - "Cf/0to": ["データソースは ", ["0"], " から取得されます。"], - "CtByM7": ["ウォレットを接続"], - "CygwLN": ["Swap completed successfully."], - "D79cZK": ["インスタント"], - "DA2uGM": ["Click the application icon to hide in the App list."], - "DKBbsW": ["ガス価格は0Gwei以上でなければなりません。"], - "DPfwMq": ["完了"], - "Dsd/WC": [ - "Are you sure to report ", - ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"] }], - "? After confirmed, this NFT will be marked as spam." - ], - "Du6bPw": ["アドレス"], - "Dz56Ua": ["暗号化"], - "E6HGuD": ["公式サイトをチェックする"], - "E6Sqiu": [["0"], "の読み込みに失敗しました。クリックして再試行してください。"], - "EVFPUv": ["Transfer NFT"], - "Eefe1a": ["The input is not a single file."], - "Ev2r9A": ["該当なし"], - "F/pYeX": ["Create NFT Lucky Drop"], - "F8VT6y": ["Failed to transfer NFT."], - "F8Wc3I": ["Drag & Drop your file here"], - "F9yqjd": [ - "<0>Drag & Drop your file here ", - ["0", "select", { "other": ["<1>Size limit: 10 MB "], "omit": [] }], - "<2>or <3>Browse File" - ], - "FY2gWe": ["コントラクトアドレスが正しくないか、コレクションはあなたに属していません。"], - "FZg3wM": ["操作"], - "FiKDfi": ["Failed to unlock NFT contract."], - "GAZNIW": ["価格統計"], - "GEL05h": ["ウォレット接続"], - "GXhrYw": ["1. If you haven't installed the ", ["name"], " Wallet"], - "Gmmd6d": ["Verify your X ID"], - "GyvZPz": ["Token ID should be separated by comma, e.g. 1223,1224,"], - "H+bGaz": ["Browse File"], - "HF6C2L": ["Phone Number"], - "HFVck2": ["Lucky Drop with ", ["0"], " refunded."], - "HH25qd": ["No wallet selected."], - "HpK/8d": ["再読み込み"], - "HqiAyF": ["Gwei(グワイ)"], - "IGbphl": ["Unlocking ALL..."], - "ITBQO3": ["最大優先手数料は0GWEIより大きくなければなりません"], - "IhnvgP": ["Change to EVM Wallet"], - "Iu4Ja9": ["Please enter token contract address."], - "JLiwYz": ["Mask Network requires the permission of following websites before using it."], - "JOP9uZ": ["Transaction has been rejected!"], - "JbKZsv": ["Scan the QR code with a WalletConnect-compatible wallet"], - "Jc3mpY": ["Request timeout."], - "Jg5pf7": ["現在の基本手数料は ", ["0"], " Gweiです"], - "JiIKww": ["詳細設定"], - "JlFcis": ["送信"], - "JuVC24": ["Deposit token"], - "KCeSRZ": ["Twitterアカウントを認証し、NextIDに記録する必要があります。認証のために投稿してください。"], - "KTfagY": ["Lucky drop with ", ["0"], " created."], - "KVAoFR": ["unlimited"], - "KWeNH6": ["Unlocking ", ["hasSymbolName"], "..."], - "KojyJ4": ["ネットワークが間違っています"], - "KwJJLb": ["<0>Powered by <1>", ["0"], ""], - "L4vN0F": ["EVM"], - "La9ArN": ["<0>Powered by ", ["publisherNode"]], - "Lho4Qd": ["DSearch"], - "M4g1UJ": ["Contract Interaction"], - "M7ZGdw": ["2. If you have installed the ", ["name"], " Wallet"], - "MKEPCY": ["フォロー"], - "MOHcKb": ["最大優先料金を入力してください"], - "Mi8ATZ": ["The token approval revoked."], - "MpnSqP": [["0"], " Pending"], - "MyjAbr": ["Resend"], - "Ng063n": ["Donate"], - "Nhp9Kw": ["Exceeded the maximum file size of ", ["fileSize"], "."], - "O2XHf2": ["Check ", ["providerName"], " to confirm connect."], - "OAZ+tI": [ - ["attentionFactors", "plural", { "one": ["#", " Attention item"], "other": ["#", " Attention items"] }] - ], - "OIIXl+": ["NFT を選択します"], - "OLY2Jk": ["ガス価格"], - "OPsV2g": ["Failed to load MASK. Click to retry."], - "OQEwR/": ["Create Lucky Drop"], - "OfhWJH": ["リセット"], - "On0aF2": ["ウェブサイト"], - "P+K/3O": ["確認中"], - "P7S/hC": ["最大優先料金は0Gweiより大きくなければなりません。"], - "PRkIUI": ["ガス料金"], - "Pd3dlq": ["流通供給量"], - "PiH3UR": ["コピーしました"], - "PlE+Fs": ["Connect and Verify ", ["0"]], - "QRsMow": ["取引が確認されました"], - "Qd0xFm": ["Refund your expired Lucky Drop."], - "QyZU8V": [["riskyFactors", "plural", { "one": ["#", " Risky item"], "other": ["#", " Risky items"] }]], - "R9aEN5": ["Send ", ["0"]], - "RNfEI8": ["リクエストを取り消しました。"], - "RUYsn0": ["すべて消去"], - "Re7Oex": ["Transaction submitted."], - "RiLzWA": ["Please switch to this network in the mobile application wallet you are connected to."], - "Ry8TiY": ["Create Smart Pay wallet"], - "S0vyIh": ["Owner changed."], - "SNZM71": [["0"], " withdrawn."], - "SREKz9": ["NFT 詐欺契約を報告しますか?"], - "Sjplg3": ["エクスプローラーで表示"], - "T0Y2+3": ["トークンを選択します"], - "TP9/K5": ["トークン"], - "TRoDRd": ["Failed to deposit token."], - "Tg003Y": ["接続されたウォレットの設定"], - "URmyfc": ["詳細"], - "UbRKMZ": ["保留中"], - "UfJmJU": ["無効なスリッページの許容範囲です。"], - "UmVZrM": ["Failed to create Lucky Drop."], - "UqJ0W/": ["Cancel Transaction"], - "UxYZfY": ["Revoke the approval for ", ["0"], "."], - "V8j2d/": ["App list"], - "VAOn4r": ["ロック解除"], - "VECuJk": ["ウォレットアカウント"], - "VSx1eg": ["最大優先手数料"], - "VcLnc7": ["リスク警告の確認"], - "VuFd5C": ["Balance: ", ["0"]], - "VvPeyR": [["0"], " unlocked"], - "W7rMXF": ["Failed to send token."], - "WDcQq9": ["未掲載"], - "Wqoa0p": ["ペルソナを接続"], - "X3X0nY": ["このスリッページ許容範囲で受領率が ", ["0"], "% 低くなる可能性があります。"], - "XA8JXM": ["コレクティブルを追加"], - "Xftpm5": ["コレクションを選択"], - "Xprzee": ["ガス価格を入力"], - "YOacnL": ["Tell friends what's happening..."], - "YPNSH3": ["Connect Solana Wallet"], - "YXIpYp": ["Please verify the current persona with a social media account before using dApps."], - "Yc+m57": [ - "Data source is retrieved from ", - [ - "platform", - "select", - { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "next_id": ["NEXT.ID"] } - ], - "." - ], - "Ywu8Rl": ["Please connect ", ["0"], " and send a proof post before using dApps."], - "Z33XCd": ["コントラクトアドレスを入力"], - "Z7ZXbT": ["承認します"], - "Z8G4E5": ["Change to Flow Wallet"], - "Z8lGw6": ["シェア"], - "ZQbnxO": ["コレクションが見つかりません."], - "ZQr5hT": ["Unlock Token"], - "ZSgQgC": ["最大手数料がネットワーク状況に対して低すぎます。"], - "ZhrWG1": ["ペルソナを作成"], - "ZrZMJ6": ["Backup failed, <0>try again"], - "a1S2x7": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and "] }], - ["sources"], - "." - ], - "a33WQ+": ["Download the ", ["name"], " Wallet here"], - "a6ONsz": ["Unlock ", ["0"], "."], - "a9X8Om": ["スパムを報告できませんでした。"], - "aVI2qx": ["アプリのアイコンをクリックして、アプリボードに表示します。"], - "aYT9SD": ["最大料金"], - "agPptk": ["中"], - "ahpgxl": ["Please create a Persona and verify your account to use this."], - "apl8rz": ["Failed to withdraw ", ["0"], "."], - "ayxkVX": ["トランザクション"], - "b+scYY": ["接続をリクエスト中"], - "b/mMOj": [["0"], " ", ["1"], " approval successfully."], - "bEPPWi": ["Connect Flow Wallet"], - "bGMpPD": ["Unlock NFT Contract"], - "bLJivk": ["NFT コントラクト所有者を選択"], - "bQXBhp": [ - "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." - ], - "c19z3W": ["利用可能な残高"], - "cNJNBU": ["Get optimized search results when you're looking for a token."], - "chL5IG": ["コミュニティー"], - "clw/Xh": [["0"], " sent."], - "ct8YaX": ["Exceeded the maximum file size of 10MB."], - "d0aemb": ["Dappsにアクセスするペルソナを作成してください。"], - "dEgA5A": ["キャンセル"], - "dXFgcm": ["Transfer Token"], - "du/tmd": ["Create your Lucky Drop."], - "dyNKut": ["Browse Files"], - "eC1gV9": ["Invalid file type"], - "ePK91l": ["編集"], - "elyK4N": ["Failed to unlock token contract."], - "f61qKX": ["Deploy a SmartPay wallet on Polygon network."], - "fL7WXr": ["アプリケーション"], - "foOw00": ["Balance(", ["symbol"], ")"], - "frOW4Q": ["Phantom は Solana チェーンのみを対応します。"], - "fsBGk0": ["残高"], - "fx6pOQ": ["Balance: <0/>"], - "gC2WI+": ["ペルソナ"], - "gKSsH7": [["network"], " はまだサポートされていません."], - "gM+Nj7": [ - "Are you sure to report ", - ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"], "other": ["this NFT"] }], - "? After confirmed, this NFT will be marked as spam." - ], - "ghZx62": ["Unlock token"], - "gk7J2q": [["0", "select", { "other": ["<0>Size limit: ", ["fileSize"], ""], "omit": [] }]], - "gmOW42": ["ENSまたはウォレットアドレス"], - "h0qYUk": ["ENSドメインまたはウォレットアドレスで検索すると、最適化された結果が得られます。"], - "hRtIgr": ["アプリ一覧"], - "he3ygx": ["コピー"], - "hzTib5": ["NFT コントラクトのオペレーターを選択"], - "i4umqX": ["以下のウォレットがインストールされていないか、他のウォレットと競合しています"], - "i70ilP": [["0"], " NFT contract unlocked."], - "iH8itU": ["ウォレットを接続します"], - "iNIdDX": ["有効なトークンアドレスを入力してください"], - "iPMIoT": ["金額を入力します"], - "iT0Qmd": ["取引が失敗しました"], - "ja6Tyz": ["NFT コレクションまたはそのシンボルの名前で検索し、最適化された結果を得ます。"], - "jfJkBQ": ["ガス価格がネットワーク状況に対して低すぎます。"], - "jpctdh": ["表示"], - "jtExaD": ["Not supported yet."], - "k/vATR": ["Token unlocked"], - "k1pJQo": [["0"], " network is not added to the wallet. Please add it and try again."], - "kG0n0M": ["ネットワークエラーまたはユーザーがプロセスをキャンセルします。"], - "kV9Qeo": ["You have donated ", ["0"], " ", ["1"]], - "kg/ict": ["Lucky Drop claimed."], - "ks5OGD": ["コントラクト"], - "l3s5ri": ["インポート"], - "lqTDfd": ["スリッページの許容範囲"], - "m/TPEz": ["(beta)"], - "m2OZMI": ["最大手数料は最大優先手数料より低くすることはできません"], - "mCB6Je": ["Select All"], - "mHWsOq": ["Failed to confirm"], - "mPxxVq": ["ガスの制限を入力してください"], - "mT57+Q": ["設定に進む"], - "mUJUVX": ["Claim your NFT Lucky Drop"], - "ma8rSx": ["Your transaction has been confirmed!"], - "mhNIiJ": ["ガスの価格は必要以上に高いです。必要以上に支払うになります。"], - "n42fmQ": ["最大手数料を入力してください"], - "nDzNGQ": ["Follow User"], - "nTWWCZ": ["低い"], - "njSHJP": ["You didn't approve ", ["0"], ". Please do not set spending cap to 0 and try it again."], - "nqL5WA": ["Claim Lucky Drop"], - "o+XJ9D": ["変更"], - "oG26Rt": ["ウォレットで取引を確認する"], - "oMx/mL": [ - "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." - ], - "ocYse8": ["Failed to refund Lucky Drop."], - "ohUJJM": ["プラグイン"], - "ooHEV6": ["1 ", ["0"], " NFT Lucky Drop claimed."], - "ouAjo6": ["ガス代なし"], - "ovBPCi": ["デフォルト"], - "pHfBGz": ["ガス代を更新中…"], - "pbOGiB": ["Revoke Token"], - "pu3rTn": ["GWEI"], - "pzO3Xa": ["総供給量"], - "q+O14e": ["捜索エリア"], - "qCMUPH": ["Unlock ", ["0"]], - "qI8U4x": ["最大手数料は、最大優先手数料よりも低くすることはできません。"], - "qWMpAl": ["最大 ", ["0"], " Gweiまで"], - "qYuscr": ["最大優先料金"], - "qfprkE": [ - "Data source is retrieved from ", - ["platform", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"] }], - "." - ], - "qkhZxp": ["Created a SmartPay wallet on Polygon network."], - "qp8fKi": ["By confirming means that you agree to bear the possible risks above."], - "rBLzKv": ["最大手数料は必要以上に高いです。"], - "rCsoea": ["トークンリストを管理"], - "rG3WVm": ["選択"], - "rQQGN1": ["最大優先料金は必要以上に高いです。必要以上に支払うになります。"], - "rR6iwH": ["ドメインリクエスト"], - "ryWxhG": ["おめでとうございます!"], - "sOcZTR": ["Contract Deployment"], - "sQJ3RN": ["最大優先料金がネットワーク状況に対して低すぎます。"], - "sSkbaZ": ["Request timed out."], - "saHPqg": ["Claim your Lucky Drop."], - "sxkWRg": ["詳細"], - "t/YqKh": ["消去"], - "t8dIOP": ["スパム"], - "t9m1iP": ["Spam reported."], - "tHoyBc": ["dAppsを使用する前に、 ", ["0"], " に接続してください。"], - "tKJ7ee": ["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."], - "tcHpvG": ["Change Owner"], - "tfDRzk": ["Save"], - "tk+uyz": [ - "You've approved ", - ["0"], - " for ", - ["1"], - ". If you want to revoke this token, please set spending cap amount to 0." - ], - "u2Srv1": ["Claim your Airdrop"], - "u3ZeYl": ["Transaction failed"], - "uBAxNB": ["編集者"], - "ujpEaI": ["ウォレットに接続してください"], - "ulAtwO": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and"], "next_id": ["NEXT.ID and"] }], - ["sources"], - "." - ], - "uv94aG": ["ユーザーによって追加"], - "v7U98p": ["Failed to claim Lucky Drop."], - "vH2C/2": ["Swap"], - "vLXevL": ["Transaction cost"], - "vhlM+H": ["Withdraw ", ["0"], " for savings."], - "vutynE": ["プラグインを有効化する"], - "w0e0yw": ["Gas limit must be at least ", ["0"]], - "wLGJSF": ["EVMチェーン、ETH、BNBチェーン、Polygon、Arb、Opなどに対応しています。"], - "wThGrS": ["App Settings"], - "xCJdfg": ["クリア"], - "xDO6ZN": ["Plugin switch"], - "xIxVmH": ["Unlock ", ["0"], " NFT contract."], - "xuKB2x": [["0"], " deposited."], - "y3qyKP": ["NFT Lucky Drop created."], - "y6sq5j": ["フォロー中"], - "yDUr0V": ["Lucky Drop refunded."], - "yHrAv+": ["Claim Lucky Drop with ", ["0"], " claimed."], - "yQE2r9": ["読み込み中"], - "yVzBCJ": ["NFT Lucky Drop claimed."], - "yZhedI": ["ガス料金の設定"], - "ygW4tI": ["あなたのペルソナに接続してください"], - "ylUhBz": ["クリックして再試行"], - "yx/fMc": ["高"], - "z1i6et": ["Failed to ", ["0"], " NFT contract."], - "zBPjcC": ["Revoke the approval for token"], - "zBftr8": ["Claim NFT Lucky Drop"], - "zga9sT": ["OK"], - "zzDlyQ": ["完了"] - } -} diff --git a/packages/shared/src/locale/ja-JP.po b/packages/shared/src/locale/ja-JP.po deleted file mode 100644 index 55280726f7b7..000000000000 --- a/packages/shared/src/locale/ja-JP.po +++ /dev/null @@ -1,1591 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-12-24 04:49\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/shared/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1012\n" - -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -msgid "(beta)" -msgstr "" - -#. placeholder {0}: omitSizeLimit ? 'omit' : '' -#: src/UI/components/UploadDropArea/index.tsx -msgid "{0, select, other {<0>Size limit: {fileSize}} omit {}}" -msgstr "" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} approval successfully." -msgstr "" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} NFT contract successfully." -msgstr "" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} NFT contract." -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} deposited." -msgstr "" - -#. placeholder {0}: expectedChainName ?? '' -#: src/UI/components/ChainBoundary/index.tsx -msgid "{0} network is not added to the wallet. Please add it and try again." -msgstr "" - -#. placeholder {0}: message.action -#: src/UI/translate.ts -msgid "{0} NFT contract" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT contract unlocked." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT Lucky Drop created." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT transferred." -msgstr "" - -#. placeholder {0}: pendingTransactions.length -#: src/UI/components/WalletStatusBox/usePendingTransactions.tsx -msgid "{0} Pending" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} sent." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} unlocked" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} were claimed" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} withdrawn." -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "{attentionFactors, plural, one {# Attention item} other {# Attention items}}" -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "{riskyFactors, plural, one {# Risky item} other {# Risky items}}" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "<0>Drag & Drop your file here {0, select, other {<1>Size limit: 10 MB } omit {}}<2>or <3>Browse File" -#~ msgstr "" - -#: src/UI/components/MaskPluginWrapper/index.tsx -msgid "<0>Powered by {publisherNode}" -msgstr "" - -#. placeholder {0}: provider ?? 'Mask Network' -#: src/UI/components/PluginCardFrame/index.tsx -msgid "<0>Powered by <1>{0}" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "1 {0} NFT Lucky Drop claimed." -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "1. If you haven't installed the {name} Wallet" -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "2. If you have installed the {name} Wallet" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "24 Hour Trading Vol" -msgstr "24時間取引Vol" - -#: src/UI/modals/AddCollectiblesModal/AddCollectiblesDialog.tsx -msgid "Add Collectibles" -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Add NFTs" -msgstr "コレクティブルを追加" - -#: src/UI/components/FungibleTokenList/FungibleTokenItem.tsx -msgid "Added by user" -msgstr "ユーザーによって追加" - -#: src/UI/components/TokenWithSocialGroupMenu/index.tsx -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Address" -msgstr "アドレス" - -#: src/UI/components/SettingsBoard/GasSection.tsx -msgid "Advanced" -msgstr "詳細" - -#: src/UI/modals/SelectAdvancedSettingsDialog/SelectGasSettingsDialog.tsx -msgid "Advanced Settings" -msgstr "詳細設定" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -msgid "App list" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -msgid "APP list" -msgstr "アプリ一覧" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -msgid "App Settings" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -msgid "Applications" -msgstr "アプリケーション" - -#: src/UI/components/GrantPermission/index.tsx -msgid "Approve" -msgstr "承認します" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Approve MASK?" -#~ msgstr "MASKを承認しますか?" - -#. placeholder {0}: collection?.name ? 'hasName' : 'noName' -#. placeholder {1}: collection?.name || '' -#: src/hooks/useReportSpam.tsx -msgid "Are you sure to report {0, select, hasName {{1}} noName {this NFT} other {this NFT}}? After confirmed, this NFT will be marked as spam." -msgstr "" - -#: src/hooks/useReportSpam.tsx -#~ msgid "Are you sure to report {0, select, hasName {{1}} noName {this NFT}}? After confirmed, this NFT will be marked as spam." -#~ msgstr "" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Available Balance" -msgstr "利用可能な残高" - -#: src/UI/components/QRCode/index.tsx -msgid "Backup failed, <0>try again" -msgstr "" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Balance" -msgstr "残高" - -#: src/UI/components/ERC721ContractSelectPanel/index.tsx -#~ msgid "Balance: {0}" -#~ msgstr "" - -#: src/UI/components/TokenAmountPanel/index.tsx -msgid "Balance: <0/>" -msgstr "" - -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Balance({symbol})" -msgstr "" - -#: src/UI/components/SettingsBoard/GasSection.tsx -msgid "Basic" -msgstr "基本" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -msgid "Blocto only supports the Flow chain." -msgstr "Blocto は Flow チェーンのみを対応します。" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "Browse File" -#~ msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Browse Files" -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "By confirming means that you agree to bear the possible risks above." -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -#: src/UI/modals/ConfirmDialog/index.tsx -#: src/UI/modals/ImageEditor/ImageEditor.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Cancel" -msgstr "キャンセル" - -#: src/UI/translate.ts -msgid "Cancel Transaction" -msgstr "" - -#: src/UI/components/WalletStatusBar/Action.tsx -#: src/UI/components/WalletStatusBar/WalletMenuItem.tsx -#: src/UI/components/WalletStatusBox/index.tsx -msgid "Change" -msgstr "変更" - -#: src/UI/translate.ts -msgid "Change Owner" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to EVM Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to Flow Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#~ msgid "Change to SOL Wallet" -#~ msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to Solana Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change Wallet" -msgstr "ウォレットを変更" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Check {providerName} to confirm connect." -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Check out the official website" -msgstr "公式サイトをチェックする" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Circulating Supply" -msgstr "流通供給量" - -#: src/UI/translate.ts -msgid "Claim Lucky Drop" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Claim Lucky Drop with {0} claimed." -msgstr "" - -#: src/UI/translate.ts -msgid "Claim NFT Lucky Drop" -msgstr "" - -#: src/UI/translate.ts -msgid "Claim your Airdrop" -msgstr "" - -#: src/UI/translate.ts -msgid "Claim your Lucky Drop." -msgstr "" - -#: src/UI/translate.ts -msgid "Claim your NFT Lucky Drop" -msgstr "" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Clear" -msgstr "クリア" - -#: src/UI/components/WalletStatusBox/usePendingTransactions.tsx -msgid "Clear All" -msgstr "すべて消去" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Click the application icon to hide in the App list." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Click the application icon to list it on the App board." -msgstr "アプリのアイコンをクリックして、アプリボードに表示します。" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Click the settings icon to list it on the App board." -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Click to retry" -msgstr "クリックして再試行" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Community" -msgstr "コミュニティー" - -#: src/UI/modals/ConfirmDialog/index.tsx -#: src/UI/modals/ConfirmModal/Dialog.tsx -#: src/UI/modals/ConfirmModal/Dialog.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Confirm" -msgstr "確認" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -#~ msgid "Confirm Risk Warning" -#~ msgstr "リスク警告の確認" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Confirm this transaction in your wallet" -msgstr "ウォレットで取引を確認する" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Confirming" -msgstr "確認中" - -#: src/UI/components/TokenTransactionConfirmModal/index.tsx -#: src/UI/components/TokenTransactionConfirmModal/index.tsx -msgid "Congratulations!" -msgstr "おめでとうございます!" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Connect {0}" -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Connect and Verify {0}" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect EVM Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect Flow Wallet" -msgstr "" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Connect Persona" -msgstr "ペルソナを接続" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect Solana Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/WalletConnectedBoundary/index.tsx -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -#: src/UI/components/WalletStatusBar/PluginWalletStatusBar.tsx -#: src/UI/components/WalletStatusBox/index.tsx -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "Connect Wallet" -msgstr "ウォレットを接続" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Connect with {providerName}" -msgstr "" - -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -msgid "Connect your wallet" -msgstr "ウォレットを接続します" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network." -msgstr "" - -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -msgid "Connected wallets settings" -msgstr "接続されたウォレットの設定" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Contract" -msgstr "コントラクト" - -#: src/UI/translate.ts -msgid "Contract Deployment" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Contract Deployment {0}" -msgstr "" - -#: src/UI/translate.ts -msgid "Contract Interaction" -msgstr "" - -#: src/UI/components/CopyButton/index.tsx -msgid "Copied!" -msgstr "コピーしました" - -#: src/UI/components/CopyButton/index.tsx -msgid "Copy" -msgstr "コピー" - -#: src/UI/translate.ts -msgid "Create Lucky Drop" -msgstr "" - -#: src/UI/translate.ts -msgid "Create NFT Lucky Drop" -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Create persona" -msgstr "ペルソナを作成" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Create Persona" -msgstr "ペルソナを作成" - -#: src/UI/translate.ts -msgid "Create Smart Pay wallet" -msgstr "" - -#: src/UI/translate.ts -msgid "Create your Lucky Drop." -msgstr "" - -#: src/UI/translate.ts -msgid "Create your NFT Lucky Drop." -msgstr "" - -#: src/UI/translate.ts -msgid "Created a SmartPay wallet on Polygon network." -msgstr "" - -#. placeholder {0}: formatCurrency(formatWeiToGwei(baseFeePerGas), '') -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Current base fee is {0} Gwei" -msgstr "現在の基本手数料は {0} Gweiです" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#: src/UI/components/SettingsBoard/Context.tsx -#: src/UI/components/SettingsBoard/GasSection.tsx -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "Custom" -msgstr "カスタム" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and } next_id {NEXT.ID and }}{sources}." -#~ msgstr "" - -#. placeholder {0}: fromTwitter ? AddressPlatform.Twitter : 'normal' -#: src/UI/components/AccountIcons/index.tsx -msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and }}{sources}." -msgstr "" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and} next_id {NEXT.ID and}}{sources}." -#~ msgstr "" - -#. placeholder {0}: platform || '' -#: src/UI/components/AccountIcons/index.tsx -msgid "Data source is retrieved from {0, select, twitter {Twitter profile} facebook {Facebook profile} other {}}." -msgstr "" - -#. placeholder {0}: resolveNextIDPlatformName(platform) || platform -#. placeholder {0}: type?.replace('_', ' ') ?? '' -#: src/UI/components/AccountIcons/index.tsx -#: src/UI/components/SocialAccountList/SocialTooltip.tsx -msgid "Data source is retrieved from {0}." -msgstr "データソースは {0} から取得されます。" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {platform, select, twitter {Twitter profile} facebook {Facebook profile} next_id {NEXT.ID}}." -#~ msgstr "" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {platform, select, twitter {Twitter profile} facebook {Facebook profile}}." -#~ msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." -msgstr "" - -#: src/UI/components/MaskPluginWrapper/index.tsx -msgid "Default" -msgstr "デフォルト" - -#: src/UI/translate.ts -msgid "Deploy a SmartPay wallet on Polygon network." -msgstr "" - -#: src/UI/translate.ts -msgid "Deploy Smarty Pay wallet" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Deposit {0} for savings." -msgstr "" - -#: src/UI/translate.ts -msgid "Deposit token" -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Details" -msgstr "詳細" - -#: src/UI/components/WalletStatusBox/index.tsx -msgid "Disconnect" -msgstr "接続解除" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/contexts/components/InjectedDialog.tsx -msgid "Dismiss" -msgstr "解除" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Do you want to use MASK tokens to pay gas fee?" -#~ msgstr "" - -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -msgid "Domain Request" -msgstr "ドメインリクエスト" - -#: src/UI/translate.ts -msgid "Donate" -msgstr "" - -#: src/hooks/useSnackbarCallback.tsx -#: src/hooks/useSnackbarCallback.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Done" -msgstr "完了" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Download the {name} Wallet here" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Drag & Drop your file here" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "DSearch" -msgstr "" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#: src/UI/modals/ImageEditor/ImageEditor.tsx -msgid "Edit" -msgstr "編集" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Editor" -msgstr "編集者" - -#: src/UI/components/PluginEnableBoundary/index.tsx -msgid "Enable plugin" -msgstr "プラグインを有効化する" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Enable the {name} Wallet extension and disable other wallet extensions" -msgstr "" - -#: src/UI/components/CompositionDialog/CompositionUI.tsx -msgid "Encrypt" -msgstr "暗号化" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "ENS or Wallet Address" -msgstr "ENSまたはウォレットアドレス" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Enter a gas limit" -msgstr "ガスの制限を入力してください" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Enter a gas price" -msgstr "ガス価格を入力" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Enter a max fee" -msgstr "最大手数料を入力してください" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Enter a max priority fee" -msgstr "最大優先料金を入力してください" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Enter an amount" -#~ msgstr "金額を入力します" - -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "EVM" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Exceeded the maximum file size of {fileSize}." -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "Exceeded the maximum file size of 10MB." -#~ msgstr "" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Failed" -msgstr "失敗しました" - -#. placeholder {0}: message.action -#: src/UI/translate.ts -msgid "Failed to {0} NFT contract." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to claim Lucky Drop." -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Failed to confirm" -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to create Lucky Drop." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Failed to deposit {0}." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to deposit token." -msgstr "" - -#. placeholder {0}: token.symbol ?? token.name ?? 'Token' -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "Failed to load {0}. Click to retry." -msgstr "{0}の読み込みに失敗しました。クリックして再試行してください。" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Failed to load MASK. Click to retry." -#~ msgstr "" - -#: src/UI/translate.ts -msgid "Failed to refund Lucky Drop." -msgstr "" - -#: src/hooks/useReportSpam.tsx -msgid "Failed to report spam." -msgstr "スパムを報告できませんでした。" - -#: src/UI/translate.ts -msgid "Failed to revoke token contract." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to send token." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to swap" -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to transfer NFT." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to unlock NFT contract." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to unlock token contract." -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Failed to upload file" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Failed to withdraw {0}." -msgstr "" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "Follow" -msgstr "フォロー" - -#: src/UI/translate.ts -msgid "Follow User" -msgstr "" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "Following" -msgstr "フォロー中" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -msgid "Gas Fee" -msgstr "ガス料金" - -#: src/UI/modals/GasSettingModal/GasSettingModal.tsx -msgid "Gas fee settings" -msgstr "ガス料金の設定" - -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Gas Limit" -msgstr "ガス制限" - -#. placeholder {0}: minGasLimit.toFixed() -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Gas limit must be at least {0}" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas limit too low will cause the transaction to fail." -msgstr "ガス制限が低すぎると、トランザクションが失敗する原因になります" - -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasSection.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Gas Price" -msgstr "ガス価格" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price is higher than necessary. You may pay more than needed." -msgstr "ガスの価格は必要以上に高いです。必要以上に支払うになります。" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price is too low for network conditions." -msgstr "ガス価格がネットワーク状況に対して低すぎます。" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price must be greater than 0 Gwei." -msgstr "ガス価格は0Gwei以上でなければなりません。" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Get optimized search results when you're looking for a token." -msgstr "" - -#: src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx -msgid "Go to Settings" -msgstr "設定に進む" - -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Gwei" -msgstr "Gwei(グワイ)" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "GWEI" -msgstr "" - -#: src/UI/components/SettingsBoard/Context.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "High" -msgstr "高" - -#. placeholder {0}: provider.name -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "How to use {0} Wallet?" -msgstr "{0} ウォレットの使用方法は?" - -#: src/UI/components/FungibleTokenList/FungibleTokenItem.tsx -msgid "Import" -msgstr "インポート" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/components/FungibleTokenList/index.tsx -msgid "Incorrect contract address." -msgstr "有効なトークンアドレスを入力してください" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Info" -msgstr "情報" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "Input contract address" -msgstr "コントラクトアドレスを入力" - -#: src/UI/components/SettingsBoard/Context.tsx -msgid "Instant" -msgstr "インスタント" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Invalid file type" -msgstr "" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "Invalid Network" -msgstr "無効のネットワーク" - -#: src/UI/components/SettingsBoard/hooks/useSlippageToleranceSchema.ts -msgid "Invalid slippage tolerance." -msgstr "無効なスリッページの許容範囲です。" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Listed" -msgstr "リストされました" - -#: src/UI/components/ReloadStatus/index.tsx -msgid "Load failed" -msgstr "読み込みに失敗しました" - -#: src/UI/components/LoadingStatus/index.tsx -msgid "Loading" -msgstr "読み込み中" - -#: src/UI/components/PluginCardFrame/index.tsx -msgid "Loading...." -msgstr "読み込み中..." - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Low" -msgstr "低い" - -#: src/UI/translate.ts -msgid "Lucky Drop claimed." -msgstr "" - -#: src/UI/translate.ts -msgid "Lucky Drop refunded." -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Lucky drop with {0} created." -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Lucky Drop with {0} refunded." -msgstr "" - -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -msgid "Manage Token List" -msgstr "トークンリストを管理" - -#: src/UI/components/FungibleTokenList/ManageTokenListBar.tsx -#~ msgid "Manage Token Lists" -#~ msgstr "トークンリストを管理" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Market Cap" -msgstr "時価総額" - -#: src/UI/components/GrantPermission/index.tsx -msgid "Mask Network requires the permission of following websites before using it." -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max fee" -msgstr "最大料金" - -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Max Fee" -msgstr "最大料金" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max fee cannot be lower than max priority fee" -msgstr "最大手数料は最大優先手数料より低くすることはできません" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee cannot be lower than max priority fee." -msgstr "最大手数料は、最大優先手数料よりも低くすることはできません。" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee is higher than necessary." -msgstr "最大手数料は必要以上に高いです。" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee is too low for network conditions." -msgstr "最大手数料がネットワーク状況に対して低すぎます。" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max priority fee" -msgstr "最大優先手数料" - -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Max Priority Fee" -msgstr "最大優先料金" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee is higher than necessary. You may pay more than needed." -msgstr "最大優先料金は必要以上に高いです。必要以上に支払うになります。" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee is too low for network conditions." -msgstr "最大優先料金がネットワーク状況に対して低すぎます。" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max priority fee must be greater than 0 GWEI" -msgstr "最大優先手数料は0GWEIより大きくなければなりません" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee must be greater than 0 Gwei." -msgstr "最大優先料金は0Gweiより大きくなければなりません。" - -#: src/UI/components/SettingsBoard/Context.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Medium" -msgstr "中" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "More" -msgstr "その他" - -#: src/UI/components/FungibleTokenList/index.tsx -msgid "Name or Contract address e.g. USDC or 0x234..." -msgstr "名前またはコントラクトアドレス (USDC または 0x234..." - -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Name or contract address eg. PUNK or 0x234..." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Network error or user cancels the process." -msgstr "ネットワークエラーまたはユーザーがプロセスをキャンセルします。" - -#: src/UI/translate.ts -msgid "NFT Lucky Drop claimed." -msgstr "" - -#: src/UI/translate.ts -msgid "NFT Lucky Drop created." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "NFTs" -msgstr "" - -#: src/UI/components/CollectibleList/CollectibleList.tsx -msgid "No collectible found." -msgstr "コレクションが見つかりません." - -#: src/UI/components/EmptyStatus/index.tsx -msgid "No Data" -msgstr "データなし" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "No Enough Gas Fee" -msgstr "ガス代なし" - -#: src/UI/components/AssetsManagement/CollectionList.tsx -#: src/UI/components/AssetsManagement/CollectionList.tsx -msgid "No NFTs found." -msgstr "NFTが見つかりません。" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/components/CountryCodePicker/index.tsx -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "No results" -msgstr "該当なし" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "No wallet selected." -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionList.tsx -msgid "Not supported yet." -msgstr "" - -#: src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx -msgid "OK" -msgstr "" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -#~ msgid "Only supports EVM chains, ETH, BNB chain, Polygon, Arb, Op, etc." -#~ msgstr "EVMチェーン、ETH、BNBチェーン、Polygon、Arb、Opなどに対応しています。" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Only TypedMessageText is supported currently." -msgstr "現在、TypedMessageTextのみ対応しています。" - -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Operation" -msgstr "操作" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Optimize search results with token names, NFT collections, ENS domains or wallet addresses." -msgstr "トークン名、NFTコレクション、ENSドメイン、またはウォレットアドレスで検索結果を最適化します。" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "or" -msgstr "" - -#: src/UI/translate.ts -msgid "Owner changed." -msgstr "" - -#: src/UI/components/WalletStatusBar/WalletDescription.tsx -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Pending" -msgstr "保留中" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#: src/UI/components/PersonaSelectPanel/index.tsx -#: src/UI/modals/PersonaSelectPanelModal/PersonaSelectPanelDialog.tsx -msgid "Persona" -msgstr "ペルソナ" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -#~ msgid "Phantom only supports the Solana chain." -#~ msgstr "Phantom は Solana チェーンのみを対応します。" - -#: src/UI/components/PhoneNumberField/index.tsx -msgid "Phone Number" -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please connect {0} and send a proof post before using dApps." -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please connect {0} before using dApps." -msgstr "dAppsを使用する前に、 {0} に接続してください。" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please connect your persona" -msgstr "あなたのペルソナに接続してください" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please connect your wallet" -msgstr "ウォレットに接続してください" - -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please create a persona and verify your account to use this." -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -msgid "Please create a Persona and verify your account to use this." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please create a persona for accessing Dapps." -msgstr "Dappsにアクセスするペルソナを作成してください。" - -#: src/UI/components/AssetsManagement/SelectionSection.tsx -#~ msgid "Please enter token contract address." -#~ msgstr "" - -#: src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx -msgid "Please select the wallet to activate the function after saving the settings." -msgstr "設定を保存した後、ウォレットを選択して機能を有効にしてください。" - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/ChainBoundary/index.tsx -msgid "Please switch to this network in the mobile application wallet you are connected to." -msgstr "" - -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please verify the current persona with a social media account before using dApps." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please verify your social account" -msgstr "ソーシャルアカウントを確認してください" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -msgid "Plugin switch" -msgstr "" - -#: src/UI/components/CompositionDialog/CompositionUI.tsx -msgid "Plugins" -msgstr "プラグイン" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Post content:" -msgstr "投稿内容" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Price Statistic" -msgstr "価格統計" - -#. placeholder {0}: i18n(plugin.name) -#: src/UI/components/CompositionDialog/BadgeRenderer.tsx -msgid "Provided by plugin \"{0}\"" -msgstr "" - -#: src/UI/translate.ts -msgid "Refund Lucky drop" -msgstr "" - -#: src/UI/translate.ts -msgid "Refund your expired Lucky Drop." -msgstr "" - -#: src/UI/components/ReloadStatus/index.tsx -msgid "Reload" -msgstr "再読み込み" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Remove" -msgstr "消去" - -#: src/hooks/useReportSpam.tsx -msgid "Report NFT Scam Contract?" -msgstr "NFT 詐欺契約を報告しますか?" - -#: src/hooks/useReportSpam.tsx -msgid "Report Spam" -msgstr "スパムを報告" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -msgid "Request timed out." -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#~ msgid "Request timeout." -#~ msgstr "" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Requesting Connection" -msgstr "接続をリクエスト中" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Resend" -msgstr "" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Reset" -msgstr "リセット" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Retry" -msgstr "再試行" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Revoke the approval for {0}." -msgstr "" - -#: src/UI/translate.ts -msgid "Revoke the approval for token" -msgstr "" - -#: src/UI/translate.ts -msgid "Revoke Token" -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Risk Warning" -msgstr "リスク警告" - -#: src/UI/modals/ImageEditor/ImageEditor.tsx -msgid "Save" -msgstr "" - -#: src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx -msgid "Scan the QR code with a WalletConnect-compatible wallet" -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Search" -msgstr "" - -#: src/UI/components/CountryCodePicker/index.tsx -msgid "Search Area" -msgstr "捜索エリア" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Search with an ENS domain or wallet address to get optimized results." -msgstr "ENSドメインまたはウォレットアドレスで検索すると、最適化された結果が得られます。" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Search with the name of an NFT collection or its symbol to get optimized results." -msgstr "NFT コレクションまたはそのシンボルの名前で検索し、最適化された結果を得ます。" - -#: src/UI/components/SelectTokenChip/index.tsx -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -msgid "Select" -msgstr "選択" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Select a token" -msgstr "トークンを選択します" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Select All" -msgstr "" - -#: src/UI/components/ERC721ContractSelectPanel/index.tsx -#~ msgid "Select an NFT" -#~ msgstr "NFT を選択します" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract" -msgstr "NFT コントラクトを選択" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract Operator" -msgstr "NFT コントラクトのオペレーターを選択" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract Owner" -msgstr "NFT コントラクト所有者を選択" - -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Select Collection" -msgstr "コレクションを選択" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/components/AssetsManagement/Collection.tsx -#: src/UI/components/AssetsManagement/CollectionList.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Send" -msgstr "送信" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Send {0}" -msgstr "" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx -msgid "Share" -msgstr "シェア" - -#: src/UI/components/SettingsBoard/SlippageToleranceSection.tsx -msgid "Slippage Tolerance" -msgstr "スリッページの許容範囲" - -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "Solana" -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "Spam" -msgstr "スパム" - -#: src/hooks/useReportSpam.tsx -msgid "Spam reported." -msgstr "" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Success" -msgstr "完了" - -#: src/UI/translate.ts -msgid "Swap" -msgstr "" - -#: src/UI/translate.ts -msgid "Swap completed successfully." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/ChainBoundary/index.tsx -msgid "Switch Network" -msgstr "ネットワークを切り替え" - -#. placeholder {0}: expectedChainName ?? '' -#: src/UI/components/ChainBoundary/index.tsx -msgid "Switch to {0}" -msgstr "" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Tell friends what's happening..." -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "The contract address is incorrect or the collection does not belong to you." -msgstr "コントラクトアドレスが正しくないか、コレクションはあなたに属していません。" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -msgid "The following wallets are not installed or in conflict with others" -msgstr "以下のウォレットがインストールされていないか、他のウォレットと競合しています" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "The input is not a single file." -msgstr "" - -#: src/UI/translate.ts -msgid "The token approval revoked." -msgstr "" - -#: src/UI/components/PluginEnableBoundary/index.tsx -msgid "This function has been turned off in the App settings. Enable plugins to fully access." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#~ msgid "This network is not supported yet." -#~ msgstr "{network} はまだサポートされていません." - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "To interact with Polygon network, MATIC tokens are required to pay as gas fees. SmartPay allow users to pay gas fee on Polygon network with MASK token." -#~ msgstr "Polygonのネットワークを利用するには、MATICトークンがガス料金として支払う必要があります。SmartPayを使用すると、MASKトークンを使ってPolygonネットワーク上でガス料金を支払うことができます。" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Token" -msgstr "トークン" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Token ID separated by comma, e.g. 1223,1224," -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "Token ID should be separated by comma, e.g. 1223,1224," -msgstr "" - -#: src/UI/translate.ts -msgid "Token unlocked" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Total Supply" -msgstr "総供給量" - -#: src/hooks/useOpenShareTxDialog.tsx -msgid "Transaction" -msgstr "トランザクション" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Transaction Confirmed" -msgstr "取引が確認されました" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#~ msgid "Transaction cost" -#~ msgstr "" - -#: src/UI/translate.ts -msgid "Transaction failed" -msgstr "" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Transaction Failed" -msgstr "取引が失敗しました" - -#: src/UI/translate.ts -msgid "Transaction has been rejected!" -msgstr "" - -#: src/UI/translate.ts -msgid "Transaction submitted." -msgstr "" - -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." -msgstr "スリッページの許容範囲が極端に小さい取引は、ごくわずかな相場の動きで元に戻ってしまうことがあります。" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Transfer {0} NFT." -msgstr "" - -#: src/UI/translate.ts -msgid "Transfer NFT" -msgstr "" - -#: src/UI/translate.ts -msgid "Transfer Token" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "unlimited" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Unlisted" -msgstr "未掲載" - -#: src/hooks/useGasCurrencyMenu.tsx -#~ msgid "Unlock" -#~ msgstr "ロック解除" - -#. placeholder {0}: token.symbol -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "Unlock {0}" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Unlock {0} NFT contract." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Unlock {0}." -msgstr "" - -#: src/UI/translate.ts -msgid "Unlock NFT Contract" -msgstr "" - -#: src/UI/translate.ts -msgid "Unlock token" -msgstr "" - -#: src/UI/translate.ts -msgid "Unlock Token" -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Unlocking {hasSymbolName}..." -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Unlocking ALL..." -msgstr "" - -#. placeholder {0}: formatCurrency(formatWeiToGwei(option.suggestedMaxFeePerGas), '') -#: src/UI/components/SettingsBoard/GasOption.tsx -msgid "up to {0} Gwei" -msgstr "最大 {0} Gweiまで" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "Updating Gas Fee…" -msgstr "ガス代を更新中…" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." -msgstr "" - -#. placeholder {0}: currentVerifiedBy.join(', ') -#. placeholder {0}: verifiedBy.join(', ') -#: src/UI/components/AssetsManagement/CollectibleItem.tsx -#: src/UI/components/AssetsManagement/Collection.tsx -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Verified by {0}" -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Verify {0}" -msgstr "" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Verify your X ID" -msgstr "" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "View" -msgstr "表示" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/components/WalletStatusBox/index.tsx -msgid "View on Explorer" -msgstr "エクスプローラーで表示" - -#: src/UI/modals/WalletStatusModal/WalletStatusDialog.tsx -msgid "Wallet Account" -msgstr "ウォレットアカウント" - -#: src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx -msgid "WalletConnect" -msgstr "ウォレット接続" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." -msgstr "Twitterアカウントを認証し、NextIDに記録する必要があります。認証のために投稿してください。" - -#: src/UI/components/PluginCardFrame/index.tsx -msgid "Web3 Profile" -msgstr "Web3 プロフィール" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Website" -msgstr "ウェブサイト" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Withdraw {0} for savings." -msgstr "" - -#: src/UI/translate.ts -msgid "Withdraw token" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Wrong Network" -msgstr "ネットワークが間違っています" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "You canceled the request." -msgstr "リクエストを取り消しました。" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "You didn't approve {0}. Please do not set spending cap to 0 and try it again." -msgstr "" - -#. placeholder {0}: message.amount -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "You have donated {0} {1}" -msgstr "" - -#. placeholder {0}: tolerance.toString() -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "You may have {0}% less received with this level of slippage tolerance." -msgstr "このスリッページ許容範囲で受領率が {0}% 低くなる可能性があります。" - -#. placeholder {0}: contractName ?? '' -#. placeholder {1}: token.symbol -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "You must give the {0} smart contract permission to use your {1}. You only have to do this once per token." -msgstr "{0} スマートコントラクトに自分の{1}を使用する許可を与える必要があります。これは1つのトークンにつき1回だけ行う必要があります。" - -#. placeholder {0}: message.token -#. placeholder {1}: message.spender -#: src/UI/translate.ts -msgid "You've approved {0} for {1}. If you want to revoke this token, please set spending cap amount to 0." -msgstr "" - -#: src/hooks/useOpenShareTxDialog.tsx -msgid "Your transaction has been confirmed!" -msgstr "" diff --git a/packages/shared/src/locale/ko-KR.json b/packages/shared/src/locale/ko-KR.json deleted file mode 100644 index d8814acea0e4..000000000000 --- a/packages/shared/src/locale/ko-KR.json +++ /dev/null @@ -1,425 +0,0 @@ -{ - "messages": { - "++B0oY": ["This function has been turned off in the App settings. Enable plugins to fully access."], - "+01Ill": ["Change to Solana Wallet"], - "+95jK3": ["가스 한도가 너무 낮으면 거래가 실패할 수 있습니다."], - "+A4TPN": [["0"], " NFT contract"], - "+K0AvT": ["연결 해제"], - "+hwfjv": ["설정 저장 후 이 기능을 활성화하는 데 사용할 월렛을 선택하세요."], - "/I3RSJ": ["스팸 신고"], - "/JOEaC": ["Deploy Smarty Pay wallet"], - "/OPmPQ": ["Verify ", ["0"]], - "/Swcdo": ["Failed to swap"], - "/capO6": ["Failed to deposit ", ["0"], "."], - "01DWy7": ["Click the settings icon to list it on the App board."], - "04MqGo": ["Post content:"], - "0CBHBc": ["Change to SOL Wallet"], - "0D4bav": ["토큰 이름이나 컨트렉트 주소"], - "0Lp4o6": ["로딩 실패"], - "0hFUd/": [ - ["0"], - " 에게 ", - ["1"], - " 이용할 수 있는 스마트 컨트랙트 권한을 줘야 합니다. 다른 토큰을 이용할 때 이 작업을 다시 해야 합니다." - ], - "0tdB+o": ["Enable the ", ["name"], " Wallet extension and disable other wallet extensions"], - "0wJVK+": ["기본"], - "1+P9RR": ["Switch to ", ["0"]], - "1DwbcE": ["로딩 중...."], - "1M8xFP": ["슬리피지 허용 범위 나무 낮으면 거래가 실패할 수 있습니다."], - "1QfxQT": ["확인"], - "1on6yK": ["How to use ", ["0"], " Wallet?"], - "2/N/mr": ["Connect with ", ["providerName"]], - "28ABhV": ["Connect EVM Wallet"], - "29b5Sq": ["Blocto는 Flow에만 지원합니다."], - "2CMLgZ": ["Token ID separated by comma, e.g. 1223,1224,"], - "2FYpfJ": ["더 보기"], - "2GHENQ": ["웹3 프로필"], - "2ci98N": [ - "Polygon 네트워크와 상호작용하기 위해서는 MATIC 토큰을 사용하여 가스비로 결제해야 하며, SmartPay를 통해 Polygon 네트워크에서 MASK 토큰으로 가스 요금을 결제할 수 있습니다." - ], - "3A/mG4": ["월렛 변경"], - "3kbpgO": ["가스 한도"], - "3qe4O9": ["최대 수수료"], - "3yLqgI": ["Name or contract address eg. PUNK or 0x234..."], - "420gDS": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and "], "next_id": ["NEXT.ID and "] }], - ["sources"], - "." - ], - "44bNbA": ["NFT 컨트렉트를 선택하세요."], - "4Gz2wC": ["Failed to upload file"], - "4lm4o+": ["Solana"], - "52nzPV": [ - "Data source is retrieved from ", - ["0", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "other": [] }], - "." - ], - "5N3b5J": ["시가 총액"], - "5ZzgbQ": ["Connect ", ["0"]], - "5o2pdQ": ["페르소나 만들기"], - "5uFQ9j": ["Please create a persona and verify your account to use this."], - "6YASel": ["무효한 네트워크"], - "6gRgw8": ["다시 시도"], - "6s8L6f": ["네트워크 변경"], - "76Ml+j": [["0"], " NFT Lucky Drop created."], - "78Kj7O": [["0"], " NFT transferred."], - "7Bj3x9": ["실패"], - "7VpPHA": ["확인"], - "7c99ux": ["Contract Deployment ", ["0"]], - "7eFA2G": ["Failed to revoke token contract."], - "7yTBmm": ["MASK 승인"], - "87Poy7": [["0"], " ", ["1"], " NFT contract."], - "8C8O9E": ["Provided by plugin \"", ["0"], "\""], - "8Dh77Z": ["NFTs"], - "8G+Cw3": ["Do you want to use MASK tokens to pay gas fee?"], - "8J7y6E": ["Deposit ", ["0"], " for savings."], - "8Tg/JR": ["커스텀"], - "9+VwX/": ["Add Collectibles"], - "9jba96": ["현재 TypedMessageText만 지원합니다."], - "9tG0uf": ["소셜 계정을 검증하세요."], - "A0VzMm": ["토큰 이름, NFT 컬렉션, ENS 도메인 또는 월렛 주소를 사용하여 검색 결과를 최적화합니다."], - "A1taO8": ["Search"], - "AElxM7": ["Transfer ", ["0"], " NFT."], - "AJNYYr": ["Refund Lucky drop"], - "Ap948/": ["Listed"], - "Appw6V": ["NFT가 없습니다."], - "At846K": ["토큰 목록 관리"], - "Axp2cZ": ["24 시간 거래량"], - "B6C0XJ": ["데이터 없음"], - "B8B8TU": ["Verified by ", ["0"]], - "BAvIGC": ["Withdraw token"], - "BFhvNB": [["0"], " ", ["1"], " NFT contract successfully."], - "BQi2Kk": [["0"], " were claimed"], - "Ba6uFH": ["Create your NFT Lucky Drop."], - "ByAMF+": ["리스크 경고"], - "BzEFor": ["or"], - "CE+M2e": ["정보"], - "Cf/0to": ["데이터 소스가 ", ["0"], "에서 검색됩니다."], - "CtByM7": ["월렛 연결"], - "CygwLN": ["Swap completed successfully."], - "D79cZK": ["즉시"], - "DA2uGM": ["Click the application icon to hide in the App list."], - "DKBbsW": ["가스 가격은 0Gwei보다 높어야합니다."], - "DPfwMq": ["완료"], - "Dsd/WC": [ - "Are you sure to report ", - ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"] }], - "? After confirmed, this NFT will be marked as spam." - ], - "Du6bPw": ["주소"], - "Dz56Ua": ["암호화"], - "E6HGuD": ["Check out the official website"], - "E6Sqiu": [["0"], " 로드 실패. 다시 시도하세요."], - "EVFPUv": ["Transfer NFT"], - "Eefe1a": ["The input is not a single file."], - "Ev2r9A": ["결과 없음"], - "F/pYeX": ["Create NFT Lucky Drop"], - "F8VT6y": ["Failed to transfer NFT."], - "F8Wc3I": ["Drag & Drop your file here"], - "F9yqjd": [ - "<0>Drag & Drop your file here ", - ["0", "select", { "other": ["<1>Size limit: 10 MB "], "omit": [] }], - "<2>or <3>Browse File" - ], - "FY2gWe": ["컨트랙트 조소가 잘못되거나 월렛에 해당 수집품이 없습니다."], - "FZg3wM": ["진행"], - "FiKDfi": ["Failed to unlock NFT contract."], - "GAZNIW": ["가격 통계"], - "GEL05h": ["WalletConnect"], - "GXhrYw": ["1. If you haven't installed the ", ["name"], " Wallet"], - "Gmmd6d": ["Verify your X ID"], - "GyvZPz": ["Token ID should be separated by comma, e.g. 1223,1224,"], - "H+bGaz": ["Browse File"], - "HF6C2L": ["Phone Number"], - "HFVck2": ["Lucky Drop with ", ["0"], " refunded."], - "HH25qd": ["No wallet selected."], - "HpK/8d": ["다시 로드"], - "HqiAyF": ["Gwei"], - "IGbphl": ["Unlocking ALL..."], - "ITBQO3": ["최대 우선 가스비는 0 GWEI보다 높아야 합니다"], - "IhnvgP": ["Change to EVM Wallet"], - "Iu4Ja9": ["Please enter token contract address."], - "JLiwYz": ["Mask Network requires the permission of following websites before using it."], - "JOP9uZ": ["Transaction has been rejected!"], - "JbKZsv": ["Scan the QR code with a WalletConnect-compatible wallet"], - "Jc3mpY": ["Request timeout."], - "Jg5pf7": ["현재 기초 기스비는 ", ["0"], " Gwei"], - "JiIKww": ["고급 설정"], - "JlFcis": ["발송"], - "JuVC24": ["Deposit token"], - "KCeSRZ": [ - "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." - ], - "KTfagY": ["Lucky drop with ", ["0"], " created."], - "KVAoFR": ["unlimited"], - "KWeNH6": ["Unlocking ", ["hasSymbolName"], "..."], - "KojyJ4": ["잘못된 네트워크"], - "KwJJLb": ["<0>Powered by <1>", ["0"], ""], - "L4vN0F": ["EVM"], - "La9ArN": ["<0>Powered by ", ["publisherNode"]], - "Lho4Qd": ["DSearch"], - "M4g1UJ": ["Contract Interaction"], - "M7ZGdw": ["2. If you have installed the ", ["name"], " Wallet"], - "MKEPCY": ["팔로우"], - "MOHcKb": ["최대 우선 가스비 입력"], - "Mi8ATZ": ["The token approval revoked."], - "MpnSqP": [["0"], " Pending"], - "MyjAbr": ["Resend"], - "Ng063n": ["Donate"], - "Nhp9Kw": ["Exceeded the maximum file size of ", ["fileSize"], "."], - "O2XHf2": ["Check ", ["providerName"], " to confirm connect."], - "OAZ+tI": [ - ["attentionFactors", "plural", { "one": ["#", " Attention item"], "other": ["#", " Attention items"] }] - ], - "OIIXl+": ["NFT 선택"], - "OLY2Jk": ["가스 가격"], - "OPsV2g": ["Failed to load MASK. Click to retry."], - "OQEwR/": ["Create Lucky Drop"], - "OfhWJH": ["초기화"], - "On0aF2": ["웹사이트"], - "P+K/3O": ["확인 중"], - "P7S/hC": ["최대 우선 가스비는 0 Gwei보다 높아야 합니다."], - "PRkIUI": ["가스비"], - "Pd3dlq": ["유통량"], - "PiH3UR": ["복사됨"], - "PlE+Fs": ["Connect and Verify ", ["0"]], - "QRsMow": ["거래 확인 완료"], - "Qd0xFm": ["Refund your expired Lucky Drop."], - "QyZU8V": [["riskyFactors", "plural", { "one": ["#", " Risky item"], "other": ["#", " Risky items"] }]], - "R9aEN5": ["Send ", ["0"]], - "RNfEI8": ["You canceled the request."], - "RUYsn0": ["모두 지우기"], - "Re7Oex": ["Transaction submitted."], - "RiLzWA": ["Please switch to this network in the mobile application wallet you are connected to."], - "Ry8TiY": ["Create Smart Pay wallet"], - "S0vyIh": ["Owner changed."], - "SNZM71": [["0"], " withdrawn."], - "SREKz9": ["NFT 사기 컨트랙트 신고"], - "Sjplg3": ["Explorer에서 보기"], - "T0Y2+3": ["토큰 선택"], - "TP9/K5": ["토큰"], - "TRoDRd": ["Failed to deposit token."], - "Tg003Y": ["웰렛 연결 설정"], - "URmyfc": ["디테일"], - "UbRKMZ": ["대기중"], - "UfJmJU": ["무효한 슬리피지 톨러런스"], - "UmVZrM": ["Failed to create Lucky Drop."], - "UqJ0W/": ["Cancel Transaction"], - "UxYZfY": ["Revoke the approval for ", ["0"], "."], - "V8j2d/": ["App list"], - "VAOn4r": ["언락"], - "VECuJk": ["월렛 계정"], - "VSx1eg": ["최대 우선 가스비"], - "VcLnc7": ["리스크 경고 확인"], - "VuFd5C": ["Balance: ", ["0"]], - "VvPeyR": [["0"], " unlocked"], - "W7rMXF": ["Failed to send token."], - "WDcQq9": ["Unlisted"], - "Wqoa0p": ["페로소나 연결하기"], - "X3X0nY": ["현재 슬리피지 허용 범위 안에 ", ["0"], "% 적게 받을 수 있습니다."], - "XA8JXM": ["NFT 추가"], - "Xftpm5": ["Select Collection"], - "Xprzee": ["가스비 입력"], - "YOacnL": ["Tell friends what's happening..."], - "YPNSH3": ["Connect Solana Wallet"], - "YXIpYp": ["Please verify the current persona with a social media account before using dApps."], - "Yc+m57": [ - "Data source is retrieved from ", - [ - "platform", - "select", - { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "next_id": ["NEXT.ID"] } - ], - "." - ], - "Ywu8Rl": ["Please connect ", ["0"], " and send a proof post before using dApps."], - "Z33XCd": ["컨트랙트 주소 입력"], - "Z7ZXbT": ["승인"], - "Z8G4E5": ["Change to Flow Wallet"], - "Z8lGw6": ["공유"], - "ZQbnxO": ["수집품이 없습니다."], - "ZQr5hT": ["Unlock Token"], - "ZSgQgC": ["네트워크 컨디션에 대한 최대 가스비가 매우 낮습니다."], - "ZhrWG1": ["페르소나 만들기"], - "ZrZMJ6": ["Backup failed, <0>try again"], - "a1S2x7": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and "] }], - ["sources"], - "." - ], - "a33WQ+": ["Download the ", ["name"], " Wallet here"], - "a6ONsz": ["Unlock ", ["0"], "."], - "a9X8Om": ["신고 실패"], - "aVI2qx": ["애프리케이션 아이콘을 클릭하여 앱 보드에 리스트됩니다."], - "aYT9SD": ["최대 가스비"], - "agPptk": ["보통"], - "ahpgxl": ["Please create a Persona and verify your account to use this."], - "apl8rz": ["Failed to withdraw ", ["0"], "."], - "ayxkVX": ["거래"], - "b+scYY": ["Requesting Connection"], - "b/mMOj": [["0"], " ", ["1"], " approval successfully."], - "bEPPWi": ["Connect Flow Wallet"], - "bGMpPD": ["Unlock NFT Contract"], - "bLJivk": ["NFT 컨트렉트 소유자를 선택하세요."], - "bQXBhp": [ - "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." - ], - "c19z3W": ["사용 가능한 잔액"], - "cNJNBU": ["Get optimized search results when you're looking for a token."], - "chL5IG": ["커뮤니티"], - "clw/Xh": [["0"], " sent."], - "ct8YaX": ["Exceeded the maximum file size of 10MB."], - "d0aemb": ["디앱을 연결하기 위해 페르소나를 맏드세요."], - "dEgA5A": ["취소"], - "dXFgcm": ["Transfer Token"], - "du/tmd": ["Create your Lucky Drop."], - "dyNKut": ["Browse Files"], - "eC1gV9": ["Invalid file type"], - "ePK91l": ["편집"], - "elyK4N": ["Failed to unlock token contract."], - "f61qKX": ["Deploy a SmartPay wallet on Polygon network."], - "fL7WXr": ["어플리케이션"], - "foOw00": ["Balance(", ["symbol"], ")"], - "frOW4Q": ["Phantom은 Solana에만 지원합니다."], - "fsBGk0": ["잔액"], - "fx6pOQ": ["Balance: <0/>"], - "gC2WI+": ["페르소나"], - "gKSsH7": ["해당 네트워크가 아직 지원하지 않습니다."], - "gM+Nj7": [ - "Are you sure to report ", - ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"], "other": ["this NFT"] }], - "? After confirmed, this NFT will be marked as spam." - ], - "ghZx62": ["Unlock token"], - "gk7J2q": [["0", "select", { "other": ["<0>Size limit: ", ["fileSize"], ""], "omit": [] }]], - "gmOW42": ["ENS나 월렛 주소"], - "h0qYUk": ["최적화된 결과를 얻으려면 ENS 도메인 또는 월렛 주소로 검색하세요."], - "hRtIgr": ["앱 리스트"], - "he3ygx": ["복사"], - "hzTib5": ["NFT 컨트렉트 오퍼레이터"], - "i4umqX": ["The following wallets are not installed or in conflict with others"], - "i70ilP": [["0"], " NFT contract unlocked."], - "iH8itU": ["월렛 연결"], - "iNIdDX": ["잘못된 컨트렉트 주소"], - "iPMIoT": ["금액 입력"], - "iT0Qmd": ["거래 실패"], - "ja6Tyz": ["최적화된 결과를 얻으려면 NFT 컬렉션 이름 또는 해당 심벌을 사용하여 검색하세요."], - "jfJkBQ": ["네트워크 컨디션에 대한 가스비가 매우 낮습니다."], - "jpctdh": ["살펴보기"], - "jtExaD": ["Not supported yet."], - "k/vATR": ["Token unlocked"], - "k1pJQo": [["0"], " network is not added to the wallet. Please add it and try again."], - "kG0n0M": ["네트워크 오류 또는 사용자가 프로세스를 취소합니다."], - "kV9Qeo": ["You have donated ", ["0"], " ", ["1"]], - "kg/ict": ["Lucky Drop claimed."], - "ks5OGD": ["컨트랙트"], - "l3s5ri": ["불러오기"], - "lqTDfd": ["슬리피지 톨러런스"], - "m/TPEz": ["(beta)"], - "m2OZMI": ["최대 기스비는 최대 우선 가스비보다 낮을 수 없습니다"], - "mCB6Je": ["Select All"], - "mHWsOq": ["Failed to confirm"], - "mPxxVq": ["기스비 한도 입력"], - "mT57+Q": ["설정으로 가기"], - "mUJUVX": ["Claim your NFT Lucky Drop"], - "ma8rSx": ["Your transaction has been confirmed!"], - "mhNIiJ": ["가스비가 필요한 것보다 높아서 필요 이상으로 지불할 수 있습니다."], - "n42fmQ": ["최대 가스비 입력"], - "nDzNGQ": ["Follow User"], - "nTWWCZ": ["낮음"], - "njSHJP": ["You didn't approve ", ["0"], ". Please do not set spending cap to 0 and try it again."], - "nqL5WA": ["Claim Lucky Drop"], - "o+XJ9D": ["변경"], - "oG26Rt": ["이 거래를 월렛에서 확인하세요"], - "oMx/mL": [ - "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." - ], - "ocYse8": ["Failed to refund Lucky Drop."], - "ohUJJM": ["플러그인"], - "ooHEV6": ["1 ", ["0"], " NFT Lucky Drop claimed."], - "ouAjo6": ["가스비가 없습니다"], - "ovBPCi": ["디폴트"], - "pHfBGz": ["가스비 업데이트 중..."], - "pbOGiB": ["Revoke Token"], - "pu3rTn": ["GWEI"], - "pzO3Xa": ["총 공급량"], - "q+O14e": ["지역 찾기"], - "qCMUPH": ["Unlock ", ["0"]], - "qI8U4x": ["최대 기스비는 최대 우선 가스비보다 낮을 수 없습니다."], - "qWMpAl": ["최대 ", ["0"], " Gwei"], - "qYuscr": ["최대 우선 가스비"], - "qfprkE": [ - "Data source is retrieved from ", - ["platform", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"] }], - "." - ], - "qkhZxp": ["Created a SmartPay wallet on Polygon network."], - "qp8fKi": ["By confirming means that you agree to bear the possible risks above."], - "rBLzKv": ["최대 가스비가 필요한 것보다 높습니다."], - "rCsoea": ["토큰 목록 관리"], - "rG3WVm": ["토큰 선택"], - "rQQGN1": ["최대 우선 가스비가 필요한 것보다 높아서 필요 이상으로 지불할 수 있습니다."], - "rR6iwH": ["도메인 요청"], - "ryWxhG": ["축하합니다!"], - "sOcZTR": ["Contract Deployment"], - "sQJ3RN": ["네트워크 컨디션에 대한 최대 우선 가스비는 매우 낮습니다."], - "sSkbaZ": ["Request timed out."], - "saHPqg": ["Claim your Lucky Drop."], - "sxkWRg": ["고급"], - "t/YqKh": ["Remove"], - "t8dIOP": ["스팸"], - "t9m1iP": ["Spam reported."], - "tHoyBc": ["디엡을 이용하기 전에 ", ["0"], " 연결하세요."], - "tKJ7ee": ["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."], - "tcHpvG": ["Change Owner"], - "tfDRzk": ["Save"], - "tk+uyz": [ - "You've approved ", - ["0"], - " for ", - ["1"], - ". If you want to revoke this token, please set spending cap amount to 0." - ], - "u2Srv1": ["Claim your Airdrop"], - "u3ZeYl": ["Transaction failed"], - "uBAxNB": ["에디터"], - "ujpEaI": ["월렛을 연결하세요"], - "ulAtwO": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and"], "next_id": ["NEXT.ID and"] }], - ["sources"], - "." - ], - "uv94aG": ["사용자별 추가"], - "v7U98p": ["Failed to claim Lucky Drop."], - "vH2C/2": ["Swap"], - "vLXevL": ["Transaction cost"], - "vhlM+H": ["Withdraw ", ["0"], " for savings."], - "vutynE": ["플러그인 활성화"], - "w0e0yw": ["Gas limit must be at least ", ["0"]], - "wLGJSF": ["EVM 체인만 지원합니다. ETH, BNB chain, Polygon, Arb, Op 등."], - "wThGrS": ["App Settings"], - "xCJdfg": ["지우기"], - "xDO6ZN": ["Plugin switch"], - "xIxVmH": ["Unlock ", ["0"], " NFT contract."], - "xuKB2x": [["0"], " deposited."], - "y3qyKP": ["NFT Lucky Drop created."], - "y6sq5j": ["팔로잉"], - "yDUr0V": ["Lucky Drop refunded."], - "yHrAv+": ["Claim Lucky Drop with ", ["0"], " claimed."], - "yQE2r9": ["로딩 중"], - "yVzBCJ": ["NFT Lucky Drop claimed."], - "yZhedI": ["기스비 설정"], - "ygW4tI": ["페르소나를 연결하세요."], - "ylUhBz": ["클릭하여 재시도하기"], - "yx/fMc": ["높음"], - "z1i6et": ["Failed to ", ["0"], " NFT contract."], - "zBPjcC": ["Revoke the approval for token"], - "zBftr8": ["Claim NFT Lucky Drop"], - "zga9sT": ["확인"], - "zzDlyQ": ["성공"] - } -} diff --git a/packages/shared/src/locale/ko-KR.po b/packages/shared/src/locale/ko-KR.po deleted file mode 100644 index 3a09b8e46dfc..000000000000 --- a/packages/shared/src/locale/ko-KR.po +++ /dev/null @@ -1,1591 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-12-24 04:49\n" -"Last-Translator: \n" -"Language: ko_KR\n" -"Language-Team: Korean\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/shared/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1012\n" - -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -msgid "(beta)" -msgstr "" - -#. placeholder {0}: omitSizeLimit ? 'omit' : '' -#: src/UI/components/UploadDropArea/index.tsx -msgid "{0, select, other {<0>Size limit: {fileSize}} omit {}}" -msgstr "" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} approval successfully." -msgstr "" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} NFT contract successfully." -msgstr "" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} NFT contract." -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} deposited." -msgstr "" - -#. placeholder {0}: expectedChainName ?? '' -#: src/UI/components/ChainBoundary/index.tsx -msgid "{0} network is not added to the wallet. Please add it and try again." -msgstr "" - -#. placeholder {0}: message.action -#: src/UI/translate.ts -msgid "{0} NFT contract" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT contract unlocked." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT Lucky Drop created." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT transferred." -msgstr "" - -#. placeholder {0}: pendingTransactions.length -#: src/UI/components/WalletStatusBox/usePendingTransactions.tsx -msgid "{0} Pending" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} sent." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} unlocked" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} were claimed" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} withdrawn." -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "{attentionFactors, plural, one {# Attention item} other {# Attention items}}" -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "{riskyFactors, plural, one {# Risky item} other {# Risky items}}" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "<0>Drag & Drop your file here {0, select, other {<1>Size limit: 10 MB } omit {}}<2>or <3>Browse File" -#~ msgstr "" - -#: src/UI/components/MaskPluginWrapper/index.tsx -msgid "<0>Powered by {publisherNode}" -msgstr "" - -#. placeholder {0}: provider ?? 'Mask Network' -#: src/UI/components/PluginCardFrame/index.tsx -msgid "<0>Powered by <1>{0}" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "1 {0} NFT Lucky Drop claimed." -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "1. If you haven't installed the {name} Wallet" -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "2. If you have installed the {name} Wallet" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "24 Hour Trading Vol" -msgstr "24 시간 거래량" - -#: src/UI/modals/AddCollectiblesModal/AddCollectiblesDialog.tsx -msgid "Add Collectibles" -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Add NFTs" -msgstr "NFT 추가" - -#: src/UI/components/FungibleTokenList/FungibleTokenItem.tsx -msgid "Added by user" -msgstr "사용자별 추가" - -#: src/UI/components/TokenWithSocialGroupMenu/index.tsx -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Address" -msgstr "주소" - -#: src/UI/components/SettingsBoard/GasSection.tsx -msgid "Advanced" -msgstr "고급" - -#: src/UI/modals/SelectAdvancedSettingsDialog/SelectGasSettingsDialog.tsx -msgid "Advanced Settings" -msgstr "고급 설정" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -msgid "App list" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -msgid "APP list" -msgstr "앱 리스트" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -msgid "App Settings" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -msgid "Applications" -msgstr "어플리케이션" - -#: src/UI/components/GrantPermission/index.tsx -msgid "Approve" -msgstr "승인" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Approve MASK?" -#~ msgstr "MASK 승인" - -#. placeholder {0}: collection?.name ? 'hasName' : 'noName' -#. placeholder {1}: collection?.name || '' -#: src/hooks/useReportSpam.tsx -msgid "Are you sure to report {0, select, hasName {{1}} noName {this NFT} other {this NFT}}? After confirmed, this NFT will be marked as spam." -msgstr "" - -#: src/hooks/useReportSpam.tsx -#~ msgid "Are you sure to report {0, select, hasName {{1}} noName {this NFT}}? After confirmed, this NFT will be marked as spam." -#~ msgstr "" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Available Balance" -msgstr "사용 가능한 잔액" - -#: src/UI/components/QRCode/index.tsx -msgid "Backup failed, <0>try again" -msgstr "" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Balance" -msgstr "잔액" - -#: src/UI/components/ERC721ContractSelectPanel/index.tsx -#~ msgid "Balance: {0}" -#~ msgstr "" - -#: src/UI/components/TokenAmountPanel/index.tsx -msgid "Balance: <0/>" -msgstr "" - -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Balance({symbol})" -msgstr "" - -#: src/UI/components/SettingsBoard/GasSection.tsx -msgid "Basic" -msgstr "기본" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -msgid "Blocto only supports the Flow chain." -msgstr "Blocto는 Flow에만 지원합니다." - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "Browse File" -#~ msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Browse Files" -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "By confirming means that you agree to bear the possible risks above." -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -#: src/UI/modals/ConfirmDialog/index.tsx -#: src/UI/modals/ImageEditor/ImageEditor.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Cancel" -msgstr "취소" - -#: src/UI/translate.ts -msgid "Cancel Transaction" -msgstr "" - -#: src/UI/components/WalletStatusBar/Action.tsx -#: src/UI/components/WalletStatusBar/WalletMenuItem.tsx -#: src/UI/components/WalletStatusBox/index.tsx -msgid "Change" -msgstr "변경" - -#: src/UI/translate.ts -msgid "Change Owner" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to EVM Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to Flow Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#~ msgid "Change to SOL Wallet" -#~ msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to Solana Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change Wallet" -msgstr "월렛 변경" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Check {providerName} to confirm connect." -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Check out the official website" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Circulating Supply" -msgstr "유통량" - -#: src/UI/translate.ts -msgid "Claim Lucky Drop" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Claim Lucky Drop with {0} claimed." -msgstr "" - -#: src/UI/translate.ts -msgid "Claim NFT Lucky Drop" -msgstr "" - -#: src/UI/translate.ts -msgid "Claim your Airdrop" -msgstr "" - -#: src/UI/translate.ts -msgid "Claim your Lucky Drop." -msgstr "" - -#: src/UI/translate.ts -msgid "Claim your NFT Lucky Drop" -msgstr "" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Clear" -msgstr "지우기" - -#: src/UI/components/WalletStatusBox/usePendingTransactions.tsx -msgid "Clear All" -msgstr "모두 지우기" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Click the application icon to hide in the App list." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Click the application icon to list it on the App board." -msgstr "애프리케이션 아이콘을 클릭하여 앱 보드에 리스트됩니다." - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Click the settings icon to list it on the App board." -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Click to retry" -msgstr "클릭하여 재시도하기" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Community" -msgstr "커뮤니티" - -#: src/UI/modals/ConfirmDialog/index.tsx -#: src/UI/modals/ConfirmModal/Dialog.tsx -#: src/UI/modals/ConfirmModal/Dialog.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Confirm" -msgstr "확인" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -#~ msgid "Confirm Risk Warning" -#~ msgstr "리스크 경고 확인" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Confirm this transaction in your wallet" -msgstr "이 거래를 월렛에서 확인하세요" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Confirming" -msgstr "확인 중" - -#: src/UI/components/TokenTransactionConfirmModal/index.tsx -#: src/UI/components/TokenTransactionConfirmModal/index.tsx -msgid "Congratulations!" -msgstr "축하합니다!" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Connect {0}" -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Connect and Verify {0}" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect EVM Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect Flow Wallet" -msgstr "" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Connect Persona" -msgstr "페로소나 연결하기" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect Solana Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/WalletConnectedBoundary/index.tsx -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -#: src/UI/components/WalletStatusBar/PluginWalletStatusBar.tsx -#: src/UI/components/WalletStatusBox/index.tsx -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "Connect Wallet" -msgstr "월렛 연결" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Connect with {providerName}" -msgstr "" - -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -msgid "Connect your wallet" -msgstr "월렛 연결" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network." -msgstr "" - -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -msgid "Connected wallets settings" -msgstr "웰렛 연결 설정" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Contract" -msgstr "컨트랙트" - -#: src/UI/translate.ts -msgid "Contract Deployment" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Contract Deployment {0}" -msgstr "" - -#: src/UI/translate.ts -msgid "Contract Interaction" -msgstr "" - -#: src/UI/components/CopyButton/index.tsx -msgid "Copied!" -msgstr "복사됨" - -#: src/UI/components/CopyButton/index.tsx -msgid "Copy" -msgstr "복사" - -#: src/UI/translate.ts -msgid "Create Lucky Drop" -msgstr "" - -#: src/UI/translate.ts -msgid "Create NFT Lucky Drop" -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Create persona" -msgstr "페르소나 만들기" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Create Persona" -msgstr "페르소나 만들기" - -#: src/UI/translate.ts -msgid "Create Smart Pay wallet" -msgstr "" - -#: src/UI/translate.ts -msgid "Create your Lucky Drop." -msgstr "" - -#: src/UI/translate.ts -msgid "Create your NFT Lucky Drop." -msgstr "" - -#: src/UI/translate.ts -msgid "Created a SmartPay wallet on Polygon network." -msgstr "" - -#. placeholder {0}: formatCurrency(formatWeiToGwei(baseFeePerGas), '') -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Current base fee is {0} Gwei" -msgstr "현재 기초 기스비는 {0} Gwei" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#: src/UI/components/SettingsBoard/Context.tsx -#: src/UI/components/SettingsBoard/GasSection.tsx -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "Custom" -msgstr "커스텀" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and } next_id {NEXT.ID and }}{sources}." -#~ msgstr "" - -#. placeholder {0}: fromTwitter ? AddressPlatform.Twitter : 'normal' -#: src/UI/components/AccountIcons/index.tsx -msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and }}{sources}." -msgstr "" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and} next_id {NEXT.ID and}}{sources}." -#~ msgstr "" - -#. placeholder {0}: platform || '' -#: src/UI/components/AccountIcons/index.tsx -msgid "Data source is retrieved from {0, select, twitter {Twitter profile} facebook {Facebook profile} other {}}." -msgstr "" - -#. placeholder {0}: resolveNextIDPlatformName(platform) || platform -#. placeholder {0}: type?.replace('_', ' ') ?? '' -#: src/UI/components/AccountIcons/index.tsx -#: src/UI/components/SocialAccountList/SocialTooltip.tsx -msgid "Data source is retrieved from {0}." -msgstr "데이터 소스가 {0}에서 검색됩니다." - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {platform, select, twitter {Twitter profile} facebook {Facebook profile} next_id {NEXT.ID}}." -#~ msgstr "" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {platform, select, twitter {Twitter profile} facebook {Facebook profile}}." -#~ msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." -msgstr "" - -#: src/UI/components/MaskPluginWrapper/index.tsx -msgid "Default" -msgstr "디폴트" - -#: src/UI/translate.ts -msgid "Deploy a SmartPay wallet on Polygon network." -msgstr "" - -#: src/UI/translate.ts -msgid "Deploy Smarty Pay wallet" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Deposit {0} for savings." -msgstr "" - -#: src/UI/translate.ts -msgid "Deposit token" -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Details" -msgstr "디테일" - -#: src/UI/components/WalletStatusBox/index.tsx -msgid "Disconnect" -msgstr "연결 해제" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/contexts/components/InjectedDialog.tsx -msgid "Dismiss" -msgstr "확인" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Do you want to use MASK tokens to pay gas fee?" -#~ msgstr "" - -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -msgid "Domain Request" -msgstr "도메인 요청" - -#: src/UI/translate.ts -msgid "Donate" -msgstr "" - -#: src/hooks/useSnackbarCallback.tsx -#: src/hooks/useSnackbarCallback.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Done" -msgstr "완료" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Download the {name} Wallet here" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Drag & Drop your file here" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "DSearch" -msgstr "" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#: src/UI/modals/ImageEditor/ImageEditor.tsx -msgid "Edit" -msgstr "편집" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Editor" -msgstr "에디터" - -#: src/UI/components/PluginEnableBoundary/index.tsx -msgid "Enable plugin" -msgstr "플러그인 활성화" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Enable the {name} Wallet extension and disable other wallet extensions" -msgstr "" - -#: src/UI/components/CompositionDialog/CompositionUI.tsx -msgid "Encrypt" -msgstr "암호화" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "ENS or Wallet Address" -msgstr "ENS나 월렛 주소" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Enter a gas limit" -msgstr "기스비 한도 입력" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Enter a gas price" -msgstr "가스비 입력" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Enter a max fee" -msgstr "최대 가스비 입력" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Enter a max priority fee" -msgstr "최대 우선 가스비 입력" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Enter an amount" -#~ msgstr "금액 입력" - -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "EVM" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Exceeded the maximum file size of {fileSize}." -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "Exceeded the maximum file size of 10MB." -#~ msgstr "" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Failed" -msgstr "실패" - -#. placeholder {0}: message.action -#: src/UI/translate.ts -msgid "Failed to {0} NFT contract." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to claim Lucky Drop." -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Failed to confirm" -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to create Lucky Drop." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Failed to deposit {0}." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to deposit token." -msgstr "" - -#. placeholder {0}: token.symbol ?? token.name ?? 'Token' -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "Failed to load {0}. Click to retry." -msgstr "{0} 로드 실패. 다시 시도하세요." - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Failed to load MASK. Click to retry." -#~ msgstr "" - -#: src/UI/translate.ts -msgid "Failed to refund Lucky Drop." -msgstr "" - -#: src/hooks/useReportSpam.tsx -msgid "Failed to report spam." -msgstr "신고 실패" - -#: src/UI/translate.ts -msgid "Failed to revoke token contract." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to send token." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to swap" -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to transfer NFT." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to unlock NFT contract." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to unlock token contract." -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Failed to upload file" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Failed to withdraw {0}." -msgstr "" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "Follow" -msgstr "팔로우" - -#: src/UI/translate.ts -msgid "Follow User" -msgstr "" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "Following" -msgstr "팔로잉" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -msgid "Gas Fee" -msgstr "가스비" - -#: src/UI/modals/GasSettingModal/GasSettingModal.tsx -msgid "Gas fee settings" -msgstr "기스비 설정" - -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Gas Limit" -msgstr "가스 한도" - -#. placeholder {0}: minGasLimit.toFixed() -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Gas limit must be at least {0}" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas limit too low will cause the transaction to fail." -msgstr "가스 한도가 너무 낮으면 거래가 실패할 수 있습니다." - -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasSection.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Gas Price" -msgstr "가스 가격" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price is higher than necessary. You may pay more than needed." -msgstr "가스비가 필요한 것보다 높아서 필요 이상으로 지불할 수 있습니다." - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price is too low for network conditions." -msgstr "네트워크 컨디션에 대한 가스비가 매우 낮습니다." - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price must be greater than 0 Gwei." -msgstr "가스 가격은 0Gwei보다 높어야합니다." - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Get optimized search results when you're looking for a token." -msgstr "" - -#: src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx -msgid "Go to Settings" -msgstr "설정으로 가기" - -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Gwei" -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "GWEI" -msgstr "" - -#: src/UI/components/SettingsBoard/Context.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "High" -msgstr "높음" - -#. placeholder {0}: provider.name -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "How to use {0} Wallet?" -msgstr "" - -#: src/UI/components/FungibleTokenList/FungibleTokenItem.tsx -msgid "Import" -msgstr "불러오기" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/components/FungibleTokenList/index.tsx -msgid "Incorrect contract address." -msgstr "잘못된 컨트렉트 주소" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Info" -msgstr "정보" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "Input contract address" -msgstr "컨트랙트 주소 입력" - -#: src/UI/components/SettingsBoard/Context.tsx -msgid "Instant" -msgstr "즉시" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Invalid file type" -msgstr "" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "Invalid Network" -msgstr "무효한 네트워크" - -#: src/UI/components/SettingsBoard/hooks/useSlippageToleranceSchema.ts -msgid "Invalid slippage tolerance." -msgstr "무효한 슬리피지 톨러런스" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Listed" -msgstr "" - -#: src/UI/components/ReloadStatus/index.tsx -msgid "Load failed" -msgstr "로딩 실패" - -#: src/UI/components/LoadingStatus/index.tsx -msgid "Loading" -msgstr "로딩 중" - -#: src/UI/components/PluginCardFrame/index.tsx -msgid "Loading...." -msgstr "로딩 중...." - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Low" -msgstr "낮음" - -#: src/UI/translate.ts -msgid "Lucky Drop claimed." -msgstr "" - -#: src/UI/translate.ts -msgid "Lucky Drop refunded." -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Lucky drop with {0} created." -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Lucky Drop with {0} refunded." -msgstr "" - -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -msgid "Manage Token List" -msgstr "토큰 목록 관리" - -#: src/UI/components/FungibleTokenList/ManageTokenListBar.tsx -#~ msgid "Manage Token Lists" -#~ msgstr "토큰 목록 관리" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Market Cap" -msgstr "시가 총액" - -#: src/UI/components/GrantPermission/index.tsx -msgid "Mask Network requires the permission of following websites before using it." -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max fee" -msgstr "최대 가스비" - -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Max Fee" -msgstr "최대 수수료" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max fee cannot be lower than max priority fee" -msgstr "최대 기스비는 최대 우선 가스비보다 낮을 수 없습니다" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee cannot be lower than max priority fee." -msgstr "최대 기스비는 최대 우선 가스비보다 낮을 수 없습니다." - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee is higher than necessary." -msgstr "최대 가스비가 필요한 것보다 높습니다." - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee is too low for network conditions." -msgstr "네트워크 컨디션에 대한 최대 가스비가 매우 낮습니다." - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max priority fee" -msgstr "최대 우선 가스비" - -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Max Priority Fee" -msgstr "최대 우선 가스비" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee is higher than necessary. You may pay more than needed." -msgstr "최대 우선 가스비가 필요한 것보다 높아서 필요 이상으로 지불할 수 있습니다." - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee is too low for network conditions." -msgstr "네트워크 컨디션에 대한 최대 우선 가스비는 매우 낮습니다." - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max priority fee must be greater than 0 GWEI" -msgstr "최대 우선 가스비는 0 GWEI보다 높아야 합니다" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee must be greater than 0 Gwei." -msgstr "최대 우선 가스비는 0 Gwei보다 높아야 합니다." - -#: src/UI/components/SettingsBoard/Context.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Medium" -msgstr "보통" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "More" -msgstr "더 보기" - -#: src/UI/components/FungibleTokenList/index.tsx -msgid "Name or Contract address e.g. USDC or 0x234..." -msgstr "토큰 이름이나 컨트렉트 주소" - -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Name or contract address eg. PUNK or 0x234..." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Network error or user cancels the process." -msgstr "네트워크 오류 또는 사용자가 프로세스를 취소합니다." - -#: src/UI/translate.ts -msgid "NFT Lucky Drop claimed." -msgstr "" - -#: src/UI/translate.ts -msgid "NFT Lucky Drop created." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "NFTs" -msgstr "" - -#: src/UI/components/CollectibleList/CollectibleList.tsx -msgid "No collectible found." -msgstr "수집품이 없습니다." - -#: src/UI/components/EmptyStatus/index.tsx -msgid "No Data" -msgstr "데이터 없음" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "No Enough Gas Fee" -msgstr "가스비가 없습니다" - -#: src/UI/components/AssetsManagement/CollectionList.tsx -#: src/UI/components/AssetsManagement/CollectionList.tsx -msgid "No NFTs found." -msgstr "NFT가 없습니다." - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/components/CountryCodePicker/index.tsx -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "No results" -msgstr "결과 없음" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "No wallet selected." -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionList.tsx -msgid "Not supported yet." -msgstr "" - -#: src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx -msgid "OK" -msgstr "확인" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -#~ msgid "Only supports EVM chains, ETH, BNB chain, Polygon, Arb, Op, etc." -#~ msgstr "EVM 체인만 지원합니다. ETH, BNB chain, Polygon, Arb, Op 등." - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Only TypedMessageText is supported currently." -msgstr "현재 TypedMessageText만 지원합니다." - -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Operation" -msgstr "진행" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Optimize search results with token names, NFT collections, ENS domains or wallet addresses." -msgstr "토큰 이름, NFT 컬렉션, ENS 도메인 또는 월렛 주소를 사용하여 검색 결과를 최적화합니다." - -#: src/UI/components/UploadDropArea/index.tsx -msgid "or" -msgstr "" - -#: src/UI/translate.ts -msgid "Owner changed." -msgstr "" - -#: src/UI/components/WalletStatusBar/WalletDescription.tsx -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Pending" -msgstr "대기중" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#: src/UI/components/PersonaSelectPanel/index.tsx -#: src/UI/modals/PersonaSelectPanelModal/PersonaSelectPanelDialog.tsx -msgid "Persona" -msgstr "페르소나" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -#~ msgid "Phantom only supports the Solana chain." -#~ msgstr "Phantom은 Solana에만 지원합니다." - -#: src/UI/components/PhoneNumberField/index.tsx -msgid "Phone Number" -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please connect {0} and send a proof post before using dApps." -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please connect {0} before using dApps." -msgstr "디엡을 이용하기 전에 {0} 연결하세요." - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please connect your persona" -msgstr "페르소나를 연결하세요." - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please connect your wallet" -msgstr "월렛을 연결하세요" - -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please create a persona and verify your account to use this." -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -msgid "Please create a Persona and verify your account to use this." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please create a persona for accessing Dapps." -msgstr "디앱을 연결하기 위해 페르소나를 맏드세요." - -#: src/UI/components/AssetsManagement/SelectionSection.tsx -#~ msgid "Please enter token contract address." -#~ msgstr "" - -#: src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx -msgid "Please select the wallet to activate the function after saving the settings." -msgstr "설정 저장 후 이 기능을 활성화하는 데 사용할 월렛을 선택하세요." - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/ChainBoundary/index.tsx -msgid "Please switch to this network in the mobile application wallet you are connected to." -msgstr "" - -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please verify the current persona with a social media account before using dApps." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please verify your social account" -msgstr "소셜 계정을 검증하세요." - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -msgid "Plugin switch" -msgstr "" - -#: src/UI/components/CompositionDialog/CompositionUI.tsx -msgid "Plugins" -msgstr "플러그인" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Post content:" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Price Statistic" -msgstr "가격 통계" - -#. placeholder {0}: i18n(plugin.name) -#: src/UI/components/CompositionDialog/BadgeRenderer.tsx -msgid "Provided by plugin \"{0}\"" -msgstr "" - -#: src/UI/translate.ts -msgid "Refund Lucky drop" -msgstr "" - -#: src/UI/translate.ts -msgid "Refund your expired Lucky Drop." -msgstr "" - -#: src/UI/components/ReloadStatus/index.tsx -msgid "Reload" -msgstr "다시 로드" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Remove" -msgstr "" - -#: src/hooks/useReportSpam.tsx -msgid "Report NFT Scam Contract?" -msgstr "NFT 사기 컨트랙트 신고" - -#: src/hooks/useReportSpam.tsx -msgid "Report Spam" -msgstr "스팸 신고" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -msgid "Request timed out." -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#~ msgid "Request timeout." -#~ msgstr "" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Requesting Connection" -msgstr "" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Resend" -msgstr "" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Reset" -msgstr "초기화" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Retry" -msgstr "다시 시도" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Revoke the approval for {0}." -msgstr "" - -#: src/UI/translate.ts -msgid "Revoke the approval for token" -msgstr "" - -#: src/UI/translate.ts -msgid "Revoke Token" -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Risk Warning" -msgstr "리스크 경고" - -#: src/UI/modals/ImageEditor/ImageEditor.tsx -msgid "Save" -msgstr "" - -#: src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx -msgid "Scan the QR code with a WalletConnect-compatible wallet" -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Search" -msgstr "" - -#: src/UI/components/CountryCodePicker/index.tsx -msgid "Search Area" -msgstr "지역 찾기" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Search with an ENS domain or wallet address to get optimized results." -msgstr "최적화된 결과를 얻으려면 ENS 도메인 또는 월렛 주소로 검색하세요." - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Search with the name of an NFT collection or its symbol to get optimized results." -msgstr "최적화된 결과를 얻으려면 NFT 컬렉션 이름 또는 해당 심벌을 사용하여 검색하세요." - -#: src/UI/components/SelectTokenChip/index.tsx -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -msgid "Select" -msgstr "토큰 선택" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Select a token" -msgstr "토큰 선택" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Select All" -msgstr "" - -#: src/UI/components/ERC721ContractSelectPanel/index.tsx -#~ msgid "Select an NFT" -#~ msgstr "NFT 선택" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract" -msgstr "NFT 컨트렉트를 선택하세요." - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract Operator" -msgstr "NFT 컨트렉트 오퍼레이터" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract Owner" -msgstr "NFT 컨트렉트 소유자를 선택하세요." - -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Select Collection" -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/components/AssetsManagement/Collection.tsx -#: src/UI/components/AssetsManagement/CollectionList.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Send" -msgstr "발송" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Send {0}" -msgstr "" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx -msgid "Share" -msgstr "공유" - -#: src/UI/components/SettingsBoard/SlippageToleranceSection.tsx -msgid "Slippage Tolerance" -msgstr "슬리피지 톨러런스" - -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "Solana" -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "Spam" -msgstr "스팸" - -#: src/hooks/useReportSpam.tsx -msgid "Spam reported." -msgstr "" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Success" -msgstr "성공" - -#: src/UI/translate.ts -msgid "Swap" -msgstr "" - -#: src/UI/translate.ts -msgid "Swap completed successfully." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/ChainBoundary/index.tsx -msgid "Switch Network" -msgstr "네트워크 변경" - -#. placeholder {0}: expectedChainName ?? '' -#: src/UI/components/ChainBoundary/index.tsx -msgid "Switch to {0}" -msgstr "" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Tell friends what's happening..." -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "The contract address is incorrect or the collection does not belong to you." -msgstr "컨트랙트 조소가 잘못되거나 월렛에 해당 수집품이 없습니다." - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -msgid "The following wallets are not installed or in conflict with others" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "The input is not a single file." -msgstr "" - -#: src/UI/translate.ts -msgid "The token approval revoked." -msgstr "" - -#: src/UI/components/PluginEnableBoundary/index.tsx -msgid "This function has been turned off in the App settings. Enable plugins to fully access." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#~ msgid "This network is not supported yet." -#~ msgstr "해당 네트워크가 아직 지원하지 않습니다." - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "To interact with Polygon network, MATIC tokens are required to pay as gas fees. SmartPay allow users to pay gas fee on Polygon network with MASK token." -#~ msgstr "Polygon 네트워크와 상호작용하기 위해서는 MATIC 토큰을 사용하여 가스비로 결제해야 하며, SmartPay를 통해 Polygon 네트워크에서 MASK 토큰으로 가스 요금을 결제할 수 있습니다." - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Token" -msgstr "토큰" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Token ID separated by comma, e.g. 1223,1224," -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "Token ID should be separated by comma, e.g. 1223,1224," -msgstr "" - -#: src/UI/translate.ts -msgid "Token unlocked" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Total Supply" -msgstr "총 공급량" - -#: src/hooks/useOpenShareTxDialog.tsx -msgid "Transaction" -msgstr "거래" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Transaction Confirmed" -msgstr "거래 확인 완료" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#~ msgid "Transaction cost" -#~ msgstr "" - -#: src/UI/translate.ts -msgid "Transaction failed" -msgstr "" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Transaction Failed" -msgstr "거래 실패" - -#: src/UI/translate.ts -msgid "Transaction has been rejected!" -msgstr "" - -#: src/UI/translate.ts -msgid "Transaction submitted." -msgstr "" - -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." -msgstr "슬리피지 허용 범위 나무 낮으면 거래가 실패할 수 있습니다." - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Transfer {0} NFT." -msgstr "" - -#: src/UI/translate.ts -msgid "Transfer NFT" -msgstr "" - -#: src/UI/translate.ts -msgid "Transfer Token" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "unlimited" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Unlisted" -msgstr "" - -#: src/hooks/useGasCurrencyMenu.tsx -#~ msgid "Unlock" -#~ msgstr "언락" - -#. placeholder {0}: token.symbol -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "Unlock {0}" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Unlock {0} NFT contract." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Unlock {0}." -msgstr "" - -#: src/UI/translate.ts -msgid "Unlock NFT Contract" -msgstr "" - -#: src/UI/translate.ts -msgid "Unlock token" -msgstr "" - -#: src/UI/translate.ts -msgid "Unlock Token" -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Unlocking {hasSymbolName}..." -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Unlocking ALL..." -msgstr "" - -#. placeholder {0}: formatCurrency(formatWeiToGwei(option.suggestedMaxFeePerGas), '') -#: src/UI/components/SettingsBoard/GasOption.tsx -msgid "up to {0} Gwei" -msgstr "최대 {0} Gwei" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "Updating Gas Fee…" -msgstr "가스비 업데이트 중..." - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." -msgstr "" - -#. placeholder {0}: currentVerifiedBy.join(', ') -#. placeholder {0}: verifiedBy.join(', ') -#: src/UI/components/AssetsManagement/CollectibleItem.tsx -#: src/UI/components/AssetsManagement/Collection.tsx -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Verified by {0}" -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Verify {0}" -msgstr "" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Verify your X ID" -msgstr "" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "View" -msgstr "살펴보기" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/components/WalletStatusBox/index.tsx -msgid "View on Explorer" -msgstr "Explorer에서 보기" - -#: src/UI/modals/WalletStatusModal/WalletStatusDialog.tsx -msgid "Wallet Account" -msgstr "월렛 계정" - -#: src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx -msgid "WalletConnect" -msgstr "" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." -msgstr "" - -#: src/UI/components/PluginCardFrame/index.tsx -msgid "Web3 Profile" -msgstr "웹3 프로필" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Website" -msgstr "웹사이트" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Withdraw {0} for savings." -msgstr "" - -#: src/UI/translate.ts -msgid "Withdraw token" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Wrong Network" -msgstr "잘못된 네트워크" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "You canceled the request." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "You didn't approve {0}. Please do not set spending cap to 0 and try it again." -msgstr "" - -#. placeholder {0}: message.amount -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "You have donated {0} {1}" -msgstr "" - -#. placeholder {0}: tolerance.toString() -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "You may have {0}% less received with this level of slippage tolerance." -msgstr "현재 슬리피지 허용 범위 안에 {0}% 적게 받을 수 있습니다." - -#. placeholder {0}: contractName ?? '' -#. placeholder {1}: token.symbol -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "You must give the {0} smart contract permission to use your {1}. You only have to do this once per token." -msgstr "{0} 에게 {1} 이용할 수 있는 스마트 컨트랙트 권한을 줘야 합니다. 다른 토큰을 이용할 때 이 작업을 다시 해야 합니다." - -#. placeholder {0}: message.token -#. placeholder {1}: message.spender -#: src/UI/translate.ts -msgid "You've approved {0} for {1}. If you want to revoke this token, please set spending cap amount to 0." -msgstr "" - -#: src/hooks/useOpenShareTxDialog.tsx -msgid "Your transaction has been confirmed!" -msgstr "" diff --git a/packages/shared/src/locale/languages.ts b/packages/shared/src/locale/languages.ts deleted file mode 100644 index a0400e89e75c..000000000000 --- a/packages/shared/src/locale/languages.ts +++ /dev/null @@ -1,26 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -import { createI18NBundle } from '@masknet/shared-base' -export const addI18N = createI18NBundle(languages as any) -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/shared/src/locale/qya-AA.po b/packages/shared/src/locale/qya-AA.po deleted file mode 100644 index 83ec60a0310f..000000000000 --- a/packages/shared/src/locale/qya-AA.po +++ /dev/null @@ -1,1583 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2025-04-18 08:32\n" -"Last-Translator: \n" -"Language: qya_AA\n" -"Language-Team: Quenya\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/shared/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1012\n" - -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -msgid "(beta)" -msgstr "crwdns31476:0crwdne31476:0" - -#. placeholder {0}: omitSizeLimit ? 'omit' : '' -#: src/UI/components/UploadDropArea/index.tsx -msgid "{0, select, other {<0>Size limit: {fileSize}} omit {}}" -msgstr "crwdns36106:00={0}crwdnd36106:0fileSize={fileSize}crwdne36106:0" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} approval successfully." -msgstr "crwdns31506:0{0}crwdnd31506:0{1}crwdne31506:0" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} NFT contract successfully." -msgstr "crwdns31508:0{0}crwdnd31508:0{1}crwdne31508:0" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} NFT contract." -msgstr "crwdns31510:0{0}crwdnd31510:0{1}crwdne31510:0" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} deposited." -msgstr "crwdns32454:0{0}crwdne32454:0" - -#. placeholder {0}: expectedChainName ?? '' -#: src/UI/components/ChainBoundary/index.tsx -msgid "{0} network is not added to the wallet. Please add it and try again." -msgstr "crwdns32456:0{0}crwdne32456:0" - -#. placeholder {0}: message.action -#: src/UI/translate.ts -msgid "{0} NFT contract" -msgstr "crwdns31512:0{0}crwdne31512:0" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT contract unlocked." -msgstr "crwdns32458:0{0}crwdne32458:0" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT Lucky Drop created." -msgstr "crwdns32460:0{0}crwdne32460:0" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT transferred." -msgstr "crwdns32462:0{0}crwdne32462:0" - -#. placeholder {0}: pendingTransactions.length -#: src/UI/components/WalletStatusBox/usePendingTransactions.tsx -msgid "{0} Pending" -msgstr "crwdns32900:0{0}crwdne32900:0" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} sent." -msgstr "crwdns32464:0{0}crwdne32464:0" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} unlocked" -msgstr "crwdns32466:0{0}crwdne32466:0" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} were claimed" -msgstr "crwdns32468:0{0}crwdne32468:0" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} withdrawn." -msgstr "crwdns32470:0{0}crwdne32470:0" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "{attentionFactors, plural, one {# Attention item} other {# Attention items}}" -msgstr "crwdns30748:0attentionFactors={attentionFactors}crwdne30748:0" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "{riskyFactors, plural, one {# Risky item} other {# Risky items}}" -msgstr "crwdns30750:0riskyFactors={riskyFactors}crwdne30750:0" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "<0>Drag & Drop your file here {0, select, other {<1>Size limit: 10 MB } omit {}}<2>or <3>Browse File" -#~ msgstr "" - -#: src/UI/components/MaskPluginWrapper/index.tsx -msgid "<0>Powered by {publisherNode}" -msgstr "crwdns32474:0{publisherNode}crwdne32474:0" - -#. placeholder {0}: provider ?? 'Mask Network' -#: src/UI/components/PluginCardFrame/index.tsx -msgid "<0>Powered by <1>{0}" -msgstr "crwdns32476:0{0}crwdne32476:0" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "1 {0} NFT Lucky Drop claimed." -msgstr "crwdns32478:0{0}crwdne32478:0" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "1. If you haven't installed the {name} Wallet" -msgstr "crwdns32480:0{name}crwdne32480:0" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "2. If you have installed the {name} Wallet" -msgstr "crwdns32482:0{name}crwdne32482:0" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "24 Hour Trading Vol" -msgstr "crwdns30760:0crwdne30760:0" - -#: src/UI/modals/AddCollectiblesModal/AddCollectiblesDialog.tsx -msgid "Add Collectibles" -msgstr "crwdns36332:0crwdne36332:0" - -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -#: src/UI/components/AddCollectibles/index.tsx -msgid "Add NFTs" -msgstr "crwdns30762:0crwdne30762:0" - -#: src/UI/components/FungibleTokenList/FungibleTokenItem.tsx -msgid "Added by user" -msgstr "crwdns30764:0crwdne30764:0" - -#: src/UI/wallet/DeriveWalletTable.tsx -#: src/UI/components/TokenWithSocialGroupMenu/index.tsx -msgid "Address" -msgstr "crwdns30766:0crwdne30766:0" - -#: src/UI/components/SettingsBoard/GasSection.tsx -msgid "Advanced" -msgstr "crwdns30768:0crwdne30768:0" - -#: src/UI/modals/SelectAdvancedSettingsDialog/SelectGasSettingsDialog.tsx -msgid "Advanced Settings" -msgstr "crwdns30770:0crwdne30770:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -msgid "App list" -msgstr "crwdns32484:0crwdne32484:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -msgid "APP list" -msgstr "crwdns30772:0crwdne30772:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -msgid "App Settings" -msgstr "crwdns32486:0crwdne32486:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -msgid "Applications" -msgstr "crwdns30776:0crwdne30776:0" - -#: src/UI/components/GrantPermission/index.tsx -msgid "Approve" -msgstr "crwdns30778:0crwdne30778:0" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -msgid "Approve MASK?" -msgstr "crwdns30780:0crwdne30780:0" - -#. placeholder {0}: collection?.name ? 'hasName' : 'noName' -#. placeholder {1}: collection?.name -#: src/hooks/useReportSpam.tsx -msgid "Are you sure to report {0, select, hasName {{1}} noName {this NFT}}? After confirmed, this NFT will be marked as spam." -msgstr "crwdns32488:00={0}crwdnd32488:01={1}crwdne32488:0" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Available Balance" -msgstr "crwdns30784:0crwdne30784:0" - -#: src/UI/components/QRCode/index.tsx -msgid "Backup failed, <0>try again" -msgstr "crwdns31478:0crwdne31478:0" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Balance" -msgstr "crwdns30786:0crwdne30786:0" - -#: src/UI/components/ERC721ContractSelectPanel/index.tsx -#~ msgid "Balance: {0}" -#~ msgstr "" - -#: src/UI/components/TokenAmountPanel/index.tsx -msgid "Balance: <0/>" -msgstr "crwdns32492:0crwdne32492:0" - -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Balance({symbol})" -msgstr "crwdns30788:0{symbol}crwdne30788:0" - -#: src/UI/components/SettingsBoard/GasSection.tsx -msgid "Basic" -msgstr "crwdns30790:0crwdne30790:0" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -msgid "Blocto only supports the Flow chain." -msgstr "crwdns30792:0crwdne30792:0" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "Browse File" -#~ msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Browse Files" -msgstr "crwdns36154:0crwdne36154:0" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "By confirming means that you agree to bear the possible risks above." -msgstr "crwdns32494:0crwdne32494:0" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -#: src/UI/modals/ImageEditor/ImageEditor.tsx -#: src/UI/modals/ConfirmDialog/index.tsx -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Cancel" -msgstr "crwdns30796:0crwdne30796:0" - -#: src/UI/translate.ts -msgid "Cancel Transaction" -msgstr "crwdns31516:0crwdne31516:0" - -#: src/UI/components/WalletStatusBox/index.tsx -#: src/UI/components/WalletStatusBar/WalletMenuItem.tsx -#: src/UI/components/WalletStatusBar/Action.tsx -msgid "Change" -msgstr "crwdns30798:0crwdne30798:0" - -#: src/UI/translate.ts -msgid "Change Owner" -msgstr "crwdns31518:0crwdne31518:0" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to EVM Wallet" -msgstr "crwdns36602:0crwdne36602:0" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to Flow Wallet" -msgstr "crwdns36604:0crwdne36604:0" - -#: src/UI/components/ChainBoundary/index.tsx -#~ msgid "Change to SOL Wallet" -#~ msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to Solana Wallet" -msgstr "crwdns36642:0crwdne36642:0" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change Wallet" -msgstr "crwdns30800:0crwdne30800:0" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Check {providerName} to confirm connect." -msgstr "crwdns30802:0{providerName}crwdne30802:0" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Check out the official website" -msgstr "crwdns30804:0crwdne30804:0" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Circulating Supply" -msgstr "crwdns30808:0crwdne30808:0" - -#: src/UI/translate.ts -msgid "Claim Lucky Drop" -msgstr "crwdns31522:0crwdne31522:0" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Claim Lucky Drop with {0} claimed." -msgstr "crwdns32496:0{0}crwdne32496:0" - -#: src/UI/translate.ts -msgid "Claim NFT Lucky Drop" -msgstr "crwdns31528:0crwdne31528:0" - -#: src/UI/translate.ts -msgid "Claim your Airdrop" -msgstr "crwdns31532:0crwdne31532:0" - -#: src/UI/translate.ts -msgid "Claim your Lucky Drop." -msgstr "crwdns31534:0crwdne31534:0" - -#: src/UI/translate.ts -msgid "Claim your NFT Lucky Drop" -msgstr "crwdns31536:0crwdne31536:0" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Clear" -msgstr "crwdns30810:0crwdne30810:0" - -#: src/UI/components/WalletStatusBox/usePendingTransactions.tsx -msgid "Clear All" -msgstr "crwdns30812:0crwdne30812:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Click the application icon to hide in the App list." -msgstr "crwdns32498:0crwdne32498:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Click the application icon to list it on the App board." -msgstr "crwdns30816:0crwdne30816:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Click the settings icon to list it on the App board." -msgstr "crwdns32500:0crwdne32500:0" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Click to retry" -msgstr "crwdns30820:0crwdne30820:0" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Community" -msgstr "crwdns30824:0crwdne30824:0" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/ConfirmModal/Dialog.tsx -#: src/UI/modals/ConfirmModal/Dialog.tsx -#: src/UI/modals/ConfirmDialog/index.tsx -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#: src/UI/contexts/components/ApproveMaskDialog.tsx -msgid "Confirm" -msgstr "crwdns30826:0crwdne30826:0" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "Confirm Risk Warning" -msgstr "crwdns30830:0crwdne30830:0" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Confirm this transaction in your wallet" -msgstr "crwdns30832:0crwdne30832:0" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Confirming" -msgstr "crwdns30834:0crwdne30834:0" - -#: src/UI/components/TokenTransactionConfirmModal/index.tsx -#: src/UI/components/TokenTransactionConfirmModal/index.tsx -msgid "Congratulations!" -msgstr "crwdns30836:0crwdne30836:0" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Connect {0}" -msgstr "crwdns30838:0{0}crwdne30838:0" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Connect and Verify {0}" -msgstr "crwdns30840:0{0}crwdne30840:0" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect EVM Wallet" -msgstr "crwdns36644:0crwdne36644:0" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect Flow Wallet" -msgstr "crwdns36646:0crwdne36646:0" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Connect Persona" -msgstr "crwdns30842:0crwdne30842:0" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect Solana Wallet" -msgstr "crwdns36648:0crwdne36648:0" - -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -#: src/UI/components/WalletStatusBox/index.tsx -#: src/UI/components/WalletStatusBar/PluginWalletStatusBar.tsx -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -#: src/UI/components/WalletConnectedBoundary/index.tsx -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect Wallet" -msgstr "crwdns30844:0crwdne30844:0" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Connect with {providerName}" -msgstr "crwdns30846:0{providerName}crwdne30846:0" - -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -msgid "Connect your wallet" -msgstr "crwdns30848:0crwdne30848:0" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network." -msgstr "crwdns32502:0crwdne32502:0" - -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -msgid "Connected wallets settings" -msgstr "crwdns30850:0crwdne30850:0" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Contract" -msgstr "crwdns30852:0crwdne30852:0" - -#: src/UI/translate.ts -msgid "Contract Deployment" -msgstr "crwdns31538:0crwdne31538:0" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Contract Deployment {0}" -msgstr "crwdns31540:0{0}crwdne31540:0" - -#: src/UI/translate.ts -msgid "Contract Interaction" -msgstr "crwdns31542:0crwdne31542:0" - -#: src/UI/components/CopyButton/index.tsx -msgid "Copied!" -msgstr "crwdns30854:0crwdne30854:0" - -#: src/UI/components/CopyButton/index.tsx -msgid "Copy" -msgstr "crwdns30856:0crwdne30856:0" - -#: src/UI/translate.ts -msgid "Create Lucky Drop" -msgstr "crwdns31546:0crwdne31546:0" - -#: src/UI/translate.ts -msgid "Create NFT Lucky Drop" -msgstr "crwdns31550:0crwdne31550:0" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Create persona" -msgstr "crwdns30858:0crwdne30858:0" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Create Persona" -msgstr "crwdns30860:0crwdne30860:0" - -#: src/UI/translate.ts -msgid "Create Smart Pay wallet" -msgstr "crwdns31554:0crwdne31554:0" - -#: src/UI/translate.ts -msgid "Create your Lucky Drop." -msgstr "crwdns31556:0crwdne31556:0" - -#: src/UI/translate.ts -msgid "Create your NFT Lucky Drop." -msgstr "crwdns31558:0crwdne31558:0" - -#: src/UI/translate.ts -msgid "Created a SmartPay wallet on Polygon network." -msgstr "crwdns31560:0crwdne31560:0" - -#. placeholder {0}: formatCurrency(formatWeiToGwei(baseFeePerGas), '') -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Current base fee is {0} Gwei" -msgstr "crwdns30862:0{0}crwdne30862:0" - -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -#: src/UI/components/SettingsBoard/GasSection.tsx -#: src/UI/components/SettingsBoard/Context.tsx -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -msgid "Custom" -msgstr "crwdns30864:0crwdne30864:0" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and } next_id {NEXT.ID and }}{sources}." -#~ msgstr "" - -#. placeholder {0}: fromTwitter ? AddressPlatform.Twitter : 'normal' -#: src/UI/components/AccountIcons/index.tsx -msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and }}{sources}." -msgstr "crwdns36979:00={0}crwdnd36979:0sources={sources}crwdne36979:0" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and} next_id {NEXT.ID and}}{sources}." -#~ msgstr "" - -#. placeholder {0}: resolveNextIDPlatformName(platform) || platform -#. placeholder {0}: type?.replace('_', ' ') ?? '' -#: src/UI/components/SocialAccountList/SocialTooltip.tsx -#: src/UI/components/AccountIcons/index.tsx -msgid "Data source is retrieved from {0}." -msgstr "crwdns30866:0{0}crwdne30866:0" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {platform, select, twitter {Twitter profile} facebook {Facebook profile} next_id {NEXT.ID}}." -#~ msgstr "" - -#: src/UI/components/AccountIcons/index.tsx -msgid "Data source is retrieved from {platform, select, twitter {Twitter profile} facebook {Facebook profile}}." -msgstr "crwdns36981:0platform={platform}crwdne36981:0" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." -msgstr "crwdns32906:0crwdne32906:0" - -#: src/UI/components/MaskPluginWrapper/index.tsx -msgid "Default" -msgstr "crwdns30868:0crwdne30868:0" - -#: src/UI/translate.ts -msgid "Deploy a SmartPay wallet on Polygon network." -msgstr "crwdns31562:0crwdne31562:0" - -#: src/UI/translate.ts -msgid "Deploy Smarty Pay wallet" -msgstr "crwdns31564:0crwdne31564:0" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Deposit {0} for savings." -msgstr "crwdns31566:0{0}crwdne31566:0" - -#: src/UI/translate.ts -msgid "Deposit token" -msgstr "crwdns31570:0crwdne31570:0" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Details" -msgstr "crwdns30870:0crwdne30870:0" - -#: src/UI/components/WalletStatusBox/index.tsx -msgid "Disconnect" -msgstr "crwdns30872:0crwdne30872:0" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/contexts/components/InjectedDialog.tsx -msgid "Dismiss" -msgstr "crwdns30874:0crwdne30874:0" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -msgid "Do you want to use MASK tokens to pay gas fee?" -msgstr "crwdns32504:0crwdne32504:0" - -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -msgid "Domain Request" -msgstr "crwdns30878:0crwdne30878:0" - -#: src/UI/translate.ts -msgid "Donate" -msgstr "crwdns31572:0crwdne31572:0" - -#: src/hooks/useSnackbarCallback.tsx -#: src/hooks/useSnackbarCallback.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Done" -msgstr "crwdns30880:0crwdne30880:0" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Download the {name} Wallet here" -msgstr "crwdns32506:0{name}crwdne32506:0" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Drag & Drop your file here" -msgstr "crwdns36110:0crwdne36110:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "DSearch" -msgstr "crwdns30886:0crwdne30886:0" - -#: src/UI/modals/ImageEditor/ImageEditor.tsx -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -msgid "Edit" -msgstr "crwdns30888:0crwdne30888:0" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Editor" -msgstr "crwdns30890:0crwdne30890:0" - -#: src/UI/components/PluginEnableBoundary/index.tsx -msgid "Enable plugin" -msgstr "crwdns30894:0crwdne30894:0" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Enable the {name} Wallet extension and disable other wallet extensions" -msgstr "crwdns32508:0{name}crwdne32508:0" - -#: src/UI/components/CompositionDialog/CompositionUI.tsx -msgid "Encrypt" -msgstr "crwdns30896:0crwdne30896:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "ENS or Wallet Address" -msgstr "crwdns30898:0crwdne30898:0" - -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Enter a gas limit" -msgstr "crwdns30900:0crwdne30900:0" - -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Enter a gas price" -msgstr "crwdns30902:0crwdne30902:0" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Enter a max fee" -msgstr "crwdns30904:0crwdne30904:0" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Enter a max priority fee" -msgstr "crwdns30906:0crwdne30906:0" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -msgid "Enter an amount" -msgstr "crwdns30908:0crwdne30908:0" - -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "EVM" -msgstr "crwdns36626:0crwdne36626:0" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Exceeded the maximum file size of {fileSize}." -msgstr "crwdns36112:0{fileSize}crwdne36112:0" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "Exceeded the maximum file size of 10MB." -#~ msgstr "" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Failed" -msgstr "crwdns30910:0crwdne30910:0" - -#. placeholder {0}: message.action -#: src/UI/translate.ts -msgid "Failed to {0} NFT contract." -msgstr "crwdns31574:0{0}crwdne31574:0" - -#: src/UI/translate.ts -msgid "Failed to claim Lucky Drop." -msgstr "crwdns31576:0crwdne31576:0" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Failed to confirm" -msgstr "crwdns32510:0crwdne32510:0" - -#: src/UI/translate.ts -msgid "Failed to create Lucky Drop." -msgstr "crwdns31578:0crwdne31578:0" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Failed to deposit {0}." -msgstr "crwdns31580:0{0}crwdne31580:0" - -#: src/UI/translate.ts -msgid "Failed to deposit token." -msgstr "crwdns31582:0crwdne31582:0" - -#. placeholder {0}: token.symbol ?? token.name ?? 'Token' -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "Failed to load {0}. Click to retry." -msgstr "crwdns30912:0{0}crwdne30912:0" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -msgid "Failed to load MASK. Click to retry." -msgstr "crwdns30914:0crwdne30914:0" - -#: src/UI/translate.ts -msgid "Failed to refund Lucky Drop." -msgstr "crwdns31586:0crwdne31586:0" - -#: src/hooks/useReportSpam.tsx -msgid "Failed to report spam." -msgstr "crwdns30916:0crwdne30916:0" - -#: src/UI/translate.ts -msgid "Failed to revoke token contract." -msgstr "crwdns31588:0crwdne31588:0" - -#: src/UI/translate.ts -msgid "Failed to send token." -msgstr "crwdns31590:0crwdne31590:0" - -#: src/UI/translate.ts -msgid "Failed to swap" -msgstr "crwdns35442:0crwdne35442:0" - -#: src/UI/translate.ts -msgid "Failed to transfer NFT." -msgstr "crwdns31592:0crwdne31592:0" - -#: src/UI/translate.ts -msgid "Failed to unlock NFT contract." -msgstr "crwdns31594:0crwdne31594:0" - -#: src/UI/translate.ts -msgid "Failed to unlock token contract." -msgstr "crwdns31596:0crwdne31596:0" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Failed to upload file" -msgstr "crwdns32910:0crwdne32910:0" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Failed to withdraw {0}." -msgstr "crwdns31598:0{0}crwdne31598:0" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "Follow" -msgstr "crwdns30918:0crwdne30918:0" - -#: src/UI/translate.ts -msgid "Follow User" -msgstr "crwdns31600:0crwdne31600:0" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "Following" -msgstr "crwdns30920:0crwdne30920:0" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -msgid "Gas Fee" -msgstr "crwdns30924:0crwdne30924:0" - -#: src/UI/modals/GasSettingModal/GasSettingModal.tsx -msgid "Gas fee settings" -msgstr "crwdns30926:0crwdne30926:0" - -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Gas Limit" -msgstr "crwdns30928:0crwdne30928:0" - -#. placeholder {0}: minGasLimit.toFixed() -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Gas limit must be at least {0}" -msgstr "crwdns30930:0{0}crwdne30930:0" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas limit too low will cause the transaction to fail." -msgstr "crwdns30932:0crwdne30932:0" - -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -#: src/UI/components/SettingsBoard/GasSection.tsx -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Gas Price" -msgstr "crwdns30934:0crwdne30934:0" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price is higher than necessary. You may pay more than needed." -msgstr "crwdns30936:0crwdne30936:0" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price is too low for network conditions." -msgstr "crwdns30938:0crwdne30938:0" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price must be greater than 0 Gwei." -msgstr "crwdns30940:0crwdne30940:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Get optimized search results when you're looking for a token." -msgstr "crwdns32512:0crwdne32512:0" - -#: src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx -msgid "Go to Settings" -msgstr "crwdns30944:0crwdne30944:0" - -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Gwei" -msgstr "crwdns30946:0crwdne30946:0" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "GWEI" -msgstr "crwdns30948:0crwdne30948:0" - -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/components/SettingsBoard/Context.tsx -msgid "High" -msgstr "crwdns30950:0crwdne30950:0" - -#. placeholder {0}: provider.name -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "How to use {0} Wallet?" -msgstr "crwdns30952:0{0}crwdne30952:0" - -#: src/UI/components/FungibleTokenList/FungibleTokenItem.tsx -msgid "Import" -msgstr "crwdns30954:0crwdne30954:0" - -#: src/UI/components/FungibleTokenList/index.tsx -#: src/UI/components/AddCollectibles/index.tsx -msgid "Incorrect contract address." -msgstr "crwdns30956:0crwdne30956:0" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Info" -msgstr "crwdns30958:0crwdne30958:0" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "Input contract address" -msgstr "crwdns30960:0crwdne30960:0" - -#: src/UI/components/SettingsBoard/Context.tsx -msgid "Instant" -msgstr "crwdns30962:0crwdne30962:0" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Invalid file type" -msgstr "crwdns36172:0crwdne36172:0" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "Invalid Network" -msgstr "crwdns30964:0crwdne30964:0" - -#: src/UI/components/SettingsBoard/hooks/useSlippageToleranceSchema.ts -msgid "Invalid slippage tolerance." -msgstr "crwdns30966:0crwdne30966:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Listed" -msgstr "crwdns30968:0crwdne30968:0" - -#: src/UI/components/ReloadStatus/index.tsx -msgid "Load failed" -msgstr "crwdns30970:0crwdne30970:0" - -#: src/UI/components/LoadingStatus/index.tsx -msgid "Loading" -msgstr "crwdns30972:0crwdne30972:0" - -#: src/UI/components/PluginCardFrame/index.tsx -msgid "Loading...." -msgstr "crwdns30974:0crwdne30974:0" - -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Low" -msgstr "crwdns30976:0crwdne30976:0" - -#: src/UI/translate.ts -msgid "Lucky Drop claimed." -msgstr "crwdns32514:0crwdne32514:0" - -#: src/UI/translate.ts -msgid "Lucky Drop refunded." -msgstr "crwdns32516:0crwdne32516:0" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Lucky drop with {0} created." -msgstr "crwdns32518:0{0}crwdne32518:0" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Lucky Drop with {0} refunded." -msgstr "crwdns32520:0{0}crwdne32520:0" - -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -msgid "Manage Token List" -msgstr "crwdns30978:0crwdne30978:0" - -#: src/UI/components/FungibleTokenList/ManageTokenListBar.tsx -#~ msgid "Manage Token Lists" -#~ msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Market Cap" -msgstr "crwdns30982:0crwdne30982:0" - -#: src/UI/components/GrantPermission/index.tsx -msgid "Mask Network requires the permission of following websites before using it." -msgstr "crwdns32522:0crwdne32522:0" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max fee" -msgstr "crwdns30988:0crwdne30988:0" - -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Max Fee" -msgstr "crwdns30990:0crwdne30990:0" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max fee cannot be lower than max priority fee" -msgstr "crwdns30992:0crwdne30992:0" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee cannot be lower than max priority fee." -msgstr "crwdns30994:0crwdne30994:0" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee is higher than necessary." -msgstr "crwdns30996:0crwdne30996:0" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee is too low for network conditions." -msgstr "crwdns30998:0crwdne30998:0" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max priority fee" -msgstr "crwdns31000:0crwdne31000:0" - -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Max Priority Fee" -msgstr "crwdns31002:0crwdne31002:0" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee is higher than necessary. You may pay more than needed." -msgstr "crwdns31004:0crwdne31004:0" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee is too low for network conditions." -msgstr "crwdns31006:0crwdne31006:0" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max priority fee must be greater than 0 GWEI" -msgstr "crwdns31008:0crwdne31008:0" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee must be greater than 0 Gwei." -msgstr "crwdns31010:0crwdne31010:0" - -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/components/SettingsBoard/Context.tsx -msgid "Medium" -msgstr "crwdns31012:0crwdne31012:0" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "More" -msgstr "crwdns31016:0crwdne31016:0" - -#: src/UI/components/FungibleTokenList/index.tsx -msgid "Name or Contract address e.g. USDC or 0x234..." -msgstr "crwdns31018:0crwdne31018:0" - -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Name or contract address eg. PUNK or 0x234..." -msgstr "crwdns32528:0crwdne32528:0" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Network error or user cancels the process." -msgstr "crwdns31022:0crwdne31022:0" - -#: src/UI/translate.ts -msgid "NFT Lucky Drop claimed." -msgstr "crwdns32530:0crwdne32530:0" - -#: src/UI/translate.ts -msgid "NFT Lucky Drop created." -msgstr "crwdns32532:0crwdne32532:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "NFTs" -msgstr "crwdns31024:0crwdne31024:0" - -#: src/UI/components/CollectibleList/CollectibleList.tsx -msgid "No collectible found." -msgstr "crwdns31026:0crwdne31026:0" - -#: src/UI/components/EmptyStatus/index.tsx -msgid "No Data" -msgstr "crwdns31028:0crwdne31028:0" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "No Enough Gas Fee" -msgstr "crwdns31030:0crwdne31030:0" - -#: src/UI/components/AssetsManagement/CollectionList.tsx -#: src/UI/components/AssetsManagement/CollectionList.tsx -msgid "No NFTs found." -msgstr "crwdns31032:0crwdne31032:0" - -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -#: src/UI/components/CountryCodePicker/index.tsx -#: src/UI/components/AddCollectibles/index.tsx -msgid "No results" -msgstr "crwdns31034:0crwdne31034:0" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "No wallet selected." -msgstr "crwdns32534:0crwdne32534:0" - -#: src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx -msgid "OK" -msgstr "crwdns31038:0crwdne31038:0" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -#~ msgid "Only supports EVM chains, ETH, BNB chain, Polygon, Arb, Op, etc." -#~ msgstr "" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Only TypedMessageText is supported currently." -msgstr "crwdns31042:0crwdne31042:0" - -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Operation" -msgstr "crwdns31044:0crwdne31044:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Optimize search results with token names, NFT collections, ENS domains or wallet addresses." -msgstr "crwdns31046:0crwdne31046:0" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "or" -msgstr "crwdns36114:0crwdne36114:0" - -#: src/UI/translate.ts -msgid "Owner changed." -msgstr "crwdns32536:0crwdne32536:0" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -#: src/UI/components/WalletStatusBar/WalletDescription.tsx -msgid "Pending" -msgstr "crwdns31050:0crwdne31050:0" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#: src/UI/modals/PersonaSelectPanelModal/PersonaSelectPanelDialog.tsx -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Persona" -msgstr "crwdns31052:0crwdne31052:0" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -#~ msgid "Phantom only supports the Solana chain." -#~ msgstr "" - -#: src/UI/components/PhoneNumberField/index.tsx -msgid "Phone Number" -msgstr "crwdns32538:0crwdne32538:0" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please connect {0} and send a proof post before using dApps." -msgstr "crwdns32540:0{0}crwdne32540:0" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please connect {0} before using dApps." -msgstr "crwdns31058:0{0}crwdne31058:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please connect your persona" -msgstr "crwdns31060:0crwdne31060:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please connect your wallet" -msgstr "crwdns31062:0crwdne31062:0" - -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please create a persona and verify your account to use this." -msgstr "crwdns32542:0crwdne32542:0" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -msgid "Please create a Persona and verify your account to use this." -msgstr "crwdns32544:0crwdne32544:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please create a persona for accessing Dapps." -msgstr "crwdns31066:0crwdne31066:0" - -#: src/UI/components/AssetsManagement/SelectionSection.tsx -msgid "Please enter token contract address." -msgstr "crwdns36861:0crwdne36861:0" - -#: src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx -msgid "Please select the wallet to activate the function after saving the settings." -msgstr "crwdns31068:0crwdne31068:0" - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/ChainBoundary/index.tsx -msgid "Please switch to this network in the mobile application wallet you are connected to." -msgstr "crwdns31070:0crwdne31070:0" - -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please verify the current persona with a social media account before using dApps." -msgstr "crwdns32546:0crwdne32546:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please verify your social account" -msgstr "crwdns31074:0crwdne31074:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -msgid "Plugin switch" -msgstr "crwdns32548:0crwdne32548:0" - -#: src/UI/components/CompositionDialog/CompositionUI.tsx -msgid "Plugins" -msgstr "crwdns31078:0crwdne31078:0" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Post content:" -msgstr "crwdns31080:0crwdne31080:0" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Price Statistic" -msgstr "crwdns31084:0crwdne31084:0" - -#. placeholder {0}: i18n(plugin.name) -#: src/UI/components/CompositionDialog/BadgeRenderer.tsx -msgid "Provided by plugin \"{0}\"" -msgstr "crwdns31086:0{0}crwdne31086:0" - -#: src/UI/translate.ts -msgid "Refund Lucky drop" -msgstr "crwdns31612:0crwdne31612:0" - -#: src/UI/translate.ts -msgid "Refund your expired Lucky Drop." -msgstr "crwdns31618:0crwdne31618:0" - -#: src/UI/components/ReloadStatus/index.tsx -msgid "Reload" -msgstr "crwdns31088:0crwdne31088:0" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Remove" -msgstr "crwdns31090:0crwdne31090:0" - -#: src/hooks/useReportSpam.tsx -msgid "Report NFT Scam Contract?" -msgstr "crwdns31092:0crwdne31092:0" - -#: src/hooks/useReportSpam.tsx -msgid "Report Spam" -msgstr "crwdns31094:0crwdne31094:0" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -msgid "Request timed out." -msgstr "crwdns35852:0crwdne35852:0" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#~ msgid "Request timeout." -#~ msgstr "" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Requesting Connection" -msgstr "crwdns31096:0crwdne31096:0" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Resend" -msgstr "crwdns36869:0crwdne36869:0" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Reset" -msgstr "crwdns31098:0crwdne31098:0" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Retry" -msgstr "crwdns31100:0crwdne31100:0" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Revoke the approval for {0}." -msgstr "crwdns31620:0{0}crwdne31620:0" - -#: src/UI/translate.ts -msgid "Revoke the approval for token" -msgstr "crwdns31622:0crwdne31622:0" - -#: src/UI/translate.ts -msgid "Revoke Token" -msgstr "crwdns31626:0crwdne31626:0" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Risk Warning" -msgstr "crwdns31102:0crwdne31102:0" - -#: src/UI/modals/ImageEditor/ImageEditor.tsx -msgid "Save" -msgstr "crwdns36116:0crwdne36116:0" - -#: src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx -msgid "Scan the QR code with a WalletConnect-compatible wallet" -msgstr "crwdns32550:0crwdne32550:0" - -#: src/UI/components/AssetsManagement/SelectionSection.tsx -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Search" -msgstr "crwdns36863:0crwdne36863:0" - -#: src/UI/components/CountryCodePicker/index.tsx -msgid "Search Area" -msgstr "crwdns31106:0crwdne31106:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Search with an ENS domain or wallet address to get optimized results." -msgstr "crwdns31108:0crwdne31108:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Search with the name of an NFT collection or its symbol to get optimized results." -msgstr "crwdns31110:0crwdne31110:0" - -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -#: src/UI/components/SelectTokenChip/index.tsx -msgid "Select" -msgstr "crwdns31112:0crwdne31112:0" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Select a token" -msgstr "crwdns31114:0crwdne31114:0" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Select All" -msgstr "crwdns36865:0crwdne36865:0" - -#: src/UI/components/ERC721ContractSelectPanel/index.tsx -#~ msgid "Select an NFT" -#~ msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract" -msgstr "crwdns31118:0crwdne31118:0" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract Operator" -msgstr "crwdns31120:0crwdne31120:0" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract Owner" -msgstr "crwdns31122:0crwdne31122:0" - -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Select Collection" -msgstr "crwdns31124:0crwdne31124:0" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -#: src/UI/components/AssetsManagement/CollectionList.tsx -#: src/UI/components/AssetsManagement/Collection.tsx -#: src/UI/components/AddCollectibles/index.tsx -msgid "Send" -msgstr "crwdns31126:0crwdne31126:0" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Send {0}" -msgstr "crwdns31628:0{0}crwdne31628:0" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx -msgid "Share" -msgstr "crwdns31128:0crwdne31128:0" - -#: src/UI/components/SettingsBoard/SlippageToleranceSection.tsx -msgid "Slippage Tolerance" -msgstr "crwdns31132:0crwdne31132:0" - -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "Solana" -msgstr "crwdns36628:0crwdne36628:0" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "Spam" -msgstr "crwdns31134:0crwdne31134:0" - -#: src/hooks/useReportSpam.tsx -msgid "Spam reported." -msgstr "crwdns32552:0crwdne32552:0" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Success" -msgstr "crwdns31136:0crwdne31136:0" - -#: src/UI/translate.ts -msgid "Swap" -msgstr "crwdns35444:0crwdne35444:0" - -#: src/UI/translate.ts -msgid "Swap completed successfully." -msgstr "crwdns35446:0crwdne35446:0" - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/ChainBoundary/index.tsx -msgid "Switch Network" -msgstr "crwdns31140:0crwdne31140:0" - -#. placeholder {0}: expectedChainName ?? '' -#: src/UI/components/ChainBoundary/index.tsx -msgid "Switch to {0}" -msgstr "crwdns31142:0{0}crwdne31142:0" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Tell friends what's happening..." -msgstr "crwdns32554:0crwdne32554:0" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "The contract address is incorrect or the collection does not belong to you." -msgstr "crwdns31146:0crwdne31146:0" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -msgid "The following wallets are not installed or in conflict with others" -msgstr "crwdns31148:0crwdne31148:0" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "The input is not a single file." -msgstr "crwdns32912:0crwdne32912:0" - -#: src/UI/translate.ts -msgid "The token approval revoked." -msgstr "crwdns32556:0crwdne32556:0" - -#: src/UI/components/PluginEnableBoundary/index.tsx -msgid "This function has been turned off in the App settings. Enable plugins to fully access." -msgstr "crwdns32558:0crwdne32558:0" - -#: src/UI/components/ChainBoundary/index.tsx -#~ msgid "This network is not supported yet." -#~ msgstr "" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -msgid "To interact with Polygon network, MATIC tokens are required to pay as gas fees. SmartPay allow users to pay gas fee on Polygon network with MASK token." -msgstr "crwdns31154:0crwdne31154:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Token" -msgstr "crwdns31156:0crwdne31156:0" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Token ID separated by comma, e.g. 1223,1224," -msgstr "crwdns36867:0crwdne36867:0" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "Token ID should be separated by comma, e.g. 1223,1224," -msgstr "crwdns32560:0crwdne32560:0" - -#: src/UI/translate.ts -msgid "Token unlocked" -msgstr "crwdns32562:0crwdne32562:0" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Total Supply" -msgstr "crwdns31160:0crwdne31160:0" - -#: src/hooks/useOpenShareTxDialog.tsx -msgid "Transaction" -msgstr "crwdns31162:0crwdne31162:0" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Transaction Confirmed" -msgstr "crwdns31164:0crwdne31164:0" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#~ msgid "Transaction cost" -#~ msgstr "" - -#: src/UI/translate.ts -msgid "Transaction failed" -msgstr "crwdns31632:0crwdne31632:0" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Transaction Failed" -msgstr "crwdns31168:0crwdne31168:0" - -#: src/UI/translate.ts -msgid "Transaction has been rejected!" -msgstr "crwdns32564:0crwdne32564:0" - -#: src/UI/translate.ts -msgid "Transaction submitted." -msgstr "crwdns31634:0crwdne31634:0" - -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." -msgstr "crwdns31170:0crwdne31170:0" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Transfer {0} NFT." -msgstr "crwdns31640:0{0}crwdne31640:0" - -#: src/UI/translate.ts -msgid "Transfer NFT" -msgstr "crwdns31642:0crwdne31642:0" - -#: src/UI/translate.ts -msgid "Transfer Token" -msgstr "crwdns31644:0crwdne31644:0" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "unlimited" -msgstr "crwdns36118:0crwdne36118:0" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Unlisted" -msgstr "crwdns31172:0crwdne31172:0" - -#: src/hooks/useGasCurrencyMenu.tsx -msgid "Unlock" -msgstr "crwdns31174:0crwdne31174:0" - -#. placeholder {0}: token.symbol -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "Unlock {0}" -msgstr "crwdns31176:0{0}crwdne31176:0" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Unlock {0} NFT contract." -msgstr "crwdns31648:0{0}crwdne31648:0" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Unlock {0}." -msgstr "crwdns31652:0{0}crwdne31652:0" - -#: src/UI/translate.ts -msgid "Unlock NFT Contract" -msgstr "crwdns31654:0crwdne31654:0" - -#: src/UI/translate.ts -msgid "Unlock token" -msgstr "crwdns31656:0crwdne31656:0" - -#: src/UI/translate.ts -msgid "Unlock Token" -msgstr "crwdns31658:0crwdne31658:0" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Unlocking {hasSymbolName}..." -msgstr "crwdns32566:0{hasSymbolName}crwdne32566:0" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Unlocking ALL..." -msgstr "crwdns32568:0crwdne32568:0" - -#. placeholder {0}: formatCurrency(formatWeiToGwei(option.suggestedMaxFeePerGas), '') -#: src/UI/components/SettingsBoard/GasOption.tsx -msgid "up to {0} Gwei" -msgstr "crwdns31180:0{0}crwdne31180:0" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "Updating Gas Fee…" -msgstr "crwdns31182:0crwdne31182:0" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." -msgstr "crwdns32570:0crwdne32570:0" - -#. placeholder {0}: currentVerifiedBy.join(', ') -#. placeholder {0}: verifiedBy.join(', ') -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -#: src/UI/components/AssetsManagement/Collection.tsx -#: src/UI/components/AssetsManagement/CollectibleItem.tsx -msgid "Verified by {0}" -msgstr "crwdns31184:0{0}crwdne31184:0" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Verify {0}" -msgstr "crwdns31186:0{0}crwdne31186:0" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Verify your X ID" -msgstr "crwdns32572:0crwdne32572:0" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "View" -msgstr "crwdns31190:0crwdne31190:0" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/components/WalletStatusBox/index.tsx -msgid "View on Explorer" -msgstr "crwdns31192:0crwdne31192:0" - -#: src/UI/modals/WalletStatusModal/WalletStatusDialog.tsx -msgid "Wallet Account" -msgstr "crwdns31194:0crwdne31194:0" - -#: src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx -msgid "WalletConnect" -msgstr "crwdns31196:0crwdne31196:0" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." -msgstr "crwdns31198:0crwdne31198:0" - -#: src/UI/components/PluginCardFrame/index.tsx -msgid "Web3 Profile" -msgstr "crwdns31200:0crwdne31200:0" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Website" -msgstr "crwdns31202:0crwdne31202:0" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Withdraw {0} for savings." -msgstr "crwdns31662:0{0}crwdne31662:0" - -#: src/UI/translate.ts -msgid "Withdraw token" -msgstr "crwdns31666:0crwdne31666:0" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Wrong Network" -msgstr "crwdns31204:0crwdne31204:0" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "You canceled the request." -msgstr "crwdns31206:0crwdne31206:0" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "You didn't approve {0}. Please do not set spending cap to 0 and try it again." -msgstr "crwdns32574:0{0}crwdne32574:0" - -#. placeholder {0}: message.amount -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "You have donated {0} {1}" -msgstr "crwdns31670:0{0}crwdnd31670:0{1}crwdne31670:0" - -#. placeholder {0}: tolerance.toString() -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "You may have {0}% less received with this level of slippage tolerance." -msgstr "crwdns31208:0{0}crwdne31208:0" - -#. placeholder {0}: contractName ?? '' -#. placeholder {1}: token.symbol -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "You must give the {0} smart contract permission to use your {1}. You only have to do this once per token." -msgstr "crwdns31210:0{0}crwdnd31210:0{1}crwdne31210:0" - -#. placeholder {0}: message.token -#. placeholder {1}: message.spender -#: src/UI/translate.ts -msgid "You've approved {0} for {1}. If you want to revoke this token, please set spending cap amount to 0." -msgstr "crwdns32576:0{0}crwdnd32576:0{1}crwdne32576:0" - -#: src/hooks/useOpenShareTxDialog.tsx -msgid "Your transaction has been confirmed!" -msgstr "crwdns32578:0crwdne32578:0" - diff --git a/packages/shared/src/locale/zh-CN.json b/packages/shared/src/locale/zh-CN.json deleted file mode 100644 index 8a64cadcd754..000000000000 --- a/packages/shared/src/locale/zh-CN.json +++ /dev/null @@ -1,420 +0,0 @@ -{ - "messages": { - "++B0oY": ["This function has been turned off in the App settings. Enable plugins to fully access."], - "+01Ill": ["Change to Solana Wallet"], - "+95jK3": ["Gas Limit过低有几率会导致交易失败。"], - "+A4TPN": [["0"], " NFT contract"], - "+K0AvT": ["断开连接"], - "+hwfjv": ["请选择钱包以在保存设置后激活功能。"], - "/I3RSJ": ["举报垃圾"], - "/JOEaC": ["Deploy Smarty Pay wallet"], - "/OPmPQ": ["验证 ", ["0"]], - "/Swcdo": ["Failed to swap"], - "/capO6": ["Failed to deposit ", ["0"], "."], - "01DWy7": ["Click the settings icon to list it on the App board."], - "04MqGo": ["Post content:"], - "0CBHBc": ["Change to SOL Wallet"], - "0D4bav": ["代币代号名称或合约地址"], - "0Lp4o6": ["加载失败"], - "0hFUd/": ["您必须授予 ", ["0"], " 智能合约权限才能使用您的 ", ["1"], " 。每个代币只需要授权一次。"], - "0tdB+o": ["Enable the ", ["name"], " Wallet extension and disable other wallet extensions"], - "0wJVK+": ["基础"], - "1+P9RR": ["切换到 ", ["0"]], - "1DwbcE": ["加载中...."], - "1M8xFP": ["若设置的滑点过低,在流动性极低的情况下交易可能会被退回。"], - "1QfxQT": ["关闭"], - "1on6yK": ["How to use ", ["0"], " Wallet?"], - "2/N/mr": ["Connect with ", ["providerName"]], - "28ABhV": ["Connect EVM Wallet"], - "29b5Sq": ["Blocto 只支持 Flow 链。"], - "2CMLgZ": ["Token ID separated by comma, e.g. 1223,1224,"], - "2FYpfJ": ["更多"], - "2GHENQ": ["Web3 名片"], - "2ci98N": [ - "MATIC 代币用于支付与 Polygon Network 交互时支付的网络费用。 SmartPay 钱包允许用户在与 Polygon Network 网络交互时使用 MASK 代币。" - ], - "3A/mG4": ["更换钱包"], - "3kbpgO": ["Gas 限制"], - "3qe4O9": ["最大手续费"], - "3yLqgI": ["Name or contract address eg. PUNK or 0x234..."], - "420gDS": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and "], "next_id": ["NEXT.ID and "] }], - ["sources"], - "." - ], - "44bNbA": ["选择 NFT 合约"], - "4Gz2wC": ["Failed to upload file"], - "4lm4o+": ["Solana"], - "52nzPV": [ - "Data source is retrieved from ", - ["0", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "other": [] }], - "." - ], - "5N3b5J": ["市值"], - "5ZzgbQ": ["连接到 ", ["0"]], - "5o2pdQ": ["创建身份"], - "5uFQ9j": ["Please create a persona and verify your account to use this."], - "6YASel": ["网络无效"], - "6gRgw8": ["重试"], - "6s8L6f": ["切换网络"], - "76Ml+j": [["0"], " NFT Lucky Drop created."], - "78Kj7O": [["0"], " NFT transferred."], - "7Bj3x9": ["失败"], - "7VpPHA": ["确定"], - "7c99ux": ["Contract Deployment ", ["0"]], - "7eFA2G": ["Failed to revoke token contract."], - "7yTBmm": ["授权MASK?"], - "87Poy7": [["0"], " ", ["1"], " NFT contract."], - "8C8O9E": ["Provided by plugin \"", ["0"], "\""], - "8Dh77Z": ["NFTs"], - "8G+Cw3": ["Do you want to use MASK tokens to pay gas fee?"], - "8J7y6E": ["Deposit ", ["0"], " for savings."], - "8Tg/JR": ["自定义"], - "9+VwX/": ["Add Collectibles"], - "9jba96": ["当前只支持输入消息文本。"], - "9tG0uf": ["请验证您的社交账户"], - "A0VzMm": ["使用 Token 名称、 NFT 收藏品、 ENS 域名或钱包地址优化搜索结果。"], - "A1taO8": ["Search"], - "AElxM7": ["Transfer ", ["0"], " NFT."], - "AJNYYr": ["Refund Lucky drop"], - "Ap948/": ["显示"], - "Appw6V": ["没有找到任何NFT。"], - "At846K": ["编辑代币列表"], - "Axp2cZ": ["24h 交易总额"], - "B6C0XJ": ["暂无数据"], - "B8B8TU": ["Verified by ", ["0"]], - "BAvIGC": ["Withdraw token"], - "BFhvNB": [["0"], " ", ["1"], " NFT contract successfully."], - "BQi2Kk": [["0"], " were claimed"], - "Ba6uFH": ["Create your NFT Lucky Drop."], - "ByAMF+": ["风险提示"], - "BzEFor": ["or"], - "CE+M2e": ["信息资料"], - "Cf/0to": ["数据来源于", ["0"], " 。"], - "CtByM7": ["连接钱包"], - "CygwLN": ["Swap completed successfully."], - "D79cZK": ["即时"], - "DA2uGM": ["Click the application icon to hide in the App list."], - "DKBbsW": ["Gas Price 必须大于 0 Gwei。"], - "DPfwMq": ["完成"], - "Dsd/WC": [ - "Are you sure to report ", - ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"] }], - "? After confirmed, this NFT will be marked as spam." - ], - "Du6bPw": ["地址"], - "Dz56Ua": ["加密"], - "E6HGuD": ["Check out the official website"], - "E6Sqiu": ["加载 ", ["0"], " 失败,请点击重试。"], - "EVFPUv": ["Transfer NFT"], - "Eefe1a": ["The input is not a single file."], - "Ev2r9A": ["没有任何结果。"], - "F/pYeX": ["Create NFT Lucky Drop"], - "F8VT6y": ["Failed to transfer NFT."], - "F8Wc3I": ["Drag & Drop your file here"], - "F9yqjd": [ - "<0>Drag & Drop your file here ", - ["0", "select", { "other": ["<1>Size limit: 10 MB "], "omit": [] }], - "<2>or <3>Browse File" - ], - "FY2gWe": ["合约地址不正确或此 NFT 不属于您。"], - "FZg3wM": ["操作"], - "FiKDfi": ["Failed to unlock NFT contract."], - "GAZNIW": ["价格统计数据"], - "GEL05h": ["WalletConnect"], - "GXhrYw": ["1. If you haven't installed the ", ["name"], " Wallet"], - "Gmmd6d": ["Verify your X ID"], - "GyvZPz": ["Token ID should be separated by comma, e.g. 1223,1224,"], - "H+bGaz": ["Browse File"], - "HF6C2L": ["Phone Number"], - "HFVck2": ["Lucky Drop with ", ["0"], " refunded."], - "HH25qd": ["No wallet selected."], - "HpK/8d": ["重新加载"], - "HqiAyF": ["Gwei"], - "IGbphl": ["Unlocking ALL..."], - "ITBQO3": ["最大优先费用必须大于 0 Gwei。"], - "IhnvgP": ["Change to EVM Wallet"], - "Iu4Ja9": ["Please enter token contract address."], - "JLiwYz": ["Mask Network requires the permission of following websites before using it."], - "JOP9uZ": ["Transaction has been rejected!"], - "JbKZsv": ["Scan the QR code with a WalletConnect-compatible wallet"], - "Jc3mpY": ["Request timeout."], - "Jg5pf7": ["当前基础手续费是 ", ["0"], " Gwei"], - "JiIKww": ["高阶设置"], - "JlFcis": ["发送"], - "JuVC24": ["Deposit token"], - "KCeSRZ": [ - "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." - ], - "KTfagY": ["Lucky drop with ", ["0"], " created."], - "KVAoFR": ["unlimited"], - "KWeNH6": ["Unlocking ", ["hasSymbolName"], "..."], - "KojyJ4": ["网络错误"], - "KwJJLb": ["<0>Powered by <1>", ["0"], ""], - "L4vN0F": ["EVM"], - "La9ArN": ["<0>Powered by ", ["publisherNode"]], - "Lho4Qd": ["DSearch"], - "M4g1UJ": ["Contract Interaction"], - "M7ZGdw": ["2. If you have installed the ", ["name"], " Wallet"], - "MKEPCY": ["关注"], - "MOHcKb": ["请输入最大优先级费用"], - "Mi8ATZ": ["The token approval revoked."], - "MpnSqP": [["0"], " Pending"], - "MyjAbr": ["Resend"], - "Ng063n": ["Donate"], - "Nhp9Kw": ["Exceeded the maximum file size of ", ["fileSize"], "."], - "O2XHf2": ["Check ", ["providerName"], " to confirm connect."], - "OAZ+tI": [ - ["attentionFactors", "plural", { "one": ["#", " Attention item"], "other": ["#", " Attention items"] }] - ], - "OIIXl+": ["请选择一个 NFT"], - "OLY2Jk": ["Gas 价格"], - "OPsV2g": ["Failed to load MASK. Click to retry."], - "OQEwR/": ["Create Lucky Drop"], - "OfhWJH": ["重置"], - "On0aF2": ["网站"], - "P+K/3O": ["确认中"], - "P7S/hC": ["最大优先费用必须大于 0 Gwei。"], - "PRkIUI": ["Gas 费"], - "Pd3dlq": ["流通总量"], - "PiH3UR": ["已复制"], - "PlE+Fs": ["Connect and Verify ", ["0"]], - "QRsMow": ["交易已确认"], - "Qd0xFm": ["Refund your expired Lucky Drop."], - "QyZU8V": [["riskyFactors", "plural", { "one": ["#", " 个风险条目"], "other": ["#", " 个风险条目"] }]], - "R9aEN5": ["Send ", ["0"]], - "RNfEI8": ["You canceled the request."], - "RUYsn0": ["全部清除"], - "Re7Oex": ["Transaction submitted."], - "RiLzWA": ["Please switch to this network in the mobile application wallet you are connected to."], - "Ry8TiY": ["Create Smart Pay wallet"], - "S0vyIh": ["Owner changed."], - "SNZM71": [["0"], " withdrawn."], - "SREKz9": ["报告 NFT Scam 合约吗?"], - "Sjplg3": ["在区块链浏览器查看"], - "T0Y2+3": ["选择代币"], - "TP9/K5": ["Token"], - "TRoDRd": ["Failed to deposit token."], - "Tg003Y": ["已连接的钱包设置"], - "URmyfc": ["详情"], - "UbRKMZ": ["确认中"], - "UfJmJU": ["无效的滑点容许值"], - "UmVZrM": ["Failed to create Lucky Drop."], - "UqJ0W/": ["Cancel Transaction"], - "UxYZfY": ["Revoke the approval for ", ["0"], "."], - "V8j2d/": ["App list"], - "VAOn4r": ["解锁"], - "VECuJk": ["钱包账户"], - "VSx1eg": ["最大优先费"], - "VcLnc7": ["确认风险提示"], - "VuFd5C": ["Balance: ", ["0"]], - "VvPeyR": [["0"], " unlocked"], - "W7rMXF": ["Failed to send token."], - "WDcQq9": ["隐藏"], - "Wqoa0p": ["连接身份"], - "X3X0nY": ["在当前滑点设置下,您可能会少接收 ", ["0"], " %的期待数额。"], - "XA8JXM": ["添加 NFT"], - "Xftpm5": ["Select Collection"], - "Xprzee": ["请输入Gas Price"], - "YOacnL": ["Tell friends what's happening..."], - "YPNSH3": ["Connect Solana Wallet"], - "YXIpYp": ["Please verify the current persona with a social media account before using dApps."], - "Yc+m57": [ - "Data source is retrieved from ", - [ - "platform", - "select", - { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "next_id": ["NEXT.ID"] } - ], - "." - ], - "Ywu8Rl": ["Please connect ", ["0"], " and send a proof post before using dApps."], - "Z33XCd": ["输入合约地址"], - "Z7ZXbT": ["授权"], - "Z8G4E5": ["Change to Flow Wallet"], - "Z8lGw6": ["分享"], - "ZQbnxO": ["未找到任何 NFT。"], - "ZQr5hT": ["Unlock Token"], - "ZSgQgC": ["最大手续费在当前网络环境下过低。"], - "ZhrWG1": ["创建身份"], - "ZrZMJ6": ["Backup failed, <0>try again"], - "a1S2x7": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and "] }], - ["sources"], - "." - ], - "a33WQ+": ["Download the ", ["name"], " Wallet here"], - "a6ONsz": ["Unlock ", ["0"], "."], - "a9X8Om": ["举报失败。"], - "aVI2qx": ["点击应用图标将会在应用列表中显示。"], - "aYT9SD": ["最大费用"], - "agPptk": ["中等"], - "ahpgxl": ["Please create a Persona and verify your account to use this."], - "apl8rz": ["Failed to withdraw ", ["0"], "."], - "ayxkVX": ["交易记录"], - "b+scYY": ["Requesting Connection"], - "b/mMOj": [["0"], " ", ["1"], " approval successfully."], - "bEPPWi": ["Connect Flow Wallet"], - "bGMpPD": ["Unlock NFT Contract"], - "bLJivk": ["选择 NFT 合约持有者"], - "bQXBhp": [ - "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." - ], - "c19z3W": ["可用余额"], - "cNJNBU": ["Get optimized search results when you're looking for a token."], - "chL5IG": ["社区"], - "clw/Xh": [["0"], " sent."], - "ct8YaX": ["Exceeded the maximum file size of 10MB."], - "d0aemb": ["请创建一个身份访问 Dapps。"], - "dEgA5A": ["取消"], - "dXFgcm": ["Transfer Token"], - "du/tmd": ["Create your Lucky Drop."], - "dyNKut": ["Browse Files"], - "eC1gV9": ["Invalid file type"], - "ePK91l": ["编辑"], - "elyK4N": ["Failed to unlock token contract."], - "f61qKX": ["Deploy a SmartPay wallet on Polygon network."], - "fL7WXr": ["应用程序"], - "foOw00": ["Balance(", ["symbol"], ")"], - "frOW4Q": ["Phantom 只支持Solana 链。"], - "fsBGk0": ["余额"], - "fx6pOQ": ["Balance: <0/>"], - "gC2WI+": ["身份"], - "gKSsH7": ["此网络尚未支持。"], - "gM+Nj7": [ - "Are you sure to report ", - ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"], "other": ["this NFT"] }], - "? After confirmed, this NFT will be marked as spam." - ], - "ghZx62": ["Unlock token"], - "gk7J2q": [["0", "select", { "other": ["<0>Size limit: ", ["fileSize"], ""], "omit": [] }]], - "gmOW42": ["ENS 或钱包地址"], - "h0qYUk": ["使用ENS域名或钱包地址搜索以获得最优结果。"], - "hRtIgr": ["应用列表"], - "he3ygx": ["复制"], - "hzTib5": ["选择 NFT 合约持有者"], - "i4umqX": ["The following wallets are not installed or in conflict with others"], - "i70ilP": [["0"], " NFT contract unlocked."], - "iH8itU": ["连接您的钱包"], - "iNIdDX": ["请输入有效的代币合约地址"], - "iPMIoT": ["输入金额"], - "iT0Qmd": ["交易失败"], - "ja6Tyz": ["使用 NFT 集合的名称或符号搜索以获得最佳结果。"], - "jfJkBQ": ["Gas price 在当前网络环境下过低。"], - "jpctdh": ["查看"], - "jtExaD": ["Not supported yet."], - "k/vATR": ["Token unlocked"], - "k1pJQo": [["0"], " network is not added to the wallet. Please add it and try again."], - "kG0n0M": ["网络错误或用户取消进程。"], - "kV9Qeo": ["You have donated ", ["0"], " ", ["1"]], - "kg/ict": ["Lucky Drop claimed."], - "ks5OGD": ["合约"], - "l3s5ri": ["导入"], - "lqTDfd": ["滑点容许值"], - "m/TPEz": ["(beta)"], - "m2OZMI": ["最大手续费不能低于最大优先级费用。"], - "mCB6Je": ["Select All"], - "mHWsOq": ["Failed to confirm"], - "mPxxVq": ["输入Gas Limit"], - "mT57+Q": ["前往设置"], - "mUJUVX": ["Claim your NFT Lucky Drop"], - "ma8rSx": ["Your transaction has been confirmed!"], - "mhNIiJ": ["Gas price过高。您或许支付了超过需要的费用。"], - "n42fmQ": ["输入最大手续费"], - "nDzNGQ": ["Follow User"], - "nTWWCZ": ["低"], - "njSHJP": ["You didn't approve ", ["0"], ". Please do not set spending cap to 0 and try it again."], - "nqL5WA": ["Claim Lucky Drop"], - "o+XJ9D": ["切换"], - "oG26Rt": ["请在您的钱包中确认这笔交易"], - "oMx/mL": [ - "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." - ], - "ocYse8": ["Failed to refund Lucky Drop."], - "ohUJJM": ["插件"], - "ooHEV6": ["1 ", ["0"], " NFT Lucky Drop claimed."], - "ouAjo6": ["Gas费用不足"], - "ovBPCi": ["默认"], - "pHfBGz": ["Gas费用更新中…"], - "pbOGiB": ["Revoke Token"], - "pu3rTn": ["GWEI"], - "pzO3Xa": ["总供应量"], - "q+O14e": ["探索范围"], - "qCMUPH": ["解锁 ", ["0"]], - "qI8U4x": ["最大手续费不能低于最大优先级费用。"], - "qWMpAl": ["最多 ", ["0"], " Gwei"], - "qYuscr": ["最大优先费"], - "qfprkE": [ - "Data source is retrieved from ", - ["platform", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"] }], - "." - ], - "qkhZxp": ["Created a SmartPay wallet on Polygon network."], - "qp8fKi": ["By confirming means that you agree to bear the possible risks above."], - "rBLzKv": ["最大手续费高于必要值。"], - "rCsoea": ["编辑代币列表"], - "rG3WVm": ["选择代币"], - "rQQGN1": ["最大优先费用过高。您或许支付了超过需要的费用。"], - "rR6iwH": ["域名请求"], - "ryWxhG": ["恭喜!"], - "sOcZTR": ["Contract Deployment"], - "sQJ3RN": ["最大优先费用在当前网络环境下过低。"], - "sSkbaZ": ["Request timed out."], - "saHPqg": ["Claim your Lucky Drop."], - "sxkWRg": ["高阶"], - "t/YqKh": ["Remove"], - "t8dIOP": ["垃圾"], - "t9m1iP": ["Spam reported."], - "tHoyBc": ["请在使用 dApp之前连接到 ", ["0"], " 。"], - "tKJ7ee": ["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."], - "tcHpvG": ["Change Owner"], - "tfDRzk": ["Save"], - "tk+uyz": [ - "You've approved ", - ["0"], - " for ", - ["1"], - ". If you want to revoke this token, please set spending cap amount to 0." - ], - "u2Srv1": ["Claim your Airdrop"], - "u3ZeYl": ["Transaction failed"], - "uBAxNB": ["编辑器"], - "ujpEaI": ["请连接您的钱包"], - "ulAtwO": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and"], "next_id": ["NEXT.ID and"] }], - ["sources"], - "." - ], - "uv94aG": ["由用户添加"], - "v7U98p": ["Failed to claim Lucky Drop."], - "vH2C/2": ["Swap"], - "vLXevL": ["Transaction cost"], - "vhlM+H": ["Withdraw ", ["0"], " for savings."], - "vutynE": ["开启插件"], - "w0e0yw": ["Gas 限制至少 ", ["0"]], - "wLGJSF": ["仅支持 EVM 链、ETH、BNB 、Polygon、Arb、Op等。"], - "wThGrS": ["App Settings"], - "xCJdfg": ["清除"], - "xDO6ZN": ["Plugin switch"], - "xIxVmH": ["Unlock ", ["0"], " NFT contract."], - "xuKB2x": [["0"], " deposited."], - "y3qyKP": ["NFT Lucky Drop created."], - "y6sq5j": ["已关注"], - "yDUr0V": ["Lucky Drop refunded."], - "yHrAv+": ["Claim Lucky Drop with ", ["0"], " claimed."], - "yQE2r9": ["加载中"], - "yVzBCJ": ["NFT Lucky Drop claimed."], - "yZhedI": ["Gas 费用设置"], - "ygW4tI": ["请连接您的身份"], - "ylUhBz": ["点击重试"], - "yx/fMc": ["高速"], - "z1i6et": ["Failed to ", ["0"], " NFT contract."], - "zBPjcC": ["Revoke the approval for token"], - "zBftr8": ["Claim NFT Lucky Drop"], - "zga9sT": ["确定"], - "zzDlyQ": ["成功"] - } -} diff --git a/packages/shared/src/locale/zh-CN.po b/packages/shared/src/locale/zh-CN.po deleted file mode 100644 index b984aef6d47b..000000000000 --- a/packages/shared/src/locale/zh-CN.po +++ /dev/null @@ -1,1591 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-12-24 04:49\n" -"Last-Translator: \n" -"Language: zh_CN\n" -"Language-Team: Chinese Simplified\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/shared/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1012\n" - -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -msgid "(beta)" -msgstr "" - -#. placeholder {0}: omitSizeLimit ? 'omit' : '' -#: src/UI/components/UploadDropArea/index.tsx -msgid "{0, select, other {<0>Size limit: {fileSize}} omit {}}" -msgstr "" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} approval successfully." -msgstr "" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} NFT contract successfully." -msgstr "" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} NFT contract." -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} deposited." -msgstr "" - -#. placeholder {0}: expectedChainName ?? '' -#: src/UI/components/ChainBoundary/index.tsx -msgid "{0} network is not added to the wallet. Please add it and try again." -msgstr "" - -#. placeholder {0}: message.action -#: src/UI/translate.ts -msgid "{0} NFT contract" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT contract unlocked." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT Lucky Drop created." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT transferred." -msgstr "" - -#. placeholder {0}: pendingTransactions.length -#: src/UI/components/WalletStatusBox/usePendingTransactions.tsx -msgid "{0} Pending" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} sent." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} unlocked" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} were claimed" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} withdrawn." -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "{attentionFactors, plural, one {# Attention item} other {# Attention items}}" -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "{riskyFactors, plural, one {# Risky item} other {# Risky items}}" -msgstr "{riskyFactors, plural, one {# 个风险条目} other {# 个风险条目}}" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "<0>Drag & Drop your file here {0, select, other {<1>Size limit: 10 MB } omit {}}<2>or <3>Browse File" -#~ msgstr "" - -#: src/UI/components/MaskPluginWrapper/index.tsx -msgid "<0>Powered by {publisherNode}" -msgstr "" - -#. placeholder {0}: provider ?? 'Mask Network' -#: src/UI/components/PluginCardFrame/index.tsx -msgid "<0>Powered by <1>{0}" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "1 {0} NFT Lucky Drop claimed." -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "1. If you haven't installed the {name} Wallet" -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "2. If you have installed the {name} Wallet" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "24 Hour Trading Vol" -msgstr "24h 交易总额" - -#: src/UI/modals/AddCollectiblesModal/AddCollectiblesDialog.tsx -msgid "Add Collectibles" -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Add NFTs" -msgstr "添加 NFT" - -#: src/UI/components/FungibleTokenList/FungibleTokenItem.tsx -msgid "Added by user" -msgstr "由用户添加" - -#: src/UI/components/TokenWithSocialGroupMenu/index.tsx -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Address" -msgstr "地址" - -#: src/UI/components/SettingsBoard/GasSection.tsx -msgid "Advanced" -msgstr "高阶" - -#: src/UI/modals/SelectAdvancedSettingsDialog/SelectGasSettingsDialog.tsx -msgid "Advanced Settings" -msgstr "高阶设置" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -msgid "App list" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -msgid "APP list" -msgstr "应用列表" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -msgid "App Settings" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -msgid "Applications" -msgstr "应用程序" - -#: src/UI/components/GrantPermission/index.tsx -msgid "Approve" -msgstr "授权" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Approve MASK?" -#~ msgstr "授权MASK?" - -#. placeholder {0}: collection?.name ? 'hasName' : 'noName' -#. placeholder {1}: collection?.name || '' -#: src/hooks/useReportSpam.tsx -msgid "Are you sure to report {0, select, hasName {{1}} noName {this NFT} other {this NFT}}? After confirmed, this NFT will be marked as spam." -msgstr "" - -#: src/hooks/useReportSpam.tsx -#~ msgid "Are you sure to report {0, select, hasName {{1}} noName {this NFT}}? After confirmed, this NFT will be marked as spam." -#~ msgstr "" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Available Balance" -msgstr "可用余额" - -#: src/UI/components/QRCode/index.tsx -msgid "Backup failed, <0>try again" -msgstr "" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Balance" -msgstr "余额" - -#: src/UI/components/ERC721ContractSelectPanel/index.tsx -#~ msgid "Balance: {0}" -#~ msgstr "" - -#: src/UI/components/TokenAmountPanel/index.tsx -msgid "Balance: <0/>" -msgstr "" - -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Balance({symbol})" -msgstr "" - -#: src/UI/components/SettingsBoard/GasSection.tsx -msgid "Basic" -msgstr "基础" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -msgid "Blocto only supports the Flow chain." -msgstr "Blocto 只支持 Flow 链。" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "Browse File" -#~ msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Browse Files" -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "By confirming means that you agree to bear the possible risks above." -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -#: src/UI/modals/ConfirmDialog/index.tsx -#: src/UI/modals/ImageEditor/ImageEditor.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Cancel" -msgstr "取消" - -#: src/UI/translate.ts -msgid "Cancel Transaction" -msgstr "" - -#: src/UI/components/WalletStatusBar/Action.tsx -#: src/UI/components/WalletStatusBar/WalletMenuItem.tsx -#: src/UI/components/WalletStatusBox/index.tsx -msgid "Change" -msgstr "切换" - -#: src/UI/translate.ts -msgid "Change Owner" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to EVM Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to Flow Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#~ msgid "Change to SOL Wallet" -#~ msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to Solana Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change Wallet" -msgstr "更换钱包" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Check {providerName} to confirm connect." -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Check out the official website" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Circulating Supply" -msgstr "流通总量" - -#: src/UI/translate.ts -msgid "Claim Lucky Drop" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Claim Lucky Drop with {0} claimed." -msgstr "" - -#: src/UI/translate.ts -msgid "Claim NFT Lucky Drop" -msgstr "" - -#: src/UI/translate.ts -msgid "Claim your Airdrop" -msgstr "" - -#: src/UI/translate.ts -msgid "Claim your Lucky Drop." -msgstr "" - -#: src/UI/translate.ts -msgid "Claim your NFT Lucky Drop" -msgstr "" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Clear" -msgstr "清除" - -#: src/UI/components/WalletStatusBox/usePendingTransactions.tsx -msgid "Clear All" -msgstr "全部清除" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Click the application icon to hide in the App list." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Click the application icon to list it on the App board." -msgstr "点击应用图标将会在应用列表中显示。" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Click the settings icon to list it on the App board." -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Click to retry" -msgstr "点击重试" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Community" -msgstr "社区" - -#: src/UI/modals/ConfirmDialog/index.tsx -#: src/UI/modals/ConfirmModal/Dialog.tsx -#: src/UI/modals/ConfirmModal/Dialog.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Confirm" -msgstr "确定" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -#~ msgid "Confirm Risk Warning" -#~ msgstr "确认风险提示" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Confirm this transaction in your wallet" -msgstr "请在您的钱包中确认这笔交易" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Confirming" -msgstr "确认中" - -#: src/UI/components/TokenTransactionConfirmModal/index.tsx -#: src/UI/components/TokenTransactionConfirmModal/index.tsx -msgid "Congratulations!" -msgstr "恭喜!" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Connect {0}" -msgstr "连接到 {0}" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Connect and Verify {0}" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect EVM Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect Flow Wallet" -msgstr "" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Connect Persona" -msgstr "连接身份" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect Solana Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/WalletConnectedBoundary/index.tsx -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -#: src/UI/components/WalletStatusBar/PluginWalletStatusBar.tsx -#: src/UI/components/WalletStatusBox/index.tsx -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "Connect Wallet" -msgstr "连接钱包" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Connect with {providerName}" -msgstr "" - -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -msgid "Connect your wallet" -msgstr "连接您的钱包" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network." -msgstr "" - -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -msgid "Connected wallets settings" -msgstr "已连接的钱包设置" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Contract" -msgstr "合约" - -#: src/UI/translate.ts -msgid "Contract Deployment" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Contract Deployment {0}" -msgstr "" - -#: src/UI/translate.ts -msgid "Contract Interaction" -msgstr "" - -#: src/UI/components/CopyButton/index.tsx -msgid "Copied!" -msgstr "已复制" - -#: src/UI/components/CopyButton/index.tsx -msgid "Copy" -msgstr "复制" - -#: src/UI/translate.ts -msgid "Create Lucky Drop" -msgstr "" - -#: src/UI/translate.ts -msgid "Create NFT Lucky Drop" -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Create persona" -msgstr "创建身份" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Create Persona" -msgstr "创建身份" - -#: src/UI/translate.ts -msgid "Create Smart Pay wallet" -msgstr "" - -#: src/UI/translate.ts -msgid "Create your Lucky Drop." -msgstr "" - -#: src/UI/translate.ts -msgid "Create your NFT Lucky Drop." -msgstr "" - -#: src/UI/translate.ts -msgid "Created a SmartPay wallet on Polygon network." -msgstr "" - -#. placeholder {0}: formatCurrency(formatWeiToGwei(baseFeePerGas), '') -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Current base fee is {0} Gwei" -msgstr "当前基础手续费是 {0} Gwei" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#: src/UI/components/SettingsBoard/Context.tsx -#: src/UI/components/SettingsBoard/GasSection.tsx -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "Custom" -msgstr "自定义" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and } next_id {NEXT.ID and }}{sources}." -#~ msgstr "" - -#. placeholder {0}: fromTwitter ? AddressPlatform.Twitter : 'normal' -#: src/UI/components/AccountIcons/index.tsx -msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and }}{sources}." -msgstr "" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and} next_id {NEXT.ID and}}{sources}." -#~ msgstr "" - -#. placeholder {0}: platform || '' -#: src/UI/components/AccountIcons/index.tsx -msgid "Data source is retrieved from {0, select, twitter {Twitter profile} facebook {Facebook profile} other {}}." -msgstr "" - -#. placeholder {0}: resolveNextIDPlatformName(platform) || platform -#. placeholder {0}: type?.replace('_', ' ') ?? '' -#: src/UI/components/AccountIcons/index.tsx -#: src/UI/components/SocialAccountList/SocialTooltip.tsx -msgid "Data source is retrieved from {0}." -msgstr "数据来源于{0} 。" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {platform, select, twitter {Twitter profile} facebook {Facebook profile} next_id {NEXT.ID}}." -#~ msgstr "" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {platform, select, twitter {Twitter profile} facebook {Facebook profile}}." -#~ msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." -msgstr "" - -#: src/UI/components/MaskPluginWrapper/index.tsx -msgid "Default" -msgstr "默认" - -#: src/UI/translate.ts -msgid "Deploy a SmartPay wallet on Polygon network." -msgstr "" - -#: src/UI/translate.ts -msgid "Deploy Smarty Pay wallet" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Deposit {0} for savings." -msgstr "" - -#: src/UI/translate.ts -msgid "Deposit token" -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Details" -msgstr "详情" - -#: src/UI/components/WalletStatusBox/index.tsx -msgid "Disconnect" -msgstr "断开连接" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/contexts/components/InjectedDialog.tsx -msgid "Dismiss" -msgstr "关闭" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Do you want to use MASK tokens to pay gas fee?" -#~ msgstr "" - -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -msgid "Domain Request" -msgstr "域名请求" - -#: src/UI/translate.ts -msgid "Donate" -msgstr "" - -#: src/hooks/useSnackbarCallback.tsx -#: src/hooks/useSnackbarCallback.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Done" -msgstr "完成" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Download the {name} Wallet here" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Drag & Drop your file here" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "DSearch" -msgstr "" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#: src/UI/modals/ImageEditor/ImageEditor.tsx -msgid "Edit" -msgstr "编辑" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Editor" -msgstr "编辑器" - -#: src/UI/components/PluginEnableBoundary/index.tsx -msgid "Enable plugin" -msgstr "开启插件" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Enable the {name} Wallet extension and disable other wallet extensions" -msgstr "" - -#: src/UI/components/CompositionDialog/CompositionUI.tsx -msgid "Encrypt" -msgstr "加密" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "ENS or Wallet Address" -msgstr "ENS 或钱包地址" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Enter a gas limit" -msgstr "输入Gas Limit" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Enter a gas price" -msgstr "请输入Gas Price" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Enter a max fee" -msgstr "输入最大手续费" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Enter a max priority fee" -msgstr "请输入最大优先级费用" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Enter an amount" -#~ msgstr "输入金额" - -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "EVM" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Exceeded the maximum file size of {fileSize}." -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "Exceeded the maximum file size of 10MB." -#~ msgstr "" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Failed" -msgstr "失败" - -#. placeholder {0}: message.action -#: src/UI/translate.ts -msgid "Failed to {0} NFT contract." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to claim Lucky Drop." -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Failed to confirm" -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to create Lucky Drop." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Failed to deposit {0}." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to deposit token." -msgstr "" - -#. placeholder {0}: token.symbol ?? token.name ?? 'Token' -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "Failed to load {0}. Click to retry." -msgstr "加载 {0} 失败,请点击重试。" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Failed to load MASK. Click to retry." -#~ msgstr "" - -#: src/UI/translate.ts -msgid "Failed to refund Lucky Drop." -msgstr "" - -#: src/hooks/useReportSpam.tsx -msgid "Failed to report spam." -msgstr "举报失败。" - -#: src/UI/translate.ts -msgid "Failed to revoke token contract." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to send token." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to swap" -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to transfer NFT." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to unlock NFT contract." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to unlock token contract." -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Failed to upload file" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Failed to withdraw {0}." -msgstr "" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "Follow" -msgstr "关注" - -#: src/UI/translate.ts -msgid "Follow User" -msgstr "" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "Following" -msgstr "已关注" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -msgid "Gas Fee" -msgstr "Gas 费" - -#: src/UI/modals/GasSettingModal/GasSettingModal.tsx -msgid "Gas fee settings" -msgstr "Gas 费用设置" - -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Gas Limit" -msgstr "Gas 限制" - -#. placeholder {0}: minGasLimit.toFixed() -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Gas limit must be at least {0}" -msgstr "Gas 限制至少 {0}" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas limit too low will cause the transaction to fail." -msgstr "Gas Limit过低有几率会导致交易失败。" - -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasSection.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Gas Price" -msgstr "Gas 价格" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price is higher than necessary. You may pay more than needed." -msgstr "Gas price过高。您或许支付了超过需要的费用。" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price is too low for network conditions." -msgstr "Gas price 在当前网络环境下过低。" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price must be greater than 0 Gwei." -msgstr "Gas Price 必须大于 0 Gwei。" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Get optimized search results when you're looking for a token." -msgstr "" - -#: src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx -msgid "Go to Settings" -msgstr "前往设置" - -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Gwei" -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "GWEI" -msgstr "" - -#: src/UI/components/SettingsBoard/Context.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "High" -msgstr "高速" - -#. placeholder {0}: provider.name -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "How to use {0} Wallet?" -msgstr "" - -#: src/UI/components/FungibleTokenList/FungibleTokenItem.tsx -msgid "Import" -msgstr "导入" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/components/FungibleTokenList/index.tsx -msgid "Incorrect contract address." -msgstr "请输入有效的代币合约地址" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Info" -msgstr "信息资料" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "Input contract address" -msgstr "输入合约地址" - -#: src/UI/components/SettingsBoard/Context.tsx -msgid "Instant" -msgstr "即时" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Invalid file type" -msgstr "" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "Invalid Network" -msgstr "网络无效" - -#: src/UI/components/SettingsBoard/hooks/useSlippageToleranceSchema.ts -msgid "Invalid slippage tolerance." -msgstr "无效的滑点容许值" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Listed" -msgstr "显示" - -#: src/UI/components/ReloadStatus/index.tsx -msgid "Load failed" -msgstr "加载失败" - -#: src/UI/components/LoadingStatus/index.tsx -msgid "Loading" -msgstr "加载中" - -#: src/UI/components/PluginCardFrame/index.tsx -msgid "Loading...." -msgstr "加载中...." - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Low" -msgstr "低" - -#: src/UI/translate.ts -msgid "Lucky Drop claimed." -msgstr "" - -#: src/UI/translate.ts -msgid "Lucky Drop refunded." -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Lucky drop with {0} created." -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Lucky Drop with {0} refunded." -msgstr "" - -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -msgid "Manage Token List" -msgstr "编辑代币列表" - -#: src/UI/components/FungibleTokenList/ManageTokenListBar.tsx -#~ msgid "Manage Token Lists" -#~ msgstr "编辑代币列表" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Market Cap" -msgstr "市值" - -#: src/UI/components/GrantPermission/index.tsx -msgid "Mask Network requires the permission of following websites before using it." -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max fee" -msgstr "最大费用" - -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Max Fee" -msgstr "最大手续费" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max fee cannot be lower than max priority fee" -msgstr "最大手续费不能低于最大优先级费用。" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee cannot be lower than max priority fee." -msgstr "最大手续费不能低于最大优先级费用。" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee is higher than necessary." -msgstr "最大手续费高于必要值。" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee is too low for network conditions." -msgstr "最大手续费在当前网络环境下过低。" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max priority fee" -msgstr "最大优先费" - -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Max Priority Fee" -msgstr "最大优先费" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee is higher than necessary. You may pay more than needed." -msgstr "最大优先费用过高。您或许支付了超过需要的费用。" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee is too low for network conditions." -msgstr "最大优先费用在当前网络环境下过低。" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max priority fee must be greater than 0 GWEI" -msgstr "最大优先费用必须大于 0 Gwei。" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee must be greater than 0 Gwei." -msgstr "最大优先费用必须大于 0 Gwei。" - -#: src/UI/components/SettingsBoard/Context.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Medium" -msgstr "中等" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "More" -msgstr "更多" - -#: src/UI/components/FungibleTokenList/index.tsx -msgid "Name or Contract address e.g. USDC or 0x234..." -msgstr "代币代号名称或合约地址" - -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Name or contract address eg. PUNK or 0x234..." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Network error or user cancels the process." -msgstr "网络错误或用户取消进程。" - -#: src/UI/translate.ts -msgid "NFT Lucky Drop claimed." -msgstr "" - -#: src/UI/translate.ts -msgid "NFT Lucky Drop created." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "NFTs" -msgstr "" - -#: src/UI/components/CollectibleList/CollectibleList.tsx -msgid "No collectible found." -msgstr "未找到任何 NFT。" - -#: src/UI/components/EmptyStatus/index.tsx -msgid "No Data" -msgstr "暂无数据" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "No Enough Gas Fee" -msgstr "Gas费用不足" - -#: src/UI/components/AssetsManagement/CollectionList.tsx -#: src/UI/components/AssetsManagement/CollectionList.tsx -msgid "No NFTs found." -msgstr "没有找到任何NFT。" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/components/CountryCodePicker/index.tsx -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "No results" -msgstr "没有任何结果。" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "No wallet selected." -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionList.tsx -msgid "Not supported yet." -msgstr "" - -#: src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx -msgid "OK" -msgstr "确定" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -#~ msgid "Only supports EVM chains, ETH, BNB chain, Polygon, Arb, Op, etc." -#~ msgstr "仅支持 EVM 链、ETH、BNB 、Polygon、Arb、Op等。" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Only TypedMessageText is supported currently." -msgstr "当前只支持输入消息文本。" - -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Operation" -msgstr "操作" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Optimize search results with token names, NFT collections, ENS domains or wallet addresses." -msgstr "使用 Token 名称、 NFT 收藏品、 ENS 域名或钱包地址优化搜索结果。" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "or" -msgstr "" - -#: src/UI/translate.ts -msgid "Owner changed." -msgstr "" - -#: src/UI/components/WalletStatusBar/WalletDescription.tsx -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Pending" -msgstr "确认中" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#: src/UI/components/PersonaSelectPanel/index.tsx -#: src/UI/modals/PersonaSelectPanelModal/PersonaSelectPanelDialog.tsx -msgid "Persona" -msgstr "身份" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -#~ msgid "Phantom only supports the Solana chain." -#~ msgstr "Phantom 只支持Solana 链。" - -#: src/UI/components/PhoneNumberField/index.tsx -msgid "Phone Number" -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please connect {0} and send a proof post before using dApps." -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please connect {0} before using dApps." -msgstr "请在使用 dApp之前连接到 {0} 。" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please connect your persona" -msgstr "请连接您的身份" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please connect your wallet" -msgstr "请连接您的钱包" - -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please create a persona and verify your account to use this." -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -msgid "Please create a Persona and verify your account to use this." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please create a persona for accessing Dapps." -msgstr "请创建一个身份访问 Dapps。" - -#: src/UI/components/AssetsManagement/SelectionSection.tsx -#~ msgid "Please enter token contract address." -#~ msgstr "" - -#: src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx -msgid "Please select the wallet to activate the function after saving the settings." -msgstr "请选择钱包以在保存设置后激活功能。" - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/ChainBoundary/index.tsx -msgid "Please switch to this network in the mobile application wallet you are connected to." -msgstr "" - -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please verify the current persona with a social media account before using dApps." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please verify your social account" -msgstr "请验证您的社交账户" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -msgid "Plugin switch" -msgstr "" - -#: src/UI/components/CompositionDialog/CompositionUI.tsx -msgid "Plugins" -msgstr "插件" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Post content:" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Price Statistic" -msgstr "价格统计数据" - -#. placeholder {0}: i18n(plugin.name) -#: src/UI/components/CompositionDialog/BadgeRenderer.tsx -msgid "Provided by plugin \"{0}\"" -msgstr "" - -#: src/UI/translate.ts -msgid "Refund Lucky drop" -msgstr "" - -#: src/UI/translate.ts -msgid "Refund your expired Lucky Drop." -msgstr "" - -#: src/UI/components/ReloadStatus/index.tsx -msgid "Reload" -msgstr "重新加载" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Remove" -msgstr "" - -#: src/hooks/useReportSpam.tsx -msgid "Report NFT Scam Contract?" -msgstr "报告 NFT Scam 合约吗?" - -#: src/hooks/useReportSpam.tsx -msgid "Report Spam" -msgstr "举报垃圾" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -msgid "Request timed out." -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#~ msgid "Request timeout." -#~ msgstr "" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Requesting Connection" -msgstr "" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Resend" -msgstr "" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Reset" -msgstr "重置" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Retry" -msgstr "重试" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Revoke the approval for {0}." -msgstr "" - -#: src/UI/translate.ts -msgid "Revoke the approval for token" -msgstr "" - -#: src/UI/translate.ts -msgid "Revoke Token" -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Risk Warning" -msgstr "风险提示" - -#: src/UI/modals/ImageEditor/ImageEditor.tsx -msgid "Save" -msgstr "" - -#: src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx -msgid "Scan the QR code with a WalletConnect-compatible wallet" -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Search" -msgstr "" - -#: src/UI/components/CountryCodePicker/index.tsx -msgid "Search Area" -msgstr "探索范围" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Search with an ENS domain or wallet address to get optimized results." -msgstr "使用ENS域名或钱包地址搜索以获得最优结果。" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Search with the name of an NFT collection or its symbol to get optimized results." -msgstr "使用 NFT 集合的名称或符号搜索以获得最佳结果。" - -#: src/UI/components/SelectTokenChip/index.tsx -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -msgid "Select" -msgstr "选择代币" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Select a token" -msgstr "选择代币" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Select All" -msgstr "" - -#: src/UI/components/ERC721ContractSelectPanel/index.tsx -#~ msgid "Select an NFT" -#~ msgstr "请选择一个 NFT" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract" -msgstr "选择 NFT 合约" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract Operator" -msgstr "选择 NFT 合约持有者" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract Owner" -msgstr "选择 NFT 合约持有者" - -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Select Collection" -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/components/AssetsManagement/Collection.tsx -#: src/UI/components/AssetsManagement/CollectionList.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Send" -msgstr "发送" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Send {0}" -msgstr "" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx -msgid "Share" -msgstr "分享" - -#: src/UI/components/SettingsBoard/SlippageToleranceSection.tsx -msgid "Slippage Tolerance" -msgstr "滑点容许值" - -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "Solana" -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "Spam" -msgstr "垃圾" - -#: src/hooks/useReportSpam.tsx -msgid "Spam reported." -msgstr "" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Success" -msgstr "成功" - -#: src/UI/translate.ts -msgid "Swap" -msgstr "" - -#: src/UI/translate.ts -msgid "Swap completed successfully." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/ChainBoundary/index.tsx -msgid "Switch Network" -msgstr "切换网络" - -#. placeholder {0}: expectedChainName ?? '' -#: src/UI/components/ChainBoundary/index.tsx -msgid "Switch to {0}" -msgstr "切换到 {0}" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Tell friends what's happening..." -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "The contract address is incorrect or the collection does not belong to you." -msgstr "合约地址不正确或此 NFT 不属于您。" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -msgid "The following wallets are not installed or in conflict with others" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "The input is not a single file." -msgstr "" - -#: src/UI/translate.ts -msgid "The token approval revoked." -msgstr "" - -#: src/UI/components/PluginEnableBoundary/index.tsx -msgid "This function has been turned off in the App settings. Enable plugins to fully access." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#~ msgid "This network is not supported yet." -#~ msgstr "此网络尚未支持。" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "To interact with Polygon network, MATIC tokens are required to pay as gas fees. SmartPay allow users to pay gas fee on Polygon network with MASK token." -#~ msgstr "MATIC 代币用于支付与 Polygon Network 交互时支付的网络费用。 SmartPay 钱包允许用户在与 Polygon Network 网络交互时使用 MASK 代币。" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Token" -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Token ID separated by comma, e.g. 1223,1224," -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "Token ID should be separated by comma, e.g. 1223,1224," -msgstr "" - -#: src/UI/translate.ts -msgid "Token unlocked" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Total Supply" -msgstr "总供应量" - -#: src/hooks/useOpenShareTxDialog.tsx -msgid "Transaction" -msgstr "交易记录" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Transaction Confirmed" -msgstr "交易已确认" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#~ msgid "Transaction cost" -#~ msgstr "" - -#: src/UI/translate.ts -msgid "Transaction failed" -msgstr "" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Transaction Failed" -msgstr "交易失败" - -#: src/UI/translate.ts -msgid "Transaction has been rejected!" -msgstr "" - -#: src/UI/translate.ts -msgid "Transaction submitted." -msgstr "" - -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." -msgstr "若设置的滑点过低,在流动性极低的情况下交易可能会被退回。" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Transfer {0} NFT." -msgstr "" - -#: src/UI/translate.ts -msgid "Transfer NFT" -msgstr "" - -#: src/UI/translate.ts -msgid "Transfer Token" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "unlimited" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Unlisted" -msgstr "隐藏" - -#: src/hooks/useGasCurrencyMenu.tsx -#~ msgid "Unlock" -#~ msgstr "解锁" - -#. placeholder {0}: token.symbol -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "Unlock {0}" -msgstr "解锁 {0}" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Unlock {0} NFT contract." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Unlock {0}." -msgstr "" - -#: src/UI/translate.ts -msgid "Unlock NFT Contract" -msgstr "" - -#: src/UI/translate.ts -msgid "Unlock token" -msgstr "" - -#: src/UI/translate.ts -msgid "Unlock Token" -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Unlocking {hasSymbolName}..." -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Unlocking ALL..." -msgstr "" - -#. placeholder {0}: formatCurrency(formatWeiToGwei(option.suggestedMaxFeePerGas), '') -#: src/UI/components/SettingsBoard/GasOption.tsx -msgid "up to {0} Gwei" -msgstr "最多 {0} Gwei" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "Updating Gas Fee…" -msgstr "Gas费用更新中…" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." -msgstr "" - -#. placeholder {0}: currentVerifiedBy.join(', ') -#. placeholder {0}: verifiedBy.join(', ') -#: src/UI/components/AssetsManagement/CollectibleItem.tsx -#: src/UI/components/AssetsManagement/Collection.tsx -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Verified by {0}" -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Verify {0}" -msgstr "验证 {0}" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Verify your X ID" -msgstr "" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "View" -msgstr "查看" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/components/WalletStatusBox/index.tsx -msgid "View on Explorer" -msgstr "在区块链浏览器查看" - -#: src/UI/modals/WalletStatusModal/WalletStatusDialog.tsx -msgid "Wallet Account" -msgstr "钱包账户" - -#: src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx -msgid "WalletConnect" -msgstr "" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." -msgstr "" - -#: src/UI/components/PluginCardFrame/index.tsx -msgid "Web3 Profile" -msgstr "Web3 名片" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Website" -msgstr "网站" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Withdraw {0} for savings." -msgstr "" - -#: src/UI/translate.ts -msgid "Withdraw token" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Wrong Network" -msgstr "网络错误" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "You canceled the request." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "You didn't approve {0}. Please do not set spending cap to 0 and try it again." -msgstr "" - -#. placeholder {0}: message.amount -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "You have donated {0} {1}" -msgstr "" - -#. placeholder {0}: tolerance.toString() -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "You may have {0}% less received with this level of slippage tolerance." -msgstr "在当前滑点设置下,您可能会少接收 {0} %的期待数额。" - -#. placeholder {0}: contractName ?? '' -#. placeholder {1}: token.symbol -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "You must give the {0} smart contract permission to use your {1}. You only have to do this once per token." -msgstr "您必须授予 {0} 智能合约权限才能使用您的 {1} 。每个代币只需要授权一次。" - -#. placeholder {0}: message.token -#. placeholder {1}: message.spender -#: src/UI/translate.ts -msgid "You've approved {0} for {1}. If you want to revoke this token, please set spending cap amount to 0." -msgstr "" - -#: src/hooks/useOpenShareTxDialog.tsx -msgid "Your transaction has been confirmed!" -msgstr "" diff --git a/packages/shared/src/locale/zh-TW.json b/packages/shared/src/locale/zh-TW.json deleted file mode 100644 index 2c1d61609dbe..000000000000 --- a/packages/shared/src/locale/zh-TW.json +++ /dev/null @@ -1,420 +0,0 @@ -{ - "messages": { - "++B0oY": ["This function has been turned off in the App settings. Enable plugins to fully access."], - "+01Ill": ["Change to Solana Wallet"], - "+95jK3": ["Gas Limit过低有几率会导致交易失败。"], - "+A4TPN": [["0"], " NFT contract"], - "+K0AvT": ["断开连接"], - "+hwfjv": ["请选择钱包以在保存设置后激活功能。"], - "/I3RSJ": ["举报垃圾"], - "/JOEaC": ["Deploy Smarty Pay wallet"], - "/OPmPQ": ["验证 ", ["0"]], - "/Swcdo": ["Failed to swap"], - "/capO6": ["Failed to deposit ", ["0"], "."], - "01DWy7": ["Click the settings icon to list it on the App board."], - "04MqGo": ["Post content:"], - "0CBHBc": ["Change to SOL Wallet"], - "0D4bav": ["代幣名稱或合約地址"], - "0Lp4o6": ["加载失败"], - "0hFUd/": ["您必须授予 ", ["0"], " 智能合约权限才能使用您的 ", ["1"], " 。每个代币只需要授权一次。"], - "0tdB+o": ["Enable the ", ["name"], " Wallet extension and disable other wallet extensions"], - "0wJVK+": ["基础"], - "1+P9RR": ["切换到 ", ["0"]], - "1DwbcE": ["加载中...."], - "1M8xFP": ["若设置的滑点过低,在流动性极低的情况下交易可能会被退回。"], - "1QfxQT": ["关闭"], - "1on6yK": ["How to use ", ["0"], " Wallet?"], - "2/N/mr": ["Connect with ", ["providerName"]], - "28ABhV": ["Connect EVM Wallet"], - "29b5Sq": ["Blocto 只支持 Flow 链。"], - "2CMLgZ": ["Token ID separated by comma, e.g. 1223,1224,"], - "2FYpfJ": ["更多"], - "2GHENQ": ["Web3 名片"], - "2ci98N": [ - "MATIC 代币用于支付与 Polygon Network 交互时支付的网络费用。 SmartPay 钱包允许用户在与 Polygon Network 网络交互时使用 MASK 代币。" - ], - "3A/mG4": ["更换钱包"], - "3kbpgO": ["Gas 限制"], - "3qe4O9": ["最大手续费"], - "3yLqgI": ["Name or contract address eg. PUNK or 0x234..."], - "420gDS": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and "], "next_id": ["NEXT.ID and "] }], - ["sources"], - "." - ], - "44bNbA": ["选择 NFT 合约"], - "4Gz2wC": ["Failed to upload file"], - "4lm4o+": ["Solana"], - "52nzPV": [ - "Data source is retrieved from ", - ["0", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "other": [] }], - "." - ], - "5N3b5J": ["市值"], - "5ZzgbQ": ["连接到 ", ["0"]], - "5o2pdQ": ["创建身份"], - "5uFQ9j": ["Please create a persona and verify your account to use this."], - "6YASel": ["网络无效"], - "6gRgw8": ["重试"], - "6s8L6f": ["切换网络"], - "76Ml+j": [["0"], " NFT Lucky Drop created."], - "78Kj7O": [["0"], " NFT transferred."], - "7Bj3x9": ["失败"], - "7VpPHA": ["确定"], - "7c99ux": ["Contract Deployment ", ["0"]], - "7eFA2G": ["Failed to revoke token contract."], - "7yTBmm": ["授权MASK?"], - "87Poy7": [["0"], " ", ["1"], " NFT contract."], - "8C8O9E": ["Provided by plugin \"", ["0"], "\""], - "8Dh77Z": ["NFTs"], - "8G+Cw3": ["Do you want to use MASK tokens to pay gas fee?"], - "8J7y6E": ["Deposit ", ["0"], " for savings."], - "8Tg/JR": ["自定义"], - "9+VwX/": ["Add Collectibles"], - "9jba96": ["当前只支持输入消息文本。"], - "9tG0uf": ["请验证您的社交账户"], - "A0VzMm": ["使用 Token 名称、 NFT 收藏品、 ENS 域名或钱包地址优化搜索结果。"], - "A1taO8": ["Search"], - "AElxM7": ["Transfer ", ["0"], " NFT."], - "AJNYYr": ["Refund Lucky drop"], - "Ap948/": ["显示"], - "Appw6V": ["没有找到任何NFT。"], - "At846K": ["编辑代币列表"], - "Axp2cZ": ["24h 交易总额"], - "B6C0XJ": ["暂无数据"], - "B8B8TU": ["Verified by ", ["0"]], - "BAvIGC": ["Withdraw token"], - "BFhvNB": [["0"], " ", ["1"], " NFT contract successfully."], - "BQi2Kk": [["0"], " were claimed"], - "Ba6uFH": ["Create your NFT Lucky Drop."], - "ByAMF+": ["风险提示"], - "BzEFor": ["or"], - "CE+M2e": ["信息资料"], - "Cf/0to": ["数据来源于", ["0"], " 。"], - "CtByM7": ["连接钱包"], - "CygwLN": ["Swap completed successfully."], - "D79cZK": ["即时"], - "DA2uGM": ["Click the application icon to hide in the App list."], - "DKBbsW": ["Gas Price 必须大于 0 Gwei。"], - "DPfwMq": ["完成"], - "Dsd/WC": [ - "Are you sure to report ", - ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"] }], - "? After confirmed, this NFT will be marked as spam." - ], - "Du6bPw": ["地址"], - "Dz56Ua": ["加密"], - "E6HGuD": ["Check out the official website"], - "E6Sqiu": ["加载 ", ["0"], " 失败,请点击重试。"], - "EVFPUv": ["Transfer NFT"], - "Eefe1a": ["The input is not a single file."], - "Ev2r9A": ["没有任何结果。"], - "F/pYeX": ["Create NFT Lucky Drop"], - "F8VT6y": ["Failed to transfer NFT."], - "F8Wc3I": ["Drag & Drop your file here"], - "F9yqjd": [ - "<0>Drag & Drop your file here ", - ["0", "select", { "other": ["<1>Size limit: 10 MB "], "omit": [] }], - "<2>or <3>Browse File" - ], - "FY2gWe": ["合约地址不正确或此 NFT 不属于您。"], - "FZg3wM": ["操作"], - "FiKDfi": ["Failed to unlock NFT contract."], - "GAZNIW": ["价格统计数据"], - "GEL05h": ["WalletConnect"], - "GXhrYw": ["1. If you haven't installed the ", ["name"], " Wallet"], - "Gmmd6d": ["Verify your X ID"], - "GyvZPz": ["Token ID should be separated by comma, e.g. 1223,1224,"], - "H+bGaz": ["Browse File"], - "HF6C2L": ["Phone Number"], - "HFVck2": ["Lucky Drop with ", ["0"], " refunded."], - "HH25qd": ["No wallet selected."], - "HpK/8d": ["重新加载"], - "HqiAyF": ["Gwei"], - "IGbphl": ["Unlocking ALL..."], - "ITBQO3": ["最大优先费用必须大于 0 Gwei。"], - "IhnvgP": ["Change to EVM Wallet"], - "Iu4Ja9": ["Please enter token contract address."], - "JLiwYz": ["Mask Network requires the permission of following websites before using it."], - "JOP9uZ": ["Transaction has been rejected!"], - "JbKZsv": ["Scan the QR code with a WalletConnect-compatible wallet"], - "Jc3mpY": ["Request timeout."], - "Jg5pf7": ["当前基础手续费是 ", ["0"], " Gwei"], - "JiIKww": ["高阶设置"], - "JlFcis": ["发送"], - "JuVC24": ["Deposit token"], - "KCeSRZ": [ - "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." - ], - "KTfagY": ["Lucky drop with ", ["0"], " created."], - "KVAoFR": ["unlimited"], - "KWeNH6": ["Unlocking ", ["hasSymbolName"], "..."], - "KojyJ4": ["网络错误"], - "KwJJLb": ["<0>Powered by <1>", ["0"], ""], - "L4vN0F": ["EVM"], - "La9ArN": ["<0>Powered by ", ["publisherNode"]], - "Lho4Qd": ["DSearch"], - "M4g1UJ": ["Contract Interaction"], - "M7ZGdw": ["2. If you have installed the ", ["name"], " Wallet"], - "MKEPCY": ["关注"], - "MOHcKb": ["请输入最大优先级费用"], - "Mi8ATZ": ["The token approval revoked."], - "MpnSqP": [["0"], " Pending"], - "MyjAbr": ["Resend"], - "Ng063n": ["Donate"], - "Nhp9Kw": ["Exceeded the maximum file size of ", ["fileSize"], "."], - "O2XHf2": ["Check ", ["providerName"], " to confirm connect."], - "OAZ+tI": [ - ["attentionFactors", "plural", { "one": ["#", " Attention item"], "other": ["#", " Attention items"] }] - ], - "OIIXl+": ["请选择一个 NFT"], - "OLY2Jk": ["Gas 价格"], - "OPsV2g": ["Failed to load MASK. Click to retry."], - "OQEwR/": ["Create Lucky Drop"], - "OfhWJH": ["重置"], - "On0aF2": ["网站"], - "P+K/3O": ["确认中"], - "P7S/hC": ["最大优先费用必须大于 0 Gwei。"], - "PRkIUI": ["Gas 费"], - "Pd3dlq": ["流通总量"], - "PiH3UR": ["已复制"], - "PlE+Fs": ["Connect and Verify ", ["0"]], - "QRsMow": ["交易已确认"], - "Qd0xFm": ["Refund your expired Lucky Drop."], - "QyZU8V": [["riskyFactors", "plural", { "one": ["#", " 个风险条目"], "other": ["#", " 个风险条目"] }]], - "R9aEN5": ["Send ", ["0"]], - "RNfEI8": ["You canceled the request."], - "RUYsn0": ["全部清除"], - "Re7Oex": ["Transaction submitted."], - "RiLzWA": ["Please switch to this network in the mobile application wallet you are connected to."], - "Ry8TiY": ["Create Smart Pay wallet"], - "S0vyIh": ["Owner changed."], - "SNZM71": [["0"], " withdrawn."], - "SREKz9": ["报告 NFT Scam 合约吗?"], - "Sjplg3": ["在区块链浏览器查看"], - "T0Y2+3": ["选择代币"], - "TP9/K5": ["Token"], - "TRoDRd": ["Failed to deposit token."], - "Tg003Y": ["已连接的钱包设置"], - "URmyfc": ["详情"], - "UbRKMZ": ["确认中"], - "UfJmJU": ["无效的滑点容许值"], - "UmVZrM": ["Failed to create Lucky Drop."], - "UqJ0W/": ["Cancel Transaction"], - "UxYZfY": ["Revoke the approval for ", ["0"], "."], - "V8j2d/": ["App list"], - "VAOn4r": ["解锁"], - "VECuJk": ["钱包账户"], - "VSx1eg": ["最大优先费"], - "VcLnc7": ["确认风险提示"], - "VuFd5C": ["Balance: ", ["0"]], - "VvPeyR": [["0"], " unlocked"], - "W7rMXF": ["Failed to send token."], - "WDcQq9": ["隐藏"], - "Wqoa0p": ["连接身份"], - "X3X0nY": ["在当前滑点设置下,您可能会少接收 ", ["0"], " %的期待数额。"], - "XA8JXM": ["添加 NFT"], - "Xftpm5": ["Select Collection"], - "Xprzee": ["请输入Gas Price"], - "YOacnL": ["Tell friends what's happening..."], - "YPNSH3": ["Connect Solana Wallet"], - "YXIpYp": ["Please verify the current persona with a social media account before using dApps."], - "Yc+m57": [ - "Data source is retrieved from ", - [ - "platform", - "select", - { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "next_id": ["NEXT.ID"] } - ], - "." - ], - "Ywu8Rl": ["Please connect ", ["0"], " and send a proof post before using dApps."], - "Z33XCd": ["输入合约地址"], - "Z7ZXbT": ["授权"], - "Z8G4E5": ["Change to Flow Wallet"], - "Z8lGw6": ["分享"], - "ZQbnxO": ["未找到任何 NFT。"], - "ZQr5hT": ["Unlock Token"], - "ZSgQgC": ["最大手续费在当前网络环境下过低。"], - "ZhrWG1": ["创建身份"], - "ZrZMJ6": ["Backup failed, <0>try again"], - "a1S2x7": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and "] }], - ["sources"], - "." - ], - "a33WQ+": ["Download the ", ["name"], " Wallet here"], - "a6ONsz": ["Unlock ", ["0"], "."], - "a9X8Om": ["举报失败。"], - "aVI2qx": ["点击应用图标将会在应用列表中显示。"], - "aYT9SD": ["最大费用"], - "agPptk": ["中等"], - "ahpgxl": ["Please create a Persona and verify your account to use this."], - "apl8rz": ["Failed to withdraw ", ["0"], "."], - "ayxkVX": ["交易记录"], - "b+scYY": ["Requesting Connection"], - "b/mMOj": [["0"], " ", ["1"], " approval successfully."], - "bEPPWi": ["Connect Flow Wallet"], - "bGMpPD": ["Unlock NFT Contract"], - "bLJivk": ["选择 NFT 合约持有者"], - "bQXBhp": [ - "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." - ], - "c19z3W": ["可用余额"], - "cNJNBU": ["Get optimized search results when you're looking for a token."], - "chL5IG": ["社区"], - "clw/Xh": [["0"], " sent."], - "ct8YaX": ["Exceeded the maximum file size of 10MB."], - "d0aemb": ["请创建一个身份访问 Dapps。"], - "dEgA5A": ["取消"], - "dXFgcm": ["Transfer Token"], - "du/tmd": ["Create your Lucky Drop."], - "dyNKut": ["Browse Files"], - "eC1gV9": ["Invalid file type"], - "ePK91l": ["编辑"], - "elyK4N": ["Failed to unlock token contract."], - "f61qKX": ["Deploy a SmartPay wallet on Polygon network."], - "fL7WXr": ["应用程序"], - "foOw00": ["Balance(", ["symbol"], ")"], - "frOW4Q": ["Phantom 只支持Solana 链。"], - "fsBGk0": ["余额"], - "fx6pOQ": ["Balance: <0/>"], - "gC2WI+": ["身份"], - "gKSsH7": ["此网络尚未支持。"], - "gM+Nj7": [ - "Are you sure to report ", - ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"], "other": ["this NFT"] }], - "? After confirmed, this NFT will be marked as spam." - ], - "ghZx62": ["Unlock token"], - "gk7J2q": [["0", "select", { "other": ["<0>Size limit: ", ["fileSize"], ""], "omit": [] }]], - "gmOW42": ["ENS 或钱包地址"], - "h0qYUk": ["使用ENS域名或钱包地址搜索以获得最优结果。"], - "hRtIgr": ["应用列表"], - "he3ygx": ["复制"], - "hzTib5": ["选择 NFT 合约持有者"], - "i4umqX": ["The following wallets are not installed or in conflict with others"], - "i70ilP": [["0"], " NFT contract unlocked."], - "iH8itU": ["连接您的钱包"], - "iNIdDX": ["请输入有效的代币合约地址"], - "iPMIoT": ["输入金额"], - "iT0Qmd": ["交易失败"], - "ja6Tyz": ["使用 NFT 集合的名称或符号搜索以获得最佳结果。"], - "jfJkBQ": ["Gas price 在当前网络环境下过低。"], - "jpctdh": ["查看"], - "jtExaD": ["Not supported yet."], - "k/vATR": ["Token unlocked"], - "k1pJQo": [["0"], " network is not added to the wallet. Please add it and try again."], - "kG0n0M": ["网络错误或用户取消进程。"], - "kV9Qeo": ["You have donated ", ["0"], " ", ["1"]], - "kg/ict": ["Lucky Drop claimed."], - "ks5OGD": ["合约"], - "l3s5ri": ["導入"], - "lqTDfd": ["滑点容许值"], - "m/TPEz": ["(beta)"], - "m2OZMI": ["最大手续费不能低于最大优先级费用。"], - "mCB6Je": ["Select All"], - "mHWsOq": ["Failed to confirm"], - "mPxxVq": ["输入Gas Limit"], - "mT57+Q": ["前往设置"], - "mUJUVX": ["Claim your NFT Lucky Drop"], - "ma8rSx": ["Your transaction has been confirmed!"], - "mhNIiJ": ["Gas price过高。您或许支付了超过需要的费用。"], - "n42fmQ": ["输入最大手续费"], - "nDzNGQ": ["Follow User"], - "nTWWCZ": ["低"], - "njSHJP": ["You didn't approve ", ["0"], ". Please do not set spending cap to 0 and try it again."], - "nqL5WA": ["Claim Lucky Drop"], - "o+XJ9D": ["切换"], - "oG26Rt": ["请在您的钱包中确认这笔交易"], - "oMx/mL": [ - "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." - ], - "ocYse8": ["Failed to refund Lucky Drop."], - "ohUJJM": ["插件"], - "ooHEV6": ["1 ", ["0"], " NFT Lucky Drop claimed."], - "ouAjo6": ["Gas费用不足"], - "ovBPCi": ["默认"], - "pHfBGz": ["Gas费用更新中…"], - "pbOGiB": ["Revoke Token"], - "pu3rTn": ["GWEI"], - "pzO3Xa": ["总供应量"], - "q+O14e": ["探索范围"], - "qCMUPH": ["解锁 ", ["0"]], - "qI8U4x": ["最大手续费不能低于最大优先级费用。"], - "qWMpAl": ["最多 ", ["0"], " Gwei"], - "qYuscr": ["最大优先费"], - "qfprkE": [ - "Data source is retrieved from ", - ["platform", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"] }], - "." - ], - "qkhZxp": ["Created a SmartPay wallet on Polygon network."], - "qp8fKi": ["By confirming means that you agree to bear the possible risks above."], - "rBLzKv": ["最大手续费高于必要值。"], - "rCsoea": ["编辑代币列表"], - "rG3WVm": ["選擇一種代幣"], - "rQQGN1": ["最大优先费用过高。您或许支付了超过需要的费用。"], - "rR6iwH": ["域名请求"], - "ryWxhG": ["恭喜!"], - "sOcZTR": ["Contract Deployment"], - "sQJ3RN": ["最大优先费用在当前网络环境下过低。"], - "sSkbaZ": ["Request timed out."], - "saHPqg": ["Claim your Lucky Drop."], - "sxkWRg": ["高阶"], - "t/YqKh": ["Remove"], - "t8dIOP": ["垃圾"], - "t9m1iP": ["Spam reported."], - "tHoyBc": ["请在使用 dApp之前连接到 ", ["0"], " 。"], - "tKJ7ee": ["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."], - "tcHpvG": ["Change Owner"], - "tfDRzk": ["Save"], - "tk+uyz": [ - "You've approved ", - ["0"], - " for ", - ["1"], - ". If you want to revoke this token, please set spending cap amount to 0." - ], - "u2Srv1": ["Claim your Airdrop"], - "u3ZeYl": ["Transaction failed"], - "uBAxNB": ["编辑器"], - "ujpEaI": ["请连接您的钱包"], - "ulAtwO": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and"], "next_id": ["NEXT.ID and"] }], - ["sources"], - "." - ], - "uv94aG": ["由用户添加"], - "v7U98p": ["Failed to claim Lucky Drop."], - "vH2C/2": ["Swap"], - "vLXevL": ["Transaction cost"], - "vhlM+H": ["Withdraw ", ["0"], " for savings."], - "vutynE": ["开启插件"], - "w0e0yw": ["Gas 限制至少 ", ["0"]], - "wLGJSF": ["仅支持 EVM 链、ETH、BNB 、Polygon、Arb、Op等。"], - "wThGrS": ["App Settings"], - "xCJdfg": ["清除"], - "xDO6ZN": ["Plugin switch"], - "xIxVmH": ["Unlock ", ["0"], " NFT contract."], - "xuKB2x": [["0"], " deposited."], - "y3qyKP": ["NFT Lucky Drop created."], - "y6sq5j": ["已关注"], - "yDUr0V": ["Lucky Drop refunded."], - "yHrAv+": ["Claim Lucky Drop with ", ["0"], " claimed."], - "yQE2r9": ["加载中"], - "yVzBCJ": ["NFT Lucky Drop claimed."], - "yZhedI": ["Gas 费用设置"], - "ygW4tI": ["请连接您的身份"], - "ylUhBz": ["点击重试"], - "yx/fMc": ["高速"], - "z1i6et": ["Failed to ", ["0"], " NFT contract."], - "zBPjcC": ["Revoke the approval for token"], - "zBftr8": ["Claim NFT Lucky Drop"], - "zga9sT": ["确定"], - "zzDlyQ": ["成功"] - } -} diff --git a/packages/shared/src/locale/zh-TW.po b/packages/shared/src/locale/zh-TW.po deleted file mode 100644 index 5138a4243db9..000000000000 --- a/packages/shared/src/locale/zh-TW.po +++ /dev/null @@ -1,1591 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2024-12-24 04:49\n" -"Last-Translator: \n" -"Language: zh_TW\n" -"Language-Team: Chinese Traditional\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/shared/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1012\n" - -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -msgid "(beta)" -msgstr "" - -#. placeholder {0}: omitSizeLimit ? 'omit' : '' -#: src/UI/components/UploadDropArea/index.tsx -msgid "{0, select, other {<0>Size limit: {fileSize}} omit {}}" -msgstr "" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} approval successfully." -msgstr "" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} NFT contract successfully." -msgstr "" - -#. placeholder {0}: message.action -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "{0} {1} NFT contract." -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} deposited." -msgstr "" - -#. placeholder {0}: expectedChainName ?? '' -#: src/UI/components/ChainBoundary/index.tsx -msgid "{0} network is not added to the wallet. Please add it and try again." -msgstr "" - -#. placeholder {0}: message.action -#: src/UI/translate.ts -msgid "{0} NFT contract" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT contract unlocked." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT Lucky Drop created." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} NFT transferred." -msgstr "" - -#. placeholder {0}: pendingTransactions.length -#: src/UI/components/WalletStatusBox/usePendingTransactions.tsx -msgid "{0} Pending" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} sent." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "{0} unlocked" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} were claimed" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "{0} withdrawn." -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "{attentionFactors, plural, one {# Attention item} other {# Attention items}}" -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "{riskyFactors, plural, one {# Risky item} other {# Risky items}}" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "<0>Drag & Drop your file here {0, select, other {<1>Size limit: 10 MB } omit {}}<2>or <3>Browse File" -#~ msgstr "" - -#: src/UI/components/MaskPluginWrapper/index.tsx -msgid "<0>Powered by {publisherNode}" -msgstr "" - -#. placeholder {0}: provider ?? 'Mask Network' -#: src/UI/components/PluginCardFrame/index.tsx -msgid "<0>Powered by <1>{0}" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "1 {0} NFT Lucky Drop claimed." -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "1. If you haven't installed the {name} Wallet" -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "2. If you have installed the {name} Wallet" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "24 Hour Trading Vol" -msgstr "" - -#: src/UI/modals/AddCollectiblesModal/AddCollectiblesDialog.tsx -msgid "Add Collectibles" -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Add NFTs" -msgstr "" - -#: src/UI/components/FungibleTokenList/FungibleTokenItem.tsx -msgid "Added by user" -msgstr "" - -#: src/UI/components/TokenWithSocialGroupMenu/index.tsx -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Address" -msgstr "" - -#: src/UI/components/SettingsBoard/GasSection.tsx -msgid "Advanced" -msgstr "" - -#: src/UI/modals/SelectAdvancedSettingsDialog/SelectGasSettingsDialog.tsx -msgid "Advanced Settings" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -msgid "App list" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -msgid "APP list" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -msgid "App Settings" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -msgid "Applications" -msgstr "" - -#: src/UI/components/GrantPermission/index.tsx -msgid "Approve" -msgstr "" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Approve MASK?" -#~ msgstr "" - -#. placeholder {0}: collection?.name ? 'hasName' : 'noName' -#. placeholder {1}: collection?.name || '' -#: src/hooks/useReportSpam.tsx -msgid "Are you sure to report {0, select, hasName {{1}} noName {this NFT} other {this NFT}}? After confirmed, this NFT will be marked as spam." -msgstr "" - -#: src/hooks/useReportSpam.tsx -#~ msgid "Are you sure to report {0, select, hasName {{1}} noName {this NFT}}? After confirmed, this NFT will be marked as spam." -#~ msgstr "" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Available Balance" -msgstr "" - -#: src/UI/components/QRCode/index.tsx -msgid "Backup failed, <0>try again" -msgstr "" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Balance" -msgstr "" - -#: src/UI/components/ERC721ContractSelectPanel/index.tsx -#~ msgid "Balance: {0}" -#~ msgstr "" - -#: src/UI/components/TokenAmountPanel/index.tsx -msgid "Balance: <0/>" -msgstr "" - -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Balance({symbol})" -msgstr "" - -#: src/UI/components/SettingsBoard/GasSection.tsx -msgid "Basic" -msgstr "" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -msgid "Blocto only supports the Flow chain." -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "Browse File" -#~ msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Browse Files" -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "By confirming means that you agree to bear the possible risks above." -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -#: src/UI/modals/ConfirmDialog/index.tsx -#: src/UI/modals/ImageEditor/ImageEditor.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Cancel" -msgstr "" - -#: src/UI/translate.ts -msgid "Cancel Transaction" -msgstr "" - -#: src/UI/components/WalletStatusBar/Action.tsx -#: src/UI/components/WalletStatusBar/WalletMenuItem.tsx -#: src/UI/components/WalletStatusBox/index.tsx -msgid "Change" -msgstr "" - -#: src/UI/translate.ts -msgid "Change Owner" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to EVM Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to Flow Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#~ msgid "Change to SOL Wallet" -#~ msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change to Solana Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Change Wallet" -msgstr "" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Check {providerName} to confirm connect." -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Check out the official website" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Circulating Supply" -msgstr "" - -#: src/UI/translate.ts -msgid "Claim Lucky Drop" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Claim Lucky Drop with {0} claimed." -msgstr "" - -#: src/UI/translate.ts -msgid "Claim NFT Lucky Drop" -msgstr "" - -#: src/UI/translate.ts -msgid "Claim your Airdrop" -msgstr "" - -#: src/UI/translate.ts -msgid "Claim your Lucky Drop." -msgstr "" - -#: src/UI/translate.ts -msgid "Claim your NFT Lucky Drop" -msgstr "" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Clear" -msgstr "" - -#: src/UI/components/WalletStatusBox/usePendingTransactions.tsx -msgid "Clear All" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Click the application icon to hide in the App list." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Click the application icon to list it on the App board." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Click the settings icon to list it on the App board." -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Click to retry" -msgstr "" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Community" -msgstr "" - -#: src/UI/modals/ConfirmDialog/index.tsx -#: src/UI/modals/ConfirmModal/Dialog.tsx -#: src/UI/modals/ConfirmModal/Dialog.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Confirm" -msgstr "" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -#~ msgid "Confirm Risk Warning" -#~ msgstr "" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Confirm this transaction in your wallet" -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Confirming" -msgstr "" - -#: src/UI/components/TokenTransactionConfirmModal/index.tsx -#: src/UI/components/TokenTransactionConfirmModal/index.tsx -msgid "Congratulations!" -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Connect {0}" -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Connect and Verify {0}" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect EVM Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect Flow Wallet" -msgstr "" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Connect Persona" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Connect Solana Wallet" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/WalletConnectedBoundary/index.tsx -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -#: src/UI/components/WalletStatusBar/PluginWalletStatusBar.tsx -#: src/UI/components/WalletStatusBox/index.tsx -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "Connect Wallet" -msgstr "" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Connect with {providerName}" -msgstr "" - -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -msgid "Connect your wallet" -msgstr "" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network." -msgstr "" - -#: src/UI/components/WalletStatusBar/PluginVerifiedWalletStatusBar.tsx -msgid "Connected wallets settings" -msgstr "" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Contract" -msgstr "" - -#: src/UI/translate.ts -msgid "Contract Deployment" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Contract Deployment {0}" -msgstr "" - -#: src/UI/translate.ts -msgid "Contract Interaction" -msgstr "" - -#: src/UI/components/CopyButton/index.tsx -msgid "Copied!" -msgstr "" - -#: src/UI/components/CopyButton/index.tsx -msgid "Copy" -msgstr "" - -#: src/UI/translate.ts -msgid "Create Lucky Drop" -msgstr "" - -#: src/UI/translate.ts -msgid "Create NFT Lucky Drop" -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Create persona" -msgstr "" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Create Persona" -msgstr "" - -#: src/UI/translate.ts -msgid "Create Smart Pay wallet" -msgstr "" - -#: src/UI/translate.ts -msgid "Create your Lucky Drop." -msgstr "" - -#: src/UI/translate.ts -msgid "Create your NFT Lucky Drop." -msgstr "" - -#: src/UI/translate.ts -msgid "Created a SmartPay wallet on Polygon network." -msgstr "" - -#. placeholder {0}: formatCurrency(formatWeiToGwei(baseFeePerGas), '') -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Current base fee is {0} Gwei" -msgstr "" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#: src/UI/components/SettingsBoard/Context.tsx -#: src/UI/components/SettingsBoard/GasSection.tsx -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "Custom" -msgstr "" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and } next_id {NEXT.ID and }}{sources}." -#~ msgstr "" - -#. placeholder {0}: fromTwitter ? AddressPlatform.Twitter : 'normal' -#: src/UI/components/AccountIcons/index.tsx -msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and }}{sources}." -msgstr "" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {0, select, other {} twitter {Twitter profile and} next_id {NEXT.ID and}}{sources}." -#~ msgstr "" - -#. placeholder {0}: platform || '' -#: src/UI/components/AccountIcons/index.tsx -msgid "Data source is retrieved from {0, select, twitter {Twitter profile} facebook {Facebook profile} other {}}." -msgstr "" - -#. placeholder {0}: resolveNextIDPlatformName(platform) || platform -#. placeholder {0}: type?.replace('_', ' ') ?? '' -#: src/UI/components/AccountIcons/index.tsx -#: src/UI/components/SocialAccountList/SocialTooltip.tsx -msgid "Data source is retrieved from {0}." -msgstr "" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {platform, select, twitter {Twitter profile} facebook {Facebook profile} next_id {NEXT.ID}}." -#~ msgstr "" - -#: src/UI/components/AccountIcons/index.tsx -#~ msgid "Data source is retrieved from {platform, select, twitter {Twitter profile} facebook {Facebook profile}}." -#~ msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." -msgstr "" - -#: src/UI/components/MaskPluginWrapper/index.tsx -msgid "Default" -msgstr "" - -#: src/UI/translate.ts -msgid "Deploy a SmartPay wallet on Polygon network." -msgstr "" - -#: src/UI/translate.ts -msgid "Deploy Smarty Pay wallet" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Deposit {0} for savings." -msgstr "" - -#: src/UI/translate.ts -msgid "Deposit token" -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Details" -msgstr "" - -#: src/UI/components/WalletStatusBox/index.tsx -msgid "Disconnect" -msgstr "" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/contexts/components/InjectedDialog.tsx -msgid "Dismiss" -msgstr "" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Do you want to use MASK tokens to pay gas fee?" -#~ msgstr "" - -#: src/UI/components/CompositionDialog/PluginEntryRender.tsx -msgid "Domain Request" -msgstr "" - -#: src/UI/translate.ts -msgid "Donate" -msgstr "" - -#: src/hooks/useSnackbarCallback.tsx -#: src/hooks/useSnackbarCallback.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Done" -msgstr "完成" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Download the {name} Wallet here" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Drag & Drop your file here" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "DSearch" -msgstr "" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#: src/UI/modals/ImageEditor/ImageEditor.tsx -msgid "Edit" -msgstr "" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Editor" -msgstr "" - -#: src/UI/components/PluginEnableBoundary/index.tsx -msgid "Enable plugin" -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Enable the {name} Wallet extension and disable other wallet extensions" -msgstr "" - -#: src/UI/components/CompositionDialog/CompositionUI.tsx -msgid "Encrypt" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "ENS or Wallet Address" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Enter a gas limit" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Enter a gas price" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Enter a max fee" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Enter a max priority fee" -msgstr "" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Enter an amount" -#~ msgstr "" - -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "EVM" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Exceeded the maximum file size of {fileSize}." -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -#~ msgid "Exceeded the maximum file size of 10MB." -#~ msgstr "" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Failed" -msgstr "" - -#. placeholder {0}: message.action -#: src/UI/translate.ts -msgid "Failed to {0} NFT contract." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to claim Lucky Drop." -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Failed to confirm" -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to create Lucky Drop." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Failed to deposit {0}." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to deposit token." -msgstr "" - -#. placeholder {0}: token.symbol ?? token.name ?? 'Token' -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "Failed to load {0}. Click to retry." -msgstr "" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "Failed to load MASK. Click to retry." -#~ msgstr "" - -#: src/UI/translate.ts -msgid "Failed to refund Lucky Drop." -msgstr "" - -#: src/hooks/useReportSpam.tsx -msgid "Failed to report spam." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to revoke token contract." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to send token." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to swap" -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to transfer NFT." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to unlock NFT contract." -msgstr "" - -#: src/UI/translate.ts -msgid "Failed to unlock token contract." -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Failed to upload file" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Failed to withdraw {0}." -msgstr "" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "Follow" -msgstr "" - -#: src/UI/translate.ts -msgid "Follow User" -msgstr "" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "Following" -msgstr "" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -msgid "Gas Fee" -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSettingModal.tsx -msgid "Gas fee settings" -msgstr "" - -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Gas Limit" -msgstr "" - -#. placeholder {0}: minGasLimit.toFixed() -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Gas limit must be at least {0}" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas limit too low will cause the transaction to fail." -msgstr "" - -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasSection.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Gas Price" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price is higher than necessary. You may pay more than needed." -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price is too low for network conditions." -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Gas price must be greater than 0 Gwei." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Get optimized search results when you're looking for a token." -msgstr "" - -#: src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx -msgid "Go to Settings" -msgstr "" - -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasForm.tsx -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Gwei" -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "GWEI" -msgstr "" - -#: src/UI/components/SettingsBoard/Context.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "High" -msgstr "" - -#. placeholder {0}: provider.name -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "How to use {0} Wallet?" -msgstr "" - -#: src/UI/components/FungibleTokenList/FungibleTokenItem.tsx -msgid "Import" -msgstr "導入" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/components/FungibleTokenList/index.tsx -msgid "Incorrect contract address." -msgstr "" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Info" -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "Input contract address" -msgstr "" - -#: src/UI/components/SettingsBoard/Context.tsx -msgid "Instant" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "Invalid file type" -msgstr "" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "Invalid Network" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useSlippageToleranceSchema.ts -msgid "Invalid slippage tolerance." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Listed" -msgstr "" - -#: src/UI/components/ReloadStatus/index.tsx -msgid "Load failed" -msgstr "" - -#: src/UI/components/LoadingStatus/index.tsx -msgid "Loading" -msgstr "" - -#: src/UI/components/PluginCardFrame/index.tsx -msgid "Loading...." -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Low" -msgstr "" - -#: src/UI/translate.ts -msgid "Lucky Drop claimed." -msgstr "" - -#: src/UI/translate.ts -msgid "Lucky Drop refunded." -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Lucky drop with {0} created." -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Lucky Drop with {0} refunded." -msgstr "" - -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -msgid "Manage Token List" -msgstr "" - -#: src/UI/components/FungibleTokenList/ManageTokenListBar.tsx -#~ msgid "Manage Token Lists" -#~ msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Market Cap" -msgstr "" - -#: src/UI/components/GrantPermission/index.tsx -msgid "Mask Network requires the permission of following websites before using it." -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max fee" -msgstr "" - -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Max Fee" -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max fee cannot be lower than max priority fee" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee cannot be lower than max priority fee." -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee is higher than necessary." -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max fee is too low for network conditions." -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max priority fee" -msgstr "" - -#: src/UI/components/SettingsBoard/GasForm.tsx -msgid "Max Priority Fee" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee is higher than necessary. You may pay more than needed." -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee is too low for network conditions." -msgstr "" - -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -msgid "Max priority fee must be greater than 0 GWEI" -msgstr "" - -#: src/UI/components/SettingsBoard/hooks/useGasSchema.ts -msgid "Max priority fee must be greater than 0 Gwei." -msgstr "" - -#: src/UI/components/SettingsBoard/Context.tsx -#: src/UI/modals/GasSettingModal/GasSetting1559.tsx -#: src/UI/modals/GasSettingModal/Prior1559GasSetting.tsx -msgid "Medium" -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "More" -msgstr "" - -#: src/UI/components/FungibleTokenList/index.tsx -msgid "Name or Contract address e.g. USDC or 0x234..." -msgstr "代幣名稱或合約地址" - -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Name or contract address eg. PUNK or 0x234..." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Network error or user cancels the process." -msgstr "" - -#: src/UI/translate.ts -msgid "NFT Lucky Drop claimed." -msgstr "" - -#: src/UI/translate.ts -msgid "NFT Lucky Drop created." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "NFTs" -msgstr "" - -#: src/UI/components/CollectibleList/CollectibleList.tsx -msgid "No collectible found." -msgstr "" - -#: src/UI/components/EmptyStatus/index.tsx -msgid "No Data" -msgstr "" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "No Enough Gas Fee" -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionList.tsx -#: src/UI/components/AssetsManagement/CollectionList.tsx -msgid "No NFTs found." -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/components/CountryCodePicker/index.tsx -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "No results" -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "No wallet selected." -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionList.tsx -msgid "Not supported yet." -msgstr "" - -#: src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx -msgid "OK" -msgstr "" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -#~ msgid "Only supports EVM chains, ETH, BNB chain, Polygon, Arb, Op, etc." -#~ msgstr "" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Only TypedMessageText is supported currently." -msgstr "" - -#: src/UI/wallet/DeriveWalletTable.tsx -msgid "Operation" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Optimize search results with token names, NFT collections, ENS domains or wallet addresses." -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "or" -msgstr "" - -#: src/UI/translate.ts -msgid "Owner changed." -msgstr "" - -#: src/UI/components/WalletStatusBar/WalletDescription.tsx -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Pending" -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#: src/UI/components/PersonaSelectPanel/index.tsx -#: src/UI/modals/PersonaSelectPanelModal/PersonaSelectPanelDialog.tsx -msgid "Persona" -msgstr "" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -#~ msgid "Phantom only supports the Solana chain." -#~ msgstr "" - -#: src/UI/components/PhoneNumberField/index.tsx -msgid "Phone Number" -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please connect {0} and send a proof post before using dApps." -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please connect {0} before using dApps." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please connect your persona" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please connect your wallet" -msgstr "" - -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please create a persona and verify your account to use this." -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -msgid "Please create a Persona and verify your account to use this." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please create a persona for accessing Dapps." -msgstr "" - -#: src/UI/components/AssetsManagement/SelectionSection.tsx -#~ msgid "Please enter token contract address." -#~ msgstr "" - -#: src/UI/components/ProfileTabContent/WalletSettingsEntry.tsx -msgid "Please select the wallet to activate the function after saving the settings." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/ChainBoundary/index.tsx -msgid "Please switch to this network in the mobile application wallet you are connected to." -msgstr "" - -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Please verify the current persona with a social media account before using dApps." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoard.tsx -msgid "Please verify your social account" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationBoardDialog.tsx -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingsDialog.tsx -msgid "Plugin switch" -msgstr "" - -#: src/UI/components/CompositionDialog/CompositionUI.tsx -msgid "Plugins" -msgstr "" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Post content:" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Price Statistic" -msgstr "" - -#. placeholder {0}: i18n(plugin.name) -#: src/UI/components/CompositionDialog/BadgeRenderer.tsx -msgid "Provided by plugin \"{0}\"" -msgstr "" - -#: src/UI/translate.ts -msgid "Refund Lucky drop" -msgstr "" - -#: src/UI/translate.ts -msgid "Refund your expired Lucky Drop." -msgstr "" - -#: src/UI/components/ReloadStatus/index.tsx -msgid "Reload" -msgstr "" - -#: src/UI/modals/SelectProviderModal/GuideDialog.tsx -msgid "Remove" -msgstr "" - -#: src/hooks/useReportSpam.tsx -msgid "Report NFT Scam Contract?" -msgstr "" - -#: src/hooks/useReportSpam.tsx -msgid "Report Spam" -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -msgid "Request timed out." -msgstr "" - -#: src/hooks/useCurrentPersonaConnectStatus.ts -#~ msgid "Request timeout." -#~ msgstr "" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Requesting Connection" -msgstr "" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Resend" -msgstr "" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Reset" -msgstr "" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "Retry" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Revoke the approval for {0}." -msgstr "" - -#: src/UI/translate.ts -msgid "Revoke the approval for token" -msgstr "" - -#: src/UI/translate.ts -msgid "Revoke Token" -msgstr "" - -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -#: src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx -msgid "Risk Warning" -msgstr "" - -#: src/UI/modals/ImageEditor/ImageEditor.tsx -msgid "Save" -msgstr "" - -#: src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx -msgid "Scan the QR code with a WalletConnect-compatible wallet" -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Search" -msgstr "" - -#: src/UI/components/CountryCodePicker/index.tsx -msgid "Search Area" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Search with an ENS domain or wallet address to get optimized results." -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Search with the name of an NFT collection or its symbol to get optimized results." -msgstr "" - -#: src/UI/components/SelectTokenChip/index.tsx -#: src/UI/modals/SelectFungibleTokenModal/SelectFungibleTokenDialog.tsx -msgid "Select" -msgstr "選擇一種代幣" - -#: src/UI/components/FungibleTokenInput/UI.tsx -msgid "Select a token" -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Select All" -msgstr "" - -#: src/UI/components/ERC721ContractSelectPanel/index.tsx -#~ msgid "Select an NFT" -#~ msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract" -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract Operator" -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Select an NFT Contract Owner" -msgstr "" - -#: src/UI/modals/SelectNonFungibleContractModal/SelectNonFungibleContractDialog.tsx -msgid "Select Collection" -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -#: src/UI/components/AssetsManagement/Collection.tsx -#: src/UI/components/AssetsManagement/CollectionList.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Send" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Send {0}" -msgstr "" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/modals/TokenTransactionConfirmModal/TokenTransactionConfirm.tsx -msgid "Share" -msgstr "" - -#: src/UI/components/SettingsBoard/SlippageToleranceSection.tsx -msgid "Slippage Tolerance" -msgstr "" - -#: src/UI/modals/SelectProviderModal/SelectProvider.tsx -msgid "Solana" -msgstr "" - -#: src/UI/components/TokenSecurity/index.tsx -msgid "Spam" -msgstr "" - -#: src/hooks/useReportSpam.tsx -msgid "Spam reported." -msgstr "" - -#: src/UI/components/WalletStatusBox/TransactionList.tsx -msgid "Success" -msgstr "" - -#: src/UI/translate.ts -msgid "Swap" -msgstr "" - -#: src/UI/translate.ts -msgid "Swap completed successfully." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#: src/UI/components/ChainBoundary/index.tsx -msgid "Switch Network" -msgstr "" - -#. placeholder {0}: expectedChainName ?? '' -#: src/UI/components/ChainBoundary/index.tsx -msgid "Switch to {0}" -msgstr "" - -#: src/UI/components/CompositionDialog/TypedMessageEditor.tsx -msgid "Tell friends what's happening..." -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "The contract address is incorrect or the collection does not belong to you." -msgstr "" - -#: src/UI/modals/SelectProviderModal/PluginProviderRender.tsx -msgid "The following wallets are not installed or in conflict with others" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "The input is not a single file." -msgstr "" - -#: src/UI/translate.ts -msgid "The token approval revoked." -msgstr "" - -#: src/UI/components/PluginEnableBoundary/index.tsx -msgid "This function has been turned off in the App settings. Enable plugins to fully access." -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -#~ msgid "This network is not supported yet." -#~ msgstr "" - -#: src/UI/contexts/components/ApproveMaskDialog.tsx -#~ msgid "To interact with Polygon network, MATIC tokens are required to pay as gas fees. SmartPay allow users to pay gas fee on Polygon network with MASK token." -#~ msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginSwitch.tsx -msgid "Token" -msgstr "" - -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Token ID separated by comma, e.g. 1223,1224," -msgstr "" - -#: src/UI/components/AddCollectibles/index.tsx -msgid "Token ID should be separated by comma, e.g. 1223,1224," -msgstr "" - -#: src/UI/translate.ts -msgid "Token unlocked" -msgstr "" - -#: src/UI/components/FungibleCoinMarketTable/index.tsx -#: src/UI/components/FungibleCoinMarketTable/index.tsx -msgid "Total Supply" -msgstr "" - -#: src/hooks/useOpenShareTxDialog.tsx -msgid "Transaction" -msgstr "" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Transaction Confirmed" -msgstr "" - -#: src/UI/components/SelectGasSettingsToolbar/index.tsx -#~ msgid "Transaction cost" -#~ msgstr "" - -#: src/UI/translate.ts -msgid "Transaction failed" -msgstr "" - -#: src/UI/modals/TransactionSnackbar/TransactionSnackbar.tsx -msgid "Transaction Failed" -msgstr "" - -#: src/UI/translate.ts -msgid "Transaction has been rejected!" -msgstr "" - -#: src/UI/translate.ts -msgid "Transaction submitted." -msgstr "" - -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Transfer {0} NFT." -msgstr "" - -#: src/UI/translate.ts -msgid "Transfer NFT" -msgstr "" - -#: src/UI/translate.ts -msgid "Transfer Token" -msgstr "" - -#: src/UI/components/UploadDropArea/index.tsx -msgid "unlimited" -msgstr "" - -#: src/UI/modals/ApplicationBoardModal/ApplicationSettingPluginList.tsx -msgid "Unlisted" -msgstr "" - -#: src/hooks/useGasCurrencyMenu.tsx -#~ msgid "Unlock" -#~ msgstr "" - -#. placeholder {0}: token.symbol -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "Unlock {0}" -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Unlock {0} NFT contract." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "Unlock {0}." -msgstr "" - -#: src/UI/translate.ts -msgid "Unlock NFT Contract" -msgstr "" - -#: src/UI/translate.ts -msgid "Unlock token" -msgstr "" - -#: src/UI/translate.ts -msgid "Unlock Token" -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Unlocking {hasSymbolName}..." -msgstr "" - -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -#: src/UI/components/EthereumERC721TokenApprovedBoundary/index.tsx -msgid "Unlocking ALL..." -msgstr "" - -#. placeholder {0}: formatCurrency(formatWeiToGwei(option.suggestedMaxFeePerGas), '') -#: src/UI/components/SettingsBoard/GasOption.tsx -msgid "up to {0} Gwei" -msgstr "" - -#: src/UI/components/WalletConnectedBoundary/index.tsx -msgid "Updating Gas Fee…" -msgstr "" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." -msgstr "" - -#. placeholder {0}: currentVerifiedBy.join(', ') -#. placeholder {0}: verifiedBy.join(', ') -#: src/UI/components/AssetsManagement/CollectibleItem.tsx -#: src/UI/components/AssetsManagement/Collection.tsx -#: src/UI/components/AssetsManagement/CollectionHeader.tsx -msgid "Verified by {0}" -msgstr "" - -#. placeholder {0}: persona.nickname ?? '' -#: src/UI/components/PersonaSelectPanel/index.tsx -msgid "Verify {0}" -msgstr "" - -#: src/UI/components/ConnectPersonaBoundary/index.tsx -msgid "Verify your X ID" -msgstr "" - -#: src/UI/components/SocialAccountList/SocialListItem.tsx -msgid "View" -msgstr "" - -#: src/hooks/useOpenShareTxDialog.tsx -#: src/UI/components/WalletStatusBox/index.tsx -msgid "View on Explorer" -msgstr "" - -#: src/UI/modals/WalletStatusModal/WalletStatusDialog.tsx -msgid "Wallet Account" -msgstr "" - -#: src/UI/modals/WalletConnectQRCodeModal/QRCodeDialog.tsx -msgid "WalletConnect" -msgstr "" - -#: src/UI/components/VerifyNextIDDialog/index.tsx -#: src/UI/components/VerifyNextIDDialog/index.tsx -msgid "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." -msgstr "" - -#: src/UI/components/PluginCardFrame/index.tsx -msgid "Web3 Profile" -msgstr "" - -#: src/UI/components/CoinMetadataTable/index.tsx -#: src/UI/components/CoinMetadataTable/index.tsx -msgid "Website" -msgstr "" - -#. placeholder {0}: message.token -#: src/UI/translate.ts -msgid "Withdraw {0} for savings." -msgstr "" - -#: src/UI/translate.ts -msgid "Withdraw token" -msgstr "" - -#: src/UI/components/ChainBoundary/index.tsx -msgid "Wrong Network" -msgstr "" - -#: src/UI/modals/ConnectWalletModal/index.tsx -msgid "You canceled the request." -msgstr "" - -#. placeholder {0}: message.symbol -#: src/UI/translate.ts -msgid "You didn't approve {0}. Please do not set spending cap to 0 and try it again." -msgstr "" - -#. placeholder {0}: message.amount -#. placeholder {1}: message.symbol -#: src/UI/translate.ts -msgid "You have donated {0} {1}" -msgstr "" - -#. placeholder {0}: tolerance.toString() -#: src/UI/components/SettingsBoard/SlippageToleranceForm.tsx -msgid "You may have {0}% less received with this level of slippage tolerance." -msgstr "" - -#. placeholder {0}: contractName ?? '' -#. placeholder {1}: token.symbol -#: src/UI/components/EthereumERC20TokenApprovedBoundary/index.tsx -msgid "You must give the {0} smart contract permission to use your {1}. You only have to do this once per token." -msgstr "" - -#. placeholder {0}: message.token -#. placeholder {1}: message.spender -#: src/UI/translate.ts -msgid "You've approved {0} for {1}. If you want to revoke this token, please set spending cap amount to 0." -msgstr "" - -#: src/hooks/useOpenShareTxDialog.tsx -msgid "Your transaction has been confirmed!" -msgstr "" diff --git a/packages/theme/package.json b/packages/theme/package.json index 572756c279c7..a95879454799 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -25,32 +25,5 @@ }, "devDependencies": { "@types/react-window": "^1.8.8" - }, - "lingui": { - "compileNamespace": "json", - "locales": [ - "en-US", - "ja-JP", - "ko-KR", - "zh-CN", - "zh-TW" - ], - "fallbackLocales": { - "zh-CN": "zh-TW", - "zh-TW": "zh-CN", - "default": "en-US" - }, - "formatOptions": { - "origins": true, - "lineNumbers": false - }, - "catalogs": [ - { - "path": "./src/locale/{locale}", - "include": [ - "./src/" - ] - } - ] } -} +} \ No newline at end of file diff --git a/packages/theme/src/locale/en-US.json b/packages/theme/src/locale/en-US.json deleted file mode 100644 index c02cb2bcf79b..000000000000 --- a/packages/theme/src/locale/en-US.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": {} } diff --git a/packages/theme/src/locale/en-US.po b/packages/theme/src/locale/en-US.po deleted file mode 100644 index d6676ae2901f..000000000000 --- a/packages/theme/src/locale/en-US.po +++ /dev/null @@ -1,14 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: en-US\n" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"Plural-Forms: \n" diff --git a/packages/theme/src/locale/ja-JP.json b/packages/theme/src/locale/ja-JP.json deleted file mode 100644 index c02cb2bcf79b..000000000000 --- a/packages/theme/src/locale/ja-JP.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": {} } diff --git a/packages/theme/src/locale/ja-JP.po b/packages/theme/src/locale/ja-JP.po deleted file mode 100644 index e05bc5995565..000000000000 --- a/packages/theme/src/locale/ja-JP.po +++ /dev/null @@ -1,19 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: ja\n" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2025-01-08 06:56\n" -"Last-Translator: \n" -"Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/theme/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1014\n" diff --git a/packages/theme/src/locale/ko-KR.json b/packages/theme/src/locale/ko-KR.json deleted file mode 100644 index c02cb2bcf79b..000000000000 --- a/packages/theme/src/locale/ko-KR.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": {} } diff --git a/packages/theme/src/locale/ko-KR.po b/packages/theme/src/locale/ko-KR.po deleted file mode 100644 index 0fec878ae415..000000000000 --- a/packages/theme/src/locale/ko-KR.po +++ /dev/null @@ -1,19 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: ko\n" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2025-01-08 06:56\n" -"Last-Translator: \n" -"Language-Team: Korean\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/theme/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1014\n" diff --git a/packages/theme/src/locale/languages.ts b/packages/theme/src/locale/languages.ts deleted file mode 100644 index a0400e89e75c..000000000000 --- a/packages/theme/src/locale/languages.ts +++ /dev/null @@ -1,26 +0,0 @@ -// This file is auto generated. DO NOT EDIT -// Run `pnpm exec gulp sync-languages` to regenerate. -// Default fallback language in a family of languages are chosen by the alphabet order -// To overwrite this, please overwrite packages/scripts/src/locale-kit-next/index.ts -import en_US from './en-US.json' with { type: 'json' } -import ja_JP from './ja-JP.json' with { type: 'json' } -import ko_KR from './ko-KR.json' with { type: 'json' } -import zh_CN from './zh-CN.json' with { type: 'json' } -import zh_TW from './zh-TW.json' with { type: 'json' } -export const languages = { - en: en_US, - ja: ja_JP, - ko: ko_KR, - 'zh-CN': zh_CN, - zh: zh_TW, -} -import { createI18NBundle } from '@masknet/shared-base' -export const addI18N = createI18NBundle(languages as any) -// @ts-ignore -import.meta.webpackHot?.accept(['./en-US.json', './ja-JP.json', './ko-KR.json', './zh-CN.json', './zh-TW.json'], () => - globalThis.dispatchEvent?.( - new CustomEvent('MASK_I18N_HMR_LINGUI', { - detail: { en: en_US, ja: ja_JP, ko: ko_KR, 'zh-CN': zh_CN, zh: zh_TW }, - }), - ), -) diff --git a/packages/theme/src/locale/qya-AA.po b/packages/theme/src/locale/qya-AA.po deleted file mode 100644 index c27053fa8097..000000000000 --- a/packages/theme/src/locale/qya-AA.po +++ /dev/null @@ -1,20 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: qya\n" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-10-30 09:13\n" -"Last-Translator: \n" -"Language-Team: Quenya\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: qya-AA\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/theme/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1014\n" - diff --git a/packages/theme/src/locale/zh-CN.json b/packages/theme/src/locale/zh-CN.json deleted file mode 100644 index c02cb2bcf79b..000000000000 --- a/packages/theme/src/locale/zh-CN.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": {} } diff --git a/packages/theme/src/locale/zh-CN.po b/packages/theme/src/locale/zh-CN.po deleted file mode 100644 index 26feec6bfd29..000000000000 --- a/packages/theme/src/locale/zh-CN.po +++ /dev/null @@ -1,19 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: zh\n" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2025-01-08 06:56\n" -"Last-Translator: \n" -"Language-Team: Chinese Simplified\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/theme/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1014\n" diff --git a/packages/theme/src/locale/zh-TW.json b/packages/theme/src/locale/zh-TW.json deleted file mode 100644 index c02cb2bcf79b..000000000000 --- a/packages/theme/src/locale/zh-TW.json +++ /dev/null @@ -1 +0,0 @@ -{ "messages": {} } diff --git a/packages/theme/src/locale/zh-TW.po b/packages/theme/src/locale/zh-TW.po deleted file mode 100644 index 05f5b4f56554..000000000000 --- a/packages/theme/src/locale/zh-TW.po +++ /dev/null @@ -1,19 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 1970-01-01 00:00+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: zh\n" -"Project-Id-Version: mask-network\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2025-01-08 06:56\n" -"Last-Translator: \n" -"Language-Team: Chinese Traditional\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: mask-network\n" -"X-Crowdin-Project-ID: 468872\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /[DimensionDev.Maskbook] develop/packages/theme/src/locale/en-US.po\n" -"X-Crowdin-File-ID: 1014\n" diff --git a/packages/web3-providers/src/Privy/index.ts b/packages/web3-providers/src/Privy/index.ts index ffa24c018508..35003333841f 100644 --- a/packages/web3-providers/src/Privy/index.ts +++ b/packages/web3-providers/src/Privy/index.ts @@ -1,4 +1,4 @@ -import { assert, Sniffings } from '@masknet/shared-base' +import { Sniffings } from '@masknet/shared-base' import { getAccessToken } from '@privy-io/react-auth' import urlcat from 'urlcat' import { fetchJSON } from '../helpers/fetchJSON.js' @@ -12,7 +12,9 @@ class PrivyAPI { // eslint-disable-next-line no-restricted-globals return localStorage.getItem('privy:refresh_token') const url = urlcat(PRIVY_AUTH_HOST, '/v1/custom_jwt_account/authenticate') - assert(process.env.PRIVY_APP_ID, 'Missing PRIVY_APP_ID') + if (!process.env.PRIVY_APP_ID) { + throw new Error('Missing PRIVY_APP_ID') + } const token = await getAccessToken() const json = await fetchJSON(url, { method: 'POST', @@ -35,7 +37,9 @@ class PrivyAPI { if (!this.refreshToken) throw new Error('No refresh token') const url = urlcat(PRIVY_AUTH_HOST, '/v1/sessions') const token = await getAccessToken() - assert(process.env.PRIVY_APP_ID, 'Missing PRIVY_APP_ID') + if (!process.env.PRIVY_APP_ID) { + throw new Error('Missing PRIVY_APP_ID') + } const json = await fetchJSON(url, { method: 'POST', headers: { From 533318c123c9b28f80d915520c5778d7a37a6f3e Mon Sep 17 00:00:00 2001 From: Jack-Works Date: Thu, 30 Oct 2025 10:51:43 +0000 Subject: [PATCH 2/3] fix: linter --- packages/shared-base-ui/src/locale/en-US.json | 2186 ++++++++++++++++- packages/shared-base-ui/src/locale/en-US.po | 122 +- packages/shared-base-ui/src/locale/ja-JP.json | 2186 ++++++++++++++++- packages/shared-base-ui/src/locale/ja-JP.po | 122 +- packages/shared-base-ui/src/locale/ko-KR.json | 2186 ++++++++++++++++- packages/shared-base-ui/src/locale/ko-KR.po | 122 +- packages/shared-base-ui/src/locale/zh-CN.json | 2186 ++++++++++++++++- packages/shared-base-ui/src/locale/zh-CN.po | 122 +- packages/shared-base-ui/src/locale/zh-TW.json | 2186 ++++++++++++++++- packages/shared-base-ui/src/locale/zh-TW.po | 122 +- 10 files changed, 10960 insertions(+), 580 deletions(-) diff --git a/packages/shared-base-ui/src/locale/en-US.json b/packages/shared-base-ui/src/locale/en-US.json index 38a0be7383ea..12bb7de2d0f3 100644 --- a/packages/shared-base-ui/src/locale/en-US.json +++ b/packages/shared-base-ui/src/locale/en-US.json @@ -1 +1,2185 @@ -{"messages":{"++B0oY":["This function has been turned off in the App settings. Enable plugins to fully access."],"+01Ill":["Change to Solana Wallet"],"+5hgHR":["Are your sure you want to disconnect? You may lose part of functionalities of this website."],"+95jK3":["Gas limit too low will cause the transaction to fail."],"+A4TPN":[["0"]," NFT contract"],"+CzAt9":["Previous unfollow transaction is in processing, please wait and try again."],"+IEBAO":["Approve amount"],"+K0AvT":["Disconnect"],"+POswt":["Sell Tax: ",["0"]],"+Qcnh5":["Please select the appropriate method to restore your personal data."],"+W8dUJ":["Tap to view the private key <0/> Make sure no one is looking at your screen"],"+XyQiK":["Agree"],"+Zuhm7":["Support Identity code, private key, local backups or cloud backups to access your personal data."],"+adBn3":["Chrome - external extension"],"+b7T3G":["Updated"],"+fTqvl":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"],""],"+hwfjv":["Please select the wallet to activate the function after saving the settings."],"+m7PfT":["Deleted successfully"],"+m7x4e":["Backup Successful"],"+q+Wa9":["Swap anyway"],"+uISZO":["Incorrect Password"],"+ubcPw":["No power"],"+xKN8I":["<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later."],"/2nH6X":["Make another Bridge"],"/7tku+":["Try"],"/BI0y9":["Refunded"],"/Dk+nX":["More on ",["0"]],"/I3RSJ":["Report Spam"],"/JOEaC":["Deploy Smarty Pay wallet"],"/KseE7":["Delete File"],"/LkuGq":["Restore from a previous database backup"],"/OPmPQ":["Verify ",["0"]],"/Swcdo":["Failed to swap"],"/WfDJy":["If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets."],"/capO6":["Failed to deposit ",["0"],"."],"/eguJc":["Uploading"],"/fo6Dv":["Gas Limit (Units)"],"/giXwU":["Medium Risk"],"/hKQcr":[["seconds"],"s"],"/jQctM":["To"],"/nT6AE":["New password"],"/riTT2":["Pinned successfully."],"/uEw9z":["Your X account authorization has timed out. Please try again."],"/vtDGO":[["0"]," is connected to these sites, they can view your account address."],"/xrk7I":["FAQ&Tutorial"],"/y/pZ3":["Select a Token"],"0+3dvg":["This NFT didn't have any offers."],"0/eoR6":["Revoking"],"00b9QG":["Set Your Payment Password"],"01DWy7":["Click the settings icon to list it on the App board."],"04MqGo":["Post content:"],"09vHB+":["Failed to decrypt."],"0C6WdO":["Upload backup"],"0D4bav":["Name or Contract address e.g. USDC or 0x234..."],"0F4ogS":["Payment Password should be between 6 and 20 characters."],"0HnKBn":["Hide mnemonic words"],"0Lp4o6":["Load failed"],"0M//Nn":["The Persona is connected to the following accounts: ",["list"]],"0ZC72+":["Connected successfully."],"0bKGbK":["No past rounds found."],"0caMy7":["History"],"0dFHbr":["Confirm swap risk"],"0fljZe":["Trading Route"],"0hFUd/":["You must give the ",["0"]," smart contract permission to use your ",["1"],". You only have to do this once per token."],"0jddIP":[["0"]," members"],"0lBTmP":["You need to hold any of the following tokens."],"0oFu/K":["No Lucky Drops claimed"],"0oMKRL":["Delete Contact"],"0tdB+o":["Enable the ",["name"]," Wallet extension and disable other wallet extensions"],"0wJVK+":["Basic"],"0wdd7X":["Join"],"0wzWAN":["Why I can't vote?"],"0xXDLS":["View your profile in firefly"],"0yPSCj":["High Risk"],"0yf3iU":["Wallet sign cancelled."],"1+6BOG":["Download Backup"],"1+P9RR":["Switch to ",["0"]],"11kmCI":["We are not aware of any code that prevents the sale of tokens."],"199DuV":["Display specific information of Gitcoin projects, donate to a project directly on social media."],"1DwbcE":["Loading...."],"1EOhmY":["Rank #",["0"]],"1LkMSp":["Add Suggested Token"],"1M8xFP":["Transaction with extremely low slippage tolerance might be reverted because of very small market movement."],"1QJyuR":["At most ",["RED_PACKET_MAX_SHARES"]," recipients"],"1QfxQT":["Dismiss"],"1R2W/B":["This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup "],"1TNIig":["Open"],"1TaavV":["Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase."],"1Uqt6P":["Disconnect Wallet?"],"1Wbxhe":["This profile can not be followed: ",["0"]],"1Z++2X":["The Persona is not connected to any accounts."],"1agbuA":["Functions that can suspend trading"],"1bTY60":["Token Value"],"1kE7ob":["Network saved"],"1mjyN6":["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."],"1nMGEs":["Personas"],"1njn7W":["Light"],"1on6yK":["How to use ",["0"]," Wallet?"],"1rsf+c":["After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup."],"1xwmzN":["Switch to other accounts"],"2/N/mr":["Connect with ",["providerName"]],"22QmCQ":["The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"28ABhV":["Connect EVM Wallet"],"29b5Sq":["Blocto only supports the Flow chain."],"2CMLgZ":["Token ID separated by comma, e.g. 1223,1224,"],"2FYpfJ":["More"],"2GHENQ":["Web3 Profile"],"2J5wRx":["Failed to get quote information"],"2Lr4ie":["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."],"2MPu+c":["Priority Fee (GWEI)"],"2XVeKu":["Airdrop Scam"],"2Xze/r":["Block Explorer URL"],"2jQko7":["Associated Accounts"],"2kXxch":["Sorry, signature failed! Please try signing again."],"2p7WMm":["Give permission to access <0/> your ",["0"],"?"],"2saF1j":["Tax can be modified"],"2wxgft":["Rename"],"3/0KF0":["Create a Firefly.social wallet using an X account"],"34UMci":["Wallet Settings"],"38C83c":["Recovery Phrase"],"39ohdf":["Activities"],"3A/gtD":["Invalid RPC URL."],"3A/mG4":["Change Wallet"],"3AP6p1":["Public Key: <0>",["publicKey"],""],"3B4jmY":["Data correlation"],"3CR0qY":["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."],"3J+S3n":["Search Next.ID, X, Lens, ENS or Address"],"3OhjJ4":["Powered by <0>Mask Network<1><2/>"],"3Q5eQl":["Please click the \"Post\" button to open the compose dialog."],"3Q8dPe":["The website (",["messageOrigin"],") is asking you to sign in to another domain (",["0"],"). This may be a phishing attack."],"3SiDD1":["<0>",["user"]," burned <1>",["1","select",{"nft":["an NFT"],"name":[["0"]],"other":[]}],""],"3ThLdM":["Report on GitHub"],"3WZ1WL":["Please enter backup password to export persona private key."],"3YDnov":["Token now is hidden."],"3ZgRKI":[["type","select",{"post":["<0>",["user"]," publish a post on ",["platform"]],"mint":["<1>",["user"]," minted a post on ",["platform"]],"revise":["<2>",["user"]," revised a post on ",["platform"]],"share":["<3>",["user"]," shared a post on ",["platform"]],"other":[]}]],"3awOET":["Rank"],"3bGj61":["Claim on Firefly"],"3cAxpB":["There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price."],"3cw8FQ":["To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs."],"3dAaqV":["📃📃📃 Try to permanently use decentralized file storage on ",["sns"],". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions."],"3fpIq1":["to ",["0"]],"3iUAE7":["Backup to Google Drive"],"3kbpgO":["Gas Limit"],"3lUGN0":["Switch Persona"],"3pqzUK":["Contact added."],"3qe4O9":["Max Fee"],"3uBJPr":["File delete"],"3uQmjD":["Average"],"3ublvs":["Try token from different chains"],"3yLqgI":["Name or contract address eg. PUNK or 0x234..."],"4+VnE8":["ENS"],"42yL2J":["Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ",["encrypted"]],"43g2kf":["Only visible to yourself"],"44bNbA":["Select an NFT Contract"],"4DIYdt":["No associated wallet. <0>Add Wallet."],"4EN5JL":["Your Persona has been successfully created."],"4FvVUv":["Reset Wallet"],"4GBOoi":["Failed to create theme."],"4Gz2wC":["Failed to upload file"],"4HavhE":["Powered by <0>Mask Network"],"4HtGBb":["MAX"],"4JCJIV":["What is Web3 File Service?"],"4coHVU":["Lens Unfollow"],"4lm4o+":["Solana"],"4na5mr":["This message contains a invalid EIP-4361 message. It is better to reject this request."],"4ojMOt":["Please enter your backup password."],"4pSxwB":["Go"],"4zgT9K":["Connect Mask Network Account using your wallet."],"50QwC8":["value"],"51TkMy":["Claiming will be live until: <0> ",["days"]," d ",["0"]," h ",["1"]," m"],"51cT/A":["The minimum amount for each share is ",["0"]," ",["1"]],"51rAFB":["Please copy the following text and image (if there is one) and publish it."],"52nzPV":["Data source is retrieved from ",["0","select",{"twitter":["Twitter profile"],"facebook":["Facebook profile"],"other":[]}],"."],"55/jcy":["Hi friends, I just withdrew my deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"5Dz44N":["Set Payment Password"],"5E57TU":["Max priority fee is too low for network conditions"],"5G0lxx":["Powered by <0>Scamsniffer"],"5H/4VW":["Create a Firefly.social wallet"],"5HVoyc":["Transaction Details"],"5Jczad":["I just claimed a lucky drop from @",["0"]," on ",["1"]," network."],"5N3b5J":["Market Cap"],"5O5enn":["Enter Payment Password"],"5QfZ6O":["Contract source code verified"],"5YfW3S":["Add an encrypted comment..."],"5ZzgbQ":["Connect ",["0"]],"5e22kj":["Email verification code"],"5hFImX":["Deploy Contract"],"5i1JPS":["Never share 12-word secret mnemonic with anyone!"],"5iHe/7":["Network error, try again"],"5o2pdQ":["Create Persona"],"5s6EhU":[["count","plural",{"one":["You have recovered **","#"," Wallet 🚀**"],"other":["You have recovered **","#"," Wallets 🚀**"]}]],"5sIdhw":["Share with"],"5uFQ9j":["Please create a persona and verify your account to use this."],"623chP":["Infos"],"66J/I3":["Transaction Fee"],"678PKt":["Network Name"],"68FuwU":["URLs require the appropriate HTTPS prefix."],"68m9Nl":["Add new address to an existing group"],"6B+2/d":["Stay on top of NFT trending information, hot projects, notable transactions, etc."],"6DvbLh":["Please install your metamask wallet and set up your first wallet."],"6HT670":["Function: ",["0"]],"6IHgRq":["Backup to the Cloud"],"6IvSyW":["Token Standard"],"6RDwJM":["Tokens"],"6U+PWG":["Total NFTs"],"6Uau97":["Skip"],"6V3Ea3":["Copied"],"6VJnE7":["Note: Scams detections might not be 100% guaranteed."],"6YASel":["Invalid Network"],"6YtxFj":["Name"],"6ZZ+4S":["Load Network"],"6foA8n":["Are you sure?"],"6gRgw8":["Retry"],"6k8iqO":[["0"]," ",["1"]," bridge completed successfully."],"6knJVf":["This NFT contract cannot be modified now."],"6s8L6f":["Switch Network"],"6sbLuF":["Current results"],"6ulv1U":["Contract Owner"],"6vVuTX":["This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"7+2e01":["Network removed."],"70wH1Q":["APR"],"76Ml+j":[["0"]," NFT Lucky Drop created."],"76gPWk":["Got it"],"78Kj7O":[["0"]," NFT transferred."],"7Ae1jc":["True Token"],"7Bj3x9":["Failed"],"7PPwVf":["Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted."],"7PgtYC":["Set NFT Avatar"],"7QptC5":["Auto-lock Time"],"7R2WG+":["Decrypted by Mask Network"],"7VpPHA":["Confirm"],"7c99ux":["Contract Deployment ",["0"]],"7cg5cq":["unique contributors"],"7eFA2G":["Failed to revoke token contract."],"7hZyUn":["Processing Deposit"],"7k2lei":["Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later."],"7lnlzl":["Claimed ",["amount"]," $",["0"]," successfully."],"7qUM2b":["Open Mask Wallet"],"7s5tLo":["Allow this site to switch the network?"],"7w1rTm":["The download link is expired"],"7yziEn":["This request has been expired."],"8+xvyR":["Blockchain"],"82+n6o":["Quote Route"],"869iq0":["Transferring asset across to the ",["0"]," network via the ",["1"],"cross-chain bridge"],"87Poy7":[["0"]," ",["1"]," NFT contract."],"88+Eku":["Provide you with fast, reliable and convenient security services."],"89kDhv":["NFT collection"],"8BsgdX":["Failed to get permissions"],"8C8O9E":["Provided by plugin \"",["0"],"\""],"8Dh77Z":["NFTs"],"8IN0ph":["No more data available."],"8J7y6E":["Deposit ",["0"]," for savings."],"8Kly2P":["Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token."],"8MJFvR":[["0"]," Risky factor"],"8N1Wbf":["This token has no risky or attention factors."],"8RF/Sx":["Added successfully"],"8S5o5V":["Share and recommend this feature after saving."],"8TMaZI":["Timestamp"],"8Tg/JR":["Custom"],"8WLjqx":["Never share the 12-word secret mnemonic words with anyone!"],"8ZsakT":["Password"],"8bgRf6":["Can not follow: ",["0"]],"8djViz":["Step ",["step"],"/",["step"]],"8glx+u":["Token ID"],"8rElAH":["Image copied!"],"8wEOMN":["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"9+VwX/":["Add Collectibles"],"9KKhJV":["Signing ..."],"9VcshJ":["Enable auto paste"],"9Y1kXO":["Payment password stored locally and you could try as many as you want to unlock your wallet."],"9bG48P":["Sending"],"9cDpsw":["Permissions"],"9cSIbb":["Click on <0/> at the top-right of your browser."],"9d/Qe4":["Service Agreement"],"9hg9mc":["Downloading"],"9hzYBR":["Failed to download and merge the backup: ",["0"]],"9jba96":["Only TypedMessageText is supported currently."],"9kIgHE":["This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet."],"9lqqpY":["Invalid email address."],"9oP21f":["My vote"],"9oq2rm":["Functions with retrievable ownership"],"9q+I38":["Your voting power"],"9r9nwF":["Identical"],"9sjcnZ":["Disconnected."],"9tG0uf":["Please verify your social account"],"9uYu7e":["You haven't uploaded any files yet."],"9w2hgY":["Paste manually"],"9xaUMG":["General user"],"A+Ijr2":["Close [Check Security]?"],"A0VzMm":["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."],"A1bmDM":["No verified account found here."],"A1taO8":["Search"],"A3Ndml":["Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop."],"A4vJQr":["Set your NFT as profile picture with exclusive aura."],"A6JChW":["The transaction was complete and has been recorded on blockchain at ",["0"]],"A9tojF":["Incorrect password"],"AElxM7":["Transfer ",["0"]," NFT."],"AJNYYr":["Refund Lucky drop"],"AKLbfQ":["Restore Database"],"AMJWWT":["Likely in < ",["estimateSecond"]," seconds"],"ANYjcp":[["shareWithNum","plural",{"one":["1 friend"],"other":["#"," friends"]}]],"ANk/Zy":["Incorrect Backup Password"],"AOPSKq":["Deposit ",["0"]],"ASNDad":["Hide ",["name"]],"AV+9wg":["Re-enter"],"Ah4d0u":["Security Detection"],"AjVXBS":["Calendar"],"Ap948/":["Listed"],"Appw6V":["No NFTs found."],"Aq+O0x":["status"],"AuXfDa":["Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards."],"AuvDq6":["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"],"AwQpq/":["Click on the down-arrow to see the private key."],"AxPAXW":["No results found"],"AxdOHo":["Pair"],"Axp2cZ":["24 Hour Trading Vol"],"AyLiVq":["Scan QR code to receive payment"],"B1T4nn":["Confirm the Lucky Drop"],"B6C0XJ":["No Data"],"B8B8TU":["Verified by ",["0"]],"BAvIGC":["Withdraw token"],"BFhvNB":[["0"]," ",["1"]," NFT contract successfully."],"BMCVM3":["Wallet Sign"],"BQHQ9v":["No websites connected to this wallet"],"BQi2Kk":[["0"]," were claimed"],"BUXiPs":["This Chain ID is currently used by the ",["0"]," network. "],"BWSJkS":["No Airdrop Scam"],"BXixGM":["Use Persona to encrypt and decrypt social media posts & messages."],"Ba6uFH":["Create your NFT Lucky Drop."],"BaU+dx":["Connect your social platform accounts."],"Baj2MJ":["Savings"],"BaoXTT":["<0>Powered by<1>OKX<2/>"],"BiGQfG":["Transaction Hash"],"BkN2qg":["<0>Service Agreement and <1>Privacy Policy"],"BmN4Bk":["Aggregator"],"ByAMF+":["Risk Warning"],"ByPj1d":["Request ID"],"BzEFor":["or"],"BzfzPK":["Items"],"C0JhYS":["Change Network"],"C2/uLW":["Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned."],"C3Wgzy":["You have claimed ",["0"]," $ARB."],"CCIrQ8":["Fake Token"],"CE+M2e":["Info"],"CEk7Nc":["At least 6 characters"],"CFPbpH":["The new passwords don't match"],"CJviCK":["<0>",["user"]," proposed"],"CK1KXz":["Max"],"CMHmbm":["Slippage"],"CMfM6C":["No Enough Gas Fees"],"CP3D8G":["Progress"],"CT10+i":["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."],"CTSEx8":["<0/> publish a post on ",["0"]],"CU3U3d":["Try to recover"],"CWsYB3":["Welcome Back"],"CXHRbe":["Wallet request timed out"],"CYRJEX":["Owners"],"CZSWya":["NFTs added"],"CZmSbe":["Request is valid not before"],"Cf/0to":["Data source is retrieved from ",["0"],"."],"Citz6F":["Exchange"],"CkLMZ2":["File delete failed"],"CmMDVW":["<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction."],"CpciBt":["Switch to Polygon and Follow"],"CtByM7":["Connect Wallet"],"Cwxng+":["Supported formats: JPEG, PNG<0/> Size limit: ",["0"]],"Cy19fm":["View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline."],"CygwLN":["Swap completed successfully."],"Cz6Lx7":["Encryption Method"],"D79cZK":["Instant"],"D9iWaX":["Please check ToS document"],"D9za/8":["Missing dex contract address"],"DA2uGM":["Click the application icon to hide in the App list."],"DAFhfT":["There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"DC3sw8":["Two entered passwords are different."],"DHhJ7s":["Previous"],"DKBbsW":["Gas price must be greater than 0 Gwei."],"DPfwMq":["Done"],"DYoO0m":["Token quantity greater than"],"DdUFp+":["The transaction was confirmed at ",["0"]],"Dk6Non":["Whitelist function"],"DkHkqH":["Recommended dimensions: 1016 × 672 px"],"DnmyoA":["Priority fee should be greater than 0."],"DoQ5Lj":["RPC URL"],"Dpe+e3":["Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet."],"DtZDW+":[["0"]," (UTC+8)"],"Du6bPw":["Address"],"DuIDTw":["To verify your X account and record it on the NextID, please send this post for the verification."],"Dz56Ua":["Encrypt"],"E399AQ":["<0>",["user"]," bridged <1>",["amount"]," ",["symbol"]," from <2>",["source"]," to <3>",["target"],""],"E6HGuD":["Check out the official website"],"E6Sqiu":["Failed to load ",["0"],". Click to retry."],"E6YUtc":["Merge to Browser"],"E7prOW":["<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature."],"EBC6hj":["Local Backup"],"EGWr+Q":["Web3 Profile Card"],"EJRk0x":[["gasOptionType","select",{"slow":["Slow"],"normal":["Average"],"fast":["Fast"],"custom":["Custom"],"other":[]}]],"ELQ256":["Make another Swap"],"EMLHjH":["More Details"],"ENIvoT":["Please set up the amount of time before we automatically lock your wallet."],"ERYJcj":["Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers."],"EStYiZ":["No proxy"],"EVFPUv":["Transfer NFT"],"EYwKb0":["Gas Price (GWEI)"],"Ea4oxV":["Follow System"],"EbE80y":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post."],"EbVCxG":["<0/>",["txType","select",{"deploy":["deployed"],"execute":["executed"],"other":[]}],"<1/>"],"Eda+dy":["🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ",["encrypted"]," to send your first encrypted tweet."],"Eefe1a":["The input is not a single file."],"EfAke+":["<0>",["user"]," voted for <1>",["option"]," on <2>",["platform"],""],"Eh4m6e":["<0>USD Value<1>$",["0"],""],"Enb3Qk":["You claimed 1."],"EoKe5U":["Domain"],"EsKgLS":["Click here to have a quick start."],"Ev2r9A":["No results"],"EwiD7E":["Confirm Payment Password"],"F/pYeX":["Create NFT Lucky Drop"],"F3bW6y":["Platform"],"F4Igxz":["Quote route"],"F7U8uz":["Creating your **wallet**"],"F8VT6y":["Failed to transfer NFT."],"F8Wc3I":["Drag & Drop your file here"],"FAKSZG":["Add google Drive"],"FC17bL":["<0>Powered by <1>Mask Network"],"FGceVy":["Owner can't change balance"],"FMQ6p2":["You've already claimed the lucky drop"],"FR2cx3":["Anti_whale(Limited number of transactions)"],"FY2gWe":["The contract address is incorrect or the collection does not belong to you."],"FZg3wM":["Operation"],"FfJy7A":["Manage Network"],"FgAxTj":["Log out"],"Fgyfqo":["Amount Each"],"FiKDfi":["Failed to unlock NFT contract."],"FiYmUY":["No associated accounts"],"Fim3FY":["Download https://mask.io to try more powerful tools on Twitter."],"Fn9Tvh":["Volume (24h)"],"FnQek5":["Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request."],"FnjSI+":["Not current account. Please switch to this account to set up NFTs Profile."],"Fs/bd5":["Invalid Block Explorer URL."],"FzzpXs":["Sale ends in ",["0"]],"G+XYfT":["Do you want to delete file <0>",["0"],""],"G4NrhP":["Persona created."],"GAZNIW":["Price Statistic"],"GAvnvl":["Payment Password"],"GDe4XX":["Please connect wallet to check if you are eligible to claim $ARB."],"GEL05h":["WalletConnect"],"GExRUL":["Backup password"],"GHvzdC":["No content for the last two weeks."],"GK6Tzr":["Persona Sign"],"GLDuz6":["May be a honeypot."],"GRLMKx":["Winners"],"GS+Mus":["Export"],"GS0ldX":["Unsupported network type"],"GShMK6":["Refunding"],"GTJCth":["The contract owner is not known to be able to modify the balance of the token of other addresses."],"GWCG6Y":["Copy image"],"GWKfFr":["To use Lido, you need to wait ",["0"]," days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1."],"GWMpIa":[["0"]," Risky factors"],"GXhrYw":["1. If you haven't installed the ",["name"]," Wallet"],"GXsAby":["Revoke"],"GZzKYx":["Buy Tax: ",["0"]],"GaH2JF":["Suggest to send transactions and sign messages"],"Gia1VG":["Web3 File Service"],"Gmmd6d":["Verify your X ID"],"GrTvoo":["Transaction in progress. Thank you for your patience."],"GtJJAj":["Add Wallet"],"Gw91G1":["This request should only be sign in the future."],"GyvZPz":["Token ID should be separated by comma, e.g. 1223,1224,"],"H1v3zR":["Insufficient ",["0"]," Balance"],"H8rw2f":["(the name is set by the web site)"],"HCKlXm":["Token Contract Address"],"HF6C2L":["Phone Number"],"HFVck2":["Lucky Drop with ",["0"]," refunded."],"HGTZAO":["Step 2/2"],"HH25qd":["No wallet selected."],"HIq3th":["Cannot switch to a unknown network."],"HKH+W+":["Data"],"HTX2HV":["Minimum received"],"HVRhUV":["By proceeding you agree to the"],"Hp1l6f":["Current"],"HpK/8d":["Reload"],"HqiAyF":["Gwei"],"HvDfH/":["Imported"],"HvUm3m":["Choose and show your Web3 footprints on X."],"I4caYo":["Invalid verification code."],"I5kL4f":["Activity Log"],"I7z//Y":["Trading route"],"IBAx3U":["Kept safely"],"IF7RiR":["Cover"],"IGbphl":["Unlocking ALL..."],"ILvrUp":["Unlikely to be a honeypot."],"IMX4sR":["Blacklist function"],"IQ3gAw":["Upload File"],"ITBQO3":["Max priority fee must be greater than 0 GWEI"],"IUG86v":["The Persona is connected to the account @$",["0"],"."],"IUp08P":["The current wallet does not hold a lens and cannot follow/unfollow"],"IX1M/E":["Floor price"],"IXbRbM":["Choose another wallet"],"If2v4h":["Lucky Drop"],"IhnvgP":["Change to EVM Wallet"],"ImhKg5":["Could not fetch chain ID. Is your RPC URL correct?"],"IoAuJG":["Sending..."],"IrI9pg":["End date"],"Iu4Ja9":["Please enter token contract address."],"J05/Al":["Set NFT NFT Background"],"J0LAHU":["Refund"],"J0Mxpc":["The ",["0"]," is in progress. You can check its status in History after exiting this page."],"J24FyN":["Bridge"],"J2eKUI":["File"],"JA8K9s":["Unpacking"],"JGds+N":["Lack of number, letter or special character."],"JGpseC":[["0","plural",{"one":["This domain is"],"other":["These domains are"]}]," currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"JLiwYz":["Mask Network requires the permission of following websites before using it."],"JOP9uZ":["Transaction has been rejected!"],"JPHuMW":["Swapping"],"JUcj/I":["Switch X Logo"],"JXJlYD":["Set Your Persona Name"],"JbKZsv":["Scan the QR code with a WalletConnect-compatible wallet"],"JeHCi7":["No function found that retrieves ownership"],"JfI60y":["Incorrect Payment Password."],"Jg5pf7":["Current base fee is ",["0"]," Gwei"],"JiIKww":["Advanced Settings"],"JlFcis":["Send"],"JlIzk8":["Browser File"],"Jnjbl3":["You need to follow <0>@",["twitterHandle"],""],"Js4Nk0":[["0","select",{"finding_post_key":["Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you."],"finding_person_public_key":["Mask is looking for the public key of the author..."],"other":["Mask is decrypting..."]}]],"JuVC24":["Deposit token"],"JwzZmt":["to <0>",["toAddress"],""],"K1tshY":["Failed to download image"],"K5a6t1":["Persona already exists."],"K7tIrx":["Category"],"K8jCIB":["Data backed up successfully!"],"KAS4UW":[["0"]," Attention factor"],"KCeSRZ":["We will need to verify your Twitter account and record it on the NextID. Please post it for validation."],"KFYFgI":["Wallet sign failed."],"KFwID2":["Restore Failed"],"KGHnSc":["Lock Wallet"],"KJGKkh":["EVM Chains only"],"KMgp2+":[["0"]," available"],"KPUGxy":["Random Amount"],"KRz1oj":["Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X."],"KTfagY":["Lucky drop with ",["0"]," created."],"KVAoFR":["unlimited"],"KVkke3":["Set NFT PFPs"],"KWeNH6":["Unlocking ",["hasSymbolName"],"..."],"KisOjk":["Restore or Login"],"Kj4oEm":["Generate a new persona"],"Kl9gHp":["Wallet Group #",["0"]],"KmQ25M":["Max priority fee is too high for network conditions."],"KnidLU":["Not Connected"],"Ko4L/B":["The receiving address is a contract address. Please check again."],"KojyJ4":["Wrong Network"],"Koz2Rg":[["0","plural",{"one":["Action"],"other":["Actions"]}]],"KtMMzG":["Wallet disconnected"],"KwJJLb":["<0>Powered by <1>",["0"],""],"Ky09J8":["Previous follow transaction is in processing, please wait and try again."],"KziH2K":["Fast"],"Kzu9r9":["24H Traded Volume"],"L+bpwv":["Please set up backup password to export private key."],"L4vN0F":["EVM"],"L82H5Z":["Creating your **identity**"],"L87Mfu":["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."],"L96aan":["View full transaction details"],"LBtfmO":["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."],"LJkXYZ":["Create New Mask Identity"],"LLf+t1":["No deposit protocols found."],"LNItR6":["You have set NFT PFP successfully."],"LP+1Z7":["Add Network"],"LSwUJb":["Select Liquidity"],"LU3p9s":["Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account."],"LWJCIn":["Connected sites"],"La9ArN":["<0>Powered by ",["publisherNode"]],"LcET2C":["Privacy Policy"],"LcZh+r":["Unsupported data backup"],"LhMjLm":["Time"],"Lho4Qd":["DSearch"],"LiE5z4":["Max base fee should be greater than 0"],"LigbuA":["In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension."],"LkYKvc":["Please select the correct words in the correct order."],"LqWHk1":["Hide ",["0"]],"Lx4CpL":["Wallet name must between 3 to 18 characters."],"Lz7CzN":["No mint function"],"Lzo8mb":["Claimed: <0>",["claim_numbers"],"/",["total_numbers"]," <1>",["0"],"/",["1"],"<2><3>",["tokenSymbol"],""],"M0FgOk":["Add Contact"],"M1RnFv":["Expired"],"M1ts1r":["View your address"],"M24E85":["This address is a contract address."],"M4g1UJ":["Contract Interaction"],"M7ZGdw":["2. If you have installed the ",["name"]," Wallet"],"M9OYUo":["Please try again if you failed to vote."],"MC00Lm":["Scan QR code with WalletConnect-compatible wallet"],"MEIAzV":["Unnamed"],"MKEPCY":["Follow"],"MOHcKb":["Enter a max priority fee"],"MQ9hQ4":["DAO"],"MR/0Va":["All Mask Network users"],"MTqQMG":["Not set"],"Mh3RsB":["Best Wishes!"],"Mi8ATZ":["The token approval revoked."],"Midntl":["Download report"],"Mm1aH+":["Proxy contract"],"MpnSqP":[["0"]," Pending"],"MqdtT5":[["0"]," Bridge Network fee"],"MyjAbr":["Resend"],"N/fqDa":["Ens or Address(0x)"],"N0YrmD":["Valuables"],"N0tcou":["Claiming..."],"N2DUxS":["Insufficient Balance"],"N2S1rs":["Empty"],"N2aeX8":["No valid wallet detected. Please connect wallet or verify wallet firstly."],"N40H+G":["All"],"N5GKfB":["Tax cannot be modified"],"N6/RZd":["Sorry, failed to save NFT Avatar. Please set again."],"N931rj":["Your transaction should be done in <0/>"],"NERSN2":["or Holding NFT"],"NJbBmC":["Switch Twitter Logo"],"NOi+Fr":["This QR includes your identity, please keep it safely."],"NTnXx/":["<0/> unapproved <1>",["0"],""],"NVt/wW":["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"NWqhru":["Reselect"],"NZ7wlC":[["0"]," Holder"],"Na6Ytj":["Change NFT PFP"],"NaZTE7":["Incorrect Mnemonic Words."],"NdlvGd":["Claim Details"],"NfxOUe":["Enter Total Amount"],"Ng063n":["Donate"],"Nhp9Kw":["Exceeded the maximum file size of ",["fileSize"],"."],"NkgvWN":["Logout failed"],"NloaHG":["Backup Password"],"Ns5WaC":["No backups found"],"Nu4oKW":["Description"],"NwibRO":["Supported contracts"],"NzlE6O":["By granting permission, you are allowing the following <0/> contract to access your NFTs."],"Nzm8dm":["Example: Alice"],"Nzwli2":["Base"],"O2XHf2":["Check ",["providerName"]," to confirm connect."],"O3Nzf+":["Bridge between this token pair are't supported at the moment."],"O3oNi5":["Email"],"O86J+j":["This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud."],"O8PsYe":["Add the file to Chrome's database"],"OAZ+tI":[["attentionFactors","plural",{"one":["#"," Attention item"],"other":["#"," Attention items"]}]],"OAfk3i":["Hash"],"OCJdad":["<0>To: <1>",["to"],""],"OLUEnY":["when you click Add Google Drive button,you will be forwarded to Google authorization pages."],"OLY2Jk":["Gas Price"],"OQEwR/":["Create Lucky Drop"],"OR475H":["Network"],"OcvI49":["No blacklist"],"OeD4sM":["Failed to login firefly"],"OfhWJH":["Reset"],"OgPkDe":["Currency Symbol (Optional)"],"OgohfQ":["File Key: <0>",["0"],""],"OhgYJS":["Basic setting"],"OkofjH":["Recover"],"On0aF2":["Website"],"OsyKSt":["Withdraw"],"OuUyzz":["No contacts stored locally, you can try searching."],"OzSOpz":["Create a Privy wallet using an X account"],"P+K/3O":["Confirming"],"P7S/hC":["Max priority fee must be greater than 0 Gwei."],"P9wzG/":["Recovery"],"PByO0X":["Votes"],"PDW/HG":["Your Persona is on **ready 🚀**"],"PGdbc0":["Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com."],"PHM7OA":["Supported Sites"],"PI/VCJ":["Select the wallet(s) to use on this site. You should not connect to website you don't trust."],"PIG043":["Gitcoin"],"PLWaf6":["Create the Lucky Drop"],"PNZOzY":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"]," on <5>",["3"],""],"PRkIUI":["Gas Fee"],"PTXNyo":["Waiting for ",["providerType"]],"Pd3dlq":["Circulating Supply"],"PeT3a5":["You have successfully restored the backup from Google Drive to your browser."],"PiH3UR":["Copied!"],"PjBWOL":["Create your persona to get started"],"PlE+Fs":["Connect and Verify ",["0"]],"PsQmAw":["Everyone"],"Pt3n39":["No back up"],"PwjgPX":["Please create your persona to use Web3 Profile."],"Q0IFtx":["The custom amount entered may be higher than the required network fee."],"Q2lUR2":["Currency"],"Q68Nuc":["Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it."],"QF9SdB":["Split Mode"],"QHZRmq":["Sites"],"QHcLEN":["Connected"],"QJQd1J":["Edit Profile"],"QQPCqQ":["Backup Wallet"],"QRsMow":["Transaction Confirmed"],"QU9aqK":["You have signed with your wallet."],"QUBIav":["Failed to bridge"],"QWxok/":["Connect with Mask Wallet"],"QXDgyQ":["Please write down the following words in correct order. Keep it safe and do not share with anyone!"],"Qbo7Ev":["Write down mnemonic words"],"QcVZFH":["Step ",["step"],"/",["totalSteps"]],"Qd0xFm":["Refund your expired Lucky Drop."],"QowPFh":["Collectibles"],"QpgBEp":[["0"]," days"],"QsVbHo":["Sending address"],"QyZU8V":[["riskyFactors","plural",{"one":["#"," Risky item"],"other":["#"," Risky items"]}]],"QypSt2":["Update X.com Permissions"],"Qz8niP":["You may lose your assets if you give approval to the website of this token."],"R/Pfmp":[["amount"]," ",["0"]," tips sent."],"R2K7XH":["Account successfully connected to persona"],"R9aEN5":["Send ",["0"]],"RCBmDP":["Follow @masknetwork to explore Web3."],"REeHKm":["<0/> ",["txType","select",{"trade":["traded"],"mint":["minted"],"other":["traded"]}]," <1>",["0"]," ",["1"]," for <2>",["2"]," ",["3"],""],"RH8jSA":["Merge data to local database"],"RHSlVw":["Follow @masknetwork (mask.io) to claim NFT lucky drops."],"RL5m+x":["Generating your **accounts**"],"RLBjfU":["Attached File: ",["name"]," (",["size"],")"],"RNfEI8":["You canceled the request."],"ROWd/9":["Leave blank to allow any amount; enter a number to set a minimum holding requirement."],"ROWeBX":["Followings"],"ROsDRH":["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"],"RRw7LE":["Identity ID"],"RUYsn0":["Clear All"],"RW1HJz":["The receiving address may be a malicious address."],"RWoEqV":["Failed to transfer token: ",["message"]],"RZOA0N":["Find Mask Network in the extension list and click the <0/> button."],"RdfrN2":["Mint Address"],"Re7Oex":["Transaction submitted."],"RhCL4z":["Max amount"],"RiLzWA":["Please switch to this network in the mobile application wallet you are connected to."],"RiQQyz":["This allows the third party to spend ",["value"]," ",["0"]," from your current balance."],"Rm3JCH":["File name must between 3 to 20 characters."],"RqRRf6":["Created by <0>",["0"]," • <1>Website"],"RrGhwo":["File ",["0"]," deleted."],"RuO5md":[["seconds"],"sec"],"Rx8sxX":["Select liquidity"],"RxlKnY":["Lens"],"Ry8TiY":["Create Smart Pay wallet"],"S0CsaV":["Create a New Wallet"],"S0vyIh":["Owner changed."],"S2JNMm":["Your file has been successfully restore into the browser data."],"S33tz3":["Not connected"],"S6Qdlo":["Scam Warning"],"SDrb6I":["Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account."],"SGVkVp":["Two entered passwords are not the same."],"SIrUT3":["Grant access to your ",["0"]," for the Lucky Drop Smart contract. You only have to do this once per token."],"SLEDBF":["Failed to add the wallet, please try again."],"SNZM71":[["0"]," withdrawn."],"SREKz9":["Report NFT Scam Contract?"],"SUqBr9":["Refund ",["0"]," ",["tokenSymbol"]," Successfully"],"SX2UXi":["Your vote has been successful."],"SYGo/R":["Import Wallet"],"SYgxDf":["Slow"],"Sfu/we":["Failed to delete, please try again."],"ShHV7X":["Cloud Backup"],"ShmUTn":["Add a Custom Cover"],"Sitstz":["Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund."],"Sjplg3":["View on Explorer"],"SlxhDh":["Verify your wallet"],"Sp69uH":["The web site can"],"T0W3Z8":["Insufficient funds for gas."],"T0Y2+3":["Select a token"],"T3EPqL":["Max base fee"],"T3dlAs":["Quote expired. Update to receive a new quote."],"TA4fAr":["The wallet name already exists."],"TFEJcT":["Set NFT PFP"],"TIIaK1":[["2","select",{"approve":["<0>",["user"]," approved ",["0"]," to <1>",["contract"],""],"revoke":["<2>",["user"]," approved ",["1"]," to <3>",["contract"],""],"other":[]}]],"TJt1iY":["Decentralized social graph protocol for user-centric Web3."],"TNFd5O":["View real-time crypto prices, market cap, trading volume, etc."],"TP9/K5":["Token"],"TRoDRd":["Failed to deposit token."],"TYTRNP":["Eligible to claim"],"TZDLPg":["Claimable"],"Tfxac6":["This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"Tg003Y":["Connected wallets settings"],"Tl3Zls":["This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee."],"TnHNX9":["Update permission for X.com"],"ToePai":["Spend limit requested by"],"TppkTk":["<0>",["user"]," carried out an activity to <1>",["target"]," on <2>",["platform"],""],"TpqeIh":["Error: ",["0"]],"Tuc34V":["Confirm Bridge"],"Tx/jsw":["Do you need to paste encrypted content manually?"],"Tz0i8g":["Settings"],"TzarJw":["Bridging"],"UBzbea":["Recover your wallet"],"UDKbPj":["Your file has been successfully merged into the browser data."],"UFzLh1":["When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ",["0"],". Please reduce the number of NFTs selected."],"UO7xDp":[["0"]," Pool"],"UPJjXF":["Network error, try again: ",["0"]],"URAE3q":["Paused"],"URmyfc":["Details"],"UUfXpm":["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."],"UWxJIW":["Powered by Celer Network. Support $MASK!"],"UXBK7e":["<0>",["user"],"sent",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"to <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"UaXeX3":["Okay"],"UbRKMZ":["Pending"],"Udf/Es":["Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network."],"UfJmJU":["Invalid slippage tolerance."],"UjJCIX":["Contract source code not verified"],"UjRxho":["Persona Recovery Phrase"],"UmVZrM":["Failed to create Lucky Drop."],"UpqenY":["We recommend new Web3 users to keep [Check Security] open."],"UqJ0W/":["Cancel Transaction"],"Usynqd":["Gas price is too low and will cause the transaction fail"],"UtKGok":["Backup Persona"],"UvJiVZ":["There's no feed associated with this address."],"UxJ2jd":["Display Snapshot proposals on the X of the respective project or protocol."],"UxYZfY":["Revoke the approval for ",["0"],"."],"V+1pjj":["Back Up Your Data Your Way"],"V+ZuGt":["You claimed ",["0"]," $",["1"],"."],"V6YDUB":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"],""],"V6wYl1":["Total amount"],"V8j2d/":["App list"],"VAOn4r":["Unlock"],"VECuJk":["Wallet Account"],"VHShJf":["Please click Browse Files button to select files to upload."],"VHVdS1":["No votes"],"VP4HYe":["Next.ID"],"VSx1eg":["Max priority fee"],"VbeIOx":["Author"],"VcPDSd":["Unsupported key store data"],"VdhBp2":["The chainID is not equal to the currently connected one."],"VdkQUC":["Please sign up or login ",["siteName"]," to connect Mask Network."],"Vj7ma7":["Support mnemonic phrase, private key or keystore file."],"VlpdUm":["Use NFT"],"VsHxv+":["Copy text"],"VvGC/Y":[["0"]," Network fee"],"VvPeyR":[["0"]," unlocked"],"VzQ7uf":["Unknown EIP-4361 message version."],"VzQOL2":["This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap."],"W0uonA":["This QR includes your mnemonic words, please keep it safely."],"W2es+t":["Oops, it seems you don't have any voting power at block ",["0"],". <0>Learn more"],"W5OcTk":["No approved contract records."],"W7e3zN":["Are you sure to remove the connected wallet <0>",["0"],"?"],"W7rMXF":["Failed to send token."],"WAjFYI":["Start date"],"WDcQq9":["Unlisted"],"WKG5E8":["You need to hold at least ",["quantity"]," of any of the following tokens."],"WLMjwL":["Confirm to hide ",["0"],"? You can redisplay it by re-adding this token at any time."],"WS7EYf":[["0","select",{"Post":["<0/><1>",["handle"]," published a post on <2>",["1"],""],"Comment":["<3/><4>",["handle"]," made a comment on <5>",["2"],""],"Mirror":["<6/><7>",["3"]," mirrored a post post by<8/><9>",["handle"]," on <10>",["4"],""],"Quote":["<11/><12>",["handle"]," quoted a post post on <13>",["5"],""],"other":["<14/><15>",["handle"]," post stuff on <16>",["6"],""]}]],"WWPi4P":["Incorrect wallet address."],"WY8amq":["Invalid number"],"WZcvLm":["Follow Now"],"WeNxrL":[["0"]," Attention factors"],"Weq9zb":["General"],"WmXCMa":["Switch other account"],"Wqoa0p":["Connect Persona"],"WqzYn1":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"]," to <2>",["project"],""],"WsNUie":["Claimed: <0>",["0"],"/",["1"]," <1>",["2"],""],"Wvnsx1":["Auto-lock"],"Wy16g8":["Gift crypto or NFTs to any users, first come, first served."],"X0PXso":["Swap duration"],"X200Sr":["Forgot payment password?"],"X3X0nY":["You may have ",["0"],"% less received with this level of slippage tolerance."],"X6ujRd":["Be aware, check the token before adding it."],"X8N33g":["Transaction history is only stored locally and will be deleted if you clear your browser data."],"X8w6bW":["Enter Max spend limit"],"XA8JXM":["Add NFTs"],"XB3tfc":["Encrypting your **data**"],"XC7RGa":["Recover your data"],"XDtQ7t":["Display the following address on your Web3 profile page and use it to receive tips."],"XGRJzS":["Open in a new tab"],"XGqAnD":["This token contract has code that prevent selling. This might is a honeypot."],"XQDdOC":["No friends are stored locally, please try search one."],"XQQx83":["<0>",["user"]," ",["0","select",{"supply":["supplied"],"add":["added"],"repay":["repaid"],"withdraw":["withdrew"],"collect":["collected"],"remove":["removed"],"borrow":["borrowed"],"other":[]}]," liquidity on <1>",["1"],""],"XUKicg":["Step 1/2"],"XYLcNv":["Support"],"XZ/B+f":["Don't see your NFT?"],"XcWehA":["Update Quote"],"Xftpm5":["Select Collection"],"XjDSdO":["Old Payment Password"],"Xlpdi1":["on ",["fromNetworkName"]],"Xprzee":["Enter a gas price"],"XrH+JC":["IPFS"],"XrlvqN":["Who can claim?"],"XsyYEe":["This NFT didn't have any activities."],"XyAmgg":["Add wallet"],"Y7N0Sj":["View your account balance and history"],"Y9mYPy":["Powered By ",["0"]],"YF8jon":["Ended ",["relativeEndTime"]],"YKSmxE":["Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts."],"YLObqx":["Equal Amount"],"YOacnL":["Tell friends what's happening..."],"YOnK5s":["<0>",["user"]," registered ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an ENS "],"other":[]}],"for <3>",["costValue"]," ",["costSymbol"],""],"YPNSH3":["Connect Solana Wallet"],"YSi9PS":["Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events."],"YW51YO":["24H sale"],"YXIpYp":["Please verify the current persona with a social media account before using dApps."],"Yckw2R":["Fiat On-Ramp"],"YdCB5X":["Copy private key"],"YiPiv6":["There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"YirHq7":["Feedback"],"YnqCPK":["Verify Account"],"Yp8yB4":[["0"]," to ",["1"]],"Ywu8Rl":["Please connect ",["0"]," and send a proof post before using dApps."],"Z/tioj":["Swap ",["0"]],"Z16qyu":["Persona Name"],"Z3+V9p":["Restore backup failed."],"Z33XCd":["Input contract address"],"Z3FXyt":["Loading..."],"Z3S6Dx":["Step 1/3"],"Z3y+8t":["Unsupported Network"],"Z6siIw":["Switch between the classic Twitter logo and the new one."],"Z7ZXbT":["Approve"],"Z8+FzC":["Connecting your ",["providerType"]," wallet"],"Z8G4E5":["Change to Flow Wallet"],"Z8lGw6":["Share"],"ZAVklK":["Or"],"ZDcdss":["Claim Conditions"],"ZHsD28":["Enable the plugin"],"ZIsLZh":["Size limit: 10 MB"],"ZK75iC":["Choose a Cover"],"ZKAj6+":["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."],"ZQbnxO":["No collectible found."],"ZQr5hT":["Unlock Token"],"ZSWUwq":[["0"],"m"],"ZSgQgC":["Max fee is too low for network conditions."],"ZTXjJ3":["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."],"ZTmzRV":["Highest Price"],"ZdnQsW":["<0/> interacted with <1/>"],"ZgFWrp":["<0>Powered by<1>Go+"],"ZhrWG1":["Create persona"],"ZrZMJ6":["Backup failed, <0>try again"],"ZsjtYe":["Failed to set Avatar."],"Zypku0":["By using this plugin, you agree to the <0>terms and the <1>privacy policy."],"a1S2x7":["Data source is retrieved from ",["0","select",{"other":[],"twitter":["Twitter profile and "]}],["sources"],"."],"a1SmQh":["Select Wallet"],"a23gJr":["Incorrect backup password."],"a33WQ+":["Download the ",["name"]," Wallet here"],"a4C0ak":["Insufficient Balance for Gas Fee"],"a4N/Bg":["Load More"],"a5t/N3":["Spend more transaction fees to cancel the previous transaction."],"a6ONsz":["Unlock ",["0"],"."],"a7u1N9":["Price"],"a9X8Om":["Failed to report spam."],"aAIQg2":["Appearance"],"aEgiLS":["contributions"],"aF8kci":["Creation Completed"],"aFJrEy":["You need to hold any of the following NFTs in your wallet."],"aFht5e":["Connected ",["0"]," with ",["walletName"],"."],"aTzTyw":["Add Assets"],"aVI2qx":["Click the application icon to list it on the App board."],"aYT9SD":["Max fee"],"acK3j2":["Input your Private Key"],"agPptk":["Medium"],"ah8/4v":["Floor Price"],"ahNa7P":["NFT Holder"],"ahpgxl":["Please create a Persona and verify your account to use this."],"ai3VNq":["Connected Wallet"],"ajKdns":["This wallet address has already been connected."],"apl8rz":["Failed to withdraw ",["0"],"."],"aqop4L":["Check on Explorer"],"awW7ak":["Remove Wallet"],"ayxkVX":["Transaction"],"b+scYY":["Requesting Connection"],"b/mMOj":[["0"]," ",["1"]," approval successfully."],"bBzHQT":["Input amount is below the minimum amount"],"bD8I7O":["Complete"],"bEPPWi":["Connect Flow Wallet"],"bGMpPD":["Unlock NFT Contract"],"bIpwjD":["My Wallets"],"bKGn4N":["<0/> minted",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]],"bLJivk":["Select an NFT Contract Owner"],"bLmWH9":["Bridge anyway"],"bLqb2p":["<0>Latest offer at <1>$",["0"],""],"bLvQvN":["Library:"],"bQXBhp":["Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves."],"bTQliy":["This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account."],"bUUVED":["Asset"],"bapItf":["Incorrect Backup Password."],"bassMa":["Incorrect cloud backup password, please try again."],"bbS8qf":["1 NFT claimed."],"bdIrOO":["Verification code has been sent to your email. Please check your mailbox."],"bfNmSO":["Set payment password successfully."],"bnfo6T":["Sent verification post successfully."],"bnuQy5":[["0"]," files selected"],"bwlRe8":["Selecting NFTs"],"c+Fnce":["Sign"],"c+XaKf":["<0>",["formattedUser"]," ",["0","select",{"follow":["followed"],"unfollow":["un-followed"],"other":[]}]," <1>",["other"]," on <2>",["1"],""],"c19z3W":["Available Balance"],"c2MkCo":["Payment password must be 6 to 20 characters."],"cD0wgO":["Do you want to remove the verified association between the X account @<0>",["0"]," and ",["1"],"?"],"cFDjd3":["Transaction type"],"cJv4Ca":["Connecting operation cancelled in third-party wallet."],"cM1qH2":["Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media."],"cNJNBU":["Get optimized search results when you're looking for a token."],"cQYjZe":["To verify your X account and record it on the NextID, you will need to send a post for the verification."],"cVit2/":["Please set the backup password to back up"],"caP+Xq":["Crypto Holder"],"cbzSv5":["Max fee should be greater than base fee of ",["0"]," Gwei."],"chL5IG":["Community"],"clw/Xh":[["0"]," sent."],"cm4E8+":["Experience in X"],"cmKQl+":["Failed to save the file. Please try again."],"cmNbUB":["Not found your ",["providerType"]," wallet"],"cnGeoo":["Delete"],"crVIc7":["Locale Backup"],"ctb8Cs":["Dex/Est received (",["0"],")"],"cvCD4e":["Contract Creator"],"d0aemb":["Please create a persona for accessing Dapps."],"d6nk2t":[["0"]," Platform costs"],"dAMTl9":["This RPC URL is currently used by the ",["0"]," network"],"dCpOJ5":["<0/> approved with <1/>"],"dCvyk/":["Change another account and try again."],"dEgA5A":["Cancel"],"dXFgcm":["Transfer Token"],"daEP1M":["Token info"],"dajsth":["Incorrect Keystore Password."],"du/tmd":["Create your Lucky Drop."],"dyNKut":["Browse Files"],"dzAth+":[["0"]," ",["1"]," swap completed successfully."],"e0E1XI":["Max Fee (GWEI)"],"e1vdXO":["Arweave"],"e34ZOD":["Waiting time"],"e3I0CA":["Failed to restore the backup: ",["0"]],"e3hCsY":["Lido Exchange Rate"],"e4yrZ/":["Token Address"],"eC1gV9":["Invalid file type"],"eDT+Oh":["The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets."],"eE0JZ4":["Version"],"eEeK5j":["<0>Expires in ",["0"]],"ePK91l":["Edit"],"eWczg7":["Just Me"],"eaLSW8":["Persona name must between 1 to 24 characters."],"ecqLr0":["I just tipped a ",["NFT_Name"]," to @",["recipientUserId"],"'s ",["0","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["recipientAddress"],"\n\nInstall https://mask.io/download-links to send your first tip."],"eeYVJ5":["Be careful what you visit and sign!"],"ejVYRQ":["From"],"elyK4N":["Failed to unlock token contract."],"eoeq4k":["<0>",["user"]," made a comment on ",["platform"]],"ep2Wyh":["1 ",["0"]," tips sent."],"erRCKP":["File saved"],"es4h+b":["Swap Anyway"],"ezYNcH":["Pin Mask Network to the toolbar for easier access:"],"f5AidZ":["Write down recovery phrase"],"f61qKX":["Deploy a SmartPay wallet on Polygon network."],"f6pX67":["<0>0 Followers <1>0 Following"],"fDP2k4":["Change Payment Password"],"fFGPy6":["Or create a new wallet group"],"fFYJ8f":["Welcome to use Mask Network"],"fL7WXr":["Applications"],"fRQP7E":["<0>Granted to <1>",["0"],""],"fRUjl7":["Please switch to <0>@",["expectAccount"]," to continue the account verification progress."],"fUn3xA":["Generate a new wallet address"],"fc4PdK":["The RPC URL you have entered returned a different chain ID (",["rpcChainId"],"). Please update the Chain ID to match the RPC URL of the network you are trying to add."],"fdqDgM":["Ended on <0>",["0"],""],"fiPesM":["Method"],"fj5byd":["N/A"],"foOw00":["Balance(",["symbol"],")"],"fqDzSu":["Rate"],"fsBGk0":["Balance"],"fsUPaG":["Congratulations"],"fvRGyC":["Trying exploring more features powered by Mask Network."],"fx6pOQ":["Balance: <0/>"],"fza4cg":["Import Wallets"],"g/1WbH":["from <0>",["fromAddress"],""],"g/i+bG":["Transaction rejected"],"g2UNkE":["Powered by"],"gC2WI+":["Persona"],"gERRYE":["Artblocks"],"gHM62X":["Payment password changed."],"gM+Nj7":["Are you sure to report ",["0","select",{"hasName":[["1"]],"noName":["this NFT"],"other":["this NFT"]}],"? After confirmed, this NFT will be marked as spam."],"gT+8Dk":["Confirm to hide ",["name"],"? You can redisplay it by re-adding this NFT at any time."],"gUuuBi":["Check Security"],"gVfVfe":["Contacts"],"gWcGl/":["Your wallet cancelled the transaction."],"gdnEab":["Incorrect recovery phrase."],"ggdga4":["The user has not set this."],"ghVDTt":["rounds"],"ghZx62":["Unlock token"],"gk7J2q":[["0","select",{"other":["<0>Size limit: ",["fileSize"],""],"omit":[]}]],"gkLviK":["This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"gmOW42":["ENS or Wallet Address"],"gnSRSG":["Hiding Scam Transactions"],"gp6A8z":["Authorization Failed"],"gtdJ43":["My wallet"],"gwuMzD":["<0>",["user"]," appointed a proxy on <1>",["platform"],""],"gxV9O8":["Cast your vote"],"h/b9lY":["No followers."],"h0qYUk":["Search with an ENS domain or wallet address to get optimized results."],"h3bIHg":["Disconnect Social Account?"],"h53LoU":["Social Account"],"h5Dtc5":["funding received"],"h69WC6":["Sent"],"h7+V7K":["Backup & Recovery"],"hEpXzO":["Welcome to Mask Network"],"hG89Ed":["Image"],"hHLRGW":["Hide tokens with value less than $1"],"hRWvpI":["Claimed"],"hRtIgr":["APP list"],"hTbvD9":["Sorry, you are not eligible to claim $ARB in this campaign."],"hUF4dG":["Backup password set successfully"],"hWUuAb":["Already following"],"hXzOVo":["Next"],"hYgDIe":["Create"],"he3ygx":["Copy"],"heVBR8":["Enter Amount Each"],"hehnjM":["Amount"],"hg5QeV":["Total cost"],"hhtbAs":["Unfollow lens handle"],"hj39w+":["Loading failed due to Snapshot API service breakdown."],"hom7qf":["Claim"],"hpxXOD":[["context","select",{"approve":["<0>",["user"]," approved <1>",["amount"]," ",["symbol"]," to <2>",["contract"],""],"revoke":["<3>",["user"]," revoked the approval of <4>",["amount"]," ",["symbol"]," to <5>",["contract"],""],"other":[]}]],"hxHyfs":["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."],"hxdOdX":["Owner can change balance"],"hzTib5":["Select an NFT Contract Operator"],"i2x+p1":["Processing Withdrawal"],"i4umqX":["The following wallets are not installed or in conflict with others"],"i6OT6/":[["subject"]," has an error"],"i70ilP":[["0"]," NFT contract unlocked."],"iCb44o":["Created on: ",["0"]],"iF9x7r":["Trading mode"],"iH8itU":["Connect your wallet"],"iH8pgl":["Back"],"iJLEZF":["Show me how"],"iNIdDX":["Incorrect contract address."],"iPMIoT":["Enter an amount"],"iSLIjg":["Connect"],"iT0Qmd":["Transaction Failed"],"iTiwqa":["Asset is hidden."],"iZLoa2":["eg: X accounts, persona public keys, wallet addresses or ENS"],"ia3Lqp":["The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions."],"ie2c+s":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Welcome to join."],"ileX7U":["No recent transactions"],"imDvP9":["Gas limit must be smaller than ",["maxGas"],"."],"iobEyh":["By checking this box, I agree to ArtBlocks's <0>Terms of Service."],"iuCSJl":["This wallet is connected to current persona ",["0"],"."],"iuJFAy":["Low Risk"],"iwiSFA":["Similar Project"],"j2Uisd":["Approving"],"j2a+h4":["Past rounds"],"j4TRxD":["Select Address"],"j8MqhB":["CyberConnect"],"jEDiuG":["Network added"],"jICk7g":["There was a network or RPC provider error, please try again later!"],"jIWgmE":["Entered passwords are inconsistent."],"jJPsrT":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"jJrqb1":["Token Name"],"jK7nvW":["Failed to disconnect wallet"],"jRcH7y":["NFT Avatar Setting"],"jRfanQ":["Gas Used (Units)"],"jXWnN0":[["0","plural",{"one":["Strategy"],"other":["Strategies"]}]],"jZQU+o":["Originally posted by ",["0"]],"ja6Tyz":["Search with the name of an NFT collection or its symbol to get optimized results."],"jaH9PD":["Hi friends, I just created ",["token"]," Lucky Drop. Download Mask.io to claim."],"jas0vv":["Disconnect all accounts"],"jbc0gF":["Create Password"],"jeLXsu":["Who can claim"],"jfJkBQ":["Gas price is too low for network conditions."],"jh0i4n":["Confirm this transaction in your wallet."],"jhoAzY":["Mask Network Cloud"],"jjCXPD":["Starts ",["relativeStartTime"]],"jpctdh":["View"],"jt/0L2":["You've saved ",["0"]," to Web3 file service."],"jt/cjR":["Safety Warning"],"jtExaD":["Not supported yet."],"jygqM9":["Loading account information..."],"jzLzy/":["No whitelist"],"k/sb6z":["Select language"],"k/vATR":["Token unlocked"],"k0USDt":["Account connected.<0/><1/>Try to explore more features powered by Mask Network."],"k1pJQo":[["0"]," network is not added to the wallet. Please add it and try again."],"k28Qhe":["Failed to save file"],"k57+C7":[["walletLength","plural",{"one":["#"," Wallet"],"other":["#"," Wallets"]}]],"k7u9V5":["Incorrect words selected. Please try again!"],"kCAzy/":["Collection Approval"],"kG0n0M":["Network error or user cancels the process."],"kHDhjV":["I just claimed airdrop with ",["amount"]," ",["0"]," on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities."],"kKY8Re":["The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"kPQQEW":["Enter an Amount"],"kV9Qeo":["You have donated ",["0"]," ",["1"]],"kWJmRL":["You"],"kbfp5m":["Visible To"],"kdW3qS":["Nonce"],"kePpfU":["Update NFT Avatar Success!"],"kf/5Ap":["Explore multi-chain dApps."],"kf83Ld":["Something went wrong."],"kg/ict":["Lucky Drop claimed."],"kj3M8S":["Deposit"],"kjBSDT":["<0>",["user"]," minted ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}],"for <3>",["value"]," ",["symbolName"],""],"ks5OGD":["Contract"],"kx0s+n":["Results"],"l/UFPv":["Properties"],"l3s5ri":["Import"],"lCF0wC":["Refresh"],"lCHQzJ":["This address may be a scam address."],"lCfoWv":["Select NFTs"],"lDgVWA":["Receive"],"lET9my":["Mask needs the following permissions"],"lErh77":["Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance."],"lKldOY":["12-word recovery phrase is used to recover your persona data."],"lO/vMB":["OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly."],"lPJwNU":["Persona: ",["personaName"]],"lPsa94":["Merge Completed"],"lQXQKs":["Vote"],"lU6uRb":["Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility."],"lWOC+h":["Mask Network requires you to authorize the following websites before using it."],"ldI18s":["Minted:"],"lhvy2j":["Firefly"],"llLBQ1":["a token"],"lmYQuN":["At most ",["SOL_REDPACKET_MAX_SHARES"]," recipients"],"loCUuu":["Keystore"],"lqTDfd":["Slippage Tolerance"],"lqW7eD":["In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address."],"lr8uE3":["Holding ",["0"]],"lvL4x0":["Follow @masknetwork for Web3 updates and insights."],"lxJU2w":["Enter Number of Winners"],"lyjM6U":["Wait too long for the confirmation."],"m+uuUE":["Cross-chain"],"m/TPEz":["(beta)"],"m16xKo":["Add"],"m2OZMI":["Max fee cannot be lower than max priority fee"],"m2pyX2":["Buy Now"],"m3VOQq":["Current wallet does not support to interact with Lens protocol."],"m3XvO+":["Imported Wallets"],"m3akOw":["I just claimed a lucky drop from @",["sender"]," on Solana."],"m3cvPZ":["Payment password set."],"m3pz1u":["Insufficient ",["symbol"]," Balance"],"m64f3d":["Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead."],"mCB6Je":["Select All"],"mGHHf5":["After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips."],"mHWsOq":["Failed to confirm"],"mNUsxu":["Tx Fee"],"mPxxVq":["Enter a gas limit"],"mQpWAe":["Edit Contact"],"mT57+Q":["Go to Settings"],"mUJUVX":["Claim your NFT Lucky Drop"],"mW8F64":["This project is no longer active"],"mYGY3B":["Date"],"mZ04KC":["Overall Best"],"ma8rSx":["Your transaction has been confirmed!"],"mc68kY":["New Payment Password"],"md5sZ/":["This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud."],"mfwfMR":["You can claim the lucky drop by holding the required amount of any selected token."],"mhNIiJ":["Gas price is higher than necessary. You may pay more than needed."],"mrAv9J":["Failed to save network"],"msszNj":["<0/> approved <1>",["0"]," ",["1"],""],"muQqQY":["Buy & sell tweets autographed by their original creators."],"mzI/c+":["Download"],"n+ObkB":["Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets."],"n1gwuy":["on ",["toNetworkName"]],"n2HnVK":["If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses."],"n42fmQ":["Enter a max fee"],"nDzNGQ":["Follow User"],"nE/lLr":["Just Selected Contacts"],"nFjzvC":["Approved Amount ",["0"]],"nGl2Ng":["Restore Completed"],"nKLBYz":["We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!"],"nMUHWK":[["claimed"]," Follow @",["0"]," (mask.io) to claim lucky drops."],"nMkx7r":[["0","plural",{"one":["#"," Hour"],"other":["#"," Hours"]}]],"nOCyT5":["Show tokens with value less than $1"],"nOhz3x":["Logout"],"nSkB8g":["Information"],"nTFx7o":["Avatar set successfully"],"nTWWCZ":["Low"],"nTif4K":["Select and Connect to your wallet"],"nUWEsV":["Max fee is higher than necessary"],"nUeoRs":["Signing Message (Text)"],"nV/wXH":["This profile can not be followed."],"nWDO1P":["<0/> ",["txType","select",{"burn":["burned"],"deposit":["deposited"],"mint":["minted"],"receive":["received"],"send":["sent"],"withdraw":["withdrawn"],"other":[]}]," <1>",["0"]," ",["1"]," "],"ndRqFD":["Chain ID"],"neBDpj":["Please connect wallet"],"ngWO+e":["No local key"],"njSHJP":["You didn't approve ",["0"],". Please do not set spending cap to 0 and try it again."],"nqL5WA":["Claim Lucky Drop"],"nqagQ8":["Signing Message (Raw)"],"nvAt0H":["Resource"],"nvV/Td":["Balance: <0>",["0"],""],"nwSp3U":["I just tipped ",["amount"]," ",["0","select",{"namedToken":[["1"]],"other":["token"]}]," to @",["recipientUserId"],"'s ",["2","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["3"],"\n\nInstall https://mask.io/download-links to send your first tip."],"nzBzok":["Create time:"],"o+XJ9D":["Change"],"o+zDNQ":["The mnemonic word has been copied, please keep it in a safe place."],"o4Iu2W":["Logout successfully"],"o4NrTC":["Confirm this Signature in your wallet."],"o66hO5":["Discovered a LuckyDrop event on the FireFly website."],"o9pabc":["No codes found to suspend trading."],"oCBTyI":["This will overwrite the existing cloud backup with the local data, this cannot be undo."],"oDMfB1":["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"oDSXfc":["New password cannot be the same as your current password."],"oG26Rt":["Confirm this transaction in your wallet"],"oG67vO":["Available to Everyone"],"oIsL5E":["Chain ID: ",["0"]],"oJIW7I":[["context","select",{"mint":["<0>",["to"]," minted <1>",["value"]," ",["symbol"],""],"send":["<2>",["from"]," sent <3>",["asset"]," to <4>",["to"],""],"claim":["<5>",["to"]," claimed from <6>",["from"],""],"burn":["<7>",["from"]," burned <8>",["value"]," ",["symbol"],""],"deposit":["<9>",["from"]," deposited on <10>",["exchange"],""],"withdraw":["<11>",["from"]," withdrew on <12>",["exchange"],""],"other":[]}]],"oMx/mL":["Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later."],"oN9XHJ":["Start Time: <0>",["0"],""],"oOQfsI":["Current account is not the verifying account."],"oTLFeN":["The Lucky Drop can't be sent due to data damage."],"oX+QCa":["<0>Powered by<1>Mask Network"],"oYzol6":["an NFT"],"oZw0Iw":["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"],"ocYse8":["Failed to refund Lucky Drop."],"oe5xh9":["Decrypt failed, please check password"],"of3mx/":["<0>",["user"]," swapped <1>",["from_value"]," ",["from_symbol"]," to <2>",["to_value"]," ",["to_symbol"]," on <3>",["platform"],""],"ofUcbc":["Random"],"ohUJJM":["Plugins"],"ojlMCx":["Minimum withdraw amount is ",["MINIMUM_AMOUNT"]," ",["0"]],"olEUh2":["Successful"],"ooHEV6":["1 ",["0"]," NFT Lucky Drop claimed."],"osXsDn":["Import NFT"],"ou+PEI":["Profile Photo"],"ouAjo6":["No Enough Gas Fee"],"ovBPCi":["Default"],"oxKup1":["Insufficient $",["0"]," balance"],"p+ngUo":["Unfollow"],"p1/7GX":["Contract Not Found"],"p2/GCq":["Confirm Password"],"p3TX0l":["Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers."],"p7l2aC":["Contract:"],"p8Aea2":["The persona name already exists."],"p8OYBy":["@",["sender"]," is sending an NFT lucky drop on ",["networkName"]," network. ",["account_promote"]," ",["promote_short"]," #mask_io #LuckyDrop ",["0"]],"pG7O41":["Fastest"],"pGElS5":["Mnemonic"],"pHfBGz":["Updating Gas Fee…"],"pIyHYi":["Lens Follow"],"pLHDrO":["Holding NFT"],"pOE8Vh":["Space"],"pa3wn3":["It remains unclaimed."],"pbOGiB":["Revoke Token"],"pbYUPI":["Text copied!"],"pi+hn/":["Ethereum ",["HD_PATH_WITHOUT_INDEX_ETHEREUM"]],"pjrgRd":["Incorrect Private Key"],"pkyWdU":["Keystore password"],"poYLOl":["New Logo"],"ps1+DX":["Set your persona name with maximum length of 24 characters"],"pu3rTn":["GWEI"],"puUEU3":["Change Backup Password"],"put3ex":["Request is valid not after"],"pv5v6j":["About Permit"],"pvnfJD":["Dark"],"py6hU8":["Signature Request"],"pzO3Xa":["Total Supply"],"q+O14e":["Search Area"],"q+hNag":["Collection"],"q/ao7A":["Price per mint"],"q5+UWM":["Contact edited."],"qAbGIK":["Issued at"],"qCMUPH":["Unlock ",["0"]],"qDIxZ+":["Failed to restore the backup from Google Drive to your browser. Please try again."],"qHqI+o":["<0>Powered by <1>Mask Network"],"qI8U4x":["Max fee cannot be lower than max priority fee."],"qIL7PI":["Offers"],"qJb6G2":["Try Again"],"qNiGUh":["size"],"qT8oOt":["Persona required."],"qWMpAl":["up to ",["0"]," Gwei"],"qYuscr":["Max Priority Fee"],"qZ6p7p":["Backup on ",["0"]],"qcqdIh":["You need to open the dApp to view the specific content."],"qcybNQ":["Proposal"],"qdyV/M":["News"],"qhKyO3":["Withdraw ",["0"]],"qkhZxp":["Created a SmartPay wallet on Polygon network."],"qp8fKi":["By confirming means that you agree to bear the possible risks above."],"qqWcBV":["Completed"],"r3OcML":[["mins"],"min"],"r92tNP":["Failed to authorize Google Drive. Please try again."],"rBLzKv":["Max fee is higher than necessary."],"rCsoea":["Manage Token List"],"rG3WVm":["Select"],"rJZPaP":["No activities found."],"rKY/BK":["Classics Logo"],"rLgPvm":["Backup"],"rQQGN1":["Max priority fee is higher than necessary. You may pay more than needed."],"rR6iwH":["Domain Request"],"rWE7Lq":["Contact deleted."],"rWqyF3":["Gas limit should be between ",["minGasLimit"]," and 15.00M"],"rYFSec":["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."],"rZ0rgl":["Total Volume"],"raCUEa":["By granting permission, you are allowing the following <0/> contract to access your funds"],"rcNnsQ":["Price:"],"re2nOO":["Uploaded files"],"rkMKQ0":["The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later."],"rm0yu/":["About ",["collectionName"]],"rqV4QH":["This swap isn’t supported"],"rrvbCi":["Network error or execute smart contract failed."],"rulocO":["Checking Approve"],"ryWxhG":["Congratulations!"],"s/8SJ+":["View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source."],"s4Omor":["To <0>",["0"],""],"sGkv/+":["Hi friends, I just deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"sOYKMU":["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."],"sOcZTR":["Contract Deployment"],"sQJ3RN":["Max priority fee is too low for network conditions."],"sQTDWu":["Allow us to collect your usage information to help us improve Mask."],"sSkbaZ":["Request timed out."],"sWsox7":["Follow Lens handle"],"saHPqg":["Claim your Lucky Drop."],"sb9Y58":["Wallet"],"siroPf":["Mask Network"],"sxkWRg":["Advanced"],"szNWi8":["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."],"t+A5fr":["Gas price should be greater than 0"],"t/YqKh":["Remove"],"t2prdI":["No search results"],"t3rUZr":["Sign-in Request"],"t6bQQD":["Send authors tips by using Mask Network's Tips function."],"t6md+W":[["0","select",{"create":["<0>",["user"]," created a profile on <1>",["platform"],""],"update":["<2>",["user"]," updated a profile on <3>",["platform"],""],"other":[]}]],"t8dIOP":["Spam"],"t91sWs":[["actionType","select",{"stake":["<0>",["user"]," staked <1>",["symbol"],""],"claim":["<2>",["user"]," claimed <3>",["symbol"],""],"unstake":["<4>",["user"]," un-staked <5>",["symbol"],""],"other":[]}]],"t9m1iP":["Spam reported."],"tARYn/":["NFTs Profile"],"tCAZi9":["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."],"tG9G+b":["File Service"],"tHoyBc":["Please connect ",["0"]," before using dApps."],"tIW5Jt":["No matched tokens"],"tKJ7ee":["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."],"tOL6AP":["Adjust Selection"],"tOMnvw":["Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites."],"tPeNU7":["This network name already exists"],"tRRE1h":["1 ",["0"]," claimed."],"tXkhj/":["Start"],"tbOs8j":["Confirm Swap"],"tcHpvG":["Change Owner"],"tfDRzk":["Save"],"thX7xs":["The network with chain ID ",["formChainId"]," may use a different currency symbol (",["0"],") than the one you have entered. Please check."],"tiX/tO":["Address: <0>",["address"],""],"tj48De":["Connect Social Account"],"tjbyOy":["Project details"],"tk+uyz":["You've approved ",["0"]," for ",["1"],". If you want to revoke this token, please set spending cap amount to 0."],"toDFSK":["Wallet sign succeeded."],"tst44n":["Events"],"tuOw4x":["Make It Encrypted"],"tx1x9k":["I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io."],"txEVTf":["No Listings"],"ty2gt9":["You need to follow the creator of the lucky drop."],"u2OWVJ":["Disconnect failed."],"u2Srv1":["Claim your Airdrop"],"u3ZeYl":["Transaction failed"],"u689pQ":["Ends in ",["relativeEndTime"]],"uAQUqI":["Status"],"uBAxNB":["Editor"],"uF9ruK":["Saving"],"uJQLj9":["Connect and switch between your wallets."],"uSMfoN":["Verify"],"uip9JY":["I wrote down those words in the correct order"],"ujpEaI":["Please connect your wallet"],"uqF4Nm":["Blockchain:"],"usVwcn":["No anti_whale(Unlimited number of transactions)"],"uv94aG":["Added by user"],"uv9cwh":["Bridge Network fee"],"uyJsf6":["About"],"v01kR+":["NFT PFP"],"v7U98p":["Failed to claim Lucky Drop."],"vH2C/2":["Swap"],"vLXevL":["Transaction cost"],"vOx+Me":["You can withdraw the remaining balance 24 hours after sending the lucky drop."],"vVEene":["View your Tokens and NFTs"],"vXIe7J":["Language"],"vXygio":["Not enough data to present."],"vel6Z1":["Request Source"],"vhlM+H":["Withdraw ",["0"]," for savings."],"vhqFTT":["Can't find a valid user address data source."],"vutynE":["Enable plugin"],"w0e0yw":["Gas limit must be at least ",["0"]],"w1ctdJ":["Encrypted Post"],"w3t1Hw":["Powered by <0>Go+"],"w4oOEJ":["Mask Community $ARB Giveaway"],"w9Xmw/":["Google Drive"],"wCtp6y":["Your Wallet is on **ready 🚀**"],"wDnczW":["Optimize the display of search results about ENS in social media."],"wGtbaw":["Amount per Share"],"wMHvYH":["Value"],"wNecg9":["Multiple transaction requests ",["0"]," / ",["1"]],"wNxsb2":["Reject ",["totalMessages"]," Transactions"],"wThGrS":["App Settings"],"wUlAUI":["<0>@",["currentUserId"]," connected already."],"wYA1q/":["Auto report the scam links to MetaMask"],"waXvJd":["NFT is not minted yet."],"wbDTs9":["Request timed out"],"wqppGn":["Permissions List"],"wvJOId":["This ENS does not exist or not be resolved."],"wxZZWc":["You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet."],"wxfXhJ":["Scam tx"],"x0PhCN":["Disconnected successfully."],"x4f8pZ":["Tips"],"x5LEuB":["Followers"],"x6rEou":["<0>",["user"]," claimed ",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"from <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"xBXg0L":["No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk."],"xC6eGY":["Mint function"],"xCJdfg":["Clear"],"xCcvjC":["Set up NFT PFP successfully"],"xDAtGP":["Message"],"xDO6ZN":["Plugin switch"],"xEQZ4z":["Use text encryption"],"xEX/9S":["No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk."],"xFCCR4":["Please enter the correct mnemonic words, private key, or upload the correct keystore file."],"xGVfLh":["Continue"],"xH6cn+":["Choose Token"],"xIxVmH":["Unlock ",["0"]," NFT contract."],"xPSvu3":["<0>",["websiteCount"]," ",["0","plural",{"one":["Website"],"other":["Websites"]}]],"xTQLHC":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Install @masknetwork to get yours."],"xeiujy":["Text"],"xjhtsV":["Chain"],"xoKE3v":["Disable Permit"],"xuKB2x":[["0"]," deposited."],"xupcu9":["Speed Up"],"y/+ReV":["No any collectible is available for preview. Please add your collectible here."],"y/kxxM":["Priority fee"],"y2i17G":["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."],"y3juHh":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"y3qyKP":["NFT Lucky Drop created."],"y49awp":["Set NFT Photo"],"y5aRAa":["Please enter cloud backup password to download file."],"y62Dys":["Network fee"],"y6VCOb":[["0"]," Mins"],"y6sq5j":["Following"],"yC/GKd":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3."],"yD15Uj":["Are you sure to remove this wallet?"],"yDUr0V":["Lucky Drop refunded."],"yFpcbN":["This request may be a phishing attach. I understand this and want to continue."],"yFrxQj":["Mnemonic word"],"yGyJ1l":["You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again."],"yHrAv+":["Claim Lucky Drop with ",["0"]," claimed."],"yKu/3Y":["Restore"],"yNBZ3N":["Enter gas limit"],"yNu9vD":["The wallet address already exists."],"yQE2r9":["Loading"],"yQqkIK":["24H Average Price"],"yRuvmU":["The mnemonic words has been copied, please keep it in a safe place."],"yTZe+y":["Snapshot"],"yVnV6H":["Please write down or copy these words and save them in a secure place."],"yVzBCJ":["NFT Lucky Drop claimed."],"yZhedI":["Gas fee settings"],"yb/fjw":["Approval"],"ybuu1v":["Oops, we can't find any results."],"ygW4tI":["Please connect your persona"],"yik0Qu":["Private Key"],"ykiu3o":["NFT Details"],"ylUhBz":["Click to retry"],"ylXk9u":["Encrypt the message in an image"],"yqc6uX":["This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing."],"ywDBfs":["Something went wrong!"],"yx/fMc":["High"],"yz7wBu":["Close"],"yzF66j":["Link"],"z+H8bd":["Your wallet does not meet the eligibility criteria for claiming."],"z/3+av":["License:"],"z1i6et":["Failed to ",["0"]," NFT contract."],"z27gFg":["If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it."],"z7Fh2l":["Base fee required: ",["MIN_BASE_FEE"]," Gwei"],"z9HeHt":["Create a Privy Wallet"],"zBPjcC":["Revoke the approval for token"],"zBUJYA":["The approval for this contract will be revoked in case of the amount is 0."],"zBftr8":["Claim NFT Lucky Drop"],"zEZe86":["You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends."],"zGTAja":[["claimed"]," Follow @",["account"]," (mask.io) to claim lucky drops."],"zJlXbX":["NFT"],"zPar3e":["Collectible"],"zX9KdB":["No following friends."],"zXagFp":["Copy Address"],"zZk9Yz":["Purchase"],"zga9sT":["OK"],"zgqgNP":["Purchasing...."],"zkEW09":["You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?"],"znqB4T":["Insufficient balance"],"zp7Ha3":["Backup Failed"],"zwBp5t":["Private"],"zxrGeO":["Gas limit must be bigger than ",["minGas"],"."],"zzDlyQ":["Success"]}} \ No newline at end of file +{ + "messages": { + "++B0oY": ["This function has been turned off in the App settings. Enable plugins to fully access."], + "+01Ill": ["Change to Solana Wallet"], + "+5hgHR": ["Are your sure you want to disconnect? You may lose part of functionalities of this website."], + "+95jK3": ["Gas limit too low will cause the transaction to fail."], + "+A4TPN": [["0"], " NFT contract"], + "+CzAt9": ["Previous unfollow transaction is in processing, please wait and try again."], + "+IEBAO": ["Approve amount"], + "+K0AvT": ["Disconnect"], + "+POswt": ["Sell Tax: ", ["0"]], + "+Qcnh5": ["Please select the appropriate method to restore your personal data."], + "+W8dUJ": ["Tap to view the private key <0/> Make sure no one is looking at your screen"], + "+XyQiK": ["Agree"], + "+Zuhm7": ["Support Identity code, private key, local backups or cloud backups to access your personal data."], + "+adBn3": ["Chrome - external extension"], + "+b7T3G": ["Updated"], + "+fTqvl": [ + "<0>", + ["user"], + " sold ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], + " to <3>", + ["recipient"], + " for <4>", + ["2"], + " ", + ["symbolName"], + "" + ], + "+hwfjv": ["Please select the wallet to activate the function after saving the settings."], + "+m7PfT": ["Deleted successfully"], + "+m7x4e": ["Backup Successful"], + "+q+Wa9": ["Swap anyway"], + "+uISZO": ["Incorrect Password"], + "+ubcPw": ["No power"], + "+xKN8I": [ + "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." + ], + "/2nH6X": ["Make another Bridge"], + "/7tku+": ["Try"], + "/BI0y9": ["Refunded"], + "/Dk+nX": ["More on ", ["0"]], + "/I3RSJ": ["Report Spam"], + "/JOEaC": ["Deploy Smarty Pay wallet"], + "/KseE7": ["Delete File"], + "/LkuGq": ["Restore from a previous database backup"], + "/OPmPQ": ["Verify ", ["0"]], + "/Swcdo": ["Failed to swap"], + "/WfDJy": [ + "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." + ], + "/capO6": ["Failed to deposit ", ["0"], "."], + "/eguJc": ["Uploading"], + "/fo6Dv": ["Gas Limit (Units)"], + "/giXwU": ["Medium Risk"], + "/hKQcr": [["seconds"], "s"], + "/jQctM": ["To"], + "/nT6AE": ["New password"], + "/riTT2": ["Pinned successfully."], + "/uEw9z": ["Your X account authorization has timed out. Please try again."], + "/vtDGO": [["0"], " is connected to these sites, they can view your account address."], + "/xrk7I": ["FAQ&Tutorial"], + "/y/pZ3": ["Select a Token"], + "0+3dvg": ["This NFT didn't have any offers."], + "0/eoR6": ["Revoking"], + "00b9QG": ["Set Your Payment Password"], + "01DWy7": ["Click the settings icon to list it on the App board."], + "04MqGo": ["Post content:"], + "09vHB+": ["Failed to decrypt."], + "0C6WdO": ["Upload backup"], + "0D4bav": ["Name or Contract address e.g. USDC or 0x234..."], + "0F4ogS": ["Payment Password should be between 6 and 20 characters."], + "0HnKBn": ["Hide mnemonic words"], + "0Lp4o6": ["Load failed"], + "0M//Nn": ["The Persona is connected to the following accounts: ", ["list"]], + "0ZC72+": ["Connected successfully."], + "0bKGbK": ["No past rounds found."], + "0caMy7": ["History"], + "0dFHbr": ["Confirm swap risk"], + "0fljZe": ["Trading Route"], + "0hFUd/": [ + "You must give the ", + ["0"], + " smart contract permission to use your ", + ["1"], + ". You only have to do this once per token." + ], + "0jddIP": [["0"], " members"], + "0lBTmP": ["You need to hold any of the following tokens."], + "0oFu/K": ["No Lucky Drops claimed"], + "0oMKRL": ["Delete Contact"], + "0tdB+o": ["Enable the ", ["name"], " Wallet extension and disable other wallet extensions"], + "0wJVK+": ["Basic"], + "0wdd7X": ["Join"], + "0wzWAN": ["Why I can't vote?"], + "0xXDLS": ["View your profile in firefly"], + "0yPSCj": ["High Risk"], + "0yf3iU": ["Wallet sign cancelled."], + "1+6BOG": ["Download Backup"], + "1+P9RR": ["Switch to ", ["0"]], + "11kmCI": ["We are not aware of any code that prevents the sale of tokens."], + "199DuV": ["Display specific information of Gitcoin projects, donate to a project directly on social media."], + "1DwbcE": ["Loading...."], + "1EOhmY": ["Rank #", ["0"]], + "1LkMSp": ["Add Suggested Token"], + "1M8xFP": [ + "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." + ], + "1QJyuR": ["At most ", ["RED_PACKET_MAX_SHARES"], " recipients"], + "1QfxQT": ["Dismiss"], + "1R2W/B": [ + "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " + ], + "1TNIig": ["Open"], + "1TaavV": [ + "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." + ], + "1Uqt6P": ["Disconnect Wallet?"], + "1Wbxhe": ["This profile can not be followed: ", ["0"]], + "1Z++2X": ["The Persona is not connected to any accounts."], + "1agbuA": ["Functions that can suspend trading"], + "1bTY60": ["Token Value"], + "1kE7ob": ["Network saved"], + "1mjyN6": ["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."], + "1nMGEs": ["Personas"], + "1njn7W": ["Light"], + "1on6yK": ["How to use ", ["0"], " Wallet?"], + "1rsf+c": [ + "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." + ], + "1xwmzN": ["Switch to other accounts"], + "2/N/mr": ["Connect with ", ["providerName"]], + "22QmCQ": [ + "The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." + ], + "28ABhV": ["Connect EVM Wallet"], + "29b5Sq": ["Blocto only supports the Flow chain."], + "2CMLgZ": ["Token ID separated by comma, e.g. 1223,1224,"], + "2FYpfJ": ["More"], + "2GHENQ": ["Web3 Profile"], + "2J5wRx": ["Failed to get quote information"], + "2Lr4ie": ["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."], + "2MPu+c": ["Priority Fee (GWEI)"], + "2XVeKu": ["Airdrop Scam"], + "2Xze/r": ["Block Explorer URL"], + "2jQko7": ["Associated Accounts"], + "2kXxch": ["Sorry, signature failed! Please try signing again."], + "2p7WMm": ["Give permission to access <0/> your ", ["0"], "?"], + "2saF1j": ["Tax can be modified"], + "2wxgft": ["Rename"], + "3/0KF0": ["Create a Firefly.social wallet using an X account"], + "34UMci": ["Wallet Settings"], + "38C83c": ["Recovery Phrase"], + "39ohdf": ["Activities"], + "3A/gtD": ["Invalid RPC URL."], + "3A/mG4": ["Change Wallet"], + "3AP6p1": ["Public Key: <0>", ["publicKey"], ""], + "3B4jmY": ["Data correlation"], + "3CR0qY": ["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."], + "3J+S3n": ["Search Next.ID, X, Lens, ENS or Address"], + "3OhjJ4": ["Powered by <0>Mask Network<1><2/>"], + "3Q5eQl": ["Please click the \"Post\" button to open the compose dialog."], + "3Q8dPe": [ + "The website (", + ["messageOrigin"], + ") is asking you to sign in to another domain (", + ["0"], + "). This may be a phishing attack." + ], + "3SiDD1": [ + "<0>", + ["user"], + " burned <1>", + ["1", "select", { "nft": ["an NFT"], "name": [["0"]], "other": [] }], + "" + ], + "3ThLdM": ["Report on GitHub"], + "3WZ1WL": ["Please enter backup password to export persona private key."], + "3YDnov": ["Token now is hidden."], + "3ZgRKI": [ + [ + "type", + "select", + { + "post": ["<0>", ["user"], " publish a post on ", ["platform"]], + "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], + "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], + "share": ["<3>", ["user"], " shared a post on ", ["platform"]], + "other": [] + } + ] + ], + "3awOET": ["Rank"], + "3bGj61": ["Claim on Firefly"], + "3cAxpB": [ + "There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price." + ], + "3cw8FQ": [ + "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." + ], + "3dAaqV": [ + "📃📃📃 Try to permanently use decentralized file storage on ", + ["sns"], + ". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." + ], + "3fpIq1": ["to ", ["0"]], + "3iUAE7": ["Backup to Google Drive"], + "3kbpgO": ["Gas Limit"], + "3lUGN0": ["Switch Persona"], + "3pqzUK": ["Contact added."], + "3qe4O9": ["Max Fee"], + "3uBJPr": ["File delete"], + "3uQmjD": ["Average"], + "3ublvs": ["Try token from different chains"], + "3yLqgI": ["Name or contract address eg. PUNK or 0x234..."], + "4+VnE8": ["ENS"], + "42yL2J": [ + "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ", + ["encrypted"] + ], + "43g2kf": ["Only visible to yourself"], + "44bNbA": ["Select an NFT Contract"], + "4DIYdt": ["No associated wallet. <0>Add Wallet."], + "4EN5JL": ["Your Persona has been successfully created."], + "4FvVUv": ["Reset Wallet"], + "4GBOoi": ["Failed to create theme."], + "4Gz2wC": ["Failed to upload file"], + "4HavhE": ["Powered by <0>Mask Network"], + "4HtGBb": ["MAX"], + "4JCJIV": ["What is Web3 File Service?"], + "4coHVU": ["Lens Unfollow"], + "4lm4o+": ["Solana"], + "4na5mr": ["This message contains a invalid EIP-4361 message. It is better to reject this request."], + "4ojMOt": ["Please enter your backup password."], + "4pSxwB": ["Go"], + "4zgT9K": ["Connect Mask Network Account using your wallet."], + "50QwC8": ["value"], + "51TkMy": ["Claiming will be live until: <0> ", ["days"], " d ", ["0"], " h ", ["1"], " m"], + "51cT/A": ["The minimum amount for each share is ", ["0"], " ", ["1"]], + "51rAFB": ["Please copy the following text and image (if there is one) and publish it."], + "52nzPV": [ + "Data source is retrieved from ", + ["0", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "other": [] }], + "." + ], + "55/jcy": [ + "Hi friends, I just withdrew my deposit ", + ["0"], + " ", + ["1"], + " on ", + ["2"], + ". Follow @", + ["3"], + " to find more staking projects." + ], + "5Dz44N": ["Set Payment Password"], + "5E57TU": ["Max priority fee is too low for network conditions"], + "5G0lxx": ["Powered by <0>Scamsniffer"], + "5H/4VW": ["Create a Firefly.social wallet"], + "5HVoyc": ["Transaction Details"], + "5Jczad": ["I just claimed a lucky drop from @", ["0"], " on ", ["1"], " network."], + "5N3b5J": ["Market Cap"], + "5O5enn": ["Enter Payment Password"], + "5QfZ6O": ["Contract source code verified"], + "5YfW3S": ["Add an encrypted comment..."], + "5ZzgbQ": ["Connect ", ["0"]], + "5e22kj": ["Email verification code"], + "5hFImX": ["Deploy Contract"], + "5i1JPS": ["Never share 12-word secret mnemonic with anyone!"], + "5iHe/7": ["Network error, try again"], + "5o2pdQ": ["Create Persona"], + "5s6EhU": [ + [ + "count", + "plural", + { + "one": ["You have recovered **", "#", " Wallet 🚀**"], + "other": ["You have recovered **", "#", " Wallets 🚀**"] + } + ] + ], + "5sIdhw": ["Share with"], + "5uFQ9j": ["Please create a persona and verify your account to use this."], + "623chP": ["Infos"], + "66J/I3": ["Transaction Fee"], + "678PKt": ["Network Name"], + "68FuwU": ["URLs require the appropriate HTTPS prefix."], + "68m9Nl": ["Add new address to an existing group"], + "6B+2/d": ["Stay on top of NFT trending information, hot projects, notable transactions, etc."], + "6DvbLh": ["Please install your metamask wallet and set up your first wallet."], + "6HT670": ["Function: ", ["0"]], + "6IHgRq": ["Backup to the Cloud"], + "6IvSyW": ["Token Standard"], + "6RDwJM": ["Tokens"], + "6U+PWG": ["Total NFTs"], + "6Uau97": ["Skip"], + "6V3Ea3": ["Copied"], + "6VJnE7": ["Note: Scams detections might not be 100% guaranteed."], + "6YASel": ["Invalid Network"], + "6YtxFj": ["Name"], + "6ZZ+4S": ["Load Network"], + "6foA8n": ["Are you sure?"], + "6gRgw8": ["Retry"], + "6k8iqO": [["0"], " ", ["1"], " bridge completed successfully."], + "6knJVf": ["This NFT contract cannot be modified now."], + "6s8L6f": ["Switch Network"], + "6sbLuF": ["Current results"], + "6ulv1U": ["Contract Owner"], + "6vVuTX": [ + "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." + ], + "7+2e01": ["Network removed."], + "70wH1Q": ["APR"], + "76Ml+j": [["0"], " NFT Lucky Drop created."], + "76gPWk": ["Got it"], + "78Kj7O": [["0"], " NFT transferred."], + "7Ae1jc": ["True Token"], + "7Bj3x9": ["Failed"], + "7PPwVf": [ + "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." + ], + "7PgtYC": ["Set NFT Avatar"], + "7QptC5": ["Auto-lock Time"], + "7R2WG+": ["Decrypted by Mask Network"], + "7VpPHA": ["Confirm"], + "7c99ux": ["Contract Deployment ", ["0"]], + "7cg5cq": ["unique contributors"], + "7eFA2G": ["Failed to revoke token contract."], + "7hZyUn": ["Processing Deposit"], + "7k2lei": [ + "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." + ], + "7lnlzl": ["Claimed ", ["amount"], " $", ["0"], " successfully."], + "7qUM2b": ["Open Mask Wallet"], + "7s5tLo": ["Allow this site to switch the network?"], + "7w1rTm": ["The download link is expired"], + "7yziEn": ["This request has been expired."], + "8+xvyR": ["Blockchain"], + "82+n6o": ["Quote Route"], + "869iq0": ["Transferring asset across to the ", ["0"], " network via the ", ["1"], "cross-chain bridge"], + "87Poy7": [["0"], " ", ["1"], " NFT contract."], + "88+Eku": ["Provide you with fast, reliable and convenient security services."], + "89kDhv": ["NFT collection"], + "8BsgdX": ["Failed to get permissions"], + "8C8O9E": ["Provided by plugin \"", ["0"], "\""], + "8Dh77Z": ["NFTs"], + "8IN0ph": ["No more data available."], + "8J7y6E": ["Deposit ", ["0"], " for savings."], + "8Kly2P": [ + "Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token." + ], + "8MJFvR": [["0"], " Risky factor"], + "8N1Wbf": ["This token has no risky or attention factors."], + "8RF/Sx": ["Added successfully"], + "8S5o5V": ["Share and recommend this feature after saving."], + "8TMaZI": ["Timestamp"], + "8Tg/JR": ["Custom"], + "8WLjqx": ["Never share the 12-word secret mnemonic words with anyone!"], + "8ZsakT": ["Password"], + "8bgRf6": ["Can not follow: ", ["0"]], + "8djViz": ["Step ", ["step"], "/", ["step"]], + "8glx+u": ["Token ID"], + "8rElAH": ["Image copied!"], + "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], + "9+VwX/": ["Add Collectibles"], + "9KKhJV": ["Signing ..."], + "9VcshJ": ["Enable auto paste"], + "9Y1kXO": ["Payment password stored locally and you could try as many as you want to unlock your wallet."], + "9bG48P": ["Sending"], + "9cDpsw": ["Permissions"], + "9cSIbb": ["Click on <0/> at the top-right of your browser."], + "9d/Qe4": ["Service Agreement"], + "9hg9mc": ["Downloading"], + "9hzYBR": ["Failed to download and merge the backup: ", ["0"]], + "9jba96": ["Only TypedMessageText is supported currently."], + "9kIgHE": [ + "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." + ], + "9lqqpY": ["Invalid email address."], + "9oP21f": ["My vote"], + "9oq2rm": ["Functions with retrievable ownership"], + "9q+I38": ["Your voting power"], + "9r9nwF": ["Identical"], + "9sjcnZ": ["Disconnected."], + "9tG0uf": ["Please verify your social account"], + "9uYu7e": ["You haven't uploaded any files yet."], + "9w2hgY": ["Paste manually"], + "9xaUMG": ["General user"], + "A+Ijr2": ["Close [Check Security]?"], + "A0VzMm": ["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."], + "A1bmDM": ["No verified account found here."], + "A1taO8": ["Search"], + "A3Ndml": [ + "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." + ], + "A4vJQr": ["Set your NFT as profile picture with exclusive aura."], + "A6JChW": ["The transaction was complete and has been recorded on blockchain at ", ["0"]], + "A9tojF": ["Incorrect password"], + "AElxM7": ["Transfer ", ["0"], " NFT."], + "AJNYYr": ["Refund Lucky drop"], + "AKLbfQ": ["Restore Database"], + "AMJWWT": ["Likely in < ", ["estimateSecond"], " seconds"], + "ANYjcp": [["shareWithNum", "plural", { "one": ["1 friend"], "other": ["#", " friends"] }]], + "ANk/Zy": ["Incorrect Backup Password"], + "AOPSKq": ["Deposit ", ["0"]], + "ASNDad": ["Hide ", ["name"]], + "AV+9wg": ["Re-enter"], + "Ah4d0u": ["Security Detection"], + "AjVXBS": ["Calendar"], + "Ap948/": ["Listed"], + "Appw6V": ["No NFTs found."], + "Aq+O0x": ["status"], + "AuXfDa": [ + "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." + ], + "AuvDq6": ["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"], + "AwQpq/": ["Click on the down-arrow to see the private key."], + "AxPAXW": ["No results found"], + "AxdOHo": ["Pair"], + "Axp2cZ": ["24 Hour Trading Vol"], + "AyLiVq": ["Scan QR code to receive payment"], + "B1T4nn": ["Confirm the Lucky Drop"], + "B6C0XJ": ["No Data"], + "B8B8TU": ["Verified by ", ["0"]], + "BAvIGC": ["Withdraw token"], + "BFhvNB": [["0"], " ", ["1"], " NFT contract successfully."], + "BMCVM3": ["Wallet Sign"], + "BQHQ9v": ["No websites connected to this wallet"], + "BQi2Kk": [["0"], " were claimed"], + "BUXiPs": ["This Chain ID is currently used by the ", ["0"], " network. "], + "BWSJkS": ["No Airdrop Scam"], + "BXixGM": ["Use Persona to encrypt and decrypt social media posts & messages."], + "Ba6uFH": ["Create your NFT Lucky Drop."], + "BaU+dx": ["Connect your social platform accounts."], + "Baj2MJ": ["Savings"], + "BaoXTT": ["<0>Powered by<1>OKX<2/>"], + "BiGQfG": ["Transaction Hash"], + "BkN2qg": ["<0>Service Agreement and <1>Privacy Policy"], + "BmN4Bk": ["Aggregator"], + "ByAMF+": ["Risk Warning"], + "ByPj1d": ["Request ID"], + "BzEFor": ["or"], + "BzfzPK": ["Items"], + "C0JhYS": ["Change Network"], + "C2/uLW": [ + "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." + ], + "C3Wgzy": ["You have claimed ", ["0"], " $ARB."], + "CCIrQ8": ["Fake Token"], + "CE+M2e": ["Info"], + "CEk7Nc": ["At least 6 characters"], + "CFPbpH": ["The new passwords don't match"], + "CJviCK": ["<0>", ["user"], " proposed"], + "CK1KXz": ["Max"], + "CMHmbm": ["Slippage"], + "CMfM6C": ["No Enough Gas Fees"], + "CP3D8G": ["Progress"], + "CT10+i": ["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."], + "CTSEx8": ["<0/> publish a post on ", ["0"]], + "CU3U3d": ["Try to recover"], + "CWsYB3": ["Welcome Back"], + "CXHRbe": ["Wallet request timed out"], + "CYRJEX": ["Owners"], + "CZSWya": ["NFTs added"], + "CZmSbe": ["Request is valid not before"], + "Cf/0to": ["Data source is retrieved from ", ["0"], "."], + "Citz6F": ["Exchange"], + "CkLMZ2": ["File delete failed"], + "CmMDVW": [ + "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." + ], + "CpciBt": ["Switch to Polygon and Follow"], + "CtByM7": ["Connect Wallet"], + "Cwxng+": ["Supported formats: JPEG, PNG<0/> Size limit: ", ["0"]], + "Cy19fm": [ + "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." + ], + "CygwLN": ["Swap completed successfully."], + "Cz6Lx7": ["Encryption Method"], + "D79cZK": ["Instant"], + "D9iWaX": ["Please check ToS document"], + "D9za/8": ["Missing dex contract address"], + "DA2uGM": ["Click the application icon to hide in the App list."], + "DAFhfT": [ + "There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." + ], + "DC3sw8": ["Two entered passwords are different."], + "DHhJ7s": ["Previous"], + "DKBbsW": ["Gas price must be greater than 0 Gwei."], + "DPfwMq": ["Done"], + "DYoO0m": ["Token quantity greater than"], + "DdUFp+": ["The transaction was confirmed at ", ["0"]], + "Dk6Non": ["Whitelist function"], + "DkHkqH": ["Recommended dimensions: 1016 × 672 px"], + "DnmyoA": ["Priority fee should be greater than 0."], + "DoQ5Lj": ["RPC URL"], + "Dpe+e3": [ + "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." + ], + "DtZDW+": [["0"], " (UTC+8)"], + "Du6bPw": ["Address"], + "DuIDTw": ["To verify your X account and record it on the NextID, please send this post for the verification."], + "Dz56Ua": ["Encrypt"], + "E399AQ": [ + "<0>", + ["user"], + " bridged <1>", + ["amount"], + " ", + ["symbol"], + " from <2>", + ["source"], + " to <3>", + ["target"], + "" + ], + "E6HGuD": ["Check out the official website"], + "E6Sqiu": ["Failed to load ", ["0"], ". Click to retry."], + "E6YUtc": ["Merge to Browser"], + "E7prOW": [ + "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." + ], + "EBC6hj": ["Local Backup"], + "EGWr+Q": ["Web3 Profile Card"], + "EJRk0x": [ + [ + "gasOptionType", + "select", + { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"], "other": [] } + ] + ], + "ELQ256": ["Make another Swap"], + "EMLHjH": ["More Details"], + "ENIvoT": ["Please set up the amount of time before we automatically lock your wallet."], + "ERYJcj": [ + "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." + ], + "EStYiZ": ["No proxy"], + "EVFPUv": ["Transfer NFT"], + "EYwKb0": ["Gas Price (GWEI)"], + "Ea4oxV": ["Follow System"], + "EbE80y": [ + "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." + ], + "EbVCxG": [ + "<0/>", + ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"], "other": [] }], + "<1/>" + ], + "Eda+dy": [ + "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ", + ["encrypted"], + " to send your first encrypted tweet." + ], + "Eefe1a": ["The input is not a single file."], + "EfAke+": ["<0>", ["user"], " voted for <1>", ["option"], " on <2>", ["platform"], ""], + "Eh4m6e": ["<0>USD Value<1>$", ["0"], ""], + "Enb3Qk": ["You claimed 1."], + "EoKe5U": ["Domain"], + "EsKgLS": ["Click here to have a quick start."], + "Ev2r9A": ["No results"], + "EwiD7E": ["Confirm Payment Password"], + "F/pYeX": ["Create NFT Lucky Drop"], + "F3bW6y": ["Platform"], + "F4Igxz": ["Quote route"], + "F7U8uz": ["Creating your **wallet**"], + "F8VT6y": ["Failed to transfer NFT."], + "F8Wc3I": ["Drag & Drop your file here"], + "FAKSZG": ["Add google Drive"], + "FC17bL": ["<0>Powered by <1>Mask Network"], + "FGceVy": ["Owner can't change balance"], + "FMQ6p2": ["You've already claimed the lucky drop"], + "FR2cx3": ["Anti_whale(Limited number of transactions)"], + "FY2gWe": ["The contract address is incorrect or the collection does not belong to you."], + "FZg3wM": ["Operation"], + "FfJy7A": ["Manage Network"], + "FgAxTj": ["Log out"], + "Fgyfqo": ["Amount Each"], + "FiKDfi": ["Failed to unlock NFT contract."], + "FiYmUY": ["No associated accounts"], + "Fim3FY": ["Download https://mask.io to try more powerful tools on Twitter."], + "Fn9Tvh": ["Volume (24h)"], + "FnQek5": [ + "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." + ], + "FnjSI+": ["Not current account. Please switch to this account to set up NFTs Profile."], + "Fs/bd5": ["Invalid Block Explorer URL."], + "FzzpXs": ["Sale ends in ", ["0"]], + "G+XYfT": ["Do you want to delete file <0>", ["0"], ""], + "G4NrhP": ["Persona created."], + "GAZNIW": ["Price Statistic"], + "GAvnvl": ["Payment Password"], + "GDe4XX": ["Please connect wallet to check if you are eligible to claim $ARB."], + "GEL05h": ["WalletConnect"], + "GExRUL": ["Backup password"], + "GHvzdC": ["No content for the last two weeks."], + "GK6Tzr": ["Persona Sign"], + "GLDuz6": ["May be a honeypot."], + "GRLMKx": ["Winners"], + "GS+Mus": ["Export"], + "GS0ldX": ["Unsupported network type"], + "GShMK6": ["Refunding"], + "GTJCth": ["The contract owner is not known to be able to modify the balance of the token of other addresses."], + "GWCG6Y": ["Copy image"], + "GWKfFr": [ + "To use Lido, you need to wait ", + ["0"], + " days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." + ], + "GWMpIa": [["0"], " Risky factors"], + "GXhrYw": ["1. If you haven't installed the ", ["name"], " Wallet"], + "GXsAby": ["Revoke"], + "GZzKYx": ["Buy Tax: ", ["0"]], + "GaH2JF": ["Suggest to send transactions and sign messages"], + "Gia1VG": ["Web3 File Service"], + "Gmmd6d": ["Verify your X ID"], + "GrTvoo": ["Transaction in progress. Thank you for your patience."], + "GtJJAj": ["Add Wallet"], + "Gw91G1": ["This request should only be sign in the future."], + "GyvZPz": ["Token ID should be separated by comma, e.g. 1223,1224,"], + "H1v3zR": ["Insufficient ", ["0"], " Balance"], + "H8rw2f": ["(the name is set by the web site)"], + "HCKlXm": ["Token Contract Address"], + "HF6C2L": ["Phone Number"], + "HFVck2": ["Lucky Drop with ", ["0"], " refunded."], + "HGTZAO": ["Step 2/2"], + "HH25qd": ["No wallet selected."], + "HIq3th": ["Cannot switch to a unknown network."], + "HKH+W+": ["Data"], + "HTX2HV": ["Minimum received"], + "HVRhUV": ["By proceeding you agree to the"], + "Hp1l6f": ["Current"], + "HpK/8d": ["Reload"], + "HqiAyF": ["Gwei"], + "HvDfH/": ["Imported"], + "HvUm3m": ["Choose and show your Web3 footprints on X."], + "I4caYo": ["Invalid verification code."], + "I5kL4f": ["Activity Log"], + "I7z//Y": ["Trading route"], + "IBAx3U": ["Kept safely"], + "IF7RiR": ["Cover"], + "IGbphl": ["Unlocking ALL..."], + "ILvrUp": ["Unlikely to be a honeypot."], + "IMX4sR": ["Blacklist function"], + "IQ3gAw": ["Upload File"], + "ITBQO3": ["Max priority fee must be greater than 0 GWEI"], + "IUG86v": ["The Persona is connected to the account @$", ["0"], "."], + "IUp08P": ["The current wallet does not hold a lens and cannot follow/unfollow"], + "IX1M/E": ["Floor price"], + "IXbRbM": ["Choose another wallet"], + "If2v4h": ["Lucky Drop"], + "IhnvgP": ["Change to EVM Wallet"], + "ImhKg5": ["Could not fetch chain ID. Is your RPC URL correct?"], + "IoAuJG": ["Sending..."], + "IrI9pg": ["End date"], + "Iu4Ja9": ["Please enter token contract address."], + "J05/Al": ["Set NFT NFT Background"], + "J0LAHU": ["Refund"], + "J0Mxpc": ["The ", ["0"], " is in progress. You can check its status in History after exiting this page."], + "J24FyN": ["Bridge"], + "J2eKUI": ["File"], + "JA8K9s": ["Unpacking"], + "JGds+N": ["Lack of number, letter or special character."], + "JGpseC": [ + ["0", "plural", { "one": ["This domain is"], "other": ["These domains are"] }], + " currently on the Mask Network warning list which may include malicious entries, phishing or scams." + ], + "JLiwYz": ["Mask Network requires the permission of following websites before using it."], + "JOP9uZ": ["Transaction has been rejected!"], + "JPHuMW": ["Swapping"], + "JUcj/I": ["Switch X Logo"], + "JXJlYD": ["Set Your Persona Name"], + "JbKZsv": ["Scan the QR code with a WalletConnect-compatible wallet"], + "JeHCi7": ["No function found that retrieves ownership"], + "JfI60y": ["Incorrect Payment Password."], + "Jg5pf7": ["Current base fee is ", ["0"], " Gwei"], + "JiIKww": ["Advanced Settings"], + "JlFcis": ["Send"], + "JlIzk8": ["Browser File"], + "Jnjbl3": ["You need to follow <0>@", ["twitterHandle"], ""], + "Js4Nk0": [ + [ + "0", + "select", + { + "finding_post_key": [ + "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." + ], + "finding_person_public_key": ["Mask is looking for the public key of the author..."], + "other": ["Mask is decrypting..."] + } + ] + ], + "JuVC24": ["Deposit token"], + "JwzZmt": ["to <0>", ["toAddress"], ""], + "K1tshY": ["Failed to download image"], + "K5a6t1": ["Persona already exists."], + "K7tIrx": ["Category"], + "K8jCIB": ["Data backed up successfully!"], + "KAS4UW": [["0"], " Attention factor"], + "KCeSRZ": [ + "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." + ], + "KFYFgI": ["Wallet sign failed."], + "KFwID2": ["Restore Failed"], + "KGHnSc": ["Lock Wallet"], + "KJGKkh": ["EVM Chains only"], + "KMgp2+": [["0"], " available"], + "KPUGxy": ["Random Amount"], + "KRz1oj": [ + "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." + ], + "KTfagY": ["Lucky drop with ", ["0"], " created."], + "KVAoFR": ["unlimited"], + "KVkke3": ["Set NFT PFPs"], + "KWeNH6": ["Unlocking ", ["hasSymbolName"], "..."], + "KisOjk": ["Restore or Login"], + "Kj4oEm": ["Generate a new persona"], + "Kl9gHp": ["Wallet Group #", ["0"]], + "KmQ25M": ["Max priority fee is too high for network conditions."], + "KnidLU": ["Not Connected"], + "Ko4L/B": ["The receiving address is a contract address. Please check again."], + "KojyJ4": ["Wrong Network"], + "Koz2Rg": [["0", "plural", { "one": ["Action"], "other": ["Actions"] }]], + "KtMMzG": ["Wallet disconnected"], + "KwJJLb": ["<0>Powered by <1>", ["0"], ""], + "Ky09J8": ["Previous follow transaction is in processing, please wait and try again."], + "KziH2K": ["Fast"], + "Kzu9r9": ["24H Traded Volume"], + "L+bpwv": ["Please set up backup password to export private key."], + "L4vN0F": ["EVM"], + "L82H5Z": ["Creating your **identity**"], + "L87Mfu": ["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."], + "L96aan": ["View full transaction details"], + "LBtfmO": ["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."], + "LJkXYZ": ["Create New Mask Identity"], + "LLf+t1": ["No deposit protocols found."], + "LNItR6": ["You have set NFT PFP successfully."], + "LP+1Z7": ["Add Network"], + "LSwUJb": ["Select Liquidity"], + "LU3p9s": [ + "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." + ], + "LWJCIn": ["Connected sites"], + "La9ArN": ["<0>Powered by ", ["publisherNode"]], + "LcET2C": ["Privacy Policy"], + "LcZh+r": ["Unsupported data backup"], + "LhMjLm": ["Time"], + "Lho4Qd": ["DSearch"], + "LiE5z4": ["Max base fee should be greater than 0"], + "LigbuA": [ + "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." + ], + "LkYKvc": ["Please select the correct words in the correct order."], + "LqWHk1": ["Hide ", ["0"]], + "Lx4CpL": ["Wallet name must between 3 to 18 characters."], + "Lz7CzN": ["No mint function"], + "Lzo8mb": [ + "Claimed: <0>", + ["claim_numbers"], + "/", + ["total_numbers"], + " <1>", + ["0"], + "/", + ["1"], + "<2><3>", + ["tokenSymbol"], + "" + ], + "M0FgOk": ["Add Contact"], + "M1RnFv": ["Expired"], + "M1ts1r": ["View your address"], + "M24E85": ["This address is a contract address."], + "M4g1UJ": ["Contract Interaction"], + "M7ZGdw": ["2. If you have installed the ", ["name"], " Wallet"], + "M9OYUo": ["Please try again if you failed to vote."], + "MC00Lm": ["Scan QR code with WalletConnect-compatible wallet"], + "MEIAzV": ["Unnamed"], + "MKEPCY": ["Follow"], + "MOHcKb": ["Enter a max priority fee"], + "MQ9hQ4": ["DAO"], + "MR/0Va": ["All Mask Network users"], + "MTqQMG": ["Not set"], + "Mh3RsB": ["Best Wishes!"], + "Mi8ATZ": ["The token approval revoked."], + "Midntl": ["Download report"], + "Mm1aH+": ["Proxy contract"], + "MpnSqP": [["0"], " Pending"], + "MqdtT5": [["0"], " Bridge Network fee"], + "MyjAbr": ["Resend"], + "N/fqDa": ["Ens or Address(0x)"], + "N0YrmD": ["Valuables"], + "N0tcou": ["Claiming..."], + "N2DUxS": ["Insufficient Balance"], + "N2S1rs": ["Empty"], + "N2aeX8": ["No valid wallet detected. Please connect wallet or verify wallet firstly."], + "N40H+G": ["All"], + "N5GKfB": ["Tax cannot be modified"], + "N6/RZd": ["Sorry, failed to save NFT Avatar. Please set again."], + "N931rj": ["Your transaction should be done in <0/>"], + "NERSN2": ["or Holding NFT"], + "NJbBmC": ["Switch Twitter Logo"], + "NOi+Fr": ["This QR includes your identity, please keep it safely."], + "NTnXx/": ["<0/> unapproved <1>", ["0"], ""], + "NVt/wW": ["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], + "NWqhru": ["Reselect"], + "NZ7wlC": [["0"], " Holder"], + "Na6Ytj": ["Change NFT PFP"], + "NaZTE7": ["Incorrect Mnemonic Words."], + "NdlvGd": ["Claim Details"], + "NfxOUe": ["Enter Total Amount"], + "Ng063n": ["Donate"], + "Nhp9Kw": ["Exceeded the maximum file size of ", ["fileSize"], "."], + "NkgvWN": ["Logout failed"], + "NloaHG": ["Backup Password"], + "Ns5WaC": ["No backups found"], + "Nu4oKW": ["Description"], + "NwibRO": ["Supported contracts"], + "NzlE6O": ["By granting permission, you are allowing the following <0/> contract to access your NFTs."], + "Nzm8dm": ["Example: Alice"], + "Nzwli2": ["Base"], + "O2XHf2": ["Check ", ["providerName"], " to confirm connect."], + "O3Nzf+": ["Bridge between this token pair are't supported at the moment."], + "O3oNi5": ["Email"], + "O86J+j": [ + "This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud." + ], + "O8PsYe": ["Add the file to Chrome's database"], + "OAZ+tI": [ + ["attentionFactors", "plural", { "one": ["#", " Attention item"], "other": ["#", " Attention items"] }] + ], + "OAfk3i": ["Hash"], + "OCJdad": ["<0>To: <1>", ["to"], ""], + "OLUEnY": ["when you click Add Google Drive button,you will be forwarded to Google authorization pages."], + "OLY2Jk": ["Gas Price"], + "OQEwR/": ["Create Lucky Drop"], + "OR475H": ["Network"], + "OcvI49": ["No blacklist"], + "OeD4sM": ["Failed to login firefly"], + "OfhWJH": ["Reset"], + "OgPkDe": ["Currency Symbol (Optional)"], + "OgohfQ": ["File Key: <0>", ["0"], ""], + "OhgYJS": ["Basic setting"], + "OkofjH": ["Recover"], + "On0aF2": ["Website"], + "OsyKSt": ["Withdraw"], + "OuUyzz": ["No contacts stored locally, you can try searching."], + "OzSOpz": ["Create a Privy wallet using an X account"], + "P+K/3O": ["Confirming"], + "P7S/hC": ["Max priority fee must be greater than 0 Gwei."], + "P9wzG/": ["Recovery"], + "PByO0X": ["Votes"], + "PDW/HG": ["Your Persona is on **ready 🚀**"], + "PGdbc0": [ + "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." + ], + "PHM7OA": ["Supported Sites"], + "PI/VCJ": ["Select the wallet(s) to use on this site. You should not connect to website you don't trust."], + "PIG043": ["Gitcoin"], + "PLWaf6": ["Create the Lucky Drop"], + "PNZOzY": [ + "<0>", + ["user"], + " sold ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], + " to <3>", + ["recipient"], + " for <4>", + ["2"], + " ", + ["symbolName"], + " on <5>", + ["3"], + "" + ], + "PRkIUI": ["Gas Fee"], + "PTXNyo": ["Waiting for ", ["providerType"]], + "Pd3dlq": ["Circulating Supply"], + "PeT3a5": ["You have successfully restored the backup from Google Drive to your browser."], + "PiH3UR": ["Copied!"], + "PjBWOL": ["Create your persona to get started"], + "PlE+Fs": ["Connect and Verify ", ["0"]], + "PsQmAw": ["Everyone"], + "Pt3n39": ["No back up"], + "PwjgPX": ["Please create your persona to use Web3 Profile."], + "Q0IFtx": ["The custom amount entered may be higher than the required network fee."], + "Q2lUR2": ["Currency"], + "Q68Nuc": [ + "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." + ], + "QF9SdB": ["Split Mode"], + "QHZRmq": ["Sites"], + "QHcLEN": ["Connected"], + "QJQd1J": ["Edit Profile"], + "QQPCqQ": ["Backup Wallet"], + "QRsMow": ["Transaction Confirmed"], + "QU9aqK": ["You have signed with your wallet."], + "QUBIav": ["Failed to bridge"], + "QWxok/": ["Connect with Mask Wallet"], + "QXDgyQ": [ + "Please write down the following words in correct order. Keep it safe and do not share with anyone!" + ], + "Qbo7Ev": ["Write down mnemonic words"], + "QcVZFH": ["Step ", ["step"], "/", ["totalSteps"]], + "Qd0xFm": ["Refund your expired Lucky Drop."], + "QowPFh": ["Collectibles"], + "QpgBEp": [["0"], " days"], + "QsVbHo": ["Sending address"], + "QyZU8V": [["riskyFactors", "plural", { "one": ["#", " Risky item"], "other": ["#", " Risky items"] }]], + "QypSt2": ["Update X.com Permissions"], + "Qz8niP": ["You may lose your assets if you give approval to the website of this token."], + "R/Pfmp": [["amount"], " ", ["0"], " tips sent."], + "R2K7XH": ["Account successfully connected to persona"], + "R9aEN5": ["Send ", ["0"]], + "RCBmDP": ["Follow @masknetwork to explore Web3."], + "REeHKm": [ + "<0/> ", + ["txType", "select", { "trade": ["traded"], "mint": ["minted"], "other": ["traded"] }], + " <1>", + ["0"], + " ", + ["1"], + " for <2>", + ["2"], + " ", + ["3"], + "" + ], + "RH8jSA": ["Merge data to local database"], + "RHSlVw": ["Follow @masknetwork (mask.io) to claim NFT lucky drops."], + "RL5m+x": ["Generating your **accounts**"], + "RLBjfU": ["Attached File: ", ["name"], " (", ["size"], ")"], + "RNfEI8": ["You canceled the request."], + "ROWd/9": ["Leave blank to allow any amount; enter a number to set a minimum holding requirement."], + "ROWeBX": ["Followings"], + "ROsDRH": ["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"], + "RRw7LE": ["Identity ID"], + "RUYsn0": ["Clear All"], + "RW1HJz": ["The receiving address may be a malicious address."], + "RWoEqV": ["Failed to transfer token: ", ["message"]], + "RZOA0N": ["Find Mask Network in the extension list and click the <0/> button."], + "RdfrN2": ["Mint Address"], + "Re7Oex": ["Transaction submitted."], + "RhCL4z": ["Max amount"], + "RiLzWA": ["Please switch to this network in the mobile application wallet you are connected to."], + "RiQQyz": ["This allows the third party to spend ", ["value"], " ", ["0"], " from your current balance."], + "Rm3JCH": ["File name must between 3 to 20 characters."], + "RqRRf6": ["Created by <0>", ["0"], " • <1>Website"], + "RrGhwo": ["File ", ["0"], " deleted."], + "RuO5md": [["seconds"], "sec"], + "Rx8sxX": ["Select liquidity"], + "RxlKnY": ["Lens"], + "Ry8TiY": ["Create Smart Pay wallet"], + "S0CsaV": ["Create a New Wallet"], + "S0vyIh": ["Owner changed."], + "S2JNMm": ["Your file has been successfully restore into the browser data."], + "S33tz3": ["Not connected"], + "S6Qdlo": ["Scam Warning"], + "SDrb6I": [ + "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." + ], + "SGVkVp": ["Two entered passwords are not the same."], + "SIrUT3": [ + "Grant access to your ", + ["0"], + " for the Lucky Drop Smart contract. You only have to do this once per token." + ], + "SLEDBF": ["Failed to add the wallet, please try again."], + "SNZM71": [["0"], " withdrawn."], + "SREKz9": ["Report NFT Scam Contract?"], + "SUqBr9": ["Refund ", ["0"], " ", ["tokenSymbol"], " Successfully"], + "SX2UXi": ["Your vote has been successful."], + "SYGo/R": ["Import Wallet"], + "SYgxDf": ["Slow"], + "Sfu/we": ["Failed to delete, please try again."], + "ShHV7X": ["Cloud Backup"], + "ShmUTn": ["Add a Custom Cover"], + "Sitstz": [ + "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." + ], + "Sjplg3": ["View on Explorer"], + "SlxhDh": ["Verify your wallet"], + "Sp69uH": ["The web site can"], + "T0W3Z8": ["Insufficient funds for gas."], + "T0Y2+3": ["Select a token"], + "T3EPqL": ["Max base fee"], + "T3dlAs": ["Quote expired. Update to receive a new quote."], + "TA4fAr": ["The wallet name already exists."], + "TFEJcT": ["Set NFT PFP"], + "TIIaK1": [ + [ + "2", + "select", + { + "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], + "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""], + "other": [] + } + ] + ], + "TJt1iY": ["Decentralized social graph protocol for user-centric Web3."], + "TNFd5O": ["View real-time crypto prices, market cap, trading volume, etc."], + "TP9/K5": ["Token"], + "TRoDRd": ["Failed to deposit token."], + "TYTRNP": ["Eligible to claim"], + "TZDLPg": ["Claimable"], + "Tfxac6": [ + "This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." + ], + "Tg003Y": ["Connected wallets settings"], + "Tl3Zls": [ + "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." + ], + "TnHNX9": ["Update permission for X.com"], + "ToePai": ["Spend limit requested by"], + "TppkTk": [ + "<0>", + ["user"], + " carried out an activity to <1>", + ["target"], + " on <2>", + ["platform"], + "" + ], + "TpqeIh": ["Error: ", ["0"]], + "Tuc34V": ["Confirm Bridge"], + "Tx/jsw": ["Do you need to paste encrypted content manually?"], + "Tz0i8g": ["Settings"], + "TzarJw": ["Bridging"], + "UBzbea": ["Recover your wallet"], + "UDKbPj": ["Your file has been successfully merged into the browser data."], + "UFzLh1": [ + "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ", + ["0"], + ". Please reduce the number of NFTs selected." + ], + "UO7xDp": [["0"], " Pool"], + "UPJjXF": ["Network error, try again: ", ["0"]], + "URAE3q": ["Paused"], + "URmyfc": ["Details"], + "UUfXpm": ["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."], + "UWxJIW": ["Powered by Celer Network. Support $MASK!"], + "UXBK7e": [ + "<0>", + ["user"], + "sent", + ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], + "to <3>", + ["formattedAddress"], + "", + ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] + ], + "UaXeX3": ["Okay"], + "UbRKMZ": ["Pending"], + "Udf/Es": [ + "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." + ], + "UfJmJU": ["Invalid slippage tolerance."], + "UjJCIX": ["Contract source code not verified"], + "UjRxho": ["Persona Recovery Phrase"], + "UmVZrM": ["Failed to create Lucky Drop."], + "UpqenY": ["We recommend new Web3 users to keep [Check Security] open."], + "UqJ0W/": ["Cancel Transaction"], + "Usynqd": ["Gas price is too low and will cause the transaction fail"], + "UtKGok": ["Backup Persona"], + "UvJiVZ": ["There's no feed associated with this address."], + "UxJ2jd": ["Display Snapshot proposals on the X of the respective project or protocol."], + "UxYZfY": ["Revoke the approval for ", ["0"], "."], + "V+1pjj": ["Back Up Your Data Your Way"], + "V+ZuGt": ["You claimed ", ["0"], " $", ["1"], "."], + "V6YDUB": ["<0>", ["user"], " donated <1>", ["costValue"], " ", ["costSymbol"], ""], + "V6wYl1": ["Total amount"], + "V8j2d/": ["App list"], + "VAOn4r": ["Unlock"], + "VECuJk": ["Wallet Account"], + "VHShJf": ["Please click Browse Files button to select files to upload."], + "VHVdS1": ["No votes"], + "VP4HYe": ["Next.ID"], + "VSx1eg": ["Max priority fee"], + "VbeIOx": ["Author"], + "VcPDSd": ["Unsupported key store data"], + "VdhBp2": ["The chainID is not equal to the currently connected one."], + "VdkQUC": ["Please sign up or login ", ["siteName"], " to connect Mask Network."], + "Vj7ma7": ["Support mnemonic phrase, private key or keystore file."], + "VlpdUm": ["Use NFT"], + "VsHxv+": ["Copy text"], + "VvGC/Y": [["0"], " Network fee"], + "VvPeyR": [["0"], " unlocked"], + "VzQ7uf": ["Unknown EIP-4361 message version."], + "VzQOL2": [ + "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." + ], + "W0uonA": ["This QR includes your mnemonic words, please keep it safely."], + "W2es+t": ["Oops, it seems you don't have any voting power at block ", ["0"], ". <0>Learn more"], + "W5OcTk": ["No approved contract records."], + "W7e3zN": ["Are you sure to remove the connected wallet <0>", ["0"], "?"], + "W7rMXF": ["Failed to send token."], + "WAjFYI": ["Start date"], + "WDcQq9": ["Unlisted"], + "WKG5E8": ["You need to hold at least ", ["quantity"], " of any of the following tokens."], + "WLMjwL": ["Confirm to hide ", ["0"], "? You can redisplay it by re-adding this token at any time."], + "WS7EYf": [ + [ + "0", + "select", + { + "Post": ["<0/><1>", ["handle"], " published a post on <2>", ["1"], ""], + "Comment": ["<3/><4>", ["handle"], " made a comment on <5>", ["2"], ""], + "Mirror": [ + "<6/><7>", + ["3"], + " mirrored a post post by<8/><9>", + ["handle"], + " on <10>", + ["4"], + "" + ], + "Quote": ["<11/><12>", ["handle"], " quoted a post post on <13>", ["5"], ""], + "other": ["<14/><15>", ["handle"], " post stuff on <16>", ["6"], ""] + } + ] + ], + "WWPi4P": ["Incorrect wallet address."], + "WY8amq": ["Invalid number"], + "WZcvLm": ["Follow Now"], + "WeNxrL": [["0"], " Attention factors"], + "Weq9zb": ["General"], + "WmXCMa": ["Switch other account"], + "Wqoa0p": ["Connect Persona"], + "WqzYn1": [ + "<0>", + ["user"], + " donated <1>", + ["costValue"], + " ", + ["costSymbol"], + " to <2>", + ["project"], + "" + ], + "WsNUie": ["Claimed: <0>", ["0"], "/", ["1"], " <1>", ["2"], ""], + "Wvnsx1": ["Auto-lock"], + "Wy16g8": ["Gift crypto or NFTs to any users, first come, first served."], + "X0PXso": ["Swap duration"], + "X200Sr": ["Forgot payment password?"], + "X3X0nY": ["You may have ", ["0"], "% less received with this level of slippage tolerance."], + "X6ujRd": ["Be aware, check the token before adding it."], + "X8N33g": ["Transaction history is only stored locally and will be deleted if you clear your browser data."], + "X8w6bW": ["Enter Max spend limit"], + "XA8JXM": ["Add NFTs"], + "XB3tfc": ["Encrypting your **data**"], + "XC7RGa": ["Recover your data"], + "XDtQ7t": ["Display the following address on your Web3 profile page and use it to receive tips."], + "XGRJzS": ["Open in a new tab"], + "XGqAnD": ["This token contract has code that prevent selling. This might is a honeypot."], + "XQDdOC": ["No friends are stored locally, please try search one."], + "XQQx83": [ + "<0>", + ["user"], + " ", + [ + "0", + "select", + { + "supply": ["supplied"], + "add": ["added"], + "repay": ["repaid"], + "withdraw": ["withdrew"], + "collect": ["collected"], + "remove": ["removed"], + "borrow": ["borrowed"], + "other": [] + } + ], + " liquidity on <1>", + ["1"], + "" + ], + "XUKicg": ["Step 1/2"], + "XYLcNv": ["Support"], + "XZ/B+f": ["Don't see your NFT?"], + "XcWehA": ["Update Quote"], + "Xftpm5": ["Select Collection"], + "XjDSdO": ["Old Payment Password"], + "Xlpdi1": ["on ", ["fromNetworkName"]], + "Xprzee": ["Enter a gas price"], + "XrH+JC": ["IPFS"], + "XrlvqN": ["Who can claim?"], + "XsyYEe": ["This NFT didn't have any activities."], + "XyAmgg": ["Add wallet"], + "Y7N0Sj": ["View your account balance and history"], + "Y9mYPy": ["Powered By ", ["0"]], + "YF8jon": ["Ended ", ["relativeEndTime"]], + "YKSmxE": [ + "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." + ], + "YLObqx": ["Equal Amount"], + "YOacnL": ["Tell friends what's happening..."], + "YOnK5s": [ + "<0>", + ["user"], + " registered ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "], "other": [] }], + "for <3>", + ["costValue"], + " ", + ["costSymbol"], + "" + ], + "YPNSH3": ["Connect Solana Wallet"], + "YSi9PS": [ + "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." + ], + "YW51YO": ["24H sale"], + "YXIpYp": ["Please verify the current persona with a social media account before using dApps."], + "Yckw2R": ["Fiat On-Ramp"], + "YdCB5X": ["Copy private key"], + "YiPiv6": [ + "There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." + ], + "YirHq7": ["Feedback"], + "YnqCPK": ["Verify Account"], + "Yp8yB4": [["0"], " to ", ["1"]], + "Ywu8Rl": ["Please connect ", ["0"], " and send a proof post before using dApps."], + "Z/tioj": ["Swap ", ["0"]], + "Z16qyu": ["Persona Name"], + "Z3+V9p": ["Restore backup failed."], + "Z33XCd": ["Input contract address"], + "Z3FXyt": ["Loading..."], + "Z3S6Dx": ["Step 1/3"], + "Z3y+8t": ["Unsupported Network"], + "Z6siIw": ["Switch between the classic Twitter logo and the new one."], + "Z7ZXbT": ["Approve"], + "Z8+FzC": ["Connecting your ", ["providerType"], " wallet"], + "Z8G4E5": ["Change to Flow Wallet"], + "Z8lGw6": ["Share"], + "ZAVklK": ["Or"], + "ZDcdss": ["Claim Conditions"], + "ZHsD28": ["Enable the plugin"], + "ZIsLZh": ["Size limit: 10 MB"], + "ZK75iC": ["Choose a Cover"], + "ZKAj6+": ["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."], + "ZQbnxO": ["No collectible found."], + "ZQr5hT": ["Unlock Token"], + "ZSWUwq": [["0"], "m"], + "ZSgQgC": ["Max fee is too low for network conditions."], + "ZTXjJ3": ["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."], + "ZTmzRV": ["Highest Price"], + "ZdnQsW": ["<0/> interacted with <1/>"], + "ZgFWrp": ["<0>Powered by<1>Go+"], + "ZhrWG1": ["Create persona"], + "ZrZMJ6": ["Backup failed, <0>try again"], + "ZsjtYe": ["Failed to set Avatar."], + "Zypku0": ["By using this plugin, you agree to the <0>terms and the <1>privacy policy."], + "a1S2x7": [ + "Data source is retrieved from ", + ["0", "select", { "other": [], "twitter": ["Twitter profile and "] }], + ["sources"], + "." + ], + "a1SmQh": ["Select Wallet"], + "a23gJr": ["Incorrect backup password."], + "a33WQ+": ["Download the ", ["name"], " Wallet here"], + "a4C0ak": ["Insufficient Balance for Gas Fee"], + "a4N/Bg": ["Load More"], + "a5t/N3": ["Spend more transaction fees to cancel the previous transaction."], + "a6ONsz": ["Unlock ", ["0"], "."], + "a7u1N9": ["Price"], + "a9X8Om": ["Failed to report spam."], + "aAIQg2": ["Appearance"], + "aEgiLS": ["contributions"], + "aF8kci": ["Creation Completed"], + "aFJrEy": ["You need to hold any of the following NFTs in your wallet."], + "aFht5e": ["Connected ", ["0"], " with ", ["walletName"], "."], + "aTzTyw": ["Add Assets"], + "aVI2qx": ["Click the application icon to list it on the App board."], + "aYT9SD": ["Max fee"], + "acK3j2": ["Input your Private Key"], + "agPptk": ["Medium"], + "ah8/4v": ["Floor Price"], + "ahNa7P": ["NFT Holder"], + "ahpgxl": ["Please create a Persona and verify your account to use this."], + "ai3VNq": ["Connected Wallet"], + "ajKdns": ["This wallet address has already been connected."], + "apl8rz": ["Failed to withdraw ", ["0"], "."], + "aqop4L": ["Check on Explorer"], + "awW7ak": ["Remove Wallet"], + "ayxkVX": ["Transaction"], + "b+scYY": ["Requesting Connection"], + "b/mMOj": [["0"], " ", ["1"], " approval successfully."], + "bBzHQT": ["Input amount is below the minimum amount"], + "bD8I7O": ["Complete"], + "bEPPWi": ["Connect Flow Wallet"], + "bGMpPD": ["Unlock NFT Contract"], + "bIpwjD": ["My Wallets"], + "bKGn4N": [ + "<0/> minted", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }] + ], + "bLJivk": ["Select an NFT Contract Owner"], + "bLmWH9": ["Bridge anyway"], + "bLqb2p": ["<0>Latest offer at <1>$", ["0"], ""], + "bLvQvN": ["Library:"], + "bQXBhp": [ + "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." + ], + "bTQliy": [ + "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." + ], + "bUUVED": ["Asset"], + "bapItf": ["Incorrect Backup Password."], + "bassMa": ["Incorrect cloud backup password, please try again."], + "bbS8qf": ["1 NFT claimed."], + "bdIrOO": ["Verification code has been sent to your email. Please check your mailbox."], + "bfNmSO": ["Set payment password successfully."], + "bnfo6T": ["Sent verification post successfully."], + "bnuQy5": [["0"], " files selected"], + "bwlRe8": ["Selecting NFTs"], + "c+Fnce": ["Sign"], + "c+XaKf": [ + "<0>", + ["formattedUser"], + " ", + ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"], "other": [] }], + " <1>", + ["other"], + " on <2>", + ["1"], + "" + ], + "c19z3W": ["Available Balance"], + "c2MkCo": ["Payment password must be 6 to 20 characters."], + "cD0wgO": [ + "Do you want to remove the verified association between the X account @<0>", + ["0"], + " and ", + ["1"], + "?" + ], + "cFDjd3": ["Transaction type"], + "cJv4Ca": ["Connecting operation cancelled in third-party wallet."], + "cM1qH2": [ + "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." + ], + "cNJNBU": ["Get optimized search results when you're looking for a token."], + "cQYjZe": [ + "To verify your X account and record it on the NextID, you will need to send a post for the verification." + ], + "cVit2/": ["Please set the backup password to back up"], + "caP+Xq": ["Crypto Holder"], + "cbzSv5": ["Max fee should be greater than base fee of ", ["0"], " Gwei."], + "chL5IG": ["Community"], + "clw/Xh": [["0"], " sent."], + "cm4E8+": ["Experience in X"], + "cmKQl+": ["Failed to save the file. Please try again."], + "cmNbUB": ["Not found your ", ["providerType"], " wallet"], + "cnGeoo": ["Delete"], + "crVIc7": ["Locale Backup"], + "ctb8Cs": ["Dex/Est received (", ["0"], ")"], + "cvCD4e": ["Contract Creator"], + "d0aemb": ["Please create a persona for accessing Dapps."], + "d6nk2t": [["0"], " Platform costs"], + "dAMTl9": ["This RPC URL is currently used by the ", ["0"], " network"], + "dCpOJ5": ["<0/> approved with <1/>"], + "dCvyk/": ["Change another account and try again."], + "dEgA5A": ["Cancel"], + "dXFgcm": ["Transfer Token"], + "daEP1M": ["Token info"], + "dajsth": ["Incorrect Keystore Password."], + "du/tmd": ["Create your Lucky Drop."], + "dyNKut": ["Browse Files"], + "dzAth+": [["0"], " ", ["1"], " swap completed successfully."], + "e0E1XI": ["Max Fee (GWEI)"], + "e1vdXO": ["Arweave"], + "e34ZOD": ["Waiting time"], + "e3I0CA": ["Failed to restore the backup: ", ["0"]], + "e3hCsY": ["Lido Exchange Rate"], + "e4yrZ/": ["Token Address"], + "eC1gV9": ["Invalid file type"], + "eDT+Oh": [ + "The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets." + ], + "eE0JZ4": ["Version"], + "eEeK5j": ["<0>Expires in ", ["0"]], + "ePK91l": ["Edit"], + "eWczg7": ["Just Me"], + "eaLSW8": ["Persona name must between 1 to 24 characters."], + "ecqLr0": [ + "I just tipped a ", + ["NFT_Name"], + " to @", + ["recipientUserId"], + "'s ", + ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], + " ", + ["recipientAddress"], + "\n\nInstall https://mask.io/download-links to send your first tip." + ], + "eeYVJ5": ["Be careful what you visit and sign!"], + "ejVYRQ": ["From"], + "elyK4N": ["Failed to unlock token contract."], + "eoeq4k": ["<0>", ["user"], " made a comment on ", ["platform"]], + "ep2Wyh": ["1 ", ["0"], " tips sent."], + "erRCKP": ["File saved"], + "es4h+b": ["Swap Anyway"], + "ezYNcH": ["Pin Mask Network to the toolbar for easier access:"], + "f5AidZ": ["Write down recovery phrase"], + "f61qKX": ["Deploy a SmartPay wallet on Polygon network."], + "f6pX67": ["<0>0 Followers <1>0 Following"], + "fDP2k4": ["Change Payment Password"], + "fFGPy6": ["Or create a new wallet group"], + "fFYJ8f": ["Welcome to use Mask Network"], + "fL7WXr": ["Applications"], + "fRQP7E": ["<0>Granted to <1>", ["0"], ""], + "fRUjl7": ["Please switch to <0>@", ["expectAccount"], " to continue the account verification progress."], + "fUn3xA": ["Generate a new wallet address"], + "fc4PdK": [ + "The RPC URL you have entered returned a different chain ID (", + ["rpcChainId"], + "). Please update the Chain ID to match the RPC URL of the network you are trying to add." + ], + "fdqDgM": ["Ended on <0>", ["0"], ""], + "fiPesM": ["Method"], + "fj5byd": ["N/A"], + "foOw00": ["Balance(", ["symbol"], ")"], + "fqDzSu": ["Rate"], + "fsBGk0": ["Balance"], + "fsUPaG": ["Congratulations"], + "fvRGyC": ["Trying exploring more features powered by Mask Network."], + "fx6pOQ": ["Balance: <0/>"], + "fza4cg": ["Import Wallets"], + "g/1WbH": ["from <0>", ["fromAddress"], ""], + "g/i+bG": ["Transaction rejected"], + "g2UNkE": ["Powered by"], + "gC2WI+": ["Persona"], + "gERRYE": ["Artblocks"], + "gHM62X": ["Payment password changed."], + "gM+Nj7": [ + "Are you sure to report ", + ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"], "other": ["this NFT"] }], + "? After confirmed, this NFT will be marked as spam." + ], + "gT+8Dk": ["Confirm to hide ", ["name"], "? You can redisplay it by re-adding this NFT at any time."], + "gUuuBi": ["Check Security"], + "gVfVfe": ["Contacts"], + "gWcGl/": ["Your wallet cancelled the transaction."], + "gdnEab": ["Incorrect recovery phrase."], + "ggdga4": ["The user has not set this."], + "ghVDTt": ["rounds"], + "ghZx62": ["Unlock token"], + "gk7J2q": [["0", "select", { "other": ["<0>Size limit: ", ["fileSize"], ""], "omit": [] }]], + "gkLviK": [ + "This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." + ], + "gmOW42": ["ENS or Wallet Address"], + "gnSRSG": ["Hiding Scam Transactions"], + "gp6A8z": ["Authorization Failed"], + "gtdJ43": ["My wallet"], + "gwuMzD": ["<0>", ["user"], " appointed a proxy on <1>", ["platform"], ""], + "gxV9O8": ["Cast your vote"], + "h/b9lY": ["No followers."], + "h0qYUk": ["Search with an ENS domain or wallet address to get optimized results."], + "h3bIHg": ["Disconnect Social Account?"], + "h53LoU": ["Social Account"], + "h5Dtc5": ["funding received"], + "h69WC6": ["Sent"], + "h7+V7K": ["Backup & Recovery"], + "hEpXzO": ["Welcome to Mask Network"], + "hG89Ed": ["Image"], + "hHLRGW": ["Hide tokens with value less than $1"], + "hRWvpI": ["Claimed"], + "hRtIgr": ["APP list"], + "hTbvD9": ["Sorry, you are not eligible to claim $ARB in this campaign."], + "hUF4dG": ["Backup password set successfully"], + "hWUuAb": ["Already following"], + "hXzOVo": ["Next"], + "hYgDIe": ["Create"], + "he3ygx": ["Copy"], + "heVBR8": ["Enter Amount Each"], + "hehnjM": ["Amount"], + "hg5QeV": ["Total cost"], + "hhtbAs": ["Unfollow lens handle"], + "hj39w+": ["Loading failed due to Snapshot API service breakdown."], + "hom7qf": ["Claim"], + "hpxXOD": [ + [ + "context", + "select", + { + "approve": [ + "<0>", + ["user"], + " approved <1>", + ["amount"], + " ", + ["symbol"], + " to <2>", + ["contract"], + "" + ], + "revoke": [ + "<3>", + ["user"], + " revoked the approval of <4>", + ["amount"], + " ", + ["symbol"], + " to <5>", + ["contract"], + "" + ], + "other": [] + } + ] + ], + "hxHyfs": ["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."], + "hxdOdX": ["Owner can change balance"], + "hzTib5": ["Select an NFT Contract Operator"], + "i2x+p1": ["Processing Withdrawal"], + "i4umqX": ["The following wallets are not installed or in conflict with others"], + "i6OT6/": [["subject"], " has an error"], + "i70ilP": [["0"], " NFT contract unlocked."], + "iCb44o": ["Created on: ", ["0"]], + "iF9x7r": ["Trading mode"], + "iH8itU": ["Connect your wallet"], + "iH8pgl": ["Back"], + "iJLEZF": ["Show me how"], + "iNIdDX": ["Incorrect contract address."], + "iPMIoT": ["Enter an amount"], + "iSLIjg": ["Connect"], + "iT0Qmd": ["Transaction Failed"], + "iTiwqa": ["Asset is hidden."], + "iZLoa2": ["eg: X accounts, persona public keys, wallet addresses or ENS"], + "ia3Lqp": [ + "The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions." + ], + "ie2c+s": [ + "I just purchased a beautiful piece of art from {0} collection for ", + ["1"], + " ", + ["2"], + ". Welcome to join." + ], + "ileX7U": ["No recent transactions"], + "imDvP9": ["Gas limit must be smaller than ", ["maxGas"], "."], + "iobEyh": ["By checking this box, I agree to ArtBlocks's <0>Terms of Service."], + "iuCSJl": ["This wallet is connected to current persona ", ["0"], "."], + "iuJFAy": ["Low Risk"], + "iwiSFA": ["Similar Project"], + "j2Uisd": ["Approving"], + "j2a+h4": ["Past rounds"], + "j4TRxD": ["Select Address"], + "j8MqhB": ["CyberConnect"], + "jEDiuG": ["Network added"], + "jICk7g": ["There was a network or RPC provider error, please try again later!"], + "jIWgmE": ["Entered passwords are inconsistent."], + "jJPsrT": [ + "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." + ], + "jJrqb1": ["Token Name"], + "jK7nvW": ["Failed to disconnect wallet"], + "jRcH7y": ["NFT Avatar Setting"], + "jRfanQ": ["Gas Used (Units)"], + "jXWnN0": [["0", "plural", { "one": ["Strategy"], "other": ["Strategies"] }]], + "jZQU+o": ["Originally posted by ", ["0"]], + "ja6Tyz": ["Search with the name of an NFT collection or its symbol to get optimized results."], + "jaH9PD": ["Hi friends, I just created ", ["token"], " Lucky Drop. Download Mask.io to claim."], + "jas0vv": ["Disconnect all accounts"], + "jbc0gF": ["Create Password"], + "jeLXsu": ["Who can claim"], + "jfJkBQ": ["Gas price is too low for network conditions."], + "jh0i4n": ["Confirm this transaction in your wallet."], + "jhoAzY": ["Mask Network Cloud"], + "jjCXPD": ["Starts ", ["relativeStartTime"]], + "jpctdh": ["View"], + "jt/0L2": ["You've saved ", ["0"], " to Web3 file service."], + "jt/cjR": ["Safety Warning"], + "jtExaD": ["Not supported yet."], + "jygqM9": ["Loading account information..."], + "jzLzy/": ["No whitelist"], + "k/sb6z": ["Select language"], + "k/vATR": ["Token unlocked"], + "k0USDt": ["Account connected.<0/><1/>Try to explore more features powered by Mask Network."], + "k1pJQo": [["0"], " network is not added to the wallet. Please add it and try again."], + "k28Qhe": ["Failed to save file"], + "k57+C7": [["walletLength", "plural", { "one": ["#", " Wallet"], "other": ["#", " Wallets"] }]], + "k7u9V5": ["Incorrect words selected. Please try again!"], + "kCAzy/": ["Collection Approval"], + "kG0n0M": ["Network error or user cancels the process."], + "kHDhjV": [ + "I just claimed airdrop with ", + ["amount"], + " ", + ["0"], + " on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." + ], + "kKY8Re": [ + "The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." + ], + "kPQQEW": ["Enter an Amount"], + "kV9Qeo": ["You have donated ", ["0"], " ", ["1"]], + "kWJmRL": ["You"], + "kbfp5m": ["Visible To"], + "kdW3qS": ["Nonce"], + "kePpfU": ["Update NFT Avatar Success!"], + "kf/5Ap": ["Explore multi-chain dApps."], + "kf83Ld": ["Something went wrong."], + "kg/ict": ["Lucky Drop claimed."], + "kj3M8S": ["Deposit"], + "kjBSDT": [ + "<0>", + ["user"], + " minted ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], + "for <3>", + ["value"], + " ", + ["symbolName"], + "" + ], + "ks5OGD": ["Contract"], + "kx0s+n": ["Results"], + "l/UFPv": ["Properties"], + "l3s5ri": ["Import"], + "lCF0wC": ["Refresh"], + "lCHQzJ": ["This address may be a scam address."], + "lCfoWv": ["Select NFTs"], + "lDgVWA": ["Receive"], + "lET9my": ["Mask needs the following permissions"], + "lErh77": [ + "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." + ], + "lKldOY": ["12-word recovery phrase is used to recover your persona data."], + "lO/vMB": [ + "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." + ], + "lPJwNU": ["Persona: ", ["personaName"]], + "lPsa94": ["Merge Completed"], + "lQXQKs": ["Vote"], + "lU6uRb": [ + "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." + ], + "lWOC+h": ["Mask Network requires you to authorize the following websites before using it."], + "ldI18s": ["Minted:"], + "lhvy2j": ["Firefly"], + "llLBQ1": ["a token"], + "lmYQuN": ["At most ", ["SOL_REDPACKET_MAX_SHARES"], " recipients"], + "loCUuu": ["Keystore"], + "lqTDfd": ["Slippage Tolerance"], + "lqW7eD": [ + "In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address." + ], + "lr8uE3": ["Holding ", ["0"]], + "lvL4x0": ["Follow @masknetwork for Web3 updates and insights."], + "lxJU2w": ["Enter Number of Winners"], + "lyjM6U": ["Wait too long for the confirmation."], + "m+uuUE": ["Cross-chain"], + "m/TPEz": ["(beta)"], + "m16xKo": ["Add"], + "m2OZMI": ["Max fee cannot be lower than max priority fee"], + "m2pyX2": ["Buy Now"], + "m3VOQq": ["Current wallet does not support to interact with Lens protocol."], + "m3XvO+": ["Imported Wallets"], + "m3akOw": ["I just claimed a lucky drop from @", ["sender"], " on Solana."], + "m3cvPZ": ["Payment password set."], + "m3pz1u": ["Insufficient ", ["symbol"], " Balance"], + "m64f3d": [ + "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." + ], + "mCB6Je": ["Select All"], + "mGHHf5": [ + "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." + ], + "mHWsOq": ["Failed to confirm"], + "mNUsxu": ["Tx Fee"], + "mPxxVq": ["Enter a gas limit"], + "mQpWAe": ["Edit Contact"], + "mT57+Q": ["Go to Settings"], + "mUJUVX": ["Claim your NFT Lucky Drop"], + "mW8F64": ["This project is no longer active"], + "mYGY3B": ["Date"], + "mZ04KC": ["Overall Best"], + "ma8rSx": ["Your transaction has been confirmed!"], + "mc68kY": ["New Payment Password"], + "md5sZ/": [ + "This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud." + ], + "mfwfMR": ["You can claim the lucky drop by holding the required amount of any selected token."], + "mhNIiJ": ["Gas price is higher than necessary. You may pay more than needed."], + "mrAv9J": ["Failed to save network"], + "msszNj": ["<0/> approved <1>", ["0"], " ", ["1"], ""], + "muQqQY": ["Buy & sell tweets autographed by their original creators."], + "mzI/c+": ["Download"], + "n+ObkB": [ + "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." + ], + "n1gwuy": ["on ", ["toNetworkName"]], + "n2HnVK": [ + "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." + ], + "n42fmQ": ["Enter a max fee"], + "nDzNGQ": ["Follow User"], + "nE/lLr": ["Just Selected Contacts"], + "nFjzvC": ["Approved Amount ", ["0"]], + "nGl2Ng": ["Restore Completed"], + "nKLBYz": [ + "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" + ], + "nMUHWK": [["claimed"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], + "nMkx7r": [["0", "plural", { "one": ["#", " Hour"], "other": ["#", " Hours"] }]], + "nOCyT5": ["Show tokens with value less than $1"], + "nOhz3x": ["Logout"], + "nSkB8g": ["Information"], + "nTFx7o": ["Avatar set successfully"], + "nTWWCZ": ["Low"], + "nTif4K": ["Select and Connect to your wallet"], + "nUWEsV": ["Max fee is higher than necessary"], + "nUeoRs": ["Signing Message (Text)"], + "nV/wXH": ["This profile can not be followed."], + "nWDO1P": [ + "<0/> ", + [ + "txType", + "select", + { + "burn": ["burned"], + "deposit": ["deposited"], + "mint": ["minted"], + "receive": ["received"], + "send": ["sent"], + "withdraw": ["withdrawn"], + "other": [] + } + ], + " <1>", + ["0"], + " ", + ["1"], + " " + ], + "ndRqFD": ["Chain ID"], + "neBDpj": ["Please connect wallet"], + "ngWO+e": ["No local key"], + "njSHJP": ["You didn't approve ", ["0"], ". Please do not set spending cap to 0 and try it again."], + "nqL5WA": ["Claim Lucky Drop"], + "nqagQ8": ["Signing Message (Raw)"], + "nvAt0H": ["Resource"], + "nvV/Td": ["Balance: <0>", ["0"], ""], + "nwSp3U": [ + "I just tipped ", + ["amount"], + " ", + ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], + " to @", + ["recipientUserId"], + "'s ", + ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], + " ", + ["3"], + "\n\nInstall https://mask.io/download-links to send your first tip." + ], + "nzBzok": ["Create time:"], + "o+XJ9D": ["Change"], + "o+zDNQ": ["The mnemonic word has been copied, please keep it in a safe place."], + "o4Iu2W": ["Logout successfully"], + "o4NrTC": ["Confirm this Signature in your wallet."], + "o66hO5": ["Discovered a LuckyDrop event on the FireFly website."], + "o9pabc": ["No codes found to suspend trading."], + "oCBTyI": ["This will overwrite the existing cloud backup with the local data, this cannot be undo."], + "oDMfB1": ["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], + "oDSXfc": ["New password cannot be the same as your current password."], + "oG26Rt": ["Confirm this transaction in your wallet"], + "oG67vO": ["Available to Everyone"], + "oIsL5E": ["Chain ID: ", ["0"]], + "oJIW7I": [ + [ + "context", + "select", + { + "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], + "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], + "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], + "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], + "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], + "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""], + "other": [] + } + ] + ], + "oMx/mL": [ + "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." + ], + "oN9XHJ": ["Start Time: <0>", ["0"], ""], + "oOQfsI": ["Current account is not the verifying account."], + "oTLFeN": ["The Lucky Drop can't be sent due to data damage."], + "oX+QCa": ["<0>Powered by<1>Mask Network"], + "oYzol6": ["an NFT"], + "oZw0Iw": ["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"], + "ocYse8": ["Failed to refund Lucky Drop."], + "oe5xh9": ["Decrypt failed, please check password"], + "of3mx/": [ + "<0>", + ["user"], + " swapped <1>", + ["from_value"], + " ", + ["from_symbol"], + " to <2>", + ["to_value"], + " ", + ["to_symbol"], + " on <3>", + ["platform"], + "" + ], + "ofUcbc": ["Random"], + "ohUJJM": ["Plugins"], + "ojlMCx": ["Minimum withdraw amount is ", ["MINIMUM_AMOUNT"], " ", ["0"]], + "olEUh2": ["Successful"], + "ooHEV6": ["1 ", ["0"], " NFT Lucky Drop claimed."], + "osXsDn": ["Import NFT"], + "ou+PEI": ["Profile Photo"], + "ouAjo6": ["No Enough Gas Fee"], + "ovBPCi": ["Default"], + "oxKup1": ["Insufficient $", ["0"], " balance"], + "p+ngUo": ["Unfollow"], + "p1/7GX": ["Contract Not Found"], + "p2/GCq": ["Confirm Password"], + "p3TX0l": [ + "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." + ], + "p7l2aC": ["Contract:"], + "p8Aea2": ["The persona name already exists."], + "p8OYBy": [ + "@", + ["sender"], + " is sending an NFT lucky drop on ", + ["networkName"], + " network. ", + ["account_promote"], + " ", + ["promote_short"], + " #mask_io #LuckyDrop ", + ["0"] + ], + "pG7O41": ["Fastest"], + "pGElS5": ["Mnemonic"], + "pHfBGz": ["Updating Gas Fee…"], + "pIyHYi": ["Lens Follow"], + "pLHDrO": ["Holding NFT"], + "pOE8Vh": ["Space"], + "pa3wn3": ["It remains unclaimed."], + "pbOGiB": ["Revoke Token"], + "pbYUPI": ["Text copied!"], + "pi+hn/": ["Ethereum ", ["HD_PATH_WITHOUT_INDEX_ETHEREUM"]], + "pjrgRd": ["Incorrect Private Key"], + "pkyWdU": ["Keystore password"], + "poYLOl": ["New Logo"], + "ps1+DX": ["Set your persona name with maximum length of 24 characters"], + "pu3rTn": ["GWEI"], + "puUEU3": ["Change Backup Password"], + "put3ex": ["Request is valid not after"], + "pv5v6j": ["About Permit"], + "pvnfJD": ["Dark"], + "py6hU8": ["Signature Request"], + "pzO3Xa": ["Total Supply"], + "q+O14e": ["Search Area"], + "q+hNag": ["Collection"], + "q/ao7A": ["Price per mint"], + "q5+UWM": ["Contact edited."], + "qAbGIK": ["Issued at"], + "qCMUPH": ["Unlock ", ["0"]], + "qDIxZ+": ["Failed to restore the backup from Google Drive to your browser. Please try again."], + "qHqI+o": ["<0>Powered by <1>Mask Network"], + "qI8U4x": ["Max fee cannot be lower than max priority fee."], + "qIL7PI": ["Offers"], + "qJb6G2": ["Try Again"], + "qNiGUh": ["size"], + "qT8oOt": ["Persona required."], + "qWMpAl": ["up to ", ["0"], " Gwei"], + "qYuscr": ["Max Priority Fee"], + "qZ6p7p": ["Backup on ", ["0"]], + "qcqdIh": ["You need to open the dApp to view the specific content."], + "qcybNQ": ["Proposal"], + "qdyV/M": ["News"], + "qhKyO3": ["Withdraw ", ["0"]], + "qkhZxp": ["Created a SmartPay wallet on Polygon network."], + "qp8fKi": ["By confirming means that you agree to bear the possible risks above."], + "qqWcBV": ["Completed"], + "r3OcML": [["mins"], "min"], + "r92tNP": ["Failed to authorize Google Drive. Please try again."], + "rBLzKv": ["Max fee is higher than necessary."], + "rCsoea": ["Manage Token List"], + "rG3WVm": ["Select"], + "rJZPaP": ["No activities found."], + "rKY/BK": ["Classics Logo"], + "rLgPvm": ["Backup"], + "rQQGN1": ["Max priority fee is higher than necessary. You may pay more than needed."], + "rR6iwH": ["Domain Request"], + "rWE7Lq": ["Contact deleted."], + "rWqyF3": ["Gas limit should be between ", ["minGasLimit"], " and 15.00M"], + "rYFSec": ["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."], + "rZ0rgl": ["Total Volume"], + "raCUEa": ["By granting permission, you are allowing the following <0/> contract to access your funds"], + "rcNnsQ": ["Price:"], + "re2nOO": ["Uploaded files"], + "rkMKQ0": [ + "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." + ], + "rm0yu/": ["About ", ["collectionName"]], + "rqV4QH": ["This swap isn’t supported"], + "rrvbCi": ["Network error or execute smart contract failed."], + "rulocO": ["Checking Approve"], + "ryWxhG": ["Congratulations!"], + "s/8SJ+": [ + "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." + ], + "s4Omor": ["To <0>", ["0"], ""], + "sGkv/+": [ + "Hi friends, I just deposit ", + ["0"], + " ", + ["1"], + " on ", + ["2"], + ". Follow @", + ["3"], + " to find more staking projects." + ], + "sOYKMU": ["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."], + "sOcZTR": ["Contract Deployment"], + "sQJ3RN": ["Max priority fee is too low for network conditions."], + "sQTDWu": ["Allow us to collect your usage information to help us improve Mask."], + "sSkbaZ": ["Request timed out."], + "sWsox7": ["Follow Lens handle"], + "saHPqg": ["Claim your Lucky Drop."], + "sb9Y58": ["Wallet"], + "siroPf": ["Mask Network"], + "sxkWRg": ["Advanced"], + "szNWi8": ["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."], + "t+A5fr": ["Gas price should be greater than 0"], + "t/YqKh": ["Remove"], + "t2prdI": ["No search results"], + "t3rUZr": ["Sign-in Request"], + "t6bQQD": ["Send authors tips by using Mask Network's Tips function."], + "t6md+W": [ + [ + "0", + "select", + { + "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], + "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""], + "other": [] + } + ] + ], + "t8dIOP": ["Spam"], + "t91sWs": [ + [ + "actionType", + "select", + { + "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], + "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], + "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""], + "other": [] + } + ] + ], + "t9m1iP": ["Spam reported."], + "tARYn/": ["NFTs Profile"], + "tCAZi9": ["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."], + "tG9G+b": ["File Service"], + "tHoyBc": ["Please connect ", ["0"], " before using dApps."], + "tIW5Jt": ["No matched tokens"], + "tKJ7ee": ["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."], + "tOL6AP": ["Adjust Selection"], + "tOMnvw": [ + "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." + ], + "tPeNU7": ["This network name already exists"], + "tRRE1h": ["1 ", ["0"], " claimed."], + "tXkhj/": ["Start"], + "tbOs8j": ["Confirm Swap"], + "tcHpvG": ["Change Owner"], + "tfDRzk": ["Save"], + "thX7xs": [ + "The network with chain ID ", + ["formChainId"], + " may use a different currency symbol (", + ["0"], + ") than the one you have entered. Please check." + ], + "tiX/tO": ["Address: <0>", ["address"], ""], + "tj48De": ["Connect Social Account"], + "tjbyOy": ["Project details"], + "tk+uyz": [ + "You've approved ", + ["0"], + " for ", + ["1"], + ". If you want to revoke this token, please set spending cap amount to 0." + ], + "toDFSK": ["Wallet sign succeeded."], + "tst44n": ["Events"], + "tuOw4x": ["Make It Encrypted"], + "tx1x9k": [ + "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." + ], + "txEVTf": ["No Listings"], + "ty2gt9": ["You need to follow the creator of the lucky drop."], + "u2OWVJ": ["Disconnect failed."], + "u2Srv1": ["Claim your Airdrop"], + "u3ZeYl": ["Transaction failed"], + "u689pQ": ["Ends in ", ["relativeEndTime"]], + "uAQUqI": ["Status"], + "uBAxNB": ["Editor"], + "uF9ruK": ["Saving"], + "uJQLj9": ["Connect and switch between your wallets."], + "uSMfoN": ["Verify"], + "uip9JY": ["I wrote down those words in the correct order"], + "ujpEaI": ["Please connect your wallet"], + "uqF4Nm": ["Blockchain:"], + "usVwcn": ["No anti_whale(Unlimited number of transactions)"], + "uv94aG": ["Added by user"], + "uv9cwh": ["Bridge Network fee"], + "uyJsf6": ["About"], + "v01kR+": ["NFT PFP"], + "v7U98p": ["Failed to claim Lucky Drop."], + "vH2C/2": ["Swap"], + "vLXevL": ["Transaction cost"], + "vOx+Me": ["You can withdraw the remaining balance 24 hours after sending the lucky drop."], + "vVEene": ["View your Tokens and NFTs"], + "vXIe7J": ["Language"], + "vXygio": ["Not enough data to present."], + "vel6Z1": ["Request Source"], + "vhlM+H": ["Withdraw ", ["0"], " for savings."], + "vhqFTT": ["Can't find a valid user address data source."], + "vutynE": ["Enable plugin"], + "w0e0yw": ["Gas limit must be at least ", ["0"]], + "w1ctdJ": ["Encrypted Post"], + "w3t1Hw": ["Powered by <0>Go+"], + "w4oOEJ": ["Mask Community $ARB Giveaway"], + "w9Xmw/": ["Google Drive"], + "wCtp6y": ["Your Wallet is on **ready 🚀**"], + "wDnczW": ["Optimize the display of search results about ENS in social media."], + "wGtbaw": ["Amount per Share"], + "wMHvYH": ["Value"], + "wNecg9": ["Multiple transaction requests ", ["0"], " / ", ["1"]], + "wNxsb2": ["Reject ", ["totalMessages"], " Transactions"], + "wThGrS": ["App Settings"], + "wUlAUI": ["<0>@", ["currentUserId"], " connected already."], + "wYA1q/": ["Auto report the scam links to MetaMask"], + "waXvJd": ["NFT is not minted yet."], + "wbDTs9": ["Request timed out"], + "wqppGn": ["Permissions List"], + "wvJOId": ["This ENS does not exist or not be resolved."], + "wxZZWc": [ + "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." + ], + "wxfXhJ": ["Scam tx"], + "x0PhCN": ["Disconnected successfully."], + "x4f8pZ": ["Tips"], + "x5LEuB": ["Followers"], + "x6rEou": [ + "<0>", + ["user"], + " claimed ", + ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], + "from <3>", + ["formattedAddress"], + "", + ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] + ], + "xBXg0L": [ + "No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk." + ], + "xC6eGY": ["Mint function"], + "xCJdfg": ["Clear"], + "xCcvjC": ["Set up NFT PFP successfully"], + "xDAtGP": ["Message"], + "xDO6ZN": ["Plugin switch"], + "xEQZ4z": ["Use text encryption"], + "xEX/9S": [ + "No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk." + ], + "xFCCR4": ["Please enter the correct mnemonic words, private key, or upload the correct keystore file."], + "xGVfLh": ["Continue"], + "xH6cn+": ["Choose Token"], + "xIxVmH": ["Unlock ", ["0"], " NFT contract."], + "xPSvu3": ["<0>", ["websiteCount"], " ", ["0", "plural", { "one": ["Website"], "other": ["Websites"] }]], + "xTQLHC": [ + "I just purchased a beautiful piece of art from {0} collection for ", + ["1"], + " ", + ["2"], + ". Install @masknetwork to get yours." + ], + "xeiujy": ["Text"], + "xjhtsV": ["Chain"], + "xoKE3v": ["Disable Permit"], + "xuKB2x": [["0"], " deposited."], + "xupcu9": ["Speed Up"], + "y/+ReV": ["No any collectible is available for preview. Please add your collectible here."], + "y/kxxM": ["Priority fee"], + "y2i17G": ["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."], + "y3juHh": [ + "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." + ], + "y3qyKP": ["NFT Lucky Drop created."], + "y49awp": ["Set NFT Photo"], + "y5aRAa": ["Please enter cloud backup password to download file."], + "y62Dys": ["Network fee"], + "y6VCOb": [["0"], " Mins"], + "y6sq5j": ["Following"], + "yC/GKd": [ + "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." + ], + "yD15Uj": ["Are you sure to remove this wallet?"], + "yDUr0V": ["Lucky Drop refunded."], + "yFpcbN": ["This request may be a phishing attach. I understand this and want to continue."], + "yFrxQj": ["Mnemonic word"], + "yGyJ1l": [ + "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." + ], + "yHrAv+": ["Claim Lucky Drop with ", ["0"], " claimed."], + "yKu/3Y": ["Restore"], + "yNBZ3N": ["Enter gas limit"], + "yNu9vD": ["The wallet address already exists."], + "yQE2r9": ["Loading"], + "yQqkIK": ["24H Average Price"], + "yRuvmU": ["The mnemonic words has been copied, please keep it in a safe place."], + "yTZe+y": ["Snapshot"], + "yVnV6H": ["Please write down or copy these words and save them in a secure place."], + "yVzBCJ": ["NFT Lucky Drop claimed."], + "yZhedI": ["Gas fee settings"], + "yb/fjw": ["Approval"], + "ybuu1v": ["Oops, we can't find any results."], + "ygW4tI": ["Please connect your persona"], + "yik0Qu": ["Private Key"], + "ykiu3o": ["NFT Details"], + "ylUhBz": ["Click to retry"], + "ylXk9u": ["Encrypt the message in an image"], + "yqc6uX": [ + "This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing." + ], + "ywDBfs": ["Something went wrong!"], + "yx/fMc": ["High"], + "yz7wBu": ["Close"], + "yzF66j": ["Link"], + "z+H8bd": ["Your wallet does not meet the eligibility criteria for claiming."], + "z/3+av": ["License:"], + "z1i6et": ["Failed to ", ["0"], " NFT contract."], + "z27gFg": [ + "If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it." + ], + "z7Fh2l": ["Base fee required: ", ["MIN_BASE_FEE"], " Gwei"], + "z9HeHt": ["Create a Privy Wallet"], + "zBPjcC": ["Revoke the approval for token"], + "zBUJYA": ["The approval for this contract will be revoked in case of the amount is 0."], + "zBftr8": ["Claim NFT Lucky Drop"], + "zEZe86": [ + "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." + ], + "zGTAja": [["claimed"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], + "zJlXbX": ["NFT"], + "zPar3e": ["Collectible"], + "zX9KdB": ["No following friends."], + "zXagFp": ["Copy Address"], + "zZk9Yz": ["Purchase"], + "zga9sT": ["OK"], + "zgqgNP": ["Purchasing...."], + "zkEW09": [ + "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" + ], + "znqB4T": ["Insufficient balance"], + "zp7Ha3": ["Backup Failed"], + "zwBp5t": ["Private"], + "zxrGeO": ["Gas limit must be bigger than ", ["minGas"], "."], + "zzDlyQ": ["Success"] + } +} diff --git a/packages/shared-base-ui/src/locale/en-US.po b/packages/shared-base-ui/src/locale/en-US.po index d7eb933e3f06..2d03105a1c27 100644 --- a/packages/shared-base-ui/src/locale/en-US.po +++ b/packages/shared-base-ui/src/locale/en-US.po @@ -204,12 +204,7 @@ msgid "{0} Platform costs" msgstr "" #. placeholder {0}: fromNetwork?.name || '' -#. placeholder {0}: fromNetwork?.name||"" #. placeholder {0}: toNetwork?.name || '' -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx msgid "{0} Pool" @@ -253,9 +248,6 @@ msgid "{0} withdrawn." msgstr "" #. placeholder {0}: mins.replace(/\.?0+$/u, '') -#. placeholder {0}: mins.replace(/\.?0+$/u,"") -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/helpers/formatTime.ts msgid "{0}m" msgstr "" @@ -297,7 +289,6 @@ msgstr "" msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}} other {}}" msgstr "" -#: build/bundled/201.js #: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx msgid "{count, plural, one {You have recovered **# Wallet 🚀**} other {You have recovered **# Wallets 🚀**}}" msgstr "" @@ -307,8 +298,6 @@ msgstr "" msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom} other {}}" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx msgid "{mins}min" msgstr "" @@ -317,14 +306,10 @@ msgstr "" msgid "{riskyFactors, plural, one {# Risky item} other {# Risky items}}" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/helpers/formatTime.ts msgid "{seconds}s" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx msgid "{seconds}sec" msgstr "" @@ -581,7 +566,6 @@ msgstr "" msgid "<0>USD Value<1>${0}" msgstr "" -#: build/bundled/168.js #: packages/mask/content-script/site-adaptors/twitter.com/customization/i18n.ts msgid "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {encrypted} to send your first encrypted tweet." msgstr "" @@ -996,7 +980,6 @@ msgstr "" msgid "Author" msgstr "" -#: build/bundled/51.js #: packages/mask/dashboard/components/GoogleDriveLogin.tsx msgid "Authorization Failed" msgstr "" @@ -1155,11 +1138,6 @@ msgstr "" msgid "Be careful what you visit and sign!" msgstr "" -#: build/bundled/101.js -#: build/bundled/101.js -#: build/bundled/101.js -#: build/bundled/101.js -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/components/MessageInput.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/PreviewNftRedPacket.tsx @@ -1192,10 +1170,6 @@ msgstr "" msgid "Blocto only supports the Flow chain." msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx @@ -1214,8 +1188,6 @@ msgstr "" msgid "Bridge anyway" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx msgid "Bridge between this token pair are't supported at the moment." msgstr "" @@ -1462,7 +1434,6 @@ msgstr "" msgid "Choose Token" msgstr "" -#: build/bundled/212.js #: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx msgid "Chrome - external extension" msgstr "" @@ -1698,8 +1669,6 @@ msgstr "" msgid "Confirm" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx @@ -1715,8 +1684,6 @@ msgstr "" msgid "Confirm Payment Password" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx @@ -1956,7 +1923,6 @@ msgstr "" msgid "Contract Interaction" msgstr "" -#: build/bundled/120.js #: packages/plugins/GoPlusSecurity/src/SiteAdaptor/CheckSecurityDialog.tsx msgid "Contract Not Found" msgstr "" @@ -2079,7 +2045,6 @@ msgstr "" msgid "Create Smart Pay wallet" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx @@ -2640,10 +2605,6 @@ msgstr "" msgid "Enter an amount" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts msgid "Enter an Amount" @@ -2715,10 +2676,6 @@ msgstr "" msgid "Exceeded the maximum file size of {fileSize}." msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/index.tsx @@ -2773,7 +2730,6 @@ msgstr "" msgid "Failed to add the wallet, please try again." msgstr "" -#: build/bundled/51.js #: packages/mask/dashboard/components/GoogleDriveLogin.tsx msgid "Failed to authorize Google Drive. Please try again." msgstr "" @@ -2795,7 +2751,6 @@ msgstr "" msgid "Failed to create Lucky Drop." msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx msgid "Failed to create theme." msgstr "" @@ -2830,13 +2785,10 @@ msgstr "" msgid "Failed to download image" msgstr "" -#: build/bundled/198.js #: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx msgid "Failed to get permissions" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts msgid "Failed to get quote information" msgstr "" @@ -2933,8 +2885,6 @@ msgstr "" msgid "Fast" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx msgid "Fastest" msgstr "" @@ -3303,11 +3253,11 @@ msgid "" msgstr "" #: build/bundled/101.js -msgid "" -"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" -"\n" -"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" +#~ msgid "" +#~ "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" +#~ "\n" +#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +#~ msgstr "" #. placeholder {0}: promote.amount #. placeholder {1}: promote.symbol @@ -3370,8 +3320,6 @@ msgstr "" msgid "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx @@ -3637,10 +3585,6 @@ msgstr "" msgid "Insufficient {0} Balance" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts msgid "Insufficient {symbol} Balance" @@ -3656,7 +3600,6 @@ msgstr "" msgid "Insufficient balance" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx @@ -3665,7 +3608,6 @@ msgstr "" msgid "Insufficient Balance" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx @@ -3999,8 +3941,6 @@ msgstr "" msgid "MAX" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx msgid "Max amount" msgstr "" @@ -4160,10 +4100,6 @@ msgstr "" msgid "Minted:" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts msgid "Missing dex contract address" @@ -4221,7 +4157,6 @@ msgstr "" msgid "Name" msgstr "" -#: build/entry/popups.js #: packages/mask/popups/components/TokenPicker/index.tsx #: packages/shared/src/UI/components/FungibleTokenList/index.tsx msgid "Name or Contract address e.g. USDC or 0x234..." @@ -4261,8 +4196,6 @@ msgstr "" msgid "Network error, try again: {0}" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx @@ -4532,8 +4465,6 @@ msgstr "" msgid "No proxy" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx msgid "No recent transactions" msgstr "" @@ -4951,7 +4882,6 @@ msgstr "" msgid "Please enter the correct mnemonic words, private key, or upload the correct keystore file." msgstr "" -#: build/bundled/120.js #: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SearchBox.tsx msgid "Please enter token contract address." msgstr "" @@ -5199,10 +5129,6 @@ msgstr "" msgid "Quote route" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx @@ -5361,8 +5287,6 @@ msgstr "" msgid "Request Source" msgstr "" -#: build/bundled/111.js -#: build/bundled/111.js #: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/useFinanceFeeds.ts #: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/useSocialFeeds.ts msgid "Request timed out" @@ -5514,7 +5438,6 @@ msgstr "" msgid "Scam tx" msgstr "" -#: build/bundled/143.js #: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx msgid "Scam Warning" msgstr "" @@ -5567,7 +5490,6 @@ msgstr "" msgid "Select a token" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx @@ -5612,8 +5534,6 @@ msgstr "" msgid "Select liquidity" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx msgid "Select Liquidity" @@ -5832,8 +5752,6 @@ msgstr "" msgid "Skip" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx @@ -6023,8 +5941,6 @@ msgstr "" msgid "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx @@ -6064,8 +5980,6 @@ msgstr "" msgid "Swapping" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx msgid "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." msgstr "" @@ -6182,15 +6096,10 @@ msgstr "" msgid "The current wallet does not hold a lens and cannot follow/unfollow" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx msgid "The custom amount entered may be higher than the required network fee." msgstr "" -#: build/bundled/176.js -#: build/bundled/51.js -#: build/bundled/91.js #: packages/mask/dashboard/utils/api.ts msgid "The download link is expired" msgstr "" @@ -6393,7 +6302,6 @@ msgstr "" msgid "This network name already exists" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx msgid "This NFT contract cannot be modified now." msgstr "" @@ -6478,8 +6386,8 @@ msgid "This tweet is encrypted with #mask_io (@masknetwork). 📪🔑" msgstr "" #: build/bundled/168.js -msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" -msgstr "" +#~ msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" +#~ msgstr "" #: packages/plugins/NextID/src/components/BindPanelUI.tsx msgid "This wallet address has already been connected." @@ -6571,7 +6479,6 @@ msgstr "" msgid "Token ID" msgstr "" -#: build/bundled/67.js #: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx msgid "Token ID separated by comma, e.g. 1223,1224," msgstr "" @@ -6651,8 +6558,6 @@ msgstr "" msgid "Trading route" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx msgid "Trading Route" @@ -6672,8 +6577,6 @@ msgstr "" msgid "Transaction cost" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx #: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx @@ -6701,8 +6604,6 @@ msgstr "" msgid "Transaction Hash" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx msgid "Transaction history is only stored locally and will be deleted if you clear your browser data." msgstr "" @@ -6764,8 +6665,6 @@ msgstr "" msgid "Try to recover" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts msgid "Try token from different chains" msgstr "" @@ -6809,10 +6708,6 @@ msgstr "" msgid "Unlikely to be a honeypot." msgstr "" -#: build/bundled/101.js -#: build/bundled/102.js -#: build/bundled/178.js -#: build/bundled/191.js #: packages/shared/src/UI/components/UploadDropArea/index.tsx msgid "unlimited" msgstr "" @@ -7011,7 +6906,6 @@ msgstr "" msgid "Version" msgstr "" -#: build/bundled/101.js #: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx #: packages/plugins/NextID/src/SiteAdaptor/VerificationPayload.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx @@ -7199,7 +7093,6 @@ msgstr "" msgid "Web3 Profile Card" msgstr "" -#: build/bundled/212.js #: packages/mask/popups/pages/Settings/index.tsx #: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx #: packages/shared/src/UI/components/CoinMetadataTable/index.tsx @@ -7244,7 +7137,6 @@ msgstr "" msgid "Who can claim?" msgstr "" -#: build/bundled/100.js #: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx msgid "Why I can't vote?" msgstr "" diff --git a/packages/shared-base-ui/src/locale/ja-JP.json b/packages/shared-base-ui/src/locale/ja-JP.json index 38a0be7383ea..12bb7de2d0f3 100644 --- a/packages/shared-base-ui/src/locale/ja-JP.json +++ b/packages/shared-base-ui/src/locale/ja-JP.json @@ -1 +1,2185 @@ -{"messages":{"++B0oY":["This function has been turned off in the App settings. Enable plugins to fully access."],"+01Ill":["Change to Solana Wallet"],"+5hgHR":["Are your sure you want to disconnect? You may lose part of functionalities of this website."],"+95jK3":["Gas limit too low will cause the transaction to fail."],"+A4TPN":[["0"]," NFT contract"],"+CzAt9":["Previous unfollow transaction is in processing, please wait and try again."],"+IEBAO":["Approve amount"],"+K0AvT":["Disconnect"],"+POswt":["Sell Tax: ",["0"]],"+Qcnh5":["Please select the appropriate method to restore your personal data."],"+W8dUJ":["Tap to view the private key <0/> Make sure no one is looking at your screen"],"+XyQiK":["Agree"],"+Zuhm7":["Support Identity code, private key, local backups or cloud backups to access your personal data."],"+adBn3":["Chrome - external extension"],"+b7T3G":["Updated"],"+fTqvl":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"],""],"+hwfjv":["Please select the wallet to activate the function after saving the settings."],"+m7PfT":["Deleted successfully"],"+m7x4e":["Backup Successful"],"+q+Wa9":["Swap anyway"],"+uISZO":["Incorrect Password"],"+ubcPw":["No power"],"+xKN8I":["<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later."],"/2nH6X":["Make another Bridge"],"/7tku+":["Try"],"/BI0y9":["Refunded"],"/Dk+nX":["More on ",["0"]],"/I3RSJ":["Report Spam"],"/JOEaC":["Deploy Smarty Pay wallet"],"/KseE7":["Delete File"],"/LkuGq":["Restore from a previous database backup"],"/OPmPQ":["Verify ",["0"]],"/Swcdo":["Failed to swap"],"/WfDJy":["If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets."],"/capO6":["Failed to deposit ",["0"],"."],"/eguJc":["Uploading"],"/fo6Dv":["Gas Limit (Units)"],"/giXwU":["Medium Risk"],"/hKQcr":[["seconds"],"s"],"/jQctM":["To"],"/nT6AE":["New password"],"/riTT2":["Pinned successfully."],"/uEw9z":["Your X account authorization has timed out. Please try again."],"/vtDGO":[["0"]," is connected to these sites, they can view your account address."],"/xrk7I":["FAQ&Tutorial"],"/y/pZ3":["Select a Token"],"0+3dvg":["This NFT didn't have any offers."],"0/eoR6":["Revoking"],"00b9QG":["Set Your Payment Password"],"01DWy7":["Click the settings icon to list it on the App board."],"04MqGo":["Post content:"],"09vHB+":["Failed to decrypt."],"0C6WdO":["Upload backup"],"0D4bav":["Name or Contract address e.g. USDC or 0x234..."],"0F4ogS":["Payment Password should be between 6 and 20 characters."],"0HnKBn":["Hide mnemonic words"],"0Lp4o6":["Load failed"],"0M//Nn":["The Persona is connected to the following accounts: ",["list"]],"0ZC72+":["Connected successfully."],"0bKGbK":["No past rounds found."],"0caMy7":["History"],"0dFHbr":["Confirm swap risk"],"0fljZe":["Trading Route"],"0hFUd/":["You must give the ",["0"]," smart contract permission to use your ",["1"],". You only have to do this once per token."],"0jddIP":[["0"]," members"],"0lBTmP":["You need to hold any of the following tokens."],"0oFu/K":["No Lucky Drops claimed"],"0oMKRL":["Delete Contact"],"0tdB+o":["Enable the ",["name"]," Wallet extension and disable other wallet extensions"],"0wJVK+":["Basic"],"0wdd7X":["Join"],"0wzWAN":["Why I can't vote?"],"0xXDLS":["View your profile in firefly"],"0yPSCj":["High Risk"],"0yf3iU":["Wallet sign cancelled."],"1+6BOG":["Download Backup"],"1+P9RR":["Switch to ",["0"]],"11kmCI":["We are not aware of any code that prevents the sale of tokens."],"199DuV":["Display specific information of Gitcoin projects, donate to a project directly on social media."],"1DwbcE":["Loading...."],"1EOhmY":["Rank #",["0"]],"1LkMSp":["Add Suggested Token"],"1M8xFP":["Transaction with extremely low slippage tolerance might be reverted because of very small market movement."],"1QJyuR":["At most ",["RED_PACKET_MAX_SHARES"]," recipients"],"1QfxQT":["Dismiss"],"1R2W/B":["This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup "],"1TNIig":["Open"],"1TaavV":["Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase."],"1Uqt6P":["Disconnect Wallet?"],"1Wbxhe":["This profile can not be followed: ",["0"]],"1Z++2X":["The Persona is not connected to any accounts."],"1agbuA":["Functions that can suspend trading"],"1bTY60":["Token Value"],"1kE7ob":["Network saved"],"1mjyN6":["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."],"1nMGEs":["Personas"],"1njn7W":["Light"],"1on6yK":["How to use ",["0"]," Wallet?"],"1rsf+c":["After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup."],"1xwmzN":["Switch to other accounts"],"2/N/mr":["Connect with ",["providerName"]],"22QmCQ":["The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"28ABhV":["Connect EVM Wallet"],"29b5Sq":["Blocto only supports the Flow chain."],"2CMLgZ":["Token ID separated by comma, e.g. 1223,1224,"],"2FYpfJ":["More"],"2GHENQ":["Web3 Profile"],"2J5wRx":["Failed to get quote information"],"2Lr4ie":["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."],"2MPu+c":["Priority Fee (GWEI)"],"2XVeKu":["Airdrop Scam"],"2Xze/r":["Block Explorer URL"],"2jQko7":["Associated Accounts"],"2kXxch":["Sorry, signature failed! Please try signing again."],"2p7WMm":["Give permission to access <0/> your ",["0"],"?"],"2saF1j":["Tax can be modified"],"2wxgft":["Rename"],"3/0KF0":["Create a Firefly.social wallet using an X account"],"34UMci":["Wallet Settings"],"38C83c":["Recovery Phrase"],"39ohdf":["Activities"],"3A/gtD":["Invalid RPC URL."],"3A/mG4":["Change Wallet"],"3AP6p1":["Public Key: <0>",["publicKey"],""],"3B4jmY":["Data correlation"],"3CR0qY":["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."],"3J+S3n":["Search Next.ID, X, Lens, ENS or Address"],"3OhjJ4":["Powered by <0>Mask Network<1><2/>"],"3Q5eQl":["Please click the \"Post\" button to open the compose dialog."],"3Q8dPe":["The website (",["messageOrigin"],") is asking you to sign in to another domain (",["0"],"). This may be a phishing attack."],"3SiDD1":["<0>",["user"]," burned <1>",["1","select",{"nft":["an NFT"],"name":[["0"]],"other":[]}],""],"3ThLdM":["Report on GitHub"],"3WZ1WL":["Please enter backup password to export persona private key."],"3YDnov":["Token now is hidden."],"3ZgRKI":[["type","select",{"post":["<0>",["user"]," publish a post on ",["platform"]],"mint":["<1>",["user"]," minted a post on ",["platform"]],"revise":["<2>",["user"]," revised a post on ",["platform"]],"share":["<3>",["user"]," shared a post on ",["platform"]],"other":[]}]],"3awOET":["Rank"],"3bGj61":["Claim on Firefly"],"3cAxpB":["There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price."],"3cw8FQ":["To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs."],"3dAaqV":["📃📃📃 Try to permanently use decentralized file storage on ",["sns"],". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions."],"3fpIq1":["to ",["0"]],"3iUAE7":["Backup to Google Drive"],"3kbpgO":["Gas Limit"],"3lUGN0":["Switch Persona"],"3pqzUK":["Contact added."],"3qe4O9":["Max Fee"],"3uBJPr":["File delete"],"3uQmjD":["Average"],"3ublvs":["Try token from different chains"],"3yLqgI":["Name or contract address eg. PUNK or 0x234..."],"4+VnE8":["ENS"],"42yL2J":["Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ",["encrypted"]],"43g2kf":["Only visible to yourself"],"44bNbA":["Select an NFT Contract"],"4DIYdt":["No associated wallet. <0>Add Wallet."],"4EN5JL":["Your Persona has been successfully created."],"4FvVUv":["Reset Wallet"],"4GBOoi":["Failed to create theme."],"4Gz2wC":["Failed to upload file"],"4HavhE":["Powered by <0>Mask Network"],"4HtGBb":["MAX"],"4JCJIV":["What is Web3 File Service?"],"4coHVU":["Lens Unfollow"],"4lm4o+":["Solana"],"4na5mr":["This message contains a invalid EIP-4361 message. It is better to reject this request."],"4ojMOt":["Please enter your backup password."],"4pSxwB":["Go"],"4zgT9K":["Connect Mask Network Account using your wallet."],"50QwC8":["value"],"51TkMy":["Claiming will be live until: <0> ",["days"]," d ",["0"]," h ",["1"]," m"],"51cT/A":["The minimum amount for each share is ",["0"]," ",["1"]],"51rAFB":["Please copy the following text and image (if there is one) and publish it."],"52nzPV":["Data source is retrieved from ",["0","select",{"twitter":["Twitter profile"],"facebook":["Facebook profile"],"other":[]}],"."],"55/jcy":["Hi friends, I just withdrew my deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"5Dz44N":["Set Payment Password"],"5E57TU":["Max priority fee is too low for network conditions"],"5G0lxx":["Powered by <0>Scamsniffer"],"5H/4VW":["Create a Firefly.social wallet"],"5HVoyc":["Transaction Details"],"5Jczad":["I just claimed a lucky drop from @",["0"]," on ",["1"]," network."],"5N3b5J":["Market Cap"],"5O5enn":["Enter Payment Password"],"5QfZ6O":["Contract source code verified"],"5YfW3S":["Add an encrypted comment..."],"5ZzgbQ":["Connect ",["0"]],"5e22kj":["Email verification code"],"5hFImX":["Deploy Contract"],"5i1JPS":["Never share 12-word secret mnemonic with anyone!"],"5iHe/7":["Network error, try again"],"5o2pdQ":["Create Persona"],"5s6EhU":[["count","plural",{"one":["You have recovered **","#"," Wallet 🚀**"],"other":["You have recovered **","#"," Wallets 🚀**"]}]],"5sIdhw":["Share with"],"5uFQ9j":["Please create a persona and verify your account to use this."],"623chP":["Infos"],"66J/I3":["Transaction Fee"],"678PKt":["Network Name"],"68FuwU":["URLs require the appropriate HTTPS prefix."],"68m9Nl":["Add new address to an existing group"],"6B+2/d":["Stay on top of NFT trending information, hot projects, notable transactions, etc."],"6DvbLh":["Please install your metamask wallet and set up your first wallet."],"6HT670":["Function: ",["0"]],"6IHgRq":["Backup to the Cloud"],"6IvSyW":["Token Standard"],"6RDwJM":["Tokens"],"6U+PWG":["Total NFTs"],"6Uau97":["Skip"],"6V3Ea3":["Copied"],"6VJnE7":["Note: Scams detections might not be 100% guaranteed."],"6YASel":["Invalid Network"],"6YtxFj":["Name"],"6ZZ+4S":["Load Network"],"6foA8n":["Are you sure?"],"6gRgw8":["Retry"],"6k8iqO":[["0"]," ",["1"]," bridge completed successfully."],"6knJVf":["This NFT contract cannot be modified now."],"6s8L6f":["Switch Network"],"6sbLuF":["Current results"],"6ulv1U":["Contract Owner"],"6vVuTX":["This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"7+2e01":["Network removed."],"70wH1Q":["APR"],"76Ml+j":[["0"]," NFT Lucky Drop created."],"76gPWk":["Got it"],"78Kj7O":[["0"]," NFT transferred."],"7Ae1jc":["True Token"],"7Bj3x9":["Failed"],"7PPwVf":["Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted."],"7PgtYC":["Set NFT Avatar"],"7QptC5":["Auto-lock Time"],"7R2WG+":["Decrypted by Mask Network"],"7VpPHA":["Confirm"],"7c99ux":["Contract Deployment ",["0"]],"7cg5cq":["unique contributors"],"7eFA2G":["Failed to revoke token contract."],"7hZyUn":["Processing Deposit"],"7k2lei":["Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later."],"7lnlzl":["Claimed ",["amount"]," $",["0"]," successfully."],"7qUM2b":["Open Mask Wallet"],"7s5tLo":["Allow this site to switch the network?"],"7w1rTm":["The download link is expired"],"7yziEn":["This request has been expired."],"8+xvyR":["Blockchain"],"82+n6o":["Quote Route"],"869iq0":["Transferring asset across to the ",["0"]," network via the ",["1"],"cross-chain bridge"],"87Poy7":[["0"]," ",["1"]," NFT contract."],"88+Eku":["Provide you with fast, reliable and convenient security services."],"89kDhv":["NFT collection"],"8BsgdX":["Failed to get permissions"],"8C8O9E":["Provided by plugin \"",["0"],"\""],"8Dh77Z":["NFTs"],"8IN0ph":["No more data available."],"8J7y6E":["Deposit ",["0"]," for savings."],"8Kly2P":["Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token."],"8MJFvR":[["0"]," Risky factor"],"8N1Wbf":["This token has no risky or attention factors."],"8RF/Sx":["Added successfully"],"8S5o5V":["Share and recommend this feature after saving."],"8TMaZI":["Timestamp"],"8Tg/JR":["Custom"],"8WLjqx":["Never share the 12-word secret mnemonic words with anyone!"],"8ZsakT":["Password"],"8bgRf6":["Can not follow: ",["0"]],"8djViz":["Step ",["step"],"/",["step"]],"8glx+u":["Token ID"],"8rElAH":["Image copied!"],"8wEOMN":["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"9+VwX/":["Add Collectibles"],"9KKhJV":["Signing ..."],"9VcshJ":["Enable auto paste"],"9Y1kXO":["Payment password stored locally and you could try as many as you want to unlock your wallet."],"9bG48P":["Sending"],"9cDpsw":["Permissions"],"9cSIbb":["Click on <0/> at the top-right of your browser."],"9d/Qe4":["Service Agreement"],"9hg9mc":["Downloading"],"9hzYBR":["Failed to download and merge the backup: ",["0"]],"9jba96":["Only TypedMessageText is supported currently."],"9kIgHE":["This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet."],"9lqqpY":["Invalid email address."],"9oP21f":["My vote"],"9oq2rm":["Functions with retrievable ownership"],"9q+I38":["Your voting power"],"9r9nwF":["Identical"],"9sjcnZ":["Disconnected."],"9tG0uf":["Please verify your social account"],"9uYu7e":["You haven't uploaded any files yet."],"9w2hgY":["Paste manually"],"9xaUMG":["General user"],"A+Ijr2":["Close [Check Security]?"],"A0VzMm":["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."],"A1bmDM":["No verified account found here."],"A1taO8":["Search"],"A3Ndml":["Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop."],"A4vJQr":["Set your NFT as profile picture with exclusive aura."],"A6JChW":["The transaction was complete and has been recorded on blockchain at ",["0"]],"A9tojF":["Incorrect password"],"AElxM7":["Transfer ",["0"]," NFT."],"AJNYYr":["Refund Lucky drop"],"AKLbfQ":["Restore Database"],"AMJWWT":["Likely in < ",["estimateSecond"]," seconds"],"ANYjcp":[["shareWithNum","plural",{"one":["1 friend"],"other":["#"," friends"]}]],"ANk/Zy":["Incorrect Backup Password"],"AOPSKq":["Deposit ",["0"]],"ASNDad":["Hide ",["name"]],"AV+9wg":["Re-enter"],"Ah4d0u":["Security Detection"],"AjVXBS":["Calendar"],"Ap948/":["Listed"],"Appw6V":["No NFTs found."],"Aq+O0x":["status"],"AuXfDa":["Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards."],"AuvDq6":["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"],"AwQpq/":["Click on the down-arrow to see the private key."],"AxPAXW":["No results found"],"AxdOHo":["Pair"],"Axp2cZ":["24 Hour Trading Vol"],"AyLiVq":["Scan QR code to receive payment"],"B1T4nn":["Confirm the Lucky Drop"],"B6C0XJ":["No Data"],"B8B8TU":["Verified by ",["0"]],"BAvIGC":["Withdraw token"],"BFhvNB":[["0"]," ",["1"]," NFT contract successfully."],"BMCVM3":["Wallet Sign"],"BQHQ9v":["No websites connected to this wallet"],"BQi2Kk":[["0"]," were claimed"],"BUXiPs":["This Chain ID is currently used by the ",["0"]," network. "],"BWSJkS":["No Airdrop Scam"],"BXixGM":["Use Persona to encrypt and decrypt social media posts & messages."],"Ba6uFH":["Create your NFT Lucky Drop."],"BaU+dx":["Connect your social platform accounts."],"Baj2MJ":["Savings"],"BaoXTT":["<0>Powered by<1>OKX<2/>"],"BiGQfG":["Transaction Hash"],"BkN2qg":["<0>Service Agreement and <1>Privacy Policy"],"BmN4Bk":["Aggregator"],"ByAMF+":["Risk Warning"],"ByPj1d":["Request ID"],"BzEFor":["or"],"BzfzPK":["Items"],"C0JhYS":["Change Network"],"C2/uLW":["Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned."],"C3Wgzy":["You have claimed ",["0"]," $ARB."],"CCIrQ8":["Fake Token"],"CE+M2e":["Info"],"CEk7Nc":["At least 6 characters"],"CFPbpH":["The new passwords don't match"],"CJviCK":["<0>",["user"]," proposed"],"CK1KXz":["Max"],"CMHmbm":["Slippage"],"CMfM6C":["No Enough Gas Fees"],"CP3D8G":["Progress"],"CT10+i":["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."],"CTSEx8":["<0/> publish a post on ",["0"]],"CU3U3d":["Try to recover"],"CWsYB3":["Welcome Back"],"CXHRbe":["Wallet request timed out"],"CYRJEX":["Owners"],"CZSWya":["NFTs added"],"CZmSbe":["Request is valid not before"],"Cf/0to":["Data source is retrieved from ",["0"],"."],"Citz6F":["Exchange"],"CkLMZ2":["File delete failed"],"CmMDVW":["<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction."],"CpciBt":["Switch to Polygon and Follow"],"CtByM7":["Connect Wallet"],"Cwxng+":["Supported formats: JPEG, PNG<0/> Size limit: ",["0"]],"Cy19fm":["View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline."],"CygwLN":["Swap completed successfully."],"Cz6Lx7":["Encryption Method"],"D79cZK":["Instant"],"D9iWaX":["Please check ToS document"],"D9za/8":["Missing dex contract address"],"DA2uGM":["Click the application icon to hide in the App list."],"DAFhfT":["There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"DC3sw8":["Two entered passwords are different."],"DHhJ7s":["Previous"],"DKBbsW":["Gas price must be greater than 0 Gwei."],"DPfwMq":["Done"],"DYoO0m":["Token quantity greater than"],"DdUFp+":["The transaction was confirmed at ",["0"]],"Dk6Non":["Whitelist function"],"DkHkqH":["Recommended dimensions: 1016 × 672 px"],"DnmyoA":["Priority fee should be greater than 0."],"DoQ5Lj":["RPC URL"],"Dpe+e3":["Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet."],"DtZDW+":[["0"]," (UTC+8)"],"Du6bPw":["Address"],"DuIDTw":["To verify your X account and record it on the NextID, please send this post for the verification."],"Dz56Ua":["Encrypt"],"E399AQ":["<0>",["user"]," bridged <1>",["amount"]," ",["symbol"]," from <2>",["source"]," to <3>",["target"],""],"E6HGuD":["Check out the official website"],"E6Sqiu":["Failed to load ",["0"],". Click to retry."],"E6YUtc":["Merge to Browser"],"E7prOW":["<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature."],"EBC6hj":["Local Backup"],"EGWr+Q":["Web3 Profile Card"],"EJRk0x":[["gasOptionType","select",{"slow":["Slow"],"normal":["Average"],"fast":["Fast"],"custom":["Custom"],"other":[]}]],"ELQ256":["Make another Swap"],"EMLHjH":["More Details"],"ENIvoT":["Please set up the amount of time before we automatically lock your wallet."],"ERYJcj":["Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers."],"EStYiZ":["No proxy"],"EVFPUv":["Transfer NFT"],"EYwKb0":["Gas Price (GWEI)"],"Ea4oxV":["Follow System"],"EbE80y":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post."],"EbVCxG":["<0/>",["txType","select",{"deploy":["deployed"],"execute":["executed"],"other":[]}],"<1/>"],"Eda+dy":["🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ",["encrypted"]," to send your first encrypted tweet."],"Eefe1a":["The input is not a single file."],"EfAke+":["<0>",["user"]," voted for <1>",["option"]," on <2>",["platform"],""],"Eh4m6e":["<0>USD Value<1>$",["0"],""],"Enb3Qk":["You claimed 1."],"EoKe5U":["Domain"],"EsKgLS":["Click here to have a quick start."],"Ev2r9A":["No results"],"EwiD7E":["Confirm Payment Password"],"F/pYeX":["Create NFT Lucky Drop"],"F3bW6y":["Platform"],"F4Igxz":["Quote route"],"F7U8uz":["Creating your **wallet**"],"F8VT6y":["Failed to transfer NFT."],"F8Wc3I":["Drag & Drop your file here"],"FAKSZG":["Add google Drive"],"FC17bL":["<0>Powered by <1>Mask Network"],"FGceVy":["Owner can't change balance"],"FMQ6p2":["You've already claimed the lucky drop"],"FR2cx3":["Anti_whale(Limited number of transactions)"],"FY2gWe":["The contract address is incorrect or the collection does not belong to you."],"FZg3wM":["Operation"],"FfJy7A":["Manage Network"],"FgAxTj":["Log out"],"Fgyfqo":["Amount Each"],"FiKDfi":["Failed to unlock NFT contract."],"FiYmUY":["No associated accounts"],"Fim3FY":["Download https://mask.io to try more powerful tools on Twitter."],"Fn9Tvh":["Volume (24h)"],"FnQek5":["Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request."],"FnjSI+":["Not current account. Please switch to this account to set up NFTs Profile."],"Fs/bd5":["Invalid Block Explorer URL."],"FzzpXs":["Sale ends in ",["0"]],"G+XYfT":["Do you want to delete file <0>",["0"],""],"G4NrhP":["Persona created."],"GAZNIW":["Price Statistic"],"GAvnvl":["Payment Password"],"GDe4XX":["Please connect wallet to check if you are eligible to claim $ARB."],"GEL05h":["WalletConnect"],"GExRUL":["Backup password"],"GHvzdC":["No content for the last two weeks."],"GK6Tzr":["Persona Sign"],"GLDuz6":["May be a honeypot."],"GRLMKx":["Winners"],"GS+Mus":["Export"],"GS0ldX":["Unsupported network type"],"GShMK6":["Refunding"],"GTJCth":["The contract owner is not known to be able to modify the balance of the token of other addresses."],"GWCG6Y":["Copy image"],"GWKfFr":["To use Lido, you need to wait ",["0"]," days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1."],"GWMpIa":[["0"]," Risky factors"],"GXhrYw":["1. If you haven't installed the ",["name"]," Wallet"],"GXsAby":["Revoke"],"GZzKYx":["Buy Tax: ",["0"]],"GaH2JF":["Suggest to send transactions and sign messages"],"Gia1VG":["Web3 File Service"],"Gmmd6d":["Verify your X ID"],"GrTvoo":["Transaction in progress. Thank you for your patience."],"GtJJAj":["Add Wallet"],"Gw91G1":["This request should only be sign in the future."],"GyvZPz":["Token ID should be separated by comma, e.g. 1223,1224,"],"H1v3zR":["Insufficient ",["0"]," Balance"],"H8rw2f":["(the name is set by the web site)"],"HCKlXm":["Token Contract Address"],"HF6C2L":["Phone Number"],"HFVck2":["Lucky Drop with ",["0"]," refunded."],"HGTZAO":["Step 2/2"],"HH25qd":["No wallet selected."],"HIq3th":["Cannot switch to a unknown network."],"HKH+W+":["Data"],"HTX2HV":["Minimum received"],"HVRhUV":["By proceeding you agree to the"],"Hp1l6f":["Current"],"HpK/8d":["Reload"],"HqiAyF":["Gwei"],"HvDfH/":["Imported"],"HvUm3m":["Choose and show your Web3 footprints on X."],"I4caYo":["Invalid verification code."],"I5kL4f":["Activity Log"],"I7z//Y":["Trading route"],"IBAx3U":["Kept safely"],"IF7RiR":["Cover"],"IGbphl":["Unlocking ALL..."],"ILvrUp":["Unlikely to be a honeypot."],"IMX4sR":["Blacklist function"],"IQ3gAw":["Upload File"],"ITBQO3":["Max priority fee must be greater than 0 GWEI"],"IUG86v":["The Persona is connected to the account @$",["0"],"."],"IUp08P":["The current wallet does not hold a lens and cannot follow/unfollow"],"IX1M/E":["Floor price"],"IXbRbM":["Choose another wallet"],"If2v4h":["Lucky Drop"],"IhnvgP":["Change to EVM Wallet"],"ImhKg5":["Could not fetch chain ID. Is your RPC URL correct?"],"IoAuJG":["Sending..."],"IrI9pg":["End date"],"Iu4Ja9":["Please enter token contract address."],"J05/Al":["Set NFT NFT Background"],"J0LAHU":["Refund"],"J0Mxpc":["The ",["0"]," is in progress. You can check its status in History after exiting this page."],"J24FyN":["Bridge"],"J2eKUI":["File"],"JA8K9s":["Unpacking"],"JGds+N":["Lack of number, letter or special character."],"JGpseC":[["0","plural",{"one":["This domain is"],"other":["These domains are"]}]," currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"JLiwYz":["Mask Network requires the permission of following websites before using it."],"JOP9uZ":["Transaction has been rejected!"],"JPHuMW":["Swapping"],"JUcj/I":["Switch X Logo"],"JXJlYD":["Set Your Persona Name"],"JbKZsv":["Scan the QR code with a WalletConnect-compatible wallet"],"JeHCi7":["No function found that retrieves ownership"],"JfI60y":["Incorrect Payment Password."],"Jg5pf7":["Current base fee is ",["0"]," Gwei"],"JiIKww":["Advanced Settings"],"JlFcis":["Send"],"JlIzk8":["Browser File"],"Jnjbl3":["You need to follow <0>@",["twitterHandle"],""],"Js4Nk0":[["0","select",{"finding_post_key":["Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you."],"finding_person_public_key":["Mask is looking for the public key of the author..."],"other":["Mask is decrypting..."]}]],"JuVC24":["Deposit token"],"JwzZmt":["to <0>",["toAddress"],""],"K1tshY":["Failed to download image"],"K5a6t1":["Persona already exists."],"K7tIrx":["Category"],"K8jCIB":["Data backed up successfully!"],"KAS4UW":[["0"]," Attention factor"],"KCeSRZ":["We will need to verify your Twitter account and record it on the NextID. Please post it for validation."],"KFYFgI":["Wallet sign failed."],"KFwID2":["Restore Failed"],"KGHnSc":["Lock Wallet"],"KJGKkh":["EVM Chains only"],"KMgp2+":[["0"]," available"],"KPUGxy":["Random Amount"],"KRz1oj":["Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X."],"KTfagY":["Lucky drop with ",["0"]," created."],"KVAoFR":["unlimited"],"KVkke3":["Set NFT PFPs"],"KWeNH6":["Unlocking ",["hasSymbolName"],"..."],"KisOjk":["Restore or Login"],"Kj4oEm":["Generate a new persona"],"Kl9gHp":["Wallet Group #",["0"]],"KmQ25M":["Max priority fee is too high for network conditions."],"KnidLU":["Not Connected"],"Ko4L/B":["The receiving address is a contract address. Please check again."],"KojyJ4":["Wrong Network"],"Koz2Rg":[["0","plural",{"one":["Action"],"other":["Actions"]}]],"KtMMzG":["Wallet disconnected"],"KwJJLb":["<0>Powered by <1>",["0"],""],"Ky09J8":["Previous follow transaction is in processing, please wait and try again."],"KziH2K":["Fast"],"Kzu9r9":["24H Traded Volume"],"L+bpwv":["Please set up backup password to export private key."],"L4vN0F":["EVM"],"L82H5Z":["Creating your **identity**"],"L87Mfu":["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."],"L96aan":["View full transaction details"],"LBtfmO":["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."],"LJkXYZ":["Create New Mask Identity"],"LLf+t1":["No deposit protocols found."],"LNItR6":["You have set NFT PFP successfully."],"LP+1Z7":["Add Network"],"LSwUJb":["Select Liquidity"],"LU3p9s":["Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account."],"LWJCIn":["Connected sites"],"La9ArN":["<0>Powered by ",["publisherNode"]],"LcET2C":["Privacy Policy"],"LcZh+r":["Unsupported data backup"],"LhMjLm":["Time"],"Lho4Qd":["DSearch"],"LiE5z4":["Max base fee should be greater than 0"],"LigbuA":["In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension."],"LkYKvc":["Please select the correct words in the correct order."],"LqWHk1":["Hide ",["0"]],"Lx4CpL":["Wallet name must between 3 to 18 characters."],"Lz7CzN":["No mint function"],"Lzo8mb":["Claimed: <0>",["claim_numbers"],"/",["total_numbers"]," <1>",["0"],"/",["1"],"<2><3>",["tokenSymbol"],""],"M0FgOk":["Add Contact"],"M1RnFv":["Expired"],"M1ts1r":["View your address"],"M24E85":["This address is a contract address."],"M4g1UJ":["Contract Interaction"],"M7ZGdw":["2. If you have installed the ",["name"]," Wallet"],"M9OYUo":["Please try again if you failed to vote."],"MC00Lm":["Scan QR code with WalletConnect-compatible wallet"],"MEIAzV":["Unnamed"],"MKEPCY":["Follow"],"MOHcKb":["Enter a max priority fee"],"MQ9hQ4":["DAO"],"MR/0Va":["All Mask Network users"],"MTqQMG":["Not set"],"Mh3RsB":["Best Wishes!"],"Mi8ATZ":["The token approval revoked."],"Midntl":["Download report"],"Mm1aH+":["Proxy contract"],"MpnSqP":[["0"]," Pending"],"MqdtT5":[["0"]," Bridge Network fee"],"MyjAbr":["Resend"],"N/fqDa":["Ens or Address(0x)"],"N0YrmD":["Valuables"],"N0tcou":["Claiming..."],"N2DUxS":["Insufficient Balance"],"N2S1rs":["Empty"],"N2aeX8":["No valid wallet detected. Please connect wallet or verify wallet firstly."],"N40H+G":["All"],"N5GKfB":["Tax cannot be modified"],"N6/RZd":["Sorry, failed to save NFT Avatar. Please set again."],"N931rj":["Your transaction should be done in <0/>"],"NERSN2":["or Holding NFT"],"NJbBmC":["Switch Twitter Logo"],"NOi+Fr":["This QR includes your identity, please keep it safely."],"NTnXx/":["<0/> unapproved <1>",["0"],""],"NVt/wW":["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"NWqhru":["Reselect"],"NZ7wlC":[["0"]," Holder"],"Na6Ytj":["Change NFT PFP"],"NaZTE7":["Incorrect Mnemonic Words."],"NdlvGd":["Claim Details"],"NfxOUe":["Enter Total Amount"],"Ng063n":["Donate"],"Nhp9Kw":["Exceeded the maximum file size of ",["fileSize"],"."],"NkgvWN":["Logout failed"],"NloaHG":["Backup Password"],"Ns5WaC":["No backups found"],"Nu4oKW":["Description"],"NwibRO":["Supported contracts"],"NzlE6O":["By granting permission, you are allowing the following <0/> contract to access your NFTs."],"Nzm8dm":["Example: Alice"],"Nzwli2":["Base"],"O2XHf2":["Check ",["providerName"]," to confirm connect."],"O3Nzf+":["Bridge between this token pair are't supported at the moment."],"O3oNi5":["Email"],"O86J+j":["This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud."],"O8PsYe":["Add the file to Chrome's database"],"OAZ+tI":[["attentionFactors","plural",{"one":["#"," Attention item"],"other":["#"," Attention items"]}]],"OAfk3i":["Hash"],"OCJdad":["<0>To: <1>",["to"],""],"OLUEnY":["when you click Add Google Drive button,you will be forwarded to Google authorization pages."],"OLY2Jk":["Gas Price"],"OQEwR/":["Create Lucky Drop"],"OR475H":["Network"],"OcvI49":["No blacklist"],"OeD4sM":["Failed to login firefly"],"OfhWJH":["Reset"],"OgPkDe":["Currency Symbol (Optional)"],"OgohfQ":["File Key: <0>",["0"],""],"OhgYJS":["Basic setting"],"OkofjH":["Recover"],"On0aF2":["Website"],"OsyKSt":["Withdraw"],"OuUyzz":["No contacts stored locally, you can try searching."],"OzSOpz":["Create a Privy wallet using an X account"],"P+K/3O":["Confirming"],"P7S/hC":["Max priority fee must be greater than 0 Gwei."],"P9wzG/":["Recovery"],"PByO0X":["Votes"],"PDW/HG":["Your Persona is on **ready 🚀**"],"PGdbc0":["Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com."],"PHM7OA":["Supported Sites"],"PI/VCJ":["Select the wallet(s) to use on this site. You should not connect to website you don't trust."],"PIG043":["Gitcoin"],"PLWaf6":["Create the Lucky Drop"],"PNZOzY":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"]," on <5>",["3"],""],"PRkIUI":["Gas Fee"],"PTXNyo":["Waiting for ",["providerType"]],"Pd3dlq":["Circulating Supply"],"PeT3a5":["You have successfully restored the backup from Google Drive to your browser."],"PiH3UR":["Copied!"],"PjBWOL":["Create your persona to get started"],"PlE+Fs":["Connect and Verify ",["0"]],"PsQmAw":["Everyone"],"Pt3n39":["No back up"],"PwjgPX":["Please create your persona to use Web3 Profile."],"Q0IFtx":["The custom amount entered may be higher than the required network fee."],"Q2lUR2":["Currency"],"Q68Nuc":["Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it."],"QF9SdB":["Split Mode"],"QHZRmq":["Sites"],"QHcLEN":["Connected"],"QJQd1J":["Edit Profile"],"QQPCqQ":["Backup Wallet"],"QRsMow":["Transaction Confirmed"],"QU9aqK":["You have signed with your wallet."],"QUBIav":["Failed to bridge"],"QWxok/":["Connect with Mask Wallet"],"QXDgyQ":["Please write down the following words in correct order. Keep it safe and do not share with anyone!"],"Qbo7Ev":["Write down mnemonic words"],"QcVZFH":["Step ",["step"],"/",["totalSteps"]],"Qd0xFm":["Refund your expired Lucky Drop."],"QowPFh":["Collectibles"],"QpgBEp":[["0"]," days"],"QsVbHo":["Sending address"],"QyZU8V":[["riskyFactors","plural",{"one":["#"," Risky item"],"other":["#"," Risky items"]}]],"QypSt2":["Update X.com Permissions"],"Qz8niP":["You may lose your assets if you give approval to the website of this token."],"R/Pfmp":[["amount"]," ",["0"]," tips sent."],"R2K7XH":["Account successfully connected to persona"],"R9aEN5":["Send ",["0"]],"RCBmDP":["Follow @masknetwork to explore Web3."],"REeHKm":["<0/> ",["txType","select",{"trade":["traded"],"mint":["minted"],"other":["traded"]}]," <1>",["0"]," ",["1"]," for <2>",["2"]," ",["3"],""],"RH8jSA":["Merge data to local database"],"RHSlVw":["Follow @masknetwork (mask.io) to claim NFT lucky drops."],"RL5m+x":["Generating your **accounts**"],"RLBjfU":["Attached File: ",["name"]," (",["size"],")"],"RNfEI8":["You canceled the request."],"ROWd/9":["Leave blank to allow any amount; enter a number to set a minimum holding requirement."],"ROWeBX":["Followings"],"ROsDRH":["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"],"RRw7LE":["Identity ID"],"RUYsn0":["Clear All"],"RW1HJz":["The receiving address may be a malicious address."],"RWoEqV":["Failed to transfer token: ",["message"]],"RZOA0N":["Find Mask Network in the extension list and click the <0/> button."],"RdfrN2":["Mint Address"],"Re7Oex":["Transaction submitted."],"RhCL4z":["Max amount"],"RiLzWA":["Please switch to this network in the mobile application wallet you are connected to."],"RiQQyz":["This allows the third party to spend ",["value"]," ",["0"]," from your current balance."],"Rm3JCH":["File name must between 3 to 20 characters."],"RqRRf6":["Created by <0>",["0"]," • <1>Website"],"RrGhwo":["File ",["0"]," deleted."],"RuO5md":[["seconds"],"sec"],"Rx8sxX":["Select liquidity"],"RxlKnY":["Lens"],"Ry8TiY":["Create Smart Pay wallet"],"S0CsaV":["Create a New Wallet"],"S0vyIh":["Owner changed."],"S2JNMm":["Your file has been successfully restore into the browser data."],"S33tz3":["Not connected"],"S6Qdlo":["Scam Warning"],"SDrb6I":["Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account."],"SGVkVp":["Two entered passwords are not the same."],"SIrUT3":["Grant access to your ",["0"]," for the Lucky Drop Smart contract. You only have to do this once per token."],"SLEDBF":["Failed to add the wallet, please try again."],"SNZM71":[["0"]," withdrawn."],"SREKz9":["Report NFT Scam Contract?"],"SUqBr9":["Refund ",["0"]," ",["tokenSymbol"]," Successfully"],"SX2UXi":["Your vote has been successful."],"SYGo/R":["Import Wallet"],"SYgxDf":["Slow"],"Sfu/we":["Failed to delete, please try again."],"ShHV7X":["Cloud Backup"],"ShmUTn":["Add a Custom Cover"],"Sitstz":["Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund."],"Sjplg3":["View on Explorer"],"SlxhDh":["Verify your wallet"],"Sp69uH":["The web site can"],"T0W3Z8":["Insufficient funds for gas."],"T0Y2+3":["Select a token"],"T3EPqL":["Max base fee"],"T3dlAs":["Quote expired. Update to receive a new quote."],"TA4fAr":["The wallet name already exists."],"TFEJcT":["Set NFT PFP"],"TIIaK1":[["2","select",{"approve":["<0>",["user"]," approved ",["0"]," to <1>",["contract"],""],"revoke":["<2>",["user"]," approved ",["1"]," to <3>",["contract"],""],"other":[]}]],"TJt1iY":["Decentralized social graph protocol for user-centric Web3."],"TNFd5O":["View real-time crypto prices, market cap, trading volume, etc."],"TP9/K5":["Token"],"TRoDRd":["Failed to deposit token."],"TYTRNP":["Eligible to claim"],"TZDLPg":["Claimable"],"Tfxac6":["This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"Tg003Y":["Connected wallets settings"],"Tl3Zls":["This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee."],"TnHNX9":["Update permission for X.com"],"ToePai":["Spend limit requested by"],"TppkTk":["<0>",["user"]," carried out an activity to <1>",["target"]," on <2>",["platform"],""],"TpqeIh":["Error: ",["0"]],"Tuc34V":["Confirm Bridge"],"Tx/jsw":["Do you need to paste encrypted content manually?"],"Tz0i8g":["Settings"],"TzarJw":["Bridging"],"UBzbea":["Recover your wallet"],"UDKbPj":["Your file has been successfully merged into the browser data."],"UFzLh1":["When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ",["0"],". Please reduce the number of NFTs selected."],"UO7xDp":[["0"]," Pool"],"UPJjXF":["Network error, try again: ",["0"]],"URAE3q":["Paused"],"URmyfc":["Details"],"UUfXpm":["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."],"UWxJIW":["Powered by Celer Network. Support $MASK!"],"UXBK7e":["<0>",["user"],"sent",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"to <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"UaXeX3":["Okay"],"UbRKMZ":["Pending"],"Udf/Es":["Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network."],"UfJmJU":["Invalid slippage tolerance."],"UjJCIX":["Contract source code not verified"],"UjRxho":["Persona Recovery Phrase"],"UmVZrM":["Failed to create Lucky Drop."],"UpqenY":["We recommend new Web3 users to keep [Check Security] open."],"UqJ0W/":["Cancel Transaction"],"Usynqd":["Gas price is too low and will cause the transaction fail"],"UtKGok":["Backup Persona"],"UvJiVZ":["There's no feed associated with this address."],"UxJ2jd":["Display Snapshot proposals on the X of the respective project or protocol."],"UxYZfY":["Revoke the approval for ",["0"],"."],"V+1pjj":["Back Up Your Data Your Way"],"V+ZuGt":["You claimed ",["0"]," $",["1"],"."],"V6YDUB":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"],""],"V6wYl1":["Total amount"],"V8j2d/":["App list"],"VAOn4r":["Unlock"],"VECuJk":["Wallet Account"],"VHShJf":["Please click Browse Files button to select files to upload."],"VHVdS1":["No votes"],"VP4HYe":["Next.ID"],"VSx1eg":["Max priority fee"],"VbeIOx":["Author"],"VcPDSd":["Unsupported key store data"],"VdhBp2":["The chainID is not equal to the currently connected one."],"VdkQUC":["Please sign up or login ",["siteName"]," to connect Mask Network."],"Vj7ma7":["Support mnemonic phrase, private key or keystore file."],"VlpdUm":["Use NFT"],"VsHxv+":["Copy text"],"VvGC/Y":[["0"]," Network fee"],"VvPeyR":[["0"]," unlocked"],"VzQ7uf":["Unknown EIP-4361 message version."],"VzQOL2":["This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap."],"W0uonA":["This QR includes your mnemonic words, please keep it safely."],"W2es+t":["Oops, it seems you don't have any voting power at block ",["0"],". <0>Learn more"],"W5OcTk":["No approved contract records."],"W7e3zN":["Are you sure to remove the connected wallet <0>",["0"],"?"],"W7rMXF":["Failed to send token."],"WAjFYI":["Start date"],"WDcQq9":["Unlisted"],"WKG5E8":["You need to hold at least ",["quantity"]," of any of the following tokens."],"WLMjwL":["Confirm to hide ",["0"],"? You can redisplay it by re-adding this token at any time."],"WS7EYf":[["0","select",{"Post":["<0/><1>",["handle"]," published a post on <2>",["1"],""],"Comment":["<3/><4>",["handle"]," made a comment on <5>",["2"],""],"Mirror":["<6/><7>",["3"]," mirrored a post post by<8/><9>",["handle"]," on <10>",["4"],""],"Quote":["<11/><12>",["handle"]," quoted a post post on <13>",["5"],""],"other":["<14/><15>",["handle"]," post stuff on <16>",["6"],""]}]],"WWPi4P":["Incorrect wallet address."],"WY8amq":["Invalid number"],"WZcvLm":["Follow Now"],"WeNxrL":[["0"]," Attention factors"],"Weq9zb":["General"],"WmXCMa":["Switch other account"],"Wqoa0p":["Connect Persona"],"WqzYn1":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"]," to <2>",["project"],""],"WsNUie":["Claimed: <0>",["0"],"/",["1"]," <1>",["2"],""],"Wvnsx1":["Auto-lock"],"Wy16g8":["Gift crypto or NFTs to any users, first come, first served."],"X0PXso":["Swap duration"],"X200Sr":["Forgot payment password?"],"X3X0nY":["You may have ",["0"],"% less received with this level of slippage tolerance."],"X6ujRd":["Be aware, check the token before adding it."],"X8N33g":["Transaction history is only stored locally and will be deleted if you clear your browser data."],"X8w6bW":["Enter Max spend limit"],"XA8JXM":["Add NFTs"],"XB3tfc":["Encrypting your **data**"],"XC7RGa":["Recover your data"],"XDtQ7t":["Display the following address on your Web3 profile page and use it to receive tips."],"XGRJzS":["Open in a new tab"],"XGqAnD":["This token contract has code that prevent selling. This might is a honeypot."],"XQDdOC":["No friends are stored locally, please try search one."],"XQQx83":["<0>",["user"]," ",["0","select",{"supply":["supplied"],"add":["added"],"repay":["repaid"],"withdraw":["withdrew"],"collect":["collected"],"remove":["removed"],"borrow":["borrowed"],"other":[]}]," liquidity on <1>",["1"],""],"XUKicg":["Step 1/2"],"XYLcNv":["Support"],"XZ/B+f":["Don't see your NFT?"],"XcWehA":["Update Quote"],"Xftpm5":["Select Collection"],"XjDSdO":["Old Payment Password"],"Xlpdi1":["on ",["fromNetworkName"]],"Xprzee":["Enter a gas price"],"XrH+JC":["IPFS"],"XrlvqN":["Who can claim?"],"XsyYEe":["This NFT didn't have any activities."],"XyAmgg":["Add wallet"],"Y7N0Sj":["View your account balance and history"],"Y9mYPy":["Powered By ",["0"]],"YF8jon":["Ended ",["relativeEndTime"]],"YKSmxE":["Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts."],"YLObqx":["Equal Amount"],"YOacnL":["Tell friends what's happening..."],"YOnK5s":["<0>",["user"]," registered ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an ENS "],"other":[]}],"for <3>",["costValue"]," ",["costSymbol"],""],"YPNSH3":["Connect Solana Wallet"],"YSi9PS":["Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events."],"YW51YO":["24H sale"],"YXIpYp":["Please verify the current persona with a social media account before using dApps."],"Yckw2R":["Fiat On-Ramp"],"YdCB5X":["Copy private key"],"YiPiv6":["There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"YirHq7":["Feedback"],"YnqCPK":["Verify Account"],"Yp8yB4":[["0"]," to ",["1"]],"Ywu8Rl":["Please connect ",["0"]," and send a proof post before using dApps."],"Z/tioj":["Swap ",["0"]],"Z16qyu":["Persona Name"],"Z3+V9p":["Restore backup failed."],"Z33XCd":["Input contract address"],"Z3FXyt":["Loading..."],"Z3S6Dx":["Step 1/3"],"Z3y+8t":["Unsupported Network"],"Z6siIw":["Switch between the classic Twitter logo and the new one."],"Z7ZXbT":["Approve"],"Z8+FzC":["Connecting your ",["providerType"]," wallet"],"Z8G4E5":["Change to Flow Wallet"],"Z8lGw6":["Share"],"ZAVklK":["Or"],"ZDcdss":["Claim Conditions"],"ZHsD28":["Enable the plugin"],"ZIsLZh":["Size limit: 10 MB"],"ZK75iC":["Choose a Cover"],"ZKAj6+":["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."],"ZQbnxO":["No collectible found."],"ZQr5hT":["Unlock Token"],"ZSWUwq":[["0"],"m"],"ZSgQgC":["Max fee is too low for network conditions."],"ZTXjJ3":["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."],"ZTmzRV":["Highest Price"],"ZdnQsW":["<0/> interacted with <1/>"],"ZgFWrp":["<0>Powered by<1>Go+"],"ZhrWG1":["Create persona"],"ZrZMJ6":["Backup failed, <0>try again"],"ZsjtYe":["Failed to set Avatar."],"Zypku0":["By using this plugin, you agree to the <0>terms and the <1>privacy policy."],"a1S2x7":["Data source is retrieved from ",["0","select",{"other":[],"twitter":["Twitter profile and "]}],["sources"],"."],"a1SmQh":["Select Wallet"],"a23gJr":["Incorrect backup password."],"a33WQ+":["Download the ",["name"]," Wallet here"],"a4C0ak":["Insufficient Balance for Gas Fee"],"a4N/Bg":["Load More"],"a5t/N3":["Spend more transaction fees to cancel the previous transaction."],"a6ONsz":["Unlock ",["0"],"."],"a7u1N9":["Price"],"a9X8Om":["Failed to report spam."],"aAIQg2":["Appearance"],"aEgiLS":["contributions"],"aF8kci":["Creation Completed"],"aFJrEy":["You need to hold any of the following NFTs in your wallet."],"aFht5e":["Connected ",["0"]," with ",["walletName"],"."],"aTzTyw":["Add Assets"],"aVI2qx":["Click the application icon to list it on the App board."],"aYT9SD":["Max fee"],"acK3j2":["Input your Private Key"],"agPptk":["Medium"],"ah8/4v":["Floor Price"],"ahNa7P":["NFT Holder"],"ahpgxl":["Please create a Persona and verify your account to use this."],"ai3VNq":["Connected Wallet"],"ajKdns":["This wallet address has already been connected."],"apl8rz":["Failed to withdraw ",["0"],"."],"aqop4L":["Check on Explorer"],"awW7ak":["Remove Wallet"],"ayxkVX":["Transaction"],"b+scYY":["Requesting Connection"],"b/mMOj":[["0"]," ",["1"]," approval successfully."],"bBzHQT":["Input amount is below the minimum amount"],"bD8I7O":["Complete"],"bEPPWi":["Connect Flow Wallet"],"bGMpPD":["Unlock NFT Contract"],"bIpwjD":["My Wallets"],"bKGn4N":["<0/> minted",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]],"bLJivk":["Select an NFT Contract Owner"],"bLmWH9":["Bridge anyway"],"bLqb2p":["<0>Latest offer at <1>$",["0"],""],"bLvQvN":["Library:"],"bQXBhp":["Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves."],"bTQliy":["This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account."],"bUUVED":["Asset"],"bapItf":["Incorrect Backup Password."],"bassMa":["Incorrect cloud backup password, please try again."],"bbS8qf":["1 NFT claimed."],"bdIrOO":["Verification code has been sent to your email. Please check your mailbox."],"bfNmSO":["Set payment password successfully."],"bnfo6T":["Sent verification post successfully."],"bnuQy5":[["0"]," files selected"],"bwlRe8":["Selecting NFTs"],"c+Fnce":["Sign"],"c+XaKf":["<0>",["formattedUser"]," ",["0","select",{"follow":["followed"],"unfollow":["un-followed"],"other":[]}]," <1>",["other"]," on <2>",["1"],""],"c19z3W":["Available Balance"],"c2MkCo":["Payment password must be 6 to 20 characters."],"cD0wgO":["Do you want to remove the verified association between the X account @<0>",["0"]," and ",["1"],"?"],"cFDjd3":["Transaction type"],"cJv4Ca":["Connecting operation cancelled in third-party wallet."],"cM1qH2":["Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media."],"cNJNBU":["Get optimized search results when you're looking for a token."],"cQYjZe":["To verify your X account and record it on the NextID, you will need to send a post for the verification."],"cVit2/":["Please set the backup password to back up"],"caP+Xq":["Crypto Holder"],"cbzSv5":["Max fee should be greater than base fee of ",["0"]," Gwei."],"chL5IG":["Community"],"clw/Xh":[["0"]," sent."],"cm4E8+":["Experience in X"],"cmKQl+":["Failed to save the file. Please try again."],"cmNbUB":["Not found your ",["providerType"]," wallet"],"cnGeoo":["Delete"],"crVIc7":["Locale Backup"],"ctb8Cs":["Dex/Est received (",["0"],")"],"cvCD4e":["Contract Creator"],"d0aemb":["Please create a persona for accessing Dapps."],"d6nk2t":[["0"]," Platform costs"],"dAMTl9":["This RPC URL is currently used by the ",["0"]," network"],"dCpOJ5":["<0/> approved with <1/>"],"dCvyk/":["Change another account and try again."],"dEgA5A":["Cancel"],"dXFgcm":["Transfer Token"],"daEP1M":["Token info"],"dajsth":["Incorrect Keystore Password."],"du/tmd":["Create your Lucky Drop."],"dyNKut":["Browse Files"],"dzAth+":[["0"]," ",["1"]," swap completed successfully."],"e0E1XI":["Max Fee (GWEI)"],"e1vdXO":["Arweave"],"e34ZOD":["Waiting time"],"e3I0CA":["Failed to restore the backup: ",["0"]],"e3hCsY":["Lido Exchange Rate"],"e4yrZ/":["Token Address"],"eC1gV9":["Invalid file type"],"eDT+Oh":["The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets."],"eE0JZ4":["Version"],"eEeK5j":["<0>Expires in ",["0"]],"ePK91l":["Edit"],"eWczg7":["Just Me"],"eaLSW8":["Persona name must between 1 to 24 characters."],"ecqLr0":["I just tipped a ",["NFT_Name"]," to @",["recipientUserId"],"'s ",["0","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["recipientAddress"],"\n\nInstall https://mask.io/download-links to send your first tip."],"eeYVJ5":["Be careful what you visit and sign!"],"ejVYRQ":["From"],"elyK4N":["Failed to unlock token contract."],"eoeq4k":["<0>",["user"]," made a comment on ",["platform"]],"ep2Wyh":["1 ",["0"]," tips sent."],"erRCKP":["File saved"],"es4h+b":["Swap Anyway"],"ezYNcH":["Pin Mask Network to the toolbar for easier access:"],"f5AidZ":["Write down recovery phrase"],"f61qKX":["Deploy a SmartPay wallet on Polygon network."],"f6pX67":["<0>0 Followers <1>0 Following"],"fDP2k4":["Change Payment Password"],"fFGPy6":["Or create a new wallet group"],"fFYJ8f":["Welcome to use Mask Network"],"fL7WXr":["Applications"],"fRQP7E":["<0>Granted to <1>",["0"],""],"fRUjl7":["Please switch to <0>@",["expectAccount"]," to continue the account verification progress."],"fUn3xA":["Generate a new wallet address"],"fc4PdK":["The RPC URL you have entered returned a different chain ID (",["rpcChainId"],"). Please update the Chain ID to match the RPC URL of the network you are trying to add."],"fdqDgM":["Ended on <0>",["0"],""],"fiPesM":["Method"],"fj5byd":["N/A"],"foOw00":["Balance(",["symbol"],")"],"fqDzSu":["Rate"],"fsBGk0":["Balance"],"fsUPaG":["Congratulations"],"fvRGyC":["Trying exploring more features powered by Mask Network."],"fx6pOQ":["Balance: <0/>"],"fza4cg":["Import Wallets"],"g/1WbH":["from <0>",["fromAddress"],""],"g/i+bG":["Transaction rejected"],"g2UNkE":["Powered by"],"gC2WI+":["Persona"],"gERRYE":["Artblocks"],"gHM62X":["Payment password changed."],"gM+Nj7":["Are you sure to report ",["0","select",{"hasName":[["1"]],"noName":["this NFT"],"other":["this NFT"]}],"? After confirmed, this NFT will be marked as spam."],"gT+8Dk":["Confirm to hide ",["name"],"? You can redisplay it by re-adding this NFT at any time."],"gUuuBi":["Check Security"],"gVfVfe":["Contacts"],"gWcGl/":["Your wallet cancelled the transaction."],"gdnEab":["Incorrect recovery phrase."],"ggdga4":["The user has not set this."],"ghVDTt":["rounds"],"ghZx62":["Unlock token"],"gk7J2q":[["0","select",{"other":["<0>Size limit: ",["fileSize"],""],"omit":[]}]],"gkLviK":["This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"gmOW42":["ENS or Wallet Address"],"gnSRSG":["Hiding Scam Transactions"],"gp6A8z":["Authorization Failed"],"gtdJ43":["My wallet"],"gwuMzD":["<0>",["user"]," appointed a proxy on <1>",["platform"],""],"gxV9O8":["Cast your vote"],"h/b9lY":["No followers."],"h0qYUk":["Search with an ENS domain or wallet address to get optimized results."],"h3bIHg":["Disconnect Social Account?"],"h53LoU":["Social Account"],"h5Dtc5":["funding received"],"h69WC6":["Sent"],"h7+V7K":["Backup & Recovery"],"hEpXzO":["Welcome to Mask Network"],"hG89Ed":["Image"],"hHLRGW":["Hide tokens with value less than $1"],"hRWvpI":["Claimed"],"hRtIgr":["APP list"],"hTbvD9":["Sorry, you are not eligible to claim $ARB in this campaign."],"hUF4dG":["Backup password set successfully"],"hWUuAb":["Already following"],"hXzOVo":["Next"],"hYgDIe":["Create"],"he3ygx":["Copy"],"heVBR8":["Enter Amount Each"],"hehnjM":["Amount"],"hg5QeV":["Total cost"],"hhtbAs":["Unfollow lens handle"],"hj39w+":["Loading failed due to Snapshot API service breakdown."],"hom7qf":["Claim"],"hpxXOD":[["context","select",{"approve":["<0>",["user"]," approved <1>",["amount"]," ",["symbol"]," to <2>",["contract"],""],"revoke":["<3>",["user"]," revoked the approval of <4>",["amount"]," ",["symbol"]," to <5>",["contract"],""],"other":[]}]],"hxHyfs":["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."],"hxdOdX":["Owner can change balance"],"hzTib5":["Select an NFT Contract Operator"],"i2x+p1":["Processing Withdrawal"],"i4umqX":["The following wallets are not installed or in conflict with others"],"i6OT6/":[["subject"]," has an error"],"i70ilP":[["0"]," NFT contract unlocked."],"iCb44o":["Created on: ",["0"]],"iF9x7r":["Trading mode"],"iH8itU":["Connect your wallet"],"iH8pgl":["Back"],"iJLEZF":["Show me how"],"iNIdDX":["Incorrect contract address."],"iPMIoT":["Enter an amount"],"iSLIjg":["Connect"],"iT0Qmd":["Transaction Failed"],"iTiwqa":["Asset is hidden."],"iZLoa2":["eg: X accounts, persona public keys, wallet addresses or ENS"],"ia3Lqp":["The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions."],"ie2c+s":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Welcome to join."],"ileX7U":["No recent transactions"],"imDvP9":["Gas limit must be smaller than ",["maxGas"],"."],"iobEyh":["By checking this box, I agree to ArtBlocks's <0>Terms of Service."],"iuCSJl":["This wallet is connected to current persona ",["0"],"."],"iuJFAy":["Low Risk"],"iwiSFA":["Similar Project"],"j2Uisd":["Approving"],"j2a+h4":["Past rounds"],"j4TRxD":["Select Address"],"j8MqhB":["CyberConnect"],"jEDiuG":["Network added"],"jICk7g":["There was a network or RPC provider error, please try again later!"],"jIWgmE":["Entered passwords are inconsistent."],"jJPsrT":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"jJrqb1":["Token Name"],"jK7nvW":["Failed to disconnect wallet"],"jRcH7y":["NFT Avatar Setting"],"jRfanQ":["Gas Used (Units)"],"jXWnN0":[["0","plural",{"one":["Strategy"],"other":["Strategies"]}]],"jZQU+o":["Originally posted by ",["0"]],"ja6Tyz":["Search with the name of an NFT collection or its symbol to get optimized results."],"jaH9PD":["Hi friends, I just created ",["token"]," Lucky Drop. Download Mask.io to claim."],"jas0vv":["Disconnect all accounts"],"jbc0gF":["Create Password"],"jeLXsu":["Who can claim"],"jfJkBQ":["Gas price is too low for network conditions."],"jh0i4n":["Confirm this transaction in your wallet."],"jhoAzY":["Mask Network Cloud"],"jjCXPD":["Starts ",["relativeStartTime"]],"jpctdh":["View"],"jt/0L2":["You've saved ",["0"]," to Web3 file service."],"jt/cjR":["Safety Warning"],"jtExaD":["Not supported yet."],"jygqM9":["Loading account information..."],"jzLzy/":["No whitelist"],"k/sb6z":["Select language"],"k/vATR":["Token unlocked"],"k0USDt":["Account connected.<0/><1/>Try to explore more features powered by Mask Network."],"k1pJQo":[["0"]," network is not added to the wallet. Please add it and try again."],"k28Qhe":["Failed to save file"],"k57+C7":[["walletLength","plural",{"one":["#"," Wallet"],"other":["#"," Wallets"]}]],"k7u9V5":["Incorrect words selected. Please try again!"],"kCAzy/":["Collection Approval"],"kG0n0M":["Network error or user cancels the process."],"kHDhjV":["I just claimed airdrop with ",["amount"]," ",["0"]," on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities."],"kKY8Re":["The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"kPQQEW":["Enter an Amount"],"kV9Qeo":["You have donated ",["0"]," ",["1"]],"kWJmRL":["You"],"kbfp5m":["Visible To"],"kdW3qS":["Nonce"],"kePpfU":["Update NFT Avatar Success!"],"kf/5Ap":["Explore multi-chain dApps."],"kf83Ld":["Something went wrong."],"kg/ict":["Lucky Drop claimed."],"kj3M8S":["Deposit"],"kjBSDT":["<0>",["user"]," minted ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}],"for <3>",["value"]," ",["symbolName"],""],"ks5OGD":["Contract"],"kx0s+n":["Results"],"l/UFPv":["Properties"],"l3s5ri":["Import"],"lCF0wC":["Refresh"],"lCHQzJ":["This address may be a scam address."],"lCfoWv":["Select NFTs"],"lDgVWA":["Receive"],"lET9my":["Mask needs the following permissions"],"lErh77":["Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance."],"lKldOY":["12-word recovery phrase is used to recover your persona data."],"lO/vMB":["OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly."],"lPJwNU":["Persona: ",["personaName"]],"lPsa94":["Merge Completed"],"lQXQKs":["Vote"],"lU6uRb":["Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility."],"lWOC+h":["Mask Network requires you to authorize the following websites before using it."],"ldI18s":["Minted:"],"lhvy2j":["Firefly"],"llLBQ1":["a token"],"lmYQuN":["At most ",["SOL_REDPACKET_MAX_SHARES"]," recipients"],"loCUuu":["Keystore"],"lqTDfd":["Slippage Tolerance"],"lqW7eD":["In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address."],"lr8uE3":["Holding ",["0"]],"lvL4x0":["Follow @masknetwork for Web3 updates and insights."],"lxJU2w":["Enter Number of Winners"],"lyjM6U":["Wait too long for the confirmation."],"m+uuUE":["Cross-chain"],"m/TPEz":["(beta)"],"m16xKo":["Add"],"m2OZMI":["Max fee cannot be lower than max priority fee"],"m2pyX2":["Buy Now"],"m3VOQq":["Current wallet does not support to interact with Lens protocol."],"m3XvO+":["Imported Wallets"],"m3akOw":["I just claimed a lucky drop from @",["sender"]," on Solana."],"m3cvPZ":["Payment password set."],"m3pz1u":["Insufficient ",["symbol"]," Balance"],"m64f3d":["Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead."],"mCB6Je":["Select All"],"mGHHf5":["After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips."],"mHWsOq":["Failed to confirm"],"mNUsxu":["Tx Fee"],"mPxxVq":["Enter a gas limit"],"mQpWAe":["Edit Contact"],"mT57+Q":["Go to Settings"],"mUJUVX":["Claim your NFT Lucky Drop"],"mW8F64":["This project is no longer active"],"mYGY3B":["Date"],"mZ04KC":["Overall Best"],"ma8rSx":["Your transaction has been confirmed!"],"mc68kY":["New Payment Password"],"md5sZ/":["This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud."],"mfwfMR":["You can claim the lucky drop by holding the required amount of any selected token."],"mhNIiJ":["Gas price is higher than necessary. You may pay more than needed."],"mrAv9J":["Failed to save network"],"msszNj":["<0/> approved <1>",["0"]," ",["1"],""],"muQqQY":["Buy & sell tweets autographed by their original creators."],"mzI/c+":["Download"],"n+ObkB":["Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets."],"n1gwuy":["on ",["toNetworkName"]],"n2HnVK":["If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses."],"n42fmQ":["Enter a max fee"],"nDzNGQ":["Follow User"],"nE/lLr":["Just Selected Contacts"],"nFjzvC":["Approved Amount ",["0"]],"nGl2Ng":["Restore Completed"],"nKLBYz":["We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!"],"nMUHWK":[["claimed"]," Follow @",["0"]," (mask.io) to claim lucky drops."],"nMkx7r":[["0","plural",{"one":["#"," Hour"],"other":["#"," Hours"]}]],"nOCyT5":["Show tokens with value less than $1"],"nOhz3x":["Logout"],"nSkB8g":["Information"],"nTFx7o":["Avatar set successfully"],"nTWWCZ":["Low"],"nTif4K":["Select and Connect to your wallet"],"nUWEsV":["Max fee is higher than necessary"],"nUeoRs":["Signing Message (Text)"],"nV/wXH":["This profile can not be followed."],"nWDO1P":["<0/> ",["txType","select",{"burn":["burned"],"deposit":["deposited"],"mint":["minted"],"receive":["received"],"send":["sent"],"withdraw":["withdrawn"],"other":[]}]," <1>",["0"]," ",["1"]," "],"ndRqFD":["Chain ID"],"neBDpj":["Please connect wallet"],"ngWO+e":["No local key"],"njSHJP":["You didn't approve ",["0"],". Please do not set spending cap to 0 and try it again."],"nqL5WA":["Claim Lucky Drop"],"nqagQ8":["Signing Message (Raw)"],"nvAt0H":["Resource"],"nvV/Td":["Balance: <0>",["0"],""],"nwSp3U":["I just tipped ",["amount"]," ",["0","select",{"namedToken":[["1"]],"other":["token"]}]," to @",["recipientUserId"],"'s ",["2","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["3"],"\n\nInstall https://mask.io/download-links to send your first tip."],"nzBzok":["Create time:"],"o+XJ9D":["Change"],"o+zDNQ":["The mnemonic word has been copied, please keep it in a safe place."],"o4Iu2W":["Logout successfully"],"o4NrTC":["Confirm this Signature in your wallet."],"o66hO5":["Discovered a LuckyDrop event on the FireFly website."],"o9pabc":["No codes found to suspend trading."],"oCBTyI":["This will overwrite the existing cloud backup with the local data, this cannot be undo."],"oDMfB1":["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"oDSXfc":["New password cannot be the same as your current password."],"oG26Rt":["Confirm this transaction in your wallet"],"oG67vO":["Available to Everyone"],"oIsL5E":["Chain ID: ",["0"]],"oJIW7I":[["context","select",{"mint":["<0>",["to"]," minted <1>",["value"]," ",["symbol"],""],"send":["<2>",["from"]," sent <3>",["asset"]," to <4>",["to"],""],"claim":["<5>",["to"]," claimed from <6>",["from"],""],"burn":["<7>",["from"]," burned <8>",["value"]," ",["symbol"],""],"deposit":["<9>",["from"]," deposited on <10>",["exchange"],""],"withdraw":["<11>",["from"]," withdrew on <12>",["exchange"],""],"other":[]}]],"oMx/mL":["Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later."],"oN9XHJ":["Start Time: <0>",["0"],""],"oOQfsI":["Current account is not the verifying account."],"oTLFeN":["The Lucky Drop can't be sent due to data damage."],"oX+QCa":["<0>Powered by<1>Mask Network"],"oYzol6":["an NFT"],"oZw0Iw":["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"],"ocYse8":["Failed to refund Lucky Drop."],"oe5xh9":["Decrypt failed, please check password"],"of3mx/":["<0>",["user"]," swapped <1>",["from_value"]," ",["from_symbol"]," to <2>",["to_value"]," ",["to_symbol"]," on <3>",["platform"],""],"ofUcbc":["Random"],"ohUJJM":["Plugins"],"ojlMCx":["Minimum withdraw amount is ",["MINIMUM_AMOUNT"]," ",["0"]],"olEUh2":["Successful"],"ooHEV6":["1 ",["0"]," NFT Lucky Drop claimed."],"osXsDn":["Import NFT"],"ou+PEI":["Profile Photo"],"ouAjo6":["No Enough Gas Fee"],"ovBPCi":["Default"],"oxKup1":["Insufficient $",["0"]," balance"],"p+ngUo":["Unfollow"],"p1/7GX":["Contract Not Found"],"p2/GCq":["Confirm Password"],"p3TX0l":["Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers."],"p7l2aC":["Contract:"],"p8Aea2":["The persona name already exists."],"p8OYBy":["@",["sender"]," is sending an NFT lucky drop on ",["networkName"]," network. ",["account_promote"]," ",["promote_short"]," #mask_io #LuckyDrop ",["0"]],"pG7O41":["Fastest"],"pGElS5":["Mnemonic"],"pHfBGz":["Updating Gas Fee…"],"pIyHYi":["Lens Follow"],"pLHDrO":["Holding NFT"],"pOE8Vh":["Space"],"pa3wn3":["It remains unclaimed."],"pbOGiB":["Revoke Token"],"pbYUPI":["Text copied!"],"pi+hn/":["Ethereum ",["HD_PATH_WITHOUT_INDEX_ETHEREUM"]],"pjrgRd":["Incorrect Private Key"],"pkyWdU":["Keystore password"],"poYLOl":["New Logo"],"ps1+DX":["Set your persona name with maximum length of 24 characters"],"pu3rTn":["GWEI"],"puUEU3":["Change Backup Password"],"put3ex":["Request is valid not after"],"pv5v6j":["About Permit"],"pvnfJD":["Dark"],"py6hU8":["Signature Request"],"pzO3Xa":["Total Supply"],"q+O14e":["Search Area"],"q+hNag":["Collection"],"q/ao7A":["Price per mint"],"q5+UWM":["Contact edited."],"qAbGIK":["Issued at"],"qCMUPH":["Unlock ",["0"]],"qDIxZ+":["Failed to restore the backup from Google Drive to your browser. Please try again."],"qHqI+o":["<0>Powered by <1>Mask Network"],"qI8U4x":["Max fee cannot be lower than max priority fee."],"qIL7PI":["Offers"],"qJb6G2":["Try Again"],"qNiGUh":["size"],"qT8oOt":["Persona required."],"qWMpAl":["up to ",["0"]," Gwei"],"qYuscr":["Max Priority Fee"],"qZ6p7p":["Backup on ",["0"]],"qcqdIh":["You need to open the dApp to view the specific content."],"qcybNQ":["Proposal"],"qdyV/M":["News"],"qhKyO3":["Withdraw ",["0"]],"qkhZxp":["Created a SmartPay wallet on Polygon network."],"qp8fKi":["By confirming means that you agree to bear the possible risks above."],"qqWcBV":["Completed"],"r3OcML":[["mins"],"min"],"r92tNP":["Failed to authorize Google Drive. Please try again."],"rBLzKv":["Max fee is higher than necessary."],"rCsoea":["Manage Token List"],"rG3WVm":["Select"],"rJZPaP":["No activities found."],"rKY/BK":["Classics Logo"],"rLgPvm":["Backup"],"rQQGN1":["Max priority fee is higher than necessary. You may pay more than needed."],"rR6iwH":["Domain Request"],"rWE7Lq":["Contact deleted."],"rWqyF3":["Gas limit should be between ",["minGasLimit"]," and 15.00M"],"rYFSec":["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."],"rZ0rgl":["Total Volume"],"raCUEa":["By granting permission, you are allowing the following <0/> contract to access your funds"],"rcNnsQ":["Price:"],"re2nOO":["Uploaded files"],"rkMKQ0":["The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later."],"rm0yu/":["About ",["collectionName"]],"rqV4QH":["This swap isn’t supported"],"rrvbCi":["Network error or execute smart contract failed."],"rulocO":["Checking Approve"],"ryWxhG":["Congratulations!"],"s/8SJ+":["View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source."],"s4Omor":["To <0>",["0"],""],"sGkv/+":["Hi friends, I just deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"sOYKMU":["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."],"sOcZTR":["Contract Deployment"],"sQJ3RN":["Max priority fee is too low for network conditions."],"sQTDWu":["Allow us to collect your usage information to help us improve Mask."],"sSkbaZ":["Request timed out."],"sWsox7":["Follow Lens handle"],"saHPqg":["Claim your Lucky Drop."],"sb9Y58":["Wallet"],"siroPf":["Mask Network"],"sxkWRg":["Advanced"],"szNWi8":["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."],"t+A5fr":["Gas price should be greater than 0"],"t/YqKh":["Remove"],"t2prdI":["No search results"],"t3rUZr":["Sign-in Request"],"t6bQQD":["Send authors tips by using Mask Network's Tips function."],"t6md+W":[["0","select",{"create":["<0>",["user"]," created a profile on <1>",["platform"],""],"update":["<2>",["user"]," updated a profile on <3>",["platform"],""],"other":[]}]],"t8dIOP":["Spam"],"t91sWs":[["actionType","select",{"stake":["<0>",["user"]," staked <1>",["symbol"],""],"claim":["<2>",["user"]," claimed <3>",["symbol"],""],"unstake":["<4>",["user"]," un-staked <5>",["symbol"],""],"other":[]}]],"t9m1iP":["Spam reported."],"tARYn/":["NFTs Profile"],"tCAZi9":["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."],"tG9G+b":["File Service"],"tHoyBc":["Please connect ",["0"]," before using dApps."],"tIW5Jt":["No matched tokens"],"tKJ7ee":["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."],"tOL6AP":["Adjust Selection"],"tOMnvw":["Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites."],"tPeNU7":["This network name already exists"],"tRRE1h":["1 ",["0"]," claimed."],"tXkhj/":["Start"],"tbOs8j":["Confirm Swap"],"tcHpvG":["Change Owner"],"tfDRzk":["Save"],"thX7xs":["The network with chain ID ",["formChainId"]," may use a different currency symbol (",["0"],") than the one you have entered. Please check."],"tiX/tO":["Address: <0>",["address"],""],"tj48De":["Connect Social Account"],"tjbyOy":["Project details"],"tk+uyz":["You've approved ",["0"]," for ",["1"],". If you want to revoke this token, please set spending cap amount to 0."],"toDFSK":["Wallet sign succeeded."],"tst44n":["Events"],"tuOw4x":["Make It Encrypted"],"tx1x9k":["I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io."],"txEVTf":["No Listings"],"ty2gt9":["You need to follow the creator of the lucky drop."],"u2OWVJ":["Disconnect failed."],"u2Srv1":["Claim your Airdrop"],"u3ZeYl":["Transaction failed"],"u689pQ":["Ends in ",["relativeEndTime"]],"uAQUqI":["Status"],"uBAxNB":["Editor"],"uF9ruK":["Saving"],"uJQLj9":["Connect and switch between your wallets."],"uSMfoN":["Verify"],"uip9JY":["I wrote down those words in the correct order"],"ujpEaI":["Please connect your wallet"],"uqF4Nm":["Blockchain:"],"usVwcn":["No anti_whale(Unlimited number of transactions)"],"uv94aG":["Added by user"],"uv9cwh":["Bridge Network fee"],"uyJsf6":["About"],"v01kR+":["NFT PFP"],"v7U98p":["Failed to claim Lucky Drop."],"vH2C/2":["Swap"],"vLXevL":["Transaction cost"],"vOx+Me":["You can withdraw the remaining balance 24 hours after sending the lucky drop."],"vVEene":["View your Tokens and NFTs"],"vXIe7J":["Language"],"vXygio":["Not enough data to present."],"vel6Z1":["Request Source"],"vhlM+H":["Withdraw ",["0"]," for savings."],"vhqFTT":["Can't find a valid user address data source."],"vutynE":["Enable plugin"],"w0e0yw":["Gas limit must be at least ",["0"]],"w1ctdJ":["Encrypted Post"],"w3t1Hw":["Powered by <0>Go+"],"w4oOEJ":["Mask Community $ARB Giveaway"],"w9Xmw/":["Google Drive"],"wCtp6y":["Your Wallet is on **ready 🚀**"],"wDnczW":["Optimize the display of search results about ENS in social media."],"wGtbaw":["Amount per Share"],"wMHvYH":["Value"],"wNecg9":["Multiple transaction requests ",["0"]," / ",["1"]],"wNxsb2":["Reject ",["totalMessages"]," Transactions"],"wThGrS":["App Settings"],"wUlAUI":["<0>@",["currentUserId"]," connected already."],"wYA1q/":["Auto report the scam links to MetaMask"],"waXvJd":["NFT is not minted yet."],"wbDTs9":["Request timed out"],"wqppGn":["Permissions List"],"wvJOId":["This ENS does not exist or not be resolved."],"wxZZWc":["You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet."],"wxfXhJ":["Scam tx"],"x0PhCN":["Disconnected successfully."],"x4f8pZ":["Tips"],"x5LEuB":["Followers"],"x6rEou":["<0>",["user"]," claimed ",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"from <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"xBXg0L":["No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk."],"xC6eGY":["Mint function"],"xCJdfg":["Clear"],"xCcvjC":["Set up NFT PFP successfully"],"xDAtGP":["Message"],"xDO6ZN":["Plugin switch"],"xEQZ4z":["Use text encryption"],"xEX/9S":["No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk."],"xFCCR4":["Please enter the correct mnemonic words, private key, or upload the correct keystore file."],"xGVfLh":["Continue"],"xH6cn+":["Choose Token"],"xIxVmH":["Unlock ",["0"]," NFT contract."],"xPSvu3":["<0>",["websiteCount"]," ",["0","plural",{"one":["Website"],"other":["Websites"]}]],"xTQLHC":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Install @masknetwork to get yours."],"xeiujy":["Text"],"xjhtsV":["Chain"],"xoKE3v":["Disable Permit"],"xuKB2x":[["0"]," deposited."],"xupcu9":["Speed Up"],"y/+ReV":["No any collectible is available for preview. Please add your collectible here."],"y/kxxM":["Priority fee"],"y2i17G":["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."],"y3juHh":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"y3qyKP":["NFT Lucky Drop created."],"y49awp":["Set NFT Photo"],"y5aRAa":["Please enter cloud backup password to download file."],"y62Dys":["Network fee"],"y6VCOb":[["0"]," Mins"],"y6sq5j":["Following"],"yC/GKd":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3."],"yD15Uj":["Are you sure to remove this wallet?"],"yDUr0V":["Lucky Drop refunded."],"yFpcbN":["This request may be a phishing attach. I understand this and want to continue."],"yFrxQj":["Mnemonic word"],"yGyJ1l":["You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again."],"yHrAv+":["Claim Lucky Drop with ",["0"]," claimed."],"yKu/3Y":["Restore"],"yNBZ3N":["Enter gas limit"],"yNu9vD":["The wallet address already exists."],"yQE2r9":["Loading"],"yQqkIK":["24H Average Price"],"yRuvmU":["The mnemonic words has been copied, please keep it in a safe place."],"yTZe+y":["Snapshot"],"yVnV6H":["Please write down or copy these words and save them in a secure place."],"yVzBCJ":["NFT Lucky Drop claimed."],"yZhedI":["Gas fee settings"],"yb/fjw":["Approval"],"ybuu1v":["Oops, we can't find any results."],"ygW4tI":["Please connect your persona"],"yik0Qu":["Private Key"],"ykiu3o":["NFT Details"],"ylUhBz":["Click to retry"],"ylXk9u":["Encrypt the message in an image"],"yqc6uX":["This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing."],"ywDBfs":["Something went wrong!"],"yx/fMc":["High"],"yz7wBu":["Close"],"yzF66j":["Link"],"z+H8bd":["Your wallet does not meet the eligibility criteria for claiming."],"z/3+av":["License:"],"z1i6et":["Failed to ",["0"]," NFT contract."],"z27gFg":["If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it."],"z7Fh2l":["Base fee required: ",["MIN_BASE_FEE"]," Gwei"],"z9HeHt":["Create a Privy Wallet"],"zBPjcC":["Revoke the approval for token"],"zBUJYA":["The approval for this contract will be revoked in case of the amount is 0."],"zBftr8":["Claim NFT Lucky Drop"],"zEZe86":["You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends."],"zGTAja":[["claimed"]," Follow @",["account"]," (mask.io) to claim lucky drops."],"zJlXbX":["NFT"],"zPar3e":["Collectible"],"zX9KdB":["No following friends."],"zXagFp":["Copy Address"],"zZk9Yz":["Purchase"],"zga9sT":["OK"],"zgqgNP":["Purchasing...."],"zkEW09":["You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?"],"znqB4T":["Insufficient balance"],"zp7Ha3":["Backup Failed"],"zwBp5t":["Private"],"zxrGeO":["Gas limit must be bigger than ",["minGas"],"."],"zzDlyQ":["Success"]}} \ No newline at end of file +{ + "messages": { + "++B0oY": ["This function has been turned off in the App settings. Enable plugins to fully access."], + "+01Ill": ["Change to Solana Wallet"], + "+5hgHR": ["Are your sure you want to disconnect? You may lose part of functionalities of this website."], + "+95jK3": ["Gas limit too low will cause the transaction to fail."], + "+A4TPN": [["0"], " NFT contract"], + "+CzAt9": ["Previous unfollow transaction is in processing, please wait and try again."], + "+IEBAO": ["Approve amount"], + "+K0AvT": ["Disconnect"], + "+POswt": ["Sell Tax: ", ["0"]], + "+Qcnh5": ["Please select the appropriate method to restore your personal data."], + "+W8dUJ": ["Tap to view the private key <0/> Make sure no one is looking at your screen"], + "+XyQiK": ["Agree"], + "+Zuhm7": ["Support Identity code, private key, local backups or cloud backups to access your personal data."], + "+adBn3": ["Chrome - external extension"], + "+b7T3G": ["Updated"], + "+fTqvl": [ + "<0>", + ["user"], + " sold ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], + " to <3>", + ["recipient"], + " for <4>", + ["2"], + " ", + ["symbolName"], + "" + ], + "+hwfjv": ["Please select the wallet to activate the function after saving the settings."], + "+m7PfT": ["Deleted successfully"], + "+m7x4e": ["Backup Successful"], + "+q+Wa9": ["Swap anyway"], + "+uISZO": ["Incorrect Password"], + "+ubcPw": ["No power"], + "+xKN8I": [ + "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." + ], + "/2nH6X": ["Make another Bridge"], + "/7tku+": ["Try"], + "/BI0y9": ["Refunded"], + "/Dk+nX": ["More on ", ["0"]], + "/I3RSJ": ["Report Spam"], + "/JOEaC": ["Deploy Smarty Pay wallet"], + "/KseE7": ["Delete File"], + "/LkuGq": ["Restore from a previous database backup"], + "/OPmPQ": ["Verify ", ["0"]], + "/Swcdo": ["Failed to swap"], + "/WfDJy": [ + "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." + ], + "/capO6": ["Failed to deposit ", ["0"], "."], + "/eguJc": ["Uploading"], + "/fo6Dv": ["Gas Limit (Units)"], + "/giXwU": ["Medium Risk"], + "/hKQcr": [["seconds"], "s"], + "/jQctM": ["To"], + "/nT6AE": ["New password"], + "/riTT2": ["Pinned successfully."], + "/uEw9z": ["Your X account authorization has timed out. Please try again."], + "/vtDGO": [["0"], " is connected to these sites, they can view your account address."], + "/xrk7I": ["FAQ&Tutorial"], + "/y/pZ3": ["Select a Token"], + "0+3dvg": ["This NFT didn't have any offers."], + "0/eoR6": ["Revoking"], + "00b9QG": ["Set Your Payment Password"], + "01DWy7": ["Click the settings icon to list it on the App board."], + "04MqGo": ["Post content:"], + "09vHB+": ["Failed to decrypt."], + "0C6WdO": ["Upload backup"], + "0D4bav": ["Name or Contract address e.g. USDC or 0x234..."], + "0F4ogS": ["Payment Password should be between 6 and 20 characters."], + "0HnKBn": ["Hide mnemonic words"], + "0Lp4o6": ["Load failed"], + "0M//Nn": ["The Persona is connected to the following accounts: ", ["list"]], + "0ZC72+": ["Connected successfully."], + "0bKGbK": ["No past rounds found."], + "0caMy7": ["History"], + "0dFHbr": ["Confirm swap risk"], + "0fljZe": ["Trading Route"], + "0hFUd/": [ + "You must give the ", + ["0"], + " smart contract permission to use your ", + ["1"], + ". You only have to do this once per token." + ], + "0jddIP": [["0"], " members"], + "0lBTmP": ["You need to hold any of the following tokens."], + "0oFu/K": ["No Lucky Drops claimed"], + "0oMKRL": ["Delete Contact"], + "0tdB+o": ["Enable the ", ["name"], " Wallet extension and disable other wallet extensions"], + "0wJVK+": ["Basic"], + "0wdd7X": ["Join"], + "0wzWAN": ["Why I can't vote?"], + "0xXDLS": ["View your profile in firefly"], + "0yPSCj": ["High Risk"], + "0yf3iU": ["Wallet sign cancelled."], + "1+6BOG": ["Download Backup"], + "1+P9RR": ["Switch to ", ["0"]], + "11kmCI": ["We are not aware of any code that prevents the sale of tokens."], + "199DuV": ["Display specific information of Gitcoin projects, donate to a project directly on social media."], + "1DwbcE": ["Loading...."], + "1EOhmY": ["Rank #", ["0"]], + "1LkMSp": ["Add Suggested Token"], + "1M8xFP": [ + "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." + ], + "1QJyuR": ["At most ", ["RED_PACKET_MAX_SHARES"], " recipients"], + "1QfxQT": ["Dismiss"], + "1R2W/B": [ + "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " + ], + "1TNIig": ["Open"], + "1TaavV": [ + "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." + ], + "1Uqt6P": ["Disconnect Wallet?"], + "1Wbxhe": ["This profile can not be followed: ", ["0"]], + "1Z++2X": ["The Persona is not connected to any accounts."], + "1agbuA": ["Functions that can suspend trading"], + "1bTY60": ["Token Value"], + "1kE7ob": ["Network saved"], + "1mjyN6": ["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."], + "1nMGEs": ["Personas"], + "1njn7W": ["Light"], + "1on6yK": ["How to use ", ["0"], " Wallet?"], + "1rsf+c": [ + "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." + ], + "1xwmzN": ["Switch to other accounts"], + "2/N/mr": ["Connect with ", ["providerName"]], + "22QmCQ": [ + "The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." + ], + "28ABhV": ["Connect EVM Wallet"], + "29b5Sq": ["Blocto only supports the Flow chain."], + "2CMLgZ": ["Token ID separated by comma, e.g. 1223,1224,"], + "2FYpfJ": ["More"], + "2GHENQ": ["Web3 Profile"], + "2J5wRx": ["Failed to get quote information"], + "2Lr4ie": ["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."], + "2MPu+c": ["Priority Fee (GWEI)"], + "2XVeKu": ["Airdrop Scam"], + "2Xze/r": ["Block Explorer URL"], + "2jQko7": ["Associated Accounts"], + "2kXxch": ["Sorry, signature failed! Please try signing again."], + "2p7WMm": ["Give permission to access <0/> your ", ["0"], "?"], + "2saF1j": ["Tax can be modified"], + "2wxgft": ["Rename"], + "3/0KF0": ["Create a Firefly.social wallet using an X account"], + "34UMci": ["Wallet Settings"], + "38C83c": ["Recovery Phrase"], + "39ohdf": ["Activities"], + "3A/gtD": ["Invalid RPC URL."], + "3A/mG4": ["Change Wallet"], + "3AP6p1": ["Public Key: <0>", ["publicKey"], ""], + "3B4jmY": ["Data correlation"], + "3CR0qY": ["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."], + "3J+S3n": ["Search Next.ID, X, Lens, ENS or Address"], + "3OhjJ4": ["Powered by <0>Mask Network<1><2/>"], + "3Q5eQl": ["Please click the \"Post\" button to open the compose dialog."], + "3Q8dPe": [ + "The website (", + ["messageOrigin"], + ") is asking you to sign in to another domain (", + ["0"], + "). This may be a phishing attack." + ], + "3SiDD1": [ + "<0>", + ["user"], + " burned <1>", + ["1", "select", { "nft": ["an NFT"], "name": [["0"]], "other": [] }], + "" + ], + "3ThLdM": ["Report on GitHub"], + "3WZ1WL": ["Please enter backup password to export persona private key."], + "3YDnov": ["Token now is hidden."], + "3ZgRKI": [ + [ + "type", + "select", + { + "post": ["<0>", ["user"], " publish a post on ", ["platform"]], + "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], + "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], + "share": ["<3>", ["user"], " shared a post on ", ["platform"]], + "other": [] + } + ] + ], + "3awOET": ["Rank"], + "3bGj61": ["Claim on Firefly"], + "3cAxpB": [ + "There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price." + ], + "3cw8FQ": [ + "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." + ], + "3dAaqV": [ + "📃📃📃 Try to permanently use decentralized file storage on ", + ["sns"], + ". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." + ], + "3fpIq1": ["to ", ["0"]], + "3iUAE7": ["Backup to Google Drive"], + "3kbpgO": ["Gas Limit"], + "3lUGN0": ["Switch Persona"], + "3pqzUK": ["Contact added."], + "3qe4O9": ["Max Fee"], + "3uBJPr": ["File delete"], + "3uQmjD": ["Average"], + "3ublvs": ["Try token from different chains"], + "3yLqgI": ["Name or contract address eg. PUNK or 0x234..."], + "4+VnE8": ["ENS"], + "42yL2J": [ + "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ", + ["encrypted"] + ], + "43g2kf": ["Only visible to yourself"], + "44bNbA": ["Select an NFT Contract"], + "4DIYdt": ["No associated wallet. <0>Add Wallet."], + "4EN5JL": ["Your Persona has been successfully created."], + "4FvVUv": ["Reset Wallet"], + "4GBOoi": ["Failed to create theme."], + "4Gz2wC": ["Failed to upload file"], + "4HavhE": ["Powered by <0>Mask Network"], + "4HtGBb": ["MAX"], + "4JCJIV": ["What is Web3 File Service?"], + "4coHVU": ["Lens Unfollow"], + "4lm4o+": ["Solana"], + "4na5mr": ["This message contains a invalid EIP-4361 message. It is better to reject this request."], + "4ojMOt": ["Please enter your backup password."], + "4pSxwB": ["Go"], + "4zgT9K": ["Connect Mask Network Account using your wallet."], + "50QwC8": ["value"], + "51TkMy": ["Claiming will be live until: <0> ", ["days"], " d ", ["0"], " h ", ["1"], " m"], + "51cT/A": ["The minimum amount for each share is ", ["0"], " ", ["1"]], + "51rAFB": ["Please copy the following text and image (if there is one) and publish it."], + "52nzPV": [ + "Data source is retrieved from ", + ["0", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "other": [] }], + "." + ], + "55/jcy": [ + "Hi friends, I just withdrew my deposit ", + ["0"], + " ", + ["1"], + " on ", + ["2"], + ". Follow @", + ["3"], + " to find more staking projects." + ], + "5Dz44N": ["Set Payment Password"], + "5E57TU": ["Max priority fee is too low for network conditions"], + "5G0lxx": ["Powered by <0>Scamsniffer"], + "5H/4VW": ["Create a Firefly.social wallet"], + "5HVoyc": ["Transaction Details"], + "5Jczad": ["I just claimed a lucky drop from @", ["0"], " on ", ["1"], " network."], + "5N3b5J": ["Market Cap"], + "5O5enn": ["Enter Payment Password"], + "5QfZ6O": ["Contract source code verified"], + "5YfW3S": ["Add an encrypted comment..."], + "5ZzgbQ": ["Connect ", ["0"]], + "5e22kj": ["Email verification code"], + "5hFImX": ["Deploy Contract"], + "5i1JPS": ["Never share 12-word secret mnemonic with anyone!"], + "5iHe/7": ["Network error, try again"], + "5o2pdQ": ["Create Persona"], + "5s6EhU": [ + [ + "count", + "plural", + { + "one": ["You have recovered **", "#", " Wallet 🚀**"], + "other": ["You have recovered **", "#", " Wallets 🚀**"] + } + ] + ], + "5sIdhw": ["Share with"], + "5uFQ9j": ["Please create a persona and verify your account to use this."], + "623chP": ["Infos"], + "66J/I3": ["Transaction Fee"], + "678PKt": ["Network Name"], + "68FuwU": ["URLs require the appropriate HTTPS prefix."], + "68m9Nl": ["Add new address to an existing group"], + "6B+2/d": ["Stay on top of NFT trending information, hot projects, notable transactions, etc."], + "6DvbLh": ["Please install your metamask wallet and set up your first wallet."], + "6HT670": ["Function: ", ["0"]], + "6IHgRq": ["Backup to the Cloud"], + "6IvSyW": ["Token Standard"], + "6RDwJM": ["Tokens"], + "6U+PWG": ["Total NFTs"], + "6Uau97": ["Skip"], + "6V3Ea3": ["Copied"], + "6VJnE7": ["Note: Scams detections might not be 100% guaranteed."], + "6YASel": ["Invalid Network"], + "6YtxFj": ["Name"], + "6ZZ+4S": ["Load Network"], + "6foA8n": ["Are you sure?"], + "6gRgw8": ["Retry"], + "6k8iqO": [["0"], " ", ["1"], " bridge completed successfully."], + "6knJVf": ["This NFT contract cannot be modified now."], + "6s8L6f": ["Switch Network"], + "6sbLuF": ["Current results"], + "6ulv1U": ["Contract Owner"], + "6vVuTX": [ + "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." + ], + "7+2e01": ["Network removed."], + "70wH1Q": ["APR"], + "76Ml+j": [["0"], " NFT Lucky Drop created."], + "76gPWk": ["Got it"], + "78Kj7O": [["0"], " NFT transferred."], + "7Ae1jc": ["True Token"], + "7Bj3x9": ["Failed"], + "7PPwVf": [ + "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." + ], + "7PgtYC": ["Set NFT Avatar"], + "7QptC5": ["Auto-lock Time"], + "7R2WG+": ["Decrypted by Mask Network"], + "7VpPHA": ["Confirm"], + "7c99ux": ["Contract Deployment ", ["0"]], + "7cg5cq": ["unique contributors"], + "7eFA2G": ["Failed to revoke token contract."], + "7hZyUn": ["Processing Deposit"], + "7k2lei": [ + "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." + ], + "7lnlzl": ["Claimed ", ["amount"], " $", ["0"], " successfully."], + "7qUM2b": ["Open Mask Wallet"], + "7s5tLo": ["Allow this site to switch the network?"], + "7w1rTm": ["The download link is expired"], + "7yziEn": ["This request has been expired."], + "8+xvyR": ["Blockchain"], + "82+n6o": ["Quote Route"], + "869iq0": ["Transferring asset across to the ", ["0"], " network via the ", ["1"], "cross-chain bridge"], + "87Poy7": [["0"], " ", ["1"], " NFT contract."], + "88+Eku": ["Provide you with fast, reliable and convenient security services."], + "89kDhv": ["NFT collection"], + "8BsgdX": ["Failed to get permissions"], + "8C8O9E": ["Provided by plugin \"", ["0"], "\""], + "8Dh77Z": ["NFTs"], + "8IN0ph": ["No more data available."], + "8J7y6E": ["Deposit ", ["0"], " for savings."], + "8Kly2P": [ + "Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token." + ], + "8MJFvR": [["0"], " Risky factor"], + "8N1Wbf": ["This token has no risky or attention factors."], + "8RF/Sx": ["Added successfully"], + "8S5o5V": ["Share and recommend this feature after saving."], + "8TMaZI": ["Timestamp"], + "8Tg/JR": ["Custom"], + "8WLjqx": ["Never share the 12-word secret mnemonic words with anyone!"], + "8ZsakT": ["Password"], + "8bgRf6": ["Can not follow: ", ["0"]], + "8djViz": ["Step ", ["step"], "/", ["step"]], + "8glx+u": ["Token ID"], + "8rElAH": ["Image copied!"], + "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], + "9+VwX/": ["Add Collectibles"], + "9KKhJV": ["Signing ..."], + "9VcshJ": ["Enable auto paste"], + "9Y1kXO": ["Payment password stored locally and you could try as many as you want to unlock your wallet."], + "9bG48P": ["Sending"], + "9cDpsw": ["Permissions"], + "9cSIbb": ["Click on <0/> at the top-right of your browser."], + "9d/Qe4": ["Service Agreement"], + "9hg9mc": ["Downloading"], + "9hzYBR": ["Failed to download and merge the backup: ", ["0"]], + "9jba96": ["Only TypedMessageText is supported currently."], + "9kIgHE": [ + "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." + ], + "9lqqpY": ["Invalid email address."], + "9oP21f": ["My vote"], + "9oq2rm": ["Functions with retrievable ownership"], + "9q+I38": ["Your voting power"], + "9r9nwF": ["Identical"], + "9sjcnZ": ["Disconnected."], + "9tG0uf": ["Please verify your social account"], + "9uYu7e": ["You haven't uploaded any files yet."], + "9w2hgY": ["Paste manually"], + "9xaUMG": ["General user"], + "A+Ijr2": ["Close [Check Security]?"], + "A0VzMm": ["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."], + "A1bmDM": ["No verified account found here."], + "A1taO8": ["Search"], + "A3Ndml": [ + "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." + ], + "A4vJQr": ["Set your NFT as profile picture with exclusive aura."], + "A6JChW": ["The transaction was complete and has been recorded on blockchain at ", ["0"]], + "A9tojF": ["Incorrect password"], + "AElxM7": ["Transfer ", ["0"], " NFT."], + "AJNYYr": ["Refund Lucky drop"], + "AKLbfQ": ["Restore Database"], + "AMJWWT": ["Likely in < ", ["estimateSecond"], " seconds"], + "ANYjcp": [["shareWithNum", "plural", { "one": ["1 friend"], "other": ["#", " friends"] }]], + "ANk/Zy": ["Incorrect Backup Password"], + "AOPSKq": ["Deposit ", ["0"]], + "ASNDad": ["Hide ", ["name"]], + "AV+9wg": ["Re-enter"], + "Ah4d0u": ["Security Detection"], + "AjVXBS": ["Calendar"], + "Ap948/": ["Listed"], + "Appw6V": ["No NFTs found."], + "Aq+O0x": ["status"], + "AuXfDa": [ + "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." + ], + "AuvDq6": ["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"], + "AwQpq/": ["Click on the down-arrow to see the private key."], + "AxPAXW": ["No results found"], + "AxdOHo": ["Pair"], + "Axp2cZ": ["24 Hour Trading Vol"], + "AyLiVq": ["Scan QR code to receive payment"], + "B1T4nn": ["Confirm the Lucky Drop"], + "B6C0XJ": ["No Data"], + "B8B8TU": ["Verified by ", ["0"]], + "BAvIGC": ["Withdraw token"], + "BFhvNB": [["0"], " ", ["1"], " NFT contract successfully."], + "BMCVM3": ["Wallet Sign"], + "BQHQ9v": ["No websites connected to this wallet"], + "BQi2Kk": [["0"], " were claimed"], + "BUXiPs": ["This Chain ID is currently used by the ", ["0"], " network. "], + "BWSJkS": ["No Airdrop Scam"], + "BXixGM": ["Use Persona to encrypt and decrypt social media posts & messages."], + "Ba6uFH": ["Create your NFT Lucky Drop."], + "BaU+dx": ["Connect your social platform accounts."], + "Baj2MJ": ["Savings"], + "BaoXTT": ["<0>Powered by<1>OKX<2/>"], + "BiGQfG": ["Transaction Hash"], + "BkN2qg": ["<0>Service Agreement and <1>Privacy Policy"], + "BmN4Bk": ["Aggregator"], + "ByAMF+": ["Risk Warning"], + "ByPj1d": ["Request ID"], + "BzEFor": ["or"], + "BzfzPK": ["Items"], + "C0JhYS": ["Change Network"], + "C2/uLW": [ + "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." + ], + "C3Wgzy": ["You have claimed ", ["0"], " $ARB."], + "CCIrQ8": ["Fake Token"], + "CE+M2e": ["Info"], + "CEk7Nc": ["At least 6 characters"], + "CFPbpH": ["The new passwords don't match"], + "CJviCK": ["<0>", ["user"], " proposed"], + "CK1KXz": ["Max"], + "CMHmbm": ["Slippage"], + "CMfM6C": ["No Enough Gas Fees"], + "CP3D8G": ["Progress"], + "CT10+i": ["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."], + "CTSEx8": ["<0/> publish a post on ", ["0"]], + "CU3U3d": ["Try to recover"], + "CWsYB3": ["Welcome Back"], + "CXHRbe": ["Wallet request timed out"], + "CYRJEX": ["Owners"], + "CZSWya": ["NFTs added"], + "CZmSbe": ["Request is valid not before"], + "Cf/0to": ["Data source is retrieved from ", ["0"], "."], + "Citz6F": ["Exchange"], + "CkLMZ2": ["File delete failed"], + "CmMDVW": [ + "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." + ], + "CpciBt": ["Switch to Polygon and Follow"], + "CtByM7": ["Connect Wallet"], + "Cwxng+": ["Supported formats: JPEG, PNG<0/> Size limit: ", ["0"]], + "Cy19fm": [ + "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." + ], + "CygwLN": ["Swap completed successfully."], + "Cz6Lx7": ["Encryption Method"], + "D79cZK": ["Instant"], + "D9iWaX": ["Please check ToS document"], + "D9za/8": ["Missing dex contract address"], + "DA2uGM": ["Click the application icon to hide in the App list."], + "DAFhfT": [ + "There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." + ], + "DC3sw8": ["Two entered passwords are different."], + "DHhJ7s": ["Previous"], + "DKBbsW": ["Gas price must be greater than 0 Gwei."], + "DPfwMq": ["Done"], + "DYoO0m": ["Token quantity greater than"], + "DdUFp+": ["The transaction was confirmed at ", ["0"]], + "Dk6Non": ["Whitelist function"], + "DkHkqH": ["Recommended dimensions: 1016 × 672 px"], + "DnmyoA": ["Priority fee should be greater than 0."], + "DoQ5Lj": ["RPC URL"], + "Dpe+e3": [ + "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." + ], + "DtZDW+": [["0"], " (UTC+8)"], + "Du6bPw": ["Address"], + "DuIDTw": ["To verify your X account and record it on the NextID, please send this post for the verification."], + "Dz56Ua": ["Encrypt"], + "E399AQ": [ + "<0>", + ["user"], + " bridged <1>", + ["amount"], + " ", + ["symbol"], + " from <2>", + ["source"], + " to <3>", + ["target"], + "" + ], + "E6HGuD": ["Check out the official website"], + "E6Sqiu": ["Failed to load ", ["0"], ". Click to retry."], + "E6YUtc": ["Merge to Browser"], + "E7prOW": [ + "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." + ], + "EBC6hj": ["Local Backup"], + "EGWr+Q": ["Web3 Profile Card"], + "EJRk0x": [ + [ + "gasOptionType", + "select", + { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"], "other": [] } + ] + ], + "ELQ256": ["Make another Swap"], + "EMLHjH": ["More Details"], + "ENIvoT": ["Please set up the amount of time before we automatically lock your wallet."], + "ERYJcj": [ + "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." + ], + "EStYiZ": ["No proxy"], + "EVFPUv": ["Transfer NFT"], + "EYwKb0": ["Gas Price (GWEI)"], + "Ea4oxV": ["Follow System"], + "EbE80y": [ + "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." + ], + "EbVCxG": [ + "<0/>", + ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"], "other": [] }], + "<1/>" + ], + "Eda+dy": [ + "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ", + ["encrypted"], + " to send your first encrypted tweet." + ], + "Eefe1a": ["The input is not a single file."], + "EfAke+": ["<0>", ["user"], " voted for <1>", ["option"], " on <2>", ["platform"], ""], + "Eh4m6e": ["<0>USD Value<1>$", ["0"], ""], + "Enb3Qk": ["You claimed 1."], + "EoKe5U": ["Domain"], + "EsKgLS": ["Click here to have a quick start."], + "Ev2r9A": ["No results"], + "EwiD7E": ["Confirm Payment Password"], + "F/pYeX": ["Create NFT Lucky Drop"], + "F3bW6y": ["Platform"], + "F4Igxz": ["Quote route"], + "F7U8uz": ["Creating your **wallet**"], + "F8VT6y": ["Failed to transfer NFT."], + "F8Wc3I": ["Drag & Drop your file here"], + "FAKSZG": ["Add google Drive"], + "FC17bL": ["<0>Powered by <1>Mask Network"], + "FGceVy": ["Owner can't change balance"], + "FMQ6p2": ["You've already claimed the lucky drop"], + "FR2cx3": ["Anti_whale(Limited number of transactions)"], + "FY2gWe": ["The contract address is incorrect or the collection does not belong to you."], + "FZg3wM": ["Operation"], + "FfJy7A": ["Manage Network"], + "FgAxTj": ["Log out"], + "Fgyfqo": ["Amount Each"], + "FiKDfi": ["Failed to unlock NFT contract."], + "FiYmUY": ["No associated accounts"], + "Fim3FY": ["Download https://mask.io to try more powerful tools on Twitter."], + "Fn9Tvh": ["Volume (24h)"], + "FnQek5": [ + "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." + ], + "FnjSI+": ["Not current account. Please switch to this account to set up NFTs Profile."], + "Fs/bd5": ["Invalid Block Explorer URL."], + "FzzpXs": ["Sale ends in ", ["0"]], + "G+XYfT": ["Do you want to delete file <0>", ["0"], ""], + "G4NrhP": ["Persona created."], + "GAZNIW": ["Price Statistic"], + "GAvnvl": ["Payment Password"], + "GDe4XX": ["Please connect wallet to check if you are eligible to claim $ARB."], + "GEL05h": ["WalletConnect"], + "GExRUL": ["Backup password"], + "GHvzdC": ["No content for the last two weeks."], + "GK6Tzr": ["Persona Sign"], + "GLDuz6": ["May be a honeypot."], + "GRLMKx": ["Winners"], + "GS+Mus": ["Export"], + "GS0ldX": ["Unsupported network type"], + "GShMK6": ["Refunding"], + "GTJCth": ["The contract owner is not known to be able to modify the balance of the token of other addresses."], + "GWCG6Y": ["Copy image"], + "GWKfFr": [ + "To use Lido, you need to wait ", + ["0"], + " days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." + ], + "GWMpIa": [["0"], " Risky factors"], + "GXhrYw": ["1. If you haven't installed the ", ["name"], " Wallet"], + "GXsAby": ["Revoke"], + "GZzKYx": ["Buy Tax: ", ["0"]], + "GaH2JF": ["Suggest to send transactions and sign messages"], + "Gia1VG": ["Web3 File Service"], + "Gmmd6d": ["Verify your X ID"], + "GrTvoo": ["Transaction in progress. Thank you for your patience."], + "GtJJAj": ["Add Wallet"], + "Gw91G1": ["This request should only be sign in the future."], + "GyvZPz": ["Token ID should be separated by comma, e.g. 1223,1224,"], + "H1v3zR": ["Insufficient ", ["0"], " Balance"], + "H8rw2f": ["(the name is set by the web site)"], + "HCKlXm": ["Token Contract Address"], + "HF6C2L": ["Phone Number"], + "HFVck2": ["Lucky Drop with ", ["0"], " refunded."], + "HGTZAO": ["Step 2/2"], + "HH25qd": ["No wallet selected."], + "HIq3th": ["Cannot switch to a unknown network."], + "HKH+W+": ["Data"], + "HTX2HV": ["Minimum received"], + "HVRhUV": ["By proceeding you agree to the"], + "Hp1l6f": ["Current"], + "HpK/8d": ["Reload"], + "HqiAyF": ["Gwei"], + "HvDfH/": ["Imported"], + "HvUm3m": ["Choose and show your Web3 footprints on X."], + "I4caYo": ["Invalid verification code."], + "I5kL4f": ["Activity Log"], + "I7z//Y": ["Trading route"], + "IBAx3U": ["Kept safely"], + "IF7RiR": ["Cover"], + "IGbphl": ["Unlocking ALL..."], + "ILvrUp": ["Unlikely to be a honeypot."], + "IMX4sR": ["Blacklist function"], + "IQ3gAw": ["Upload File"], + "ITBQO3": ["Max priority fee must be greater than 0 GWEI"], + "IUG86v": ["The Persona is connected to the account @$", ["0"], "."], + "IUp08P": ["The current wallet does not hold a lens and cannot follow/unfollow"], + "IX1M/E": ["Floor price"], + "IXbRbM": ["Choose another wallet"], + "If2v4h": ["Lucky Drop"], + "IhnvgP": ["Change to EVM Wallet"], + "ImhKg5": ["Could not fetch chain ID. Is your RPC URL correct?"], + "IoAuJG": ["Sending..."], + "IrI9pg": ["End date"], + "Iu4Ja9": ["Please enter token contract address."], + "J05/Al": ["Set NFT NFT Background"], + "J0LAHU": ["Refund"], + "J0Mxpc": ["The ", ["0"], " is in progress. You can check its status in History after exiting this page."], + "J24FyN": ["Bridge"], + "J2eKUI": ["File"], + "JA8K9s": ["Unpacking"], + "JGds+N": ["Lack of number, letter or special character."], + "JGpseC": [ + ["0", "plural", { "one": ["This domain is"], "other": ["These domains are"] }], + " currently on the Mask Network warning list which may include malicious entries, phishing or scams." + ], + "JLiwYz": ["Mask Network requires the permission of following websites before using it."], + "JOP9uZ": ["Transaction has been rejected!"], + "JPHuMW": ["Swapping"], + "JUcj/I": ["Switch X Logo"], + "JXJlYD": ["Set Your Persona Name"], + "JbKZsv": ["Scan the QR code with a WalletConnect-compatible wallet"], + "JeHCi7": ["No function found that retrieves ownership"], + "JfI60y": ["Incorrect Payment Password."], + "Jg5pf7": ["Current base fee is ", ["0"], " Gwei"], + "JiIKww": ["Advanced Settings"], + "JlFcis": ["Send"], + "JlIzk8": ["Browser File"], + "Jnjbl3": ["You need to follow <0>@", ["twitterHandle"], ""], + "Js4Nk0": [ + [ + "0", + "select", + { + "finding_post_key": [ + "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." + ], + "finding_person_public_key": ["Mask is looking for the public key of the author..."], + "other": ["Mask is decrypting..."] + } + ] + ], + "JuVC24": ["Deposit token"], + "JwzZmt": ["to <0>", ["toAddress"], ""], + "K1tshY": ["Failed to download image"], + "K5a6t1": ["Persona already exists."], + "K7tIrx": ["Category"], + "K8jCIB": ["Data backed up successfully!"], + "KAS4UW": [["0"], " Attention factor"], + "KCeSRZ": [ + "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." + ], + "KFYFgI": ["Wallet sign failed."], + "KFwID2": ["Restore Failed"], + "KGHnSc": ["Lock Wallet"], + "KJGKkh": ["EVM Chains only"], + "KMgp2+": [["0"], " available"], + "KPUGxy": ["Random Amount"], + "KRz1oj": [ + "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." + ], + "KTfagY": ["Lucky drop with ", ["0"], " created."], + "KVAoFR": ["unlimited"], + "KVkke3": ["Set NFT PFPs"], + "KWeNH6": ["Unlocking ", ["hasSymbolName"], "..."], + "KisOjk": ["Restore or Login"], + "Kj4oEm": ["Generate a new persona"], + "Kl9gHp": ["Wallet Group #", ["0"]], + "KmQ25M": ["Max priority fee is too high for network conditions."], + "KnidLU": ["Not Connected"], + "Ko4L/B": ["The receiving address is a contract address. Please check again."], + "KojyJ4": ["Wrong Network"], + "Koz2Rg": [["0", "plural", { "one": ["Action"], "other": ["Actions"] }]], + "KtMMzG": ["Wallet disconnected"], + "KwJJLb": ["<0>Powered by <1>", ["0"], ""], + "Ky09J8": ["Previous follow transaction is in processing, please wait and try again."], + "KziH2K": ["Fast"], + "Kzu9r9": ["24H Traded Volume"], + "L+bpwv": ["Please set up backup password to export private key."], + "L4vN0F": ["EVM"], + "L82H5Z": ["Creating your **identity**"], + "L87Mfu": ["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."], + "L96aan": ["View full transaction details"], + "LBtfmO": ["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."], + "LJkXYZ": ["Create New Mask Identity"], + "LLf+t1": ["No deposit protocols found."], + "LNItR6": ["You have set NFT PFP successfully."], + "LP+1Z7": ["Add Network"], + "LSwUJb": ["Select Liquidity"], + "LU3p9s": [ + "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." + ], + "LWJCIn": ["Connected sites"], + "La9ArN": ["<0>Powered by ", ["publisherNode"]], + "LcET2C": ["Privacy Policy"], + "LcZh+r": ["Unsupported data backup"], + "LhMjLm": ["Time"], + "Lho4Qd": ["DSearch"], + "LiE5z4": ["Max base fee should be greater than 0"], + "LigbuA": [ + "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." + ], + "LkYKvc": ["Please select the correct words in the correct order."], + "LqWHk1": ["Hide ", ["0"]], + "Lx4CpL": ["Wallet name must between 3 to 18 characters."], + "Lz7CzN": ["No mint function"], + "Lzo8mb": [ + "Claimed: <0>", + ["claim_numbers"], + "/", + ["total_numbers"], + " <1>", + ["0"], + "/", + ["1"], + "<2><3>", + ["tokenSymbol"], + "" + ], + "M0FgOk": ["Add Contact"], + "M1RnFv": ["Expired"], + "M1ts1r": ["View your address"], + "M24E85": ["This address is a contract address."], + "M4g1UJ": ["Contract Interaction"], + "M7ZGdw": ["2. If you have installed the ", ["name"], " Wallet"], + "M9OYUo": ["Please try again if you failed to vote."], + "MC00Lm": ["Scan QR code with WalletConnect-compatible wallet"], + "MEIAzV": ["Unnamed"], + "MKEPCY": ["Follow"], + "MOHcKb": ["Enter a max priority fee"], + "MQ9hQ4": ["DAO"], + "MR/0Va": ["All Mask Network users"], + "MTqQMG": ["Not set"], + "Mh3RsB": ["Best Wishes!"], + "Mi8ATZ": ["The token approval revoked."], + "Midntl": ["Download report"], + "Mm1aH+": ["Proxy contract"], + "MpnSqP": [["0"], " Pending"], + "MqdtT5": [["0"], " Bridge Network fee"], + "MyjAbr": ["Resend"], + "N/fqDa": ["Ens or Address(0x)"], + "N0YrmD": ["Valuables"], + "N0tcou": ["Claiming..."], + "N2DUxS": ["Insufficient Balance"], + "N2S1rs": ["Empty"], + "N2aeX8": ["No valid wallet detected. Please connect wallet or verify wallet firstly."], + "N40H+G": ["All"], + "N5GKfB": ["Tax cannot be modified"], + "N6/RZd": ["Sorry, failed to save NFT Avatar. Please set again."], + "N931rj": ["Your transaction should be done in <0/>"], + "NERSN2": ["or Holding NFT"], + "NJbBmC": ["Switch Twitter Logo"], + "NOi+Fr": ["This QR includes your identity, please keep it safely."], + "NTnXx/": ["<0/> unapproved <1>", ["0"], ""], + "NVt/wW": ["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], + "NWqhru": ["Reselect"], + "NZ7wlC": [["0"], " Holder"], + "Na6Ytj": ["Change NFT PFP"], + "NaZTE7": ["Incorrect Mnemonic Words."], + "NdlvGd": ["Claim Details"], + "NfxOUe": ["Enter Total Amount"], + "Ng063n": ["Donate"], + "Nhp9Kw": ["Exceeded the maximum file size of ", ["fileSize"], "."], + "NkgvWN": ["Logout failed"], + "NloaHG": ["Backup Password"], + "Ns5WaC": ["No backups found"], + "Nu4oKW": ["Description"], + "NwibRO": ["Supported contracts"], + "NzlE6O": ["By granting permission, you are allowing the following <0/> contract to access your NFTs."], + "Nzm8dm": ["Example: Alice"], + "Nzwli2": ["Base"], + "O2XHf2": ["Check ", ["providerName"], " to confirm connect."], + "O3Nzf+": ["Bridge between this token pair are't supported at the moment."], + "O3oNi5": ["Email"], + "O86J+j": [ + "This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud." + ], + "O8PsYe": ["Add the file to Chrome's database"], + "OAZ+tI": [ + ["attentionFactors", "plural", { "one": ["#", " Attention item"], "other": ["#", " Attention items"] }] + ], + "OAfk3i": ["Hash"], + "OCJdad": ["<0>To: <1>", ["to"], ""], + "OLUEnY": ["when you click Add Google Drive button,you will be forwarded to Google authorization pages."], + "OLY2Jk": ["Gas Price"], + "OQEwR/": ["Create Lucky Drop"], + "OR475H": ["Network"], + "OcvI49": ["No blacklist"], + "OeD4sM": ["Failed to login firefly"], + "OfhWJH": ["Reset"], + "OgPkDe": ["Currency Symbol (Optional)"], + "OgohfQ": ["File Key: <0>", ["0"], ""], + "OhgYJS": ["Basic setting"], + "OkofjH": ["Recover"], + "On0aF2": ["Website"], + "OsyKSt": ["Withdraw"], + "OuUyzz": ["No contacts stored locally, you can try searching."], + "OzSOpz": ["Create a Privy wallet using an X account"], + "P+K/3O": ["Confirming"], + "P7S/hC": ["Max priority fee must be greater than 0 Gwei."], + "P9wzG/": ["Recovery"], + "PByO0X": ["Votes"], + "PDW/HG": ["Your Persona is on **ready 🚀**"], + "PGdbc0": [ + "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." + ], + "PHM7OA": ["Supported Sites"], + "PI/VCJ": ["Select the wallet(s) to use on this site. You should not connect to website you don't trust."], + "PIG043": ["Gitcoin"], + "PLWaf6": ["Create the Lucky Drop"], + "PNZOzY": [ + "<0>", + ["user"], + " sold ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], + " to <3>", + ["recipient"], + " for <4>", + ["2"], + " ", + ["symbolName"], + " on <5>", + ["3"], + "" + ], + "PRkIUI": ["Gas Fee"], + "PTXNyo": ["Waiting for ", ["providerType"]], + "Pd3dlq": ["Circulating Supply"], + "PeT3a5": ["You have successfully restored the backup from Google Drive to your browser."], + "PiH3UR": ["Copied!"], + "PjBWOL": ["Create your persona to get started"], + "PlE+Fs": ["Connect and Verify ", ["0"]], + "PsQmAw": ["Everyone"], + "Pt3n39": ["No back up"], + "PwjgPX": ["Please create your persona to use Web3 Profile."], + "Q0IFtx": ["The custom amount entered may be higher than the required network fee."], + "Q2lUR2": ["Currency"], + "Q68Nuc": [ + "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." + ], + "QF9SdB": ["Split Mode"], + "QHZRmq": ["Sites"], + "QHcLEN": ["Connected"], + "QJQd1J": ["Edit Profile"], + "QQPCqQ": ["Backup Wallet"], + "QRsMow": ["Transaction Confirmed"], + "QU9aqK": ["You have signed with your wallet."], + "QUBIav": ["Failed to bridge"], + "QWxok/": ["Connect with Mask Wallet"], + "QXDgyQ": [ + "Please write down the following words in correct order. Keep it safe and do not share with anyone!" + ], + "Qbo7Ev": ["Write down mnemonic words"], + "QcVZFH": ["Step ", ["step"], "/", ["totalSteps"]], + "Qd0xFm": ["Refund your expired Lucky Drop."], + "QowPFh": ["Collectibles"], + "QpgBEp": [["0"], " days"], + "QsVbHo": ["Sending address"], + "QyZU8V": [["riskyFactors", "plural", { "one": ["#", " Risky item"], "other": ["#", " Risky items"] }]], + "QypSt2": ["Update X.com Permissions"], + "Qz8niP": ["You may lose your assets if you give approval to the website of this token."], + "R/Pfmp": [["amount"], " ", ["0"], " tips sent."], + "R2K7XH": ["Account successfully connected to persona"], + "R9aEN5": ["Send ", ["0"]], + "RCBmDP": ["Follow @masknetwork to explore Web3."], + "REeHKm": [ + "<0/> ", + ["txType", "select", { "trade": ["traded"], "mint": ["minted"], "other": ["traded"] }], + " <1>", + ["0"], + " ", + ["1"], + " for <2>", + ["2"], + " ", + ["3"], + "" + ], + "RH8jSA": ["Merge data to local database"], + "RHSlVw": ["Follow @masknetwork (mask.io) to claim NFT lucky drops."], + "RL5m+x": ["Generating your **accounts**"], + "RLBjfU": ["Attached File: ", ["name"], " (", ["size"], ")"], + "RNfEI8": ["You canceled the request."], + "ROWd/9": ["Leave blank to allow any amount; enter a number to set a minimum holding requirement."], + "ROWeBX": ["Followings"], + "ROsDRH": ["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"], + "RRw7LE": ["Identity ID"], + "RUYsn0": ["Clear All"], + "RW1HJz": ["The receiving address may be a malicious address."], + "RWoEqV": ["Failed to transfer token: ", ["message"]], + "RZOA0N": ["Find Mask Network in the extension list and click the <0/> button."], + "RdfrN2": ["Mint Address"], + "Re7Oex": ["Transaction submitted."], + "RhCL4z": ["Max amount"], + "RiLzWA": ["Please switch to this network in the mobile application wallet you are connected to."], + "RiQQyz": ["This allows the third party to spend ", ["value"], " ", ["0"], " from your current balance."], + "Rm3JCH": ["File name must between 3 to 20 characters."], + "RqRRf6": ["Created by <0>", ["0"], " • <1>Website"], + "RrGhwo": ["File ", ["0"], " deleted."], + "RuO5md": [["seconds"], "sec"], + "Rx8sxX": ["Select liquidity"], + "RxlKnY": ["Lens"], + "Ry8TiY": ["Create Smart Pay wallet"], + "S0CsaV": ["Create a New Wallet"], + "S0vyIh": ["Owner changed."], + "S2JNMm": ["Your file has been successfully restore into the browser data."], + "S33tz3": ["Not connected"], + "S6Qdlo": ["Scam Warning"], + "SDrb6I": [ + "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." + ], + "SGVkVp": ["Two entered passwords are not the same."], + "SIrUT3": [ + "Grant access to your ", + ["0"], + " for the Lucky Drop Smart contract. You only have to do this once per token." + ], + "SLEDBF": ["Failed to add the wallet, please try again."], + "SNZM71": [["0"], " withdrawn."], + "SREKz9": ["Report NFT Scam Contract?"], + "SUqBr9": ["Refund ", ["0"], " ", ["tokenSymbol"], " Successfully"], + "SX2UXi": ["Your vote has been successful."], + "SYGo/R": ["Import Wallet"], + "SYgxDf": ["Slow"], + "Sfu/we": ["Failed to delete, please try again."], + "ShHV7X": ["Cloud Backup"], + "ShmUTn": ["Add a Custom Cover"], + "Sitstz": [ + "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." + ], + "Sjplg3": ["View on Explorer"], + "SlxhDh": ["Verify your wallet"], + "Sp69uH": ["The web site can"], + "T0W3Z8": ["Insufficient funds for gas."], + "T0Y2+3": ["Select a token"], + "T3EPqL": ["Max base fee"], + "T3dlAs": ["Quote expired. Update to receive a new quote."], + "TA4fAr": ["The wallet name already exists."], + "TFEJcT": ["Set NFT PFP"], + "TIIaK1": [ + [ + "2", + "select", + { + "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], + "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""], + "other": [] + } + ] + ], + "TJt1iY": ["Decentralized social graph protocol for user-centric Web3."], + "TNFd5O": ["View real-time crypto prices, market cap, trading volume, etc."], + "TP9/K5": ["Token"], + "TRoDRd": ["Failed to deposit token."], + "TYTRNP": ["Eligible to claim"], + "TZDLPg": ["Claimable"], + "Tfxac6": [ + "This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." + ], + "Tg003Y": ["Connected wallets settings"], + "Tl3Zls": [ + "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." + ], + "TnHNX9": ["Update permission for X.com"], + "ToePai": ["Spend limit requested by"], + "TppkTk": [ + "<0>", + ["user"], + " carried out an activity to <1>", + ["target"], + " on <2>", + ["platform"], + "" + ], + "TpqeIh": ["Error: ", ["0"]], + "Tuc34V": ["Confirm Bridge"], + "Tx/jsw": ["Do you need to paste encrypted content manually?"], + "Tz0i8g": ["Settings"], + "TzarJw": ["Bridging"], + "UBzbea": ["Recover your wallet"], + "UDKbPj": ["Your file has been successfully merged into the browser data."], + "UFzLh1": [ + "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ", + ["0"], + ". Please reduce the number of NFTs selected." + ], + "UO7xDp": [["0"], " Pool"], + "UPJjXF": ["Network error, try again: ", ["0"]], + "URAE3q": ["Paused"], + "URmyfc": ["Details"], + "UUfXpm": ["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."], + "UWxJIW": ["Powered by Celer Network. Support $MASK!"], + "UXBK7e": [ + "<0>", + ["user"], + "sent", + ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], + "to <3>", + ["formattedAddress"], + "", + ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] + ], + "UaXeX3": ["Okay"], + "UbRKMZ": ["Pending"], + "Udf/Es": [ + "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." + ], + "UfJmJU": ["Invalid slippage tolerance."], + "UjJCIX": ["Contract source code not verified"], + "UjRxho": ["Persona Recovery Phrase"], + "UmVZrM": ["Failed to create Lucky Drop."], + "UpqenY": ["We recommend new Web3 users to keep [Check Security] open."], + "UqJ0W/": ["Cancel Transaction"], + "Usynqd": ["Gas price is too low and will cause the transaction fail"], + "UtKGok": ["Backup Persona"], + "UvJiVZ": ["There's no feed associated with this address."], + "UxJ2jd": ["Display Snapshot proposals on the X of the respective project or protocol."], + "UxYZfY": ["Revoke the approval for ", ["0"], "."], + "V+1pjj": ["Back Up Your Data Your Way"], + "V+ZuGt": ["You claimed ", ["0"], " $", ["1"], "."], + "V6YDUB": ["<0>", ["user"], " donated <1>", ["costValue"], " ", ["costSymbol"], ""], + "V6wYl1": ["Total amount"], + "V8j2d/": ["App list"], + "VAOn4r": ["Unlock"], + "VECuJk": ["Wallet Account"], + "VHShJf": ["Please click Browse Files button to select files to upload."], + "VHVdS1": ["No votes"], + "VP4HYe": ["Next.ID"], + "VSx1eg": ["Max priority fee"], + "VbeIOx": ["Author"], + "VcPDSd": ["Unsupported key store data"], + "VdhBp2": ["The chainID is not equal to the currently connected one."], + "VdkQUC": ["Please sign up or login ", ["siteName"], " to connect Mask Network."], + "Vj7ma7": ["Support mnemonic phrase, private key or keystore file."], + "VlpdUm": ["Use NFT"], + "VsHxv+": ["Copy text"], + "VvGC/Y": [["0"], " Network fee"], + "VvPeyR": [["0"], " unlocked"], + "VzQ7uf": ["Unknown EIP-4361 message version."], + "VzQOL2": [ + "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." + ], + "W0uonA": ["This QR includes your mnemonic words, please keep it safely."], + "W2es+t": ["Oops, it seems you don't have any voting power at block ", ["0"], ". <0>Learn more"], + "W5OcTk": ["No approved contract records."], + "W7e3zN": ["Are you sure to remove the connected wallet <0>", ["0"], "?"], + "W7rMXF": ["Failed to send token."], + "WAjFYI": ["Start date"], + "WDcQq9": ["Unlisted"], + "WKG5E8": ["You need to hold at least ", ["quantity"], " of any of the following tokens."], + "WLMjwL": ["Confirm to hide ", ["0"], "? You can redisplay it by re-adding this token at any time."], + "WS7EYf": [ + [ + "0", + "select", + { + "Post": ["<0/><1>", ["handle"], " published a post on <2>", ["1"], ""], + "Comment": ["<3/><4>", ["handle"], " made a comment on <5>", ["2"], ""], + "Mirror": [ + "<6/><7>", + ["3"], + " mirrored a post post by<8/><9>", + ["handle"], + " on <10>", + ["4"], + "" + ], + "Quote": ["<11/><12>", ["handle"], " quoted a post post on <13>", ["5"], ""], + "other": ["<14/><15>", ["handle"], " post stuff on <16>", ["6"], ""] + } + ] + ], + "WWPi4P": ["Incorrect wallet address."], + "WY8amq": ["Invalid number"], + "WZcvLm": ["Follow Now"], + "WeNxrL": [["0"], " Attention factors"], + "Weq9zb": ["General"], + "WmXCMa": ["Switch other account"], + "Wqoa0p": ["Connect Persona"], + "WqzYn1": [ + "<0>", + ["user"], + " donated <1>", + ["costValue"], + " ", + ["costSymbol"], + " to <2>", + ["project"], + "" + ], + "WsNUie": ["Claimed: <0>", ["0"], "/", ["1"], " <1>", ["2"], ""], + "Wvnsx1": ["Auto-lock"], + "Wy16g8": ["Gift crypto or NFTs to any users, first come, first served."], + "X0PXso": ["Swap duration"], + "X200Sr": ["Forgot payment password?"], + "X3X0nY": ["You may have ", ["0"], "% less received with this level of slippage tolerance."], + "X6ujRd": ["Be aware, check the token before adding it."], + "X8N33g": ["Transaction history is only stored locally and will be deleted if you clear your browser data."], + "X8w6bW": ["Enter Max spend limit"], + "XA8JXM": ["Add NFTs"], + "XB3tfc": ["Encrypting your **data**"], + "XC7RGa": ["Recover your data"], + "XDtQ7t": ["Display the following address on your Web3 profile page and use it to receive tips."], + "XGRJzS": ["Open in a new tab"], + "XGqAnD": ["This token contract has code that prevent selling. This might is a honeypot."], + "XQDdOC": ["No friends are stored locally, please try search one."], + "XQQx83": [ + "<0>", + ["user"], + " ", + [ + "0", + "select", + { + "supply": ["supplied"], + "add": ["added"], + "repay": ["repaid"], + "withdraw": ["withdrew"], + "collect": ["collected"], + "remove": ["removed"], + "borrow": ["borrowed"], + "other": [] + } + ], + " liquidity on <1>", + ["1"], + "" + ], + "XUKicg": ["Step 1/2"], + "XYLcNv": ["Support"], + "XZ/B+f": ["Don't see your NFT?"], + "XcWehA": ["Update Quote"], + "Xftpm5": ["Select Collection"], + "XjDSdO": ["Old Payment Password"], + "Xlpdi1": ["on ", ["fromNetworkName"]], + "Xprzee": ["Enter a gas price"], + "XrH+JC": ["IPFS"], + "XrlvqN": ["Who can claim?"], + "XsyYEe": ["This NFT didn't have any activities."], + "XyAmgg": ["Add wallet"], + "Y7N0Sj": ["View your account balance and history"], + "Y9mYPy": ["Powered By ", ["0"]], + "YF8jon": ["Ended ", ["relativeEndTime"]], + "YKSmxE": [ + "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." + ], + "YLObqx": ["Equal Amount"], + "YOacnL": ["Tell friends what's happening..."], + "YOnK5s": [ + "<0>", + ["user"], + " registered ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "], "other": [] }], + "for <3>", + ["costValue"], + " ", + ["costSymbol"], + "" + ], + "YPNSH3": ["Connect Solana Wallet"], + "YSi9PS": [ + "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." + ], + "YW51YO": ["24H sale"], + "YXIpYp": ["Please verify the current persona with a social media account before using dApps."], + "Yckw2R": ["Fiat On-Ramp"], + "YdCB5X": ["Copy private key"], + "YiPiv6": [ + "There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." + ], + "YirHq7": ["Feedback"], + "YnqCPK": ["Verify Account"], + "Yp8yB4": [["0"], " to ", ["1"]], + "Ywu8Rl": ["Please connect ", ["0"], " and send a proof post before using dApps."], + "Z/tioj": ["Swap ", ["0"]], + "Z16qyu": ["Persona Name"], + "Z3+V9p": ["Restore backup failed."], + "Z33XCd": ["Input contract address"], + "Z3FXyt": ["Loading..."], + "Z3S6Dx": ["Step 1/3"], + "Z3y+8t": ["Unsupported Network"], + "Z6siIw": ["Switch between the classic Twitter logo and the new one."], + "Z7ZXbT": ["Approve"], + "Z8+FzC": ["Connecting your ", ["providerType"], " wallet"], + "Z8G4E5": ["Change to Flow Wallet"], + "Z8lGw6": ["Share"], + "ZAVklK": ["Or"], + "ZDcdss": ["Claim Conditions"], + "ZHsD28": ["Enable the plugin"], + "ZIsLZh": ["Size limit: 10 MB"], + "ZK75iC": ["Choose a Cover"], + "ZKAj6+": ["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."], + "ZQbnxO": ["No collectible found."], + "ZQr5hT": ["Unlock Token"], + "ZSWUwq": [["0"], "m"], + "ZSgQgC": ["Max fee is too low for network conditions."], + "ZTXjJ3": ["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."], + "ZTmzRV": ["Highest Price"], + "ZdnQsW": ["<0/> interacted with <1/>"], + "ZgFWrp": ["<0>Powered by<1>Go+"], + "ZhrWG1": ["Create persona"], + "ZrZMJ6": ["Backup failed, <0>try again"], + "ZsjtYe": ["Failed to set Avatar."], + "Zypku0": ["By using this plugin, you agree to the <0>terms and the <1>privacy policy."], + "a1S2x7": [ + "Data source is retrieved from ", + ["0", "select", { "other": [], "twitter": ["Twitter profile and "] }], + ["sources"], + "." + ], + "a1SmQh": ["Select Wallet"], + "a23gJr": ["Incorrect backup password."], + "a33WQ+": ["Download the ", ["name"], " Wallet here"], + "a4C0ak": ["Insufficient Balance for Gas Fee"], + "a4N/Bg": ["Load More"], + "a5t/N3": ["Spend more transaction fees to cancel the previous transaction."], + "a6ONsz": ["Unlock ", ["0"], "."], + "a7u1N9": ["Price"], + "a9X8Om": ["Failed to report spam."], + "aAIQg2": ["Appearance"], + "aEgiLS": ["contributions"], + "aF8kci": ["Creation Completed"], + "aFJrEy": ["You need to hold any of the following NFTs in your wallet."], + "aFht5e": ["Connected ", ["0"], " with ", ["walletName"], "."], + "aTzTyw": ["Add Assets"], + "aVI2qx": ["Click the application icon to list it on the App board."], + "aYT9SD": ["Max fee"], + "acK3j2": ["Input your Private Key"], + "agPptk": ["Medium"], + "ah8/4v": ["Floor Price"], + "ahNa7P": ["NFT Holder"], + "ahpgxl": ["Please create a Persona and verify your account to use this."], + "ai3VNq": ["Connected Wallet"], + "ajKdns": ["This wallet address has already been connected."], + "apl8rz": ["Failed to withdraw ", ["0"], "."], + "aqop4L": ["Check on Explorer"], + "awW7ak": ["Remove Wallet"], + "ayxkVX": ["Transaction"], + "b+scYY": ["Requesting Connection"], + "b/mMOj": [["0"], " ", ["1"], " approval successfully."], + "bBzHQT": ["Input amount is below the minimum amount"], + "bD8I7O": ["Complete"], + "bEPPWi": ["Connect Flow Wallet"], + "bGMpPD": ["Unlock NFT Contract"], + "bIpwjD": ["My Wallets"], + "bKGn4N": [ + "<0/> minted", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }] + ], + "bLJivk": ["Select an NFT Contract Owner"], + "bLmWH9": ["Bridge anyway"], + "bLqb2p": ["<0>Latest offer at <1>$", ["0"], ""], + "bLvQvN": ["Library:"], + "bQXBhp": [ + "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." + ], + "bTQliy": [ + "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." + ], + "bUUVED": ["Asset"], + "bapItf": ["Incorrect Backup Password."], + "bassMa": ["Incorrect cloud backup password, please try again."], + "bbS8qf": ["1 NFT claimed."], + "bdIrOO": ["Verification code has been sent to your email. Please check your mailbox."], + "bfNmSO": ["Set payment password successfully."], + "bnfo6T": ["Sent verification post successfully."], + "bnuQy5": [["0"], " files selected"], + "bwlRe8": ["Selecting NFTs"], + "c+Fnce": ["Sign"], + "c+XaKf": [ + "<0>", + ["formattedUser"], + " ", + ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"], "other": [] }], + " <1>", + ["other"], + " on <2>", + ["1"], + "" + ], + "c19z3W": ["Available Balance"], + "c2MkCo": ["Payment password must be 6 to 20 characters."], + "cD0wgO": [ + "Do you want to remove the verified association between the X account @<0>", + ["0"], + " and ", + ["1"], + "?" + ], + "cFDjd3": ["Transaction type"], + "cJv4Ca": ["Connecting operation cancelled in third-party wallet."], + "cM1qH2": [ + "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." + ], + "cNJNBU": ["Get optimized search results when you're looking for a token."], + "cQYjZe": [ + "To verify your X account and record it on the NextID, you will need to send a post for the verification." + ], + "cVit2/": ["Please set the backup password to back up"], + "caP+Xq": ["Crypto Holder"], + "cbzSv5": ["Max fee should be greater than base fee of ", ["0"], " Gwei."], + "chL5IG": ["Community"], + "clw/Xh": [["0"], " sent."], + "cm4E8+": ["Experience in X"], + "cmKQl+": ["Failed to save the file. Please try again."], + "cmNbUB": ["Not found your ", ["providerType"], " wallet"], + "cnGeoo": ["Delete"], + "crVIc7": ["Locale Backup"], + "ctb8Cs": ["Dex/Est received (", ["0"], ")"], + "cvCD4e": ["Contract Creator"], + "d0aemb": ["Please create a persona for accessing Dapps."], + "d6nk2t": [["0"], " Platform costs"], + "dAMTl9": ["This RPC URL is currently used by the ", ["0"], " network"], + "dCpOJ5": ["<0/> approved with <1/>"], + "dCvyk/": ["Change another account and try again."], + "dEgA5A": ["Cancel"], + "dXFgcm": ["Transfer Token"], + "daEP1M": ["Token info"], + "dajsth": ["Incorrect Keystore Password."], + "du/tmd": ["Create your Lucky Drop."], + "dyNKut": ["Browse Files"], + "dzAth+": [["0"], " ", ["1"], " swap completed successfully."], + "e0E1XI": ["Max Fee (GWEI)"], + "e1vdXO": ["Arweave"], + "e34ZOD": ["Waiting time"], + "e3I0CA": ["Failed to restore the backup: ", ["0"]], + "e3hCsY": ["Lido Exchange Rate"], + "e4yrZ/": ["Token Address"], + "eC1gV9": ["Invalid file type"], + "eDT+Oh": [ + "The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets." + ], + "eE0JZ4": ["Version"], + "eEeK5j": ["<0>Expires in ", ["0"]], + "ePK91l": ["Edit"], + "eWczg7": ["Just Me"], + "eaLSW8": ["Persona name must between 1 to 24 characters."], + "ecqLr0": [ + "I just tipped a ", + ["NFT_Name"], + " to @", + ["recipientUserId"], + "'s ", + ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], + " ", + ["recipientAddress"], + "\n\nInstall https://mask.io/download-links to send your first tip." + ], + "eeYVJ5": ["Be careful what you visit and sign!"], + "ejVYRQ": ["From"], + "elyK4N": ["Failed to unlock token contract."], + "eoeq4k": ["<0>", ["user"], " made a comment on ", ["platform"]], + "ep2Wyh": ["1 ", ["0"], " tips sent."], + "erRCKP": ["File saved"], + "es4h+b": ["Swap Anyway"], + "ezYNcH": ["Pin Mask Network to the toolbar for easier access:"], + "f5AidZ": ["Write down recovery phrase"], + "f61qKX": ["Deploy a SmartPay wallet on Polygon network."], + "f6pX67": ["<0>0 Followers <1>0 Following"], + "fDP2k4": ["Change Payment Password"], + "fFGPy6": ["Or create a new wallet group"], + "fFYJ8f": ["Welcome to use Mask Network"], + "fL7WXr": ["Applications"], + "fRQP7E": ["<0>Granted to <1>", ["0"], ""], + "fRUjl7": ["Please switch to <0>@", ["expectAccount"], " to continue the account verification progress."], + "fUn3xA": ["Generate a new wallet address"], + "fc4PdK": [ + "The RPC URL you have entered returned a different chain ID (", + ["rpcChainId"], + "). Please update the Chain ID to match the RPC URL of the network you are trying to add." + ], + "fdqDgM": ["Ended on <0>", ["0"], ""], + "fiPesM": ["Method"], + "fj5byd": ["N/A"], + "foOw00": ["Balance(", ["symbol"], ")"], + "fqDzSu": ["Rate"], + "fsBGk0": ["Balance"], + "fsUPaG": ["Congratulations"], + "fvRGyC": ["Trying exploring more features powered by Mask Network."], + "fx6pOQ": ["Balance: <0/>"], + "fza4cg": ["Import Wallets"], + "g/1WbH": ["from <0>", ["fromAddress"], ""], + "g/i+bG": ["Transaction rejected"], + "g2UNkE": ["Powered by"], + "gC2WI+": ["Persona"], + "gERRYE": ["Artblocks"], + "gHM62X": ["Payment password changed."], + "gM+Nj7": [ + "Are you sure to report ", + ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"], "other": ["this NFT"] }], + "? After confirmed, this NFT will be marked as spam." + ], + "gT+8Dk": ["Confirm to hide ", ["name"], "? You can redisplay it by re-adding this NFT at any time."], + "gUuuBi": ["Check Security"], + "gVfVfe": ["Contacts"], + "gWcGl/": ["Your wallet cancelled the transaction."], + "gdnEab": ["Incorrect recovery phrase."], + "ggdga4": ["The user has not set this."], + "ghVDTt": ["rounds"], + "ghZx62": ["Unlock token"], + "gk7J2q": [["0", "select", { "other": ["<0>Size limit: ", ["fileSize"], ""], "omit": [] }]], + "gkLviK": [ + "This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." + ], + "gmOW42": ["ENS or Wallet Address"], + "gnSRSG": ["Hiding Scam Transactions"], + "gp6A8z": ["Authorization Failed"], + "gtdJ43": ["My wallet"], + "gwuMzD": ["<0>", ["user"], " appointed a proxy on <1>", ["platform"], ""], + "gxV9O8": ["Cast your vote"], + "h/b9lY": ["No followers."], + "h0qYUk": ["Search with an ENS domain or wallet address to get optimized results."], + "h3bIHg": ["Disconnect Social Account?"], + "h53LoU": ["Social Account"], + "h5Dtc5": ["funding received"], + "h69WC6": ["Sent"], + "h7+V7K": ["Backup & Recovery"], + "hEpXzO": ["Welcome to Mask Network"], + "hG89Ed": ["Image"], + "hHLRGW": ["Hide tokens with value less than $1"], + "hRWvpI": ["Claimed"], + "hRtIgr": ["APP list"], + "hTbvD9": ["Sorry, you are not eligible to claim $ARB in this campaign."], + "hUF4dG": ["Backup password set successfully"], + "hWUuAb": ["Already following"], + "hXzOVo": ["Next"], + "hYgDIe": ["Create"], + "he3ygx": ["Copy"], + "heVBR8": ["Enter Amount Each"], + "hehnjM": ["Amount"], + "hg5QeV": ["Total cost"], + "hhtbAs": ["Unfollow lens handle"], + "hj39w+": ["Loading failed due to Snapshot API service breakdown."], + "hom7qf": ["Claim"], + "hpxXOD": [ + [ + "context", + "select", + { + "approve": [ + "<0>", + ["user"], + " approved <1>", + ["amount"], + " ", + ["symbol"], + " to <2>", + ["contract"], + "" + ], + "revoke": [ + "<3>", + ["user"], + " revoked the approval of <4>", + ["amount"], + " ", + ["symbol"], + " to <5>", + ["contract"], + "" + ], + "other": [] + } + ] + ], + "hxHyfs": ["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."], + "hxdOdX": ["Owner can change balance"], + "hzTib5": ["Select an NFT Contract Operator"], + "i2x+p1": ["Processing Withdrawal"], + "i4umqX": ["The following wallets are not installed or in conflict with others"], + "i6OT6/": [["subject"], " has an error"], + "i70ilP": [["0"], " NFT contract unlocked."], + "iCb44o": ["Created on: ", ["0"]], + "iF9x7r": ["Trading mode"], + "iH8itU": ["Connect your wallet"], + "iH8pgl": ["Back"], + "iJLEZF": ["Show me how"], + "iNIdDX": ["Incorrect contract address."], + "iPMIoT": ["Enter an amount"], + "iSLIjg": ["Connect"], + "iT0Qmd": ["Transaction Failed"], + "iTiwqa": ["Asset is hidden."], + "iZLoa2": ["eg: X accounts, persona public keys, wallet addresses or ENS"], + "ia3Lqp": [ + "The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions." + ], + "ie2c+s": [ + "I just purchased a beautiful piece of art from {0} collection for ", + ["1"], + " ", + ["2"], + ". Welcome to join." + ], + "ileX7U": ["No recent transactions"], + "imDvP9": ["Gas limit must be smaller than ", ["maxGas"], "."], + "iobEyh": ["By checking this box, I agree to ArtBlocks's <0>Terms of Service."], + "iuCSJl": ["This wallet is connected to current persona ", ["0"], "."], + "iuJFAy": ["Low Risk"], + "iwiSFA": ["Similar Project"], + "j2Uisd": ["Approving"], + "j2a+h4": ["Past rounds"], + "j4TRxD": ["Select Address"], + "j8MqhB": ["CyberConnect"], + "jEDiuG": ["Network added"], + "jICk7g": ["There was a network or RPC provider error, please try again later!"], + "jIWgmE": ["Entered passwords are inconsistent."], + "jJPsrT": [ + "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." + ], + "jJrqb1": ["Token Name"], + "jK7nvW": ["Failed to disconnect wallet"], + "jRcH7y": ["NFT Avatar Setting"], + "jRfanQ": ["Gas Used (Units)"], + "jXWnN0": [["0", "plural", { "one": ["Strategy"], "other": ["Strategies"] }]], + "jZQU+o": ["Originally posted by ", ["0"]], + "ja6Tyz": ["Search with the name of an NFT collection or its symbol to get optimized results."], + "jaH9PD": ["Hi friends, I just created ", ["token"], " Lucky Drop. Download Mask.io to claim."], + "jas0vv": ["Disconnect all accounts"], + "jbc0gF": ["Create Password"], + "jeLXsu": ["Who can claim"], + "jfJkBQ": ["Gas price is too low for network conditions."], + "jh0i4n": ["Confirm this transaction in your wallet."], + "jhoAzY": ["Mask Network Cloud"], + "jjCXPD": ["Starts ", ["relativeStartTime"]], + "jpctdh": ["View"], + "jt/0L2": ["You've saved ", ["0"], " to Web3 file service."], + "jt/cjR": ["Safety Warning"], + "jtExaD": ["Not supported yet."], + "jygqM9": ["Loading account information..."], + "jzLzy/": ["No whitelist"], + "k/sb6z": ["Select language"], + "k/vATR": ["Token unlocked"], + "k0USDt": ["Account connected.<0/><1/>Try to explore more features powered by Mask Network."], + "k1pJQo": [["0"], " network is not added to the wallet. Please add it and try again."], + "k28Qhe": ["Failed to save file"], + "k57+C7": [["walletLength", "plural", { "one": ["#", " Wallet"], "other": ["#", " Wallets"] }]], + "k7u9V5": ["Incorrect words selected. Please try again!"], + "kCAzy/": ["Collection Approval"], + "kG0n0M": ["Network error or user cancels the process."], + "kHDhjV": [ + "I just claimed airdrop with ", + ["amount"], + " ", + ["0"], + " on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." + ], + "kKY8Re": [ + "The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." + ], + "kPQQEW": ["Enter an Amount"], + "kV9Qeo": ["You have donated ", ["0"], " ", ["1"]], + "kWJmRL": ["You"], + "kbfp5m": ["Visible To"], + "kdW3qS": ["Nonce"], + "kePpfU": ["Update NFT Avatar Success!"], + "kf/5Ap": ["Explore multi-chain dApps."], + "kf83Ld": ["Something went wrong."], + "kg/ict": ["Lucky Drop claimed."], + "kj3M8S": ["Deposit"], + "kjBSDT": [ + "<0>", + ["user"], + " minted ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], + "for <3>", + ["value"], + " ", + ["symbolName"], + "" + ], + "ks5OGD": ["Contract"], + "kx0s+n": ["Results"], + "l/UFPv": ["Properties"], + "l3s5ri": ["Import"], + "lCF0wC": ["Refresh"], + "lCHQzJ": ["This address may be a scam address."], + "lCfoWv": ["Select NFTs"], + "lDgVWA": ["Receive"], + "lET9my": ["Mask needs the following permissions"], + "lErh77": [ + "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." + ], + "lKldOY": ["12-word recovery phrase is used to recover your persona data."], + "lO/vMB": [ + "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." + ], + "lPJwNU": ["Persona: ", ["personaName"]], + "lPsa94": ["Merge Completed"], + "lQXQKs": ["Vote"], + "lU6uRb": [ + "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." + ], + "lWOC+h": ["Mask Network requires you to authorize the following websites before using it."], + "ldI18s": ["Minted:"], + "lhvy2j": ["Firefly"], + "llLBQ1": ["a token"], + "lmYQuN": ["At most ", ["SOL_REDPACKET_MAX_SHARES"], " recipients"], + "loCUuu": ["Keystore"], + "lqTDfd": ["Slippage Tolerance"], + "lqW7eD": [ + "In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address." + ], + "lr8uE3": ["Holding ", ["0"]], + "lvL4x0": ["Follow @masknetwork for Web3 updates and insights."], + "lxJU2w": ["Enter Number of Winners"], + "lyjM6U": ["Wait too long for the confirmation."], + "m+uuUE": ["Cross-chain"], + "m/TPEz": ["(beta)"], + "m16xKo": ["Add"], + "m2OZMI": ["Max fee cannot be lower than max priority fee"], + "m2pyX2": ["Buy Now"], + "m3VOQq": ["Current wallet does not support to interact with Lens protocol."], + "m3XvO+": ["Imported Wallets"], + "m3akOw": ["I just claimed a lucky drop from @", ["sender"], " on Solana."], + "m3cvPZ": ["Payment password set."], + "m3pz1u": ["Insufficient ", ["symbol"], " Balance"], + "m64f3d": [ + "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." + ], + "mCB6Je": ["Select All"], + "mGHHf5": [ + "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." + ], + "mHWsOq": ["Failed to confirm"], + "mNUsxu": ["Tx Fee"], + "mPxxVq": ["Enter a gas limit"], + "mQpWAe": ["Edit Contact"], + "mT57+Q": ["Go to Settings"], + "mUJUVX": ["Claim your NFT Lucky Drop"], + "mW8F64": ["This project is no longer active"], + "mYGY3B": ["Date"], + "mZ04KC": ["Overall Best"], + "ma8rSx": ["Your transaction has been confirmed!"], + "mc68kY": ["New Payment Password"], + "md5sZ/": [ + "This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud." + ], + "mfwfMR": ["You can claim the lucky drop by holding the required amount of any selected token."], + "mhNIiJ": ["Gas price is higher than necessary. You may pay more than needed."], + "mrAv9J": ["Failed to save network"], + "msszNj": ["<0/> approved <1>", ["0"], " ", ["1"], ""], + "muQqQY": ["Buy & sell tweets autographed by their original creators."], + "mzI/c+": ["Download"], + "n+ObkB": [ + "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." + ], + "n1gwuy": ["on ", ["toNetworkName"]], + "n2HnVK": [ + "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." + ], + "n42fmQ": ["Enter a max fee"], + "nDzNGQ": ["Follow User"], + "nE/lLr": ["Just Selected Contacts"], + "nFjzvC": ["Approved Amount ", ["0"]], + "nGl2Ng": ["Restore Completed"], + "nKLBYz": [ + "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" + ], + "nMUHWK": [["claimed"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], + "nMkx7r": [["0", "plural", { "one": ["#", " Hour"], "other": ["#", " Hours"] }]], + "nOCyT5": ["Show tokens with value less than $1"], + "nOhz3x": ["Logout"], + "nSkB8g": ["Information"], + "nTFx7o": ["Avatar set successfully"], + "nTWWCZ": ["Low"], + "nTif4K": ["Select and Connect to your wallet"], + "nUWEsV": ["Max fee is higher than necessary"], + "nUeoRs": ["Signing Message (Text)"], + "nV/wXH": ["This profile can not be followed."], + "nWDO1P": [ + "<0/> ", + [ + "txType", + "select", + { + "burn": ["burned"], + "deposit": ["deposited"], + "mint": ["minted"], + "receive": ["received"], + "send": ["sent"], + "withdraw": ["withdrawn"], + "other": [] + } + ], + " <1>", + ["0"], + " ", + ["1"], + " " + ], + "ndRqFD": ["Chain ID"], + "neBDpj": ["Please connect wallet"], + "ngWO+e": ["No local key"], + "njSHJP": ["You didn't approve ", ["0"], ". Please do not set spending cap to 0 and try it again."], + "nqL5WA": ["Claim Lucky Drop"], + "nqagQ8": ["Signing Message (Raw)"], + "nvAt0H": ["Resource"], + "nvV/Td": ["Balance: <0>", ["0"], ""], + "nwSp3U": [ + "I just tipped ", + ["amount"], + " ", + ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], + " to @", + ["recipientUserId"], + "'s ", + ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], + " ", + ["3"], + "\n\nInstall https://mask.io/download-links to send your first tip." + ], + "nzBzok": ["Create time:"], + "o+XJ9D": ["Change"], + "o+zDNQ": ["The mnemonic word has been copied, please keep it in a safe place."], + "o4Iu2W": ["Logout successfully"], + "o4NrTC": ["Confirm this Signature in your wallet."], + "o66hO5": ["Discovered a LuckyDrop event on the FireFly website."], + "o9pabc": ["No codes found to suspend trading."], + "oCBTyI": ["This will overwrite the existing cloud backup with the local data, this cannot be undo."], + "oDMfB1": ["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], + "oDSXfc": ["New password cannot be the same as your current password."], + "oG26Rt": ["Confirm this transaction in your wallet"], + "oG67vO": ["Available to Everyone"], + "oIsL5E": ["Chain ID: ", ["0"]], + "oJIW7I": [ + [ + "context", + "select", + { + "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], + "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], + "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], + "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], + "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], + "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""], + "other": [] + } + ] + ], + "oMx/mL": [ + "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." + ], + "oN9XHJ": ["Start Time: <0>", ["0"], ""], + "oOQfsI": ["Current account is not the verifying account."], + "oTLFeN": ["The Lucky Drop can't be sent due to data damage."], + "oX+QCa": ["<0>Powered by<1>Mask Network"], + "oYzol6": ["an NFT"], + "oZw0Iw": ["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"], + "ocYse8": ["Failed to refund Lucky Drop."], + "oe5xh9": ["Decrypt failed, please check password"], + "of3mx/": [ + "<0>", + ["user"], + " swapped <1>", + ["from_value"], + " ", + ["from_symbol"], + " to <2>", + ["to_value"], + " ", + ["to_symbol"], + " on <3>", + ["platform"], + "" + ], + "ofUcbc": ["Random"], + "ohUJJM": ["Plugins"], + "ojlMCx": ["Minimum withdraw amount is ", ["MINIMUM_AMOUNT"], " ", ["0"]], + "olEUh2": ["Successful"], + "ooHEV6": ["1 ", ["0"], " NFT Lucky Drop claimed."], + "osXsDn": ["Import NFT"], + "ou+PEI": ["Profile Photo"], + "ouAjo6": ["No Enough Gas Fee"], + "ovBPCi": ["Default"], + "oxKup1": ["Insufficient $", ["0"], " balance"], + "p+ngUo": ["Unfollow"], + "p1/7GX": ["Contract Not Found"], + "p2/GCq": ["Confirm Password"], + "p3TX0l": [ + "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." + ], + "p7l2aC": ["Contract:"], + "p8Aea2": ["The persona name already exists."], + "p8OYBy": [ + "@", + ["sender"], + " is sending an NFT lucky drop on ", + ["networkName"], + " network. ", + ["account_promote"], + " ", + ["promote_short"], + " #mask_io #LuckyDrop ", + ["0"] + ], + "pG7O41": ["Fastest"], + "pGElS5": ["Mnemonic"], + "pHfBGz": ["Updating Gas Fee…"], + "pIyHYi": ["Lens Follow"], + "pLHDrO": ["Holding NFT"], + "pOE8Vh": ["Space"], + "pa3wn3": ["It remains unclaimed."], + "pbOGiB": ["Revoke Token"], + "pbYUPI": ["Text copied!"], + "pi+hn/": ["Ethereum ", ["HD_PATH_WITHOUT_INDEX_ETHEREUM"]], + "pjrgRd": ["Incorrect Private Key"], + "pkyWdU": ["Keystore password"], + "poYLOl": ["New Logo"], + "ps1+DX": ["Set your persona name with maximum length of 24 characters"], + "pu3rTn": ["GWEI"], + "puUEU3": ["Change Backup Password"], + "put3ex": ["Request is valid not after"], + "pv5v6j": ["About Permit"], + "pvnfJD": ["Dark"], + "py6hU8": ["Signature Request"], + "pzO3Xa": ["Total Supply"], + "q+O14e": ["Search Area"], + "q+hNag": ["Collection"], + "q/ao7A": ["Price per mint"], + "q5+UWM": ["Contact edited."], + "qAbGIK": ["Issued at"], + "qCMUPH": ["Unlock ", ["0"]], + "qDIxZ+": ["Failed to restore the backup from Google Drive to your browser. Please try again."], + "qHqI+o": ["<0>Powered by <1>Mask Network"], + "qI8U4x": ["Max fee cannot be lower than max priority fee."], + "qIL7PI": ["Offers"], + "qJb6G2": ["Try Again"], + "qNiGUh": ["size"], + "qT8oOt": ["Persona required."], + "qWMpAl": ["up to ", ["0"], " Gwei"], + "qYuscr": ["Max Priority Fee"], + "qZ6p7p": ["Backup on ", ["0"]], + "qcqdIh": ["You need to open the dApp to view the specific content."], + "qcybNQ": ["Proposal"], + "qdyV/M": ["News"], + "qhKyO3": ["Withdraw ", ["0"]], + "qkhZxp": ["Created a SmartPay wallet on Polygon network."], + "qp8fKi": ["By confirming means that you agree to bear the possible risks above."], + "qqWcBV": ["Completed"], + "r3OcML": [["mins"], "min"], + "r92tNP": ["Failed to authorize Google Drive. Please try again."], + "rBLzKv": ["Max fee is higher than necessary."], + "rCsoea": ["Manage Token List"], + "rG3WVm": ["Select"], + "rJZPaP": ["No activities found."], + "rKY/BK": ["Classics Logo"], + "rLgPvm": ["Backup"], + "rQQGN1": ["Max priority fee is higher than necessary. You may pay more than needed."], + "rR6iwH": ["Domain Request"], + "rWE7Lq": ["Contact deleted."], + "rWqyF3": ["Gas limit should be between ", ["minGasLimit"], " and 15.00M"], + "rYFSec": ["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."], + "rZ0rgl": ["Total Volume"], + "raCUEa": ["By granting permission, you are allowing the following <0/> contract to access your funds"], + "rcNnsQ": ["Price:"], + "re2nOO": ["Uploaded files"], + "rkMKQ0": [ + "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." + ], + "rm0yu/": ["About ", ["collectionName"]], + "rqV4QH": ["This swap isn’t supported"], + "rrvbCi": ["Network error or execute smart contract failed."], + "rulocO": ["Checking Approve"], + "ryWxhG": ["Congratulations!"], + "s/8SJ+": [ + "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." + ], + "s4Omor": ["To <0>", ["0"], ""], + "sGkv/+": [ + "Hi friends, I just deposit ", + ["0"], + " ", + ["1"], + " on ", + ["2"], + ". Follow @", + ["3"], + " to find more staking projects." + ], + "sOYKMU": ["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."], + "sOcZTR": ["Contract Deployment"], + "sQJ3RN": ["Max priority fee is too low for network conditions."], + "sQTDWu": ["Allow us to collect your usage information to help us improve Mask."], + "sSkbaZ": ["Request timed out."], + "sWsox7": ["Follow Lens handle"], + "saHPqg": ["Claim your Lucky Drop."], + "sb9Y58": ["Wallet"], + "siroPf": ["Mask Network"], + "sxkWRg": ["Advanced"], + "szNWi8": ["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."], + "t+A5fr": ["Gas price should be greater than 0"], + "t/YqKh": ["Remove"], + "t2prdI": ["No search results"], + "t3rUZr": ["Sign-in Request"], + "t6bQQD": ["Send authors tips by using Mask Network's Tips function."], + "t6md+W": [ + [ + "0", + "select", + { + "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], + "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""], + "other": [] + } + ] + ], + "t8dIOP": ["Spam"], + "t91sWs": [ + [ + "actionType", + "select", + { + "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], + "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], + "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""], + "other": [] + } + ] + ], + "t9m1iP": ["Spam reported."], + "tARYn/": ["NFTs Profile"], + "tCAZi9": ["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."], + "tG9G+b": ["File Service"], + "tHoyBc": ["Please connect ", ["0"], " before using dApps."], + "tIW5Jt": ["No matched tokens"], + "tKJ7ee": ["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."], + "tOL6AP": ["Adjust Selection"], + "tOMnvw": [ + "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." + ], + "tPeNU7": ["This network name already exists"], + "tRRE1h": ["1 ", ["0"], " claimed."], + "tXkhj/": ["Start"], + "tbOs8j": ["Confirm Swap"], + "tcHpvG": ["Change Owner"], + "tfDRzk": ["Save"], + "thX7xs": [ + "The network with chain ID ", + ["formChainId"], + " may use a different currency symbol (", + ["0"], + ") than the one you have entered. Please check." + ], + "tiX/tO": ["Address: <0>", ["address"], ""], + "tj48De": ["Connect Social Account"], + "tjbyOy": ["Project details"], + "tk+uyz": [ + "You've approved ", + ["0"], + " for ", + ["1"], + ". If you want to revoke this token, please set spending cap amount to 0." + ], + "toDFSK": ["Wallet sign succeeded."], + "tst44n": ["Events"], + "tuOw4x": ["Make It Encrypted"], + "tx1x9k": [ + "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." + ], + "txEVTf": ["No Listings"], + "ty2gt9": ["You need to follow the creator of the lucky drop."], + "u2OWVJ": ["Disconnect failed."], + "u2Srv1": ["Claim your Airdrop"], + "u3ZeYl": ["Transaction failed"], + "u689pQ": ["Ends in ", ["relativeEndTime"]], + "uAQUqI": ["Status"], + "uBAxNB": ["Editor"], + "uF9ruK": ["Saving"], + "uJQLj9": ["Connect and switch between your wallets."], + "uSMfoN": ["Verify"], + "uip9JY": ["I wrote down those words in the correct order"], + "ujpEaI": ["Please connect your wallet"], + "uqF4Nm": ["Blockchain:"], + "usVwcn": ["No anti_whale(Unlimited number of transactions)"], + "uv94aG": ["Added by user"], + "uv9cwh": ["Bridge Network fee"], + "uyJsf6": ["About"], + "v01kR+": ["NFT PFP"], + "v7U98p": ["Failed to claim Lucky Drop."], + "vH2C/2": ["Swap"], + "vLXevL": ["Transaction cost"], + "vOx+Me": ["You can withdraw the remaining balance 24 hours after sending the lucky drop."], + "vVEene": ["View your Tokens and NFTs"], + "vXIe7J": ["Language"], + "vXygio": ["Not enough data to present."], + "vel6Z1": ["Request Source"], + "vhlM+H": ["Withdraw ", ["0"], " for savings."], + "vhqFTT": ["Can't find a valid user address data source."], + "vutynE": ["Enable plugin"], + "w0e0yw": ["Gas limit must be at least ", ["0"]], + "w1ctdJ": ["Encrypted Post"], + "w3t1Hw": ["Powered by <0>Go+"], + "w4oOEJ": ["Mask Community $ARB Giveaway"], + "w9Xmw/": ["Google Drive"], + "wCtp6y": ["Your Wallet is on **ready 🚀**"], + "wDnczW": ["Optimize the display of search results about ENS in social media."], + "wGtbaw": ["Amount per Share"], + "wMHvYH": ["Value"], + "wNecg9": ["Multiple transaction requests ", ["0"], " / ", ["1"]], + "wNxsb2": ["Reject ", ["totalMessages"], " Transactions"], + "wThGrS": ["App Settings"], + "wUlAUI": ["<0>@", ["currentUserId"], " connected already."], + "wYA1q/": ["Auto report the scam links to MetaMask"], + "waXvJd": ["NFT is not minted yet."], + "wbDTs9": ["Request timed out"], + "wqppGn": ["Permissions List"], + "wvJOId": ["This ENS does not exist or not be resolved."], + "wxZZWc": [ + "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." + ], + "wxfXhJ": ["Scam tx"], + "x0PhCN": ["Disconnected successfully."], + "x4f8pZ": ["Tips"], + "x5LEuB": ["Followers"], + "x6rEou": [ + "<0>", + ["user"], + " claimed ", + ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], + "from <3>", + ["formattedAddress"], + "", + ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] + ], + "xBXg0L": [ + "No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk." + ], + "xC6eGY": ["Mint function"], + "xCJdfg": ["Clear"], + "xCcvjC": ["Set up NFT PFP successfully"], + "xDAtGP": ["Message"], + "xDO6ZN": ["Plugin switch"], + "xEQZ4z": ["Use text encryption"], + "xEX/9S": [ + "No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk." + ], + "xFCCR4": ["Please enter the correct mnemonic words, private key, or upload the correct keystore file."], + "xGVfLh": ["Continue"], + "xH6cn+": ["Choose Token"], + "xIxVmH": ["Unlock ", ["0"], " NFT contract."], + "xPSvu3": ["<0>", ["websiteCount"], " ", ["0", "plural", { "one": ["Website"], "other": ["Websites"] }]], + "xTQLHC": [ + "I just purchased a beautiful piece of art from {0} collection for ", + ["1"], + " ", + ["2"], + ". Install @masknetwork to get yours." + ], + "xeiujy": ["Text"], + "xjhtsV": ["Chain"], + "xoKE3v": ["Disable Permit"], + "xuKB2x": [["0"], " deposited."], + "xupcu9": ["Speed Up"], + "y/+ReV": ["No any collectible is available for preview. Please add your collectible here."], + "y/kxxM": ["Priority fee"], + "y2i17G": ["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."], + "y3juHh": [ + "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." + ], + "y3qyKP": ["NFT Lucky Drop created."], + "y49awp": ["Set NFT Photo"], + "y5aRAa": ["Please enter cloud backup password to download file."], + "y62Dys": ["Network fee"], + "y6VCOb": [["0"], " Mins"], + "y6sq5j": ["Following"], + "yC/GKd": [ + "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." + ], + "yD15Uj": ["Are you sure to remove this wallet?"], + "yDUr0V": ["Lucky Drop refunded."], + "yFpcbN": ["This request may be a phishing attach. I understand this and want to continue."], + "yFrxQj": ["Mnemonic word"], + "yGyJ1l": [ + "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." + ], + "yHrAv+": ["Claim Lucky Drop with ", ["0"], " claimed."], + "yKu/3Y": ["Restore"], + "yNBZ3N": ["Enter gas limit"], + "yNu9vD": ["The wallet address already exists."], + "yQE2r9": ["Loading"], + "yQqkIK": ["24H Average Price"], + "yRuvmU": ["The mnemonic words has been copied, please keep it in a safe place."], + "yTZe+y": ["Snapshot"], + "yVnV6H": ["Please write down or copy these words and save them in a secure place."], + "yVzBCJ": ["NFT Lucky Drop claimed."], + "yZhedI": ["Gas fee settings"], + "yb/fjw": ["Approval"], + "ybuu1v": ["Oops, we can't find any results."], + "ygW4tI": ["Please connect your persona"], + "yik0Qu": ["Private Key"], + "ykiu3o": ["NFT Details"], + "ylUhBz": ["Click to retry"], + "ylXk9u": ["Encrypt the message in an image"], + "yqc6uX": [ + "This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing." + ], + "ywDBfs": ["Something went wrong!"], + "yx/fMc": ["High"], + "yz7wBu": ["Close"], + "yzF66j": ["Link"], + "z+H8bd": ["Your wallet does not meet the eligibility criteria for claiming."], + "z/3+av": ["License:"], + "z1i6et": ["Failed to ", ["0"], " NFT contract."], + "z27gFg": [ + "If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it." + ], + "z7Fh2l": ["Base fee required: ", ["MIN_BASE_FEE"], " Gwei"], + "z9HeHt": ["Create a Privy Wallet"], + "zBPjcC": ["Revoke the approval for token"], + "zBUJYA": ["The approval for this contract will be revoked in case of the amount is 0."], + "zBftr8": ["Claim NFT Lucky Drop"], + "zEZe86": [ + "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." + ], + "zGTAja": [["claimed"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], + "zJlXbX": ["NFT"], + "zPar3e": ["Collectible"], + "zX9KdB": ["No following friends."], + "zXagFp": ["Copy Address"], + "zZk9Yz": ["Purchase"], + "zga9sT": ["OK"], + "zgqgNP": ["Purchasing...."], + "zkEW09": [ + "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" + ], + "znqB4T": ["Insufficient balance"], + "zp7Ha3": ["Backup Failed"], + "zwBp5t": ["Private"], + "zxrGeO": ["Gas limit must be bigger than ", ["minGas"], "."], + "zzDlyQ": ["Success"] + } +} diff --git a/packages/shared-base-ui/src/locale/ja-JP.po b/packages/shared-base-ui/src/locale/ja-JP.po index 441847c63dd1..a235a844f3f3 100644 --- a/packages/shared-base-ui/src/locale/ja-JP.po +++ b/packages/shared-base-ui/src/locale/ja-JP.po @@ -204,12 +204,7 @@ msgid "{0} Platform costs" msgstr "" #. placeholder {0}: fromNetwork?.name || '' -#. placeholder {0}: fromNetwork?.name||"" #. placeholder {0}: toNetwork?.name || '' -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx msgid "{0} Pool" @@ -253,9 +248,6 @@ msgid "{0} withdrawn." msgstr "" #. placeholder {0}: mins.replace(/\.?0+$/u, '') -#. placeholder {0}: mins.replace(/\.?0+$/u,"") -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/helpers/formatTime.ts msgid "{0}m" msgstr "" @@ -297,7 +289,6 @@ msgstr "" msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}} other {}}" msgstr "" -#: build/bundled/201.js #: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx msgid "{count, plural, one {You have recovered **# Wallet 🚀**} other {You have recovered **# Wallets 🚀**}}" msgstr "" @@ -307,8 +298,6 @@ msgstr "" msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom} other {}}" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx msgid "{mins}min" msgstr "" @@ -317,14 +306,10 @@ msgstr "" msgid "{riskyFactors, plural, one {# Risky item} other {# Risky items}}" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/helpers/formatTime.ts msgid "{seconds}s" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx msgid "{seconds}sec" msgstr "" @@ -581,7 +566,6 @@ msgstr "" msgid "<0>USD Value<1>${0}" msgstr "" -#: build/bundled/168.js #: packages/mask/content-script/site-adaptors/twitter.com/customization/i18n.ts msgid "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {encrypted} to send your first encrypted tweet." msgstr "" @@ -996,7 +980,6 @@ msgstr "" msgid "Author" msgstr "" -#: build/bundled/51.js #: packages/mask/dashboard/components/GoogleDriveLogin.tsx msgid "Authorization Failed" msgstr "" @@ -1155,11 +1138,6 @@ msgstr "" msgid "Be careful what you visit and sign!" msgstr "" -#: build/bundled/101.js -#: build/bundled/101.js -#: build/bundled/101.js -#: build/bundled/101.js -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/components/MessageInput.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/PreviewNftRedPacket.tsx @@ -1192,10 +1170,6 @@ msgstr "" msgid "Blocto only supports the Flow chain." msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx @@ -1214,8 +1188,6 @@ msgstr "" msgid "Bridge anyway" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx msgid "Bridge between this token pair are't supported at the moment." msgstr "" @@ -1462,7 +1434,6 @@ msgstr "" msgid "Choose Token" msgstr "" -#: build/bundled/212.js #: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx msgid "Chrome - external extension" msgstr "" @@ -1698,8 +1669,6 @@ msgstr "" msgid "Confirm" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx @@ -1715,8 +1684,6 @@ msgstr "" msgid "Confirm Payment Password" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx @@ -1956,7 +1923,6 @@ msgstr "" msgid "Contract Interaction" msgstr "" -#: build/bundled/120.js #: packages/plugins/GoPlusSecurity/src/SiteAdaptor/CheckSecurityDialog.tsx msgid "Contract Not Found" msgstr "" @@ -2079,7 +2045,6 @@ msgstr "" msgid "Create Smart Pay wallet" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx @@ -2640,10 +2605,6 @@ msgstr "" msgid "Enter an amount" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts msgid "Enter an Amount" @@ -2715,10 +2676,6 @@ msgstr "" msgid "Exceeded the maximum file size of {fileSize}." msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/index.tsx @@ -2773,7 +2730,6 @@ msgstr "" msgid "Failed to add the wallet, please try again." msgstr "" -#: build/bundled/51.js #: packages/mask/dashboard/components/GoogleDriveLogin.tsx msgid "Failed to authorize Google Drive. Please try again." msgstr "" @@ -2795,7 +2751,6 @@ msgstr "" msgid "Failed to create Lucky Drop." msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx msgid "Failed to create theme." msgstr "" @@ -2830,13 +2785,10 @@ msgstr "" msgid "Failed to download image" msgstr "" -#: build/bundled/198.js #: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx msgid "Failed to get permissions" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts msgid "Failed to get quote information" msgstr "" @@ -2933,8 +2885,6 @@ msgstr "" msgid "Fast" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx msgid "Fastest" msgstr "" @@ -3303,11 +3253,11 @@ msgid "" msgstr "" #: build/bundled/101.js -msgid "" -"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" -"\n" -"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" +#~ msgid "" +#~ "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" +#~ "\n" +#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +#~ msgstr "" #. placeholder {0}: promote.amount #. placeholder {1}: promote.symbol @@ -3370,8 +3320,6 @@ msgstr "" msgid "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx @@ -3637,10 +3585,6 @@ msgstr "" msgid "Insufficient {0} Balance" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts msgid "Insufficient {symbol} Balance" @@ -3656,7 +3600,6 @@ msgstr "" msgid "Insufficient balance" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx @@ -3665,7 +3608,6 @@ msgstr "" msgid "Insufficient Balance" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx @@ -3999,8 +3941,6 @@ msgstr "" msgid "MAX" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx msgid "Max amount" msgstr "" @@ -4160,10 +4100,6 @@ msgstr "" msgid "Minted:" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts msgid "Missing dex contract address" @@ -4221,7 +4157,6 @@ msgstr "" msgid "Name" msgstr "" -#: build/entry/popups.js #: packages/mask/popups/components/TokenPicker/index.tsx #: packages/shared/src/UI/components/FungibleTokenList/index.tsx msgid "Name or Contract address e.g. USDC or 0x234..." @@ -4261,8 +4196,6 @@ msgstr "" msgid "Network error, try again: {0}" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx @@ -4532,8 +4465,6 @@ msgstr "" msgid "No proxy" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx msgid "No recent transactions" msgstr "" @@ -4951,7 +4882,6 @@ msgstr "" msgid "Please enter the correct mnemonic words, private key, or upload the correct keystore file." msgstr "" -#: build/bundled/120.js #: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SearchBox.tsx msgid "Please enter token contract address." msgstr "" @@ -5199,10 +5129,6 @@ msgstr "" msgid "Quote route" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx @@ -5361,8 +5287,6 @@ msgstr "" msgid "Request Source" msgstr "" -#: build/bundled/111.js -#: build/bundled/111.js #: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/useFinanceFeeds.ts #: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/useSocialFeeds.ts msgid "Request timed out" @@ -5514,7 +5438,6 @@ msgstr "" msgid "Scam tx" msgstr "" -#: build/bundled/143.js #: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx msgid "Scam Warning" msgstr "" @@ -5567,7 +5490,6 @@ msgstr "" msgid "Select a token" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx @@ -5612,8 +5534,6 @@ msgstr "" msgid "Select liquidity" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx msgid "Select Liquidity" @@ -5832,8 +5752,6 @@ msgstr "" msgid "Skip" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx @@ -6023,8 +5941,6 @@ msgstr "" msgid "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx @@ -6064,8 +5980,6 @@ msgstr "" msgid "Swapping" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx msgid "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." msgstr "" @@ -6182,15 +6096,10 @@ msgstr "" msgid "The current wallet does not hold a lens and cannot follow/unfollow" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx msgid "The custom amount entered may be higher than the required network fee." msgstr "" -#: build/bundled/176.js -#: build/bundled/51.js -#: build/bundled/91.js #: packages/mask/dashboard/utils/api.ts msgid "The download link is expired" msgstr "" @@ -6393,7 +6302,6 @@ msgstr "" msgid "This network name already exists" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx msgid "This NFT contract cannot be modified now." msgstr "" @@ -6478,8 +6386,8 @@ msgid "This tweet is encrypted with #mask_io (@masknetwork). 📪🔑" msgstr "" #: build/bundled/168.js -msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" -msgstr "" +#~ msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" +#~ msgstr "" #: packages/plugins/NextID/src/components/BindPanelUI.tsx msgid "This wallet address has already been connected." @@ -6571,7 +6479,6 @@ msgstr "" msgid "Token ID" msgstr "" -#: build/bundled/67.js #: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx msgid "Token ID separated by comma, e.g. 1223,1224," msgstr "" @@ -6651,8 +6558,6 @@ msgstr "" msgid "Trading route" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx msgid "Trading Route" @@ -6672,8 +6577,6 @@ msgstr "" msgid "Transaction cost" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx #: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx @@ -6701,8 +6604,6 @@ msgstr "" msgid "Transaction Hash" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx msgid "Transaction history is only stored locally and will be deleted if you clear your browser data." msgstr "" @@ -6764,8 +6665,6 @@ msgstr "" msgid "Try to recover" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts msgid "Try token from different chains" msgstr "" @@ -6809,10 +6708,6 @@ msgstr "" msgid "Unlikely to be a honeypot." msgstr "" -#: build/bundled/101.js -#: build/bundled/102.js -#: build/bundled/178.js -#: build/bundled/191.js #: packages/shared/src/UI/components/UploadDropArea/index.tsx msgid "unlimited" msgstr "" @@ -7011,7 +6906,6 @@ msgstr "" msgid "Version" msgstr "" -#: build/bundled/101.js #: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx #: packages/plugins/NextID/src/SiteAdaptor/VerificationPayload.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx @@ -7199,7 +7093,6 @@ msgstr "" msgid "Web3 Profile Card" msgstr "" -#: build/bundled/212.js #: packages/mask/popups/pages/Settings/index.tsx #: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx #: packages/shared/src/UI/components/CoinMetadataTable/index.tsx @@ -7244,7 +7137,6 @@ msgstr "" msgid "Who can claim?" msgstr "" -#: build/bundled/100.js #: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx msgid "Why I can't vote?" msgstr "" diff --git a/packages/shared-base-ui/src/locale/ko-KR.json b/packages/shared-base-ui/src/locale/ko-KR.json index 38a0be7383ea..12bb7de2d0f3 100644 --- a/packages/shared-base-ui/src/locale/ko-KR.json +++ b/packages/shared-base-ui/src/locale/ko-KR.json @@ -1 +1,2185 @@ -{"messages":{"++B0oY":["This function has been turned off in the App settings. Enable plugins to fully access."],"+01Ill":["Change to Solana Wallet"],"+5hgHR":["Are your sure you want to disconnect? You may lose part of functionalities of this website."],"+95jK3":["Gas limit too low will cause the transaction to fail."],"+A4TPN":[["0"]," NFT contract"],"+CzAt9":["Previous unfollow transaction is in processing, please wait and try again."],"+IEBAO":["Approve amount"],"+K0AvT":["Disconnect"],"+POswt":["Sell Tax: ",["0"]],"+Qcnh5":["Please select the appropriate method to restore your personal data."],"+W8dUJ":["Tap to view the private key <0/> Make sure no one is looking at your screen"],"+XyQiK":["Agree"],"+Zuhm7":["Support Identity code, private key, local backups or cloud backups to access your personal data."],"+adBn3":["Chrome - external extension"],"+b7T3G":["Updated"],"+fTqvl":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"],""],"+hwfjv":["Please select the wallet to activate the function after saving the settings."],"+m7PfT":["Deleted successfully"],"+m7x4e":["Backup Successful"],"+q+Wa9":["Swap anyway"],"+uISZO":["Incorrect Password"],"+ubcPw":["No power"],"+xKN8I":["<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later."],"/2nH6X":["Make another Bridge"],"/7tku+":["Try"],"/BI0y9":["Refunded"],"/Dk+nX":["More on ",["0"]],"/I3RSJ":["Report Spam"],"/JOEaC":["Deploy Smarty Pay wallet"],"/KseE7":["Delete File"],"/LkuGq":["Restore from a previous database backup"],"/OPmPQ":["Verify ",["0"]],"/Swcdo":["Failed to swap"],"/WfDJy":["If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets."],"/capO6":["Failed to deposit ",["0"],"."],"/eguJc":["Uploading"],"/fo6Dv":["Gas Limit (Units)"],"/giXwU":["Medium Risk"],"/hKQcr":[["seconds"],"s"],"/jQctM":["To"],"/nT6AE":["New password"],"/riTT2":["Pinned successfully."],"/uEw9z":["Your X account authorization has timed out. Please try again."],"/vtDGO":[["0"]," is connected to these sites, they can view your account address."],"/xrk7I":["FAQ&Tutorial"],"/y/pZ3":["Select a Token"],"0+3dvg":["This NFT didn't have any offers."],"0/eoR6":["Revoking"],"00b9QG":["Set Your Payment Password"],"01DWy7":["Click the settings icon to list it on the App board."],"04MqGo":["Post content:"],"09vHB+":["Failed to decrypt."],"0C6WdO":["Upload backup"],"0D4bav":["Name or Contract address e.g. USDC or 0x234..."],"0F4ogS":["Payment Password should be between 6 and 20 characters."],"0HnKBn":["Hide mnemonic words"],"0Lp4o6":["Load failed"],"0M//Nn":["The Persona is connected to the following accounts: ",["list"]],"0ZC72+":["Connected successfully."],"0bKGbK":["No past rounds found."],"0caMy7":["History"],"0dFHbr":["Confirm swap risk"],"0fljZe":["Trading Route"],"0hFUd/":["You must give the ",["0"]," smart contract permission to use your ",["1"],". You only have to do this once per token."],"0jddIP":[["0"]," members"],"0lBTmP":["You need to hold any of the following tokens."],"0oFu/K":["No Lucky Drops claimed"],"0oMKRL":["Delete Contact"],"0tdB+o":["Enable the ",["name"]," Wallet extension and disable other wallet extensions"],"0wJVK+":["Basic"],"0wdd7X":["Join"],"0wzWAN":["Why I can't vote?"],"0xXDLS":["View your profile in firefly"],"0yPSCj":["High Risk"],"0yf3iU":["Wallet sign cancelled."],"1+6BOG":["Download Backup"],"1+P9RR":["Switch to ",["0"]],"11kmCI":["We are not aware of any code that prevents the sale of tokens."],"199DuV":["Display specific information of Gitcoin projects, donate to a project directly on social media."],"1DwbcE":["Loading...."],"1EOhmY":["Rank #",["0"]],"1LkMSp":["Add Suggested Token"],"1M8xFP":["Transaction with extremely low slippage tolerance might be reverted because of very small market movement."],"1QJyuR":["At most ",["RED_PACKET_MAX_SHARES"]," recipients"],"1QfxQT":["Dismiss"],"1R2W/B":["This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup "],"1TNIig":["Open"],"1TaavV":["Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase."],"1Uqt6P":["Disconnect Wallet?"],"1Wbxhe":["This profile can not be followed: ",["0"]],"1Z++2X":["The Persona is not connected to any accounts."],"1agbuA":["Functions that can suspend trading"],"1bTY60":["Token Value"],"1kE7ob":["Network saved"],"1mjyN6":["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."],"1nMGEs":["Personas"],"1njn7W":["Light"],"1on6yK":["How to use ",["0"]," Wallet?"],"1rsf+c":["After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup."],"1xwmzN":["Switch to other accounts"],"2/N/mr":["Connect with ",["providerName"]],"22QmCQ":["The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"28ABhV":["Connect EVM Wallet"],"29b5Sq":["Blocto only supports the Flow chain."],"2CMLgZ":["Token ID separated by comma, e.g. 1223,1224,"],"2FYpfJ":["More"],"2GHENQ":["Web3 Profile"],"2J5wRx":["Failed to get quote information"],"2Lr4ie":["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."],"2MPu+c":["Priority Fee (GWEI)"],"2XVeKu":["Airdrop Scam"],"2Xze/r":["Block Explorer URL"],"2jQko7":["Associated Accounts"],"2kXxch":["Sorry, signature failed! Please try signing again."],"2p7WMm":["Give permission to access <0/> your ",["0"],"?"],"2saF1j":["Tax can be modified"],"2wxgft":["Rename"],"3/0KF0":["Create a Firefly.social wallet using an X account"],"34UMci":["Wallet Settings"],"38C83c":["Recovery Phrase"],"39ohdf":["Activities"],"3A/gtD":["Invalid RPC URL."],"3A/mG4":["Change Wallet"],"3AP6p1":["Public Key: <0>",["publicKey"],""],"3B4jmY":["Data correlation"],"3CR0qY":["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."],"3J+S3n":["Search Next.ID, X, Lens, ENS or Address"],"3OhjJ4":["Powered by <0>Mask Network<1><2/>"],"3Q5eQl":["Please click the \"Post\" button to open the compose dialog."],"3Q8dPe":["The website (",["messageOrigin"],") is asking you to sign in to another domain (",["0"],"). This may be a phishing attack."],"3SiDD1":["<0>",["user"]," burned <1>",["1","select",{"nft":["an NFT"],"name":[["0"]],"other":[]}],""],"3ThLdM":["Report on GitHub"],"3WZ1WL":["Please enter backup password to export persona private key."],"3YDnov":["Token now is hidden."],"3ZgRKI":[["type","select",{"post":["<0>",["user"]," publish a post on ",["platform"]],"mint":["<1>",["user"]," minted a post on ",["platform"]],"revise":["<2>",["user"]," revised a post on ",["platform"]],"share":["<3>",["user"]," shared a post on ",["platform"]],"other":[]}]],"3awOET":["Rank"],"3bGj61":["Claim on Firefly"],"3cAxpB":["There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price."],"3cw8FQ":["To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs."],"3dAaqV":["📃📃📃 Try to permanently use decentralized file storage on ",["sns"],". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions."],"3fpIq1":["to ",["0"]],"3iUAE7":["Backup to Google Drive"],"3kbpgO":["Gas Limit"],"3lUGN0":["Switch Persona"],"3pqzUK":["Contact added."],"3qe4O9":["Max Fee"],"3uBJPr":["File delete"],"3uQmjD":["Average"],"3ublvs":["Try token from different chains"],"3yLqgI":["Name or contract address eg. PUNK or 0x234..."],"4+VnE8":["ENS"],"42yL2J":["Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ",["encrypted"]],"43g2kf":["Only visible to yourself"],"44bNbA":["Select an NFT Contract"],"4DIYdt":["No associated wallet. <0>Add Wallet."],"4EN5JL":["Your Persona has been successfully created."],"4FvVUv":["Reset Wallet"],"4GBOoi":["Failed to create theme."],"4Gz2wC":["Failed to upload file"],"4HavhE":["Powered by <0>Mask Network"],"4HtGBb":["MAX"],"4JCJIV":["What is Web3 File Service?"],"4coHVU":["Lens Unfollow"],"4lm4o+":["Solana"],"4na5mr":["This message contains a invalid EIP-4361 message. It is better to reject this request."],"4ojMOt":["Please enter your backup password."],"4pSxwB":["Go"],"4zgT9K":["Connect Mask Network Account using your wallet."],"50QwC8":["value"],"51TkMy":["Claiming will be live until: <0> ",["days"]," d ",["0"]," h ",["1"]," m"],"51cT/A":["The minimum amount for each share is ",["0"]," ",["1"]],"51rAFB":["Please copy the following text and image (if there is one) and publish it."],"52nzPV":["Data source is retrieved from ",["0","select",{"twitter":["Twitter profile"],"facebook":["Facebook profile"],"other":[]}],"."],"55/jcy":["Hi friends, I just withdrew my deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"5Dz44N":["Set Payment Password"],"5E57TU":["Max priority fee is too low for network conditions"],"5G0lxx":["Powered by <0>Scamsniffer"],"5H/4VW":["Create a Firefly.social wallet"],"5HVoyc":["Transaction Details"],"5Jczad":["I just claimed a lucky drop from @",["0"]," on ",["1"]," network."],"5N3b5J":["Market Cap"],"5O5enn":["Enter Payment Password"],"5QfZ6O":["Contract source code verified"],"5YfW3S":["Add an encrypted comment..."],"5ZzgbQ":["Connect ",["0"]],"5e22kj":["Email verification code"],"5hFImX":["Deploy Contract"],"5i1JPS":["Never share 12-word secret mnemonic with anyone!"],"5iHe/7":["Network error, try again"],"5o2pdQ":["Create Persona"],"5s6EhU":[["count","plural",{"one":["You have recovered **","#"," Wallet 🚀**"],"other":["You have recovered **","#"," Wallets 🚀**"]}]],"5sIdhw":["Share with"],"5uFQ9j":["Please create a persona and verify your account to use this."],"623chP":["Infos"],"66J/I3":["Transaction Fee"],"678PKt":["Network Name"],"68FuwU":["URLs require the appropriate HTTPS prefix."],"68m9Nl":["Add new address to an existing group"],"6B+2/d":["Stay on top of NFT trending information, hot projects, notable transactions, etc."],"6DvbLh":["Please install your metamask wallet and set up your first wallet."],"6HT670":["Function: ",["0"]],"6IHgRq":["Backup to the Cloud"],"6IvSyW":["Token Standard"],"6RDwJM":["Tokens"],"6U+PWG":["Total NFTs"],"6Uau97":["Skip"],"6V3Ea3":["Copied"],"6VJnE7":["Note: Scams detections might not be 100% guaranteed."],"6YASel":["Invalid Network"],"6YtxFj":["Name"],"6ZZ+4S":["Load Network"],"6foA8n":["Are you sure?"],"6gRgw8":["Retry"],"6k8iqO":[["0"]," ",["1"]," bridge completed successfully."],"6knJVf":["This NFT contract cannot be modified now."],"6s8L6f":["Switch Network"],"6sbLuF":["Current results"],"6ulv1U":["Contract Owner"],"6vVuTX":["This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"7+2e01":["Network removed."],"70wH1Q":["APR"],"76Ml+j":[["0"]," NFT Lucky Drop created."],"76gPWk":["Got it"],"78Kj7O":[["0"]," NFT transferred."],"7Ae1jc":["True Token"],"7Bj3x9":["Failed"],"7PPwVf":["Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted."],"7PgtYC":["Set NFT Avatar"],"7QptC5":["Auto-lock Time"],"7R2WG+":["Decrypted by Mask Network"],"7VpPHA":["Confirm"],"7c99ux":["Contract Deployment ",["0"]],"7cg5cq":["unique contributors"],"7eFA2G":["Failed to revoke token contract."],"7hZyUn":["Processing Deposit"],"7k2lei":["Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later."],"7lnlzl":["Claimed ",["amount"]," $",["0"]," successfully."],"7qUM2b":["Open Mask Wallet"],"7s5tLo":["Allow this site to switch the network?"],"7w1rTm":["The download link is expired"],"7yziEn":["This request has been expired."],"8+xvyR":["Blockchain"],"82+n6o":["Quote Route"],"869iq0":["Transferring asset across to the ",["0"]," network via the ",["1"],"cross-chain bridge"],"87Poy7":[["0"]," ",["1"]," NFT contract."],"88+Eku":["Provide you with fast, reliable and convenient security services."],"89kDhv":["NFT collection"],"8BsgdX":["Failed to get permissions"],"8C8O9E":["Provided by plugin \"",["0"],"\""],"8Dh77Z":["NFTs"],"8IN0ph":["No more data available."],"8J7y6E":["Deposit ",["0"]," for savings."],"8Kly2P":["Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token."],"8MJFvR":[["0"]," Risky factor"],"8N1Wbf":["This token has no risky or attention factors."],"8RF/Sx":["Added successfully"],"8S5o5V":["Share and recommend this feature after saving."],"8TMaZI":["Timestamp"],"8Tg/JR":["Custom"],"8WLjqx":["Never share the 12-word secret mnemonic words with anyone!"],"8ZsakT":["Password"],"8bgRf6":["Can not follow: ",["0"]],"8djViz":["Step ",["step"],"/",["step"]],"8glx+u":["Token ID"],"8rElAH":["Image copied!"],"8wEOMN":["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"9+VwX/":["Add Collectibles"],"9KKhJV":["Signing ..."],"9VcshJ":["Enable auto paste"],"9Y1kXO":["Payment password stored locally and you could try as many as you want to unlock your wallet."],"9bG48P":["Sending"],"9cDpsw":["Permissions"],"9cSIbb":["Click on <0/> at the top-right of your browser."],"9d/Qe4":["Service Agreement"],"9hg9mc":["Downloading"],"9hzYBR":["Failed to download and merge the backup: ",["0"]],"9jba96":["Only TypedMessageText is supported currently."],"9kIgHE":["This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet."],"9lqqpY":["Invalid email address."],"9oP21f":["My vote"],"9oq2rm":["Functions with retrievable ownership"],"9q+I38":["Your voting power"],"9r9nwF":["Identical"],"9sjcnZ":["Disconnected."],"9tG0uf":["Please verify your social account"],"9uYu7e":["You haven't uploaded any files yet."],"9w2hgY":["Paste manually"],"9xaUMG":["General user"],"A+Ijr2":["Close [Check Security]?"],"A0VzMm":["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."],"A1bmDM":["No verified account found here."],"A1taO8":["Search"],"A3Ndml":["Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop."],"A4vJQr":["Set your NFT as profile picture with exclusive aura."],"A6JChW":["The transaction was complete and has been recorded on blockchain at ",["0"]],"A9tojF":["Incorrect password"],"AElxM7":["Transfer ",["0"]," NFT."],"AJNYYr":["Refund Lucky drop"],"AKLbfQ":["Restore Database"],"AMJWWT":["Likely in < ",["estimateSecond"]," seconds"],"ANYjcp":[["shareWithNum","plural",{"one":["1 friend"],"other":["#"," friends"]}]],"ANk/Zy":["Incorrect Backup Password"],"AOPSKq":["Deposit ",["0"]],"ASNDad":["Hide ",["name"]],"AV+9wg":["Re-enter"],"Ah4d0u":["Security Detection"],"AjVXBS":["Calendar"],"Ap948/":["Listed"],"Appw6V":["No NFTs found."],"Aq+O0x":["status"],"AuXfDa":["Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards."],"AuvDq6":["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"],"AwQpq/":["Click on the down-arrow to see the private key."],"AxPAXW":["No results found"],"AxdOHo":["Pair"],"Axp2cZ":["24 Hour Trading Vol"],"AyLiVq":["Scan QR code to receive payment"],"B1T4nn":["Confirm the Lucky Drop"],"B6C0XJ":["No Data"],"B8B8TU":["Verified by ",["0"]],"BAvIGC":["Withdraw token"],"BFhvNB":[["0"]," ",["1"]," NFT contract successfully."],"BMCVM3":["Wallet Sign"],"BQHQ9v":["No websites connected to this wallet"],"BQi2Kk":[["0"]," were claimed"],"BUXiPs":["This Chain ID is currently used by the ",["0"]," network. "],"BWSJkS":["No Airdrop Scam"],"BXixGM":["Use Persona to encrypt and decrypt social media posts & messages."],"Ba6uFH":["Create your NFT Lucky Drop."],"BaU+dx":["Connect your social platform accounts."],"Baj2MJ":["Savings"],"BaoXTT":["<0>Powered by<1>OKX<2/>"],"BiGQfG":["Transaction Hash"],"BkN2qg":["<0>Service Agreement and <1>Privacy Policy"],"BmN4Bk":["Aggregator"],"ByAMF+":["Risk Warning"],"ByPj1d":["Request ID"],"BzEFor":["or"],"BzfzPK":["Items"],"C0JhYS":["Change Network"],"C2/uLW":["Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned."],"C3Wgzy":["You have claimed ",["0"]," $ARB."],"CCIrQ8":["Fake Token"],"CE+M2e":["Info"],"CEk7Nc":["At least 6 characters"],"CFPbpH":["The new passwords don't match"],"CJviCK":["<0>",["user"]," proposed"],"CK1KXz":["Max"],"CMHmbm":["Slippage"],"CMfM6C":["No Enough Gas Fees"],"CP3D8G":["Progress"],"CT10+i":["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."],"CTSEx8":["<0/> publish a post on ",["0"]],"CU3U3d":["Try to recover"],"CWsYB3":["Welcome Back"],"CXHRbe":["Wallet request timed out"],"CYRJEX":["Owners"],"CZSWya":["NFTs added"],"CZmSbe":["Request is valid not before"],"Cf/0to":["Data source is retrieved from ",["0"],"."],"Citz6F":["Exchange"],"CkLMZ2":["File delete failed"],"CmMDVW":["<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction."],"CpciBt":["Switch to Polygon and Follow"],"CtByM7":["Connect Wallet"],"Cwxng+":["Supported formats: JPEG, PNG<0/> Size limit: ",["0"]],"Cy19fm":["View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline."],"CygwLN":["Swap completed successfully."],"Cz6Lx7":["Encryption Method"],"D79cZK":["Instant"],"D9iWaX":["Please check ToS document"],"D9za/8":["Missing dex contract address"],"DA2uGM":["Click the application icon to hide in the App list."],"DAFhfT":["There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"DC3sw8":["Two entered passwords are different."],"DHhJ7s":["Previous"],"DKBbsW":["Gas price must be greater than 0 Gwei."],"DPfwMq":["Done"],"DYoO0m":["Token quantity greater than"],"DdUFp+":["The transaction was confirmed at ",["0"]],"Dk6Non":["Whitelist function"],"DkHkqH":["Recommended dimensions: 1016 × 672 px"],"DnmyoA":["Priority fee should be greater than 0."],"DoQ5Lj":["RPC URL"],"Dpe+e3":["Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet."],"DtZDW+":[["0"]," (UTC+8)"],"Du6bPw":["Address"],"DuIDTw":["To verify your X account and record it on the NextID, please send this post for the verification."],"Dz56Ua":["Encrypt"],"E399AQ":["<0>",["user"]," bridged <1>",["amount"]," ",["symbol"]," from <2>",["source"]," to <3>",["target"],""],"E6HGuD":["Check out the official website"],"E6Sqiu":["Failed to load ",["0"],". Click to retry."],"E6YUtc":["Merge to Browser"],"E7prOW":["<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature."],"EBC6hj":["Local Backup"],"EGWr+Q":["Web3 Profile Card"],"EJRk0x":[["gasOptionType","select",{"slow":["Slow"],"normal":["Average"],"fast":["Fast"],"custom":["Custom"],"other":[]}]],"ELQ256":["Make another Swap"],"EMLHjH":["More Details"],"ENIvoT":["Please set up the amount of time before we automatically lock your wallet."],"ERYJcj":["Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers."],"EStYiZ":["No proxy"],"EVFPUv":["Transfer NFT"],"EYwKb0":["Gas Price (GWEI)"],"Ea4oxV":["Follow System"],"EbE80y":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post."],"EbVCxG":["<0/>",["txType","select",{"deploy":["deployed"],"execute":["executed"],"other":[]}],"<1/>"],"Eda+dy":["🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ",["encrypted"]," to send your first encrypted tweet."],"Eefe1a":["The input is not a single file."],"EfAke+":["<0>",["user"]," voted for <1>",["option"]," on <2>",["platform"],""],"Eh4m6e":["<0>USD Value<1>$",["0"],""],"Enb3Qk":["You claimed 1."],"EoKe5U":["Domain"],"EsKgLS":["Click here to have a quick start."],"Ev2r9A":["No results"],"EwiD7E":["Confirm Payment Password"],"F/pYeX":["Create NFT Lucky Drop"],"F3bW6y":["Platform"],"F4Igxz":["Quote route"],"F7U8uz":["Creating your **wallet**"],"F8VT6y":["Failed to transfer NFT."],"F8Wc3I":["Drag & Drop your file here"],"FAKSZG":["Add google Drive"],"FC17bL":["<0>Powered by <1>Mask Network"],"FGceVy":["Owner can't change balance"],"FMQ6p2":["You've already claimed the lucky drop"],"FR2cx3":["Anti_whale(Limited number of transactions)"],"FY2gWe":["The contract address is incorrect or the collection does not belong to you."],"FZg3wM":["Operation"],"FfJy7A":["Manage Network"],"FgAxTj":["Log out"],"Fgyfqo":["Amount Each"],"FiKDfi":["Failed to unlock NFT contract."],"FiYmUY":["No associated accounts"],"Fim3FY":["Download https://mask.io to try more powerful tools on Twitter."],"Fn9Tvh":["Volume (24h)"],"FnQek5":["Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request."],"FnjSI+":["Not current account. Please switch to this account to set up NFTs Profile."],"Fs/bd5":["Invalid Block Explorer URL."],"FzzpXs":["Sale ends in ",["0"]],"G+XYfT":["Do you want to delete file <0>",["0"],""],"G4NrhP":["Persona created."],"GAZNIW":["Price Statistic"],"GAvnvl":["Payment Password"],"GDe4XX":["Please connect wallet to check if you are eligible to claim $ARB."],"GEL05h":["WalletConnect"],"GExRUL":["Backup password"],"GHvzdC":["No content for the last two weeks."],"GK6Tzr":["Persona Sign"],"GLDuz6":["May be a honeypot."],"GRLMKx":["Winners"],"GS+Mus":["Export"],"GS0ldX":["Unsupported network type"],"GShMK6":["Refunding"],"GTJCth":["The contract owner is not known to be able to modify the balance of the token of other addresses."],"GWCG6Y":["Copy image"],"GWKfFr":["To use Lido, you need to wait ",["0"]," days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1."],"GWMpIa":[["0"]," Risky factors"],"GXhrYw":["1. If you haven't installed the ",["name"]," Wallet"],"GXsAby":["Revoke"],"GZzKYx":["Buy Tax: ",["0"]],"GaH2JF":["Suggest to send transactions and sign messages"],"Gia1VG":["Web3 File Service"],"Gmmd6d":["Verify your X ID"],"GrTvoo":["Transaction in progress. Thank you for your patience."],"GtJJAj":["Add Wallet"],"Gw91G1":["This request should only be sign in the future."],"GyvZPz":["Token ID should be separated by comma, e.g. 1223,1224,"],"H1v3zR":["Insufficient ",["0"]," Balance"],"H8rw2f":["(the name is set by the web site)"],"HCKlXm":["Token Contract Address"],"HF6C2L":["Phone Number"],"HFVck2":["Lucky Drop with ",["0"]," refunded."],"HGTZAO":["Step 2/2"],"HH25qd":["No wallet selected."],"HIq3th":["Cannot switch to a unknown network."],"HKH+W+":["Data"],"HTX2HV":["Minimum received"],"HVRhUV":["By proceeding you agree to the"],"Hp1l6f":["Current"],"HpK/8d":["Reload"],"HqiAyF":["Gwei"],"HvDfH/":["Imported"],"HvUm3m":["Choose and show your Web3 footprints on X."],"I4caYo":["Invalid verification code."],"I5kL4f":["Activity Log"],"I7z//Y":["Trading route"],"IBAx3U":["Kept safely"],"IF7RiR":["Cover"],"IGbphl":["Unlocking ALL..."],"ILvrUp":["Unlikely to be a honeypot."],"IMX4sR":["Blacklist function"],"IQ3gAw":["Upload File"],"ITBQO3":["Max priority fee must be greater than 0 GWEI"],"IUG86v":["The Persona is connected to the account @$",["0"],"."],"IUp08P":["The current wallet does not hold a lens and cannot follow/unfollow"],"IX1M/E":["Floor price"],"IXbRbM":["Choose another wallet"],"If2v4h":["Lucky Drop"],"IhnvgP":["Change to EVM Wallet"],"ImhKg5":["Could not fetch chain ID. Is your RPC URL correct?"],"IoAuJG":["Sending..."],"IrI9pg":["End date"],"Iu4Ja9":["Please enter token contract address."],"J05/Al":["Set NFT NFT Background"],"J0LAHU":["Refund"],"J0Mxpc":["The ",["0"]," is in progress. You can check its status in History after exiting this page."],"J24FyN":["Bridge"],"J2eKUI":["File"],"JA8K9s":["Unpacking"],"JGds+N":["Lack of number, letter or special character."],"JGpseC":[["0","plural",{"one":["This domain is"],"other":["These domains are"]}]," currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"JLiwYz":["Mask Network requires the permission of following websites before using it."],"JOP9uZ":["Transaction has been rejected!"],"JPHuMW":["Swapping"],"JUcj/I":["Switch X Logo"],"JXJlYD":["Set Your Persona Name"],"JbKZsv":["Scan the QR code with a WalletConnect-compatible wallet"],"JeHCi7":["No function found that retrieves ownership"],"JfI60y":["Incorrect Payment Password."],"Jg5pf7":["Current base fee is ",["0"]," Gwei"],"JiIKww":["Advanced Settings"],"JlFcis":["Send"],"JlIzk8":["Browser File"],"Jnjbl3":["You need to follow <0>@",["twitterHandle"],""],"Js4Nk0":[["0","select",{"finding_post_key":["Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you."],"finding_person_public_key":["Mask is looking for the public key of the author..."],"other":["Mask is decrypting..."]}]],"JuVC24":["Deposit token"],"JwzZmt":["to <0>",["toAddress"],""],"K1tshY":["Failed to download image"],"K5a6t1":["Persona already exists."],"K7tIrx":["Category"],"K8jCIB":["Data backed up successfully!"],"KAS4UW":[["0"]," Attention factor"],"KCeSRZ":["We will need to verify your Twitter account and record it on the NextID. Please post it for validation."],"KFYFgI":["Wallet sign failed."],"KFwID2":["Restore Failed"],"KGHnSc":["Lock Wallet"],"KJGKkh":["EVM Chains only"],"KMgp2+":[["0"]," available"],"KPUGxy":["Random Amount"],"KRz1oj":["Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X."],"KTfagY":["Lucky drop with ",["0"]," created."],"KVAoFR":["unlimited"],"KVkke3":["Set NFT PFPs"],"KWeNH6":["Unlocking ",["hasSymbolName"],"..."],"KisOjk":["Restore or Login"],"Kj4oEm":["Generate a new persona"],"Kl9gHp":["Wallet Group #",["0"]],"KmQ25M":["Max priority fee is too high for network conditions."],"KnidLU":["Not Connected"],"Ko4L/B":["The receiving address is a contract address. Please check again."],"KojyJ4":["Wrong Network"],"Koz2Rg":[["0","plural",{"one":["Action"],"other":["Actions"]}]],"KtMMzG":["Wallet disconnected"],"KwJJLb":["<0>Powered by <1>",["0"],""],"Ky09J8":["Previous follow transaction is in processing, please wait and try again."],"KziH2K":["Fast"],"Kzu9r9":["24H Traded Volume"],"L+bpwv":["Please set up backup password to export private key."],"L4vN0F":["EVM"],"L82H5Z":["Creating your **identity**"],"L87Mfu":["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."],"L96aan":["View full transaction details"],"LBtfmO":["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."],"LJkXYZ":["Create New Mask Identity"],"LLf+t1":["No deposit protocols found."],"LNItR6":["You have set NFT PFP successfully."],"LP+1Z7":["Add Network"],"LSwUJb":["Select Liquidity"],"LU3p9s":["Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account."],"LWJCIn":["Connected sites"],"La9ArN":["<0>Powered by ",["publisherNode"]],"LcET2C":["Privacy Policy"],"LcZh+r":["Unsupported data backup"],"LhMjLm":["Time"],"Lho4Qd":["DSearch"],"LiE5z4":["Max base fee should be greater than 0"],"LigbuA":["In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension."],"LkYKvc":["Please select the correct words in the correct order."],"LqWHk1":["Hide ",["0"]],"Lx4CpL":["Wallet name must between 3 to 18 characters."],"Lz7CzN":["No mint function"],"Lzo8mb":["Claimed: <0>",["claim_numbers"],"/",["total_numbers"]," <1>",["0"],"/",["1"],"<2><3>",["tokenSymbol"],""],"M0FgOk":["Add Contact"],"M1RnFv":["Expired"],"M1ts1r":["View your address"],"M24E85":["This address is a contract address."],"M4g1UJ":["Contract Interaction"],"M7ZGdw":["2. If you have installed the ",["name"]," Wallet"],"M9OYUo":["Please try again if you failed to vote."],"MC00Lm":["Scan QR code with WalletConnect-compatible wallet"],"MEIAzV":["Unnamed"],"MKEPCY":["Follow"],"MOHcKb":["Enter a max priority fee"],"MQ9hQ4":["DAO"],"MR/0Va":["All Mask Network users"],"MTqQMG":["Not set"],"Mh3RsB":["Best Wishes!"],"Mi8ATZ":["The token approval revoked."],"Midntl":["Download report"],"Mm1aH+":["Proxy contract"],"MpnSqP":[["0"]," Pending"],"MqdtT5":[["0"]," Bridge Network fee"],"MyjAbr":["Resend"],"N/fqDa":["Ens or Address(0x)"],"N0YrmD":["Valuables"],"N0tcou":["Claiming..."],"N2DUxS":["Insufficient Balance"],"N2S1rs":["Empty"],"N2aeX8":["No valid wallet detected. Please connect wallet or verify wallet firstly."],"N40H+G":["All"],"N5GKfB":["Tax cannot be modified"],"N6/RZd":["Sorry, failed to save NFT Avatar. Please set again."],"N931rj":["Your transaction should be done in <0/>"],"NERSN2":["or Holding NFT"],"NJbBmC":["Switch Twitter Logo"],"NOi+Fr":["This QR includes your identity, please keep it safely."],"NTnXx/":["<0/> unapproved <1>",["0"],""],"NVt/wW":["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"NWqhru":["Reselect"],"NZ7wlC":[["0"]," Holder"],"Na6Ytj":["Change NFT PFP"],"NaZTE7":["Incorrect Mnemonic Words."],"NdlvGd":["Claim Details"],"NfxOUe":["Enter Total Amount"],"Ng063n":["Donate"],"Nhp9Kw":["Exceeded the maximum file size of ",["fileSize"],"."],"NkgvWN":["Logout failed"],"NloaHG":["Backup Password"],"Ns5WaC":["No backups found"],"Nu4oKW":["Description"],"NwibRO":["Supported contracts"],"NzlE6O":["By granting permission, you are allowing the following <0/> contract to access your NFTs."],"Nzm8dm":["Example: Alice"],"Nzwli2":["Base"],"O2XHf2":["Check ",["providerName"]," to confirm connect."],"O3Nzf+":["Bridge between this token pair are't supported at the moment."],"O3oNi5":["Email"],"O86J+j":["This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud."],"O8PsYe":["Add the file to Chrome's database"],"OAZ+tI":[["attentionFactors","plural",{"one":["#"," Attention item"],"other":["#"," Attention items"]}]],"OAfk3i":["Hash"],"OCJdad":["<0>To: <1>",["to"],""],"OLUEnY":["when you click Add Google Drive button,you will be forwarded to Google authorization pages."],"OLY2Jk":["Gas Price"],"OQEwR/":["Create Lucky Drop"],"OR475H":["Network"],"OcvI49":["No blacklist"],"OeD4sM":["Failed to login firefly"],"OfhWJH":["Reset"],"OgPkDe":["Currency Symbol (Optional)"],"OgohfQ":["File Key: <0>",["0"],""],"OhgYJS":["Basic setting"],"OkofjH":["Recover"],"On0aF2":["Website"],"OsyKSt":["Withdraw"],"OuUyzz":["No contacts stored locally, you can try searching."],"OzSOpz":["Create a Privy wallet using an X account"],"P+K/3O":["Confirming"],"P7S/hC":["Max priority fee must be greater than 0 Gwei."],"P9wzG/":["Recovery"],"PByO0X":["Votes"],"PDW/HG":["Your Persona is on **ready 🚀**"],"PGdbc0":["Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com."],"PHM7OA":["Supported Sites"],"PI/VCJ":["Select the wallet(s) to use on this site. You should not connect to website you don't trust."],"PIG043":["Gitcoin"],"PLWaf6":["Create the Lucky Drop"],"PNZOzY":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"]," on <5>",["3"],""],"PRkIUI":["Gas Fee"],"PTXNyo":["Waiting for ",["providerType"]],"Pd3dlq":["Circulating Supply"],"PeT3a5":["You have successfully restored the backup from Google Drive to your browser."],"PiH3UR":["Copied!"],"PjBWOL":["Create your persona to get started"],"PlE+Fs":["Connect and Verify ",["0"]],"PsQmAw":["Everyone"],"Pt3n39":["No back up"],"PwjgPX":["Please create your persona to use Web3 Profile."],"Q0IFtx":["The custom amount entered may be higher than the required network fee."],"Q2lUR2":["Currency"],"Q68Nuc":["Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it."],"QF9SdB":["Split Mode"],"QHZRmq":["Sites"],"QHcLEN":["Connected"],"QJQd1J":["Edit Profile"],"QQPCqQ":["Backup Wallet"],"QRsMow":["Transaction Confirmed"],"QU9aqK":["You have signed with your wallet."],"QUBIav":["Failed to bridge"],"QWxok/":["Connect with Mask Wallet"],"QXDgyQ":["Please write down the following words in correct order. Keep it safe and do not share with anyone!"],"Qbo7Ev":["Write down mnemonic words"],"QcVZFH":["Step ",["step"],"/",["totalSteps"]],"Qd0xFm":["Refund your expired Lucky Drop."],"QowPFh":["Collectibles"],"QpgBEp":[["0"]," days"],"QsVbHo":["Sending address"],"QyZU8V":[["riskyFactors","plural",{"one":["#"," Risky item"],"other":["#"," Risky items"]}]],"QypSt2":["Update X.com Permissions"],"Qz8niP":["You may lose your assets if you give approval to the website of this token."],"R/Pfmp":[["amount"]," ",["0"]," tips sent."],"R2K7XH":["Account successfully connected to persona"],"R9aEN5":["Send ",["0"]],"RCBmDP":["Follow @masknetwork to explore Web3."],"REeHKm":["<0/> ",["txType","select",{"trade":["traded"],"mint":["minted"],"other":["traded"]}]," <1>",["0"]," ",["1"]," for <2>",["2"]," ",["3"],""],"RH8jSA":["Merge data to local database"],"RHSlVw":["Follow @masknetwork (mask.io) to claim NFT lucky drops."],"RL5m+x":["Generating your **accounts**"],"RLBjfU":["Attached File: ",["name"]," (",["size"],")"],"RNfEI8":["You canceled the request."],"ROWd/9":["Leave blank to allow any amount; enter a number to set a minimum holding requirement."],"ROWeBX":["Followings"],"ROsDRH":["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"],"RRw7LE":["Identity ID"],"RUYsn0":["Clear All"],"RW1HJz":["The receiving address may be a malicious address."],"RWoEqV":["Failed to transfer token: ",["message"]],"RZOA0N":["Find Mask Network in the extension list and click the <0/> button."],"RdfrN2":["Mint Address"],"Re7Oex":["Transaction submitted."],"RhCL4z":["Max amount"],"RiLzWA":["Please switch to this network in the mobile application wallet you are connected to."],"RiQQyz":["This allows the third party to spend ",["value"]," ",["0"]," from your current balance."],"Rm3JCH":["File name must between 3 to 20 characters."],"RqRRf6":["Created by <0>",["0"]," • <1>Website"],"RrGhwo":["File ",["0"]," deleted."],"RuO5md":[["seconds"],"sec"],"Rx8sxX":["Select liquidity"],"RxlKnY":["Lens"],"Ry8TiY":["Create Smart Pay wallet"],"S0CsaV":["Create a New Wallet"],"S0vyIh":["Owner changed."],"S2JNMm":["Your file has been successfully restore into the browser data."],"S33tz3":["Not connected"],"S6Qdlo":["Scam Warning"],"SDrb6I":["Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account."],"SGVkVp":["Two entered passwords are not the same."],"SIrUT3":["Grant access to your ",["0"]," for the Lucky Drop Smart contract. You only have to do this once per token."],"SLEDBF":["Failed to add the wallet, please try again."],"SNZM71":[["0"]," withdrawn."],"SREKz9":["Report NFT Scam Contract?"],"SUqBr9":["Refund ",["0"]," ",["tokenSymbol"]," Successfully"],"SX2UXi":["Your vote has been successful."],"SYGo/R":["Import Wallet"],"SYgxDf":["Slow"],"Sfu/we":["Failed to delete, please try again."],"ShHV7X":["Cloud Backup"],"ShmUTn":["Add a Custom Cover"],"Sitstz":["Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund."],"Sjplg3":["View on Explorer"],"SlxhDh":["Verify your wallet"],"Sp69uH":["The web site can"],"T0W3Z8":["Insufficient funds for gas."],"T0Y2+3":["Select a token"],"T3EPqL":["Max base fee"],"T3dlAs":["Quote expired. Update to receive a new quote."],"TA4fAr":["The wallet name already exists."],"TFEJcT":["Set NFT PFP"],"TIIaK1":[["2","select",{"approve":["<0>",["user"]," approved ",["0"]," to <1>",["contract"],""],"revoke":["<2>",["user"]," approved ",["1"]," to <3>",["contract"],""],"other":[]}]],"TJt1iY":["Decentralized social graph protocol for user-centric Web3."],"TNFd5O":["View real-time crypto prices, market cap, trading volume, etc."],"TP9/K5":["Token"],"TRoDRd":["Failed to deposit token."],"TYTRNP":["Eligible to claim"],"TZDLPg":["Claimable"],"Tfxac6":["This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"Tg003Y":["Connected wallets settings"],"Tl3Zls":["This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee."],"TnHNX9":["Update permission for X.com"],"ToePai":["Spend limit requested by"],"TppkTk":["<0>",["user"]," carried out an activity to <1>",["target"]," on <2>",["platform"],""],"TpqeIh":["Error: ",["0"]],"Tuc34V":["Confirm Bridge"],"Tx/jsw":["Do you need to paste encrypted content manually?"],"Tz0i8g":["Settings"],"TzarJw":["Bridging"],"UBzbea":["Recover your wallet"],"UDKbPj":["Your file has been successfully merged into the browser data."],"UFzLh1":["When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ",["0"],". Please reduce the number of NFTs selected."],"UO7xDp":[["0"]," Pool"],"UPJjXF":["Network error, try again: ",["0"]],"URAE3q":["Paused"],"URmyfc":["Details"],"UUfXpm":["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."],"UWxJIW":["Powered by Celer Network. Support $MASK!"],"UXBK7e":["<0>",["user"],"sent",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"to <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"UaXeX3":["Okay"],"UbRKMZ":["Pending"],"Udf/Es":["Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network."],"UfJmJU":["Invalid slippage tolerance."],"UjJCIX":["Contract source code not verified"],"UjRxho":["Persona Recovery Phrase"],"UmVZrM":["Failed to create Lucky Drop."],"UpqenY":["We recommend new Web3 users to keep [Check Security] open."],"UqJ0W/":["Cancel Transaction"],"Usynqd":["Gas price is too low and will cause the transaction fail"],"UtKGok":["Backup Persona"],"UvJiVZ":["There's no feed associated with this address."],"UxJ2jd":["Display Snapshot proposals on the X of the respective project or protocol."],"UxYZfY":["Revoke the approval for ",["0"],"."],"V+1pjj":["Back Up Your Data Your Way"],"V+ZuGt":["You claimed ",["0"]," $",["1"],"."],"V6YDUB":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"],""],"V6wYl1":["Total amount"],"V8j2d/":["App list"],"VAOn4r":["Unlock"],"VECuJk":["Wallet Account"],"VHShJf":["Please click Browse Files button to select files to upload."],"VHVdS1":["No votes"],"VP4HYe":["Next.ID"],"VSx1eg":["Max priority fee"],"VbeIOx":["Author"],"VcPDSd":["Unsupported key store data"],"VdhBp2":["The chainID is not equal to the currently connected one."],"VdkQUC":["Please sign up or login ",["siteName"]," to connect Mask Network."],"Vj7ma7":["Support mnemonic phrase, private key or keystore file."],"VlpdUm":["Use NFT"],"VsHxv+":["Copy text"],"VvGC/Y":[["0"]," Network fee"],"VvPeyR":[["0"]," unlocked"],"VzQ7uf":["Unknown EIP-4361 message version."],"VzQOL2":["This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap."],"W0uonA":["This QR includes your mnemonic words, please keep it safely."],"W2es+t":["Oops, it seems you don't have any voting power at block ",["0"],". <0>Learn more"],"W5OcTk":["No approved contract records."],"W7e3zN":["Are you sure to remove the connected wallet <0>",["0"],"?"],"W7rMXF":["Failed to send token."],"WAjFYI":["Start date"],"WDcQq9":["Unlisted"],"WKG5E8":["You need to hold at least ",["quantity"]," of any of the following tokens."],"WLMjwL":["Confirm to hide ",["0"],"? You can redisplay it by re-adding this token at any time."],"WS7EYf":[["0","select",{"Post":["<0/><1>",["handle"]," published a post on <2>",["1"],""],"Comment":["<3/><4>",["handle"]," made a comment on <5>",["2"],""],"Mirror":["<6/><7>",["3"]," mirrored a post post by<8/><9>",["handle"]," on <10>",["4"],""],"Quote":["<11/><12>",["handle"]," quoted a post post on <13>",["5"],""],"other":["<14/><15>",["handle"]," post stuff on <16>",["6"],""]}]],"WWPi4P":["Incorrect wallet address."],"WY8amq":["Invalid number"],"WZcvLm":["Follow Now"],"WeNxrL":[["0"]," Attention factors"],"Weq9zb":["General"],"WmXCMa":["Switch other account"],"Wqoa0p":["Connect Persona"],"WqzYn1":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"]," to <2>",["project"],""],"WsNUie":["Claimed: <0>",["0"],"/",["1"]," <1>",["2"],""],"Wvnsx1":["Auto-lock"],"Wy16g8":["Gift crypto or NFTs to any users, first come, first served."],"X0PXso":["Swap duration"],"X200Sr":["Forgot payment password?"],"X3X0nY":["You may have ",["0"],"% less received with this level of slippage tolerance."],"X6ujRd":["Be aware, check the token before adding it."],"X8N33g":["Transaction history is only stored locally and will be deleted if you clear your browser data."],"X8w6bW":["Enter Max spend limit"],"XA8JXM":["Add NFTs"],"XB3tfc":["Encrypting your **data**"],"XC7RGa":["Recover your data"],"XDtQ7t":["Display the following address on your Web3 profile page and use it to receive tips."],"XGRJzS":["Open in a new tab"],"XGqAnD":["This token contract has code that prevent selling. This might is a honeypot."],"XQDdOC":["No friends are stored locally, please try search one."],"XQQx83":["<0>",["user"]," ",["0","select",{"supply":["supplied"],"add":["added"],"repay":["repaid"],"withdraw":["withdrew"],"collect":["collected"],"remove":["removed"],"borrow":["borrowed"],"other":[]}]," liquidity on <1>",["1"],""],"XUKicg":["Step 1/2"],"XYLcNv":["Support"],"XZ/B+f":["Don't see your NFT?"],"XcWehA":["Update Quote"],"Xftpm5":["Select Collection"],"XjDSdO":["Old Payment Password"],"Xlpdi1":["on ",["fromNetworkName"]],"Xprzee":["Enter a gas price"],"XrH+JC":["IPFS"],"XrlvqN":["Who can claim?"],"XsyYEe":["This NFT didn't have any activities."],"XyAmgg":["Add wallet"],"Y7N0Sj":["View your account balance and history"],"Y9mYPy":["Powered By ",["0"]],"YF8jon":["Ended ",["relativeEndTime"]],"YKSmxE":["Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts."],"YLObqx":["Equal Amount"],"YOacnL":["Tell friends what's happening..."],"YOnK5s":["<0>",["user"]," registered ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an ENS "],"other":[]}],"for <3>",["costValue"]," ",["costSymbol"],""],"YPNSH3":["Connect Solana Wallet"],"YSi9PS":["Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events."],"YW51YO":["24H sale"],"YXIpYp":["Please verify the current persona with a social media account before using dApps."],"Yckw2R":["Fiat On-Ramp"],"YdCB5X":["Copy private key"],"YiPiv6":["There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"YirHq7":["Feedback"],"YnqCPK":["Verify Account"],"Yp8yB4":[["0"]," to ",["1"]],"Ywu8Rl":["Please connect ",["0"]," and send a proof post before using dApps."],"Z/tioj":["Swap ",["0"]],"Z16qyu":["Persona Name"],"Z3+V9p":["Restore backup failed."],"Z33XCd":["Input contract address"],"Z3FXyt":["Loading..."],"Z3S6Dx":["Step 1/3"],"Z3y+8t":["Unsupported Network"],"Z6siIw":["Switch between the classic Twitter logo and the new one."],"Z7ZXbT":["Approve"],"Z8+FzC":["Connecting your ",["providerType"]," wallet"],"Z8G4E5":["Change to Flow Wallet"],"Z8lGw6":["Share"],"ZAVklK":["Or"],"ZDcdss":["Claim Conditions"],"ZHsD28":["Enable the plugin"],"ZIsLZh":["Size limit: 10 MB"],"ZK75iC":["Choose a Cover"],"ZKAj6+":["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."],"ZQbnxO":["No collectible found."],"ZQr5hT":["Unlock Token"],"ZSWUwq":[["0"],"m"],"ZSgQgC":["Max fee is too low for network conditions."],"ZTXjJ3":["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."],"ZTmzRV":["Highest Price"],"ZdnQsW":["<0/> interacted with <1/>"],"ZgFWrp":["<0>Powered by<1>Go+"],"ZhrWG1":["Create persona"],"ZrZMJ6":["Backup failed, <0>try again"],"ZsjtYe":["Failed to set Avatar."],"Zypku0":["By using this plugin, you agree to the <0>terms and the <1>privacy policy."],"a1S2x7":["Data source is retrieved from ",["0","select",{"other":[],"twitter":["Twitter profile and "]}],["sources"],"."],"a1SmQh":["Select Wallet"],"a23gJr":["Incorrect backup password."],"a33WQ+":["Download the ",["name"]," Wallet here"],"a4C0ak":["Insufficient Balance for Gas Fee"],"a4N/Bg":["Load More"],"a5t/N3":["Spend more transaction fees to cancel the previous transaction."],"a6ONsz":["Unlock ",["0"],"."],"a7u1N9":["Price"],"a9X8Om":["Failed to report spam."],"aAIQg2":["Appearance"],"aEgiLS":["contributions"],"aF8kci":["Creation Completed"],"aFJrEy":["You need to hold any of the following NFTs in your wallet."],"aFht5e":["Connected ",["0"]," with ",["walletName"],"."],"aTzTyw":["Add Assets"],"aVI2qx":["Click the application icon to list it on the App board."],"aYT9SD":["Max fee"],"acK3j2":["Input your Private Key"],"agPptk":["Medium"],"ah8/4v":["Floor Price"],"ahNa7P":["NFT Holder"],"ahpgxl":["Please create a Persona and verify your account to use this."],"ai3VNq":["Connected Wallet"],"ajKdns":["This wallet address has already been connected."],"apl8rz":["Failed to withdraw ",["0"],"."],"aqop4L":["Check on Explorer"],"awW7ak":["Remove Wallet"],"ayxkVX":["Transaction"],"b+scYY":["Requesting Connection"],"b/mMOj":[["0"]," ",["1"]," approval successfully."],"bBzHQT":["Input amount is below the minimum amount"],"bD8I7O":["Complete"],"bEPPWi":["Connect Flow Wallet"],"bGMpPD":["Unlock NFT Contract"],"bIpwjD":["My Wallets"],"bKGn4N":["<0/> minted",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]],"bLJivk":["Select an NFT Contract Owner"],"bLmWH9":["Bridge anyway"],"bLqb2p":["<0>Latest offer at <1>$",["0"],""],"bLvQvN":["Library:"],"bQXBhp":["Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves."],"bTQliy":["This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account."],"bUUVED":["Asset"],"bapItf":["Incorrect Backup Password."],"bassMa":["Incorrect cloud backup password, please try again."],"bbS8qf":["1 NFT claimed."],"bdIrOO":["Verification code has been sent to your email. Please check your mailbox."],"bfNmSO":["Set payment password successfully."],"bnfo6T":["Sent verification post successfully."],"bnuQy5":[["0"]," files selected"],"bwlRe8":["Selecting NFTs"],"c+Fnce":["Sign"],"c+XaKf":["<0>",["formattedUser"]," ",["0","select",{"follow":["followed"],"unfollow":["un-followed"],"other":[]}]," <1>",["other"]," on <2>",["1"],""],"c19z3W":["Available Balance"],"c2MkCo":["Payment password must be 6 to 20 characters."],"cD0wgO":["Do you want to remove the verified association between the X account @<0>",["0"]," and ",["1"],"?"],"cFDjd3":["Transaction type"],"cJv4Ca":["Connecting operation cancelled in third-party wallet."],"cM1qH2":["Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media."],"cNJNBU":["Get optimized search results when you're looking for a token."],"cQYjZe":["To verify your X account and record it on the NextID, you will need to send a post for the verification."],"cVit2/":["Please set the backup password to back up"],"caP+Xq":["Crypto Holder"],"cbzSv5":["Max fee should be greater than base fee of ",["0"]," Gwei."],"chL5IG":["Community"],"clw/Xh":[["0"]," sent."],"cm4E8+":["Experience in X"],"cmKQl+":["Failed to save the file. Please try again."],"cmNbUB":["Not found your ",["providerType"]," wallet"],"cnGeoo":["Delete"],"crVIc7":["Locale Backup"],"ctb8Cs":["Dex/Est received (",["0"],")"],"cvCD4e":["Contract Creator"],"d0aemb":["Please create a persona for accessing Dapps."],"d6nk2t":[["0"]," Platform costs"],"dAMTl9":["This RPC URL is currently used by the ",["0"]," network"],"dCpOJ5":["<0/> approved with <1/>"],"dCvyk/":["Change another account and try again."],"dEgA5A":["Cancel"],"dXFgcm":["Transfer Token"],"daEP1M":["Token info"],"dajsth":["Incorrect Keystore Password."],"du/tmd":["Create your Lucky Drop."],"dyNKut":["Browse Files"],"dzAth+":[["0"]," ",["1"]," swap completed successfully."],"e0E1XI":["Max Fee (GWEI)"],"e1vdXO":["Arweave"],"e34ZOD":["Waiting time"],"e3I0CA":["Failed to restore the backup: ",["0"]],"e3hCsY":["Lido Exchange Rate"],"e4yrZ/":["Token Address"],"eC1gV9":["Invalid file type"],"eDT+Oh":["The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets."],"eE0JZ4":["Version"],"eEeK5j":["<0>Expires in ",["0"]],"ePK91l":["Edit"],"eWczg7":["Just Me"],"eaLSW8":["Persona name must between 1 to 24 characters."],"ecqLr0":["I just tipped a ",["NFT_Name"]," to @",["recipientUserId"],"'s ",["0","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["recipientAddress"],"\n\nInstall https://mask.io/download-links to send your first tip."],"eeYVJ5":["Be careful what you visit and sign!"],"ejVYRQ":["From"],"elyK4N":["Failed to unlock token contract."],"eoeq4k":["<0>",["user"]," made a comment on ",["platform"]],"ep2Wyh":["1 ",["0"]," tips sent."],"erRCKP":["File saved"],"es4h+b":["Swap Anyway"],"ezYNcH":["Pin Mask Network to the toolbar for easier access:"],"f5AidZ":["Write down recovery phrase"],"f61qKX":["Deploy a SmartPay wallet on Polygon network."],"f6pX67":["<0>0 Followers <1>0 Following"],"fDP2k4":["Change Payment Password"],"fFGPy6":["Or create a new wallet group"],"fFYJ8f":["Welcome to use Mask Network"],"fL7WXr":["Applications"],"fRQP7E":["<0>Granted to <1>",["0"],""],"fRUjl7":["Please switch to <0>@",["expectAccount"]," to continue the account verification progress."],"fUn3xA":["Generate a new wallet address"],"fc4PdK":["The RPC URL you have entered returned a different chain ID (",["rpcChainId"],"). Please update the Chain ID to match the RPC URL of the network you are trying to add."],"fdqDgM":["Ended on <0>",["0"],""],"fiPesM":["Method"],"fj5byd":["N/A"],"foOw00":["Balance(",["symbol"],")"],"fqDzSu":["Rate"],"fsBGk0":["Balance"],"fsUPaG":["Congratulations"],"fvRGyC":["Trying exploring more features powered by Mask Network."],"fx6pOQ":["Balance: <0/>"],"fza4cg":["Import Wallets"],"g/1WbH":["from <0>",["fromAddress"],""],"g/i+bG":["Transaction rejected"],"g2UNkE":["Powered by"],"gC2WI+":["Persona"],"gERRYE":["Artblocks"],"gHM62X":["Payment password changed."],"gM+Nj7":["Are you sure to report ",["0","select",{"hasName":[["1"]],"noName":["this NFT"],"other":["this NFT"]}],"? After confirmed, this NFT will be marked as spam."],"gT+8Dk":["Confirm to hide ",["name"],"? You can redisplay it by re-adding this NFT at any time."],"gUuuBi":["Check Security"],"gVfVfe":["Contacts"],"gWcGl/":["Your wallet cancelled the transaction."],"gdnEab":["Incorrect recovery phrase."],"ggdga4":["The user has not set this."],"ghVDTt":["rounds"],"ghZx62":["Unlock token"],"gk7J2q":[["0","select",{"other":["<0>Size limit: ",["fileSize"],""],"omit":[]}]],"gkLviK":["This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"gmOW42":["ENS or Wallet Address"],"gnSRSG":["Hiding Scam Transactions"],"gp6A8z":["Authorization Failed"],"gtdJ43":["My wallet"],"gwuMzD":["<0>",["user"]," appointed a proxy on <1>",["platform"],""],"gxV9O8":["Cast your vote"],"h/b9lY":["No followers."],"h0qYUk":["Search with an ENS domain or wallet address to get optimized results."],"h3bIHg":["Disconnect Social Account?"],"h53LoU":["Social Account"],"h5Dtc5":["funding received"],"h69WC6":["Sent"],"h7+V7K":["Backup & Recovery"],"hEpXzO":["Welcome to Mask Network"],"hG89Ed":["Image"],"hHLRGW":["Hide tokens with value less than $1"],"hRWvpI":["Claimed"],"hRtIgr":["APP list"],"hTbvD9":["Sorry, you are not eligible to claim $ARB in this campaign."],"hUF4dG":["Backup password set successfully"],"hWUuAb":["Already following"],"hXzOVo":["Next"],"hYgDIe":["Create"],"he3ygx":["Copy"],"heVBR8":["Enter Amount Each"],"hehnjM":["Amount"],"hg5QeV":["Total cost"],"hhtbAs":["Unfollow lens handle"],"hj39w+":["Loading failed due to Snapshot API service breakdown."],"hom7qf":["Claim"],"hpxXOD":[["context","select",{"approve":["<0>",["user"]," approved <1>",["amount"]," ",["symbol"]," to <2>",["contract"],""],"revoke":["<3>",["user"]," revoked the approval of <4>",["amount"]," ",["symbol"]," to <5>",["contract"],""],"other":[]}]],"hxHyfs":["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."],"hxdOdX":["Owner can change balance"],"hzTib5":["Select an NFT Contract Operator"],"i2x+p1":["Processing Withdrawal"],"i4umqX":["The following wallets are not installed or in conflict with others"],"i6OT6/":[["subject"]," has an error"],"i70ilP":[["0"]," NFT contract unlocked."],"iCb44o":["Created on: ",["0"]],"iF9x7r":["Trading mode"],"iH8itU":["Connect your wallet"],"iH8pgl":["Back"],"iJLEZF":["Show me how"],"iNIdDX":["Incorrect contract address."],"iPMIoT":["Enter an amount"],"iSLIjg":["Connect"],"iT0Qmd":["Transaction Failed"],"iTiwqa":["Asset is hidden."],"iZLoa2":["eg: X accounts, persona public keys, wallet addresses or ENS"],"ia3Lqp":["The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions."],"ie2c+s":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Welcome to join."],"ileX7U":["No recent transactions"],"imDvP9":["Gas limit must be smaller than ",["maxGas"],"."],"iobEyh":["By checking this box, I agree to ArtBlocks's <0>Terms of Service."],"iuCSJl":["This wallet is connected to current persona ",["0"],"."],"iuJFAy":["Low Risk"],"iwiSFA":["Similar Project"],"j2Uisd":["Approving"],"j2a+h4":["Past rounds"],"j4TRxD":["Select Address"],"j8MqhB":["CyberConnect"],"jEDiuG":["Network added"],"jICk7g":["There was a network or RPC provider error, please try again later!"],"jIWgmE":["Entered passwords are inconsistent."],"jJPsrT":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"jJrqb1":["Token Name"],"jK7nvW":["Failed to disconnect wallet"],"jRcH7y":["NFT Avatar Setting"],"jRfanQ":["Gas Used (Units)"],"jXWnN0":[["0","plural",{"one":["Strategy"],"other":["Strategies"]}]],"jZQU+o":["Originally posted by ",["0"]],"ja6Tyz":["Search with the name of an NFT collection or its symbol to get optimized results."],"jaH9PD":["Hi friends, I just created ",["token"]," Lucky Drop. Download Mask.io to claim."],"jas0vv":["Disconnect all accounts"],"jbc0gF":["Create Password"],"jeLXsu":["Who can claim"],"jfJkBQ":["Gas price is too low for network conditions."],"jh0i4n":["Confirm this transaction in your wallet."],"jhoAzY":["Mask Network Cloud"],"jjCXPD":["Starts ",["relativeStartTime"]],"jpctdh":["View"],"jt/0L2":["You've saved ",["0"]," to Web3 file service."],"jt/cjR":["Safety Warning"],"jtExaD":["Not supported yet."],"jygqM9":["Loading account information..."],"jzLzy/":["No whitelist"],"k/sb6z":["Select language"],"k/vATR":["Token unlocked"],"k0USDt":["Account connected.<0/><1/>Try to explore more features powered by Mask Network."],"k1pJQo":[["0"]," network is not added to the wallet. Please add it and try again."],"k28Qhe":["Failed to save file"],"k57+C7":[["walletLength","plural",{"one":["#"," Wallet"],"other":["#"," Wallets"]}]],"k7u9V5":["Incorrect words selected. Please try again!"],"kCAzy/":["Collection Approval"],"kG0n0M":["Network error or user cancels the process."],"kHDhjV":["I just claimed airdrop with ",["amount"]," ",["0"]," on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities."],"kKY8Re":["The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"kPQQEW":["Enter an Amount"],"kV9Qeo":["You have donated ",["0"]," ",["1"]],"kWJmRL":["You"],"kbfp5m":["Visible To"],"kdW3qS":["Nonce"],"kePpfU":["Update NFT Avatar Success!"],"kf/5Ap":["Explore multi-chain dApps."],"kf83Ld":["Something went wrong."],"kg/ict":["Lucky Drop claimed."],"kj3M8S":["Deposit"],"kjBSDT":["<0>",["user"]," minted ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}],"for <3>",["value"]," ",["symbolName"],""],"ks5OGD":["Contract"],"kx0s+n":["Results"],"l/UFPv":["Properties"],"l3s5ri":["Import"],"lCF0wC":["Refresh"],"lCHQzJ":["This address may be a scam address."],"lCfoWv":["Select NFTs"],"lDgVWA":["Receive"],"lET9my":["Mask needs the following permissions"],"lErh77":["Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance."],"lKldOY":["12-word recovery phrase is used to recover your persona data."],"lO/vMB":["OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly."],"lPJwNU":["Persona: ",["personaName"]],"lPsa94":["Merge Completed"],"lQXQKs":["Vote"],"lU6uRb":["Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility."],"lWOC+h":["Mask Network requires you to authorize the following websites before using it."],"ldI18s":["Minted:"],"lhvy2j":["Firefly"],"llLBQ1":["a token"],"lmYQuN":["At most ",["SOL_REDPACKET_MAX_SHARES"]," recipients"],"loCUuu":["Keystore"],"lqTDfd":["Slippage Tolerance"],"lqW7eD":["In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address."],"lr8uE3":["Holding ",["0"]],"lvL4x0":["Follow @masknetwork for Web3 updates and insights."],"lxJU2w":["Enter Number of Winners"],"lyjM6U":["Wait too long for the confirmation."],"m+uuUE":["Cross-chain"],"m/TPEz":["(beta)"],"m16xKo":["Add"],"m2OZMI":["Max fee cannot be lower than max priority fee"],"m2pyX2":["Buy Now"],"m3VOQq":["Current wallet does not support to interact with Lens protocol."],"m3XvO+":["Imported Wallets"],"m3akOw":["I just claimed a lucky drop from @",["sender"]," on Solana."],"m3cvPZ":["Payment password set."],"m3pz1u":["Insufficient ",["symbol"]," Balance"],"m64f3d":["Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead."],"mCB6Je":["Select All"],"mGHHf5":["After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips."],"mHWsOq":["Failed to confirm"],"mNUsxu":["Tx Fee"],"mPxxVq":["Enter a gas limit"],"mQpWAe":["Edit Contact"],"mT57+Q":["Go to Settings"],"mUJUVX":["Claim your NFT Lucky Drop"],"mW8F64":["This project is no longer active"],"mYGY3B":["Date"],"mZ04KC":["Overall Best"],"ma8rSx":["Your transaction has been confirmed!"],"mc68kY":["New Payment Password"],"md5sZ/":["This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud."],"mfwfMR":["You can claim the lucky drop by holding the required amount of any selected token."],"mhNIiJ":["Gas price is higher than necessary. You may pay more than needed."],"mrAv9J":["Failed to save network"],"msszNj":["<0/> approved <1>",["0"]," ",["1"],""],"muQqQY":["Buy & sell tweets autographed by their original creators."],"mzI/c+":["Download"],"n+ObkB":["Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets."],"n1gwuy":["on ",["toNetworkName"]],"n2HnVK":["If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses."],"n42fmQ":["Enter a max fee"],"nDzNGQ":["Follow User"],"nE/lLr":["Just Selected Contacts"],"nFjzvC":["Approved Amount ",["0"]],"nGl2Ng":["Restore Completed"],"nKLBYz":["We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!"],"nMUHWK":[["claimed"]," Follow @",["0"]," (mask.io) to claim lucky drops."],"nMkx7r":[["0","plural",{"one":["#"," Hour"],"other":["#"," Hours"]}]],"nOCyT5":["Show tokens with value less than $1"],"nOhz3x":["Logout"],"nSkB8g":["Information"],"nTFx7o":["Avatar set successfully"],"nTWWCZ":["Low"],"nTif4K":["Select and Connect to your wallet"],"nUWEsV":["Max fee is higher than necessary"],"nUeoRs":["Signing Message (Text)"],"nV/wXH":["This profile can not be followed."],"nWDO1P":["<0/> ",["txType","select",{"burn":["burned"],"deposit":["deposited"],"mint":["minted"],"receive":["received"],"send":["sent"],"withdraw":["withdrawn"],"other":[]}]," <1>",["0"]," ",["1"]," "],"ndRqFD":["Chain ID"],"neBDpj":["Please connect wallet"],"ngWO+e":["No local key"],"njSHJP":["You didn't approve ",["0"],". Please do not set spending cap to 0 and try it again."],"nqL5WA":["Claim Lucky Drop"],"nqagQ8":["Signing Message (Raw)"],"nvAt0H":["Resource"],"nvV/Td":["Balance: <0>",["0"],""],"nwSp3U":["I just tipped ",["amount"]," ",["0","select",{"namedToken":[["1"]],"other":["token"]}]," to @",["recipientUserId"],"'s ",["2","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["3"],"\n\nInstall https://mask.io/download-links to send your first tip."],"nzBzok":["Create time:"],"o+XJ9D":["Change"],"o+zDNQ":["The mnemonic word has been copied, please keep it in a safe place."],"o4Iu2W":["Logout successfully"],"o4NrTC":["Confirm this Signature in your wallet."],"o66hO5":["Discovered a LuckyDrop event on the FireFly website."],"o9pabc":["No codes found to suspend trading."],"oCBTyI":["This will overwrite the existing cloud backup with the local data, this cannot be undo."],"oDMfB1":["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"oDSXfc":["New password cannot be the same as your current password."],"oG26Rt":["Confirm this transaction in your wallet"],"oG67vO":["Available to Everyone"],"oIsL5E":["Chain ID: ",["0"]],"oJIW7I":[["context","select",{"mint":["<0>",["to"]," minted <1>",["value"]," ",["symbol"],""],"send":["<2>",["from"]," sent <3>",["asset"]," to <4>",["to"],""],"claim":["<5>",["to"]," claimed from <6>",["from"],""],"burn":["<7>",["from"]," burned <8>",["value"]," ",["symbol"],""],"deposit":["<9>",["from"]," deposited on <10>",["exchange"],""],"withdraw":["<11>",["from"]," withdrew on <12>",["exchange"],""],"other":[]}]],"oMx/mL":["Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later."],"oN9XHJ":["Start Time: <0>",["0"],""],"oOQfsI":["Current account is not the verifying account."],"oTLFeN":["The Lucky Drop can't be sent due to data damage."],"oX+QCa":["<0>Powered by<1>Mask Network"],"oYzol6":["an NFT"],"oZw0Iw":["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"],"ocYse8":["Failed to refund Lucky Drop."],"oe5xh9":["Decrypt failed, please check password"],"of3mx/":["<0>",["user"]," swapped <1>",["from_value"]," ",["from_symbol"]," to <2>",["to_value"]," ",["to_symbol"]," on <3>",["platform"],""],"ofUcbc":["Random"],"ohUJJM":["Plugins"],"ojlMCx":["Minimum withdraw amount is ",["MINIMUM_AMOUNT"]," ",["0"]],"olEUh2":["Successful"],"ooHEV6":["1 ",["0"]," NFT Lucky Drop claimed."],"osXsDn":["Import NFT"],"ou+PEI":["Profile Photo"],"ouAjo6":["No Enough Gas Fee"],"ovBPCi":["Default"],"oxKup1":["Insufficient $",["0"]," balance"],"p+ngUo":["Unfollow"],"p1/7GX":["Contract Not Found"],"p2/GCq":["Confirm Password"],"p3TX0l":["Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers."],"p7l2aC":["Contract:"],"p8Aea2":["The persona name already exists."],"p8OYBy":["@",["sender"]," is sending an NFT lucky drop on ",["networkName"]," network. ",["account_promote"]," ",["promote_short"]," #mask_io #LuckyDrop ",["0"]],"pG7O41":["Fastest"],"pGElS5":["Mnemonic"],"pHfBGz":["Updating Gas Fee…"],"pIyHYi":["Lens Follow"],"pLHDrO":["Holding NFT"],"pOE8Vh":["Space"],"pa3wn3":["It remains unclaimed."],"pbOGiB":["Revoke Token"],"pbYUPI":["Text copied!"],"pi+hn/":["Ethereum ",["HD_PATH_WITHOUT_INDEX_ETHEREUM"]],"pjrgRd":["Incorrect Private Key"],"pkyWdU":["Keystore password"],"poYLOl":["New Logo"],"ps1+DX":["Set your persona name with maximum length of 24 characters"],"pu3rTn":["GWEI"],"puUEU3":["Change Backup Password"],"put3ex":["Request is valid not after"],"pv5v6j":["About Permit"],"pvnfJD":["Dark"],"py6hU8":["Signature Request"],"pzO3Xa":["Total Supply"],"q+O14e":["Search Area"],"q+hNag":["Collection"],"q/ao7A":["Price per mint"],"q5+UWM":["Contact edited."],"qAbGIK":["Issued at"],"qCMUPH":["Unlock ",["0"]],"qDIxZ+":["Failed to restore the backup from Google Drive to your browser. Please try again."],"qHqI+o":["<0>Powered by <1>Mask Network"],"qI8U4x":["Max fee cannot be lower than max priority fee."],"qIL7PI":["Offers"],"qJb6G2":["Try Again"],"qNiGUh":["size"],"qT8oOt":["Persona required."],"qWMpAl":["up to ",["0"]," Gwei"],"qYuscr":["Max Priority Fee"],"qZ6p7p":["Backup on ",["0"]],"qcqdIh":["You need to open the dApp to view the specific content."],"qcybNQ":["Proposal"],"qdyV/M":["News"],"qhKyO3":["Withdraw ",["0"]],"qkhZxp":["Created a SmartPay wallet on Polygon network."],"qp8fKi":["By confirming means that you agree to bear the possible risks above."],"qqWcBV":["Completed"],"r3OcML":[["mins"],"min"],"r92tNP":["Failed to authorize Google Drive. Please try again."],"rBLzKv":["Max fee is higher than necessary."],"rCsoea":["Manage Token List"],"rG3WVm":["Select"],"rJZPaP":["No activities found."],"rKY/BK":["Classics Logo"],"rLgPvm":["Backup"],"rQQGN1":["Max priority fee is higher than necessary. You may pay more than needed."],"rR6iwH":["Domain Request"],"rWE7Lq":["Contact deleted."],"rWqyF3":["Gas limit should be between ",["minGasLimit"]," and 15.00M"],"rYFSec":["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."],"rZ0rgl":["Total Volume"],"raCUEa":["By granting permission, you are allowing the following <0/> contract to access your funds"],"rcNnsQ":["Price:"],"re2nOO":["Uploaded files"],"rkMKQ0":["The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later."],"rm0yu/":["About ",["collectionName"]],"rqV4QH":["This swap isn’t supported"],"rrvbCi":["Network error or execute smart contract failed."],"rulocO":["Checking Approve"],"ryWxhG":["Congratulations!"],"s/8SJ+":["View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source."],"s4Omor":["To <0>",["0"],""],"sGkv/+":["Hi friends, I just deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"sOYKMU":["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."],"sOcZTR":["Contract Deployment"],"sQJ3RN":["Max priority fee is too low for network conditions."],"sQTDWu":["Allow us to collect your usage information to help us improve Mask."],"sSkbaZ":["Request timed out."],"sWsox7":["Follow Lens handle"],"saHPqg":["Claim your Lucky Drop."],"sb9Y58":["Wallet"],"siroPf":["Mask Network"],"sxkWRg":["Advanced"],"szNWi8":["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."],"t+A5fr":["Gas price should be greater than 0"],"t/YqKh":["Remove"],"t2prdI":["No search results"],"t3rUZr":["Sign-in Request"],"t6bQQD":["Send authors tips by using Mask Network's Tips function."],"t6md+W":[["0","select",{"create":["<0>",["user"]," created a profile on <1>",["platform"],""],"update":["<2>",["user"]," updated a profile on <3>",["platform"],""],"other":[]}]],"t8dIOP":["Spam"],"t91sWs":[["actionType","select",{"stake":["<0>",["user"]," staked <1>",["symbol"],""],"claim":["<2>",["user"]," claimed <3>",["symbol"],""],"unstake":["<4>",["user"]," un-staked <5>",["symbol"],""],"other":[]}]],"t9m1iP":["Spam reported."],"tARYn/":["NFTs Profile"],"tCAZi9":["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."],"tG9G+b":["File Service"],"tHoyBc":["Please connect ",["0"]," before using dApps."],"tIW5Jt":["No matched tokens"],"tKJ7ee":["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."],"tOL6AP":["Adjust Selection"],"tOMnvw":["Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites."],"tPeNU7":["This network name already exists"],"tRRE1h":["1 ",["0"]," claimed."],"tXkhj/":["Start"],"tbOs8j":["Confirm Swap"],"tcHpvG":["Change Owner"],"tfDRzk":["Save"],"thX7xs":["The network with chain ID ",["formChainId"]," may use a different currency symbol (",["0"],") than the one you have entered. Please check."],"tiX/tO":["Address: <0>",["address"],""],"tj48De":["Connect Social Account"],"tjbyOy":["Project details"],"tk+uyz":["You've approved ",["0"]," for ",["1"],". If you want to revoke this token, please set spending cap amount to 0."],"toDFSK":["Wallet sign succeeded."],"tst44n":["Events"],"tuOw4x":["Make It Encrypted"],"tx1x9k":["I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io."],"txEVTf":["No Listings"],"ty2gt9":["You need to follow the creator of the lucky drop."],"u2OWVJ":["Disconnect failed."],"u2Srv1":["Claim your Airdrop"],"u3ZeYl":["Transaction failed"],"u689pQ":["Ends in ",["relativeEndTime"]],"uAQUqI":["Status"],"uBAxNB":["Editor"],"uF9ruK":["Saving"],"uJQLj9":["Connect and switch between your wallets."],"uSMfoN":["Verify"],"uip9JY":["I wrote down those words in the correct order"],"ujpEaI":["Please connect your wallet"],"uqF4Nm":["Blockchain:"],"usVwcn":["No anti_whale(Unlimited number of transactions)"],"uv94aG":["Added by user"],"uv9cwh":["Bridge Network fee"],"uyJsf6":["About"],"v01kR+":["NFT PFP"],"v7U98p":["Failed to claim Lucky Drop."],"vH2C/2":["Swap"],"vLXevL":["Transaction cost"],"vOx+Me":["You can withdraw the remaining balance 24 hours after sending the lucky drop."],"vVEene":["View your Tokens and NFTs"],"vXIe7J":["Language"],"vXygio":["Not enough data to present."],"vel6Z1":["Request Source"],"vhlM+H":["Withdraw ",["0"]," for savings."],"vhqFTT":["Can't find a valid user address data source."],"vutynE":["Enable plugin"],"w0e0yw":["Gas limit must be at least ",["0"]],"w1ctdJ":["Encrypted Post"],"w3t1Hw":["Powered by <0>Go+"],"w4oOEJ":["Mask Community $ARB Giveaway"],"w9Xmw/":["Google Drive"],"wCtp6y":["Your Wallet is on **ready 🚀**"],"wDnczW":["Optimize the display of search results about ENS in social media."],"wGtbaw":["Amount per Share"],"wMHvYH":["Value"],"wNecg9":["Multiple transaction requests ",["0"]," / ",["1"]],"wNxsb2":["Reject ",["totalMessages"]," Transactions"],"wThGrS":["App Settings"],"wUlAUI":["<0>@",["currentUserId"]," connected already."],"wYA1q/":["Auto report the scam links to MetaMask"],"waXvJd":["NFT is not minted yet."],"wbDTs9":["Request timed out"],"wqppGn":["Permissions List"],"wvJOId":["This ENS does not exist or not be resolved."],"wxZZWc":["You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet."],"wxfXhJ":["Scam tx"],"x0PhCN":["Disconnected successfully."],"x4f8pZ":["Tips"],"x5LEuB":["Followers"],"x6rEou":["<0>",["user"]," claimed ",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"from <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"xBXg0L":["No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk."],"xC6eGY":["Mint function"],"xCJdfg":["Clear"],"xCcvjC":["Set up NFT PFP successfully"],"xDAtGP":["Message"],"xDO6ZN":["Plugin switch"],"xEQZ4z":["Use text encryption"],"xEX/9S":["No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk."],"xFCCR4":["Please enter the correct mnemonic words, private key, or upload the correct keystore file."],"xGVfLh":["Continue"],"xH6cn+":["Choose Token"],"xIxVmH":["Unlock ",["0"]," NFT contract."],"xPSvu3":["<0>",["websiteCount"]," ",["0","plural",{"one":["Website"],"other":["Websites"]}]],"xTQLHC":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Install @masknetwork to get yours."],"xeiujy":["Text"],"xjhtsV":["Chain"],"xoKE3v":["Disable Permit"],"xuKB2x":[["0"]," deposited."],"xupcu9":["Speed Up"],"y/+ReV":["No any collectible is available for preview. Please add your collectible here."],"y/kxxM":["Priority fee"],"y2i17G":["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."],"y3juHh":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"y3qyKP":["NFT Lucky Drop created."],"y49awp":["Set NFT Photo"],"y5aRAa":["Please enter cloud backup password to download file."],"y62Dys":["Network fee"],"y6VCOb":[["0"]," Mins"],"y6sq5j":["Following"],"yC/GKd":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3."],"yD15Uj":["Are you sure to remove this wallet?"],"yDUr0V":["Lucky Drop refunded."],"yFpcbN":["This request may be a phishing attach. I understand this and want to continue."],"yFrxQj":["Mnemonic word"],"yGyJ1l":["You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again."],"yHrAv+":["Claim Lucky Drop with ",["0"]," claimed."],"yKu/3Y":["Restore"],"yNBZ3N":["Enter gas limit"],"yNu9vD":["The wallet address already exists."],"yQE2r9":["Loading"],"yQqkIK":["24H Average Price"],"yRuvmU":["The mnemonic words has been copied, please keep it in a safe place."],"yTZe+y":["Snapshot"],"yVnV6H":["Please write down or copy these words and save them in a secure place."],"yVzBCJ":["NFT Lucky Drop claimed."],"yZhedI":["Gas fee settings"],"yb/fjw":["Approval"],"ybuu1v":["Oops, we can't find any results."],"ygW4tI":["Please connect your persona"],"yik0Qu":["Private Key"],"ykiu3o":["NFT Details"],"ylUhBz":["Click to retry"],"ylXk9u":["Encrypt the message in an image"],"yqc6uX":["This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing."],"ywDBfs":["Something went wrong!"],"yx/fMc":["High"],"yz7wBu":["Close"],"yzF66j":["Link"],"z+H8bd":["Your wallet does not meet the eligibility criteria for claiming."],"z/3+av":["License:"],"z1i6et":["Failed to ",["0"]," NFT contract."],"z27gFg":["If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it."],"z7Fh2l":["Base fee required: ",["MIN_BASE_FEE"]," Gwei"],"z9HeHt":["Create a Privy Wallet"],"zBPjcC":["Revoke the approval for token"],"zBUJYA":["The approval for this contract will be revoked in case of the amount is 0."],"zBftr8":["Claim NFT Lucky Drop"],"zEZe86":["You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends."],"zGTAja":[["claimed"]," Follow @",["account"]," (mask.io) to claim lucky drops."],"zJlXbX":["NFT"],"zPar3e":["Collectible"],"zX9KdB":["No following friends."],"zXagFp":["Copy Address"],"zZk9Yz":["Purchase"],"zga9sT":["OK"],"zgqgNP":["Purchasing...."],"zkEW09":["You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?"],"znqB4T":["Insufficient balance"],"zp7Ha3":["Backup Failed"],"zwBp5t":["Private"],"zxrGeO":["Gas limit must be bigger than ",["minGas"],"."],"zzDlyQ":["Success"]}} \ No newline at end of file +{ + "messages": { + "++B0oY": ["This function has been turned off in the App settings. Enable plugins to fully access."], + "+01Ill": ["Change to Solana Wallet"], + "+5hgHR": ["Are your sure you want to disconnect? You may lose part of functionalities of this website."], + "+95jK3": ["Gas limit too low will cause the transaction to fail."], + "+A4TPN": [["0"], " NFT contract"], + "+CzAt9": ["Previous unfollow transaction is in processing, please wait and try again."], + "+IEBAO": ["Approve amount"], + "+K0AvT": ["Disconnect"], + "+POswt": ["Sell Tax: ", ["0"]], + "+Qcnh5": ["Please select the appropriate method to restore your personal data."], + "+W8dUJ": ["Tap to view the private key <0/> Make sure no one is looking at your screen"], + "+XyQiK": ["Agree"], + "+Zuhm7": ["Support Identity code, private key, local backups or cloud backups to access your personal data."], + "+adBn3": ["Chrome - external extension"], + "+b7T3G": ["Updated"], + "+fTqvl": [ + "<0>", + ["user"], + " sold ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], + " to <3>", + ["recipient"], + " for <4>", + ["2"], + " ", + ["symbolName"], + "" + ], + "+hwfjv": ["Please select the wallet to activate the function after saving the settings."], + "+m7PfT": ["Deleted successfully"], + "+m7x4e": ["Backup Successful"], + "+q+Wa9": ["Swap anyway"], + "+uISZO": ["Incorrect Password"], + "+ubcPw": ["No power"], + "+xKN8I": [ + "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." + ], + "/2nH6X": ["Make another Bridge"], + "/7tku+": ["Try"], + "/BI0y9": ["Refunded"], + "/Dk+nX": ["More on ", ["0"]], + "/I3RSJ": ["Report Spam"], + "/JOEaC": ["Deploy Smarty Pay wallet"], + "/KseE7": ["Delete File"], + "/LkuGq": ["Restore from a previous database backup"], + "/OPmPQ": ["Verify ", ["0"]], + "/Swcdo": ["Failed to swap"], + "/WfDJy": [ + "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." + ], + "/capO6": ["Failed to deposit ", ["0"], "."], + "/eguJc": ["Uploading"], + "/fo6Dv": ["Gas Limit (Units)"], + "/giXwU": ["Medium Risk"], + "/hKQcr": [["seconds"], "s"], + "/jQctM": ["To"], + "/nT6AE": ["New password"], + "/riTT2": ["Pinned successfully."], + "/uEw9z": ["Your X account authorization has timed out. Please try again."], + "/vtDGO": [["0"], " is connected to these sites, they can view your account address."], + "/xrk7I": ["FAQ&Tutorial"], + "/y/pZ3": ["Select a Token"], + "0+3dvg": ["This NFT didn't have any offers."], + "0/eoR6": ["Revoking"], + "00b9QG": ["Set Your Payment Password"], + "01DWy7": ["Click the settings icon to list it on the App board."], + "04MqGo": ["Post content:"], + "09vHB+": ["Failed to decrypt."], + "0C6WdO": ["Upload backup"], + "0D4bav": ["Name or Contract address e.g. USDC or 0x234..."], + "0F4ogS": ["Payment Password should be between 6 and 20 characters."], + "0HnKBn": ["Hide mnemonic words"], + "0Lp4o6": ["Load failed"], + "0M//Nn": ["The Persona is connected to the following accounts: ", ["list"]], + "0ZC72+": ["Connected successfully."], + "0bKGbK": ["No past rounds found."], + "0caMy7": ["History"], + "0dFHbr": ["Confirm swap risk"], + "0fljZe": ["Trading Route"], + "0hFUd/": [ + "You must give the ", + ["0"], + " smart contract permission to use your ", + ["1"], + ". You only have to do this once per token." + ], + "0jddIP": [["0"], " members"], + "0lBTmP": ["You need to hold any of the following tokens."], + "0oFu/K": ["No Lucky Drops claimed"], + "0oMKRL": ["Delete Contact"], + "0tdB+o": ["Enable the ", ["name"], " Wallet extension and disable other wallet extensions"], + "0wJVK+": ["Basic"], + "0wdd7X": ["Join"], + "0wzWAN": ["Why I can't vote?"], + "0xXDLS": ["View your profile in firefly"], + "0yPSCj": ["High Risk"], + "0yf3iU": ["Wallet sign cancelled."], + "1+6BOG": ["Download Backup"], + "1+P9RR": ["Switch to ", ["0"]], + "11kmCI": ["We are not aware of any code that prevents the sale of tokens."], + "199DuV": ["Display specific information of Gitcoin projects, donate to a project directly on social media."], + "1DwbcE": ["Loading...."], + "1EOhmY": ["Rank #", ["0"]], + "1LkMSp": ["Add Suggested Token"], + "1M8xFP": [ + "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." + ], + "1QJyuR": ["At most ", ["RED_PACKET_MAX_SHARES"], " recipients"], + "1QfxQT": ["Dismiss"], + "1R2W/B": [ + "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " + ], + "1TNIig": ["Open"], + "1TaavV": [ + "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." + ], + "1Uqt6P": ["Disconnect Wallet?"], + "1Wbxhe": ["This profile can not be followed: ", ["0"]], + "1Z++2X": ["The Persona is not connected to any accounts."], + "1agbuA": ["Functions that can suspend trading"], + "1bTY60": ["Token Value"], + "1kE7ob": ["Network saved"], + "1mjyN6": ["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."], + "1nMGEs": ["Personas"], + "1njn7W": ["Light"], + "1on6yK": ["How to use ", ["0"], " Wallet?"], + "1rsf+c": [ + "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." + ], + "1xwmzN": ["Switch to other accounts"], + "2/N/mr": ["Connect with ", ["providerName"]], + "22QmCQ": [ + "The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." + ], + "28ABhV": ["Connect EVM Wallet"], + "29b5Sq": ["Blocto only supports the Flow chain."], + "2CMLgZ": ["Token ID separated by comma, e.g. 1223,1224,"], + "2FYpfJ": ["More"], + "2GHENQ": ["Web3 Profile"], + "2J5wRx": ["Failed to get quote information"], + "2Lr4ie": ["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."], + "2MPu+c": ["Priority Fee (GWEI)"], + "2XVeKu": ["Airdrop Scam"], + "2Xze/r": ["Block Explorer URL"], + "2jQko7": ["Associated Accounts"], + "2kXxch": ["Sorry, signature failed! Please try signing again."], + "2p7WMm": ["Give permission to access <0/> your ", ["0"], "?"], + "2saF1j": ["Tax can be modified"], + "2wxgft": ["Rename"], + "3/0KF0": ["Create a Firefly.social wallet using an X account"], + "34UMci": ["Wallet Settings"], + "38C83c": ["Recovery Phrase"], + "39ohdf": ["Activities"], + "3A/gtD": ["Invalid RPC URL."], + "3A/mG4": ["Change Wallet"], + "3AP6p1": ["Public Key: <0>", ["publicKey"], ""], + "3B4jmY": ["Data correlation"], + "3CR0qY": ["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."], + "3J+S3n": ["Search Next.ID, X, Lens, ENS or Address"], + "3OhjJ4": ["Powered by <0>Mask Network<1><2/>"], + "3Q5eQl": ["Please click the \"Post\" button to open the compose dialog."], + "3Q8dPe": [ + "The website (", + ["messageOrigin"], + ") is asking you to sign in to another domain (", + ["0"], + "). This may be a phishing attack." + ], + "3SiDD1": [ + "<0>", + ["user"], + " burned <1>", + ["1", "select", { "nft": ["an NFT"], "name": [["0"]], "other": [] }], + "" + ], + "3ThLdM": ["Report on GitHub"], + "3WZ1WL": ["Please enter backup password to export persona private key."], + "3YDnov": ["Token now is hidden."], + "3ZgRKI": [ + [ + "type", + "select", + { + "post": ["<0>", ["user"], " publish a post on ", ["platform"]], + "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], + "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], + "share": ["<3>", ["user"], " shared a post on ", ["platform"]], + "other": [] + } + ] + ], + "3awOET": ["Rank"], + "3bGj61": ["Claim on Firefly"], + "3cAxpB": [ + "There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price." + ], + "3cw8FQ": [ + "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." + ], + "3dAaqV": [ + "📃📃📃 Try to permanently use decentralized file storage on ", + ["sns"], + ". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." + ], + "3fpIq1": ["to ", ["0"]], + "3iUAE7": ["Backup to Google Drive"], + "3kbpgO": ["Gas Limit"], + "3lUGN0": ["Switch Persona"], + "3pqzUK": ["Contact added."], + "3qe4O9": ["Max Fee"], + "3uBJPr": ["File delete"], + "3uQmjD": ["Average"], + "3ublvs": ["Try token from different chains"], + "3yLqgI": ["Name or contract address eg. PUNK or 0x234..."], + "4+VnE8": ["ENS"], + "42yL2J": [ + "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ", + ["encrypted"] + ], + "43g2kf": ["Only visible to yourself"], + "44bNbA": ["Select an NFT Contract"], + "4DIYdt": ["No associated wallet. <0>Add Wallet."], + "4EN5JL": ["Your Persona has been successfully created."], + "4FvVUv": ["Reset Wallet"], + "4GBOoi": ["Failed to create theme."], + "4Gz2wC": ["Failed to upload file"], + "4HavhE": ["Powered by <0>Mask Network"], + "4HtGBb": ["MAX"], + "4JCJIV": ["What is Web3 File Service?"], + "4coHVU": ["Lens Unfollow"], + "4lm4o+": ["Solana"], + "4na5mr": ["This message contains a invalid EIP-4361 message. It is better to reject this request."], + "4ojMOt": ["Please enter your backup password."], + "4pSxwB": ["Go"], + "4zgT9K": ["Connect Mask Network Account using your wallet."], + "50QwC8": ["value"], + "51TkMy": ["Claiming will be live until: <0> ", ["days"], " d ", ["0"], " h ", ["1"], " m"], + "51cT/A": ["The minimum amount for each share is ", ["0"], " ", ["1"]], + "51rAFB": ["Please copy the following text and image (if there is one) and publish it."], + "52nzPV": [ + "Data source is retrieved from ", + ["0", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "other": [] }], + "." + ], + "55/jcy": [ + "Hi friends, I just withdrew my deposit ", + ["0"], + " ", + ["1"], + " on ", + ["2"], + ". Follow @", + ["3"], + " to find more staking projects." + ], + "5Dz44N": ["Set Payment Password"], + "5E57TU": ["Max priority fee is too low for network conditions"], + "5G0lxx": ["Powered by <0>Scamsniffer"], + "5H/4VW": ["Create a Firefly.social wallet"], + "5HVoyc": ["Transaction Details"], + "5Jczad": ["I just claimed a lucky drop from @", ["0"], " on ", ["1"], " network."], + "5N3b5J": ["Market Cap"], + "5O5enn": ["Enter Payment Password"], + "5QfZ6O": ["Contract source code verified"], + "5YfW3S": ["Add an encrypted comment..."], + "5ZzgbQ": ["Connect ", ["0"]], + "5e22kj": ["Email verification code"], + "5hFImX": ["Deploy Contract"], + "5i1JPS": ["Never share 12-word secret mnemonic with anyone!"], + "5iHe/7": ["Network error, try again"], + "5o2pdQ": ["Create Persona"], + "5s6EhU": [ + [ + "count", + "plural", + { + "one": ["You have recovered **", "#", " Wallet 🚀**"], + "other": ["You have recovered **", "#", " Wallets 🚀**"] + } + ] + ], + "5sIdhw": ["Share with"], + "5uFQ9j": ["Please create a persona and verify your account to use this."], + "623chP": ["Infos"], + "66J/I3": ["Transaction Fee"], + "678PKt": ["Network Name"], + "68FuwU": ["URLs require the appropriate HTTPS prefix."], + "68m9Nl": ["Add new address to an existing group"], + "6B+2/d": ["Stay on top of NFT trending information, hot projects, notable transactions, etc."], + "6DvbLh": ["Please install your metamask wallet and set up your first wallet."], + "6HT670": ["Function: ", ["0"]], + "6IHgRq": ["Backup to the Cloud"], + "6IvSyW": ["Token Standard"], + "6RDwJM": ["Tokens"], + "6U+PWG": ["Total NFTs"], + "6Uau97": ["Skip"], + "6V3Ea3": ["Copied"], + "6VJnE7": ["Note: Scams detections might not be 100% guaranteed."], + "6YASel": ["Invalid Network"], + "6YtxFj": ["Name"], + "6ZZ+4S": ["Load Network"], + "6foA8n": ["Are you sure?"], + "6gRgw8": ["Retry"], + "6k8iqO": [["0"], " ", ["1"], " bridge completed successfully."], + "6knJVf": ["This NFT contract cannot be modified now."], + "6s8L6f": ["Switch Network"], + "6sbLuF": ["Current results"], + "6ulv1U": ["Contract Owner"], + "6vVuTX": [ + "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." + ], + "7+2e01": ["Network removed."], + "70wH1Q": ["APR"], + "76Ml+j": [["0"], " NFT Lucky Drop created."], + "76gPWk": ["Got it"], + "78Kj7O": [["0"], " NFT transferred."], + "7Ae1jc": ["True Token"], + "7Bj3x9": ["Failed"], + "7PPwVf": [ + "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." + ], + "7PgtYC": ["Set NFT Avatar"], + "7QptC5": ["Auto-lock Time"], + "7R2WG+": ["Decrypted by Mask Network"], + "7VpPHA": ["Confirm"], + "7c99ux": ["Contract Deployment ", ["0"]], + "7cg5cq": ["unique contributors"], + "7eFA2G": ["Failed to revoke token contract."], + "7hZyUn": ["Processing Deposit"], + "7k2lei": [ + "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." + ], + "7lnlzl": ["Claimed ", ["amount"], " $", ["0"], " successfully."], + "7qUM2b": ["Open Mask Wallet"], + "7s5tLo": ["Allow this site to switch the network?"], + "7w1rTm": ["The download link is expired"], + "7yziEn": ["This request has been expired."], + "8+xvyR": ["Blockchain"], + "82+n6o": ["Quote Route"], + "869iq0": ["Transferring asset across to the ", ["0"], " network via the ", ["1"], "cross-chain bridge"], + "87Poy7": [["0"], " ", ["1"], " NFT contract."], + "88+Eku": ["Provide you with fast, reliable and convenient security services."], + "89kDhv": ["NFT collection"], + "8BsgdX": ["Failed to get permissions"], + "8C8O9E": ["Provided by plugin \"", ["0"], "\""], + "8Dh77Z": ["NFTs"], + "8IN0ph": ["No more data available."], + "8J7y6E": ["Deposit ", ["0"], " for savings."], + "8Kly2P": [ + "Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token." + ], + "8MJFvR": [["0"], " Risky factor"], + "8N1Wbf": ["This token has no risky or attention factors."], + "8RF/Sx": ["Added successfully"], + "8S5o5V": ["Share and recommend this feature after saving."], + "8TMaZI": ["Timestamp"], + "8Tg/JR": ["Custom"], + "8WLjqx": ["Never share the 12-word secret mnemonic words with anyone!"], + "8ZsakT": ["Password"], + "8bgRf6": ["Can not follow: ", ["0"]], + "8djViz": ["Step ", ["step"], "/", ["step"]], + "8glx+u": ["Token ID"], + "8rElAH": ["Image copied!"], + "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], + "9+VwX/": ["Add Collectibles"], + "9KKhJV": ["Signing ..."], + "9VcshJ": ["Enable auto paste"], + "9Y1kXO": ["Payment password stored locally and you could try as many as you want to unlock your wallet."], + "9bG48P": ["Sending"], + "9cDpsw": ["Permissions"], + "9cSIbb": ["Click on <0/> at the top-right of your browser."], + "9d/Qe4": ["Service Agreement"], + "9hg9mc": ["Downloading"], + "9hzYBR": ["Failed to download and merge the backup: ", ["0"]], + "9jba96": ["Only TypedMessageText is supported currently."], + "9kIgHE": [ + "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." + ], + "9lqqpY": ["Invalid email address."], + "9oP21f": ["My vote"], + "9oq2rm": ["Functions with retrievable ownership"], + "9q+I38": ["Your voting power"], + "9r9nwF": ["Identical"], + "9sjcnZ": ["Disconnected."], + "9tG0uf": ["Please verify your social account"], + "9uYu7e": ["You haven't uploaded any files yet."], + "9w2hgY": ["Paste manually"], + "9xaUMG": ["General user"], + "A+Ijr2": ["Close [Check Security]?"], + "A0VzMm": ["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."], + "A1bmDM": ["No verified account found here."], + "A1taO8": ["Search"], + "A3Ndml": [ + "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." + ], + "A4vJQr": ["Set your NFT as profile picture with exclusive aura."], + "A6JChW": ["The transaction was complete and has been recorded on blockchain at ", ["0"]], + "A9tojF": ["Incorrect password"], + "AElxM7": ["Transfer ", ["0"], " NFT."], + "AJNYYr": ["Refund Lucky drop"], + "AKLbfQ": ["Restore Database"], + "AMJWWT": ["Likely in < ", ["estimateSecond"], " seconds"], + "ANYjcp": [["shareWithNum", "plural", { "one": ["1 friend"], "other": ["#", " friends"] }]], + "ANk/Zy": ["Incorrect Backup Password"], + "AOPSKq": ["Deposit ", ["0"]], + "ASNDad": ["Hide ", ["name"]], + "AV+9wg": ["Re-enter"], + "Ah4d0u": ["Security Detection"], + "AjVXBS": ["Calendar"], + "Ap948/": ["Listed"], + "Appw6V": ["No NFTs found."], + "Aq+O0x": ["status"], + "AuXfDa": [ + "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." + ], + "AuvDq6": ["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"], + "AwQpq/": ["Click on the down-arrow to see the private key."], + "AxPAXW": ["No results found"], + "AxdOHo": ["Pair"], + "Axp2cZ": ["24 Hour Trading Vol"], + "AyLiVq": ["Scan QR code to receive payment"], + "B1T4nn": ["Confirm the Lucky Drop"], + "B6C0XJ": ["No Data"], + "B8B8TU": ["Verified by ", ["0"]], + "BAvIGC": ["Withdraw token"], + "BFhvNB": [["0"], " ", ["1"], " NFT contract successfully."], + "BMCVM3": ["Wallet Sign"], + "BQHQ9v": ["No websites connected to this wallet"], + "BQi2Kk": [["0"], " were claimed"], + "BUXiPs": ["This Chain ID is currently used by the ", ["0"], " network. "], + "BWSJkS": ["No Airdrop Scam"], + "BXixGM": ["Use Persona to encrypt and decrypt social media posts & messages."], + "Ba6uFH": ["Create your NFT Lucky Drop."], + "BaU+dx": ["Connect your social platform accounts."], + "Baj2MJ": ["Savings"], + "BaoXTT": ["<0>Powered by<1>OKX<2/>"], + "BiGQfG": ["Transaction Hash"], + "BkN2qg": ["<0>Service Agreement and <1>Privacy Policy"], + "BmN4Bk": ["Aggregator"], + "ByAMF+": ["Risk Warning"], + "ByPj1d": ["Request ID"], + "BzEFor": ["or"], + "BzfzPK": ["Items"], + "C0JhYS": ["Change Network"], + "C2/uLW": [ + "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." + ], + "C3Wgzy": ["You have claimed ", ["0"], " $ARB."], + "CCIrQ8": ["Fake Token"], + "CE+M2e": ["Info"], + "CEk7Nc": ["At least 6 characters"], + "CFPbpH": ["The new passwords don't match"], + "CJviCK": ["<0>", ["user"], " proposed"], + "CK1KXz": ["Max"], + "CMHmbm": ["Slippage"], + "CMfM6C": ["No Enough Gas Fees"], + "CP3D8G": ["Progress"], + "CT10+i": ["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."], + "CTSEx8": ["<0/> publish a post on ", ["0"]], + "CU3U3d": ["Try to recover"], + "CWsYB3": ["Welcome Back"], + "CXHRbe": ["Wallet request timed out"], + "CYRJEX": ["Owners"], + "CZSWya": ["NFTs added"], + "CZmSbe": ["Request is valid not before"], + "Cf/0to": ["Data source is retrieved from ", ["0"], "."], + "Citz6F": ["Exchange"], + "CkLMZ2": ["File delete failed"], + "CmMDVW": [ + "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." + ], + "CpciBt": ["Switch to Polygon and Follow"], + "CtByM7": ["Connect Wallet"], + "Cwxng+": ["Supported formats: JPEG, PNG<0/> Size limit: ", ["0"]], + "Cy19fm": [ + "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." + ], + "CygwLN": ["Swap completed successfully."], + "Cz6Lx7": ["Encryption Method"], + "D79cZK": ["Instant"], + "D9iWaX": ["Please check ToS document"], + "D9za/8": ["Missing dex contract address"], + "DA2uGM": ["Click the application icon to hide in the App list."], + "DAFhfT": [ + "There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." + ], + "DC3sw8": ["Two entered passwords are different."], + "DHhJ7s": ["Previous"], + "DKBbsW": ["Gas price must be greater than 0 Gwei."], + "DPfwMq": ["Done"], + "DYoO0m": ["Token quantity greater than"], + "DdUFp+": ["The transaction was confirmed at ", ["0"]], + "Dk6Non": ["Whitelist function"], + "DkHkqH": ["Recommended dimensions: 1016 × 672 px"], + "DnmyoA": ["Priority fee should be greater than 0."], + "DoQ5Lj": ["RPC URL"], + "Dpe+e3": [ + "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." + ], + "DtZDW+": [["0"], " (UTC+8)"], + "Du6bPw": ["Address"], + "DuIDTw": ["To verify your X account and record it on the NextID, please send this post for the verification."], + "Dz56Ua": ["Encrypt"], + "E399AQ": [ + "<0>", + ["user"], + " bridged <1>", + ["amount"], + " ", + ["symbol"], + " from <2>", + ["source"], + " to <3>", + ["target"], + "" + ], + "E6HGuD": ["Check out the official website"], + "E6Sqiu": ["Failed to load ", ["0"], ". Click to retry."], + "E6YUtc": ["Merge to Browser"], + "E7prOW": [ + "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." + ], + "EBC6hj": ["Local Backup"], + "EGWr+Q": ["Web3 Profile Card"], + "EJRk0x": [ + [ + "gasOptionType", + "select", + { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"], "other": [] } + ] + ], + "ELQ256": ["Make another Swap"], + "EMLHjH": ["More Details"], + "ENIvoT": ["Please set up the amount of time before we automatically lock your wallet."], + "ERYJcj": [ + "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." + ], + "EStYiZ": ["No proxy"], + "EVFPUv": ["Transfer NFT"], + "EYwKb0": ["Gas Price (GWEI)"], + "Ea4oxV": ["Follow System"], + "EbE80y": [ + "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." + ], + "EbVCxG": [ + "<0/>", + ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"], "other": [] }], + "<1/>" + ], + "Eda+dy": [ + "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ", + ["encrypted"], + " to send your first encrypted tweet." + ], + "Eefe1a": ["The input is not a single file."], + "EfAke+": ["<0>", ["user"], " voted for <1>", ["option"], " on <2>", ["platform"], ""], + "Eh4m6e": ["<0>USD Value<1>$", ["0"], ""], + "Enb3Qk": ["You claimed 1."], + "EoKe5U": ["Domain"], + "EsKgLS": ["Click here to have a quick start."], + "Ev2r9A": ["No results"], + "EwiD7E": ["Confirm Payment Password"], + "F/pYeX": ["Create NFT Lucky Drop"], + "F3bW6y": ["Platform"], + "F4Igxz": ["Quote route"], + "F7U8uz": ["Creating your **wallet**"], + "F8VT6y": ["Failed to transfer NFT."], + "F8Wc3I": ["Drag & Drop your file here"], + "FAKSZG": ["Add google Drive"], + "FC17bL": ["<0>Powered by <1>Mask Network"], + "FGceVy": ["Owner can't change balance"], + "FMQ6p2": ["You've already claimed the lucky drop"], + "FR2cx3": ["Anti_whale(Limited number of transactions)"], + "FY2gWe": ["The contract address is incorrect or the collection does not belong to you."], + "FZg3wM": ["Operation"], + "FfJy7A": ["Manage Network"], + "FgAxTj": ["Log out"], + "Fgyfqo": ["Amount Each"], + "FiKDfi": ["Failed to unlock NFT contract."], + "FiYmUY": ["No associated accounts"], + "Fim3FY": ["Download https://mask.io to try more powerful tools on Twitter."], + "Fn9Tvh": ["Volume (24h)"], + "FnQek5": [ + "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." + ], + "FnjSI+": ["Not current account. Please switch to this account to set up NFTs Profile."], + "Fs/bd5": ["Invalid Block Explorer URL."], + "FzzpXs": ["Sale ends in ", ["0"]], + "G+XYfT": ["Do you want to delete file <0>", ["0"], ""], + "G4NrhP": ["Persona created."], + "GAZNIW": ["Price Statistic"], + "GAvnvl": ["Payment Password"], + "GDe4XX": ["Please connect wallet to check if you are eligible to claim $ARB."], + "GEL05h": ["WalletConnect"], + "GExRUL": ["Backup password"], + "GHvzdC": ["No content for the last two weeks."], + "GK6Tzr": ["Persona Sign"], + "GLDuz6": ["May be a honeypot."], + "GRLMKx": ["Winners"], + "GS+Mus": ["Export"], + "GS0ldX": ["Unsupported network type"], + "GShMK6": ["Refunding"], + "GTJCth": ["The contract owner is not known to be able to modify the balance of the token of other addresses."], + "GWCG6Y": ["Copy image"], + "GWKfFr": [ + "To use Lido, you need to wait ", + ["0"], + " days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." + ], + "GWMpIa": [["0"], " Risky factors"], + "GXhrYw": ["1. If you haven't installed the ", ["name"], " Wallet"], + "GXsAby": ["Revoke"], + "GZzKYx": ["Buy Tax: ", ["0"]], + "GaH2JF": ["Suggest to send transactions and sign messages"], + "Gia1VG": ["Web3 File Service"], + "Gmmd6d": ["Verify your X ID"], + "GrTvoo": ["Transaction in progress. Thank you for your patience."], + "GtJJAj": ["Add Wallet"], + "Gw91G1": ["This request should only be sign in the future."], + "GyvZPz": ["Token ID should be separated by comma, e.g. 1223,1224,"], + "H1v3zR": ["Insufficient ", ["0"], " Balance"], + "H8rw2f": ["(the name is set by the web site)"], + "HCKlXm": ["Token Contract Address"], + "HF6C2L": ["Phone Number"], + "HFVck2": ["Lucky Drop with ", ["0"], " refunded."], + "HGTZAO": ["Step 2/2"], + "HH25qd": ["No wallet selected."], + "HIq3th": ["Cannot switch to a unknown network."], + "HKH+W+": ["Data"], + "HTX2HV": ["Minimum received"], + "HVRhUV": ["By proceeding you agree to the"], + "Hp1l6f": ["Current"], + "HpK/8d": ["Reload"], + "HqiAyF": ["Gwei"], + "HvDfH/": ["Imported"], + "HvUm3m": ["Choose and show your Web3 footprints on X."], + "I4caYo": ["Invalid verification code."], + "I5kL4f": ["Activity Log"], + "I7z//Y": ["Trading route"], + "IBAx3U": ["Kept safely"], + "IF7RiR": ["Cover"], + "IGbphl": ["Unlocking ALL..."], + "ILvrUp": ["Unlikely to be a honeypot."], + "IMX4sR": ["Blacklist function"], + "IQ3gAw": ["Upload File"], + "ITBQO3": ["Max priority fee must be greater than 0 GWEI"], + "IUG86v": ["The Persona is connected to the account @$", ["0"], "."], + "IUp08P": ["The current wallet does not hold a lens and cannot follow/unfollow"], + "IX1M/E": ["Floor price"], + "IXbRbM": ["Choose another wallet"], + "If2v4h": ["Lucky Drop"], + "IhnvgP": ["Change to EVM Wallet"], + "ImhKg5": ["Could not fetch chain ID. Is your RPC URL correct?"], + "IoAuJG": ["Sending..."], + "IrI9pg": ["End date"], + "Iu4Ja9": ["Please enter token contract address."], + "J05/Al": ["Set NFT NFT Background"], + "J0LAHU": ["Refund"], + "J0Mxpc": ["The ", ["0"], " is in progress. You can check its status in History after exiting this page."], + "J24FyN": ["Bridge"], + "J2eKUI": ["File"], + "JA8K9s": ["Unpacking"], + "JGds+N": ["Lack of number, letter or special character."], + "JGpseC": [ + ["0", "plural", { "one": ["This domain is"], "other": ["These domains are"] }], + " currently on the Mask Network warning list which may include malicious entries, phishing or scams." + ], + "JLiwYz": ["Mask Network requires the permission of following websites before using it."], + "JOP9uZ": ["Transaction has been rejected!"], + "JPHuMW": ["Swapping"], + "JUcj/I": ["Switch X Logo"], + "JXJlYD": ["Set Your Persona Name"], + "JbKZsv": ["Scan the QR code with a WalletConnect-compatible wallet"], + "JeHCi7": ["No function found that retrieves ownership"], + "JfI60y": ["Incorrect Payment Password."], + "Jg5pf7": ["Current base fee is ", ["0"], " Gwei"], + "JiIKww": ["Advanced Settings"], + "JlFcis": ["Send"], + "JlIzk8": ["Browser File"], + "Jnjbl3": ["You need to follow <0>@", ["twitterHandle"], ""], + "Js4Nk0": [ + [ + "0", + "select", + { + "finding_post_key": [ + "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." + ], + "finding_person_public_key": ["Mask is looking for the public key of the author..."], + "other": ["Mask is decrypting..."] + } + ] + ], + "JuVC24": ["Deposit token"], + "JwzZmt": ["to <0>", ["toAddress"], ""], + "K1tshY": ["Failed to download image"], + "K5a6t1": ["Persona already exists."], + "K7tIrx": ["Category"], + "K8jCIB": ["Data backed up successfully!"], + "KAS4UW": [["0"], " Attention factor"], + "KCeSRZ": [ + "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." + ], + "KFYFgI": ["Wallet sign failed."], + "KFwID2": ["Restore Failed"], + "KGHnSc": ["Lock Wallet"], + "KJGKkh": ["EVM Chains only"], + "KMgp2+": [["0"], " available"], + "KPUGxy": ["Random Amount"], + "KRz1oj": [ + "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." + ], + "KTfagY": ["Lucky drop with ", ["0"], " created."], + "KVAoFR": ["unlimited"], + "KVkke3": ["Set NFT PFPs"], + "KWeNH6": ["Unlocking ", ["hasSymbolName"], "..."], + "KisOjk": ["Restore or Login"], + "Kj4oEm": ["Generate a new persona"], + "Kl9gHp": ["Wallet Group #", ["0"]], + "KmQ25M": ["Max priority fee is too high for network conditions."], + "KnidLU": ["Not Connected"], + "Ko4L/B": ["The receiving address is a contract address. Please check again."], + "KojyJ4": ["Wrong Network"], + "Koz2Rg": [["0", "plural", { "one": ["Action"], "other": ["Actions"] }]], + "KtMMzG": ["Wallet disconnected"], + "KwJJLb": ["<0>Powered by <1>", ["0"], ""], + "Ky09J8": ["Previous follow transaction is in processing, please wait and try again."], + "KziH2K": ["Fast"], + "Kzu9r9": ["24H Traded Volume"], + "L+bpwv": ["Please set up backup password to export private key."], + "L4vN0F": ["EVM"], + "L82H5Z": ["Creating your **identity**"], + "L87Mfu": ["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."], + "L96aan": ["View full transaction details"], + "LBtfmO": ["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."], + "LJkXYZ": ["Create New Mask Identity"], + "LLf+t1": ["No deposit protocols found."], + "LNItR6": ["You have set NFT PFP successfully."], + "LP+1Z7": ["Add Network"], + "LSwUJb": ["Select Liquidity"], + "LU3p9s": [ + "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." + ], + "LWJCIn": ["Connected sites"], + "La9ArN": ["<0>Powered by ", ["publisherNode"]], + "LcET2C": ["Privacy Policy"], + "LcZh+r": ["Unsupported data backup"], + "LhMjLm": ["Time"], + "Lho4Qd": ["DSearch"], + "LiE5z4": ["Max base fee should be greater than 0"], + "LigbuA": [ + "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." + ], + "LkYKvc": ["Please select the correct words in the correct order."], + "LqWHk1": ["Hide ", ["0"]], + "Lx4CpL": ["Wallet name must between 3 to 18 characters."], + "Lz7CzN": ["No mint function"], + "Lzo8mb": [ + "Claimed: <0>", + ["claim_numbers"], + "/", + ["total_numbers"], + " <1>", + ["0"], + "/", + ["1"], + "<2><3>", + ["tokenSymbol"], + "" + ], + "M0FgOk": ["Add Contact"], + "M1RnFv": ["Expired"], + "M1ts1r": ["View your address"], + "M24E85": ["This address is a contract address."], + "M4g1UJ": ["Contract Interaction"], + "M7ZGdw": ["2. If you have installed the ", ["name"], " Wallet"], + "M9OYUo": ["Please try again if you failed to vote."], + "MC00Lm": ["Scan QR code with WalletConnect-compatible wallet"], + "MEIAzV": ["Unnamed"], + "MKEPCY": ["Follow"], + "MOHcKb": ["Enter a max priority fee"], + "MQ9hQ4": ["DAO"], + "MR/0Va": ["All Mask Network users"], + "MTqQMG": ["Not set"], + "Mh3RsB": ["Best Wishes!"], + "Mi8ATZ": ["The token approval revoked."], + "Midntl": ["Download report"], + "Mm1aH+": ["Proxy contract"], + "MpnSqP": [["0"], " Pending"], + "MqdtT5": [["0"], " Bridge Network fee"], + "MyjAbr": ["Resend"], + "N/fqDa": ["Ens or Address(0x)"], + "N0YrmD": ["Valuables"], + "N0tcou": ["Claiming..."], + "N2DUxS": ["Insufficient Balance"], + "N2S1rs": ["Empty"], + "N2aeX8": ["No valid wallet detected. Please connect wallet or verify wallet firstly."], + "N40H+G": ["All"], + "N5GKfB": ["Tax cannot be modified"], + "N6/RZd": ["Sorry, failed to save NFT Avatar. Please set again."], + "N931rj": ["Your transaction should be done in <0/>"], + "NERSN2": ["or Holding NFT"], + "NJbBmC": ["Switch Twitter Logo"], + "NOi+Fr": ["This QR includes your identity, please keep it safely."], + "NTnXx/": ["<0/> unapproved <1>", ["0"], ""], + "NVt/wW": ["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], + "NWqhru": ["Reselect"], + "NZ7wlC": [["0"], " Holder"], + "Na6Ytj": ["Change NFT PFP"], + "NaZTE7": ["Incorrect Mnemonic Words."], + "NdlvGd": ["Claim Details"], + "NfxOUe": ["Enter Total Amount"], + "Ng063n": ["Donate"], + "Nhp9Kw": ["Exceeded the maximum file size of ", ["fileSize"], "."], + "NkgvWN": ["Logout failed"], + "NloaHG": ["Backup Password"], + "Ns5WaC": ["No backups found"], + "Nu4oKW": ["Description"], + "NwibRO": ["Supported contracts"], + "NzlE6O": ["By granting permission, you are allowing the following <0/> contract to access your NFTs."], + "Nzm8dm": ["Example: Alice"], + "Nzwli2": ["Base"], + "O2XHf2": ["Check ", ["providerName"], " to confirm connect."], + "O3Nzf+": ["Bridge between this token pair are't supported at the moment."], + "O3oNi5": ["Email"], + "O86J+j": [ + "This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud." + ], + "O8PsYe": ["Add the file to Chrome's database"], + "OAZ+tI": [ + ["attentionFactors", "plural", { "one": ["#", " Attention item"], "other": ["#", " Attention items"] }] + ], + "OAfk3i": ["Hash"], + "OCJdad": ["<0>To: <1>", ["to"], ""], + "OLUEnY": ["when you click Add Google Drive button,you will be forwarded to Google authorization pages."], + "OLY2Jk": ["Gas Price"], + "OQEwR/": ["Create Lucky Drop"], + "OR475H": ["Network"], + "OcvI49": ["No blacklist"], + "OeD4sM": ["Failed to login firefly"], + "OfhWJH": ["Reset"], + "OgPkDe": ["Currency Symbol (Optional)"], + "OgohfQ": ["File Key: <0>", ["0"], ""], + "OhgYJS": ["Basic setting"], + "OkofjH": ["Recover"], + "On0aF2": ["Website"], + "OsyKSt": ["Withdraw"], + "OuUyzz": ["No contacts stored locally, you can try searching."], + "OzSOpz": ["Create a Privy wallet using an X account"], + "P+K/3O": ["Confirming"], + "P7S/hC": ["Max priority fee must be greater than 0 Gwei."], + "P9wzG/": ["Recovery"], + "PByO0X": ["Votes"], + "PDW/HG": ["Your Persona is on **ready 🚀**"], + "PGdbc0": [ + "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." + ], + "PHM7OA": ["Supported Sites"], + "PI/VCJ": ["Select the wallet(s) to use on this site. You should not connect to website you don't trust."], + "PIG043": ["Gitcoin"], + "PLWaf6": ["Create the Lucky Drop"], + "PNZOzY": [ + "<0>", + ["user"], + " sold ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], + " to <3>", + ["recipient"], + " for <4>", + ["2"], + " ", + ["symbolName"], + " on <5>", + ["3"], + "" + ], + "PRkIUI": ["Gas Fee"], + "PTXNyo": ["Waiting for ", ["providerType"]], + "Pd3dlq": ["Circulating Supply"], + "PeT3a5": ["You have successfully restored the backup from Google Drive to your browser."], + "PiH3UR": ["Copied!"], + "PjBWOL": ["Create your persona to get started"], + "PlE+Fs": ["Connect and Verify ", ["0"]], + "PsQmAw": ["Everyone"], + "Pt3n39": ["No back up"], + "PwjgPX": ["Please create your persona to use Web3 Profile."], + "Q0IFtx": ["The custom amount entered may be higher than the required network fee."], + "Q2lUR2": ["Currency"], + "Q68Nuc": [ + "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." + ], + "QF9SdB": ["Split Mode"], + "QHZRmq": ["Sites"], + "QHcLEN": ["Connected"], + "QJQd1J": ["Edit Profile"], + "QQPCqQ": ["Backup Wallet"], + "QRsMow": ["Transaction Confirmed"], + "QU9aqK": ["You have signed with your wallet."], + "QUBIav": ["Failed to bridge"], + "QWxok/": ["Connect with Mask Wallet"], + "QXDgyQ": [ + "Please write down the following words in correct order. Keep it safe and do not share with anyone!" + ], + "Qbo7Ev": ["Write down mnemonic words"], + "QcVZFH": ["Step ", ["step"], "/", ["totalSteps"]], + "Qd0xFm": ["Refund your expired Lucky Drop."], + "QowPFh": ["Collectibles"], + "QpgBEp": [["0"], " days"], + "QsVbHo": ["Sending address"], + "QyZU8V": [["riskyFactors", "plural", { "one": ["#", " Risky item"], "other": ["#", " Risky items"] }]], + "QypSt2": ["Update X.com Permissions"], + "Qz8niP": ["You may lose your assets if you give approval to the website of this token."], + "R/Pfmp": [["amount"], " ", ["0"], " tips sent."], + "R2K7XH": ["Account successfully connected to persona"], + "R9aEN5": ["Send ", ["0"]], + "RCBmDP": ["Follow @masknetwork to explore Web3."], + "REeHKm": [ + "<0/> ", + ["txType", "select", { "trade": ["traded"], "mint": ["minted"], "other": ["traded"] }], + " <1>", + ["0"], + " ", + ["1"], + " for <2>", + ["2"], + " ", + ["3"], + "" + ], + "RH8jSA": ["Merge data to local database"], + "RHSlVw": ["Follow @masknetwork (mask.io) to claim NFT lucky drops."], + "RL5m+x": ["Generating your **accounts**"], + "RLBjfU": ["Attached File: ", ["name"], " (", ["size"], ")"], + "RNfEI8": ["You canceled the request."], + "ROWd/9": ["Leave blank to allow any amount; enter a number to set a minimum holding requirement."], + "ROWeBX": ["Followings"], + "ROsDRH": ["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"], + "RRw7LE": ["Identity ID"], + "RUYsn0": ["Clear All"], + "RW1HJz": ["The receiving address may be a malicious address."], + "RWoEqV": ["Failed to transfer token: ", ["message"]], + "RZOA0N": ["Find Mask Network in the extension list and click the <0/> button."], + "RdfrN2": ["Mint Address"], + "Re7Oex": ["Transaction submitted."], + "RhCL4z": ["Max amount"], + "RiLzWA": ["Please switch to this network in the mobile application wallet you are connected to."], + "RiQQyz": ["This allows the third party to spend ", ["value"], " ", ["0"], " from your current balance."], + "Rm3JCH": ["File name must between 3 to 20 characters."], + "RqRRf6": ["Created by <0>", ["0"], " • <1>Website"], + "RrGhwo": ["File ", ["0"], " deleted."], + "RuO5md": [["seconds"], "sec"], + "Rx8sxX": ["Select liquidity"], + "RxlKnY": ["Lens"], + "Ry8TiY": ["Create Smart Pay wallet"], + "S0CsaV": ["Create a New Wallet"], + "S0vyIh": ["Owner changed."], + "S2JNMm": ["Your file has been successfully restore into the browser data."], + "S33tz3": ["Not connected"], + "S6Qdlo": ["Scam Warning"], + "SDrb6I": [ + "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." + ], + "SGVkVp": ["Two entered passwords are not the same."], + "SIrUT3": [ + "Grant access to your ", + ["0"], + " for the Lucky Drop Smart contract. You only have to do this once per token." + ], + "SLEDBF": ["Failed to add the wallet, please try again."], + "SNZM71": [["0"], " withdrawn."], + "SREKz9": ["Report NFT Scam Contract?"], + "SUqBr9": ["Refund ", ["0"], " ", ["tokenSymbol"], " Successfully"], + "SX2UXi": ["Your vote has been successful."], + "SYGo/R": ["Import Wallet"], + "SYgxDf": ["Slow"], + "Sfu/we": ["Failed to delete, please try again."], + "ShHV7X": ["Cloud Backup"], + "ShmUTn": ["Add a Custom Cover"], + "Sitstz": [ + "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." + ], + "Sjplg3": ["View on Explorer"], + "SlxhDh": ["Verify your wallet"], + "Sp69uH": ["The web site can"], + "T0W3Z8": ["Insufficient funds for gas."], + "T0Y2+3": ["Select a token"], + "T3EPqL": ["Max base fee"], + "T3dlAs": ["Quote expired. Update to receive a new quote."], + "TA4fAr": ["The wallet name already exists."], + "TFEJcT": ["Set NFT PFP"], + "TIIaK1": [ + [ + "2", + "select", + { + "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], + "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""], + "other": [] + } + ] + ], + "TJt1iY": ["Decentralized social graph protocol for user-centric Web3."], + "TNFd5O": ["View real-time crypto prices, market cap, trading volume, etc."], + "TP9/K5": ["Token"], + "TRoDRd": ["Failed to deposit token."], + "TYTRNP": ["Eligible to claim"], + "TZDLPg": ["Claimable"], + "Tfxac6": [ + "This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." + ], + "Tg003Y": ["Connected wallets settings"], + "Tl3Zls": [ + "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." + ], + "TnHNX9": ["Update permission for X.com"], + "ToePai": ["Spend limit requested by"], + "TppkTk": [ + "<0>", + ["user"], + " carried out an activity to <1>", + ["target"], + " on <2>", + ["platform"], + "" + ], + "TpqeIh": ["Error: ", ["0"]], + "Tuc34V": ["Confirm Bridge"], + "Tx/jsw": ["Do you need to paste encrypted content manually?"], + "Tz0i8g": ["Settings"], + "TzarJw": ["Bridging"], + "UBzbea": ["Recover your wallet"], + "UDKbPj": ["Your file has been successfully merged into the browser data."], + "UFzLh1": [ + "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ", + ["0"], + ". Please reduce the number of NFTs selected." + ], + "UO7xDp": [["0"], " Pool"], + "UPJjXF": ["Network error, try again: ", ["0"]], + "URAE3q": ["Paused"], + "URmyfc": ["Details"], + "UUfXpm": ["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."], + "UWxJIW": ["Powered by Celer Network. Support $MASK!"], + "UXBK7e": [ + "<0>", + ["user"], + "sent", + ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], + "to <3>", + ["formattedAddress"], + "", + ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] + ], + "UaXeX3": ["Okay"], + "UbRKMZ": ["Pending"], + "Udf/Es": [ + "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." + ], + "UfJmJU": ["Invalid slippage tolerance."], + "UjJCIX": ["Contract source code not verified"], + "UjRxho": ["Persona Recovery Phrase"], + "UmVZrM": ["Failed to create Lucky Drop."], + "UpqenY": ["We recommend new Web3 users to keep [Check Security] open."], + "UqJ0W/": ["Cancel Transaction"], + "Usynqd": ["Gas price is too low and will cause the transaction fail"], + "UtKGok": ["Backup Persona"], + "UvJiVZ": ["There's no feed associated with this address."], + "UxJ2jd": ["Display Snapshot proposals on the X of the respective project or protocol."], + "UxYZfY": ["Revoke the approval for ", ["0"], "."], + "V+1pjj": ["Back Up Your Data Your Way"], + "V+ZuGt": ["You claimed ", ["0"], " $", ["1"], "."], + "V6YDUB": ["<0>", ["user"], " donated <1>", ["costValue"], " ", ["costSymbol"], ""], + "V6wYl1": ["Total amount"], + "V8j2d/": ["App list"], + "VAOn4r": ["Unlock"], + "VECuJk": ["Wallet Account"], + "VHShJf": ["Please click Browse Files button to select files to upload."], + "VHVdS1": ["No votes"], + "VP4HYe": ["Next.ID"], + "VSx1eg": ["Max priority fee"], + "VbeIOx": ["Author"], + "VcPDSd": ["Unsupported key store data"], + "VdhBp2": ["The chainID is not equal to the currently connected one."], + "VdkQUC": ["Please sign up or login ", ["siteName"], " to connect Mask Network."], + "Vj7ma7": ["Support mnemonic phrase, private key or keystore file."], + "VlpdUm": ["Use NFT"], + "VsHxv+": ["Copy text"], + "VvGC/Y": [["0"], " Network fee"], + "VvPeyR": [["0"], " unlocked"], + "VzQ7uf": ["Unknown EIP-4361 message version."], + "VzQOL2": [ + "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." + ], + "W0uonA": ["This QR includes your mnemonic words, please keep it safely."], + "W2es+t": ["Oops, it seems you don't have any voting power at block ", ["0"], ". <0>Learn more"], + "W5OcTk": ["No approved contract records."], + "W7e3zN": ["Are you sure to remove the connected wallet <0>", ["0"], "?"], + "W7rMXF": ["Failed to send token."], + "WAjFYI": ["Start date"], + "WDcQq9": ["Unlisted"], + "WKG5E8": ["You need to hold at least ", ["quantity"], " of any of the following tokens."], + "WLMjwL": ["Confirm to hide ", ["0"], "? You can redisplay it by re-adding this token at any time."], + "WS7EYf": [ + [ + "0", + "select", + { + "Post": ["<0/><1>", ["handle"], " published a post on <2>", ["1"], ""], + "Comment": ["<3/><4>", ["handle"], " made a comment on <5>", ["2"], ""], + "Mirror": [ + "<6/><7>", + ["3"], + " mirrored a post post by<8/><9>", + ["handle"], + " on <10>", + ["4"], + "" + ], + "Quote": ["<11/><12>", ["handle"], " quoted a post post on <13>", ["5"], ""], + "other": ["<14/><15>", ["handle"], " post stuff on <16>", ["6"], ""] + } + ] + ], + "WWPi4P": ["Incorrect wallet address."], + "WY8amq": ["Invalid number"], + "WZcvLm": ["Follow Now"], + "WeNxrL": [["0"], " Attention factors"], + "Weq9zb": ["General"], + "WmXCMa": ["Switch other account"], + "Wqoa0p": ["Connect Persona"], + "WqzYn1": [ + "<0>", + ["user"], + " donated <1>", + ["costValue"], + " ", + ["costSymbol"], + " to <2>", + ["project"], + "" + ], + "WsNUie": ["Claimed: <0>", ["0"], "/", ["1"], " <1>", ["2"], ""], + "Wvnsx1": ["Auto-lock"], + "Wy16g8": ["Gift crypto or NFTs to any users, first come, first served."], + "X0PXso": ["Swap duration"], + "X200Sr": ["Forgot payment password?"], + "X3X0nY": ["You may have ", ["0"], "% less received with this level of slippage tolerance."], + "X6ujRd": ["Be aware, check the token before adding it."], + "X8N33g": ["Transaction history is only stored locally and will be deleted if you clear your browser data."], + "X8w6bW": ["Enter Max spend limit"], + "XA8JXM": ["Add NFTs"], + "XB3tfc": ["Encrypting your **data**"], + "XC7RGa": ["Recover your data"], + "XDtQ7t": ["Display the following address on your Web3 profile page and use it to receive tips."], + "XGRJzS": ["Open in a new tab"], + "XGqAnD": ["This token contract has code that prevent selling. This might is a honeypot."], + "XQDdOC": ["No friends are stored locally, please try search one."], + "XQQx83": [ + "<0>", + ["user"], + " ", + [ + "0", + "select", + { + "supply": ["supplied"], + "add": ["added"], + "repay": ["repaid"], + "withdraw": ["withdrew"], + "collect": ["collected"], + "remove": ["removed"], + "borrow": ["borrowed"], + "other": [] + } + ], + " liquidity on <1>", + ["1"], + "" + ], + "XUKicg": ["Step 1/2"], + "XYLcNv": ["Support"], + "XZ/B+f": ["Don't see your NFT?"], + "XcWehA": ["Update Quote"], + "Xftpm5": ["Select Collection"], + "XjDSdO": ["Old Payment Password"], + "Xlpdi1": ["on ", ["fromNetworkName"]], + "Xprzee": ["Enter a gas price"], + "XrH+JC": ["IPFS"], + "XrlvqN": ["Who can claim?"], + "XsyYEe": ["This NFT didn't have any activities."], + "XyAmgg": ["Add wallet"], + "Y7N0Sj": ["View your account balance and history"], + "Y9mYPy": ["Powered By ", ["0"]], + "YF8jon": ["Ended ", ["relativeEndTime"]], + "YKSmxE": [ + "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." + ], + "YLObqx": ["Equal Amount"], + "YOacnL": ["Tell friends what's happening..."], + "YOnK5s": [ + "<0>", + ["user"], + " registered ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "], "other": [] }], + "for <3>", + ["costValue"], + " ", + ["costSymbol"], + "" + ], + "YPNSH3": ["Connect Solana Wallet"], + "YSi9PS": [ + "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." + ], + "YW51YO": ["24H sale"], + "YXIpYp": ["Please verify the current persona with a social media account before using dApps."], + "Yckw2R": ["Fiat On-Ramp"], + "YdCB5X": ["Copy private key"], + "YiPiv6": [ + "There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." + ], + "YirHq7": ["Feedback"], + "YnqCPK": ["Verify Account"], + "Yp8yB4": [["0"], " to ", ["1"]], + "Ywu8Rl": ["Please connect ", ["0"], " and send a proof post before using dApps."], + "Z/tioj": ["Swap ", ["0"]], + "Z16qyu": ["Persona Name"], + "Z3+V9p": ["Restore backup failed."], + "Z33XCd": ["Input contract address"], + "Z3FXyt": ["Loading..."], + "Z3S6Dx": ["Step 1/3"], + "Z3y+8t": ["Unsupported Network"], + "Z6siIw": ["Switch between the classic Twitter logo and the new one."], + "Z7ZXbT": ["Approve"], + "Z8+FzC": ["Connecting your ", ["providerType"], " wallet"], + "Z8G4E5": ["Change to Flow Wallet"], + "Z8lGw6": ["Share"], + "ZAVklK": ["Or"], + "ZDcdss": ["Claim Conditions"], + "ZHsD28": ["Enable the plugin"], + "ZIsLZh": ["Size limit: 10 MB"], + "ZK75iC": ["Choose a Cover"], + "ZKAj6+": ["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."], + "ZQbnxO": ["No collectible found."], + "ZQr5hT": ["Unlock Token"], + "ZSWUwq": [["0"], "m"], + "ZSgQgC": ["Max fee is too low for network conditions."], + "ZTXjJ3": ["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."], + "ZTmzRV": ["Highest Price"], + "ZdnQsW": ["<0/> interacted with <1/>"], + "ZgFWrp": ["<0>Powered by<1>Go+"], + "ZhrWG1": ["Create persona"], + "ZrZMJ6": ["Backup failed, <0>try again"], + "ZsjtYe": ["Failed to set Avatar."], + "Zypku0": ["By using this plugin, you agree to the <0>terms and the <1>privacy policy."], + "a1S2x7": [ + "Data source is retrieved from ", + ["0", "select", { "other": [], "twitter": ["Twitter profile and "] }], + ["sources"], + "." + ], + "a1SmQh": ["Select Wallet"], + "a23gJr": ["Incorrect backup password."], + "a33WQ+": ["Download the ", ["name"], " Wallet here"], + "a4C0ak": ["Insufficient Balance for Gas Fee"], + "a4N/Bg": ["Load More"], + "a5t/N3": ["Spend more transaction fees to cancel the previous transaction."], + "a6ONsz": ["Unlock ", ["0"], "."], + "a7u1N9": ["Price"], + "a9X8Om": ["Failed to report spam."], + "aAIQg2": ["Appearance"], + "aEgiLS": ["contributions"], + "aF8kci": ["Creation Completed"], + "aFJrEy": ["You need to hold any of the following NFTs in your wallet."], + "aFht5e": ["Connected ", ["0"], " with ", ["walletName"], "."], + "aTzTyw": ["Add Assets"], + "aVI2qx": ["Click the application icon to list it on the App board."], + "aYT9SD": ["Max fee"], + "acK3j2": ["Input your Private Key"], + "agPptk": ["Medium"], + "ah8/4v": ["Floor Price"], + "ahNa7P": ["NFT Holder"], + "ahpgxl": ["Please create a Persona and verify your account to use this."], + "ai3VNq": ["Connected Wallet"], + "ajKdns": ["This wallet address has already been connected."], + "apl8rz": ["Failed to withdraw ", ["0"], "."], + "aqop4L": ["Check on Explorer"], + "awW7ak": ["Remove Wallet"], + "ayxkVX": ["Transaction"], + "b+scYY": ["Requesting Connection"], + "b/mMOj": [["0"], " ", ["1"], " approval successfully."], + "bBzHQT": ["Input amount is below the minimum amount"], + "bD8I7O": ["Complete"], + "bEPPWi": ["Connect Flow Wallet"], + "bGMpPD": ["Unlock NFT Contract"], + "bIpwjD": ["My Wallets"], + "bKGn4N": [ + "<0/> minted", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }] + ], + "bLJivk": ["Select an NFT Contract Owner"], + "bLmWH9": ["Bridge anyway"], + "bLqb2p": ["<0>Latest offer at <1>$", ["0"], ""], + "bLvQvN": ["Library:"], + "bQXBhp": [ + "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." + ], + "bTQliy": [ + "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." + ], + "bUUVED": ["Asset"], + "bapItf": ["Incorrect Backup Password."], + "bassMa": ["Incorrect cloud backup password, please try again."], + "bbS8qf": ["1 NFT claimed."], + "bdIrOO": ["Verification code has been sent to your email. Please check your mailbox."], + "bfNmSO": ["Set payment password successfully."], + "bnfo6T": ["Sent verification post successfully."], + "bnuQy5": [["0"], " files selected"], + "bwlRe8": ["Selecting NFTs"], + "c+Fnce": ["Sign"], + "c+XaKf": [ + "<0>", + ["formattedUser"], + " ", + ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"], "other": [] }], + " <1>", + ["other"], + " on <2>", + ["1"], + "" + ], + "c19z3W": ["Available Balance"], + "c2MkCo": ["Payment password must be 6 to 20 characters."], + "cD0wgO": [ + "Do you want to remove the verified association between the X account @<0>", + ["0"], + " and ", + ["1"], + "?" + ], + "cFDjd3": ["Transaction type"], + "cJv4Ca": ["Connecting operation cancelled in third-party wallet."], + "cM1qH2": [ + "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." + ], + "cNJNBU": ["Get optimized search results when you're looking for a token."], + "cQYjZe": [ + "To verify your X account and record it on the NextID, you will need to send a post for the verification." + ], + "cVit2/": ["Please set the backup password to back up"], + "caP+Xq": ["Crypto Holder"], + "cbzSv5": ["Max fee should be greater than base fee of ", ["0"], " Gwei."], + "chL5IG": ["Community"], + "clw/Xh": [["0"], " sent."], + "cm4E8+": ["Experience in X"], + "cmKQl+": ["Failed to save the file. Please try again."], + "cmNbUB": ["Not found your ", ["providerType"], " wallet"], + "cnGeoo": ["Delete"], + "crVIc7": ["Locale Backup"], + "ctb8Cs": ["Dex/Est received (", ["0"], ")"], + "cvCD4e": ["Contract Creator"], + "d0aemb": ["Please create a persona for accessing Dapps."], + "d6nk2t": [["0"], " Platform costs"], + "dAMTl9": ["This RPC URL is currently used by the ", ["0"], " network"], + "dCpOJ5": ["<0/> approved with <1/>"], + "dCvyk/": ["Change another account and try again."], + "dEgA5A": ["Cancel"], + "dXFgcm": ["Transfer Token"], + "daEP1M": ["Token info"], + "dajsth": ["Incorrect Keystore Password."], + "du/tmd": ["Create your Lucky Drop."], + "dyNKut": ["Browse Files"], + "dzAth+": [["0"], " ", ["1"], " swap completed successfully."], + "e0E1XI": ["Max Fee (GWEI)"], + "e1vdXO": ["Arweave"], + "e34ZOD": ["Waiting time"], + "e3I0CA": ["Failed to restore the backup: ", ["0"]], + "e3hCsY": ["Lido Exchange Rate"], + "e4yrZ/": ["Token Address"], + "eC1gV9": ["Invalid file type"], + "eDT+Oh": [ + "The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets." + ], + "eE0JZ4": ["Version"], + "eEeK5j": ["<0>Expires in ", ["0"]], + "ePK91l": ["Edit"], + "eWczg7": ["Just Me"], + "eaLSW8": ["Persona name must between 1 to 24 characters."], + "ecqLr0": [ + "I just tipped a ", + ["NFT_Name"], + " to @", + ["recipientUserId"], + "'s ", + ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], + " ", + ["recipientAddress"], + "\n\nInstall https://mask.io/download-links to send your first tip." + ], + "eeYVJ5": ["Be careful what you visit and sign!"], + "ejVYRQ": ["From"], + "elyK4N": ["Failed to unlock token contract."], + "eoeq4k": ["<0>", ["user"], " made a comment on ", ["platform"]], + "ep2Wyh": ["1 ", ["0"], " tips sent."], + "erRCKP": ["File saved"], + "es4h+b": ["Swap Anyway"], + "ezYNcH": ["Pin Mask Network to the toolbar for easier access:"], + "f5AidZ": ["Write down recovery phrase"], + "f61qKX": ["Deploy a SmartPay wallet on Polygon network."], + "f6pX67": ["<0>0 Followers <1>0 Following"], + "fDP2k4": ["Change Payment Password"], + "fFGPy6": ["Or create a new wallet group"], + "fFYJ8f": ["Welcome to use Mask Network"], + "fL7WXr": ["Applications"], + "fRQP7E": ["<0>Granted to <1>", ["0"], ""], + "fRUjl7": ["Please switch to <0>@", ["expectAccount"], " to continue the account verification progress."], + "fUn3xA": ["Generate a new wallet address"], + "fc4PdK": [ + "The RPC URL you have entered returned a different chain ID (", + ["rpcChainId"], + "). Please update the Chain ID to match the RPC URL of the network you are trying to add." + ], + "fdqDgM": ["Ended on <0>", ["0"], ""], + "fiPesM": ["Method"], + "fj5byd": ["N/A"], + "foOw00": ["Balance(", ["symbol"], ")"], + "fqDzSu": ["Rate"], + "fsBGk0": ["Balance"], + "fsUPaG": ["Congratulations"], + "fvRGyC": ["Trying exploring more features powered by Mask Network."], + "fx6pOQ": ["Balance: <0/>"], + "fza4cg": ["Import Wallets"], + "g/1WbH": ["from <0>", ["fromAddress"], ""], + "g/i+bG": ["Transaction rejected"], + "g2UNkE": ["Powered by"], + "gC2WI+": ["Persona"], + "gERRYE": ["Artblocks"], + "gHM62X": ["Payment password changed."], + "gM+Nj7": [ + "Are you sure to report ", + ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"], "other": ["this NFT"] }], + "? After confirmed, this NFT will be marked as spam." + ], + "gT+8Dk": ["Confirm to hide ", ["name"], "? You can redisplay it by re-adding this NFT at any time."], + "gUuuBi": ["Check Security"], + "gVfVfe": ["Contacts"], + "gWcGl/": ["Your wallet cancelled the transaction."], + "gdnEab": ["Incorrect recovery phrase."], + "ggdga4": ["The user has not set this."], + "ghVDTt": ["rounds"], + "ghZx62": ["Unlock token"], + "gk7J2q": [["0", "select", { "other": ["<0>Size limit: ", ["fileSize"], ""], "omit": [] }]], + "gkLviK": [ + "This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." + ], + "gmOW42": ["ENS or Wallet Address"], + "gnSRSG": ["Hiding Scam Transactions"], + "gp6A8z": ["Authorization Failed"], + "gtdJ43": ["My wallet"], + "gwuMzD": ["<0>", ["user"], " appointed a proxy on <1>", ["platform"], ""], + "gxV9O8": ["Cast your vote"], + "h/b9lY": ["No followers."], + "h0qYUk": ["Search with an ENS domain or wallet address to get optimized results."], + "h3bIHg": ["Disconnect Social Account?"], + "h53LoU": ["Social Account"], + "h5Dtc5": ["funding received"], + "h69WC6": ["Sent"], + "h7+V7K": ["Backup & Recovery"], + "hEpXzO": ["Welcome to Mask Network"], + "hG89Ed": ["Image"], + "hHLRGW": ["Hide tokens with value less than $1"], + "hRWvpI": ["Claimed"], + "hRtIgr": ["APP list"], + "hTbvD9": ["Sorry, you are not eligible to claim $ARB in this campaign."], + "hUF4dG": ["Backup password set successfully"], + "hWUuAb": ["Already following"], + "hXzOVo": ["Next"], + "hYgDIe": ["Create"], + "he3ygx": ["Copy"], + "heVBR8": ["Enter Amount Each"], + "hehnjM": ["Amount"], + "hg5QeV": ["Total cost"], + "hhtbAs": ["Unfollow lens handle"], + "hj39w+": ["Loading failed due to Snapshot API service breakdown."], + "hom7qf": ["Claim"], + "hpxXOD": [ + [ + "context", + "select", + { + "approve": [ + "<0>", + ["user"], + " approved <1>", + ["amount"], + " ", + ["symbol"], + " to <2>", + ["contract"], + "" + ], + "revoke": [ + "<3>", + ["user"], + " revoked the approval of <4>", + ["amount"], + " ", + ["symbol"], + " to <5>", + ["contract"], + "" + ], + "other": [] + } + ] + ], + "hxHyfs": ["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."], + "hxdOdX": ["Owner can change balance"], + "hzTib5": ["Select an NFT Contract Operator"], + "i2x+p1": ["Processing Withdrawal"], + "i4umqX": ["The following wallets are not installed or in conflict with others"], + "i6OT6/": [["subject"], " has an error"], + "i70ilP": [["0"], " NFT contract unlocked."], + "iCb44o": ["Created on: ", ["0"]], + "iF9x7r": ["Trading mode"], + "iH8itU": ["Connect your wallet"], + "iH8pgl": ["Back"], + "iJLEZF": ["Show me how"], + "iNIdDX": ["Incorrect contract address."], + "iPMIoT": ["Enter an amount"], + "iSLIjg": ["Connect"], + "iT0Qmd": ["Transaction Failed"], + "iTiwqa": ["Asset is hidden."], + "iZLoa2": ["eg: X accounts, persona public keys, wallet addresses or ENS"], + "ia3Lqp": [ + "The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions." + ], + "ie2c+s": [ + "I just purchased a beautiful piece of art from {0} collection for ", + ["1"], + " ", + ["2"], + ". Welcome to join." + ], + "ileX7U": ["No recent transactions"], + "imDvP9": ["Gas limit must be smaller than ", ["maxGas"], "."], + "iobEyh": ["By checking this box, I agree to ArtBlocks's <0>Terms of Service."], + "iuCSJl": ["This wallet is connected to current persona ", ["0"], "."], + "iuJFAy": ["Low Risk"], + "iwiSFA": ["Similar Project"], + "j2Uisd": ["Approving"], + "j2a+h4": ["Past rounds"], + "j4TRxD": ["Select Address"], + "j8MqhB": ["CyberConnect"], + "jEDiuG": ["Network added"], + "jICk7g": ["There was a network or RPC provider error, please try again later!"], + "jIWgmE": ["Entered passwords are inconsistent."], + "jJPsrT": [ + "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." + ], + "jJrqb1": ["Token Name"], + "jK7nvW": ["Failed to disconnect wallet"], + "jRcH7y": ["NFT Avatar Setting"], + "jRfanQ": ["Gas Used (Units)"], + "jXWnN0": [["0", "plural", { "one": ["Strategy"], "other": ["Strategies"] }]], + "jZQU+o": ["Originally posted by ", ["0"]], + "ja6Tyz": ["Search with the name of an NFT collection or its symbol to get optimized results."], + "jaH9PD": ["Hi friends, I just created ", ["token"], " Lucky Drop. Download Mask.io to claim."], + "jas0vv": ["Disconnect all accounts"], + "jbc0gF": ["Create Password"], + "jeLXsu": ["Who can claim"], + "jfJkBQ": ["Gas price is too low for network conditions."], + "jh0i4n": ["Confirm this transaction in your wallet."], + "jhoAzY": ["Mask Network Cloud"], + "jjCXPD": ["Starts ", ["relativeStartTime"]], + "jpctdh": ["View"], + "jt/0L2": ["You've saved ", ["0"], " to Web3 file service."], + "jt/cjR": ["Safety Warning"], + "jtExaD": ["Not supported yet."], + "jygqM9": ["Loading account information..."], + "jzLzy/": ["No whitelist"], + "k/sb6z": ["Select language"], + "k/vATR": ["Token unlocked"], + "k0USDt": ["Account connected.<0/><1/>Try to explore more features powered by Mask Network."], + "k1pJQo": [["0"], " network is not added to the wallet. Please add it and try again."], + "k28Qhe": ["Failed to save file"], + "k57+C7": [["walletLength", "plural", { "one": ["#", " Wallet"], "other": ["#", " Wallets"] }]], + "k7u9V5": ["Incorrect words selected. Please try again!"], + "kCAzy/": ["Collection Approval"], + "kG0n0M": ["Network error or user cancels the process."], + "kHDhjV": [ + "I just claimed airdrop with ", + ["amount"], + " ", + ["0"], + " on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." + ], + "kKY8Re": [ + "The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." + ], + "kPQQEW": ["Enter an Amount"], + "kV9Qeo": ["You have donated ", ["0"], " ", ["1"]], + "kWJmRL": ["You"], + "kbfp5m": ["Visible To"], + "kdW3qS": ["Nonce"], + "kePpfU": ["Update NFT Avatar Success!"], + "kf/5Ap": ["Explore multi-chain dApps."], + "kf83Ld": ["Something went wrong."], + "kg/ict": ["Lucky Drop claimed."], + "kj3M8S": ["Deposit"], + "kjBSDT": [ + "<0>", + ["user"], + " minted ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], + "for <3>", + ["value"], + " ", + ["symbolName"], + "" + ], + "ks5OGD": ["Contract"], + "kx0s+n": ["Results"], + "l/UFPv": ["Properties"], + "l3s5ri": ["Import"], + "lCF0wC": ["Refresh"], + "lCHQzJ": ["This address may be a scam address."], + "lCfoWv": ["Select NFTs"], + "lDgVWA": ["Receive"], + "lET9my": ["Mask needs the following permissions"], + "lErh77": [ + "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." + ], + "lKldOY": ["12-word recovery phrase is used to recover your persona data."], + "lO/vMB": [ + "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." + ], + "lPJwNU": ["Persona: ", ["personaName"]], + "lPsa94": ["Merge Completed"], + "lQXQKs": ["Vote"], + "lU6uRb": [ + "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." + ], + "lWOC+h": ["Mask Network requires you to authorize the following websites before using it."], + "ldI18s": ["Minted:"], + "lhvy2j": ["Firefly"], + "llLBQ1": ["a token"], + "lmYQuN": ["At most ", ["SOL_REDPACKET_MAX_SHARES"], " recipients"], + "loCUuu": ["Keystore"], + "lqTDfd": ["Slippage Tolerance"], + "lqW7eD": [ + "In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address." + ], + "lr8uE3": ["Holding ", ["0"]], + "lvL4x0": ["Follow @masknetwork for Web3 updates and insights."], + "lxJU2w": ["Enter Number of Winners"], + "lyjM6U": ["Wait too long for the confirmation."], + "m+uuUE": ["Cross-chain"], + "m/TPEz": ["(beta)"], + "m16xKo": ["Add"], + "m2OZMI": ["Max fee cannot be lower than max priority fee"], + "m2pyX2": ["Buy Now"], + "m3VOQq": ["Current wallet does not support to interact with Lens protocol."], + "m3XvO+": ["Imported Wallets"], + "m3akOw": ["I just claimed a lucky drop from @", ["sender"], " on Solana."], + "m3cvPZ": ["Payment password set."], + "m3pz1u": ["Insufficient ", ["symbol"], " Balance"], + "m64f3d": [ + "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." + ], + "mCB6Je": ["Select All"], + "mGHHf5": [ + "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." + ], + "mHWsOq": ["Failed to confirm"], + "mNUsxu": ["Tx Fee"], + "mPxxVq": ["Enter a gas limit"], + "mQpWAe": ["Edit Contact"], + "mT57+Q": ["Go to Settings"], + "mUJUVX": ["Claim your NFT Lucky Drop"], + "mW8F64": ["This project is no longer active"], + "mYGY3B": ["Date"], + "mZ04KC": ["Overall Best"], + "ma8rSx": ["Your transaction has been confirmed!"], + "mc68kY": ["New Payment Password"], + "md5sZ/": [ + "This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud." + ], + "mfwfMR": ["You can claim the lucky drop by holding the required amount of any selected token."], + "mhNIiJ": ["Gas price is higher than necessary. You may pay more than needed."], + "mrAv9J": ["Failed to save network"], + "msszNj": ["<0/> approved <1>", ["0"], " ", ["1"], ""], + "muQqQY": ["Buy & sell tweets autographed by their original creators."], + "mzI/c+": ["Download"], + "n+ObkB": [ + "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." + ], + "n1gwuy": ["on ", ["toNetworkName"]], + "n2HnVK": [ + "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." + ], + "n42fmQ": ["Enter a max fee"], + "nDzNGQ": ["Follow User"], + "nE/lLr": ["Just Selected Contacts"], + "nFjzvC": ["Approved Amount ", ["0"]], + "nGl2Ng": ["Restore Completed"], + "nKLBYz": [ + "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" + ], + "nMUHWK": [["claimed"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], + "nMkx7r": [["0", "plural", { "one": ["#", " Hour"], "other": ["#", " Hours"] }]], + "nOCyT5": ["Show tokens with value less than $1"], + "nOhz3x": ["Logout"], + "nSkB8g": ["Information"], + "nTFx7o": ["Avatar set successfully"], + "nTWWCZ": ["Low"], + "nTif4K": ["Select and Connect to your wallet"], + "nUWEsV": ["Max fee is higher than necessary"], + "nUeoRs": ["Signing Message (Text)"], + "nV/wXH": ["This profile can not be followed."], + "nWDO1P": [ + "<0/> ", + [ + "txType", + "select", + { + "burn": ["burned"], + "deposit": ["deposited"], + "mint": ["minted"], + "receive": ["received"], + "send": ["sent"], + "withdraw": ["withdrawn"], + "other": [] + } + ], + " <1>", + ["0"], + " ", + ["1"], + " " + ], + "ndRqFD": ["Chain ID"], + "neBDpj": ["Please connect wallet"], + "ngWO+e": ["No local key"], + "njSHJP": ["You didn't approve ", ["0"], ". Please do not set spending cap to 0 and try it again."], + "nqL5WA": ["Claim Lucky Drop"], + "nqagQ8": ["Signing Message (Raw)"], + "nvAt0H": ["Resource"], + "nvV/Td": ["Balance: <0>", ["0"], ""], + "nwSp3U": [ + "I just tipped ", + ["amount"], + " ", + ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], + " to @", + ["recipientUserId"], + "'s ", + ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], + " ", + ["3"], + "\n\nInstall https://mask.io/download-links to send your first tip." + ], + "nzBzok": ["Create time:"], + "o+XJ9D": ["Change"], + "o+zDNQ": ["The mnemonic word has been copied, please keep it in a safe place."], + "o4Iu2W": ["Logout successfully"], + "o4NrTC": ["Confirm this Signature in your wallet."], + "o66hO5": ["Discovered a LuckyDrop event on the FireFly website."], + "o9pabc": ["No codes found to suspend trading."], + "oCBTyI": ["This will overwrite the existing cloud backup with the local data, this cannot be undo."], + "oDMfB1": ["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], + "oDSXfc": ["New password cannot be the same as your current password."], + "oG26Rt": ["Confirm this transaction in your wallet"], + "oG67vO": ["Available to Everyone"], + "oIsL5E": ["Chain ID: ", ["0"]], + "oJIW7I": [ + [ + "context", + "select", + { + "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], + "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], + "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], + "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], + "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], + "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""], + "other": [] + } + ] + ], + "oMx/mL": [ + "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." + ], + "oN9XHJ": ["Start Time: <0>", ["0"], ""], + "oOQfsI": ["Current account is not the verifying account."], + "oTLFeN": ["The Lucky Drop can't be sent due to data damage."], + "oX+QCa": ["<0>Powered by<1>Mask Network"], + "oYzol6": ["an NFT"], + "oZw0Iw": ["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"], + "ocYse8": ["Failed to refund Lucky Drop."], + "oe5xh9": ["Decrypt failed, please check password"], + "of3mx/": [ + "<0>", + ["user"], + " swapped <1>", + ["from_value"], + " ", + ["from_symbol"], + " to <2>", + ["to_value"], + " ", + ["to_symbol"], + " on <3>", + ["platform"], + "" + ], + "ofUcbc": ["Random"], + "ohUJJM": ["Plugins"], + "ojlMCx": ["Minimum withdraw amount is ", ["MINIMUM_AMOUNT"], " ", ["0"]], + "olEUh2": ["Successful"], + "ooHEV6": ["1 ", ["0"], " NFT Lucky Drop claimed."], + "osXsDn": ["Import NFT"], + "ou+PEI": ["Profile Photo"], + "ouAjo6": ["No Enough Gas Fee"], + "ovBPCi": ["Default"], + "oxKup1": ["Insufficient $", ["0"], " balance"], + "p+ngUo": ["Unfollow"], + "p1/7GX": ["Contract Not Found"], + "p2/GCq": ["Confirm Password"], + "p3TX0l": [ + "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." + ], + "p7l2aC": ["Contract:"], + "p8Aea2": ["The persona name already exists."], + "p8OYBy": [ + "@", + ["sender"], + " is sending an NFT lucky drop on ", + ["networkName"], + " network. ", + ["account_promote"], + " ", + ["promote_short"], + " #mask_io #LuckyDrop ", + ["0"] + ], + "pG7O41": ["Fastest"], + "pGElS5": ["Mnemonic"], + "pHfBGz": ["Updating Gas Fee…"], + "pIyHYi": ["Lens Follow"], + "pLHDrO": ["Holding NFT"], + "pOE8Vh": ["Space"], + "pa3wn3": ["It remains unclaimed."], + "pbOGiB": ["Revoke Token"], + "pbYUPI": ["Text copied!"], + "pi+hn/": ["Ethereum ", ["HD_PATH_WITHOUT_INDEX_ETHEREUM"]], + "pjrgRd": ["Incorrect Private Key"], + "pkyWdU": ["Keystore password"], + "poYLOl": ["New Logo"], + "ps1+DX": ["Set your persona name with maximum length of 24 characters"], + "pu3rTn": ["GWEI"], + "puUEU3": ["Change Backup Password"], + "put3ex": ["Request is valid not after"], + "pv5v6j": ["About Permit"], + "pvnfJD": ["Dark"], + "py6hU8": ["Signature Request"], + "pzO3Xa": ["Total Supply"], + "q+O14e": ["Search Area"], + "q+hNag": ["Collection"], + "q/ao7A": ["Price per mint"], + "q5+UWM": ["Contact edited."], + "qAbGIK": ["Issued at"], + "qCMUPH": ["Unlock ", ["0"]], + "qDIxZ+": ["Failed to restore the backup from Google Drive to your browser. Please try again."], + "qHqI+o": ["<0>Powered by <1>Mask Network"], + "qI8U4x": ["Max fee cannot be lower than max priority fee."], + "qIL7PI": ["Offers"], + "qJb6G2": ["Try Again"], + "qNiGUh": ["size"], + "qT8oOt": ["Persona required."], + "qWMpAl": ["up to ", ["0"], " Gwei"], + "qYuscr": ["Max Priority Fee"], + "qZ6p7p": ["Backup on ", ["0"]], + "qcqdIh": ["You need to open the dApp to view the specific content."], + "qcybNQ": ["Proposal"], + "qdyV/M": ["News"], + "qhKyO3": ["Withdraw ", ["0"]], + "qkhZxp": ["Created a SmartPay wallet on Polygon network."], + "qp8fKi": ["By confirming means that you agree to bear the possible risks above."], + "qqWcBV": ["Completed"], + "r3OcML": [["mins"], "min"], + "r92tNP": ["Failed to authorize Google Drive. Please try again."], + "rBLzKv": ["Max fee is higher than necessary."], + "rCsoea": ["Manage Token List"], + "rG3WVm": ["Select"], + "rJZPaP": ["No activities found."], + "rKY/BK": ["Classics Logo"], + "rLgPvm": ["Backup"], + "rQQGN1": ["Max priority fee is higher than necessary. You may pay more than needed."], + "rR6iwH": ["Domain Request"], + "rWE7Lq": ["Contact deleted."], + "rWqyF3": ["Gas limit should be between ", ["minGasLimit"], " and 15.00M"], + "rYFSec": ["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."], + "rZ0rgl": ["Total Volume"], + "raCUEa": ["By granting permission, you are allowing the following <0/> contract to access your funds"], + "rcNnsQ": ["Price:"], + "re2nOO": ["Uploaded files"], + "rkMKQ0": [ + "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." + ], + "rm0yu/": ["About ", ["collectionName"]], + "rqV4QH": ["This swap isn’t supported"], + "rrvbCi": ["Network error or execute smart contract failed."], + "rulocO": ["Checking Approve"], + "ryWxhG": ["Congratulations!"], + "s/8SJ+": [ + "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." + ], + "s4Omor": ["To <0>", ["0"], ""], + "sGkv/+": [ + "Hi friends, I just deposit ", + ["0"], + " ", + ["1"], + " on ", + ["2"], + ". Follow @", + ["3"], + " to find more staking projects." + ], + "sOYKMU": ["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."], + "sOcZTR": ["Contract Deployment"], + "sQJ3RN": ["Max priority fee is too low for network conditions."], + "sQTDWu": ["Allow us to collect your usage information to help us improve Mask."], + "sSkbaZ": ["Request timed out."], + "sWsox7": ["Follow Lens handle"], + "saHPqg": ["Claim your Lucky Drop."], + "sb9Y58": ["Wallet"], + "siroPf": ["Mask Network"], + "sxkWRg": ["Advanced"], + "szNWi8": ["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."], + "t+A5fr": ["Gas price should be greater than 0"], + "t/YqKh": ["Remove"], + "t2prdI": ["No search results"], + "t3rUZr": ["Sign-in Request"], + "t6bQQD": ["Send authors tips by using Mask Network's Tips function."], + "t6md+W": [ + [ + "0", + "select", + { + "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], + "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""], + "other": [] + } + ] + ], + "t8dIOP": ["Spam"], + "t91sWs": [ + [ + "actionType", + "select", + { + "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], + "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], + "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""], + "other": [] + } + ] + ], + "t9m1iP": ["Spam reported."], + "tARYn/": ["NFTs Profile"], + "tCAZi9": ["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."], + "tG9G+b": ["File Service"], + "tHoyBc": ["Please connect ", ["0"], " before using dApps."], + "tIW5Jt": ["No matched tokens"], + "tKJ7ee": ["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."], + "tOL6AP": ["Adjust Selection"], + "tOMnvw": [ + "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." + ], + "tPeNU7": ["This network name already exists"], + "tRRE1h": ["1 ", ["0"], " claimed."], + "tXkhj/": ["Start"], + "tbOs8j": ["Confirm Swap"], + "tcHpvG": ["Change Owner"], + "tfDRzk": ["Save"], + "thX7xs": [ + "The network with chain ID ", + ["formChainId"], + " may use a different currency symbol (", + ["0"], + ") than the one you have entered. Please check." + ], + "tiX/tO": ["Address: <0>", ["address"], ""], + "tj48De": ["Connect Social Account"], + "tjbyOy": ["Project details"], + "tk+uyz": [ + "You've approved ", + ["0"], + " for ", + ["1"], + ". If you want to revoke this token, please set spending cap amount to 0." + ], + "toDFSK": ["Wallet sign succeeded."], + "tst44n": ["Events"], + "tuOw4x": ["Make It Encrypted"], + "tx1x9k": [ + "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." + ], + "txEVTf": ["No Listings"], + "ty2gt9": ["You need to follow the creator of the lucky drop."], + "u2OWVJ": ["Disconnect failed."], + "u2Srv1": ["Claim your Airdrop"], + "u3ZeYl": ["Transaction failed"], + "u689pQ": ["Ends in ", ["relativeEndTime"]], + "uAQUqI": ["Status"], + "uBAxNB": ["Editor"], + "uF9ruK": ["Saving"], + "uJQLj9": ["Connect and switch between your wallets."], + "uSMfoN": ["Verify"], + "uip9JY": ["I wrote down those words in the correct order"], + "ujpEaI": ["Please connect your wallet"], + "uqF4Nm": ["Blockchain:"], + "usVwcn": ["No anti_whale(Unlimited number of transactions)"], + "uv94aG": ["Added by user"], + "uv9cwh": ["Bridge Network fee"], + "uyJsf6": ["About"], + "v01kR+": ["NFT PFP"], + "v7U98p": ["Failed to claim Lucky Drop."], + "vH2C/2": ["Swap"], + "vLXevL": ["Transaction cost"], + "vOx+Me": ["You can withdraw the remaining balance 24 hours after sending the lucky drop."], + "vVEene": ["View your Tokens and NFTs"], + "vXIe7J": ["Language"], + "vXygio": ["Not enough data to present."], + "vel6Z1": ["Request Source"], + "vhlM+H": ["Withdraw ", ["0"], " for savings."], + "vhqFTT": ["Can't find a valid user address data source."], + "vutynE": ["Enable plugin"], + "w0e0yw": ["Gas limit must be at least ", ["0"]], + "w1ctdJ": ["Encrypted Post"], + "w3t1Hw": ["Powered by <0>Go+"], + "w4oOEJ": ["Mask Community $ARB Giveaway"], + "w9Xmw/": ["Google Drive"], + "wCtp6y": ["Your Wallet is on **ready 🚀**"], + "wDnczW": ["Optimize the display of search results about ENS in social media."], + "wGtbaw": ["Amount per Share"], + "wMHvYH": ["Value"], + "wNecg9": ["Multiple transaction requests ", ["0"], " / ", ["1"]], + "wNxsb2": ["Reject ", ["totalMessages"], " Transactions"], + "wThGrS": ["App Settings"], + "wUlAUI": ["<0>@", ["currentUserId"], " connected already."], + "wYA1q/": ["Auto report the scam links to MetaMask"], + "waXvJd": ["NFT is not minted yet."], + "wbDTs9": ["Request timed out"], + "wqppGn": ["Permissions List"], + "wvJOId": ["This ENS does not exist or not be resolved."], + "wxZZWc": [ + "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." + ], + "wxfXhJ": ["Scam tx"], + "x0PhCN": ["Disconnected successfully."], + "x4f8pZ": ["Tips"], + "x5LEuB": ["Followers"], + "x6rEou": [ + "<0>", + ["user"], + " claimed ", + ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], + "from <3>", + ["formattedAddress"], + "", + ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] + ], + "xBXg0L": [ + "No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk." + ], + "xC6eGY": ["Mint function"], + "xCJdfg": ["Clear"], + "xCcvjC": ["Set up NFT PFP successfully"], + "xDAtGP": ["Message"], + "xDO6ZN": ["Plugin switch"], + "xEQZ4z": ["Use text encryption"], + "xEX/9S": [ + "No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk." + ], + "xFCCR4": ["Please enter the correct mnemonic words, private key, or upload the correct keystore file."], + "xGVfLh": ["Continue"], + "xH6cn+": ["Choose Token"], + "xIxVmH": ["Unlock ", ["0"], " NFT contract."], + "xPSvu3": ["<0>", ["websiteCount"], " ", ["0", "plural", { "one": ["Website"], "other": ["Websites"] }]], + "xTQLHC": [ + "I just purchased a beautiful piece of art from {0} collection for ", + ["1"], + " ", + ["2"], + ". Install @masknetwork to get yours." + ], + "xeiujy": ["Text"], + "xjhtsV": ["Chain"], + "xoKE3v": ["Disable Permit"], + "xuKB2x": [["0"], " deposited."], + "xupcu9": ["Speed Up"], + "y/+ReV": ["No any collectible is available for preview. Please add your collectible here."], + "y/kxxM": ["Priority fee"], + "y2i17G": ["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."], + "y3juHh": [ + "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." + ], + "y3qyKP": ["NFT Lucky Drop created."], + "y49awp": ["Set NFT Photo"], + "y5aRAa": ["Please enter cloud backup password to download file."], + "y62Dys": ["Network fee"], + "y6VCOb": [["0"], " Mins"], + "y6sq5j": ["Following"], + "yC/GKd": [ + "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." + ], + "yD15Uj": ["Are you sure to remove this wallet?"], + "yDUr0V": ["Lucky Drop refunded."], + "yFpcbN": ["This request may be a phishing attach. I understand this and want to continue."], + "yFrxQj": ["Mnemonic word"], + "yGyJ1l": [ + "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." + ], + "yHrAv+": ["Claim Lucky Drop with ", ["0"], " claimed."], + "yKu/3Y": ["Restore"], + "yNBZ3N": ["Enter gas limit"], + "yNu9vD": ["The wallet address already exists."], + "yQE2r9": ["Loading"], + "yQqkIK": ["24H Average Price"], + "yRuvmU": ["The mnemonic words has been copied, please keep it in a safe place."], + "yTZe+y": ["Snapshot"], + "yVnV6H": ["Please write down or copy these words and save them in a secure place."], + "yVzBCJ": ["NFT Lucky Drop claimed."], + "yZhedI": ["Gas fee settings"], + "yb/fjw": ["Approval"], + "ybuu1v": ["Oops, we can't find any results."], + "ygW4tI": ["Please connect your persona"], + "yik0Qu": ["Private Key"], + "ykiu3o": ["NFT Details"], + "ylUhBz": ["Click to retry"], + "ylXk9u": ["Encrypt the message in an image"], + "yqc6uX": [ + "This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing." + ], + "ywDBfs": ["Something went wrong!"], + "yx/fMc": ["High"], + "yz7wBu": ["Close"], + "yzF66j": ["Link"], + "z+H8bd": ["Your wallet does not meet the eligibility criteria for claiming."], + "z/3+av": ["License:"], + "z1i6et": ["Failed to ", ["0"], " NFT contract."], + "z27gFg": [ + "If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it." + ], + "z7Fh2l": ["Base fee required: ", ["MIN_BASE_FEE"], " Gwei"], + "z9HeHt": ["Create a Privy Wallet"], + "zBPjcC": ["Revoke the approval for token"], + "zBUJYA": ["The approval for this contract will be revoked in case of the amount is 0."], + "zBftr8": ["Claim NFT Lucky Drop"], + "zEZe86": [ + "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." + ], + "zGTAja": [["claimed"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], + "zJlXbX": ["NFT"], + "zPar3e": ["Collectible"], + "zX9KdB": ["No following friends."], + "zXagFp": ["Copy Address"], + "zZk9Yz": ["Purchase"], + "zga9sT": ["OK"], + "zgqgNP": ["Purchasing...."], + "zkEW09": [ + "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" + ], + "znqB4T": ["Insufficient balance"], + "zp7Ha3": ["Backup Failed"], + "zwBp5t": ["Private"], + "zxrGeO": ["Gas limit must be bigger than ", ["minGas"], "."], + "zzDlyQ": ["Success"] + } +} diff --git a/packages/shared-base-ui/src/locale/ko-KR.po b/packages/shared-base-ui/src/locale/ko-KR.po index 9fcc3d385d4a..c6b8b1776cdf 100644 --- a/packages/shared-base-ui/src/locale/ko-KR.po +++ b/packages/shared-base-ui/src/locale/ko-KR.po @@ -204,12 +204,7 @@ msgid "{0} Platform costs" msgstr "" #. placeholder {0}: fromNetwork?.name || '' -#. placeholder {0}: fromNetwork?.name||"" #. placeholder {0}: toNetwork?.name || '' -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx msgid "{0} Pool" @@ -253,9 +248,6 @@ msgid "{0} withdrawn." msgstr "" #. placeholder {0}: mins.replace(/\.?0+$/u, '') -#. placeholder {0}: mins.replace(/\.?0+$/u,"") -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/helpers/formatTime.ts msgid "{0}m" msgstr "" @@ -297,7 +289,6 @@ msgstr "" msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}} other {}}" msgstr "" -#: build/bundled/201.js #: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx msgid "{count, plural, one {You have recovered **# Wallet 🚀**} other {You have recovered **# Wallets 🚀**}}" msgstr "" @@ -307,8 +298,6 @@ msgstr "" msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom} other {}}" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx msgid "{mins}min" msgstr "" @@ -317,14 +306,10 @@ msgstr "" msgid "{riskyFactors, plural, one {# Risky item} other {# Risky items}}" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/helpers/formatTime.ts msgid "{seconds}s" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx msgid "{seconds}sec" msgstr "" @@ -581,7 +566,6 @@ msgstr "" msgid "<0>USD Value<1>${0}" msgstr "" -#: build/bundled/168.js #: packages/mask/content-script/site-adaptors/twitter.com/customization/i18n.ts msgid "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {encrypted} to send your first encrypted tweet." msgstr "" @@ -996,7 +980,6 @@ msgstr "" msgid "Author" msgstr "" -#: build/bundled/51.js #: packages/mask/dashboard/components/GoogleDriveLogin.tsx msgid "Authorization Failed" msgstr "" @@ -1155,11 +1138,6 @@ msgstr "" msgid "Be careful what you visit and sign!" msgstr "" -#: build/bundled/101.js -#: build/bundled/101.js -#: build/bundled/101.js -#: build/bundled/101.js -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/components/MessageInput.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/PreviewNftRedPacket.tsx @@ -1192,10 +1170,6 @@ msgstr "" msgid "Blocto only supports the Flow chain." msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx @@ -1214,8 +1188,6 @@ msgstr "" msgid "Bridge anyway" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx msgid "Bridge between this token pair are't supported at the moment." msgstr "" @@ -1462,7 +1434,6 @@ msgstr "" msgid "Choose Token" msgstr "" -#: build/bundled/212.js #: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx msgid "Chrome - external extension" msgstr "" @@ -1698,8 +1669,6 @@ msgstr "" msgid "Confirm" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx @@ -1715,8 +1684,6 @@ msgstr "" msgid "Confirm Payment Password" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx @@ -1956,7 +1923,6 @@ msgstr "" msgid "Contract Interaction" msgstr "" -#: build/bundled/120.js #: packages/plugins/GoPlusSecurity/src/SiteAdaptor/CheckSecurityDialog.tsx msgid "Contract Not Found" msgstr "" @@ -2079,7 +2045,6 @@ msgstr "" msgid "Create Smart Pay wallet" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx @@ -2640,10 +2605,6 @@ msgstr "" msgid "Enter an amount" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts msgid "Enter an Amount" @@ -2715,10 +2676,6 @@ msgstr "" msgid "Exceeded the maximum file size of {fileSize}." msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/index.tsx @@ -2773,7 +2730,6 @@ msgstr "" msgid "Failed to add the wallet, please try again." msgstr "" -#: build/bundled/51.js #: packages/mask/dashboard/components/GoogleDriveLogin.tsx msgid "Failed to authorize Google Drive. Please try again." msgstr "" @@ -2795,7 +2751,6 @@ msgstr "" msgid "Failed to create Lucky Drop." msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx msgid "Failed to create theme." msgstr "" @@ -2830,13 +2785,10 @@ msgstr "" msgid "Failed to download image" msgstr "" -#: build/bundled/198.js #: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx msgid "Failed to get permissions" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts msgid "Failed to get quote information" msgstr "" @@ -2933,8 +2885,6 @@ msgstr "" msgid "Fast" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx msgid "Fastest" msgstr "" @@ -3303,11 +3253,11 @@ msgid "" msgstr "" #: build/bundled/101.js -msgid "" -"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" -"\n" -"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" +#~ msgid "" +#~ "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" +#~ "\n" +#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +#~ msgstr "" #. placeholder {0}: promote.amount #. placeholder {1}: promote.symbol @@ -3370,8 +3320,6 @@ msgstr "" msgid "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx @@ -3637,10 +3585,6 @@ msgstr "" msgid "Insufficient {0} Balance" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts msgid "Insufficient {symbol} Balance" @@ -3656,7 +3600,6 @@ msgstr "" msgid "Insufficient balance" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx @@ -3665,7 +3608,6 @@ msgstr "" msgid "Insufficient Balance" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx @@ -3999,8 +3941,6 @@ msgstr "" msgid "MAX" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx msgid "Max amount" msgstr "" @@ -4160,10 +4100,6 @@ msgstr "" msgid "Minted:" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts msgid "Missing dex contract address" @@ -4221,7 +4157,6 @@ msgstr "" msgid "Name" msgstr "" -#: build/entry/popups.js #: packages/mask/popups/components/TokenPicker/index.tsx #: packages/shared/src/UI/components/FungibleTokenList/index.tsx msgid "Name or Contract address e.g. USDC or 0x234..." @@ -4261,8 +4196,6 @@ msgstr "" msgid "Network error, try again: {0}" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx @@ -4532,8 +4465,6 @@ msgstr "" msgid "No proxy" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx msgid "No recent transactions" msgstr "" @@ -4951,7 +4882,6 @@ msgstr "" msgid "Please enter the correct mnemonic words, private key, or upload the correct keystore file." msgstr "" -#: build/bundled/120.js #: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SearchBox.tsx msgid "Please enter token contract address." msgstr "" @@ -5199,10 +5129,6 @@ msgstr "" msgid "Quote route" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx @@ -5361,8 +5287,6 @@ msgstr "" msgid "Request Source" msgstr "" -#: build/bundled/111.js -#: build/bundled/111.js #: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/useFinanceFeeds.ts #: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/useSocialFeeds.ts msgid "Request timed out" @@ -5514,7 +5438,6 @@ msgstr "" msgid "Scam tx" msgstr "" -#: build/bundled/143.js #: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx msgid "Scam Warning" msgstr "" @@ -5567,7 +5490,6 @@ msgstr "" msgid "Select a token" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx @@ -5612,8 +5534,6 @@ msgstr "" msgid "Select liquidity" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx msgid "Select Liquidity" @@ -5832,8 +5752,6 @@ msgstr "" msgid "Skip" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx @@ -6023,8 +5941,6 @@ msgstr "" msgid "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx @@ -6064,8 +5980,6 @@ msgstr "" msgid "Swapping" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx msgid "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." msgstr "" @@ -6182,15 +6096,10 @@ msgstr "" msgid "The current wallet does not hold a lens and cannot follow/unfollow" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx msgid "The custom amount entered may be higher than the required network fee." msgstr "" -#: build/bundled/176.js -#: build/bundled/51.js -#: build/bundled/91.js #: packages/mask/dashboard/utils/api.ts msgid "The download link is expired" msgstr "" @@ -6393,7 +6302,6 @@ msgstr "" msgid "This network name already exists" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx msgid "This NFT contract cannot be modified now." msgstr "" @@ -6478,8 +6386,8 @@ msgid "This tweet is encrypted with #mask_io (@masknetwork). 📪🔑" msgstr "" #: build/bundled/168.js -msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" -msgstr "" +#~ msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" +#~ msgstr "" #: packages/plugins/NextID/src/components/BindPanelUI.tsx msgid "This wallet address has already been connected." @@ -6571,7 +6479,6 @@ msgstr "" msgid "Token ID" msgstr "" -#: build/bundled/67.js #: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx msgid "Token ID separated by comma, e.g. 1223,1224," msgstr "" @@ -6651,8 +6558,6 @@ msgstr "" msgid "Trading route" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx msgid "Trading Route" @@ -6672,8 +6577,6 @@ msgstr "" msgid "Transaction cost" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx #: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx @@ -6701,8 +6604,6 @@ msgstr "" msgid "Transaction Hash" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx msgid "Transaction history is only stored locally and will be deleted if you clear your browser data." msgstr "" @@ -6764,8 +6665,6 @@ msgstr "" msgid "Try to recover" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts msgid "Try token from different chains" msgstr "" @@ -6809,10 +6708,6 @@ msgstr "" msgid "Unlikely to be a honeypot." msgstr "" -#: build/bundled/101.js -#: build/bundled/102.js -#: build/bundled/178.js -#: build/bundled/191.js #: packages/shared/src/UI/components/UploadDropArea/index.tsx msgid "unlimited" msgstr "" @@ -7011,7 +6906,6 @@ msgstr "" msgid "Version" msgstr "" -#: build/bundled/101.js #: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx #: packages/plugins/NextID/src/SiteAdaptor/VerificationPayload.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx @@ -7199,7 +7093,6 @@ msgstr "" msgid "Web3 Profile Card" msgstr "" -#: build/bundled/212.js #: packages/mask/popups/pages/Settings/index.tsx #: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx #: packages/shared/src/UI/components/CoinMetadataTable/index.tsx @@ -7244,7 +7137,6 @@ msgstr "" msgid "Who can claim?" msgstr "" -#: build/bundled/100.js #: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx msgid "Why I can't vote?" msgstr "" diff --git a/packages/shared-base-ui/src/locale/zh-CN.json b/packages/shared-base-ui/src/locale/zh-CN.json index 38a0be7383ea..12bb7de2d0f3 100644 --- a/packages/shared-base-ui/src/locale/zh-CN.json +++ b/packages/shared-base-ui/src/locale/zh-CN.json @@ -1 +1,2185 @@ -{"messages":{"++B0oY":["This function has been turned off in the App settings. Enable plugins to fully access."],"+01Ill":["Change to Solana Wallet"],"+5hgHR":["Are your sure you want to disconnect? You may lose part of functionalities of this website."],"+95jK3":["Gas limit too low will cause the transaction to fail."],"+A4TPN":[["0"]," NFT contract"],"+CzAt9":["Previous unfollow transaction is in processing, please wait and try again."],"+IEBAO":["Approve amount"],"+K0AvT":["Disconnect"],"+POswt":["Sell Tax: ",["0"]],"+Qcnh5":["Please select the appropriate method to restore your personal data."],"+W8dUJ":["Tap to view the private key <0/> Make sure no one is looking at your screen"],"+XyQiK":["Agree"],"+Zuhm7":["Support Identity code, private key, local backups or cloud backups to access your personal data."],"+adBn3":["Chrome - external extension"],"+b7T3G":["Updated"],"+fTqvl":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"],""],"+hwfjv":["Please select the wallet to activate the function after saving the settings."],"+m7PfT":["Deleted successfully"],"+m7x4e":["Backup Successful"],"+q+Wa9":["Swap anyway"],"+uISZO":["Incorrect Password"],"+ubcPw":["No power"],"+xKN8I":["<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later."],"/2nH6X":["Make another Bridge"],"/7tku+":["Try"],"/BI0y9":["Refunded"],"/Dk+nX":["More on ",["0"]],"/I3RSJ":["Report Spam"],"/JOEaC":["Deploy Smarty Pay wallet"],"/KseE7":["Delete File"],"/LkuGq":["Restore from a previous database backup"],"/OPmPQ":["Verify ",["0"]],"/Swcdo":["Failed to swap"],"/WfDJy":["If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets."],"/capO6":["Failed to deposit ",["0"],"."],"/eguJc":["Uploading"],"/fo6Dv":["Gas Limit (Units)"],"/giXwU":["Medium Risk"],"/hKQcr":[["seconds"],"s"],"/jQctM":["To"],"/nT6AE":["New password"],"/riTT2":["Pinned successfully."],"/uEw9z":["Your X account authorization has timed out. Please try again."],"/vtDGO":[["0"]," is connected to these sites, they can view your account address."],"/xrk7I":["FAQ&Tutorial"],"/y/pZ3":["Select a Token"],"0+3dvg":["This NFT didn't have any offers."],"0/eoR6":["Revoking"],"00b9QG":["Set Your Payment Password"],"01DWy7":["Click the settings icon to list it on the App board."],"04MqGo":["Post content:"],"09vHB+":["Failed to decrypt."],"0C6WdO":["Upload backup"],"0D4bav":["Name or Contract address e.g. USDC or 0x234..."],"0F4ogS":["Payment Password should be between 6 and 20 characters."],"0HnKBn":["Hide mnemonic words"],"0Lp4o6":["Load failed"],"0M//Nn":["The Persona is connected to the following accounts: ",["list"]],"0ZC72+":["Connected successfully."],"0bKGbK":["No past rounds found."],"0caMy7":["History"],"0dFHbr":["Confirm swap risk"],"0fljZe":["Trading Route"],"0hFUd/":["You must give the ",["0"]," smart contract permission to use your ",["1"],". You only have to do this once per token."],"0jddIP":[["0"]," members"],"0lBTmP":["You need to hold any of the following tokens."],"0oFu/K":["No Lucky Drops claimed"],"0oMKRL":["Delete Contact"],"0tdB+o":["Enable the ",["name"]," Wallet extension and disable other wallet extensions"],"0wJVK+":["Basic"],"0wdd7X":["Join"],"0wzWAN":["Why I can't vote?"],"0xXDLS":["View your profile in firefly"],"0yPSCj":["High Risk"],"0yf3iU":["Wallet sign cancelled."],"1+6BOG":["Download Backup"],"1+P9RR":["Switch to ",["0"]],"11kmCI":["We are not aware of any code that prevents the sale of tokens."],"199DuV":["Display specific information of Gitcoin projects, donate to a project directly on social media."],"1DwbcE":["Loading...."],"1EOhmY":["Rank #",["0"]],"1LkMSp":["Add Suggested Token"],"1M8xFP":["Transaction with extremely low slippage tolerance might be reverted because of very small market movement."],"1QJyuR":["At most ",["RED_PACKET_MAX_SHARES"]," recipients"],"1QfxQT":["Dismiss"],"1R2W/B":["This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup "],"1TNIig":["Open"],"1TaavV":["Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase."],"1Uqt6P":["Disconnect Wallet?"],"1Wbxhe":["This profile can not be followed: ",["0"]],"1Z++2X":["The Persona is not connected to any accounts."],"1agbuA":["Functions that can suspend trading"],"1bTY60":["Token Value"],"1kE7ob":["Network saved"],"1mjyN6":["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."],"1nMGEs":["Personas"],"1njn7W":["Light"],"1on6yK":["How to use ",["0"]," Wallet?"],"1rsf+c":["After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup."],"1xwmzN":["Switch to other accounts"],"2/N/mr":["Connect with ",["providerName"]],"22QmCQ":["The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"28ABhV":["Connect EVM Wallet"],"29b5Sq":["Blocto only supports the Flow chain."],"2CMLgZ":["Token ID separated by comma, e.g. 1223,1224,"],"2FYpfJ":["More"],"2GHENQ":["Web3 Profile"],"2J5wRx":["Failed to get quote information"],"2Lr4ie":["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."],"2MPu+c":["Priority Fee (GWEI)"],"2XVeKu":["Airdrop Scam"],"2Xze/r":["Block Explorer URL"],"2jQko7":["Associated Accounts"],"2kXxch":["Sorry, signature failed! Please try signing again."],"2p7WMm":["Give permission to access <0/> your ",["0"],"?"],"2saF1j":["Tax can be modified"],"2wxgft":["Rename"],"3/0KF0":["Create a Firefly.social wallet using an X account"],"34UMci":["Wallet Settings"],"38C83c":["Recovery Phrase"],"39ohdf":["Activities"],"3A/gtD":["Invalid RPC URL."],"3A/mG4":["Change Wallet"],"3AP6p1":["Public Key: <0>",["publicKey"],""],"3B4jmY":["Data correlation"],"3CR0qY":["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."],"3J+S3n":["Search Next.ID, X, Lens, ENS or Address"],"3OhjJ4":["Powered by <0>Mask Network<1><2/>"],"3Q5eQl":["Please click the \"Post\" button to open the compose dialog."],"3Q8dPe":["The website (",["messageOrigin"],") is asking you to sign in to another domain (",["0"],"). This may be a phishing attack."],"3SiDD1":["<0>",["user"]," burned <1>",["1","select",{"nft":["an NFT"],"name":[["0"]],"other":[]}],""],"3ThLdM":["Report on GitHub"],"3WZ1WL":["Please enter backup password to export persona private key."],"3YDnov":["Token now is hidden."],"3ZgRKI":[["type","select",{"post":["<0>",["user"]," publish a post on ",["platform"]],"mint":["<1>",["user"]," minted a post on ",["platform"]],"revise":["<2>",["user"]," revised a post on ",["platform"]],"share":["<3>",["user"]," shared a post on ",["platform"]],"other":[]}]],"3awOET":["Rank"],"3bGj61":["Claim on Firefly"],"3cAxpB":["There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price."],"3cw8FQ":["To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs."],"3dAaqV":["📃📃📃 Try to permanently use decentralized file storage on ",["sns"],". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions."],"3fpIq1":["to ",["0"]],"3iUAE7":["Backup to Google Drive"],"3kbpgO":["Gas Limit"],"3lUGN0":["Switch Persona"],"3pqzUK":["Contact added."],"3qe4O9":["Max Fee"],"3uBJPr":["File delete"],"3uQmjD":["Average"],"3ublvs":["Try token from different chains"],"3yLqgI":["Name or contract address eg. PUNK or 0x234..."],"4+VnE8":["ENS"],"42yL2J":["Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ",["encrypted"]],"43g2kf":["Only visible to yourself"],"44bNbA":["Select an NFT Contract"],"4DIYdt":["No associated wallet. <0>Add Wallet."],"4EN5JL":["Your Persona has been successfully created."],"4FvVUv":["Reset Wallet"],"4GBOoi":["Failed to create theme."],"4Gz2wC":["Failed to upload file"],"4HavhE":["Powered by <0>Mask Network"],"4HtGBb":["MAX"],"4JCJIV":["What is Web3 File Service?"],"4coHVU":["Lens Unfollow"],"4lm4o+":["Solana"],"4na5mr":["This message contains a invalid EIP-4361 message. It is better to reject this request."],"4ojMOt":["Please enter your backup password."],"4pSxwB":["Go"],"4zgT9K":["Connect Mask Network Account using your wallet."],"50QwC8":["value"],"51TkMy":["Claiming will be live until: <0> ",["days"]," d ",["0"]," h ",["1"]," m"],"51cT/A":["The minimum amount for each share is ",["0"]," ",["1"]],"51rAFB":["Please copy the following text and image (if there is one) and publish it."],"52nzPV":["Data source is retrieved from ",["0","select",{"twitter":["Twitter profile"],"facebook":["Facebook profile"],"other":[]}],"."],"55/jcy":["Hi friends, I just withdrew my deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"5Dz44N":["Set Payment Password"],"5E57TU":["Max priority fee is too low for network conditions"],"5G0lxx":["Powered by <0>Scamsniffer"],"5H/4VW":["Create a Firefly.social wallet"],"5HVoyc":["Transaction Details"],"5Jczad":["I just claimed a lucky drop from @",["0"]," on ",["1"]," network."],"5N3b5J":["Market Cap"],"5O5enn":["Enter Payment Password"],"5QfZ6O":["Contract source code verified"],"5YfW3S":["Add an encrypted comment..."],"5ZzgbQ":["Connect ",["0"]],"5e22kj":["Email verification code"],"5hFImX":["Deploy Contract"],"5i1JPS":["Never share 12-word secret mnemonic with anyone!"],"5iHe/7":["Network error, try again"],"5o2pdQ":["Create Persona"],"5s6EhU":[["count","plural",{"one":["You have recovered **","#"," Wallet 🚀**"],"other":["You have recovered **","#"," Wallets 🚀**"]}]],"5sIdhw":["Share with"],"5uFQ9j":["Please create a persona and verify your account to use this."],"623chP":["Infos"],"66J/I3":["Transaction Fee"],"678PKt":["Network Name"],"68FuwU":["URLs require the appropriate HTTPS prefix."],"68m9Nl":["Add new address to an existing group"],"6B+2/d":["Stay on top of NFT trending information, hot projects, notable transactions, etc."],"6DvbLh":["Please install your metamask wallet and set up your first wallet."],"6HT670":["Function: ",["0"]],"6IHgRq":["Backup to the Cloud"],"6IvSyW":["Token Standard"],"6RDwJM":["Tokens"],"6U+PWG":["Total NFTs"],"6Uau97":["Skip"],"6V3Ea3":["Copied"],"6VJnE7":["Note: Scams detections might not be 100% guaranteed."],"6YASel":["Invalid Network"],"6YtxFj":["Name"],"6ZZ+4S":["Load Network"],"6foA8n":["Are you sure?"],"6gRgw8":["Retry"],"6k8iqO":[["0"]," ",["1"]," bridge completed successfully."],"6knJVf":["This NFT contract cannot be modified now."],"6s8L6f":["Switch Network"],"6sbLuF":["Current results"],"6ulv1U":["Contract Owner"],"6vVuTX":["This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"7+2e01":["Network removed."],"70wH1Q":["APR"],"76Ml+j":[["0"]," NFT Lucky Drop created."],"76gPWk":["Got it"],"78Kj7O":[["0"]," NFT transferred."],"7Ae1jc":["True Token"],"7Bj3x9":["Failed"],"7PPwVf":["Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted."],"7PgtYC":["Set NFT Avatar"],"7QptC5":["Auto-lock Time"],"7R2WG+":["Decrypted by Mask Network"],"7VpPHA":["Confirm"],"7c99ux":["Contract Deployment ",["0"]],"7cg5cq":["unique contributors"],"7eFA2G":["Failed to revoke token contract."],"7hZyUn":["Processing Deposit"],"7k2lei":["Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later."],"7lnlzl":["Claimed ",["amount"]," $",["0"]," successfully."],"7qUM2b":["Open Mask Wallet"],"7s5tLo":["Allow this site to switch the network?"],"7w1rTm":["The download link is expired"],"7yziEn":["This request has been expired."],"8+xvyR":["Blockchain"],"82+n6o":["Quote Route"],"869iq0":["Transferring asset across to the ",["0"]," network via the ",["1"],"cross-chain bridge"],"87Poy7":[["0"]," ",["1"]," NFT contract."],"88+Eku":["Provide you with fast, reliable and convenient security services."],"89kDhv":["NFT collection"],"8BsgdX":["Failed to get permissions"],"8C8O9E":["Provided by plugin \"",["0"],"\""],"8Dh77Z":["NFTs"],"8IN0ph":["No more data available."],"8J7y6E":["Deposit ",["0"]," for savings."],"8Kly2P":["Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token."],"8MJFvR":[["0"]," Risky factor"],"8N1Wbf":["This token has no risky or attention factors."],"8RF/Sx":["Added successfully"],"8S5o5V":["Share and recommend this feature after saving."],"8TMaZI":["Timestamp"],"8Tg/JR":["Custom"],"8WLjqx":["Never share the 12-word secret mnemonic words with anyone!"],"8ZsakT":["Password"],"8bgRf6":["Can not follow: ",["0"]],"8djViz":["Step ",["step"],"/",["step"]],"8glx+u":["Token ID"],"8rElAH":["Image copied!"],"8wEOMN":["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"9+VwX/":["Add Collectibles"],"9KKhJV":["Signing ..."],"9VcshJ":["Enable auto paste"],"9Y1kXO":["Payment password stored locally and you could try as many as you want to unlock your wallet."],"9bG48P":["Sending"],"9cDpsw":["Permissions"],"9cSIbb":["Click on <0/> at the top-right of your browser."],"9d/Qe4":["Service Agreement"],"9hg9mc":["Downloading"],"9hzYBR":["Failed to download and merge the backup: ",["0"]],"9jba96":["Only TypedMessageText is supported currently."],"9kIgHE":["This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet."],"9lqqpY":["Invalid email address."],"9oP21f":["My vote"],"9oq2rm":["Functions with retrievable ownership"],"9q+I38":["Your voting power"],"9r9nwF":["Identical"],"9sjcnZ":["Disconnected."],"9tG0uf":["Please verify your social account"],"9uYu7e":["You haven't uploaded any files yet."],"9w2hgY":["Paste manually"],"9xaUMG":["General user"],"A+Ijr2":["Close [Check Security]?"],"A0VzMm":["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."],"A1bmDM":["No verified account found here."],"A1taO8":["Search"],"A3Ndml":["Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop."],"A4vJQr":["Set your NFT as profile picture with exclusive aura."],"A6JChW":["The transaction was complete and has been recorded on blockchain at ",["0"]],"A9tojF":["Incorrect password"],"AElxM7":["Transfer ",["0"]," NFT."],"AJNYYr":["Refund Lucky drop"],"AKLbfQ":["Restore Database"],"AMJWWT":["Likely in < ",["estimateSecond"]," seconds"],"ANYjcp":[["shareWithNum","plural",{"one":["1 friend"],"other":["#"," friends"]}]],"ANk/Zy":["Incorrect Backup Password"],"AOPSKq":["Deposit ",["0"]],"ASNDad":["Hide ",["name"]],"AV+9wg":["Re-enter"],"Ah4d0u":["Security Detection"],"AjVXBS":["Calendar"],"Ap948/":["Listed"],"Appw6V":["No NFTs found."],"Aq+O0x":["status"],"AuXfDa":["Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards."],"AuvDq6":["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"],"AwQpq/":["Click on the down-arrow to see the private key."],"AxPAXW":["No results found"],"AxdOHo":["Pair"],"Axp2cZ":["24 Hour Trading Vol"],"AyLiVq":["Scan QR code to receive payment"],"B1T4nn":["Confirm the Lucky Drop"],"B6C0XJ":["No Data"],"B8B8TU":["Verified by ",["0"]],"BAvIGC":["Withdraw token"],"BFhvNB":[["0"]," ",["1"]," NFT contract successfully."],"BMCVM3":["Wallet Sign"],"BQHQ9v":["No websites connected to this wallet"],"BQi2Kk":[["0"]," were claimed"],"BUXiPs":["This Chain ID is currently used by the ",["0"]," network. "],"BWSJkS":["No Airdrop Scam"],"BXixGM":["Use Persona to encrypt and decrypt social media posts & messages."],"Ba6uFH":["Create your NFT Lucky Drop."],"BaU+dx":["Connect your social platform accounts."],"Baj2MJ":["Savings"],"BaoXTT":["<0>Powered by<1>OKX<2/>"],"BiGQfG":["Transaction Hash"],"BkN2qg":["<0>Service Agreement and <1>Privacy Policy"],"BmN4Bk":["Aggregator"],"ByAMF+":["Risk Warning"],"ByPj1d":["Request ID"],"BzEFor":["or"],"BzfzPK":["Items"],"C0JhYS":["Change Network"],"C2/uLW":["Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned."],"C3Wgzy":["You have claimed ",["0"]," $ARB."],"CCIrQ8":["Fake Token"],"CE+M2e":["Info"],"CEk7Nc":["At least 6 characters"],"CFPbpH":["The new passwords don't match"],"CJviCK":["<0>",["user"]," proposed"],"CK1KXz":["Max"],"CMHmbm":["Slippage"],"CMfM6C":["No Enough Gas Fees"],"CP3D8G":["Progress"],"CT10+i":["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."],"CTSEx8":["<0/> publish a post on ",["0"]],"CU3U3d":["Try to recover"],"CWsYB3":["Welcome Back"],"CXHRbe":["Wallet request timed out"],"CYRJEX":["Owners"],"CZSWya":["NFTs added"],"CZmSbe":["Request is valid not before"],"Cf/0to":["Data source is retrieved from ",["0"],"."],"Citz6F":["Exchange"],"CkLMZ2":["File delete failed"],"CmMDVW":["<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction."],"CpciBt":["Switch to Polygon and Follow"],"CtByM7":["Connect Wallet"],"Cwxng+":["Supported formats: JPEG, PNG<0/> Size limit: ",["0"]],"Cy19fm":["View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline."],"CygwLN":["Swap completed successfully."],"Cz6Lx7":["Encryption Method"],"D79cZK":["Instant"],"D9iWaX":["Please check ToS document"],"D9za/8":["Missing dex contract address"],"DA2uGM":["Click the application icon to hide in the App list."],"DAFhfT":["There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"DC3sw8":["Two entered passwords are different."],"DHhJ7s":["Previous"],"DKBbsW":["Gas price must be greater than 0 Gwei."],"DPfwMq":["Done"],"DYoO0m":["Token quantity greater than"],"DdUFp+":["The transaction was confirmed at ",["0"]],"Dk6Non":["Whitelist function"],"DkHkqH":["Recommended dimensions: 1016 × 672 px"],"DnmyoA":["Priority fee should be greater than 0."],"DoQ5Lj":["RPC URL"],"Dpe+e3":["Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet."],"DtZDW+":[["0"]," (UTC+8)"],"Du6bPw":["Address"],"DuIDTw":["To verify your X account and record it on the NextID, please send this post for the verification."],"Dz56Ua":["Encrypt"],"E399AQ":["<0>",["user"]," bridged <1>",["amount"]," ",["symbol"]," from <2>",["source"]," to <3>",["target"],""],"E6HGuD":["Check out the official website"],"E6Sqiu":["Failed to load ",["0"],". Click to retry."],"E6YUtc":["Merge to Browser"],"E7prOW":["<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature."],"EBC6hj":["Local Backup"],"EGWr+Q":["Web3 Profile Card"],"EJRk0x":[["gasOptionType","select",{"slow":["Slow"],"normal":["Average"],"fast":["Fast"],"custom":["Custom"],"other":[]}]],"ELQ256":["Make another Swap"],"EMLHjH":["More Details"],"ENIvoT":["Please set up the amount of time before we automatically lock your wallet."],"ERYJcj":["Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers."],"EStYiZ":["No proxy"],"EVFPUv":["Transfer NFT"],"EYwKb0":["Gas Price (GWEI)"],"Ea4oxV":["Follow System"],"EbE80y":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post."],"EbVCxG":["<0/>",["txType","select",{"deploy":["deployed"],"execute":["executed"],"other":[]}],"<1/>"],"Eda+dy":["🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ",["encrypted"]," to send your first encrypted tweet."],"Eefe1a":["The input is not a single file."],"EfAke+":["<0>",["user"]," voted for <1>",["option"]," on <2>",["platform"],""],"Eh4m6e":["<0>USD Value<1>$",["0"],""],"Enb3Qk":["You claimed 1."],"EoKe5U":["Domain"],"EsKgLS":["Click here to have a quick start."],"Ev2r9A":["No results"],"EwiD7E":["Confirm Payment Password"],"F/pYeX":["Create NFT Lucky Drop"],"F3bW6y":["Platform"],"F4Igxz":["Quote route"],"F7U8uz":["Creating your **wallet**"],"F8VT6y":["Failed to transfer NFT."],"F8Wc3I":["Drag & Drop your file here"],"FAKSZG":["Add google Drive"],"FC17bL":["<0>Powered by <1>Mask Network"],"FGceVy":["Owner can't change balance"],"FMQ6p2":["You've already claimed the lucky drop"],"FR2cx3":["Anti_whale(Limited number of transactions)"],"FY2gWe":["The contract address is incorrect or the collection does not belong to you."],"FZg3wM":["Operation"],"FfJy7A":["Manage Network"],"FgAxTj":["Log out"],"Fgyfqo":["Amount Each"],"FiKDfi":["Failed to unlock NFT contract."],"FiYmUY":["No associated accounts"],"Fim3FY":["Download https://mask.io to try more powerful tools on Twitter."],"Fn9Tvh":["Volume (24h)"],"FnQek5":["Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request."],"FnjSI+":["Not current account. Please switch to this account to set up NFTs Profile."],"Fs/bd5":["Invalid Block Explorer URL."],"FzzpXs":["Sale ends in ",["0"]],"G+XYfT":["Do you want to delete file <0>",["0"],""],"G4NrhP":["Persona created."],"GAZNIW":["Price Statistic"],"GAvnvl":["Payment Password"],"GDe4XX":["Please connect wallet to check if you are eligible to claim $ARB."],"GEL05h":["WalletConnect"],"GExRUL":["Backup password"],"GHvzdC":["No content for the last two weeks."],"GK6Tzr":["Persona Sign"],"GLDuz6":["May be a honeypot."],"GRLMKx":["Winners"],"GS+Mus":["Export"],"GS0ldX":["Unsupported network type"],"GShMK6":["Refunding"],"GTJCth":["The contract owner is not known to be able to modify the balance of the token of other addresses."],"GWCG6Y":["Copy image"],"GWKfFr":["To use Lido, you need to wait ",["0"]," days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1."],"GWMpIa":[["0"]," Risky factors"],"GXhrYw":["1. If you haven't installed the ",["name"]," Wallet"],"GXsAby":["Revoke"],"GZzKYx":["Buy Tax: ",["0"]],"GaH2JF":["Suggest to send transactions and sign messages"],"Gia1VG":["Web3 File Service"],"Gmmd6d":["Verify your X ID"],"GrTvoo":["Transaction in progress. Thank you for your patience."],"GtJJAj":["Add Wallet"],"Gw91G1":["This request should only be sign in the future."],"GyvZPz":["Token ID should be separated by comma, e.g. 1223,1224,"],"H1v3zR":["Insufficient ",["0"]," Balance"],"H8rw2f":["(the name is set by the web site)"],"HCKlXm":["Token Contract Address"],"HF6C2L":["Phone Number"],"HFVck2":["Lucky Drop with ",["0"]," refunded."],"HGTZAO":["Step 2/2"],"HH25qd":["No wallet selected."],"HIq3th":["Cannot switch to a unknown network."],"HKH+W+":["Data"],"HTX2HV":["Minimum received"],"HVRhUV":["By proceeding you agree to the"],"Hp1l6f":["Current"],"HpK/8d":["Reload"],"HqiAyF":["Gwei"],"HvDfH/":["Imported"],"HvUm3m":["Choose and show your Web3 footprints on X."],"I4caYo":["Invalid verification code."],"I5kL4f":["Activity Log"],"I7z//Y":["Trading route"],"IBAx3U":["Kept safely"],"IF7RiR":["Cover"],"IGbphl":["Unlocking ALL..."],"ILvrUp":["Unlikely to be a honeypot."],"IMX4sR":["Blacklist function"],"IQ3gAw":["Upload File"],"ITBQO3":["Max priority fee must be greater than 0 GWEI"],"IUG86v":["The Persona is connected to the account @$",["0"],"."],"IUp08P":["The current wallet does not hold a lens and cannot follow/unfollow"],"IX1M/E":["Floor price"],"IXbRbM":["Choose another wallet"],"If2v4h":["Lucky Drop"],"IhnvgP":["Change to EVM Wallet"],"ImhKg5":["Could not fetch chain ID. Is your RPC URL correct?"],"IoAuJG":["Sending..."],"IrI9pg":["End date"],"Iu4Ja9":["Please enter token contract address."],"J05/Al":["Set NFT NFT Background"],"J0LAHU":["Refund"],"J0Mxpc":["The ",["0"]," is in progress. You can check its status in History after exiting this page."],"J24FyN":["Bridge"],"J2eKUI":["File"],"JA8K9s":["Unpacking"],"JGds+N":["Lack of number, letter or special character."],"JGpseC":[["0","plural",{"one":["This domain is"],"other":["These domains are"]}]," currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"JLiwYz":["Mask Network requires the permission of following websites before using it."],"JOP9uZ":["Transaction has been rejected!"],"JPHuMW":["Swapping"],"JUcj/I":["Switch X Logo"],"JXJlYD":["Set Your Persona Name"],"JbKZsv":["Scan the QR code with a WalletConnect-compatible wallet"],"JeHCi7":["No function found that retrieves ownership"],"JfI60y":["Incorrect Payment Password."],"Jg5pf7":["Current base fee is ",["0"]," Gwei"],"JiIKww":["Advanced Settings"],"JlFcis":["Send"],"JlIzk8":["Browser File"],"Jnjbl3":["You need to follow <0>@",["twitterHandle"],""],"Js4Nk0":[["0","select",{"finding_post_key":["Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you."],"finding_person_public_key":["Mask is looking for the public key of the author..."],"other":["Mask is decrypting..."]}]],"JuVC24":["Deposit token"],"JwzZmt":["to <0>",["toAddress"],""],"K1tshY":["Failed to download image"],"K5a6t1":["Persona already exists."],"K7tIrx":["Category"],"K8jCIB":["Data backed up successfully!"],"KAS4UW":[["0"]," Attention factor"],"KCeSRZ":["We will need to verify your Twitter account and record it on the NextID. Please post it for validation."],"KFYFgI":["Wallet sign failed."],"KFwID2":["Restore Failed"],"KGHnSc":["Lock Wallet"],"KJGKkh":["EVM Chains only"],"KMgp2+":[["0"]," available"],"KPUGxy":["Random Amount"],"KRz1oj":["Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X."],"KTfagY":["Lucky drop with ",["0"]," created."],"KVAoFR":["unlimited"],"KVkke3":["Set NFT PFPs"],"KWeNH6":["Unlocking ",["hasSymbolName"],"..."],"KisOjk":["Restore or Login"],"Kj4oEm":["Generate a new persona"],"Kl9gHp":["Wallet Group #",["0"]],"KmQ25M":["Max priority fee is too high for network conditions."],"KnidLU":["Not Connected"],"Ko4L/B":["The receiving address is a contract address. Please check again."],"KojyJ4":["Wrong Network"],"Koz2Rg":[["0","plural",{"one":["Action"],"other":["Actions"]}]],"KtMMzG":["Wallet disconnected"],"KwJJLb":["<0>Powered by <1>",["0"],""],"Ky09J8":["Previous follow transaction is in processing, please wait and try again."],"KziH2K":["Fast"],"Kzu9r9":["24H Traded Volume"],"L+bpwv":["Please set up backup password to export private key."],"L4vN0F":["EVM"],"L82H5Z":["Creating your **identity**"],"L87Mfu":["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."],"L96aan":["View full transaction details"],"LBtfmO":["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."],"LJkXYZ":["Create New Mask Identity"],"LLf+t1":["No deposit protocols found."],"LNItR6":["You have set NFT PFP successfully."],"LP+1Z7":["Add Network"],"LSwUJb":["Select Liquidity"],"LU3p9s":["Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account."],"LWJCIn":["Connected sites"],"La9ArN":["<0>Powered by ",["publisherNode"]],"LcET2C":["Privacy Policy"],"LcZh+r":["Unsupported data backup"],"LhMjLm":["Time"],"Lho4Qd":["DSearch"],"LiE5z4":["Max base fee should be greater than 0"],"LigbuA":["In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension."],"LkYKvc":["Please select the correct words in the correct order."],"LqWHk1":["Hide ",["0"]],"Lx4CpL":["Wallet name must between 3 to 18 characters."],"Lz7CzN":["No mint function"],"Lzo8mb":["Claimed: <0>",["claim_numbers"],"/",["total_numbers"]," <1>",["0"],"/",["1"],"<2><3>",["tokenSymbol"],""],"M0FgOk":["Add Contact"],"M1RnFv":["Expired"],"M1ts1r":["View your address"],"M24E85":["This address is a contract address."],"M4g1UJ":["Contract Interaction"],"M7ZGdw":["2. If you have installed the ",["name"]," Wallet"],"M9OYUo":["Please try again if you failed to vote."],"MC00Lm":["Scan QR code with WalletConnect-compatible wallet"],"MEIAzV":["Unnamed"],"MKEPCY":["Follow"],"MOHcKb":["Enter a max priority fee"],"MQ9hQ4":["DAO"],"MR/0Va":["All Mask Network users"],"MTqQMG":["Not set"],"Mh3RsB":["Best Wishes!"],"Mi8ATZ":["The token approval revoked."],"Midntl":["Download report"],"Mm1aH+":["Proxy contract"],"MpnSqP":[["0"]," Pending"],"MqdtT5":[["0"]," Bridge Network fee"],"MyjAbr":["Resend"],"N/fqDa":["Ens or Address(0x)"],"N0YrmD":["Valuables"],"N0tcou":["Claiming..."],"N2DUxS":["Insufficient Balance"],"N2S1rs":["Empty"],"N2aeX8":["No valid wallet detected. Please connect wallet or verify wallet firstly."],"N40H+G":["All"],"N5GKfB":["Tax cannot be modified"],"N6/RZd":["Sorry, failed to save NFT Avatar. Please set again."],"N931rj":["Your transaction should be done in <0/>"],"NERSN2":["or Holding NFT"],"NJbBmC":["Switch Twitter Logo"],"NOi+Fr":["This QR includes your identity, please keep it safely."],"NTnXx/":["<0/> unapproved <1>",["0"],""],"NVt/wW":["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"NWqhru":["Reselect"],"NZ7wlC":[["0"]," Holder"],"Na6Ytj":["Change NFT PFP"],"NaZTE7":["Incorrect Mnemonic Words."],"NdlvGd":["Claim Details"],"NfxOUe":["Enter Total Amount"],"Ng063n":["Donate"],"Nhp9Kw":["Exceeded the maximum file size of ",["fileSize"],"."],"NkgvWN":["Logout failed"],"NloaHG":["Backup Password"],"Ns5WaC":["No backups found"],"Nu4oKW":["Description"],"NwibRO":["Supported contracts"],"NzlE6O":["By granting permission, you are allowing the following <0/> contract to access your NFTs."],"Nzm8dm":["Example: Alice"],"Nzwli2":["Base"],"O2XHf2":["Check ",["providerName"]," to confirm connect."],"O3Nzf+":["Bridge between this token pair are't supported at the moment."],"O3oNi5":["Email"],"O86J+j":["This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud."],"O8PsYe":["Add the file to Chrome's database"],"OAZ+tI":[["attentionFactors","plural",{"one":["#"," Attention item"],"other":["#"," Attention items"]}]],"OAfk3i":["Hash"],"OCJdad":["<0>To: <1>",["to"],""],"OLUEnY":["when you click Add Google Drive button,you will be forwarded to Google authorization pages."],"OLY2Jk":["Gas Price"],"OQEwR/":["Create Lucky Drop"],"OR475H":["Network"],"OcvI49":["No blacklist"],"OeD4sM":["Failed to login firefly"],"OfhWJH":["Reset"],"OgPkDe":["Currency Symbol (Optional)"],"OgohfQ":["File Key: <0>",["0"],""],"OhgYJS":["Basic setting"],"OkofjH":["Recover"],"On0aF2":["Website"],"OsyKSt":["Withdraw"],"OuUyzz":["No contacts stored locally, you can try searching."],"OzSOpz":["Create a Privy wallet using an X account"],"P+K/3O":["Confirming"],"P7S/hC":["Max priority fee must be greater than 0 Gwei."],"P9wzG/":["Recovery"],"PByO0X":["Votes"],"PDW/HG":["Your Persona is on **ready 🚀**"],"PGdbc0":["Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com."],"PHM7OA":["Supported Sites"],"PI/VCJ":["Select the wallet(s) to use on this site. You should not connect to website you don't trust."],"PIG043":["Gitcoin"],"PLWaf6":["Create the Lucky Drop"],"PNZOzY":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"]," on <5>",["3"],""],"PRkIUI":["Gas Fee"],"PTXNyo":["Waiting for ",["providerType"]],"Pd3dlq":["Circulating Supply"],"PeT3a5":["You have successfully restored the backup from Google Drive to your browser."],"PiH3UR":["Copied!"],"PjBWOL":["Create your persona to get started"],"PlE+Fs":["Connect and Verify ",["0"]],"PsQmAw":["Everyone"],"Pt3n39":["No back up"],"PwjgPX":["Please create your persona to use Web3 Profile."],"Q0IFtx":["The custom amount entered may be higher than the required network fee."],"Q2lUR2":["Currency"],"Q68Nuc":["Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it."],"QF9SdB":["Split Mode"],"QHZRmq":["Sites"],"QHcLEN":["Connected"],"QJQd1J":["Edit Profile"],"QQPCqQ":["Backup Wallet"],"QRsMow":["Transaction Confirmed"],"QU9aqK":["You have signed with your wallet."],"QUBIav":["Failed to bridge"],"QWxok/":["Connect with Mask Wallet"],"QXDgyQ":["Please write down the following words in correct order. Keep it safe and do not share with anyone!"],"Qbo7Ev":["Write down mnemonic words"],"QcVZFH":["Step ",["step"],"/",["totalSteps"]],"Qd0xFm":["Refund your expired Lucky Drop."],"QowPFh":["Collectibles"],"QpgBEp":[["0"]," days"],"QsVbHo":["Sending address"],"QyZU8V":[["riskyFactors","plural",{"one":["#"," Risky item"],"other":["#"," Risky items"]}]],"QypSt2":["Update X.com Permissions"],"Qz8niP":["You may lose your assets if you give approval to the website of this token."],"R/Pfmp":[["amount"]," ",["0"]," tips sent."],"R2K7XH":["Account successfully connected to persona"],"R9aEN5":["Send ",["0"]],"RCBmDP":["Follow @masknetwork to explore Web3."],"REeHKm":["<0/> ",["txType","select",{"trade":["traded"],"mint":["minted"],"other":["traded"]}]," <1>",["0"]," ",["1"]," for <2>",["2"]," ",["3"],""],"RH8jSA":["Merge data to local database"],"RHSlVw":["Follow @masknetwork (mask.io) to claim NFT lucky drops."],"RL5m+x":["Generating your **accounts**"],"RLBjfU":["Attached File: ",["name"]," (",["size"],")"],"RNfEI8":["You canceled the request."],"ROWd/9":["Leave blank to allow any amount; enter a number to set a minimum holding requirement."],"ROWeBX":["Followings"],"ROsDRH":["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"],"RRw7LE":["Identity ID"],"RUYsn0":["Clear All"],"RW1HJz":["The receiving address may be a malicious address."],"RWoEqV":["Failed to transfer token: ",["message"]],"RZOA0N":["Find Mask Network in the extension list and click the <0/> button."],"RdfrN2":["Mint Address"],"Re7Oex":["Transaction submitted."],"RhCL4z":["Max amount"],"RiLzWA":["Please switch to this network in the mobile application wallet you are connected to."],"RiQQyz":["This allows the third party to spend ",["value"]," ",["0"]," from your current balance."],"Rm3JCH":["File name must between 3 to 20 characters."],"RqRRf6":["Created by <0>",["0"]," • <1>Website"],"RrGhwo":["File ",["0"]," deleted."],"RuO5md":[["seconds"],"sec"],"Rx8sxX":["Select liquidity"],"RxlKnY":["Lens"],"Ry8TiY":["Create Smart Pay wallet"],"S0CsaV":["Create a New Wallet"],"S0vyIh":["Owner changed."],"S2JNMm":["Your file has been successfully restore into the browser data."],"S33tz3":["Not connected"],"S6Qdlo":["Scam Warning"],"SDrb6I":["Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account."],"SGVkVp":["Two entered passwords are not the same."],"SIrUT3":["Grant access to your ",["0"]," for the Lucky Drop Smart contract. You only have to do this once per token."],"SLEDBF":["Failed to add the wallet, please try again."],"SNZM71":[["0"]," withdrawn."],"SREKz9":["Report NFT Scam Contract?"],"SUqBr9":["Refund ",["0"]," ",["tokenSymbol"]," Successfully"],"SX2UXi":["Your vote has been successful."],"SYGo/R":["Import Wallet"],"SYgxDf":["Slow"],"Sfu/we":["Failed to delete, please try again."],"ShHV7X":["Cloud Backup"],"ShmUTn":["Add a Custom Cover"],"Sitstz":["Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund."],"Sjplg3":["View on Explorer"],"SlxhDh":["Verify your wallet"],"Sp69uH":["The web site can"],"T0W3Z8":["Insufficient funds for gas."],"T0Y2+3":["Select a token"],"T3EPqL":["Max base fee"],"T3dlAs":["Quote expired. Update to receive a new quote."],"TA4fAr":["The wallet name already exists."],"TFEJcT":["Set NFT PFP"],"TIIaK1":[["2","select",{"approve":["<0>",["user"]," approved ",["0"]," to <1>",["contract"],""],"revoke":["<2>",["user"]," approved ",["1"]," to <3>",["contract"],""],"other":[]}]],"TJt1iY":["Decentralized social graph protocol for user-centric Web3."],"TNFd5O":["View real-time crypto prices, market cap, trading volume, etc."],"TP9/K5":["Token"],"TRoDRd":["Failed to deposit token."],"TYTRNP":["Eligible to claim"],"TZDLPg":["Claimable"],"Tfxac6":["This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"Tg003Y":["Connected wallets settings"],"Tl3Zls":["This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee."],"TnHNX9":["Update permission for X.com"],"ToePai":["Spend limit requested by"],"TppkTk":["<0>",["user"]," carried out an activity to <1>",["target"]," on <2>",["platform"],""],"TpqeIh":["Error: ",["0"]],"Tuc34V":["Confirm Bridge"],"Tx/jsw":["Do you need to paste encrypted content manually?"],"Tz0i8g":["Settings"],"TzarJw":["Bridging"],"UBzbea":["Recover your wallet"],"UDKbPj":["Your file has been successfully merged into the browser data."],"UFzLh1":["When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ",["0"],". Please reduce the number of NFTs selected."],"UO7xDp":[["0"]," Pool"],"UPJjXF":["Network error, try again: ",["0"]],"URAE3q":["Paused"],"URmyfc":["Details"],"UUfXpm":["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."],"UWxJIW":["Powered by Celer Network. Support $MASK!"],"UXBK7e":["<0>",["user"],"sent",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"to <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"UaXeX3":["Okay"],"UbRKMZ":["Pending"],"Udf/Es":["Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network."],"UfJmJU":["Invalid slippage tolerance."],"UjJCIX":["Contract source code not verified"],"UjRxho":["Persona Recovery Phrase"],"UmVZrM":["Failed to create Lucky Drop."],"UpqenY":["We recommend new Web3 users to keep [Check Security] open."],"UqJ0W/":["Cancel Transaction"],"Usynqd":["Gas price is too low and will cause the transaction fail"],"UtKGok":["Backup Persona"],"UvJiVZ":["There's no feed associated with this address."],"UxJ2jd":["Display Snapshot proposals on the X of the respective project or protocol."],"UxYZfY":["Revoke the approval for ",["0"],"."],"V+1pjj":["Back Up Your Data Your Way"],"V+ZuGt":["You claimed ",["0"]," $",["1"],"."],"V6YDUB":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"],""],"V6wYl1":["Total amount"],"V8j2d/":["App list"],"VAOn4r":["Unlock"],"VECuJk":["Wallet Account"],"VHShJf":["Please click Browse Files button to select files to upload."],"VHVdS1":["No votes"],"VP4HYe":["Next.ID"],"VSx1eg":["Max priority fee"],"VbeIOx":["Author"],"VcPDSd":["Unsupported key store data"],"VdhBp2":["The chainID is not equal to the currently connected one."],"VdkQUC":["Please sign up or login ",["siteName"]," to connect Mask Network."],"Vj7ma7":["Support mnemonic phrase, private key or keystore file."],"VlpdUm":["Use NFT"],"VsHxv+":["Copy text"],"VvGC/Y":[["0"]," Network fee"],"VvPeyR":[["0"]," unlocked"],"VzQ7uf":["Unknown EIP-4361 message version."],"VzQOL2":["This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap."],"W0uonA":["This QR includes your mnemonic words, please keep it safely."],"W2es+t":["Oops, it seems you don't have any voting power at block ",["0"],". <0>Learn more"],"W5OcTk":["No approved contract records."],"W7e3zN":["Are you sure to remove the connected wallet <0>",["0"],"?"],"W7rMXF":["Failed to send token."],"WAjFYI":["Start date"],"WDcQq9":["Unlisted"],"WKG5E8":["You need to hold at least ",["quantity"]," of any of the following tokens."],"WLMjwL":["Confirm to hide ",["0"],"? You can redisplay it by re-adding this token at any time."],"WS7EYf":[["0","select",{"Post":["<0/><1>",["handle"]," published a post on <2>",["1"],""],"Comment":["<3/><4>",["handle"]," made a comment on <5>",["2"],""],"Mirror":["<6/><7>",["3"]," mirrored a post post by<8/><9>",["handle"]," on <10>",["4"],""],"Quote":["<11/><12>",["handle"]," quoted a post post on <13>",["5"],""],"other":["<14/><15>",["handle"]," post stuff on <16>",["6"],""]}]],"WWPi4P":["Incorrect wallet address."],"WY8amq":["Invalid number"],"WZcvLm":["Follow Now"],"WeNxrL":[["0"]," Attention factors"],"Weq9zb":["General"],"WmXCMa":["Switch other account"],"Wqoa0p":["Connect Persona"],"WqzYn1":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"]," to <2>",["project"],""],"WsNUie":["Claimed: <0>",["0"],"/",["1"]," <1>",["2"],""],"Wvnsx1":["Auto-lock"],"Wy16g8":["Gift crypto or NFTs to any users, first come, first served."],"X0PXso":["Swap duration"],"X200Sr":["Forgot payment password?"],"X3X0nY":["You may have ",["0"],"% less received with this level of slippage tolerance."],"X6ujRd":["Be aware, check the token before adding it."],"X8N33g":["Transaction history is only stored locally and will be deleted if you clear your browser data."],"X8w6bW":["Enter Max spend limit"],"XA8JXM":["Add NFTs"],"XB3tfc":["Encrypting your **data**"],"XC7RGa":["Recover your data"],"XDtQ7t":["Display the following address on your Web3 profile page and use it to receive tips."],"XGRJzS":["Open in a new tab"],"XGqAnD":["This token contract has code that prevent selling. This might is a honeypot."],"XQDdOC":["No friends are stored locally, please try search one."],"XQQx83":["<0>",["user"]," ",["0","select",{"supply":["supplied"],"add":["added"],"repay":["repaid"],"withdraw":["withdrew"],"collect":["collected"],"remove":["removed"],"borrow":["borrowed"],"other":[]}]," liquidity on <1>",["1"],""],"XUKicg":["Step 1/2"],"XYLcNv":["Support"],"XZ/B+f":["Don't see your NFT?"],"XcWehA":["Update Quote"],"Xftpm5":["Select Collection"],"XjDSdO":["Old Payment Password"],"Xlpdi1":["on ",["fromNetworkName"]],"Xprzee":["Enter a gas price"],"XrH+JC":["IPFS"],"XrlvqN":["Who can claim?"],"XsyYEe":["This NFT didn't have any activities."],"XyAmgg":["Add wallet"],"Y7N0Sj":["View your account balance and history"],"Y9mYPy":["Powered By ",["0"]],"YF8jon":["Ended ",["relativeEndTime"]],"YKSmxE":["Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts."],"YLObqx":["Equal Amount"],"YOacnL":["Tell friends what's happening..."],"YOnK5s":["<0>",["user"]," registered ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an ENS "],"other":[]}],"for <3>",["costValue"]," ",["costSymbol"],""],"YPNSH3":["Connect Solana Wallet"],"YSi9PS":["Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events."],"YW51YO":["24H sale"],"YXIpYp":["Please verify the current persona with a social media account before using dApps."],"Yckw2R":["Fiat On-Ramp"],"YdCB5X":["Copy private key"],"YiPiv6":["There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"YirHq7":["Feedback"],"YnqCPK":["Verify Account"],"Yp8yB4":[["0"]," to ",["1"]],"Ywu8Rl":["Please connect ",["0"]," and send a proof post before using dApps."],"Z/tioj":["Swap ",["0"]],"Z16qyu":["Persona Name"],"Z3+V9p":["Restore backup failed."],"Z33XCd":["Input contract address"],"Z3FXyt":["Loading..."],"Z3S6Dx":["Step 1/3"],"Z3y+8t":["Unsupported Network"],"Z6siIw":["Switch between the classic Twitter logo and the new one."],"Z7ZXbT":["Approve"],"Z8+FzC":["Connecting your ",["providerType"]," wallet"],"Z8G4E5":["Change to Flow Wallet"],"Z8lGw6":["Share"],"ZAVklK":["Or"],"ZDcdss":["Claim Conditions"],"ZHsD28":["Enable the plugin"],"ZIsLZh":["Size limit: 10 MB"],"ZK75iC":["Choose a Cover"],"ZKAj6+":["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."],"ZQbnxO":["No collectible found."],"ZQr5hT":["Unlock Token"],"ZSWUwq":[["0"],"m"],"ZSgQgC":["Max fee is too low for network conditions."],"ZTXjJ3":["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."],"ZTmzRV":["Highest Price"],"ZdnQsW":["<0/> interacted with <1/>"],"ZgFWrp":["<0>Powered by<1>Go+"],"ZhrWG1":["Create persona"],"ZrZMJ6":["Backup failed, <0>try again"],"ZsjtYe":["Failed to set Avatar."],"Zypku0":["By using this plugin, you agree to the <0>terms and the <1>privacy policy."],"a1S2x7":["Data source is retrieved from ",["0","select",{"other":[],"twitter":["Twitter profile and "]}],["sources"],"."],"a1SmQh":["Select Wallet"],"a23gJr":["Incorrect backup password."],"a33WQ+":["Download the ",["name"]," Wallet here"],"a4C0ak":["Insufficient Balance for Gas Fee"],"a4N/Bg":["Load More"],"a5t/N3":["Spend more transaction fees to cancel the previous transaction."],"a6ONsz":["Unlock ",["0"],"."],"a7u1N9":["Price"],"a9X8Om":["Failed to report spam."],"aAIQg2":["Appearance"],"aEgiLS":["contributions"],"aF8kci":["Creation Completed"],"aFJrEy":["You need to hold any of the following NFTs in your wallet."],"aFht5e":["Connected ",["0"]," with ",["walletName"],"."],"aTzTyw":["Add Assets"],"aVI2qx":["Click the application icon to list it on the App board."],"aYT9SD":["Max fee"],"acK3j2":["Input your Private Key"],"agPptk":["Medium"],"ah8/4v":["Floor Price"],"ahNa7P":["NFT Holder"],"ahpgxl":["Please create a Persona and verify your account to use this."],"ai3VNq":["Connected Wallet"],"ajKdns":["This wallet address has already been connected."],"apl8rz":["Failed to withdraw ",["0"],"."],"aqop4L":["Check on Explorer"],"awW7ak":["Remove Wallet"],"ayxkVX":["Transaction"],"b+scYY":["Requesting Connection"],"b/mMOj":[["0"]," ",["1"]," approval successfully."],"bBzHQT":["Input amount is below the minimum amount"],"bD8I7O":["Complete"],"bEPPWi":["Connect Flow Wallet"],"bGMpPD":["Unlock NFT Contract"],"bIpwjD":["My Wallets"],"bKGn4N":["<0/> minted",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]],"bLJivk":["Select an NFT Contract Owner"],"bLmWH9":["Bridge anyway"],"bLqb2p":["<0>Latest offer at <1>$",["0"],""],"bLvQvN":["Library:"],"bQXBhp":["Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves."],"bTQliy":["This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account."],"bUUVED":["Asset"],"bapItf":["Incorrect Backup Password."],"bassMa":["Incorrect cloud backup password, please try again."],"bbS8qf":["1 NFT claimed."],"bdIrOO":["Verification code has been sent to your email. Please check your mailbox."],"bfNmSO":["Set payment password successfully."],"bnfo6T":["Sent verification post successfully."],"bnuQy5":[["0"]," files selected"],"bwlRe8":["Selecting NFTs"],"c+Fnce":["Sign"],"c+XaKf":["<0>",["formattedUser"]," ",["0","select",{"follow":["followed"],"unfollow":["un-followed"],"other":[]}]," <1>",["other"]," on <2>",["1"],""],"c19z3W":["Available Balance"],"c2MkCo":["Payment password must be 6 to 20 characters."],"cD0wgO":["Do you want to remove the verified association between the X account @<0>",["0"]," and ",["1"],"?"],"cFDjd3":["Transaction type"],"cJv4Ca":["Connecting operation cancelled in third-party wallet."],"cM1qH2":["Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media."],"cNJNBU":["Get optimized search results when you're looking for a token."],"cQYjZe":["To verify your X account and record it on the NextID, you will need to send a post for the verification."],"cVit2/":["Please set the backup password to back up"],"caP+Xq":["Crypto Holder"],"cbzSv5":["Max fee should be greater than base fee of ",["0"]," Gwei."],"chL5IG":["Community"],"clw/Xh":[["0"]," sent."],"cm4E8+":["Experience in X"],"cmKQl+":["Failed to save the file. Please try again."],"cmNbUB":["Not found your ",["providerType"]," wallet"],"cnGeoo":["Delete"],"crVIc7":["Locale Backup"],"ctb8Cs":["Dex/Est received (",["0"],")"],"cvCD4e":["Contract Creator"],"d0aemb":["Please create a persona for accessing Dapps."],"d6nk2t":[["0"]," Platform costs"],"dAMTl9":["This RPC URL is currently used by the ",["0"]," network"],"dCpOJ5":["<0/> approved with <1/>"],"dCvyk/":["Change another account and try again."],"dEgA5A":["Cancel"],"dXFgcm":["Transfer Token"],"daEP1M":["Token info"],"dajsth":["Incorrect Keystore Password."],"du/tmd":["Create your Lucky Drop."],"dyNKut":["Browse Files"],"dzAth+":[["0"]," ",["1"]," swap completed successfully."],"e0E1XI":["Max Fee (GWEI)"],"e1vdXO":["Arweave"],"e34ZOD":["Waiting time"],"e3I0CA":["Failed to restore the backup: ",["0"]],"e3hCsY":["Lido Exchange Rate"],"e4yrZ/":["Token Address"],"eC1gV9":["Invalid file type"],"eDT+Oh":["The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets."],"eE0JZ4":["Version"],"eEeK5j":["<0>Expires in ",["0"]],"ePK91l":["Edit"],"eWczg7":["Just Me"],"eaLSW8":["Persona name must between 1 to 24 characters."],"ecqLr0":["I just tipped a ",["NFT_Name"]," to @",["recipientUserId"],"'s ",["0","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["recipientAddress"],"\n\nInstall https://mask.io/download-links to send your first tip."],"eeYVJ5":["Be careful what you visit and sign!"],"ejVYRQ":["From"],"elyK4N":["Failed to unlock token contract."],"eoeq4k":["<0>",["user"]," made a comment on ",["platform"]],"ep2Wyh":["1 ",["0"]," tips sent."],"erRCKP":["File saved"],"es4h+b":["Swap Anyway"],"ezYNcH":["Pin Mask Network to the toolbar for easier access:"],"f5AidZ":["Write down recovery phrase"],"f61qKX":["Deploy a SmartPay wallet on Polygon network."],"f6pX67":["<0>0 Followers <1>0 Following"],"fDP2k4":["Change Payment Password"],"fFGPy6":["Or create a new wallet group"],"fFYJ8f":["Welcome to use Mask Network"],"fL7WXr":["Applications"],"fRQP7E":["<0>Granted to <1>",["0"],""],"fRUjl7":["Please switch to <0>@",["expectAccount"]," to continue the account verification progress."],"fUn3xA":["Generate a new wallet address"],"fc4PdK":["The RPC URL you have entered returned a different chain ID (",["rpcChainId"],"). Please update the Chain ID to match the RPC URL of the network you are trying to add."],"fdqDgM":["Ended on <0>",["0"],""],"fiPesM":["Method"],"fj5byd":["N/A"],"foOw00":["Balance(",["symbol"],")"],"fqDzSu":["Rate"],"fsBGk0":["Balance"],"fsUPaG":["Congratulations"],"fvRGyC":["Trying exploring more features powered by Mask Network."],"fx6pOQ":["Balance: <0/>"],"fza4cg":["Import Wallets"],"g/1WbH":["from <0>",["fromAddress"],""],"g/i+bG":["Transaction rejected"],"g2UNkE":["Powered by"],"gC2WI+":["Persona"],"gERRYE":["Artblocks"],"gHM62X":["Payment password changed."],"gM+Nj7":["Are you sure to report ",["0","select",{"hasName":[["1"]],"noName":["this NFT"],"other":["this NFT"]}],"? After confirmed, this NFT will be marked as spam."],"gT+8Dk":["Confirm to hide ",["name"],"? You can redisplay it by re-adding this NFT at any time."],"gUuuBi":["Check Security"],"gVfVfe":["Contacts"],"gWcGl/":["Your wallet cancelled the transaction."],"gdnEab":["Incorrect recovery phrase."],"ggdga4":["The user has not set this."],"ghVDTt":["rounds"],"ghZx62":["Unlock token"],"gk7J2q":[["0","select",{"other":["<0>Size limit: ",["fileSize"],""],"omit":[]}]],"gkLviK":["This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"gmOW42":["ENS or Wallet Address"],"gnSRSG":["Hiding Scam Transactions"],"gp6A8z":["Authorization Failed"],"gtdJ43":["My wallet"],"gwuMzD":["<0>",["user"]," appointed a proxy on <1>",["platform"],""],"gxV9O8":["Cast your vote"],"h/b9lY":["No followers."],"h0qYUk":["Search with an ENS domain or wallet address to get optimized results."],"h3bIHg":["Disconnect Social Account?"],"h53LoU":["Social Account"],"h5Dtc5":["funding received"],"h69WC6":["Sent"],"h7+V7K":["Backup & Recovery"],"hEpXzO":["Welcome to Mask Network"],"hG89Ed":["Image"],"hHLRGW":["Hide tokens with value less than $1"],"hRWvpI":["Claimed"],"hRtIgr":["APP list"],"hTbvD9":["Sorry, you are not eligible to claim $ARB in this campaign."],"hUF4dG":["Backup password set successfully"],"hWUuAb":["Already following"],"hXzOVo":["Next"],"hYgDIe":["Create"],"he3ygx":["Copy"],"heVBR8":["Enter Amount Each"],"hehnjM":["Amount"],"hg5QeV":["Total cost"],"hhtbAs":["Unfollow lens handle"],"hj39w+":["Loading failed due to Snapshot API service breakdown."],"hom7qf":["Claim"],"hpxXOD":[["context","select",{"approve":["<0>",["user"]," approved <1>",["amount"]," ",["symbol"]," to <2>",["contract"],""],"revoke":["<3>",["user"]," revoked the approval of <4>",["amount"]," ",["symbol"]," to <5>",["contract"],""],"other":[]}]],"hxHyfs":["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."],"hxdOdX":["Owner can change balance"],"hzTib5":["Select an NFT Contract Operator"],"i2x+p1":["Processing Withdrawal"],"i4umqX":["The following wallets are not installed or in conflict with others"],"i6OT6/":[["subject"]," has an error"],"i70ilP":[["0"]," NFT contract unlocked."],"iCb44o":["Created on: ",["0"]],"iF9x7r":["Trading mode"],"iH8itU":["Connect your wallet"],"iH8pgl":["Back"],"iJLEZF":["Show me how"],"iNIdDX":["Incorrect contract address."],"iPMIoT":["Enter an amount"],"iSLIjg":["Connect"],"iT0Qmd":["Transaction Failed"],"iTiwqa":["Asset is hidden."],"iZLoa2":["eg: X accounts, persona public keys, wallet addresses or ENS"],"ia3Lqp":["The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions."],"ie2c+s":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Welcome to join."],"ileX7U":["No recent transactions"],"imDvP9":["Gas limit must be smaller than ",["maxGas"],"."],"iobEyh":["By checking this box, I agree to ArtBlocks's <0>Terms of Service."],"iuCSJl":["This wallet is connected to current persona ",["0"],"."],"iuJFAy":["Low Risk"],"iwiSFA":["Similar Project"],"j2Uisd":["Approving"],"j2a+h4":["Past rounds"],"j4TRxD":["Select Address"],"j8MqhB":["CyberConnect"],"jEDiuG":["Network added"],"jICk7g":["There was a network or RPC provider error, please try again later!"],"jIWgmE":["Entered passwords are inconsistent."],"jJPsrT":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"jJrqb1":["Token Name"],"jK7nvW":["Failed to disconnect wallet"],"jRcH7y":["NFT Avatar Setting"],"jRfanQ":["Gas Used (Units)"],"jXWnN0":[["0","plural",{"one":["Strategy"],"other":["Strategies"]}]],"jZQU+o":["Originally posted by ",["0"]],"ja6Tyz":["Search with the name of an NFT collection or its symbol to get optimized results."],"jaH9PD":["Hi friends, I just created ",["token"]," Lucky Drop. Download Mask.io to claim."],"jas0vv":["Disconnect all accounts"],"jbc0gF":["Create Password"],"jeLXsu":["Who can claim"],"jfJkBQ":["Gas price is too low for network conditions."],"jh0i4n":["Confirm this transaction in your wallet."],"jhoAzY":["Mask Network Cloud"],"jjCXPD":["Starts ",["relativeStartTime"]],"jpctdh":["View"],"jt/0L2":["You've saved ",["0"]," to Web3 file service."],"jt/cjR":["Safety Warning"],"jtExaD":["Not supported yet."],"jygqM9":["Loading account information..."],"jzLzy/":["No whitelist"],"k/sb6z":["Select language"],"k/vATR":["Token unlocked"],"k0USDt":["Account connected.<0/><1/>Try to explore more features powered by Mask Network."],"k1pJQo":[["0"]," network is not added to the wallet. Please add it and try again."],"k28Qhe":["Failed to save file"],"k57+C7":[["walletLength","plural",{"one":["#"," Wallet"],"other":["#"," Wallets"]}]],"k7u9V5":["Incorrect words selected. Please try again!"],"kCAzy/":["Collection Approval"],"kG0n0M":["Network error or user cancels the process."],"kHDhjV":["I just claimed airdrop with ",["amount"]," ",["0"]," on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities."],"kKY8Re":["The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"kPQQEW":["Enter an Amount"],"kV9Qeo":["You have donated ",["0"]," ",["1"]],"kWJmRL":["You"],"kbfp5m":["Visible To"],"kdW3qS":["Nonce"],"kePpfU":["Update NFT Avatar Success!"],"kf/5Ap":["Explore multi-chain dApps."],"kf83Ld":["Something went wrong."],"kg/ict":["Lucky Drop claimed."],"kj3M8S":["Deposit"],"kjBSDT":["<0>",["user"]," minted ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}],"for <3>",["value"]," ",["symbolName"],""],"ks5OGD":["Contract"],"kx0s+n":["Results"],"l/UFPv":["Properties"],"l3s5ri":["Import"],"lCF0wC":["Refresh"],"lCHQzJ":["This address may be a scam address."],"lCfoWv":["Select NFTs"],"lDgVWA":["Receive"],"lET9my":["Mask needs the following permissions"],"lErh77":["Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance."],"lKldOY":["12-word recovery phrase is used to recover your persona data."],"lO/vMB":["OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly."],"lPJwNU":["Persona: ",["personaName"]],"lPsa94":["Merge Completed"],"lQXQKs":["Vote"],"lU6uRb":["Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility."],"lWOC+h":["Mask Network requires you to authorize the following websites before using it."],"ldI18s":["Minted:"],"lhvy2j":["Firefly"],"llLBQ1":["a token"],"lmYQuN":["At most ",["SOL_REDPACKET_MAX_SHARES"]," recipients"],"loCUuu":["Keystore"],"lqTDfd":["Slippage Tolerance"],"lqW7eD":["In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address."],"lr8uE3":["Holding ",["0"]],"lvL4x0":["Follow @masknetwork for Web3 updates and insights."],"lxJU2w":["Enter Number of Winners"],"lyjM6U":["Wait too long for the confirmation."],"m+uuUE":["Cross-chain"],"m/TPEz":["(beta)"],"m16xKo":["Add"],"m2OZMI":["Max fee cannot be lower than max priority fee"],"m2pyX2":["Buy Now"],"m3VOQq":["Current wallet does not support to interact with Lens protocol."],"m3XvO+":["Imported Wallets"],"m3akOw":["I just claimed a lucky drop from @",["sender"]," on Solana."],"m3cvPZ":["Payment password set."],"m3pz1u":["Insufficient ",["symbol"]," Balance"],"m64f3d":["Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead."],"mCB6Je":["Select All"],"mGHHf5":["After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips."],"mHWsOq":["Failed to confirm"],"mNUsxu":["Tx Fee"],"mPxxVq":["Enter a gas limit"],"mQpWAe":["Edit Contact"],"mT57+Q":["Go to Settings"],"mUJUVX":["Claim your NFT Lucky Drop"],"mW8F64":["This project is no longer active"],"mYGY3B":["Date"],"mZ04KC":["Overall Best"],"ma8rSx":["Your transaction has been confirmed!"],"mc68kY":["New Payment Password"],"md5sZ/":["This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud."],"mfwfMR":["You can claim the lucky drop by holding the required amount of any selected token."],"mhNIiJ":["Gas price is higher than necessary. You may pay more than needed."],"mrAv9J":["Failed to save network"],"msszNj":["<0/> approved <1>",["0"]," ",["1"],""],"muQqQY":["Buy & sell tweets autographed by their original creators."],"mzI/c+":["Download"],"n+ObkB":["Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets."],"n1gwuy":["on ",["toNetworkName"]],"n2HnVK":["If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses."],"n42fmQ":["Enter a max fee"],"nDzNGQ":["Follow User"],"nE/lLr":["Just Selected Contacts"],"nFjzvC":["Approved Amount ",["0"]],"nGl2Ng":["Restore Completed"],"nKLBYz":["We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!"],"nMUHWK":[["claimed"]," Follow @",["0"]," (mask.io) to claim lucky drops."],"nMkx7r":[["0","plural",{"one":["#"," Hour"],"other":["#"," Hours"]}]],"nOCyT5":["Show tokens with value less than $1"],"nOhz3x":["Logout"],"nSkB8g":["Information"],"nTFx7o":["Avatar set successfully"],"nTWWCZ":["Low"],"nTif4K":["Select and Connect to your wallet"],"nUWEsV":["Max fee is higher than necessary"],"nUeoRs":["Signing Message (Text)"],"nV/wXH":["This profile can not be followed."],"nWDO1P":["<0/> ",["txType","select",{"burn":["burned"],"deposit":["deposited"],"mint":["minted"],"receive":["received"],"send":["sent"],"withdraw":["withdrawn"],"other":[]}]," <1>",["0"]," ",["1"]," "],"ndRqFD":["Chain ID"],"neBDpj":["Please connect wallet"],"ngWO+e":["No local key"],"njSHJP":["You didn't approve ",["0"],". Please do not set spending cap to 0 and try it again."],"nqL5WA":["Claim Lucky Drop"],"nqagQ8":["Signing Message (Raw)"],"nvAt0H":["Resource"],"nvV/Td":["Balance: <0>",["0"],""],"nwSp3U":["I just tipped ",["amount"]," ",["0","select",{"namedToken":[["1"]],"other":["token"]}]," to @",["recipientUserId"],"'s ",["2","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["3"],"\n\nInstall https://mask.io/download-links to send your first tip."],"nzBzok":["Create time:"],"o+XJ9D":["Change"],"o+zDNQ":["The mnemonic word has been copied, please keep it in a safe place."],"o4Iu2W":["Logout successfully"],"o4NrTC":["Confirm this Signature in your wallet."],"o66hO5":["Discovered a LuckyDrop event on the FireFly website."],"o9pabc":["No codes found to suspend trading."],"oCBTyI":["This will overwrite the existing cloud backup with the local data, this cannot be undo."],"oDMfB1":["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"oDSXfc":["New password cannot be the same as your current password."],"oG26Rt":["Confirm this transaction in your wallet"],"oG67vO":["Available to Everyone"],"oIsL5E":["Chain ID: ",["0"]],"oJIW7I":[["context","select",{"mint":["<0>",["to"]," minted <1>",["value"]," ",["symbol"],""],"send":["<2>",["from"]," sent <3>",["asset"]," to <4>",["to"],""],"claim":["<5>",["to"]," claimed from <6>",["from"],""],"burn":["<7>",["from"]," burned <8>",["value"]," ",["symbol"],""],"deposit":["<9>",["from"]," deposited on <10>",["exchange"],""],"withdraw":["<11>",["from"]," withdrew on <12>",["exchange"],""],"other":[]}]],"oMx/mL":["Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later."],"oN9XHJ":["Start Time: <0>",["0"],""],"oOQfsI":["Current account is not the verifying account."],"oTLFeN":["The Lucky Drop can't be sent due to data damage."],"oX+QCa":["<0>Powered by<1>Mask Network"],"oYzol6":["an NFT"],"oZw0Iw":["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"],"ocYse8":["Failed to refund Lucky Drop."],"oe5xh9":["Decrypt failed, please check password"],"of3mx/":["<0>",["user"]," swapped <1>",["from_value"]," ",["from_symbol"]," to <2>",["to_value"]," ",["to_symbol"]," on <3>",["platform"],""],"ofUcbc":["Random"],"ohUJJM":["Plugins"],"ojlMCx":["Minimum withdraw amount is ",["MINIMUM_AMOUNT"]," ",["0"]],"olEUh2":["Successful"],"ooHEV6":["1 ",["0"]," NFT Lucky Drop claimed."],"osXsDn":["Import NFT"],"ou+PEI":["Profile Photo"],"ouAjo6":["No Enough Gas Fee"],"ovBPCi":["Default"],"oxKup1":["Insufficient $",["0"]," balance"],"p+ngUo":["Unfollow"],"p1/7GX":["Contract Not Found"],"p2/GCq":["Confirm Password"],"p3TX0l":["Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers."],"p7l2aC":["Contract:"],"p8Aea2":["The persona name already exists."],"p8OYBy":["@",["sender"]," is sending an NFT lucky drop on ",["networkName"]," network. ",["account_promote"]," ",["promote_short"]," #mask_io #LuckyDrop ",["0"]],"pG7O41":["Fastest"],"pGElS5":["Mnemonic"],"pHfBGz":["Updating Gas Fee…"],"pIyHYi":["Lens Follow"],"pLHDrO":["Holding NFT"],"pOE8Vh":["Space"],"pa3wn3":["It remains unclaimed."],"pbOGiB":["Revoke Token"],"pbYUPI":["Text copied!"],"pi+hn/":["Ethereum ",["HD_PATH_WITHOUT_INDEX_ETHEREUM"]],"pjrgRd":["Incorrect Private Key"],"pkyWdU":["Keystore password"],"poYLOl":["New Logo"],"ps1+DX":["Set your persona name with maximum length of 24 characters"],"pu3rTn":["GWEI"],"puUEU3":["Change Backup Password"],"put3ex":["Request is valid not after"],"pv5v6j":["About Permit"],"pvnfJD":["Dark"],"py6hU8":["Signature Request"],"pzO3Xa":["Total Supply"],"q+O14e":["Search Area"],"q+hNag":["Collection"],"q/ao7A":["Price per mint"],"q5+UWM":["Contact edited."],"qAbGIK":["Issued at"],"qCMUPH":["Unlock ",["0"]],"qDIxZ+":["Failed to restore the backup from Google Drive to your browser. Please try again."],"qHqI+o":["<0>Powered by <1>Mask Network"],"qI8U4x":["Max fee cannot be lower than max priority fee."],"qIL7PI":["Offers"],"qJb6G2":["Try Again"],"qNiGUh":["size"],"qT8oOt":["Persona required."],"qWMpAl":["up to ",["0"]," Gwei"],"qYuscr":["Max Priority Fee"],"qZ6p7p":["Backup on ",["0"]],"qcqdIh":["You need to open the dApp to view the specific content."],"qcybNQ":["Proposal"],"qdyV/M":["News"],"qhKyO3":["Withdraw ",["0"]],"qkhZxp":["Created a SmartPay wallet on Polygon network."],"qp8fKi":["By confirming means that you agree to bear the possible risks above."],"qqWcBV":["Completed"],"r3OcML":[["mins"],"min"],"r92tNP":["Failed to authorize Google Drive. Please try again."],"rBLzKv":["Max fee is higher than necessary."],"rCsoea":["Manage Token List"],"rG3WVm":["Select"],"rJZPaP":["No activities found."],"rKY/BK":["Classics Logo"],"rLgPvm":["Backup"],"rQQGN1":["Max priority fee is higher than necessary. You may pay more than needed."],"rR6iwH":["Domain Request"],"rWE7Lq":["Contact deleted."],"rWqyF3":["Gas limit should be between ",["minGasLimit"]," and 15.00M"],"rYFSec":["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."],"rZ0rgl":["Total Volume"],"raCUEa":["By granting permission, you are allowing the following <0/> contract to access your funds"],"rcNnsQ":["Price:"],"re2nOO":["Uploaded files"],"rkMKQ0":["The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later."],"rm0yu/":["About ",["collectionName"]],"rqV4QH":["This swap isn’t supported"],"rrvbCi":["Network error or execute smart contract failed."],"rulocO":["Checking Approve"],"ryWxhG":["Congratulations!"],"s/8SJ+":["View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source."],"s4Omor":["To <0>",["0"],""],"sGkv/+":["Hi friends, I just deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"sOYKMU":["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."],"sOcZTR":["Contract Deployment"],"sQJ3RN":["Max priority fee is too low for network conditions."],"sQTDWu":["Allow us to collect your usage information to help us improve Mask."],"sSkbaZ":["Request timed out."],"sWsox7":["Follow Lens handle"],"saHPqg":["Claim your Lucky Drop."],"sb9Y58":["Wallet"],"siroPf":["Mask Network"],"sxkWRg":["Advanced"],"szNWi8":["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."],"t+A5fr":["Gas price should be greater than 0"],"t/YqKh":["Remove"],"t2prdI":["No search results"],"t3rUZr":["Sign-in Request"],"t6bQQD":["Send authors tips by using Mask Network's Tips function."],"t6md+W":[["0","select",{"create":["<0>",["user"]," created a profile on <1>",["platform"],""],"update":["<2>",["user"]," updated a profile on <3>",["platform"],""],"other":[]}]],"t8dIOP":["Spam"],"t91sWs":[["actionType","select",{"stake":["<0>",["user"]," staked <1>",["symbol"],""],"claim":["<2>",["user"]," claimed <3>",["symbol"],""],"unstake":["<4>",["user"]," un-staked <5>",["symbol"],""],"other":[]}]],"t9m1iP":["Spam reported."],"tARYn/":["NFTs Profile"],"tCAZi9":["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."],"tG9G+b":["File Service"],"tHoyBc":["Please connect ",["0"]," before using dApps."],"tIW5Jt":["No matched tokens"],"tKJ7ee":["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."],"tOL6AP":["Adjust Selection"],"tOMnvw":["Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites."],"tPeNU7":["This network name already exists"],"tRRE1h":["1 ",["0"]," claimed."],"tXkhj/":["Start"],"tbOs8j":["Confirm Swap"],"tcHpvG":["Change Owner"],"tfDRzk":["Save"],"thX7xs":["The network with chain ID ",["formChainId"]," may use a different currency symbol (",["0"],") than the one you have entered. Please check."],"tiX/tO":["Address: <0>",["address"],""],"tj48De":["Connect Social Account"],"tjbyOy":["Project details"],"tk+uyz":["You've approved ",["0"]," for ",["1"],". If you want to revoke this token, please set spending cap amount to 0."],"toDFSK":["Wallet sign succeeded."],"tst44n":["Events"],"tuOw4x":["Make It Encrypted"],"tx1x9k":["I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io."],"txEVTf":["No Listings"],"ty2gt9":["You need to follow the creator of the lucky drop."],"u2OWVJ":["Disconnect failed."],"u2Srv1":["Claim your Airdrop"],"u3ZeYl":["Transaction failed"],"u689pQ":["Ends in ",["relativeEndTime"]],"uAQUqI":["Status"],"uBAxNB":["Editor"],"uF9ruK":["Saving"],"uJQLj9":["Connect and switch between your wallets."],"uSMfoN":["Verify"],"uip9JY":["I wrote down those words in the correct order"],"ujpEaI":["Please connect your wallet"],"uqF4Nm":["Blockchain:"],"usVwcn":["No anti_whale(Unlimited number of transactions)"],"uv94aG":["Added by user"],"uv9cwh":["Bridge Network fee"],"uyJsf6":["About"],"v01kR+":["NFT PFP"],"v7U98p":["Failed to claim Lucky Drop."],"vH2C/2":["Swap"],"vLXevL":["Transaction cost"],"vOx+Me":["You can withdraw the remaining balance 24 hours after sending the lucky drop."],"vVEene":["View your Tokens and NFTs"],"vXIe7J":["Language"],"vXygio":["Not enough data to present."],"vel6Z1":["Request Source"],"vhlM+H":["Withdraw ",["0"]," for savings."],"vhqFTT":["Can't find a valid user address data source."],"vutynE":["Enable plugin"],"w0e0yw":["Gas limit must be at least ",["0"]],"w1ctdJ":["Encrypted Post"],"w3t1Hw":["Powered by <0>Go+"],"w4oOEJ":["Mask Community $ARB Giveaway"],"w9Xmw/":["Google Drive"],"wCtp6y":["Your Wallet is on **ready 🚀**"],"wDnczW":["Optimize the display of search results about ENS in social media."],"wGtbaw":["Amount per Share"],"wMHvYH":["Value"],"wNecg9":["Multiple transaction requests ",["0"]," / ",["1"]],"wNxsb2":["Reject ",["totalMessages"]," Transactions"],"wThGrS":["App Settings"],"wUlAUI":["<0>@",["currentUserId"]," connected already."],"wYA1q/":["Auto report the scam links to MetaMask"],"waXvJd":["NFT is not minted yet."],"wbDTs9":["Request timed out"],"wqppGn":["Permissions List"],"wvJOId":["This ENS does not exist or not be resolved."],"wxZZWc":["You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet."],"wxfXhJ":["Scam tx"],"x0PhCN":["Disconnected successfully."],"x4f8pZ":["Tips"],"x5LEuB":["Followers"],"x6rEou":["<0>",["user"]," claimed ",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"from <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"xBXg0L":["No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk."],"xC6eGY":["Mint function"],"xCJdfg":["Clear"],"xCcvjC":["Set up NFT PFP successfully"],"xDAtGP":["Message"],"xDO6ZN":["Plugin switch"],"xEQZ4z":["Use text encryption"],"xEX/9S":["No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk."],"xFCCR4":["Please enter the correct mnemonic words, private key, or upload the correct keystore file."],"xGVfLh":["Continue"],"xH6cn+":["Choose Token"],"xIxVmH":["Unlock ",["0"]," NFT contract."],"xPSvu3":["<0>",["websiteCount"]," ",["0","plural",{"one":["Website"],"other":["Websites"]}]],"xTQLHC":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Install @masknetwork to get yours."],"xeiujy":["Text"],"xjhtsV":["Chain"],"xoKE3v":["Disable Permit"],"xuKB2x":[["0"]," deposited."],"xupcu9":["Speed Up"],"y/+ReV":["No any collectible is available for preview. Please add your collectible here."],"y/kxxM":["Priority fee"],"y2i17G":["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."],"y3juHh":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"y3qyKP":["NFT Lucky Drop created."],"y49awp":["Set NFT Photo"],"y5aRAa":["Please enter cloud backup password to download file."],"y62Dys":["Network fee"],"y6VCOb":[["0"]," Mins"],"y6sq5j":["Following"],"yC/GKd":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3."],"yD15Uj":["Are you sure to remove this wallet?"],"yDUr0V":["Lucky Drop refunded."],"yFpcbN":["This request may be a phishing attach. I understand this and want to continue."],"yFrxQj":["Mnemonic word"],"yGyJ1l":["You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again."],"yHrAv+":["Claim Lucky Drop with ",["0"]," claimed."],"yKu/3Y":["Restore"],"yNBZ3N":["Enter gas limit"],"yNu9vD":["The wallet address already exists."],"yQE2r9":["Loading"],"yQqkIK":["24H Average Price"],"yRuvmU":["The mnemonic words has been copied, please keep it in a safe place."],"yTZe+y":["Snapshot"],"yVnV6H":["Please write down or copy these words and save them in a secure place."],"yVzBCJ":["NFT Lucky Drop claimed."],"yZhedI":["Gas fee settings"],"yb/fjw":["Approval"],"ybuu1v":["Oops, we can't find any results."],"ygW4tI":["Please connect your persona"],"yik0Qu":["Private Key"],"ykiu3o":["NFT Details"],"ylUhBz":["Click to retry"],"ylXk9u":["Encrypt the message in an image"],"yqc6uX":["This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing."],"ywDBfs":["Something went wrong!"],"yx/fMc":["High"],"yz7wBu":["Close"],"yzF66j":["Link"],"z+H8bd":["Your wallet does not meet the eligibility criteria for claiming."],"z/3+av":["License:"],"z1i6et":["Failed to ",["0"]," NFT contract."],"z27gFg":["If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it."],"z7Fh2l":["Base fee required: ",["MIN_BASE_FEE"]," Gwei"],"z9HeHt":["Create a Privy Wallet"],"zBPjcC":["Revoke the approval for token"],"zBUJYA":["The approval for this contract will be revoked in case of the amount is 0."],"zBftr8":["Claim NFT Lucky Drop"],"zEZe86":["You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends."],"zGTAja":[["claimed"]," Follow @",["account"]," (mask.io) to claim lucky drops."],"zJlXbX":["NFT"],"zPar3e":["Collectible"],"zX9KdB":["No following friends."],"zXagFp":["Copy Address"],"zZk9Yz":["Purchase"],"zga9sT":["OK"],"zgqgNP":["Purchasing...."],"zkEW09":["You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?"],"znqB4T":["Insufficient balance"],"zp7Ha3":["Backup Failed"],"zwBp5t":["Private"],"zxrGeO":["Gas limit must be bigger than ",["minGas"],"."],"zzDlyQ":["Success"]}} \ No newline at end of file +{ + "messages": { + "++B0oY": ["This function has been turned off in the App settings. Enable plugins to fully access."], + "+01Ill": ["Change to Solana Wallet"], + "+5hgHR": ["Are your sure you want to disconnect? You may lose part of functionalities of this website."], + "+95jK3": ["Gas limit too low will cause the transaction to fail."], + "+A4TPN": [["0"], " NFT contract"], + "+CzAt9": ["Previous unfollow transaction is in processing, please wait and try again."], + "+IEBAO": ["Approve amount"], + "+K0AvT": ["Disconnect"], + "+POswt": ["Sell Tax: ", ["0"]], + "+Qcnh5": ["Please select the appropriate method to restore your personal data."], + "+W8dUJ": ["Tap to view the private key <0/> Make sure no one is looking at your screen"], + "+XyQiK": ["Agree"], + "+Zuhm7": ["Support Identity code, private key, local backups or cloud backups to access your personal data."], + "+adBn3": ["Chrome - external extension"], + "+b7T3G": ["Updated"], + "+fTqvl": [ + "<0>", + ["user"], + " sold ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], + " to <3>", + ["recipient"], + " for <4>", + ["2"], + " ", + ["symbolName"], + "" + ], + "+hwfjv": ["Please select the wallet to activate the function after saving the settings."], + "+m7PfT": ["Deleted successfully"], + "+m7x4e": ["Backup Successful"], + "+q+Wa9": ["Swap anyway"], + "+uISZO": ["Incorrect Password"], + "+ubcPw": ["No power"], + "+xKN8I": [ + "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." + ], + "/2nH6X": ["Make another Bridge"], + "/7tku+": ["Try"], + "/BI0y9": ["Refunded"], + "/Dk+nX": ["More on ", ["0"]], + "/I3RSJ": ["Report Spam"], + "/JOEaC": ["Deploy Smarty Pay wallet"], + "/KseE7": ["Delete File"], + "/LkuGq": ["Restore from a previous database backup"], + "/OPmPQ": ["Verify ", ["0"]], + "/Swcdo": ["Failed to swap"], + "/WfDJy": [ + "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." + ], + "/capO6": ["Failed to deposit ", ["0"], "."], + "/eguJc": ["Uploading"], + "/fo6Dv": ["Gas Limit (Units)"], + "/giXwU": ["Medium Risk"], + "/hKQcr": [["seconds"], "s"], + "/jQctM": ["To"], + "/nT6AE": ["New password"], + "/riTT2": ["Pinned successfully."], + "/uEw9z": ["Your X account authorization has timed out. Please try again."], + "/vtDGO": [["0"], " is connected to these sites, they can view your account address."], + "/xrk7I": ["FAQ&Tutorial"], + "/y/pZ3": ["Select a Token"], + "0+3dvg": ["This NFT didn't have any offers."], + "0/eoR6": ["Revoking"], + "00b9QG": ["Set Your Payment Password"], + "01DWy7": ["Click the settings icon to list it on the App board."], + "04MqGo": ["Post content:"], + "09vHB+": ["Failed to decrypt."], + "0C6WdO": ["Upload backup"], + "0D4bav": ["Name or Contract address e.g. USDC or 0x234..."], + "0F4ogS": ["Payment Password should be between 6 and 20 characters."], + "0HnKBn": ["Hide mnemonic words"], + "0Lp4o6": ["Load failed"], + "0M//Nn": ["The Persona is connected to the following accounts: ", ["list"]], + "0ZC72+": ["Connected successfully."], + "0bKGbK": ["No past rounds found."], + "0caMy7": ["History"], + "0dFHbr": ["Confirm swap risk"], + "0fljZe": ["Trading Route"], + "0hFUd/": [ + "You must give the ", + ["0"], + " smart contract permission to use your ", + ["1"], + ". You only have to do this once per token." + ], + "0jddIP": [["0"], " members"], + "0lBTmP": ["You need to hold any of the following tokens."], + "0oFu/K": ["No Lucky Drops claimed"], + "0oMKRL": ["Delete Contact"], + "0tdB+o": ["Enable the ", ["name"], " Wallet extension and disable other wallet extensions"], + "0wJVK+": ["Basic"], + "0wdd7X": ["Join"], + "0wzWAN": ["Why I can't vote?"], + "0xXDLS": ["View your profile in firefly"], + "0yPSCj": ["High Risk"], + "0yf3iU": ["Wallet sign cancelled."], + "1+6BOG": ["Download Backup"], + "1+P9RR": ["Switch to ", ["0"]], + "11kmCI": ["We are not aware of any code that prevents the sale of tokens."], + "199DuV": ["Display specific information of Gitcoin projects, donate to a project directly on social media."], + "1DwbcE": ["Loading...."], + "1EOhmY": ["Rank #", ["0"]], + "1LkMSp": ["Add Suggested Token"], + "1M8xFP": [ + "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." + ], + "1QJyuR": ["At most ", ["RED_PACKET_MAX_SHARES"], " recipients"], + "1QfxQT": ["Dismiss"], + "1R2W/B": [ + "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " + ], + "1TNIig": ["Open"], + "1TaavV": [ + "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." + ], + "1Uqt6P": ["Disconnect Wallet?"], + "1Wbxhe": ["This profile can not be followed: ", ["0"]], + "1Z++2X": ["The Persona is not connected to any accounts."], + "1agbuA": ["Functions that can suspend trading"], + "1bTY60": ["Token Value"], + "1kE7ob": ["Network saved"], + "1mjyN6": ["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."], + "1nMGEs": ["Personas"], + "1njn7W": ["Light"], + "1on6yK": ["How to use ", ["0"], " Wallet?"], + "1rsf+c": [ + "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." + ], + "1xwmzN": ["Switch to other accounts"], + "2/N/mr": ["Connect with ", ["providerName"]], + "22QmCQ": [ + "The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." + ], + "28ABhV": ["Connect EVM Wallet"], + "29b5Sq": ["Blocto only supports the Flow chain."], + "2CMLgZ": ["Token ID separated by comma, e.g. 1223,1224,"], + "2FYpfJ": ["More"], + "2GHENQ": ["Web3 Profile"], + "2J5wRx": ["Failed to get quote information"], + "2Lr4ie": ["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."], + "2MPu+c": ["Priority Fee (GWEI)"], + "2XVeKu": ["Airdrop Scam"], + "2Xze/r": ["Block Explorer URL"], + "2jQko7": ["Associated Accounts"], + "2kXxch": ["Sorry, signature failed! Please try signing again."], + "2p7WMm": ["Give permission to access <0/> your ", ["0"], "?"], + "2saF1j": ["Tax can be modified"], + "2wxgft": ["Rename"], + "3/0KF0": ["Create a Firefly.social wallet using an X account"], + "34UMci": ["Wallet Settings"], + "38C83c": ["Recovery Phrase"], + "39ohdf": ["Activities"], + "3A/gtD": ["Invalid RPC URL."], + "3A/mG4": ["Change Wallet"], + "3AP6p1": ["Public Key: <0>", ["publicKey"], ""], + "3B4jmY": ["Data correlation"], + "3CR0qY": ["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."], + "3J+S3n": ["Search Next.ID, X, Lens, ENS or Address"], + "3OhjJ4": ["Powered by <0>Mask Network<1><2/>"], + "3Q5eQl": ["Please click the \"Post\" button to open the compose dialog."], + "3Q8dPe": [ + "The website (", + ["messageOrigin"], + ") is asking you to sign in to another domain (", + ["0"], + "). This may be a phishing attack." + ], + "3SiDD1": [ + "<0>", + ["user"], + " burned <1>", + ["1", "select", { "nft": ["an NFT"], "name": [["0"]], "other": [] }], + "" + ], + "3ThLdM": ["Report on GitHub"], + "3WZ1WL": ["Please enter backup password to export persona private key."], + "3YDnov": ["Token now is hidden."], + "3ZgRKI": [ + [ + "type", + "select", + { + "post": ["<0>", ["user"], " publish a post on ", ["platform"]], + "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], + "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], + "share": ["<3>", ["user"], " shared a post on ", ["platform"]], + "other": [] + } + ] + ], + "3awOET": ["Rank"], + "3bGj61": ["Claim on Firefly"], + "3cAxpB": [ + "There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price." + ], + "3cw8FQ": [ + "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." + ], + "3dAaqV": [ + "📃📃📃 Try to permanently use decentralized file storage on ", + ["sns"], + ". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." + ], + "3fpIq1": ["to ", ["0"]], + "3iUAE7": ["Backup to Google Drive"], + "3kbpgO": ["Gas Limit"], + "3lUGN0": ["Switch Persona"], + "3pqzUK": ["Contact added."], + "3qe4O9": ["Max Fee"], + "3uBJPr": ["File delete"], + "3uQmjD": ["Average"], + "3ublvs": ["Try token from different chains"], + "3yLqgI": ["Name or contract address eg. PUNK or 0x234..."], + "4+VnE8": ["ENS"], + "42yL2J": [ + "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ", + ["encrypted"] + ], + "43g2kf": ["Only visible to yourself"], + "44bNbA": ["Select an NFT Contract"], + "4DIYdt": ["No associated wallet. <0>Add Wallet."], + "4EN5JL": ["Your Persona has been successfully created."], + "4FvVUv": ["Reset Wallet"], + "4GBOoi": ["Failed to create theme."], + "4Gz2wC": ["Failed to upload file"], + "4HavhE": ["Powered by <0>Mask Network"], + "4HtGBb": ["MAX"], + "4JCJIV": ["What is Web3 File Service?"], + "4coHVU": ["Lens Unfollow"], + "4lm4o+": ["Solana"], + "4na5mr": ["This message contains a invalid EIP-4361 message. It is better to reject this request."], + "4ojMOt": ["Please enter your backup password."], + "4pSxwB": ["Go"], + "4zgT9K": ["Connect Mask Network Account using your wallet."], + "50QwC8": ["value"], + "51TkMy": ["Claiming will be live until: <0> ", ["days"], " d ", ["0"], " h ", ["1"], " m"], + "51cT/A": ["The minimum amount for each share is ", ["0"], " ", ["1"]], + "51rAFB": ["Please copy the following text and image (if there is one) and publish it."], + "52nzPV": [ + "Data source is retrieved from ", + ["0", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "other": [] }], + "." + ], + "55/jcy": [ + "Hi friends, I just withdrew my deposit ", + ["0"], + " ", + ["1"], + " on ", + ["2"], + ". Follow @", + ["3"], + " to find more staking projects." + ], + "5Dz44N": ["Set Payment Password"], + "5E57TU": ["Max priority fee is too low for network conditions"], + "5G0lxx": ["Powered by <0>Scamsniffer"], + "5H/4VW": ["Create a Firefly.social wallet"], + "5HVoyc": ["Transaction Details"], + "5Jczad": ["I just claimed a lucky drop from @", ["0"], " on ", ["1"], " network."], + "5N3b5J": ["Market Cap"], + "5O5enn": ["Enter Payment Password"], + "5QfZ6O": ["Contract source code verified"], + "5YfW3S": ["Add an encrypted comment..."], + "5ZzgbQ": ["Connect ", ["0"]], + "5e22kj": ["Email verification code"], + "5hFImX": ["Deploy Contract"], + "5i1JPS": ["Never share 12-word secret mnemonic with anyone!"], + "5iHe/7": ["Network error, try again"], + "5o2pdQ": ["Create Persona"], + "5s6EhU": [ + [ + "count", + "plural", + { + "one": ["You have recovered **", "#", " Wallet 🚀**"], + "other": ["You have recovered **", "#", " Wallets 🚀**"] + } + ] + ], + "5sIdhw": ["Share with"], + "5uFQ9j": ["Please create a persona and verify your account to use this."], + "623chP": ["Infos"], + "66J/I3": ["Transaction Fee"], + "678PKt": ["Network Name"], + "68FuwU": ["URLs require the appropriate HTTPS prefix."], + "68m9Nl": ["Add new address to an existing group"], + "6B+2/d": ["Stay on top of NFT trending information, hot projects, notable transactions, etc."], + "6DvbLh": ["Please install your metamask wallet and set up your first wallet."], + "6HT670": ["Function: ", ["0"]], + "6IHgRq": ["Backup to the Cloud"], + "6IvSyW": ["Token Standard"], + "6RDwJM": ["Tokens"], + "6U+PWG": ["Total NFTs"], + "6Uau97": ["Skip"], + "6V3Ea3": ["Copied"], + "6VJnE7": ["Note: Scams detections might not be 100% guaranteed."], + "6YASel": ["Invalid Network"], + "6YtxFj": ["Name"], + "6ZZ+4S": ["Load Network"], + "6foA8n": ["Are you sure?"], + "6gRgw8": ["Retry"], + "6k8iqO": [["0"], " ", ["1"], " bridge completed successfully."], + "6knJVf": ["This NFT contract cannot be modified now."], + "6s8L6f": ["Switch Network"], + "6sbLuF": ["Current results"], + "6ulv1U": ["Contract Owner"], + "6vVuTX": [ + "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." + ], + "7+2e01": ["Network removed."], + "70wH1Q": ["APR"], + "76Ml+j": [["0"], " NFT Lucky Drop created."], + "76gPWk": ["Got it"], + "78Kj7O": [["0"], " NFT transferred."], + "7Ae1jc": ["True Token"], + "7Bj3x9": ["Failed"], + "7PPwVf": [ + "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." + ], + "7PgtYC": ["Set NFT Avatar"], + "7QptC5": ["Auto-lock Time"], + "7R2WG+": ["Decrypted by Mask Network"], + "7VpPHA": ["Confirm"], + "7c99ux": ["Contract Deployment ", ["0"]], + "7cg5cq": ["unique contributors"], + "7eFA2G": ["Failed to revoke token contract."], + "7hZyUn": ["Processing Deposit"], + "7k2lei": [ + "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." + ], + "7lnlzl": ["Claimed ", ["amount"], " $", ["0"], " successfully."], + "7qUM2b": ["Open Mask Wallet"], + "7s5tLo": ["Allow this site to switch the network?"], + "7w1rTm": ["The download link is expired"], + "7yziEn": ["This request has been expired."], + "8+xvyR": ["Blockchain"], + "82+n6o": ["Quote Route"], + "869iq0": ["Transferring asset across to the ", ["0"], " network via the ", ["1"], "cross-chain bridge"], + "87Poy7": [["0"], " ", ["1"], " NFT contract."], + "88+Eku": ["Provide you with fast, reliable and convenient security services."], + "89kDhv": ["NFT collection"], + "8BsgdX": ["Failed to get permissions"], + "8C8O9E": ["Provided by plugin \"", ["0"], "\""], + "8Dh77Z": ["NFTs"], + "8IN0ph": ["No more data available."], + "8J7y6E": ["Deposit ", ["0"], " for savings."], + "8Kly2P": [ + "Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token." + ], + "8MJFvR": [["0"], " Risky factor"], + "8N1Wbf": ["This token has no risky or attention factors."], + "8RF/Sx": ["Added successfully"], + "8S5o5V": ["Share and recommend this feature after saving."], + "8TMaZI": ["Timestamp"], + "8Tg/JR": ["Custom"], + "8WLjqx": ["Never share the 12-word secret mnemonic words with anyone!"], + "8ZsakT": ["Password"], + "8bgRf6": ["Can not follow: ", ["0"]], + "8djViz": ["Step ", ["step"], "/", ["step"]], + "8glx+u": ["Token ID"], + "8rElAH": ["Image copied!"], + "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], + "9+VwX/": ["Add Collectibles"], + "9KKhJV": ["Signing ..."], + "9VcshJ": ["Enable auto paste"], + "9Y1kXO": ["Payment password stored locally and you could try as many as you want to unlock your wallet."], + "9bG48P": ["Sending"], + "9cDpsw": ["Permissions"], + "9cSIbb": ["Click on <0/> at the top-right of your browser."], + "9d/Qe4": ["Service Agreement"], + "9hg9mc": ["Downloading"], + "9hzYBR": ["Failed to download and merge the backup: ", ["0"]], + "9jba96": ["Only TypedMessageText is supported currently."], + "9kIgHE": [ + "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." + ], + "9lqqpY": ["Invalid email address."], + "9oP21f": ["My vote"], + "9oq2rm": ["Functions with retrievable ownership"], + "9q+I38": ["Your voting power"], + "9r9nwF": ["Identical"], + "9sjcnZ": ["Disconnected."], + "9tG0uf": ["Please verify your social account"], + "9uYu7e": ["You haven't uploaded any files yet."], + "9w2hgY": ["Paste manually"], + "9xaUMG": ["General user"], + "A+Ijr2": ["Close [Check Security]?"], + "A0VzMm": ["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."], + "A1bmDM": ["No verified account found here."], + "A1taO8": ["Search"], + "A3Ndml": [ + "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." + ], + "A4vJQr": ["Set your NFT as profile picture with exclusive aura."], + "A6JChW": ["The transaction was complete and has been recorded on blockchain at ", ["0"]], + "A9tojF": ["Incorrect password"], + "AElxM7": ["Transfer ", ["0"], " NFT."], + "AJNYYr": ["Refund Lucky drop"], + "AKLbfQ": ["Restore Database"], + "AMJWWT": ["Likely in < ", ["estimateSecond"], " seconds"], + "ANYjcp": [["shareWithNum", "plural", { "one": ["1 friend"], "other": ["#", " friends"] }]], + "ANk/Zy": ["Incorrect Backup Password"], + "AOPSKq": ["Deposit ", ["0"]], + "ASNDad": ["Hide ", ["name"]], + "AV+9wg": ["Re-enter"], + "Ah4d0u": ["Security Detection"], + "AjVXBS": ["Calendar"], + "Ap948/": ["Listed"], + "Appw6V": ["No NFTs found."], + "Aq+O0x": ["status"], + "AuXfDa": [ + "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." + ], + "AuvDq6": ["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"], + "AwQpq/": ["Click on the down-arrow to see the private key."], + "AxPAXW": ["No results found"], + "AxdOHo": ["Pair"], + "Axp2cZ": ["24 Hour Trading Vol"], + "AyLiVq": ["Scan QR code to receive payment"], + "B1T4nn": ["Confirm the Lucky Drop"], + "B6C0XJ": ["No Data"], + "B8B8TU": ["Verified by ", ["0"]], + "BAvIGC": ["Withdraw token"], + "BFhvNB": [["0"], " ", ["1"], " NFT contract successfully."], + "BMCVM3": ["Wallet Sign"], + "BQHQ9v": ["No websites connected to this wallet"], + "BQi2Kk": [["0"], " were claimed"], + "BUXiPs": ["This Chain ID is currently used by the ", ["0"], " network. "], + "BWSJkS": ["No Airdrop Scam"], + "BXixGM": ["Use Persona to encrypt and decrypt social media posts & messages."], + "Ba6uFH": ["Create your NFT Lucky Drop."], + "BaU+dx": ["Connect your social platform accounts."], + "Baj2MJ": ["Savings"], + "BaoXTT": ["<0>Powered by<1>OKX<2/>"], + "BiGQfG": ["Transaction Hash"], + "BkN2qg": ["<0>Service Agreement and <1>Privacy Policy"], + "BmN4Bk": ["Aggregator"], + "ByAMF+": ["Risk Warning"], + "ByPj1d": ["Request ID"], + "BzEFor": ["or"], + "BzfzPK": ["Items"], + "C0JhYS": ["Change Network"], + "C2/uLW": [ + "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." + ], + "C3Wgzy": ["You have claimed ", ["0"], " $ARB."], + "CCIrQ8": ["Fake Token"], + "CE+M2e": ["Info"], + "CEk7Nc": ["At least 6 characters"], + "CFPbpH": ["The new passwords don't match"], + "CJviCK": ["<0>", ["user"], " proposed"], + "CK1KXz": ["Max"], + "CMHmbm": ["Slippage"], + "CMfM6C": ["No Enough Gas Fees"], + "CP3D8G": ["Progress"], + "CT10+i": ["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."], + "CTSEx8": ["<0/> publish a post on ", ["0"]], + "CU3U3d": ["Try to recover"], + "CWsYB3": ["Welcome Back"], + "CXHRbe": ["Wallet request timed out"], + "CYRJEX": ["Owners"], + "CZSWya": ["NFTs added"], + "CZmSbe": ["Request is valid not before"], + "Cf/0to": ["Data source is retrieved from ", ["0"], "."], + "Citz6F": ["Exchange"], + "CkLMZ2": ["File delete failed"], + "CmMDVW": [ + "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." + ], + "CpciBt": ["Switch to Polygon and Follow"], + "CtByM7": ["Connect Wallet"], + "Cwxng+": ["Supported formats: JPEG, PNG<0/> Size limit: ", ["0"]], + "Cy19fm": [ + "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." + ], + "CygwLN": ["Swap completed successfully."], + "Cz6Lx7": ["Encryption Method"], + "D79cZK": ["Instant"], + "D9iWaX": ["Please check ToS document"], + "D9za/8": ["Missing dex contract address"], + "DA2uGM": ["Click the application icon to hide in the App list."], + "DAFhfT": [ + "There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." + ], + "DC3sw8": ["Two entered passwords are different."], + "DHhJ7s": ["Previous"], + "DKBbsW": ["Gas price must be greater than 0 Gwei."], + "DPfwMq": ["Done"], + "DYoO0m": ["Token quantity greater than"], + "DdUFp+": ["The transaction was confirmed at ", ["0"]], + "Dk6Non": ["Whitelist function"], + "DkHkqH": ["Recommended dimensions: 1016 × 672 px"], + "DnmyoA": ["Priority fee should be greater than 0."], + "DoQ5Lj": ["RPC URL"], + "Dpe+e3": [ + "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." + ], + "DtZDW+": [["0"], " (UTC+8)"], + "Du6bPw": ["Address"], + "DuIDTw": ["To verify your X account and record it on the NextID, please send this post for the verification."], + "Dz56Ua": ["Encrypt"], + "E399AQ": [ + "<0>", + ["user"], + " bridged <1>", + ["amount"], + " ", + ["symbol"], + " from <2>", + ["source"], + " to <3>", + ["target"], + "" + ], + "E6HGuD": ["Check out the official website"], + "E6Sqiu": ["Failed to load ", ["0"], ". Click to retry."], + "E6YUtc": ["Merge to Browser"], + "E7prOW": [ + "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." + ], + "EBC6hj": ["Local Backup"], + "EGWr+Q": ["Web3 Profile Card"], + "EJRk0x": [ + [ + "gasOptionType", + "select", + { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"], "other": [] } + ] + ], + "ELQ256": ["Make another Swap"], + "EMLHjH": ["More Details"], + "ENIvoT": ["Please set up the amount of time before we automatically lock your wallet."], + "ERYJcj": [ + "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." + ], + "EStYiZ": ["No proxy"], + "EVFPUv": ["Transfer NFT"], + "EYwKb0": ["Gas Price (GWEI)"], + "Ea4oxV": ["Follow System"], + "EbE80y": [ + "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." + ], + "EbVCxG": [ + "<0/>", + ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"], "other": [] }], + "<1/>" + ], + "Eda+dy": [ + "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ", + ["encrypted"], + " to send your first encrypted tweet." + ], + "Eefe1a": ["The input is not a single file."], + "EfAke+": ["<0>", ["user"], " voted for <1>", ["option"], " on <2>", ["platform"], ""], + "Eh4m6e": ["<0>USD Value<1>$", ["0"], ""], + "Enb3Qk": ["You claimed 1."], + "EoKe5U": ["Domain"], + "EsKgLS": ["Click here to have a quick start."], + "Ev2r9A": ["No results"], + "EwiD7E": ["Confirm Payment Password"], + "F/pYeX": ["Create NFT Lucky Drop"], + "F3bW6y": ["Platform"], + "F4Igxz": ["Quote route"], + "F7U8uz": ["Creating your **wallet**"], + "F8VT6y": ["Failed to transfer NFT."], + "F8Wc3I": ["Drag & Drop your file here"], + "FAKSZG": ["Add google Drive"], + "FC17bL": ["<0>Powered by <1>Mask Network"], + "FGceVy": ["Owner can't change balance"], + "FMQ6p2": ["You've already claimed the lucky drop"], + "FR2cx3": ["Anti_whale(Limited number of transactions)"], + "FY2gWe": ["The contract address is incorrect or the collection does not belong to you."], + "FZg3wM": ["Operation"], + "FfJy7A": ["Manage Network"], + "FgAxTj": ["Log out"], + "Fgyfqo": ["Amount Each"], + "FiKDfi": ["Failed to unlock NFT contract."], + "FiYmUY": ["No associated accounts"], + "Fim3FY": ["Download https://mask.io to try more powerful tools on Twitter."], + "Fn9Tvh": ["Volume (24h)"], + "FnQek5": [ + "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." + ], + "FnjSI+": ["Not current account. Please switch to this account to set up NFTs Profile."], + "Fs/bd5": ["Invalid Block Explorer URL."], + "FzzpXs": ["Sale ends in ", ["0"]], + "G+XYfT": ["Do you want to delete file <0>", ["0"], ""], + "G4NrhP": ["Persona created."], + "GAZNIW": ["Price Statistic"], + "GAvnvl": ["Payment Password"], + "GDe4XX": ["Please connect wallet to check if you are eligible to claim $ARB."], + "GEL05h": ["WalletConnect"], + "GExRUL": ["Backup password"], + "GHvzdC": ["No content for the last two weeks."], + "GK6Tzr": ["Persona Sign"], + "GLDuz6": ["May be a honeypot."], + "GRLMKx": ["Winners"], + "GS+Mus": ["Export"], + "GS0ldX": ["Unsupported network type"], + "GShMK6": ["Refunding"], + "GTJCth": ["The contract owner is not known to be able to modify the balance of the token of other addresses."], + "GWCG6Y": ["Copy image"], + "GWKfFr": [ + "To use Lido, you need to wait ", + ["0"], + " days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." + ], + "GWMpIa": [["0"], " Risky factors"], + "GXhrYw": ["1. If you haven't installed the ", ["name"], " Wallet"], + "GXsAby": ["Revoke"], + "GZzKYx": ["Buy Tax: ", ["0"]], + "GaH2JF": ["Suggest to send transactions and sign messages"], + "Gia1VG": ["Web3 File Service"], + "Gmmd6d": ["Verify your X ID"], + "GrTvoo": ["Transaction in progress. Thank you for your patience."], + "GtJJAj": ["Add Wallet"], + "Gw91G1": ["This request should only be sign in the future."], + "GyvZPz": ["Token ID should be separated by comma, e.g. 1223,1224,"], + "H1v3zR": ["Insufficient ", ["0"], " Balance"], + "H8rw2f": ["(the name is set by the web site)"], + "HCKlXm": ["Token Contract Address"], + "HF6C2L": ["Phone Number"], + "HFVck2": ["Lucky Drop with ", ["0"], " refunded."], + "HGTZAO": ["Step 2/2"], + "HH25qd": ["No wallet selected."], + "HIq3th": ["Cannot switch to a unknown network."], + "HKH+W+": ["Data"], + "HTX2HV": ["Minimum received"], + "HVRhUV": ["By proceeding you agree to the"], + "Hp1l6f": ["Current"], + "HpK/8d": ["Reload"], + "HqiAyF": ["Gwei"], + "HvDfH/": ["Imported"], + "HvUm3m": ["Choose and show your Web3 footprints on X."], + "I4caYo": ["Invalid verification code."], + "I5kL4f": ["Activity Log"], + "I7z//Y": ["Trading route"], + "IBAx3U": ["Kept safely"], + "IF7RiR": ["Cover"], + "IGbphl": ["Unlocking ALL..."], + "ILvrUp": ["Unlikely to be a honeypot."], + "IMX4sR": ["Blacklist function"], + "IQ3gAw": ["Upload File"], + "ITBQO3": ["Max priority fee must be greater than 0 GWEI"], + "IUG86v": ["The Persona is connected to the account @$", ["0"], "."], + "IUp08P": ["The current wallet does not hold a lens and cannot follow/unfollow"], + "IX1M/E": ["Floor price"], + "IXbRbM": ["Choose another wallet"], + "If2v4h": ["Lucky Drop"], + "IhnvgP": ["Change to EVM Wallet"], + "ImhKg5": ["Could not fetch chain ID. Is your RPC URL correct?"], + "IoAuJG": ["Sending..."], + "IrI9pg": ["End date"], + "Iu4Ja9": ["Please enter token contract address."], + "J05/Al": ["Set NFT NFT Background"], + "J0LAHU": ["Refund"], + "J0Mxpc": ["The ", ["0"], " is in progress. You can check its status in History after exiting this page."], + "J24FyN": ["Bridge"], + "J2eKUI": ["File"], + "JA8K9s": ["Unpacking"], + "JGds+N": ["Lack of number, letter or special character."], + "JGpseC": [ + ["0", "plural", { "one": ["This domain is"], "other": ["These domains are"] }], + " currently on the Mask Network warning list which may include malicious entries, phishing or scams." + ], + "JLiwYz": ["Mask Network requires the permission of following websites before using it."], + "JOP9uZ": ["Transaction has been rejected!"], + "JPHuMW": ["Swapping"], + "JUcj/I": ["Switch X Logo"], + "JXJlYD": ["Set Your Persona Name"], + "JbKZsv": ["Scan the QR code with a WalletConnect-compatible wallet"], + "JeHCi7": ["No function found that retrieves ownership"], + "JfI60y": ["Incorrect Payment Password."], + "Jg5pf7": ["Current base fee is ", ["0"], " Gwei"], + "JiIKww": ["Advanced Settings"], + "JlFcis": ["Send"], + "JlIzk8": ["Browser File"], + "Jnjbl3": ["You need to follow <0>@", ["twitterHandle"], ""], + "Js4Nk0": [ + [ + "0", + "select", + { + "finding_post_key": [ + "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." + ], + "finding_person_public_key": ["Mask is looking for the public key of the author..."], + "other": ["Mask is decrypting..."] + } + ] + ], + "JuVC24": ["Deposit token"], + "JwzZmt": ["to <0>", ["toAddress"], ""], + "K1tshY": ["Failed to download image"], + "K5a6t1": ["Persona already exists."], + "K7tIrx": ["Category"], + "K8jCIB": ["Data backed up successfully!"], + "KAS4UW": [["0"], " Attention factor"], + "KCeSRZ": [ + "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." + ], + "KFYFgI": ["Wallet sign failed."], + "KFwID2": ["Restore Failed"], + "KGHnSc": ["Lock Wallet"], + "KJGKkh": ["EVM Chains only"], + "KMgp2+": [["0"], " available"], + "KPUGxy": ["Random Amount"], + "KRz1oj": [ + "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." + ], + "KTfagY": ["Lucky drop with ", ["0"], " created."], + "KVAoFR": ["unlimited"], + "KVkke3": ["Set NFT PFPs"], + "KWeNH6": ["Unlocking ", ["hasSymbolName"], "..."], + "KisOjk": ["Restore or Login"], + "Kj4oEm": ["Generate a new persona"], + "Kl9gHp": ["Wallet Group #", ["0"]], + "KmQ25M": ["Max priority fee is too high for network conditions."], + "KnidLU": ["Not Connected"], + "Ko4L/B": ["The receiving address is a contract address. Please check again."], + "KojyJ4": ["Wrong Network"], + "Koz2Rg": [["0", "plural", { "one": ["Action"], "other": ["Actions"] }]], + "KtMMzG": ["Wallet disconnected"], + "KwJJLb": ["<0>Powered by <1>", ["0"], ""], + "Ky09J8": ["Previous follow transaction is in processing, please wait and try again."], + "KziH2K": ["Fast"], + "Kzu9r9": ["24H Traded Volume"], + "L+bpwv": ["Please set up backup password to export private key."], + "L4vN0F": ["EVM"], + "L82H5Z": ["Creating your **identity**"], + "L87Mfu": ["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."], + "L96aan": ["View full transaction details"], + "LBtfmO": ["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."], + "LJkXYZ": ["Create New Mask Identity"], + "LLf+t1": ["No deposit protocols found."], + "LNItR6": ["You have set NFT PFP successfully."], + "LP+1Z7": ["Add Network"], + "LSwUJb": ["Select Liquidity"], + "LU3p9s": [ + "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." + ], + "LWJCIn": ["Connected sites"], + "La9ArN": ["<0>Powered by ", ["publisherNode"]], + "LcET2C": ["Privacy Policy"], + "LcZh+r": ["Unsupported data backup"], + "LhMjLm": ["Time"], + "Lho4Qd": ["DSearch"], + "LiE5z4": ["Max base fee should be greater than 0"], + "LigbuA": [ + "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." + ], + "LkYKvc": ["Please select the correct words in the correct order."], + "LqWHk1": ["Hide ", ["0"]], + "Lx4CpL": ["Wallet name must between 3 to 18 characters."], + "Lz7CzN": ["No mint function"], + "Lzo8mb": [ + "Claimed: <0>", + ["claim_numbers"], + "/", + ["total_numbers"], + " <1>", + ["0"], + "/", + ["1"], + "<2><3>", + ["tokenSymbol"], + "" + ], + "M0FgOk": ["Add Contact"], + "M1RnFv": ["Expired"], + "M1ts1r": ["View your address"], + "M24E85": ["This address is a contract address."], + "M4g1UJ": ["Contract Interaction"], + "M7ZGdw": ["2. If you have installed the ", ["name"], " Wallet"], + "M9OYUo": ["Please try again if you failed to vote."], + "MC00Lm": ["Scan QR code with WalletConnect-compatible wallet"], + "MEIAzV": ["Unnamed"], + "MKEPCY": ["Follow"], + "MOHcKb": ["Enter a max priority fee"], + "MQ9hQ4": ["DAO"], + "MR/0Va": ["All Mask Network users"], + "MTqQMG": ["Not set"], + "Mh3RsB": ["Best Wishes!"], + "Mi8ATZ": ["The token approval revoked."], + "Midntl": ["Download report"], + "Mm1aH+": ["Proxy contract"], + "MpnSqP": [["0"], " Pending"], + "MqdtT5": [["0"], " Bridge Network fee"], + "MyjAbr": ["Resend"], + "N/fqDa": ["Ens or Address(0x)"], + "N0YrmD": ["Valuables"], + "N0tcou": ["Claiming..."], + "N2DUxS": ["Insufficient Balance"], + "N2S1rs": ["Empty"], + "N2aeX8": ["No valid wallet detected. Please connect wallet or verify wallet firstly."], + "N40H+G": ["All"], + "N5GKfB": ["Tax cannot be modified"], + "N6/RZd": ["Sorry, failed to save NFT Avatar. Please set again."], + "N931rj": ["Your transaction should be done in <0/>"], + "NERSN2": ["or Holding NFT"], + "NJbBmC": ["Switch Twitter Logo"], + "NOi+Fr": ["This QR includes your identity, please keep it safely."], + "NTnXx/": ["<0/> unapproved <1>", ["0"], ""], + "NVt/wW": ["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], + "NWqhru": ["Reselect"], + "NZ7wlC": [["0"], " Holder"], + "Na6Ytj": ["Change NFT PFP"], + "NaZTE7": ["Incorrect Mnemonic Words."], + "NdlvGd": ["Claim Details"], + "NfxOUe": ["Enter Total Amount"], + "Ng063n": ["Donate"], + "Nhp9Kw": ["Exceeded the maximum file size of ", ["fileSize"], "."], + "NkgvWN": ["Logout failed"], + "NloaHG": ["Backup Password"], + "Ns5WaC": ["No backups found"], + "Nu4oKW": ["Description"], + "NwibRO": ["Supported contracts"], + "NzlE6O": ["By granting permission, you are allowing the following <0/> contract to access your NFTs."], + "Nzm8dm": ["Example: Alice"], + "Nzwli2": ["Base"], + "O2XHf2": ["Check ", ["providerName"], " to confirm connect."], + "O3Nzf+": ["Bridge between this token pair are't supported at the moment."], + "O3oNi5": ["Email"], + "O86J+j": [ + "This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud." + ], + "O8PsYe": ["Add the file to Chrome's database"], + "OAZ+tI": [ + ["attentionFactors", "plural", { "one": ["#", " Attention item"], "other": ["#", " Attention items"] }] + ], + "OAfk3i": ["Hash"], + "OCJdad": ["<0>To: <1>", ["to"], ""], + "OLUEnY": ["when you click Add Google Drive button,you will be forwarded to Google authorization pages."], + "OLY2Jk": ["Gas Price"], + "OQEwR/": ["Create Lucky Drop"], + "OR475H": ["Network"], + "OcvI49": ["No blacklist"], + "OeD4sM": ["Failed to login firefly"], + "OfhWJH": ["Reset"], + "OgPkDe": ["Currency Symbol (Optional)"], + "OgohfQ": ["File Key: <0>", ["0"], ""], + "OhgYJS": ["Basic setting"], + "OkofjH": ["Recover"], + "On0aF2": ["Website"], + "OsyKSt": ["Withdraw"], + "OuUyzz": ["No contacts stored locally, you can try searching."], + "OzSOpz": ["Create a Privy wallet using an X account"], + "P+K/3O": ["Confirming"], + "P7S/hC": ["Max priority fee must be greater than 0 Gwei."], + "P9wzG/": ["Recovery"], + "PByO0X": ["Votes"], + "PDW/HG": ["Your Persona is on **ready 🚀**"], + "PGdbc0": [ + "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." + ], + "PHM7OA": ["Supported Sites"], + "PI/VCJ": ["Select the wallet(s) to use on this site. You should not connect to website you don't trust."], + "PIG043": ["Gitcoin"], + "PLWaf6": ["Create the Lucky Drop"], + "PNZOzY": [ + "<0>", + ["user"], + " sold ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], + " to <3>", + ["recipient"], + " for <4>", + ["2"], + " ", + ["symbolName"], + " on <5>", + ["3"], + "" + ], + "PRkIUI": ["Gas Fee"], + "PTXNyo": ["Waiting for ", ["providerType"]], + "Pd3dlq": ["Circulating Supply"], + "PeT3a5": ["You have successfully restored the backup from Google Drive to your browser."], + "PiH3UR": ["Copied!"], + "PjBWOL": ["Create your persona to get started"], + "PlE+Fs": ["Connect and Verify ", ["0"]], + "PsQmAw": ["Everyone"], + "Pt3n39": ["No back up"], + "PwjgPX": ["Please create your persona to use Web3 Profile."], + "Q0IFtx": ["The custom amount entered may be higher than the required network fee."], + "Q2lUR2": ["Currency"], + "Q68Nuc": [ + "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." + ], + "QF9SdB": ["Split Mode"], + "QHZRmq": ["Sites"], + "QHcLEN": ["Connected"], + "QJQd1J": ["Edit Profile"], + "QQPCqQ": ["Backup Wallet"], + "QRsMow": ["Transaction Confirmed"], + "QU9aqK": ["You have signed with your wallet."], + "QUBIav": ["Failed to bridge"], + "QWxok/": ["Connect with Mask Wallet"], + "QXDgyQ": [ + "Please write down the following words in correct order. Keep it safe and do not share with anyone!" + ], + "Qbo7Ev": ["Write down mnemonic words"], + "QcVZFH": ["Step ", ["step"], "/", ["totalSteps"]], + "Qd0xFm": ["Refund your expired Lucky Drop."], + "QowPFh": ["Collectibles"], + "QpgBEp": [["0"], " days"], + "QsVbHo": ["Sending address"], + "QyZU8V": [["riskyFactors", "plural", { "one": ["#", " Risky item"], "other": ["#", " Risky items"] }]], + "QypSt2": ["Update X.com Permissions"], + "Qz8niP": ["You may lose your assets if you give approval to the website of this token."], + "R/Pfmp": [["amount"], " ", ["0"], " tips sent."], + "R2K7XH": ["Account successfully connected to persona"], + "R9aEN5": ["Send ", ["0"]], + "RCBmDP": ["Follow @masknetwork to explore Web3."], + "REeHKm": [ + "<0/> ", + ["txType", "select", { "trade": ["traded"], "mint": ["minted"], "other": ["traded"] }], + " <1>", + ["0"], + " ", + ["1"], + " for <2>", + ["2"], + " ", + ["3"], + "" + ], + "RH8jSA": ["Merge data to local database"], + "RHSlVw": ["Follow @masknetwork (mask.io) to claim NFT lucky drops."], + "RL5m+x": ["Generating your **accounts**"], + "RLBjfU": ["Attached File: ", ["name"], " (", ["size"], ")"], + "RNfEI8": ["You canceled the request."], + "ROWd/9": ["Leave blank to allow any amount; enter a number to set a minimum holding requirement."], + "ROWeBX": ["Followings"], + "ROsDRH": ["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"], + "RRw7LE": ["Identity ID"], + "RUYsn0": ["Clear All"], + "RW1HJz": ["The receiving address may be a malicious address."], + "RWoEqV": ["Failed to transfer token: ", ["message"]], + "RZOA0N": ["Find Mask Network in the extension list and click the <0/> button."], + "RdfrN2": ["Mint Address"], + "Re7Oex": ["Transaction submitted."], + "RhCL4z": ["Max amount"], + "RiLzWA": ["Please switch to this network in the mobile application wallet you are connected to."], + "RiQQyz": ["This allows the third party to spend ", ["value"], " ", ["0"], " from your current balance."], + "Rm3JCH": ["File name must between 3 to 20 characters."], + "RqRRf6": ["Created by <0>", ["0"], " • <1>Website"], + "RrGhwo": ["File ", ["0"], " deleted."], + "RuO5md": [["seconds"], "sec"], + "Rx8sxX": ["Select liquidity"], + "RxlKnY": ["Lens"], + "Ry8TiY": ["Create Smart Pay wallet"], + "S0CsaV": ["Create a New Wallet"], + "S0vyIh": ["Owner changed."], + "S2JNMm": ["Your file has been successfully restore into the browser data."], + "S33tz3": ["Not connected"], + "S6Qdlo": ["Scam Warning"], + "SDrb6I": [ + "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." + ], + "SGVkVp": ["Two entered passwords are not the same."], + "SIrUT3": [ + "Grant access to your ", + ["0"], + " for the Lucky Drop Smart contract. You only have to do this once per token." + ], + "SLEDBF": ["Failed to add the wallet, please try again."], + "SNZM71": [["0"], " withdrawn."], + "SREKz9": ["Report NFT Scam Contract?"], + "SUqBr9": ["Refund ", ["0"], " ", ["tokenSymbol"], " Successfully"], + "SX2UXi": ["Your vote has been successful."], + "SYGo/R": ["Import Wallet"], + "SYgxDf": ["Slow"], + "Sfu/we": ["Failed to delete, please try again."], + "ShHV7X": ["Cloud Backup"], + "ShmUTn": ["Add a Custom Cover"], + "Sitstz": [ + "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." + ], + "Sjplg3": ["View on Explorer"], + "SlxhDh": ["Verify your wallet"], + "Sp69uH": ["The web site can"], + "T0W3Z8": ["Insufficient funds for gas."], + "T0Y2+3": ["Select a token"], + "T3EPqL": ["Max base fee"], + "T3dlAs": ["Quote expired. Update to receive a new quote."], + "TA4fAr": ["The wallet name already exists."], + "TFEJcT": ["Set NFT PFP"], + "TIIaK1": [ + [ + "2", + "select", + { + "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], + "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""], + "other": [] + } + ] + ], + "TJt1iY": ["Decentralized social graph protocol for user-centric Web3."], + "TNFd5O": ["View real-time crypto prices, market cap, trading volume, etc."], + "TP9/K5": ["Token"], + "TRoDRd": ["Failed to deposit token."], + "TYTRNP": ["Eligible to claim"], + "TZDLPg": ["Claimable"], + "Tfxac6": [ + "This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." + ], + "Tg003Y": ["Connected wallets settings"], + "Tl3Zls": [ + "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." + ], + "TnHNX9": ["Update permission for X.com"], + "ToePai": ["Spend limit requested by"], + "TppkTk": [ + "<0>", + ["user"], + " carried out an activity to <1>", + ["target"], + " on <2>", + ["platform"], + "" + ], + "TpqeIh": ["Error: ", ["0"]], + "Tuc34V": ["Confirm Bridge"], + "Tx/jsw": ["Do you need to paste encrypted content manually?"], + "Tz0i8g": ["Settings"], + "TzarJw": ["Bridging"], + "UBzbea": ["Recover your wallet"], + "UDKbPj": ["Your file has been successfully merged into the browser data."], + "UFzLh1": [ + "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ", + ["0"], + ". Please reduce the number of NFTs selected." + ], + "UO7xDp": [["0"], " Pool"], + "UPJjXF": ["Network error, try again: ", ["0"]], + "URAE3q": ["Paused"], + "URmyfc": ["Details"], + "UUfXpm": ["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."], + "UWxJIW": ["Powered by Celer Network. Support $MASK!"], + "UXBK7e": [ + "<0>", + ["user"], + "sent", + ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], + "to <3>", + ["formattedAddress"], + "", + ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] + ], + "UaXeX3": ["Okay"], + "UbRKMZ": ["Pending"], + "Udf/Es": [ + "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." + ], + "UfJmJU": ["Invalid slippage tolerance."], + "UjJCIX": ["Contract source code not verified"], + "UjRxho": ["Persona Recovery Phrase"], + "UmVZrM": ["Failed to create Lucky Drop."], + "UpqenY": ["We recommend new Web3 users to keep [Check Security] open."], + "UqJ0W/": ["Cancel Transaction"], + "Usynqd": ["Gas price is too low and will cause the transaction fail"], + "UtKGok": ["Backup Persona"], + "UvJiVZ": ["There's no feed associated with this address."], + "UxJ2jd": ["Display Snapshot proposals on the X of the respective project or protocol."], + "UxYZfY": ["Revoke the approval for ", ["0"], "."], + "V+1pjj": ["Back Up Your Data Your Way"], + "V+ZuGt": ["You claimed ", ["0"], " $", ["1"], "."], + "V6YDUB": ["<0>", ["user"], " donated <1>", ["costValue"], " ", ["costSymbol"], ""], + "V6wYl1": ["Total amount"], + "V8j2d/": ["App list"], + "VAOn4r": ["Unlock"], + "VECuJk": ["Wallet Account"], + "VHShJf": ["Please click Browse Files button to select files to upload."], + "VHVdS1": ["No votes"], + "VP4HYe": ["Next.ID"], + "VSx1eg": ["Max priority fee"], + "VbeIOx": ["Author"], + "VcPDSd": ["Unsupported key store data"], + "VdhBp2": ["The chainID is not equal to the currently connected one."], + "VdkQUC": ["Please sign up or login ", ["siteName"], " to connect Mask Network."], + "Vj7ma7": ["Support mnemonic phrase, private key or keystore file."], + "VlpdUm": ["Use NFT"], + "VsHxv+": ["Copy text"], + "VvGC/Y": [["0"], " Network fee"], + "VvPeyR": [["0"], " unlocked"], + "VzQ7uf": ["Unknown EIP-4361 message version."], + "VzQOL2": [ + "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." + ], + "W0uonA": ["This QR includes your mnemonic words, please keep it safely."], + "W2es+t": ["Oops, it seems you don't have any voting power at block ", ["0"], ". <0>Learn more"], + "W5OcTk": ["No approved contract records."], + "W7e3zN": ["Are you sure to remove the connected wallet <0>", ["0"], "?"], + "W7rMXF": ["Failed to send token."], + "WAjFYI": ["Start date"], + "WDcQq9": ["Unlisted"], + "WKG5E8": ["You need to hold at least ", ["quantity"], " of any of the following tokens."], + "WLMjwL": ["Confirm to hide ", ["0"], "? You can redisplay it by re-adding this token at any time."], + "WS7EYf": [ + [ + "0", + "select", + { + "Post": ["<0/><1>", ["handle"], " published a post on <2>", ["1"], ""], + "Comment": ["<3/><4>", ["handle"], " made a comment on <5>", ["2"], ""], + "Mirror": [ + "<6/><7>", + ["3"], + " mirrored a post post by<8/><9>", + ["handle"], + " on <10>", + ["4"], + "" + ], + "Quote": ["<11/><12>", ["handle"], " quoted a post post on <13>", ["5"], ""], + "other": ["<14/><15>", ["handle"], " post stuff on <16>", ["6"], ""] + } + ] + ], + "WWPi4P": ["Incorrect wallet address."], + "WY8amq": ["Invalid number"], + "WZcvLm": ["Follow Now"], + "WeNxrL": [["0"], " Attention factors"], + "Weq9zb": ["General"], + "WmXCMa": ["Switch other account"], + "Wqoa0p": ["Connect Persona"], + "WqzYn1": [ + "<0>", + ["user"], + " donated <1>", + ["costValue"], + " ", + ["costSymbol"], + " to <2>", + ["project"], + "" + ], + "WsNUie": ["Claimed: <0>", ["0"], "/", ["1"], " <1>", ["2"], ""], + "Wvnsx1": ["Auto-lock"], + "Wy16g8": ["Gift crypto or NFTs to any users, first come, first served."], + "X0PXso": ["Swap duration"], + "X200Sr": ["Forgot payment password?"], + "X3X0nY": ["You may have ", ["0"], "% less received with this level of slippage tolerance."], + "X6ujRd": ["Be aware, check the token before adding it."], + "X8N33g": ["Transaction history is only stored locally and will be deleted if you clear your browser data."], + "X8w6bW": ["Enter Max spend limit"], + "XA8JXM": ["Add NFTs"], + "XB3tfc": ["Encrypting your **data**"], + "XC7RGa": ["Recover your data"], + "XDtQ7t": ["Display the following address on your Web3 profile page and use it to receive tips."], + "XGRJzS": ["Open in a new tab"], + "XGqAnD": ["This token contract has code that prevent selling. This might is a honeypot."], + "XQDdOC": ["No friends are stored locally, please try search one."], + "XQQx83": [ + "<0>", + ["user"], + " ", + [ + "0", + "select", + { + "supply": ["supplied"], + "add": ["added"], + "repay": ["repaid"], + "withdraw": ["withdrew"], + "collect": ["collected"], + "remove": ["removed"], + "borrow": ["borrowed"], + "other": [] + } + ], + " liquidity on <1>", + ["1"], + "" + ], + "XUKicg": ["Step 1/2"], + "XYLcNv": ["Support"], + "XZ/B+f": ["Don't see your NFT?"], + "XcWehA": ["Update Quote"], + "Xftpm5": ["Select Collection"], + "XjDSdO": ["Old Payment Password"], + "Xlpdi1": ["on ", ["fromNetworkName"]], + "Xprzee": ["Enter a gas price"], + "XrH+JC": ["IPFS"], + "XrlvqN": ["Who can claim?"], + "XsyYEe": ["This NFT didn't have any activities."], + "XyAmgg": ["Add wallet"], + "Y7N0Sj": ["View your account balance and history"], + "Y9mYPy": ["Powered By ", ["0"]], + "YF8jon": ["Ended ", ["relativeEndTime"]], + "YKSmxE": [ + "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." + ], + "YLObqx": ["Equal Amount"], + "YOacnL": ["Tell friends what's happening..."], + "YOnK5s": [ + "<0>", + ["user"], + " registered ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "], "other": [] }], + "for <3>", + ["costValue"], + " ", + ["costSymbol"], + "" + ], + "YPNSH3": ["Connect Solana Wallet"], + "YSi9PS": [ + "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." + ], + "YW51YO": ["24H sale"], + "YXIpYp": ["Please verify the current persona with a social media account before using dApps."], + "Yckw2R": ["Fiat On-Ramp"], + "YdCB5X": ["Copy private key"], + "YiPiv6": [ + "There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." + ], + "YirHq7": ["Feedback"], + "YnqCPK": ["Verify Account"], + "Yp8yB4": [["0"], " to ", ["1"]], + "Ywu8Rl": ["Please connect ", ["0"], " and send a proof post before using dApps."], + "Z/tioj": ["Swap ", ["0"]], + "Z16qyu": ["Persona Name"], + "Z3+V9p": ["Restore backup failed."], + "Z33XCd": ["Input contract address"], + "Z3FXyt": ["Loading..."], + "Z3S6Dx": ["Step 1/3"], + "Z3y+8t": ["Unsupported Network"], + "Z6siIw": ["Switch between the classic Twitter logo and the new one."], + "Z7ZXbT": ["Approve"], + "Z8+FzC": ["Connecting your ", ["providerType"], " wallet"], + "Z8G4E5": ["Change to Flow Wallet"], + "Z8lGw6": ["Share"], + "ZAVklK": ["Or"], + "ZDcdss": ["Claim Conditions"], + "ZHsD28": ["Enable the plugin"], + "ZIsLZh": ["Size limit: 10 MB"], + "ZK75iC": ["Choose a Cover"], + "ZKAj6+": ["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."], + "ZQbnxO": ["No collectible found."], + "ZQr5hT": ["Unlock Token"], + "ZSWUwq": [["0"], "m"], + "ZSgQgC": ["Max fee is too low for network conditions."], + "ZTXjJ3": ["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."], + "ZTmzRV": ["Highest Price"], + "ZdnQsW": ["<0/> interacted with <1/>"], + "ZgFWrp": ["<0>Powered by<1>Go+"], + "ZhrWG1": ["Create persona"], + "ZrZMJ6": ["Backup failed, <0>try again"], + "ZsjtYe": ["Failed to set Avatar."], + "Zypku0": ["By using this plugin, you agree to the <0>terms and the <1>privacy policy."], + "a1S2x7": [ + "Data source is retrieved from ", + ["0", "select", { "other": [], "twitter": ["Twitter profile and "] }], + ["sources"], + "." + ], + "a1SmQh": ["Select Wallet"], + "a23gJr": ["Incorrect backup password."], + "a33WQ+": ["Download the ", ["name"], " Wallet here"], + "a4C0ak": ["Insufficient Balance for Gas Fee"], + "a4N/Bg": ["Load More"], + "a5t/N3": ["Spend more transaction fees to cancel the previous transaction."], + "a6ONsz": ["Unlock ", ["0"], "."], + "a7u1N9": ["Price"], + "a9X8Om": ["Failed to report spam."], + "aAIQg2": ["Appearance"], + "aEgiLS": ["contributions"], + "aF8kci": ["Creation Completed"], + "aFJrEy": ["You need to hold any of the following NFTs in your wallet."], + "aFht5e": ["Connected ", ["0"], " with ", ["walletName"], "."], + "aTzTyw": ["Add Assets"], + "aVI2qx": ["Click the application icon to list it on the App board."], + "aYT9SD": ["Max fee"], + "acK3j2": ["Input your Private Key"], + "agPptk": ["Medium"], + "ah8/4v": ["Floor Price"], + "ahNa7P": ["NFT Holder"], + "ahpgxl": ["Please create a Persona and verify your account to use this."], + "ai3VNq": ["Connected Wallet"], + "ajKdns": ["This wallet address has already been connected."], + "apl8rz": ["Failed to withdraw ", ["0"], "."], + "aqop4L": ["Check on Explorer"], + "awW7ak": ["Remove Wallet"], + "ayxkVX": ["Transaction"], + "b+scYY": ["Requesting Connection"], + "b/mMOj": [["0"], " ", ["1"], " approval successfully."], + "bBzHQT": ["Input amount is below the minimum amount"], + "bD8I7O": ["Complete"], + "bEPPWi": ["Connect Flow Wallet"], + "bGMpPD": ["Unlock NFT Contract"], + "bIpwjD": ["My Wallets"], + "bKGn4N": [ + "<0/> minted", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }] + ], + "bLJivk": ["Select an NFT Contract Owner"], + "bLmWH9": ["Bridge anyway"], + "bLqb2p": ["<0>Latest offer at <1>$", ["0"], ""], + "bLvQvN": ["Library:"], + "bQXBhp": [ + "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." + ], + "bTQliy": [ + "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." + ], + "bUUVED": ["Asset"], + "bapItf": ["Incorrect Backup Password."], + "bassMa": ["Incorrect cloud backup password, please try again."], + "bbS8qf": ["1 NFT claimed."], + "bdIrOO": ["Verification code has been sent to your email. Please check your mailbox."], + "bfNmSO": ["Set payment password successfully."], + "bnfo6T": ["Sent verification post successfully."], + "bnuQy5": [["0"], " files selected"], + "bwlRe8": ["Selecting NFTs"], + "c+Fnce": ["Sign"], + "c+XaKf": [ + "<0>", + ["formattedUser"], + " ", + ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"], "other": [] }], + " <1>", + ["other"], + " on <2>", + ["1"], + "" + ], + "c19z3W": ["Available Balance"], + "c2MkCo": ["Payment password must be 6 to 20 characters."], + "cD0wgO": [ + "Do you want to remove the verified association between the X account @<0>", + ["0"], + " and ", + ["1"], + "?" + ], + "cFDjd3": ["Transaction type"], + "cJv4Ca": ["Connecting operation cancelled in third-party wallet."], + "cM1qH2": [ + "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." + ], + "cNJNBU": ["Get optimized search results when you're looking for a token."], + "cQYjZe": [ + "To verify your X account and record it on the NextID, you will need to send a post for the verification." + ], + "cVit2/": ["Please set the backup password to back up"], + "caP+Xq": ["Crypto Holder"], + "cbzSv5": ["Max fee should be greater than base fee of ", ["0"], " Gwei."], + "chL5IG": ["Community"], + "clw/Xh": [["0"], " sent."], + "cm4E8+": ["Experience in X"], + "cmKQl+": ["Failed to save the file. Please try again."], + "cmNbUB": ["Not found your ", ["providerType"], " wallet"], + "cnGeoo": ["Delete"], + "crVIc7": ["Locale Backup"], + "ctb8Cs": ["Dex/Est received (", ["0"], ")"], + "cvCD4e": ["Contract Creator"], + "d0aemb": ["Please create a persona for accessing Dapps."], + "d6nk2t": [["0"], " Platform costs"], + "dAMTl9": ["This RPC URL is currently used by the ", ["0"], " network"], + "dCpOJ5": ["<0/> approved with <1/>"], + "dCvyk/": ["Change another account and try again."], + "dEgA5A": ["Cancel"], + "dXFgcm": ["Transfer Token"], + "daEP1M": ["Token info"], + "dajsth": ["Incorrect Keystore Password."], + "du/tmd": ["Create your Lucky Drop."], + "dyNKut": ["Browse Files"], + "dzAth+": [["0"], " ", ["1"], " swap completed successfully."], + "e0E1XI": ["Max Fee (GWEI)"], + "e1vdXO": ["Arweave"], + "e34ZOD": ["Waiting time"], + "e3I0CA": ["Failed to restore the backup: ", ["0"]], + "e3hCsY": ["Lido Exchange Rate"], + "e4yrZ/": ["Token Address"], + "eC1gV9": ["Invalid file type"], + "eDT+Oh": [ + "The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets." + ], + "eE0JZ4": ["Version"], + "eEeK5j": ["<0>Expires in ", ["0"]], + "ePK91l": ["Edit"], + "eWczg7": ["Just Me"], + "eaLSW8": ["Persona name must between 1 to 24 characters."], + "ecqLr0": [ + "I just tipped a ", + ["NFT_Name"], + " to @", + ["recipientUserId"], + "'s ", + ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], + " ", + ["recipientAddress"], + "\n\nInstall https://mask.io/download-links to send your first tip." + ], + "eeYVJ5": ["Be careful what you visit and sign!"], + "ejVYRQ": ["From"], + "elyK4N": ["Failed to unlock token contract."], + "eoeq4k": ["<0>", ["user"], " made a comment on ", ["platform"]], + "ep2Wyh": ["1 ", ["0"], " tips sent."], + "erRCKP": ["File saved"], + "es4h+b": ["Swap Anyway"], + "ezYNcH": ["Pin Mask Network to the toolbar for easier access:"], + "f5AidZ": ["Write down recovery phrase"], + "f61qKX": ["Deploy a SmartPay wallet on Polygon network."], + "f6pX67": ["<0>0 Followers <1>0 Following"], + "fDP2k4": ["Change Payment Password"], + "fFGPy6": ["Or create a new wallet group"], + "fFYJ8f": ["Welcome to use Mask Network"], + "fL7WXr": ["Applications"], + "fRQP7E": ["<0>Granted to <1>", ["0"], ""], + "fRUjl7": ["Please switch to <0>@", ["expectAccount"], " to continue the account verification progress."], + "fUn3xA": ["Generate a new wallet address"], + "fc4PdK": [ + "The RPC URL you have entered returned a different chain ID (", + ["rpcChainId"], + "). Please update the Chain ID to match the RPC URL of the network you are trying to add." + ], + "fdqDgM": ["Ended on <0>", ["0"], ""], + "fiPesM": ["Method"], + "fj5byd": ["N/A"], + "foOw00": ["Balance(", ["symbol"], ")"], + "fqDzSu": ["Rate"], + "fsBGk0": ["Balance"], + "fsUPaG": ["Congratulations"], + "fvRGyC": ["Trying exploring more features powered by Mask Network."], + "fx6pOQ": ["Balance: <0/>"], + "fza4cg": ["Import Wallets"], + "g/1WbH": ["from <0>", ["fromAddress"], ""], + "g/i+bG": ["Transaction rejected"], + "g2UNkE": ["Powered by"], + "gC2WI+": ["Persona"], + "gERRYE": ["Artblocks"], + "gHM62X": ["Payment password changed."], + "gM+Nj7": [ + "Are you sure to report ", + ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"], "other": ["this NFT"] }], + "? After confirmed, this NFT will be marked as spam." + ], + "gT+8Dk": ["Confirm to hide ", ["name"], "? You can redisplay it by re-adding this NFT at any time."], + "gUuuBi": ["Check Security"], + "gVfVfe": ["Contacts"], + "gWcGl/": ["Your wallet cancelled the transaction."], + "gdnEab": ["Incorrect recovery phrase."], + "ggdga4": ["The user has not set this."], + "ghVDTt": ["rounds"], + "ghZx62": ["Unlock token"], + "gk7J2q": [["0", "select", { "other": ["<0>Size limit: ", ["fileSize"], ""], "omit": [] }]], + "gkLviK": [ + "This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." + ], + "gmOW42": ["ENS or Wallet Address"], + "gnSRSG": ["Hiding Scam Transactions"], + "gp6A8z": ["Authorization Failed"], + "gtdJ43": ["My wallet"], + "gwuMzD": ["<0>", ["user"], " appointed a proxy on <1>", ["platform"], ""], + "gxV9O8": ["Cast your vote"], + "h/b9lY": ["No followers."], + "h0qYUk": ["Search with an ENS domain or wallet address to get optimized results."], + "h3bIHg": ["Disconnect Social Account?"], + "h53LoU": ["Social Account"], + "h5Dtc5": ["funding received"], + "h69WC6": ["Sent"], + "h7+V7K": ["Backup & Recovery"], + "hEpXzO": ["Welcome to Mask Network"], + "hG89Ed": ["Image"], + "hHLRGW": ["Hide tokens with value less than $1"], + "hRWvpI": ["Claimed"], + "hRtIgr": ["APP list"], + "hTbvD9": ["Sorry, you are not eligible to claim $ARB in this campaign."], + "hUF4dG": ["Backup password set successfully"], + "hWUuAb": ["Already following"], + "hXzOVo": ["Next"], + "hYgDIe": ["Create"], + "he3ygx": ["Copy"], + "heVBR8": ["Enter Amount Each"], + "hehnjM": ["Amount"], + "hg5QeV": ["Total cost"], + "hhtbAs": ["Unfollow lens handle"], + "hj39w+": ["Loading failed due to Snapshot API service breakdown."], + "hom7qf": ["Claim"], + "hpxXOD": [ + [ + "context", + "select", + { + "approve": [ + "<0>", + ["user"], + " approved <1>", + ["amount"], + " ", + ["symbol"], + " to <2>", + ["contract"], + "" + ], + "revoke": [ + "<3>", + ["user"], + " revoked the approval of <4>", + ["amount"], + " ", + ["symbol"], + " to <5>", + ["contract"], + "" + ], + "other": [] + } + ] + ], + "hxHyfs": ["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."], + "hxdOdX": ["Owner can change balance"], + "hzTib5": ["Select an NFT Contract Operator"], + "i2x+p1": ["Processing Withdrawal"], + "i4umqX": ["The following wallets are not installed or in conflict with others"], + "i6OT6/": [["subject"], " has an error"], + "i70ilP": [["0"], " NFT contract unlocked."], + "iCb44o": ["Created on: ", ["0"]], + "iF9x7r": ["Trading mode"], + "iH8itU": ["Connect your wallet"], + "iH8pgl": ["Back"], + "iJLEZF": ["Show me how"], + "iNIdDX": ["Incorrect contract address."], + "iPMIoT": ["Enter an amount"], + "iSLIjg": ["Connect"], + "iT0Qmd": ["Transaction Failed"], + "iTiwqa": ["Asset is hidden."], + "iZLoa2": ["eg: X accounts, persona public keys, wallet addresses or ENS"], + "ia3Lqp": [ + "The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions." + ], + "ie2c+s": [ + "I just purchased a beautiful piece of art from {0} collection for ", + ["1"], + " ", + ["2"], + ". Welcome to join." + ], + "ileX7U": ["No recent transactions"], + "imDvP9": ["Gas limit must be smaller than ", ["maxGas"], "."], + "iobEyh": ["By checking this box, I agree to ArtBlocks's <0>Terms of Service."], + "iuCSJl": ["This wallet is connected to current persona ", ["0"], "."], + "iuJFAy": ["Low Risk"], + "iwiSFA": ["Similar Project"], + "j2Uisd": ["Approving"], + "j2a+h4": ["Past rounds"], + "j4TRxD": ["Select Address"], + "j8MqhB": ["CyberConnect"], + "jEDiuG": ["Network added"], + "jICk7g": ["There was a network or RPC provider error, please try again later!"], + "jIWgmE": ["Entered passwords are inconsistent."], + "jJPsrT": [ + "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." + ], + "jJrqb1": ["Token Name"], + "jK7nvW": ["Failed to disconnect wallet"], + "jRcH7y": ["NFT Avatar Setting"], + "jRfanQ": ["Gas Used (Units)"], + "jXWnN0": [["0", "plural", { "one": ["Strategy"], "other": ["Strategies"] }]], + "jZQU+o": ["Originally posted by ", ["0"]], + "ja6Tyz": ["Search with the name of an NFT collection or its symbol to get optimized results."], + "jaH9PD": ["Hi friends, I just created ", ["token"], " Lucky Drop. Download Mask.io to claim."], + "jas0vv": ["Disconnect all accounts"], + "jbc0gF": ["Create Password"], + "jeLXsu": ["Who can claim"], + "jfJkBQ": ["Gas price is too low for network conditions."], + "jh0i4n": ["Confirm this transaction in your wallet."], + "jhoAzY": ["Mask Network Cloud"], + "jjCXPD": ["Starts ", ["relativeStartTime"]], + "jpctdh": ["View"], + "jt/0L2": ["You've saved ", ["0"], " to Web3 file service."], + "jt/cjR": ["Safety Warning"], + "jtExaD": ["Not supported yet."], + "jygqM9": ["Loading account information..."], + "jzLzy/": ["No whitelist"], + "k/sb6z": ["Select language"], + "k/vATR": ["Token unlocked"], + "k0USDt": ["Account connected.<0/><1/>Try to explore more features powered by Mask Network."], + "k1pJQo": [["0"], " network is not added to the wallet. Please add it and try again."], + "k28Qhe": ["Failed to save file"], + "k57+C7": [["walletLength", "plural", { "one": ["#", " Wallet"], "other": ["#", " Wallets"] }]], + "k7u9V5": ["Incorrect words selected. Please try again!"], + "kCAzy/": ["Collection Approval"], + "kG0n0M": ["Network error or user cancels the process."], + "kHDhjV": [ + "I just claimed airdrop with ", + ["amount"], + " ", + ["0"], + " on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." + ], + "kKY8Re": [ + "The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." + ], + "kPQQEW": ["Enter an Amount"], + "kV9Qeo": ["You have donated ", ["0"], " ", ["1"]], + "kWJmRL": ["You"], + "kbfp5m": ["Visible To"], + "kdW3qS": ["Nonce"], + "kePpfU": ["Update NFT Avatar Success!"], + "kf/5Ap": ["Explore multi-chain dApps."], + "kf83Ld": ["Something went wrong."], + "kg/ict": ["Lucky Drop claimed."], + "kj3M8S": ["Deposit"], + "kjBSDT": [ + "<0>", + ["user"], + " minted ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], + "for <3>", + ["value"], + " ", + ["symbolName"], + "" + ], + "ks5OGD": ["Contract"], + "kx0s+n": ["Results"], + "l/UFPv": ["Properties"], + "l3s5ri": ["Import"], + "lCF0wC": ["Refresh"], + "lCHQzJ": ["This address may be a scam address."], + "lCfoWv": ["Select NFTs"], + "lDgVWA": ["Receive"], + "lET9my": ["Mask needs the following permissions"], + "lErh77": [ + "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." + ], + "lKldOY": ["12-word recovery phrase is used to recover your persona data."], + "lO/vMB": [ + "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." + ], + "lPJwNU": ["Persona: ", ["personaName"]], + "lPsa94": ["Merge Completed"], + "lQXQKs": ["Vote"], + "lU6uRb": [ + "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." + ], + "lWOC+h": ["Mask Network requires you to authorize the following websites before using it."], + "ldI18s": ["Minted:"], + "lhvy2j": ["Firefly"], + "llLBQ1": ["a token"], + "lmYQuN": ["At most ", ["SOL_REDPACKET_MAX_SHARES"], " recipients"], + "loCUuu": ["Keystore"], + "lqTDfd": ["Slippage Tolerance"], + "lqW7eD": [ + "In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address." + ], + "lr8uE3": ["Holding ", ["0"]], + "lvL4x0": ["Follow @masknetwork for Web3 updates and insights."], + "lxJU2w": ["Enter Number of Winners"], + "lyjM6U": ["Wait too long for the confirmation."], + "m+uuUE": ["Cross-chain"], + "m/TPEz": ["(beta)"], + "m16xKo": ["Add"], + "m2OZMI": ["Max fee cannot be lower than max priority fee"], + "m2pyX2": ["Buy Now"], + "m3VOQq": ["Current wallet does not support to interact with Lens protocol."], + "m3XvO+": ["Imported Wallets"], + "m3akOw": ["I just claimed a lucky drop from @", ["sender"], " on Solana."], + "m3cvPZ": ["Payment password set."], + "m3pz1u": ["Insufficient ", ["symbol"], " Balance"], + "m64f3d": [ + "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." + ], + "mCB6Je": ["Select All"], + "mGHHf5": [ + "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." + ], + "mHWsOq": ["Failed to confirm"], + "mNUsxu": ["Tx Fee"], + "mPxxVq": ["Enter a gas limit"], + "mQpWAe": ["Edit Contact"], + "mT57+Q": ["Go to Settings"], + "mUJUVX": ["Claim your NFT Lucky Drop"], + "mW8F64": ["This project is no longer active"], + "mYGY3B": ["Date"], + "mZ04KC": ["Overall Best"], + "ma8rSx": ["Your transaction has been confirmed!"], + "mc68kY": ["New Payment Password"], + "md5sZ/": [ + "This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud." + ], + "mfwfMR": ["You can claim the lucky drop by holding the required amount of any selected token."], + "mhNIiJ": ["Gas price is higher than necessary. You may pay more than needed."], + "mrAv9J": ["Failed to save network"], + "msszNj": ["<0/> approved <1>", ["0"], " ", ["1"], ""], + "muQqQY": ["Buy & sell tweets autographed by their original creators."], + "mzI/c+": ["Download"], + "n+ObkB": [ + "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." + ], + "n1gwuy": ["on ", ["toNetworkName"]], + "n2HnVK": [ + "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." + ], + "n42fmQ": ["Enter a max fee"], + "nDzNGQ": ["Follow User"], + "nE/lLr": ["Just Selected Contacts"], + "nFjzvC": ["Approved Amount ", ["0"]], + "nGl2Ng": ["Restore Completed"], + "nKLBYz": [ + "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" + ], + "nMUHWK": [["claimed"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], + "nMkx7r": [["0", "plural", { "one": ["#", " Hour"], "other": ["#", " Hours"] }]], + "nOCyT5": ["Show tokens with value less than $1"], + "nOhz3x": ["Logout"], + "nSkB8g": ["Information"], + "nTFx7o": ["Avatar set successfully"], + "nTWWCZ": ["Low"], + "nTif4K": ["Select and Connect to your wallet"], + "nUWEsV": ["Max fee is higher than necessary"], + "nUeoRs": ["Signing Message (Text)"], + "nV/wXH": ["This profile can not be followed."], + "nWDO1P": [ + "<0/> ", + [ + "txType", + "select", + { + "burn": ["burned"], + "deposit": ["deposited"], + "mint": ["minted"], + "receive": ["received"], + "send": ["sent"], + "withdraw": ["withdrawn"], + "other": [] + } + ], + " <1>", + ["0"], + " ", + ["1"], + " " + ], + "ndRqFD": ["Chain ID"], + "neBDpj": ["Please connect wallet"], + "ngWO+e": ["No local key"], + "njSHJP": ["You didn't approve ", ["0"], ". Please do not set spending cap to 0 and try it again."], + "nqL5WA": ["Claim Lucky Drop"], + "nqagQ8": ["Signing Message (Raw)"], + "nvAt0H": ["Resource"], + "nvV/Td": ["Balance: <0>", ["0"], ""], + "nwSp3U": [ + "I just tipped ", + ["amount"], + " ", + ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], + " to @", + ["recipientUserId"], + "'s ", + ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], + " ", + ["3"], + "\n\nInstall https://mask.io/download-links to send your first tip." + ], + "nzBzok": ["Create time:"], + "o+XJ9D": ["Change"], + "o+zDNQ": ["The mnemonic word has been copied, please keep it in a safe place."], + "o4Iu2W": ["Logout successfully"], + "o4NrTC": ["Confirm this Signature in your wallet."], + "o66hO5": ["Discovered a LuckyDrop event on the FireFly website."], + "o9pabc": ["No codes found to suspend trading."], + "oCBTyI": ["This will overwrite the existing cloud backup with the local data, this cannot be undo."], + "oDMfB1": ["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], + "oDSXfc": ["New password cannot be the same as your current password."], + "oG26Rt": ["Confirm this transaction in your wallet"], + "oG67vO": ["Available to Everyone"], + "oIsL5E": ["Chain ID: ", ["0"]], + "oJIW7I": [ + [ + "context", + "select", + { + "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], + "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], + "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], + "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], + "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], + "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""], + "other": [] + } + ] + ], + "oMx/mL": [ + "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." + ], + "oN9XHJ": ["Start Time: <0>", ["0"], ""], + "oOQfsI": ["Current account is not the verifying account."], + "oTLFeN": ["The Lucky Drop can't be sent due to data damage."], + "oX+QCa": ["<0>Powered by<1>Mask Network"], + "oYzol6": ["an NFT"], + "oZw0Iw": ["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"], + "ocYse8": ["Failed to refund Lucky Drop."], + "oe5xh9": ["Decrypt failed, please check password"], + "of3mx/": [ + "<0>", + ["user"], + " swapped <1>", + ["from_value"], + " ", + ["from_symbol"], + " to <2>", + ["to_value"], + " ", + ["to_symbol"], + " on <3>", + ["platform"], + "" + ], + "ofUcbc": ["Random"], + "ohUJJM": ["Plugins"], + "ojlMCx": ["Minimum withdraw amount is ", ["MINIMUM_AMOUNT"], " ", ["0"]], + "olEUh2": ["Successful"], + "ooHEV6": ["1 ", ["0"], " NFT Lucky Drop claimed."], + "osXsDn": ["Import NFT"], + "ou+PEI": ["Profile Photo"], + "ouAjo6": ["No Enough Gas Fee"], + "ovBPCi": ["Default"], + "oxKup1": ["Insufficient $", ["0"], " balance"], + "p+ngUo": ["Unfollow"], + "p1/7GX": ["Contract Not Found"], + "p2/GCq": ["Confirm Password"], + "p3TX0l": [ + "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." + ], + "p7l2aC": ["Contract:"], + "p8Aea2": ["The persona name already exists."], + "p8OYBy": [ + "@", + ["sender"], + " is sending an NFT lucky drop on ", + ["networkName"], + " network. ", + ["account_promote"], + " ", + ["promote_short"], + " #mask_io #LuckyDrop ", + ["0"] + ], + "pG7O41": ["Fastest"], + "pGElS5": ["Mnemonic"], + "pHfBGz": ["Updating Gas Fee…"], + "pIyHYi": ["Lens Follow"], + "pLHDrO": ["Holding NFT"], + "pOE8Vh": ["Space"], + "pa3wn3": ["It remains unclaimed."], + "pbOGiB": ["Revoke Token"], + "pbYUPI": ["Text copied!"], + "pi+hn/": ["Ethereum ", ["HD_PATH_WITHOUT_INDEX_ETHEREUM"]], + "pjrgRd": ["Incorrect Private Key"], + "pkyWdU": ["Keystore password"], + "poYLOl": ["New Logo"], + "ps1+DX": ["Set your persona name with maximum length of 24 characters"], + "pu3rTn": ["GWEI"], + "puUEU3": ["Change Backup Password"], + "put3ex": ["Request is valid not after"], + "pv5v6j": ["About Permit"], + "pvnfJD": ["Dark"], + "py6hU8": ["Signature Request"], + "pzO3Xa": ["Total Supply"], + "q+O14e": ["Search Area"], + "q+hNag": ["Collection"], + "q/ao7A": ["Price per mint"], + "q5+UWM": ["Contact edited."], + "qAbGIK": ["Issued at"], + "qCMUPH": ["Unlock ", ["0"]], + "qDIxZ+": ["Failed to restore the backup from Google Drive to your browser. Please try again."], + "qHqI+o": ["<0>Powered by <1>Mask Network"], + "qI8U4x": ["Max fee cannot be lower than max priority fee."], + "qIL7PI": ["Offers"], + "qJb6G2": ["Try Again"], + "qNiGUh": ["size"], + "qT8oOt": ["Persona required."], + "qWMpAl": ["up to ", ["0"], " Gwei"], + "qYuscr": ["Max Priority Fee"], + "qZ6p7p": ["Backup on ", ["0"]], + "qcqdIh": ["You need to open the dApp to view the specific content."], + "qcybNQ": ["Proposal"], + "qdyV/M": ["News"], + "qhKyO3": ["Withdraw ", ["0"]], + "qkhZxp": ["Created a SmartPay wallet on Polygon network."], + "qp8fKi": ["By confirming means that you agree to bear the possible risks above."], + "qqWcBV": ["Completed"], + "r3OcML": [["mins"], "min"], + "r92tNP": ["Failed to authorize Google Drive. Please try again."], + "rBLzKv": ["Max fee is higher than necessary."], + "rCsoea": ["Manage Token List"], + "rG3WVm": ["Select"], + "rJZPaP": ["No activities found."], + "rKY/BK": ["Classics Logo"], + "rLgPvm": ["Backup"], + "rQQGN1": ["Max priority fee is higher than necessary. You may pay more than needed."], + "rR6iwH": ["Domain Request"], + "rWE7Lq": ["Contact deleted."], + "rWqyF3": ["Gas limit should be between ", ["minGasLimit"], " and 15.00M"], + "rYFSec": ["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."], + "rZ0rgl": ["Total Volume"], + "raCUEa": ["By granting permission, you are allowing the following <0/> contract to access your funds"], + "rcNnsQ": ["Price:"], + "re2nOO": ["Uploaded files"], + "rkMKQ0": [ + "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." + ], + "rm0yu/": ["About ", ["collectionName"]], + "rqV4QH": ["This swap isn’t supported"], + "rrvbCi": ["Network error or execute smart contract failed."], + "rulocO": ["Checking Approve"], + "ryWxhG": ["Congratulations!"], + "s/8SJ+": [ + "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." + ], + "s4Omor": ["To <0>", ["0"], ""], + "sGkv/+": [ + "Hi friends, I just deposit ", + ["0"], + " ", + ["1"], + " on ", + ["2"], + ". Follow @", + ["3"], + " to find more staking projects." + ], + "sOYKMU": ["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."], + "sOcZTR": ["Contract Deployment"], + "sQJ3RN": ["Max priority fee is too low for network conditions."], + "sQTDWu": ["Allow us to collect your usage information to help us improve Mask."], + "sSkbaZ": ["Request timed out."], + "sWsox7": ["Follow Lens handle"], + "saHPqg": ["Claim your Lucky Drop."], + "sb9Y58": ["Wallet"], + "siroPf": ["Mask Network"], + "sxkWRg": ["Advanced"], + "szNWi8": ["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."], + "t+A5fr": ["Gas price should be greater than 0"], + "t/YqKh": ["Remove"], + "t2prdI": ["No search results"], + "t3rUZr": ["Sign-in Request"], + "t6bQQD": ["Send authors tips by using Mask Network's Tips function."], + "t6md+W": [ + [ + "0", + "select", + { + "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], + "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""], + "other": [] + } + ] + ], + "t8dIOP": ["Spam"], + "t91sWs": [ + [ + "actionType", + "select", + { + "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], + "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], + "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""], + "other": [] + } + ] + ], + "t9m1iP": ["Spam reported."], + "tARYn/": ["NFTs Profile"], + "tCAZi9": ["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."], + "tG9G+b": ["File Service"], + "tHoyBc": ["Please connect ", ["0"], " before using dApps."], + "tIW5Jt": ["No matched tokens"], + "tKJ7ee": ["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."], + "tOL6AP": ["Adjust Selection"], + "tOMnvw": [ + "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." + ], + "tPeNU7": ["This network name already exists"], + "tRRE1h": ["1 ", ["0"], " claimed."], + "tXkhj/": ["Start"], + "tbOs8j": ["Confirm Swap"], + "tcHpvG": ["Change Owner"], + "tfDRzk": ["Save"], + "thX7xs": [ + "The network with chain ID ", + ["formChainId"], + " may use a different currency symbol (", + ["0"], + ") than the one you have entered. Please check." + ], + "tiX/tO": ["Address: <0>", ["address"], ""], + "tj48De": ["Connect Social Account"], + "tjbyOy": ["Project details"], + "tk+uyz": [ + "You've approved ", + ["0"], + " for ", + ["1"], + ". If you want to revoke this token, please set spending cap amount to 0." + ], + "toDFSK": ["Wallet sign succeeded."], + "tst44n": ["Events"], + "tuOw4x": ["Make It Encrypted"], + "tx1x9k": [ + "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." + ], + "txEVTf": ["No Listings"], + "ty2gt9": ["You need to follow the creator of the lucky drop."], + "u2OWVJ": ["Disconnect failed."], + "u2Srv1": ["Claim your Airdrop"], + "u3ZeYl": ["Transaction failed"], + "u689pQ": ["Ends in ", ["relativeEndTime"]], + "uAQUqI": ["Status"], + "uBAxNB": ["Editor"], + "uF9ruK": ["Saving"], + "uJQLj9": ["Connect and switch between your wallets."], + "uSMfoN": ["Verify"], + "uip9JY": ["I wrote down those words in the correct order"], + "ujpEaI": ["Please connect your wallet"], + "uqF4Nm": ["Blockchain:"], + "usVwcn": ["No anti_whale(Unlimited number of transactions)"], + "uv94aG": ["Added by user"], + "uv9cwh": ["Bridge Network fee"], + "uyJsf6": ["About"], + "v01kR+": ["NFT PFP"], + "v7U98p": ["Failed to claim Lucky Drop."], + "vH2C/2": ["Swap"], + "vLXevL": ["Transaction cost"], + "vOx+Me": ["You can withdraw the remaining balance 24 hours after sending the lucky drop."], + "vVEene": ["View your Tokens and NFTs"], + "vXIe7J": ["Language"], + "vXygio": ["Not enough data to present."], + "vel6Z1": ["Request Source"], + "vhlM+H": ["Withdraw ", ["0"], " for savings."], + "vhqFTT": ["Can't find a valid user address data source."], + "vutynE": ["Enable plugin"], + "w0e0yw": ["Gas limit must be at least ", ["0"]], + "w1ctdJ": ["Encrypted Post"], + "w3t1Hw": ["Powered by <0>Go+"], + "w4oOEJ": ["Mask Community $ARB Giveaway"], + "w9Xmw/": ["Google Drive"], + "wCtp6y": ["Your Wallet is on **ready 🚀**"], + "wDnczW": ["Optimize the display of search results about ENS in social media."], + "wGtbaw": ["Amount per Share"], + "wMHvYH": ["Value"], + "wNecg9": ["Multiple transaction requests ", ["0"], " / ", ["1"]], + "wNxsb2": ["Reject ", ["totalMessages"], " Transactions"], + "wThGrS": ["App Settings"], + "wUlAUI": ["<0>@", ["currentUserId"], " connected already."], + "wYA1q/": ["Auto report the scam links to MetaMask"], + "waXvJd": ["NFT is not minted yet."], + "wbDTs9": ["Request timed out"], + "wqppGn": ["Permissions List"], + "wvJOId": ["This ENS does not exist or not be resolved."], + "wxZZWc": [ + "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." + ], + "wxfXhJ": ["Scam tx"], + "x0PhCN": ["Disconnected successfully."], + "x4f8pZ": ["Tips"], + "x5LEuB": ["Followers"], + "x6rEou": [ + "<0>", + ["user"], + " claimed ", + ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], + "from <3>", + ["formattedAddress"], + "", + ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] + ], + "xBXg0L": [ + "No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk." + ], + "xC6eGY": ["Mint function"], + "xCJdfg": ["Clear"], + "xCcvjC": ["Set up NFT PFP successfully"], + "xDAtGP": ["Message"], + "xDO6ZN": ["Plugin switch"], + "xEQZ4z": ["Use text encryption"], + "xEX/9S": [ + "No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk." + ], + "xFCCR4": ["Please enter the correct mnemonic words, private key, or upload the correct keystore file."], + "xGVfLh": ["Continue"], + "xH6cn+": ["Choose Token"], + "xIxVmH": ["Unlock ", ["0"], " NFT contract."], + "xPSvu3": ["<0>", ["websiteCount"], " ", ["0", "plural", { "one": ["Website"], "other": ["Websites"] }]], + "xTQLHC": [ + "I just purchased a beautiful piece of art from {0} collection for ", + ["1"], + " ", + ["2"], + ". Install @masknetwork to get yours." + ], + "xeiujy": ["Text"], + "xjhtsV": ["Chain"], + "xoKE3v": ["Disable Permit"], + "xuKB2x": [["0"], " deposited."], + "xupcu9": ["Speed Up"], + "y/+ReV": ["No any collectible is available for preview. Please add your collectible here."], + "y/kxxM": ["Priority fee"], + "y2i17G": ["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."], + "y3juHh": [ + "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." + ], + "y3qyKP": ["NFT Lucky Drop created."], + "y49awp": ["Set NFT Photo"], + "y5aRAa": ["Please enter cloud backup password to download file."], + "y62Dys": ["Network fee"], + "y6VCOb": [["0"], " Mins"], + "y6sq5j": ["Following"], + "yC/GKd": [ + "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." + ], + "yD15Uj": ["Are you sure to remove this wallet?"], + "yDUr0V": ["Lucky Drop refunded."], + "yFpcbN": ["This request may be a phishing attach. I understand this and want to continue."], + "yFrxQj": ["Mnemonic word"], + "yGyJ1l": [ + "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." + ], + "yHrAv+": ["Claim Lucky Drop with ", ["0"], " claimed."], + "yKu/3Y": ["Restore"], + "yNBZ3N": ["Enter gas limit"], + "yNu9vD": ["The wallet address already exists."], + "yQE2r9": ["Loading"], + "yQqkIK": ["24H Average Price"], + "yRuvmU": ["The mnemonic words has been copied, please keep it in a safe place."], + "yTZe+y": ["Snapshot"], + "yVnV6H": ["Please write down or copy these words and save them in a secure place."], + "yVzBCJ": ["NFT Lucky Drop claimed."], + "yZhedI": ["Gas fee settings"], + "yb/fjw": ["Approval"], + "ybuu1v": ["Oops, we can't find any results."], + "ygW4tI": ["Please connect your persona"], + "yik0Qu": ["Private Key"], + "ykiu3o": ["NFT Details"], + "ylUhBz": ["Click to retry"], + "ylXk9u": ["Encrypt the message in an image"], + "yqc6uX": [ + "This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing." + ], + "ywDBfs": ["Something went wrong!"], + "yx/fMc": ["High"], + "yz7wBu": ["Close"], + "yzF66j": ["Link"], + "z+H8bd": ["Your wallet does not meet the eligibility criteria for claiming."], + "z/3+av": ["License:"], + "z1i6et": ["Failed to ", ["0"], " NFT contract."], + "z27gFg": [ + "If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it." + ], + "z7Fh2l": ["Base fee required: ", ["MIN_BASE_FEE"], " Gwei"], + "z9HeHt": ["Create a Privy Wallet"], + "zBPjcC": ["Revoke the approval for token"], + "zBUJYA": ["The approval for this contract will be revoked in case of the amount is 0."], + "zBftr8": ["Claim NFT Lucky Drop"], + "zEZe86": [ + "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." + ], + "zGTAja": [["claimed"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], + "zJlXbX": ["NFT"], + "zPar3e": ["Collectible"], + "zX9KdB": ["No following friends."], + "zXagFp": ["Copy Address"], + "zZk9Yz": ["Purchase"], + "zga9sT": ["OK"], + "zgqgNP": ["Purchasing...."], + "zkEW09": [ + "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" + ], + "znqB4T": ["Insufficient balance"], + "zp7Ha3": ["Backup Failed"], + "zwBp5t": ["Private"], + "zxrGeO": ["Gas limit must be bigger than ", ["minGas"], "."], + "zzDlyQ": ["Success"] + } +} diff --git a/packages/shared-base-ui/src/locale/zh-CN.po b/packages/shared-base-ui/src/locale/zh-CN.po index 9911ac86b7f0..fb2747a6701a 100644 --- a/packages/shared-base-ui/src/locale/zh-CN.po +++ b/packages/shared-base-ui/src/locale/zh-CN.po @@ -204,12 +204,7 @@ msgid "{0} Platform costs" msgstr "" #. placeholder {0}: fromNetwork?.name || '' -#. placeholder {0}: fromNetwork?.name||"" #. placeholder {0}: toNetwork?.name || '' -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx msgid "{0} Pool" @@ -253,9 +248,6 @@ msgid "{0} withdrawn." msgstr "" #. placeholder {0}: mins.replace(/\.?0+$/u, '') -#. placeholder {0}: mins.replace(/\.?0+$/u,"") -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/helpers/formatTime.ts msgid "{0}m" msgstr "" @@ -297,7 +289,6 @@ msgstr "" msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}} other {}}" msgstr "" -#: build/bundled/201.js #: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx msgid "{count, plural, one {You have recovered **# Wallet 🚀**} other {You have recovered **# Wallets 🚀**}}" msgstr "" @@ -307,8 +298,6 @@ msgstr "" msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom} other {}}" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx msgid "{mins}min" msgstr "" @@ -317,14 +306,10 @@ msgstr "" msgid "{riskyFactors, plural, one {# Risky item} other {# Risky items}}" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/helpers/formatTime.ts msgid "{seconds}s" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx msgid "{seconds}sec" msgstr "" @@ -581,7 +566,6 @@ msgstr "" msgid "<0>USD Value<1>${0}" msgstr "" -#: build/bundled/168.js #: packages/mask/content-script/site-adaptors/twitter.com/customization/i18n.ts msgid "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {encrypted} to send your first encrypted tweet." msgstr "" @@ -996,7 +980,6 @@ msgstr "" msgid "Author" msgstr "" -#: build/bundled/51.js #: packages/mask/dashboard/components/GoogleDriveLogin.tsx msgid "Authorization Failed" msgstr "" @@ -1155,11 +1138,6 @@ msgstr "" msgid "Be careful what you visit and sign!" msgstr "" -#: build/bundled/101.js -#: build/bundled/101.js -#: build/bundled/101.js -#: build/bundled/101.js -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/components/MessageInput.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/PreviewNftRedPacket.tsx @@ -1192,10 +1170,6 @@ msgstr "" msgid "Blocto only supports the Flow chain." msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx @@ -1214,8 +1188,6 @@ msgstr "" msgid "Bridge anyway" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx msgid "Bridge between this token pair are't supported at the moment." msgstr "" @@ -1462,7 +1434,6 @@ msgstr "" msgid "Choose Token" msgstr "" -#: build/bundled/212.js #: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx msgid "Chrome - external extension" msgstr "" @@ -1698,8 +1669,6 @@ msgstr "" msgid "Confirm" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx @@ -1715,8 +1684,6 @@ msgstr "" msgid "Confirm Payment Password" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx @@ -1956,7 +1923,6 @@ msgstr "" msgid "Contract Interaction" msgstr "" -#: build/bundled/120.js #: packages/plugins/GoPlusSecurity/src/SiteAdaptor/CheckSecurityDialog.tsx msgid "Contract Not Found" msgstr "" @@ -2079,7 +2045,6 @@ msgstr "" msgid "Create Smart Pay wallet" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx @@ -2640,10 +2605,6 @@ msgstr "" msgid "Enter an amount" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts msgid "Enter an Amount" @@ -2715,10 +2676,6 @@ msgstr "" msgid "Exceeded the maximum file size of {fileSize}." msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/index.tsx @@ -2773,7 +2730,6 @@ msgstr "" msgid "Failed to add the wallet, please try again." msgstr "" -#: build/bundled/51.js #: packages/mask/dashboard/components/GoogleDriveLogin.tsx msgid "Failed to authorize Google Drive. Please try again." msgstr "" @@ -2795,7 +2751,6 @@ msgstr "" msgid "Failed to create Lucky Drop." msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx msgid "Failed to create theme." msgstr "" @@ -2830,13 +2785,10 @@ msgstr "" msgid "Failed to download image" msgstr "" -#: build/bundled/198.js #: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx msgid "Failed to get permissions" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts msgid "Failed to get quote information" msgstr "" @@ -2933,8 +2885,6 @@ msgstr "" msgid "Fast" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx msgid "Fastest" msgstr "" @@ -3303,11 +3253,11 @@ msgid "" msgstr "" #: build/bundled/101.js -msgid "" -"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" -"\n" -"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" +#~ msgid "" +#~ "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" +#~ "\n" +#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +#~ msgstr "" #. placeholder {0}: promote.amount #. placeholder {1}: promote.symbol @@ -3370,8 +3320,6 @@ msgstr "" msgid "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx @@ -3637,10 +3585,6 @@ msgstr "" msgid "Insufficient {0} Balance" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts msgid "Insufficient {symbol} Balance" @@ -3656,7 +3600,6 @@ msgstr "" msgid "Insufficient balance" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx @@ -3665,7 +3608,6 @@ msgstr "" msgid "Insufficient Balance" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx @@ -3999,8 +3941,6 @@ msgstr "" msgid "MAX" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx msgid "Max amount" msgstr "" @@ -4160,10 +4100,6 @@ msgstr "" msgid "Minted:" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts msgid "Missing dex contract address" @@ -4221,7 +4157,6 @@ msgstr "" msgid "Name" msgstr "" -#: build/entry/popups.js #: packages/mask/popups/components/TokenPicker/index.tsx #: packages/shared/src/UI/components/FungibleTokenList/index.tsx msgid "Name or Contract address e.g. USDC or 0x234..." @@ -4261,8 +4196,6 @@ msgstr "" msgid "Network error, try again: {0}" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx @@ -4532,8 +4465,6 @@ msgstr "" msgid "No proxy" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx msgid "No recent transactions" msgstr "" @@ -4951,7 +4882,6 @@ msgstr "" msgid "Please enter the correct mnemonic words, private key, or upload the correct keystore file." msgstr "" -#: build/bundled/120.js #: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SearchBox.tsx msgid "Please enter token contract address." msgstr "" @@ -5199,10 +5129,6 @@ msgstr "" msgid "Quote route" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx @@ -5361,8 +5287,6 @@ msgstr "" msgid "Request Source" msgstr "" -#: build/bundled/111.js -#: build/bundled/111.js #: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/useFinanceFeeds.ts #: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/useSocialFeeds.ts msgid "Request timed out" @@ -5514,7 +5438,6 @@ msgstr "" msgid "Scam tx" msgstr "" -#: build/bundled/143.js #: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx msgid "Scam Warning" msgstr "" @@ -5567,7 +5490,6 @@ msgstr "" msgid "Select a token" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx @@ -5612,8 +5534,6 @@ msgstr "" msgid "Select liquidity" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx msgid "Select Liquidity" @@ -5832,8 +5752,6 @@ msgstr "" msgid "Skip" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx @@ -6023,8 +5941,6 @@ msgstr "" msgid "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx @@ -6064,8 +5980,6 @@ msgstr "" msgid "Swapping" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx msgid "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." msgstr "" @@ -6182,15 +6096,10 @@ msgstr "" msgid "The current wallet does not hold a lens and cannot follow/unfollow" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx msgid "The custom amount entered may be higher than the required network fee." msgstr "" -#: build/bundled/176.js -#: build/bundled/51.js -#: build/bundled/91.js #: packages/mask/dashboard/utils/api.ts msgid "The download link is expired" msgstr "" @@ -6393,7 +6302,6 @@ msgstr "" msgid "This network name already exists" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx msgid "This NFT contract cannot be modified now." msgstr "" @@ -6478,8 +6386,8 @@ msgid "This tweet is encrypted with #mask_io (@masknetwork). 📪🔑" msgstr "" #: build/bundled/168.js -msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" -msgstr "" +#~ msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" +#~ msgstr "" #: packages/plugins/NextID/src/components/BindPanelUI.tsx msgid "This wallet address has already been connected." @@ -6571,7 +6479,6 @@ msgstr "" msgid "Token ID" msgstr "" -#: build/bundled/67.js #: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx msgid "Token ID separated by comma, e.g. 1223,1224," msgstr "" @@ -6651,8 +6558,6 @@ msgstr "" msgid "Trading route" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx msgid "Trading Route" @@ -6672,8 +6577,6 @@ msgstr "" msgid "Transaction cost" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx #: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx @@ -6701,8 +6604,6 @@ msgstr "" msgid "Transaction Hash" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx msgid "Transaction history is only stored locally and will be deleted if you clear your browser data." msgstr "" @@ -6764,8 +6665,6 @@ msgstr "" msgid "Try to recover" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts msgid "Try token from different chains" msgstr "" @@ -6809,10 +6708,6 @@ msgstr "" msgid "Unlikely to be a honeypot." msgstr "" -#: build/bundled/101.js -#: build/bundled/102.js -#: build/bundled/178.js -#: build/bundled/191.js #: packages/shared/src/UI/components/UploadDropArea/index.tsx msgid "unlimited" msgstr "" @@ -7011,7 +6906,6 @@ msgstr "" msgid "Version" msgstr "" -#: build/bundled/101.js #: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx #: packages/plugins/NextID/src/SiteAdaptor/VerificationPayload.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx @@ -7199,7 +7093,6 @@ msgstr "" msgid "Web3 Profile Card" msgstr "" -#: build/bundled/212.js #: packages/mask/popups/pages/Settings/index.tsx #: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx #: packages/shared/src/UI/components/CoinMetadataTable/index.tsx @@ -7244,7 +7137,6 @@ msgstr "" msgid "Who can claim?" msgstr "" -#: build/bundled/100.js #: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx msgid "Why I can't vote?" msgstr "" diff --git a/packages/shared-base-ui/src/locale/zh-TW.json b/packages/shared-base-ui/src/locale/zh-TW.json index 38a0be7383ea..12bb7de2d0f3 100644 --- a/packages/shared-base-ui/src/locale/zh-TW.json +++ b/packages/shared-base-ui/src/locale/zh-TW.json @@ -1 +1,2185 @@ -{"messages":{"++B0oY":["This function has been turned off in the App settings. Enable plugins to fully access."],"+01Ill":["Change to Solana Wallet"],"+5hgHR":["Are your sure you want to disconnect? You may lose part of functionalities of this website."],"+95jK3":["Gas limit too low will cause the transaction to fail."],"+A4TPN":[["0"]," NFT contract"],"+CzAt9":["Previous unfollow transaction is in processing, please wait and try again."],"+IEBAO":["Approve amount"],"+K0AvT":["Disconnect"],"+POswt":["Sell Tax: ",["0"]],"+Qcnh5":["Please select the appropriate method to restore your personal data."],"+W8dUJ":["Tap to view the private key <0/> Make sure no one is looking at your screen"],"+XyQiK":["Agree"],"+Zuhm7":["Support Identity code, private key, local backups or cloud backups to access your personal data."],"+adBn3":["Chrome - external extension"],"+b7T3G":["Updated"],"+fTqvl":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"],""],"+hwfjv":["Please select the wallet to activate the function after saving the settings."],"+m7PfT":["Deleted successfully"],"+m7x4e":["Backup Successful"],"+q+Wa9":["Swap anyway"],"+uISZO":["Incorrect Password"],"+ubcPw":["No power"],"+xKN8I":["<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later."],"/2nH6X":["Make another Bridge"],"/7tku+":["Try"],"/BI0y9":["Refunded"],"/Dk+nX":["More on ",["0"]],"/I3RSJ":["Report Spam"],"/JOEaC":["Deploy Smarty Pay wallet"],"/KseE7":["Delete File"],"/LkuGq":["Restore from a previous database backup"],"/OPmPQ":["Verify ",["0"]],"/Swcdo":["Failed to swap"],"/WfDJy":["If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets."],"/capO6":["Failed to deposit ",["0"],"."],"/eguJc":["Uploading"],"/fo6Dv":["Gas Limit (Units)"],"/giXwU":["Medium Risk"],"/hKQcr":[["seconds"],"s"],"/jQctM":["To"],"/nT6AE":["New password"],"/riTT2":["Pinned successfully."],"/uEw9z":["Your X account authorization has timed out. Please try again."],"/vtDGO":[["0"]," is connected to these sites, they can view your account address."],"/xrk7I":["FAQ&Tutorial"],"/y/pZ3":["Select a Token"],"0+3dvg":["This NFT didn't have any offers."],"0/eoR6":["Revoking"],"00b9QG":["Set Your Payment Password"],"01DWy7":["Click the settings icon to list it on the App board."],"04MqGo":["Post content:"],"09vHB+":["Failed to decrypt."],"0C6WdO":["Upload backup"],"0D4bav":["Name or Contract address e.g. USDC or 0x234..."],"0F4ogS":["Payment Password should be between 6 and 20 characters."],"0HnKBn":["Hide mnemonic words"],"0Lp4o6":["Load failed"],"0M//Nn":["The Persona is connected to the following accounts: ",["list"]],"0ZC72+":["Connected successfully."],"0bKGbK":["No past rounds found."],"0caMy7":["History"],"0dFHbr":["Confirm swap risk"],"0fljZe":["Trading Route"],"0hFUd/":["You must give the ",["0"]," smart contract permission to use your ",["1"],". You only have to do this once per token."],"0jddIP":[["0"]," members"],"0lBTmP":["You need to hold any of the following tokens."],"0oFu/K":["No Lucky Drops claimed"],"0oMKRL":["Delete Contact"],"0tdB+o":["Enable the ",["name"]," Wallet extension and disable other wallet extensions"],"0wJVK+":["Basic"],"0wdd7X":["Join"],"0wzWAN":["Why I can't vote?"],"0xXDLS":["View your profile in firefly"],"0yPSCj":["High Risk"],"0yf3iU":["Wallet sign cancelled."],"1+6BOG":["Download Backup"],"1+P9RR":["Switch to ",["0"]],"11kmCI":["We are not aware of any code that prevents the sale of tokens."],"199DuV":["Display specific information of Gitcoin projects, donate to a project directly on social media."],"1DwbcE":["Loading...."],"1EOhmY":["Rank #",["0"]],"1LkMSp":["Add Suggested Token"],"1M8xFP":["Transaction with extremely low slippage tolerance might be reverted because of very small market movement."],"1QJyuR":["At most ",["RED_PACKET_MAX_SHARES"]," recipients"],"1QfxQT":["Dismiss"],"1R2W/B":["This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup "],"1TNIig":["Open"],"1TaavV":["Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase."],"1Uqt6P":["Disconnect Wallet?"],"1Wbxhe":["This profile can not be followed: ",["0"]],"1Z++2X":["The Persona is not connected to any accounts."],"1agbuA":["Functions that can suspend trading"],"1bTY60":["Token Value"],"1kE7ob":["Network saved"],"1mjyN6":["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."],"1nMGEs":["Personas"],"1njn7W":["Light"],"1on6yK":["How to use ",["0"]," Wallet?"],"1rsf+c":["After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup."],"1xwmzN":["Switch to other accounts"],"2/N/mr":["Connect with ",["providerName"]],"22QmCQ":["The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"28ABhV":["Connect EVM Wallet"],"29b5Sq":["Blocto only supports the Flow chain."],"2CMLgZ":["Token ID separated by comma, e.g. 1223,1224,"],"2FYpfJ":["More"],"2GHENQ":["Web3 Profile"],"2J5wRx":["Failed to get quote information"],"2Lr4ie":["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."],"2MPu+c":["Priority Fee (GWEI)"],"2XVeKu":["Airdrop Scam"],"2Xze/r":["Block Explorer URL"],"2jQko7":["Associated Accounts"],"2kXxch":["Sorry, signature failed! Please try signing again."],"2p7WMm":["Give permission to access <0/> your ",["0"],"?"],"2saF1j":["Tax can be modified"],"2wxgft":["Rename"],"3/0KF0":["Create a Firefly.social wallet using an X account"],"34UMci":["Wallet Settings"],"38C83c":["Recovery Phrase"],"39ohdf":["Activities"],"3A/gtD":["Invalid RPC URL."],"3A/mG4":["Change Wallet"],"3AP6p1":["Public Key: <0>",["publicKey"],""],"3B4jmY":["Data correlation"],"3CR0qY":["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."],"3J+S3n":["Search Next.ID, X, Lens, ENS or Address"],"3OhjJ4":["Powered by <0>Mask Network<1><2/>"],"3Q5eQl":["Please click the \"Post\" button to open the compose dialog."],"3Q8dPe":["The website (",["messageOrigin"],") is asking you to sign in to another domain (",["0"],"). This may be a phishing attack."],"3SiDD1":["<0>",["user"]," burned <1>",["1","select",{"nft":["an NFT"],"name":[["0"]],"other":[]}],""],"3ThLdM":["Report on GitHub"],"3WZ1WL":["Please enter backup password to export persona private key."],"3YDnov":["Token now is hidden."],"3ZgRKI":[["type","select",{"post":["<0>",["user"]," publish a post on ",["platform"]],"mint":["<1>",["user"]," minted a post on ",["platform"]],"revise":["<2>",["user"]," revised a post on ",["platform"]],"share":["<3>",["user"]," shared a post on ",["platform"]],"other":[]}]],"3awOET":["Rank"],"3bGj61":["Claim on Firefly"],"3cAxpB":["There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price."],"3cw8FQ":["To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs."],"3dAaqV":["📃📃📃 Try to permanently use decentralized file storage on ",["sns"],". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions."],"3fpIq1":["to ",["0"]],"3iUAE7":["Backup to Google Drive"],"3kbpgO":["Gas Limit"],"3lUGN0":["Switch Persona"],"3pqzUK":["Contact added."],"3qe4O9":["Max Fee"],"3uBJPr":["File delete"],"3uQmjD":["Average"],"3ublvs":["Try token from different chains"],"3yLqgI":["Name or contract address eg. PUNK or 0x234..."],"4+VnE8":["ENS"],"42yL2J":["Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ",["encrypted"]],"43g2kf":["Only visible to yourself"],"44bNbA":["Select an NFT Contract"],"4DIYdt":["No associated wallet. <0>Add Wallet."],"4EN5JL":["Your Persona has been successfully created."],"4FvVUv":["Reset Wallet"],"4GBOoi":["Failed to create theme."],"4Gz2wC":["Failed to upload file"],"4HavhE":["Powered by <0>Mask Network"],"4HtGBb":["MAX"],"4JCJIV":["What is Web3 File Service?"],"4coHVU":["Lens Unfollow"],"4lm4o+":["Solana"],"4na5mr":["This message contains a invalid EIP-4361 message. It is better to reject this request."],"4ojMOt":["Please enter your backup password."],"4pSxwB":["Go"],"4zgT9K":["Connect Mask Network Account using your wallet."],"50QwC8":["value"],"51TkMy":["Claiming will be live until: <0> ",["days"]," d ",["0"]," h ",["1"]," m"],"51cT/A":["The minimum amount for each share is ",["0"]," ",["1"]],"51rAFB":["Please copy the following text and image (if there is one) and publish it."],"52nzPV":["Data source is retrieved from ",["0","select",{"twitter":["Twitter profile"],"facebook":["Facebook profile"],"other":[]}],"."],"55/jcy":["Hi friends, I just withdrew my deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"5Dz44N":["Set Payment Password"],"5E57TU":["Max priority fee is too low for network conditions"],"5G0lxx":["Powered by <0>Scamsniffer"],"5H/4VW":["Create a Firefly.social wallet"],"5HVoyc":["Transaction Details"],"5Jczad":["I just claimed a lucky drop from @",["0"]," on ",["1"]," network."],"5N3b5J":["Market Cap"],"5O5enn":["Enter Payment Password"],"5QfZ6O":["Contract source code verified"],"5YfW3S":["Add an encrypted comment..."],"5ZzgbQ":["Connect ",["0"]],"5e22kj":["Email verification code"],"5hFImX":["Deploy Contract"],"5i1JPS":["Never share 12-word secret mnemonic with anyone!"],"5iHe/7":["Network error, try again"],"5o2pdQ":["Create Persona"],"5s6EhU":[["count","plural",{"one":["You have recovered **","#"," Wallet 🚀**"],"other":["You have recovered **","#"," Wallets 🚀**"]}]],"5sIdhw":["Share with"],"5uFQ9j":["Please create a persona and verify your account to use this."],"623chP":["Infos"],"66J/I3":["Transaction Fee"],"678PKt":["Network Name"],"68FuwU":["URLs require the appropriate HTTPS prefix."],"68m9Nl":["Add new address to an existing group"],"6B+2/d":["Stay on top of NFT trending information, hot projects, notable transactions, etc."],"6DvbLh":["Please install your metamask wallet and set up your first wallet."],"6HT670":["Function: ",["0"]],"6IHgRq":["Backup to the Cloud"],"6IvSyW":["Token Standard"],"6RDwJM":["Tokens"],"6U+PWG":["Total NFTs"],"6Uau97":["Skip"],"6V3Ea3":["Copied"],"6VJnE7":["Note: Scams detections might not be 100% guaranteed."],"6YASel":["Invalid Network"],"6YtxFj":["Name"],"6ZZ+4S":["Load Network"],"6foA8n":["Are you sure?"],"6gRgw8":["Retry"],"6k8iqO":[["0"]," ",["1"]," bridge completed successfully."],"6knJVf":["This NFT contract cannot be modified now."],"6s8L6f":["Switch Network"],"6sbLuF":["Current results"],"6ulv1U":["Contract Owner"],"6vVuTX":["This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"7+2e01":["Network removed."],"70wH1Q":["APR"],"76Ml+j":[["0"]," NFT Lucky Drop created."],"76gPWk":["Got it"],"78Kj7O":[["0"]," NFT transferred."],"7Ae1jc":["True Token"],"7Bj3x9":["Failed"],"7PPwVf":["Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted."],"7PgtYC":["Set NFT Avatar"],"7QptC5":["Auto-lock Time"],"7R2WG+":["Decrypted by Mask Network"],"7VpPHA":["Confirm"],"7c99ux":["Contract Deployment ",["0"]],"7cg5cq":["unique contributors"],"7eFA2G":["Failed to revoke token contract."],"7hZyUn":["Processing Deposit"],"7k2lei":["Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later."],"7lnlzl":["Claimed ",["amount"]," $",["0"]," successfully."],"7qUM2b":["Open Mask Wallet"],"7s5tLo":["Allow this site to switch the network?"],"7w1rTm":["The download link is expired"],"7yziEn":["This request has been expired."],"8+xvyR":["Blockchain"],"82+n6o":["Quote Route"],"869iq0":["Transferring asset across to the ",["0"]," network via the ",["1"],"cross-chain bridge"],"87Poy7":[["0"]," ",["1"]," NFT contract."],"88+Eku":["Provide you with fast, reliable and convenient security services."],"89kDhv":["NFT collection"],"8BsgdX":["Failed to get permissions"],"8C8O9E":["Provided by plugin \"",["0"],"\""],"8Dh77Z":["NFTs"],"8IN0ph":["No more data available."],"8J7y6E":["Deposit ",["0"]," for savings."],"8Kly2P":["Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token."],"8MJFvR":[["0"]," Risky factor"],"8N1Wbf":["This token has no risky or attention factors."],"8RF/Sx":["Added successfully"],"8S5o5V":["Share and recommend this feature after saving."],"8TMaZI":["Timestamp"],"8Tg/JR":["Custom"],"8WLjqx":["Never share the 12-word secret mnemonic words with anyone!"],"8ZsakT":["Password"],"8bgRf6":["Can not follow: ",["0"]],"8djViz":["Step ",["step"],"/",["step"]],"8glx+u":["Token ID"],"8rElAH":["Image copied!"],"8wEOMN":["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"9+VwX/":["Add Collectibles"],"9KKhJV":["Signing ..."],"9VcshJ":["Enable auto paste"],"9Y1kXO":["Payment password stored locally and you could try as many as you want to unlock your wallet."],"9bG48P":["Sending"],"9cDpsw":["Permissions"],"9cSIbb":["Click on <0/> at the top-right of your browser."],"9d/Qe4":["Service Agreement"],"9hg9mc":["Downloading"],"9hzYBR":["Failed to download and merge the backup: ",["0"]],"9jba96":["Only TypedMessageText is supported currently."],"9kIgHE":["This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet."],"9lqqpY":["Invalid email address."],"9oP21f":["My vote"],"9oq2rm":["Functions with retrievable ownership"],"9q+I38":["Your voting power"],"9r9nwF":["Identical"],"9sjcnZ":["Disconnected."],"9tG0uf":["Please verify your social account"],"9uYu7e":["You haven't uploaded any files yet."],"9w2hgY":["Paste manually"],"9xaUMG":["General user"],"A+Ijr2":["Close [Check Security]?"],"A0VzMm":["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."],"A1bmDM":["No verified account found here."],"A1taO8":["Search"],"A3Ndml":["Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop."],"A4vJQr":["Set your NFT as profile picture with exclusive aura."],"A6JChW":["The transaction was complete and has been recorded on blockchain at ",["0"]],"A9tojF":["Incorrect password"],"AElxM7":["Transfer ",["0"]," NFT."],"AJNYYr":["Refund Lucky drop"],"AKLbfQ":["Restore Database"],"AMJWWT":["Likely in < ",["estimateSecond"]," seconds"],"ANYjcp":[["shareWithNum","plural",{"one":["1 friend"],"other":["#"," friends"]}]],"ANk/Zy":["Incorrect Backup Password"],"AOPSKq":["Deposit ",["0"]],"ASNDad":["Hide ",["name"]],"AV+9wg":["Re-enter"],"Ah4d0u":["Security Detection"],"AjVXBS":["Calendar"],"Ap948/":["Listed"],"Appw6V":["No NFTs found."],"Aq+O0x":["status"],"AuXfDa":["Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards."],"AuvDq6":["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"],"AwQpq/":["Click on the down-arrow to see the private key."],"AxPAXW":["No results found"],"AxdOHo":["Pair"],"Axp2cZ":["24 Hour Trading Vol"],"AyLiVq":["Scan QR code to receive payment"],"B1T4nn":["Confirm the Lucky Drop"],"B6C0XJ":["No Data"],"B8B8TU":["Verified by ",["0"]],"BAvIGC":["Withdraw token"],"BFhvNB":[["0"]," ",["1"]," NFT contract successfully."],"BMCVM3":["Wallet Sign"],"BQHQ9v":["No websites connected to this wallet"],"BQi2Kk":[["0"]," were claimed"],"BUXiPs":["This Chain ID is currently used by the ",["0"]," network. "],"BWSJkS":["No Airdrop Scam"],"BXixGM":["Use Persona to encrypt and decrypt social media posts & messages."],"Ba6uFH":["Create your NFT Lucky Drop."],"BaU+dx":["Connect your social platform accounts."],"Baj2MJ":["Savings"],"BaoXTT":["<0>Powered by<1>OKX<2/>"],"BiGQfG":["Transaction Hash"],"BkN2qg":["<0>Service Agreement and <1>Privacy Policy"],"BmN4Bk":["Aggregator"],"ByAMF+":["Risk Warning"],"ByPj1d":["Request ID"],"BzEFor":["or"],"BzfzPK":["Items"],"C0JhYS":["Change Network"],"C2/uLW":["Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned."],"C3Wgzy":["You have claimed ",["0"]," $ARB."],"CCIrQ8":["Fake Token"],"CE+M2e":["Info"],"CEk7Nc":["At least 6 characters"],"CFPbpH":["The new passwords don't match"],"CJviCK":["<0>",["user"]," proposed"],"CK1KXz":["Max"],"CMHmbm":["Slippage"],"CMfM6C":["No Enough Gas Fees"],"CP3D8G":["Progress"],"CT10+i":["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."],"CTSEx8":["<0/> publish a post on ",["0"]],"CU3U3d":["Try to recover"],"CWsYB3":["Welcome Back"],"CXHRbe":["Wallet request timed out"],"CYRJEX":["Owners"],"CZSWya":["NFTs added"],"CZmSbe":["Request is valid not before"],"Cf/0to":["Data source is retrieved from ",["0"],"."],"Citz6F":["Exchange"],"CkLMZ2":["File delete failed"],"CmMDVW":["<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction."],"CpciBt":["Switch to Polygon and Follow"],"CtByM7":["Connect Wallet"],"Cwxng+":["Supported formats: JPEG, PNG<0/> Size limit: ",["0"]],"Cy19fm":["View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline."],"CygwLN":["Swap completed successfully."],"Cz6Lx7":["Encryption Method"],"D79cZK":["Instant"],"D9iWaX":["Please check ToS document"],"D9za/8":["Missing dex contract address"],"DA2uGM":["Click the application icon to hide in the App list."],"DAFhfT":["There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"DC3sw8":["Two entered passwords are different."],"DHhJ7s":["Previous"],"DKBbsW":["Gas price must be greater than 0 Gwei."],"DPfwMq":["Done"],"DYoO0m":["Token quantity greater than"],"DdUFp+":["The transaction was confirmed at ",["0"]],"Dk6Non":["Whitelist function"],"DkHkqH":["Recommended dimensions: 1016 × 672 px"],"DnmyoA":["Priority fee should be greater than 0."],"DoQ5Lj":["RPC URL"],"Dpe+e3":["Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet."],"DtZDW+":[["0"]," (UTC+8)"],"Du6bPw":["Address"],"DuIDTw":["To verify your X account and record it on the NextID, please send this post for the verification."],"Dz56Ua":["Encrypt"],"E399AQ":["<0>",["user"]," bridged <1>",["amount"]," ",["symbol"]," from <2>",["source"]," to <3>",["target"],""],"E6HGuD":["Check out the official website"],"E6Sqiu":["Failed to load ",["0"],". Click to retry."],"E6YUtc":["Merge to Browser"],"E7prOW":["<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature."],"EBC6hj":["Local Backup"],"EGWr+Q":["Web3 Profile Card"],"EJRk0x":[["gasOptionType","select",{"slow":["Slow"],"normal":["Average"],"fast":["Fast"],"custom":["Custom"],"other":[]}]],"ELQ256":["Make another Swap"],"EMLHjH":["More Details"],"ENIvoT":["Please set up the amount of time before we automatically lock your wallet."],"ERYJcj":["Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers."],"EStYiZ":["No proxy"],"EVFPUv":["Transfer NFT"],"EYwKb0":["Gas Price (GWEI)"],"Ea4oxV":["Follow System"],"EbE80y":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post."],"EbVCxG":["<0/>",["txType","select",{"deploy":["deployed"],"execute":["executed"],"other":[]}],"<1/>"],"Eda+dy":["🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ",["encrypted"]," to send your first encrypted tweet."],"Eefe1a":["The input is not a single file."],"EfAke+":["<0>",["user"]," voted for <1>",["option"]," on <2>",["platform"],""],"Eh4m6e":["<0>USD Value<1>$",["0"],""],"Enb3Qk":["You claimed 1."],"EoKe5U":["Domain"],"EsKgLS":["Click here to have a quick start."],"Ev2r9A":["No results"],"EwiD7E":["Confirm Payment Password"],"F/pYeX":["Create NFT Lucky Drop"],"F3bW6y":["Platform"],"F4Igxz":["Quote route"],"F7U8uz":["Creating your **wallet**"],"F8VT6y":["Failed to transfer NFT."],"F8Wc3I":["Drag & Drop your file here"],"FAKSZG":["Add google Drive"],"FC17bL":["<0>Powered by <1>Mask Network"],"FGceVy":["Owner can't change balance"],"FMQ6p2":["You've already claimed the lucky drop"],"FR2cx3":["Anti_whale(Limited number of transactions)"],"FY2gWe":["The contract address is incorrect or the collection does not belong to you."],"FZg3wM":["Operation"],"FfJy7A":["Manage Network"],"FgAxTj":["Log out"],"Fgyfqo":["Amount Each"],"FiKDfi":["Failed to unlock NFT contract."],"FiYmUY":["No associated accounts"],"Fim3FY":["Download https://mask.io to try more powerful tools on Twitter."],"Fn9Tvh":["Volume (24h)"],"FnQek5":["Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request."],"FnjSI+":["Not current account. Please switch to this account to set up NFTs Profile."],"Fs/bd5":["Invalid Block Explorer URL."],"FzzpXs":["Sale ends in ",["0"]],"G+XYfT":["Do you want to delete file <0>",["0"],""],"G4NrhP":["Persona created."],"GAZNIW":["Price Statistic"],"GAvnvl":["Payment Password"],"GDe4XX":["Please connect wallet to check if you are eligible to claim $ARB."],"GEL05h":["WalletConnect"],"GExRUL":["Backup password"],"GHvzdC":["No content for the last two weeks."],"GK6Tzr":["Persona Sign"],"GLDuz6":["May be a honeypot."],"GRLMKx":["Winners"],"GS+Mus":["Export"],"GS0ldX":["Unsupported network type"],"GShMK6":["Refunding"],"GTJCth":["The contract owner is not known to be able to modify the balance of the token of other addresses."],"GWCG6Y":["Copy image"],"GWKfFr":["To use Lido, you need to wait ",["0"]," days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1."],"GWMpIa":[["0"]," Risky factors"],"GXhrYw":["1. If you haven't installed the ",["name"]," Wallet"],"GXsAby":["Revoke"],"GZzKYx":["Buy Tax: ",["0"]],"GaH2JF":["Suggest to send transactions and sign messages"],"Gia1VG":["Web3 File Service"],"Gmmd6d":["Verify your X ID"],"GrTvoo":["Transaction in progress. Thank you for your patience."],"GtJJAj":["Add Wallet"],"Gw91G1":["This request should only be sign in the future."],"GyvZPz":["Token ID should be separated by comma, e.g. 1223,1224,"],"H1v3zR":["Insufficient ",["0"]," Balance"],"H8rw2f":["(the name is set by the web site)"],"HCKlXm":["Token Contract Address"],"HF6C2L":["Phone Number"],"HFVck2":["Lucky Drop with ",["0"]," refunded."],"HGTZAO":["Step 2/2"],"HH25qd":["No wallet selected."],"HIq3th":["Cannot switch to a unknown network."],"HKH+W+":["Data"],"HTX2HV":["Minimum received"],"HVRhUV":["By proceeding you agree to the"],"Hp1l6f":["Current"],"HpK/8d":["Reload"],"HqiAyF":["Gwei"],"HvDfH/":["Imported"],"HvUm3m":["Choose and show your Web3 footprints on X."],"I4caYo":["Invalid verification code."],"I5kL4f":["Activity Log"],"I7z//Y":["Trading route"],"IBAx3U":["Kept safely"],"IF7RiR":["Cover"],"IGbphl":["Unlocking ALL..."],"ILvrUp":["Unlikely to be a honeypot."],"IMX4sR":["Blacklist function"],"IQ3gAw":["Upload File"],"ITBQO3":["Max priority fee must be greater than 0 GWEI"],"IUG86v":["The Persona is connected to the account @$",["0"],"."],"IUp08P":["The current wallet does not hold a lens and cannot follow/unfollow"],"IX1M/E":["Floor price"],"IXbRbM":["Choose another wallet"],"If2v4h":["Lucky Drop"],"IhnvgP":["Change to EVM Wallet"],"ImhKg5":["Could not fetch chain ID. Is your RPC URL correct?"],"IoAuJG":["Sending..."],"IrI9pg":["End date"],"Iu4Ja9":["Please enter token contract address."],"J05/Al":["Set NFT NFT Background"],"J0LAHU":["Refund"],"J0Mxpc":["The ",["0"]," is in progress. You can check its status in History after exiting this page."],"J24FyN":["Bridge"],"J2eKUI":["File"],"JA8K9s":["Unpacking"],"JGds+N":["Lack of number, letter or special character."],"JGpseC":[["0","plural",{"one":["This domain is"],"other":["These domains are"]}]," currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"JLiwYz":["Mask Network requires the permission of following websites before using it."],"JOP9uZ":["Transaction has been rejected!"],"JPHuMW":["Swapping"],"JUcj/I":["Switch X Logo"],"JXJlYD":["Set Your Persona Name"],"JbKZsv":["Scan the QR code with a WalletConnect-compatible wallet"],"JeHCi7":["No function found that retrieves ownership"],"JfI60y":["Incorrect Payment Password."],"Jg5pf7":["Current base fee is ",["0"]," Gwei"],"JiIKww":["Advanced Settings"],"JlFcis":["Send"],"JlIzk8":["Browser File"],"Jnjbl3":["You need to follow <0>@",["twitterHandle"],""],"Js4Nk0":[["0","select",{"finding_post_key":["Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you."],"finding_person_public_key":["Mask is looking for the public key of the author..."],"other":["Mask is decrypting..."]}]],"JuVC24":["Deposit token"],"JwzZmt":["to <0>",["toAddress"],""],"K1tshY":["Failed to download image"],"K5a6t1":["Persona already exists."],"K7tIrx":["Category"],"K8jCIB":["Data backed up successfully!"],"KAS4UW":[["0"]," Attention factor"],"KCeSRZ":["We will need to verify your Twitter account and record it on the NextID. Please post it for validation."],"KFYFgI":["Wallet sign failed."],"KFwID2":["Restore Failed"],"KGHnSc":["Lock Wallet"],"KJGKkh":["EVM Chains only"],"KMgp2+":[["0"]," available"],"KPUGxy":["Random Amount"],"KRz1oj":["Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X."],"KTfagY":["Lucky drop with ",["0"]," created."],"KVAoFR":["unlimited"],"KVkke3":["Set NFT PFPs"],"KWeNH6":["Unlocking ",["hasSymbolName"],"..."],"KisOjk":["Restore or Login"],"Kj4oEm":["Generate a new persona"],"Kl9gHp":["Wallet Group #",["0"]],"KmQ25M":["Max priority fee is too high for network conditions."],"KnidLU":["Not Connected"],"Ko4L/B":["The receiving address is a contract address. Please check again."],"KojyJ4":["Wrong Network"],"Koz2Rg":[["0","plural",{"one":["Action"],"other":["Actions"]}]],"KtMMzG":["Wallet disconnected"],"KwJJLb":["<0>Powered by <1>",["0"],""],"Ky09J8":["Previous follow transaction is in processing, please wait and try again."],"KziH2K":["Fast"],"Kzu9r9":["24H Traded Volume"],"L+bpwv":["Please set up backup password to export private key."],"L4vN0F":["EVM"],"L82H5Z":["Creating your **identity**"],"L87Mfu":["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."],"L96aan":["View full transaction details"],"LBtfmO":["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."],"LJkXYZ":["Create New Mask Identity"],"LLf+t1":["No deposit protocols found."],"LNItR6":["You have set NFT PFP successfully."],"LP+1Z7":["Add Network"],"LSwUJb":["Select Liquidity"],"LU3p9s":["Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account."],"LWJCIn":["Connected sites"],"La9ArN":["<0>Powered by ",["publisherNode"]],"LcET2C":["Privacy Policy"],"LcZh+r":["Unsupported data backup"],"LhMjLm":["Time"],"Lho4Qd":["DSearch"],"LiE5z4":["Max base fee should be greater than 0"],"LigbuA":["In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension."],"LkYKvc":["Please select the correct words in the correct order."],"LqWHk1":["Hide ",["0"]],"Lx4CpL":["Wallet name must between 3 to 18 characters."],"Lz7CzN":["No mint function"],"Lzo8mb":["Claimed: <0>",["claim_numbers"],"/",["total_numbers"]," <1>",["0"],"/",["1"],"<2><3>",["tokenSymbol"],""],"M0FgOk":["Add Contact"],"M1RnFv":["Expired"],"M1ts1r":["View your address"],"M24E85":["This address is a contract address."],"M4g1UJ":["Contract Interaction"],"M7ZGdw":["2. If you have installed the ",["name"]," Wallet"],"M9OYUo":["Please try again if you failed to vote."],"MC00Lm":["Scan QR code with WalletConnect-compatible wallet"],"MEIAzV":["Unnamed"],"MKEPCY":["Follow"],"MOHcKb":["Enter a max priority fee"],"MQ9hQ4":["DAO"],"MR/0Va":["All Mask Network users"],"MTqQMG":["Not set"],"Mh3RsB":["Best Wishes!"],"Mi8ATZ":["The token approval revoked."],"Midntl":["Download report"],"Mm1aH+":["Proxy contract"],"MpnSqP":[["0"]," Pending"],"MqdtT5":[["0"]," Bridge Network fee"],"MyjAbr":["Resend"],"N/fqDa":["Ens or Address(0x)"],"N0YrmD":["Valuables"],"N0tcou":["Claiming..."],"N2DUxS":["Insufficient Balance"],"N2S1rs":["Empty"],"N2aeX8":["No valid wallet detected. Please connect wallet or verify wallet firstly."],"N40H+G":["All"],"N5GKfB":["Tax cannot be modified"],"N6/RZd":["Sorry, failed to save NFT Avatar. Please set again."],"N931rj":["Your transaction should be done in <0/>"],"NERSN2":["or Holding NFT"],"NJbBmC":["Switch Twitter Logo"],"NOi+Fr":["This QR includes your identity, please keep it safely."],"NTnXx/":["<0/> unapproved <1>",["0"],""],"NVt/wW":["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"NWqhru":["Reselect"],"NZ7wlC":[["0"]," Holder"],"Na6Ytj":["Change NFT PFP"],"NaZTE7":["Incorrect Mnemonic Words."],"NdlvGd":["Claim Details"],"NfxOUe":["Enter Total Amount"],"Ng063n":["Donate"],"Nhp9Kw":["Exceeded the maximum file size of ",["fileSize"],"."],"NkgvWN":["Logout failed"],"NloaHG":["Backup Password"],"Ns5WaC":["No backups found"],"Nu4oKW":["Description"],"NwibRO":["Supported contracts"],"NzlE6O":["By granting permission, you are allowing the following <0/> contract to access your NFTs."],"Nzm8dm":["Example: Alice"],"Nzwli2":["Base"],"O2XHf2":["Check ",["providerName"]," to confirm connect."],"O3Nzf+":["Bridge between this token pair are't supported at the moment."],"O3oNi5":["Email"],"O86J+j":["This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud."],"O8PsYe":["Add the file to Chrome's database"],"OAZ+tI":[["attentionFactors","plural",{"one":["#"," Attention item"],"other":["#"," Attention items"]}]],"OAfk3i":["Hash"],"OCJdad":["<0>To: <1>",["to"],""],"OLUEnY":["when you click Add Google Drive button,you will be forwarded to Google authorization pages."],"OLY2Jk":["Gas Price"],"OQEwR/":["Create Lucky Drop"],"OR475H":["Network"],"OcvI49":["No blacklist"],"OeD4sM":["Failed to login firefly"],"OfhWJH":["Reset"],"OgPkDe":["Currency Symbol (Optional)"],"OgohfQ":["File Key: <0>",["0"],""],"OhgYJS":["Basic setting"],"OkofjH":["Recover"],"On0aF2":["Website"],"OsyKSt":["Withdraw"],"OuUyzz":["No contacts stored locally, you can try searching."],"OzSOpz":["Create a Privy wallet using an X account"],"P+K/3O":["Confirming"],"P7S/hC":["Max priority fee must be greater than 0 Gwei."],"P9wzG/":["Recovery"],"PByO0X":["Votes"],"PDW/HG":["Your Persona is on **ready 🚀**"],"PGdbc0":["Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com."],"PHM7OA":["Supported Sites"],"PI/VCJ":["Select the wallet(s) to use on this site. You should not connect to website you don't trust."],"PIG043":["Gitcoin"],"PLWaf6":["Create the Lucky Drop"],"PNZOzY":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"]," on <5>",["3"],""],"PRkIUI":["Gas Fee"],"PTXNyo":["Waiting for ",["providerType"]],"Pd3dlq":["Circulating Supply"],"PeT3a5":["You have successfully restored the backup from Google Drive to your browser."],"PiH3UR":["Copied!"],"PjBWOL":["Create your persona to get started"],"PlE+Fs":["Connect and Verify ",["0"]],"PsQmAw":["Everyone"],"Pt3n39":["No back up"],"PwjgPX":["Please create your persona to use Web3 Profile."],"Q0IFtx":["The custom amount entered may be higher than the required network fee."],"Q2lUR2":["Currency"],"Q68Nuc":["Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it."],"QF9SdB":["Split Mode"],"QHZRmq":["Sites"],"QHcLEN":["Connected"],"QJQd1J":["Edit Profile"],"QQPCqQ":["Backup Wallet"],"QRsMow":["Transaction Confirmed"],"QU9aqK":["You have signed with your wallet."],"QUBIav":["Failed to bridge"],"QWxok/":["Connect with Mask Wallet"],"QXDgyQ":["Please write down the following words in correct order. Keep it safe and do not share with anyone!"],"Qbo7Ev":["Write down mnemonic words"],"QcVZFH":["Step ",["step"],"/",["totalSteps"]],"Qd0xFm":["Refund your expired Lucky Drop."],"QowPFh":["Collectibles"],"QpgBEp":[["0"]," days"],"QsVbHo":["Sending address"],"QyZU8V":[["riskyFactors","plural",{"one":["#"," Risky item"],"other":["#"," Risky items"]}]],"QypSt2":["Update X.com Permissions"],"Qz8niP":["You may lose your assets if you give approval to the website of this token."],"R/Pfmp":[["amount"]," ",["0"]," tips sent."],"R2K7XH":["Account successfully connected to persona"],"R9aEN5":["Send ",["0"]],"RCBmDP":["Follow @masknetwork to explore Web3."],"REeHKm":["<0/> ",["txType","select",{"trade":["traded"],"mint":["minted"],"other":["traded"]}]," <1>",["0"]," ",["1"]," for <2>",["2"]," ",["3"],""],"RH8jSA":["Merge data to local database"],"RHSlVw":["Follow @masknetwork (mask.io) to claim NFT lucky drops."],"RL5m+x":["Generating your **accounts**"],"RLBjfU":["Attached File: ",["name"]," (",["size"],")"],"RNfEI8":["You canceled the request."],"ROWd/9":["Leave blank to allow any amount; enter a number to set a minimum holding requirement."],"ROWeBX":["Followings"],"ROsDRH":["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"],"RRw7LE":["Identity ID"],"RUYsn0":["Clear All"],"RW1HJz":["The receiving address may be a malicious address."],"RWoEqV":["Failed to transfer token: ",["message"]],"RZOA0N":["Find Mask Network in the extension list and click the <0/> button."],"RdfrN2":["Mint Address"],"Re7Oex":["Transaction submitted."],"RhCL4z":["Max amount"],"RiLzWA":["Please switch to this network in the mobile application wallet you are connected to."],"RiQQyz":["This allows the third party to spend ",["value"]," ",["0"]," from your current balance."],"Rm3JCH":["File name must between 3 to 20 characters."],"RqRRf6":["Created by <0>",["0"]," • <1>Website"],"RrGhwo":["File ",["0"]," deleted."],"RuO5md":[["seconds"],"sec"],"Rx8sxX":["Select liquidity"],"RxlKnY":["Lens"],"Ry8TiY":["Create Smart Pay wallet"],"S0CsaV":["Create a New Wallet"],"S0vyIh":["Owner changed."],"S2JNMm":["Your file has been successfully restore into the browser data."],"S33tz3":["Not connected"],"S6Qdlo":["Scam Warning"],"SDrb6I":["Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account."],"SGVkVp":["Two entered passwords are not the same."],"SIrUT3":["Grant access to your ",["0"]," for the Lucky Drop Smart contract. You only have to do this once per token."],"SLEDBF":["Failed to add the wallet, please try again."],"SNZM71":[["0"]," withdrawn."],"SREKz9":["Report NFT Scam Contract?"],"SUqBr9":["Refund ",["0"]," ",["tokenSymbol"]," Successfully"],"SX2UXi":["Your vote has been successful."],"SYGo/R":["Import Wallet"],"SYgxDf":["Slow"],"Sfu/we":["Failed to delete, please try again."],"ShHV7X":["Cloud Backup"],"ShmUTn":["Add a Custom Cover"],"Sitstz":["Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund."],"Sjplg3":["View on Explorer"],"SlxhDh":["Verify your wallet"],"Sp69uH":["The web site can"],"T0W3Z8":["Insufficient funds for gas."],"T0Y2+3":["Select a token"],"T3EPqL":["Max base fee"],"T3dlAs":["Quote expired. Update to receive a new quote."],"TA4fAr":["The wallet name already exists."],"TFEJcT":["Set NFT PFP"],"TIIaK1":[["2","select",{"approve":["<0>",["user"]," approved ",["0"]," to <1>",["contract"],""],"revoke":["<2>",["user"]," approved ",["1"]," to <3>",["contract"],""],"other":[]}]],"TJt1iY":["Decentralized social graph protocol for user-centric Web3."],"TNFd5O":["View real-time crypto prices, market cap, trading volume, etc."],"TP9/K5":["Token"],"TRoDRd":["Failed to deposit token."],"TYTRNP":["Eligible to claim"],"TZDLPg":["Claimable"],"Tfxac6":["This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"Tg003Y":["Connected wallets settings"],"Tl3Zls":["This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee."],"TnHNX9":["Update permission for X.com"],"ToePai":["Spend limit requested by"],"TppkTk":["<0>",["user"]," carried out an activity to <1>",["target"]," on <2>",["platform"],""],"TpqeIh":["Error: ",["0"]],"Tuc34V":["Confirm Bridge"],"Tx/jsw":["Do you need to paste encrypted content manually?"],"Tz0i8g":["Settings"],"TzarJw":["Bridging"],"UBzbea":["Recover your wallet"],"UDKbPj":["Your file has been successfully merged into the browser data."],"UFzLh1":["When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ",["0"],". Please reduce the number of NFTs selected."],"UO7xDp":[["0"]," Pool"],"UPJjXF":["Network error, try again: ",["0"]],"URAE3q":["Paused"],"URmyfc":["Details"],"UUfXpm":["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."],"UWxJIW":["Powered by Celer Network. Support $MASK!"],"UXBK7e":["<0>",["user"],"sent",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"to <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"UaXeX3":["Okay"],"UbRKMZ":["Pending"],"Udf/Es":["Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network."],"UfJmJU":["Invalid slippage tolerance."],"UjJCIX":["Contract source code not verified"],"UjRxho":["Persona Recovery Phrase"],"UmVZrM":["Failed to create Lucky Drop."],"UpqenY":["We recommend new Web3 users to keep [Check Security] open."],"UqJ0W/":["Cancel Transaction"],"Usynqd":["Gas price is too low and will cause the transaction fail"],"UtKGok":["Backup Persona"],"UvJiVZ":["There's no feed associated with this address."],"UxJ2jd":["Display Snapshot proposals on the X of the respective project or protocol."],"UxYZfY":["Revoke the approval for ",["0"],"."],"V+1pjj":["Back Up Your Data Your Way"],"V+ZuGt":["You claimed ",["0"]," $",["1"],"."],"V6YDUB":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"],""],"V6wYl1":["Total amount"],"V8j2d/":["App list"],"VAOn4r":["Unlock"],"VECuJk":["Wallet Account"],"VHShJf":["Please click Browse Files button to select files to upload."],"VHVdS1":["No votes"],"VP4HYe":["Next.ID"],"VSx1eg":["Max priority fee"],"VbeIOx":["Author"],"VcPDSd":["Unsupported key store data"],"VdhBp2":["The chainID is not equal to the currently connected one."],"VdkQUC":["Please sign up or login ",["siteName"]," to connect Mask Network."],"Vj7ma7":["Support mnemonic phrase, private key or keystore file."],"VlpdUm":["Use NFT"],"VsHxv+":["Copy text"],"VvGC/Y":[["0"]," Network fee"],"VvPeyR":[["0"]," unlocked"],"VzQ7uf":["Unknown EIP-4361 message version."],"VzQOL2":["This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap."],"W0uonA":["This QR includes your mnemonic words, please keep it safely."],"W2es+t":["Oops, it seems you don't have any voting power at block ",["0"],". <0>Learn more"],"W5OcTk":["No approved contract records."],"W7e3zN":["Are you sure to remove the connected wallet <0>",["0"],"?"],"W7rMXF":["Failed to send token."],"WAjFYI":["Start date"],"WDcQq9":["Unlisted"],"WKG5E8":["You need to hold at least ",["quantity"]," of any of the following tokens."],"WLMjwL":["Confirm to hide ",["0"],"? You can redisplay it by re-adding this token at any time."],"WS7EYf":[["0","select",{"Post":["<0/><1>",["handle"]," published a post on <2>",["1"],""],"Comment":["<3/><4>",["handle"]," made a comment on <5>",["2"],""],"Mirror":["<6/><7>",["3"]," mirrored a post post by<8/><9>",["handle"]," on <10>",["4"],""],"Quote":["<11/><12>",["handle"]," quoted a post post on <13>",["5"],""],"other":["<14/><15>",["handle"]," post stuff on <16>",["6"],""]}]],"WWPi4P":["Incorrect wallet address."],"WY8amq":["Invalid number"],"WZcvLm":["Follow Now"],"WeNxrL":[["0"]," Attention factors"],"Weq9zb":["General"],"WmXCMa":["Switch other account"],"Wqoa0p":["Connect Persona"],"WqzYn1":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"]," to <2>",["project"],""],"WsNUie":["Claimed: <0>",["0"],"/",["1"]," <1>",["2"],""],"Wvnsx1":["Auto-lock"],"Wy16g8":["Gift crypto or NFTs to any users, first come, first served."],"X0PXso":["Swap duration"],"X200Sr":["Forgot payment password?"],"X3X0nY":["You may have ",["0"],"% less received with this level of slippage tolerance."],"X6ujRd":["Be aware, check the token before adding it."],"X8N33g":["Transaction history is only stored locally and will be deleted if you clear your browser data."],"X8w6bW":["Enter Max spend limit"],"XA8JXM":["Add NFTs"],"XB3tfc":["Encrypting your **data**"],"XC7RGa":["Recover your data"],"XDtQ7t":["Display the following address on your Web3 profile page and use it to receive tips."],"XGRJzS":["Open in a new tab"],"XGqAnD":["This token contract has code that prevent selling. This might is a honeypot."],"XQDdOC":["No friends are stored locally, please try search one."],"XQQx83":["<0>",["user"]," ",["0","select",{"supply":["supplied"],"add":["added"],"repay":["repaid"],"withdraw":["withdrew"],"collect":["collected"],"remove":["removed"],"borrow":["borrowed"],"other":[]}]," liquidity on <1>",["1"],""],"XUKicg":["Step 1/2"],"XYLcNv":["Support"],"XZ/B+f":["Don't see your NFT?"],"XcWehA":["Update Quote"],"Xftpm5":["Select Collection"],"XjDSdO":["Old Payment Password"],"Xlpdi1":["on ",["fromNetworkName"]],"Xprzee":["Enter a gas price"],"XrH+JC":["IPFS"],"XrlvqN":["Who can claim?"],"XsyYEe":["This NFT didn't have any activities."],"XyAmgg":["Add wallet"],"Y7N0Sj":["View your account balance and history"],"Y9mYPy":["Powered By ",["0"]],"YF8jon":["Ended ",["relativeEndTime"]],"YKSmxE":["Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts."],"YLObqx":["Equal Amount"],"YOacnL":["Tell friends what's happening..."],"YOnK5s":["<0>",["user"]," registered ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an ENS "],"other":[]}],"for <3>",["costValue"]," ",["costSymbol"],""],"YPNSH3":["Connect Solana Wallet"],"YSi9PS":["Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events."],"YW51YO":["24H sale"],"YXIpYp":["Please verify the current persona with a social media account before using dApps."],"Yckw2R":["Fiat On-Ramp"],"YdCB5X":["Copy private key"],"YiPiv6":["There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"YirHq7":["Feedback"],"YnqCPK":["Verify Account"],"Yp8yB4":[["0"]," to ",["1"]],"Ywu8Rl":["Please connect ",["0"]," and send a proof post before using dApps."],"Z/tioj":["Swap ",["0"]],"Z16qyu":["Persona Name"],"Z3+V9p":["Restore backup failed."],"Z33XCd":["Input contract address"],"Z3FXyt":["Loading..."],"Z3S6Dx":["Step 1/3"],"Z3y+8t":["Unsupported Network"],"Z6siIw":["Switch between the classic Twitter logo and the new one."],"Z7ZXbT":["Approve"],"Z8+FzC":["Connecting your ",["providerType"]," wallet"],"Z8G4E5":["Change to Flow Wallet"],"Z8lGw6":["Share"],"ZAVklK":["Or"],"ZDcdss":["Claim Conditions"],"ZHsD28":["Enable the plugin"],"ZIsLZh":["Size limit: 10 MB"],"ZK75iC":["Choose a Cover"],"ZKAj6+":["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."],"ZQbnxO":["No collectible found."],"ZQr5hT":["Unlock Token"],"ZSWUwq":[["0"],"m"],"ZSgQgC":["Max fee is too low for network conditions."],"ZTXjJ3":["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."],"ZTmzRV":["Highest Price"],"ZdnQsW":["<0/> interacted with <1/>"],"ZgFWrp":["<0>Powered by<1>Go+"],"ZhrWG1":["Create persona"],"ZrZMJ6":["Backup failed, <0>try again"],"ZsjtYe":["Failed to set Avatar."],"Zypku0":["By using this plugin, you agree to the <0>terms and the <1>privacy policy."],"a1S2x7":["Data source is retrieved from ",["0","select",{"other":[],"twitter":["Twitter profile and "]}],["sources"],"."],"a1SmQh":["Select Wallet"],"a23gJr":["Incorrect backup password."],"a33WQ+":["Download the ",["name"]," Wallet here"],"a4C0ak":["Insufficient Balance for Gas Fee"],"a4N/Bg":["Load More"],"a5t/N3":["Spend more transaction fees to cancel the previous transaction."],"a6ONsz":["Unlock ",["0"],"."],"a7u1N9":["Price"],"a9X8Om":["Failed to report spam."],"aAIQg2":["Appearance"],"aEgiLS":["contributions"],"aF8kci":["Creation Completed"],"aFJrEy":["You need to hold any of the following NFTs in your wallet."],"aFht5e":["Connected ",["0"]," with ",["walletName"],"."],"aTzTyw":["Add Assets"],"aVI2qx":["Click the application icon to list it on the App board."],"aYT9SD":["Max fee"],"acK3j2":["Input your Private Key"],"agPptk":["Medium"],"ah8/4v":["Floor Price"],"ahNa7P":["NFT Holder"],"ahpgxl":["Please create a Persona and verify your account to use this."],"ai3VNq":["Connected Wallet"],"ajKdns":["This wallet address has already been connected."],"apl8rz":["Failed to withdraw ",["0"],"."],"aqop4L":["Check on Explorer"],"awW7ak":["Remove Wallet"],"ayxkVX":["Transaction"],"b+scYY":["Requesting Connection"],"b/mMOj":[["0"]," ",["1"]," approval successfully."],"bBzHQT":["Input amount is below the minimum amount"],"bD8I7O":["Complete"],"bEPPWi":["Connect Flow Wallet"],"bGMpPD":["Unlock NFT Contract"],"bIpwjD":["My Wallets"],"bKGn4N":["<0/> minted",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]],"bLJivk":["Select an NFT Contract Owner"],"bLmWH9":["Bridge anyway"],"bLqb2p":["<0>Latest offer at <1>$",["0"],""],"bLvQvN":["Library:"],"bQXBhp":["Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves."],"bTQliy":["This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account."],"bUUVED":["Asset"],"bapItf":["Incorrect Backup Password."],"bassMa":["Incorrect cloud backup password, please try again."],"bbS8qf":["1 NFT claimed."],"bdIrOO":["Verification code has been sent to your email. Please check your mailbox."],"bfNmSO":["Set payment password successfully."],"bnfo6T":["Sent verification post successfully."],"bnuQy5":[["0"]," files selected"],"bwlRe8":["Selecting NFTs"],"c+Fnce":["Sign"],"c+XaKf":["<0>",["formattedUser"]," ",["0","select",{"follow":["followed"],"unfollow":["un-followed"],"other":[]}]," <1>",["other"]," on <2>",["1"],""],"c19z3W":["Available Balance"],"c2MkCo":["Payment password must be 6 to 20 characters."],"cD0wgO":["Do you want to remove the verified association between the X account @<0>",["0"]," and ",["1"],"?"],"cFDjd3":["Transaction type"],"cJv4Ca":["Connecting operation cancelled in third-party wallet."],"cM1qH2":["Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media."],"cNJNBU":["Get optimized search results when you're looking for a token."],"cQYjZe":["To verify your X account and record it on the NextID, you will need to send a post for the verification."],"cVit2/":["Please set the backup password to back up"],"caP+Xq":["Crypto Holder"],"cbzSv5":["Max fee should be greater than base fee of ",["0"]," Gwei."],"chL5IG":["Community"],"clw/Xh":[["0"]," sent."],"cm4E8+":["Experience in X"],"cmKQl+":["Failed to save the file. Please try again."],"cmNbUB":["Not found your ",["providerType"]," wallet"],"cnGeoo":["Delete"],"crVIc7":["Locale Backup"],"ctb8Cs":["Dex/Est received (",["0"],")"],"cvCD4e":["Contract Creator"],"d0aemb":["Please create a persona for accessing Dapps."],"d6nk2t":[["0"]," Platform costs"],"dAMTl9":["This RPC URL is currently used by the ",["0"]," network"],"dCpOJ5":["<0/> approved with <1/>"],"dCvyk/":["Change another account and try again."],"dEgA5A":["Cancel"],"dXFgcm":["Transfer Token"],"daEP1M":["Token info"],"dajsth":["Incorrect Keystore Password."],"du/tmd":["Create your Lucky Drop."],"dyNKut":["Browse Files"],"dzAth+":[["0"]," ",["1"]," swap completed successfully."],"e0E1XI":["Max Fee (GWEI)"],"e1vdXO":["Arweave"],"e34ZOD":["Waiting time"],"e3I0CA":["Failed to restore the backup: ",["0"]],"e3hCsY":["Lido Exchange Rate"],"e4yrZ/":["Token Address"],"eC1gV9":["Invalid file type"],"eDT+Oh":["The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets."],"eE0JZ4":["Version"],"eEeK5j":["<0>Expires in ",["0"]],"ePK91l":["Edit"],"eWczg7":["Just Me"],"eaLSW8":["Persona name must between 1 to 24 characters."],"ecqLr0":["I just tipped a ",["NFT_Name"]," to @",["recipientUserId"],"'s ",["0","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["recipientAddress"],"\n\nInstall https://mask.io/download-links to send your first tip."],"eeYVJ5":["Be careful what you visit and sign!"],"ejVYRQ":["From"],"elyK4N":["Failed to unlock token contract."],"eoeq4k":["<0>",["user"]," made a comment on ",["platform"]],"ep2Wyh":["1 ",["0"]," tips sent."],"erRCKP":["File saved"],"es4h+b":["Swap Anyway"],"ezYNcH":["Pin Mask Network to the toolbar for easier access:"],"f5AidZ":["Write down recovery phrase"],"f61qKX":["Deploy a SmartPay wallet on Polygon network."],"f6pX67":["<0>0 Followers <1>0 Following"],"fDP2k4":["Change Payment Password"],"fFGPy6":["Or create a new wallet group"],"fFYJ8f":["Welcome to use Mask Network"],"fL7WXr":["Applications"],"fRQP7E":["<0>Granted to <1>",["0"],""],"fRUjl7":["Please switch to <0>@",["expectAccount"]," to continue the account verification progress."],"fUn3xA":["Generate a new wallet address"],"fc4PdK":["The RPC URL you have entered returned a different chain ID (",["rpcChainId"],"). Please update the Chain ID to match the RPC URL of the network you are trying to add."],"fdqDgM":["Ended on <0>",["0"],""],"fiPesM":["Method"],"fj5byd":["N/A"],"foOw00":["Balance(",["symbol"],")"],"fqDzSu":["Rate"],"fsBGk0":["Balance"],"fsUPaG":["Congratulations"],"fvRGyC":["Trying exploring more features powered by Mask Network."],"fx6pOQ":["Balance: <0/>"],"fza4cg":["Import Wallets"],"g/1WbH":["from <0>",["fromAddress"],""],"g/i+bG":["Transaction rejected"],"g2UNkE":["Powered by"],"gC2WI+":["Persona"],"gERRYE":["Artblocks"],"gHM62X":["Payment password changed."],"gM+Nj7":["Are you sure to report ",["0","select",{"hasName":[["1"]],"noName":["this NFT"],"other":["this NFT"]}],"? After confirmed, this NFT will be marked as spam."],"gT+8Dk":["Confirm to hide ",["name"],"? You can redisplay it by re-adding this NFT at any time."],"gUuuBi":["Check Security"],"gVfVfe":["Contacts"],"gWcGl/":["Your wallet cancelled the transaction."],"gdnEab":["Incorrect recovery phrase."],"ggdga4":["The user has not set this."],"ghVDTt":["rounds"],"ghZx62":["Unlock token"],"gk7J2q":[["0","select",{"other":["<0>Size limit: ",["fileSize"],""],"omit":[]}]],"gkLviK":["This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"gmOW42":["ENS or Wallet Address"],"gnSRSG":["Hiding Scam Transactions"],"gp6A8z":["Authorization Failed"],"gtdJ43":["My wallet"],"gwuMzD":["<0>",["user"]," appointed a proxy on <1>",["platform"],""],"gxV9O8":["Cast your vote"],"h/b9lY":["No followers."],"h0qYUk":["Search with an ENS domain or wallet address to get optimized results."],"h3bIHg":["Disconnect Social Account?"],"h53LoU":["Social Account"],"h5Dtc5":["funding received"],"h69WC6":["Sent"],"h7+V7K":["Backup & Recovery"],"hEpXzO":["Welcome to Mask Network"],"hG89Ed":["Image"],"hHLRGW":["Hide tokens with value less than $1"],"hRWvpI":["Claimed"],"hRtIgr":["APP list"],"hTbvD9":["Sorry, you are not eligible to claim $ARB in this campaign."],"hUF4dG":["Backup password set successfully"],"hWUuAb":["Already following"],"hXzOVo":["Next"],"hYgDIe":["Create"],"he3ygx":["Copy"],"heVBR8":["Enter Amount Each"],"hehnjM":["Amount"],"hg5QeV":["Total cost"],"hhtbAs":["Unfollow lens handle"],"hj39w+":["Loading failed due to Snapshot API service breakdown."],"hom7qf":["Claim"],"hpxXOD":[["context","select",{"approve":["<0>",["user"]," approved <1>",["amount"]," ",["symbol"]," to <2>",["contract"],""],"revoke":["<3>",["user"]," revoked the approval of <4>",["amount"]," ",["symbol"]," to <5>",["contract"],""],"other":[]}]],"hxHyfs":["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."],"hxdOdX":["Owner can change balance"],"hzTib5":["Select an NFT Contract Operator"],"i2x+p1":["Processing Withdrawal"],"i4umqX":["The following wallets are not installed or in conflict with others"],"i6OT6/":[["subject"]," has an error"],"i70ilP":[["0"]," NFT contract unlocked."],"iCb44o":["Created on: ",["0"]],"iF9x7r":["Trading mode"],"iH8itU":["Connect your wallet"],"iH8pgl":["Back"],"iJLEZF":["Show me how"],"iNIdDX":["Incorrect contract address."],"iPMIoT":["Enter an amount"],"iSLIjg":["Connect"],"iT0Qmd":["Transaction Failed"],"iTiwqa":["Asset is hidden."],"iZLoa2":["eg: X accounts, persona public keys, wallet addresses or ENS"],"ia3Lqp":["The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions."],"ie2c+s":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Welcome to join."],"ileX7U":["No recent transactions"],"imDvP9":["Gas limit must be smaller than ",["maxGas"],"."],"iobEyh":["By checking this box, I agree to ArtBlocks's <0>Terms of Service."],"iuCSJl":["This wallet is connected to current persona ",["0"],"."],"iuJFAy":["Low Risk"],"iwiSFA":["Similar Project"],"j2Uisd":["Approving"],"j2a+h4":["Past rounds"],"j4TRxD":["Select Address"],"j8MqhB":["CyberConnect"],"jEDiuG":["Network added"],"jICk7g":["There was a network or RPC provider error, please try again later!"],"jIWgmE":["Entered passwords are inconsistent."],"jJPsrT":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"jJrqb1":["Token Name"],"jK7nvW":["Failed to disconnect wallet"],"jRcH7y":["NFT Avatar Setting"],"jRfanQ":["Gas Used (Units)"],"jXWnN0":[["0","plural",{"one":["Strategy"],"other":["Strategies"]}]],"jZQU+o":["Originally posted by ",["0"]],"ja6Tyz":["Search with the name of an NFT collection or its symbol to get optimized results."],"jaH9PD":["Hi friends, I just created ",["token"]," Lucky Drop. Download Mask.io to claim."],"jas0vv":["Disconnect all accounts"],"jbc0gF":["Create Password"],"jeLXsu":["Who can claim"],"jfJkBQ":["Gas price is too low for network conditions."],"jh0i4n":["Confirm this transaction in your wallet."],"jhoAzY":["Mask Network Cloud"],"jjCXPD":["Starts ",["relativeStartTime"]],"jpctdh":["View"],"jt/0L2":["You've saved ",["0"]," to Web3 file service."],"jt/cjR":["Safety Warning"],"jtExaD":["Not supported yet."],"jygqM9":["Loading account information..."],"jzLzy/":["No whitelist"],"k/sb6z":["Select language"],"k/vATR":["Token unlocked"],"k0USDt":["Account connected.<0/><1/>Try to explore more features powered by Mask Network."],"k1pJQo":[["0"]," network is not added to the wallet. Please add it and try again."],"k28Qhe":["Failed to save file"],"k57+C7":[["walletLength","plural",{"one":["#"," Wallet"],"other":["#"," Wallets"]}]],"k7u9V5":["Incorrect words selected. Please try again!"],"kCAzy/":["Collection Approval"],"kG0n0M":["Network error or user cancels the process."],"kHDhjV":["I just claimed airdrop with ",["amount"]," ",["0"]," on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities."],"kKY8Re":["The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"kPQQEW":["Enter an Amount"],"kV9Qeo":["You have donated ",["0"]," ",["1"]],"kWJmRL":["You"],"kbfp5m":["Visible To"],"kdW3qS":["Nonce"],"kePpfU":["Update NFT Avatar Success!"],"kf/5Ap":["Explore multi-chain dApps."],"kf83Ld":["Something went wrong."],"kg/ict":["Lucky Drop claimed."],"kj3M8S":["Deposit"],"kjBSDT":["<0>",["user"]," minted ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}],"for <3>",["value"]," ",["symbolName"],""],"ks5OGD":["Contract"],"kx0s+n":["Results"],"l/UFPv":["Properties"],"l3s5ri":["Import"],"lCF0wC":["Refresh"],"lCHQzJ":["This address may be a scam address."],"lCfoWv":["Select NFTs"],"lDgVWA":["Receive"],"lET9my":["Mask needs the following permissions"],"lErh77":["Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance."],"lKldOY":["12-word recovery phrase is used to recover your persona data."],"lO/vMB":["OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly."],"lPJwNU":["Persona: ",["personaName"]],"lPsa94":["Merge Completed"],"lQXQKs":["Vote"],"lU6uRb":["Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility."],"lWOC+h":["Mask Network requires you to authorize the following websites before using it."],"ldI18s":["Minted:"],"lhvy2j":["Firefly"],"llLBQ1":["a token"],"lmYQuN":["At most ",["SOL_REDPACKET_MAX_SHARES"]," recipients"],"loCUuu":["Keystore"],"lqTDfd":["Slippage Tolerance"],"lqW7eD":["In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address."],"lr8uE3":["Holding ",["0"]],"lvL4x0":["Follow @masknetwork for Web3 updates and insights."],"lxJU2w":["Enter Number of Winners"],"lyjM6U":["Wait too long for the confirmation."],"m+uuUE":["Cross-chain"],"m/TPEz":["(beta)"],"m16xKo":["Add"],"m2OZMI":["Max fee cannot be lower than max priority fee"],"m2pyX2":["Buy Now"],"m3VOQq":["Current wallet does not support to interact with Lens protocol."],"m3XvO+":["Imported Wallets"],"m3akOw":["I just claimed a lucky drop from @",["sender"]," on Solana."],"m3cvPZ":["Payment password set."],"m3pz1u":["Insufficient ",["symbol"]," Balance"],"m64f3d":["Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead."],"mCB6Je":["Select All"],"mGHHf5":["After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips."],"mHWsOq":["Failed to confirm"],"mNUsxu":["Tx Fee"],"mPxxVq":["Enter a gas limit"],"mQpWAe":["Edit Contact"],"mT57+Q":["Go to Settings"],"mUJUVX":["Claim your NFT Lucky Drop"],"mW8F64":["This project is no longer active"],"mYGY3B":["Date"],"mZ04KC":["Overall Best"],"ma8rSx":["Your transaction has been confirmed!"],"mc68kY":["New Payment Password"],"md5sZ/":["This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud."],"mfwfMR":["You can claim the lucky drop by holding the required amount of any selected token."],"mhNIiJ":["Gas price is higher than necessary. You may pay more than needed."],"mrAv9J":["Failed to save network"],"msszNj":["<0/> approved <1>",["0"]," ",["1"],""],"muQqQY":["Buy & sell tweets autographed by their original creators."],"mzI/c+":["Download"],"n+ObkB":["Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets."],"n1gwuy":["on ",["toNetworkName"]],"n2HnVK":["If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses."],"n42fmQ":["Enter a max fee"],"nDzNGQ":["Follow User"],"nE/lLr":["Just Selected Contacts"],"nFjzvC":["Approved Amount ",["0"]],"nGl2Ng":["Restore Completed"],"nKLBYz":["We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!"],"nMUHWK":[["claimed"]," Follow @",["0"]," (mask.io) to claim lucky drops."],"nMkx7r":[["0","plural",{"one":["#"," Hour"],"other":["#"," Hours"]}]],"nOCyT5":["Show tokens with value less than $1"],"nOhz3x":["Logout"],"nSkB8g":["Information"],"nTFx7o":["Avatar set successfully"],"nTWWCZ":["Low"],"nTif4K":["Select and Connect to your wallet"],"nUWEsV":["Max fee is higher than necessary"],"nUeoRs":["Signing Message (Text)"],"nV/wXH":["This profile can not be followed."],"nWDO1P":["<0/> ",["txType","select",{"burn":["burned"],"deposit":["deposited"],"mint":["minted"],"receive":["received"],"send":["sent"],"withdraw":["withdrawn"],"other":[]}]," <1>",["0"]," ",["1"]," "],"ndRqFD":["Chain ID"],"neBDpj":["Please connect wallet"],"ngWO+e":["No local key"],"njSHJP":["You didn't approve ",["0"],". Please do not set spending cap to 0 and try it again."],"nqL5WA":["Claim Lucky Drop"],"nqagQ8":["Signing Message (Raw)"],"nvAt0H":["Resource"],"nvV/Td":["Balance: <0>",["0"],""],"nwSp3U":["I just tipped ",["amount"]," ",["0","select",{"namedToken":[["1"]],"other":["token"]}]," to @",["recipientUserId"],"'s ",["2","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["3"],"\n\nInstall https://mask.io/download-links to send your first tip."],"nzBzok":["Create time:"],"o+XJ9D":["Change"],"o+zDNQ":["The mnemonic word has been copied, please keep it in a safe place."],"o4Iu2W":["Logout successfully"],"o4NrTC":["Confirm this Signature in your wallet."],"o66hO5":["Discovered a LuckyDrop event on the FireFly website."],"o9pabc":["No codes found to suspend trading."],"oCBTyI":["This will overwrite the existing cloud backup with the local data, this cannot be undo."],"oDMfB1":["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"oDSXfc":["New password cannot be the same as your current password."],"oG26Rt":["Confirm this transaction in your wallet"],"oG67vO":["Available to Everyone"],"oIsL5E":["Chain ID: ",["0"]],"oJIW7I":[["context","select",{"mint":["<0>",["to"]," minted <1>",["value"]," ",["symbol"],""],"send":["<2>",["from"]," sent <3>",["asset"]," to <4>",["to"],""],"claim":["<5>",["to"]," claimed from <6>",["from"],""],"burn":["<7>",["from"]," burned <8>",["value"]," ",["symbol"],""],"deposit":["<9>",["from"]," deposited on <10>",["exchange"],""],"withdraw":["<11>",["from"]," withdrew on <12>",["exchange"],""],"other":[]}]],"oMx/mL":["Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later."],"oN9XHJ":["Start Time: <0>",["0"],""],"oOQfsI":["Current account is not the verifying account."],"oTLFeN":["The Lucky Drop can't be sent due to data damage."],"oX+QCa":["<0>Powered by<1>Mask Network"],"oYzol6":["an NFT"],"oZw0Iw":["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"],"ocYse8":["Failed to refund Lucky Drop."],"oe5xh9":["Decrypt failed, please check password"],"of3mx/":["<0>",["user"]," swapped <1>",["from_value"]," ",["from_symbol"]," to <2>",["to_value"]," ",["to_symbol"]," on <3>",["platform"],""],"ofUcbc":["Random"],"ohUJJM":["Plugins"],"ojlMCx":["Minimum withdraw amount is ",["MINIMUM_AMOUNT"]," ",["0"]],"olEUh2":["Successful"],"ooHEV6":["1 ",["0"]," NFT Lucky Drop claimed."],"osXsDn":["Import NFT"],"ou+PEI":["Profile Photo"],"ouAjo6":["No Enough Gas Fee"],"ovBPCi":["Default"],"oxKup1":["Insufficient $",["0"]," balance"],"p+ngUo":["Unfollow"],"p1/7GX":["Contract Not Found"],"p2/GCq":["Confirm Password"],"p3TX0l":["Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers."],"p7l2aC":["Contract:"],"p8Aea2":["The persona name already exists."],"p8OYBy":["@",["sender"]," is sending an NFT lucky drop on ",["networkName"]," network. ",["account_promote"]," ",["promote_short"]," #mask_io #LuckyDrop ",["0"]],"pG7O41":["Fastest"],"pGElS5":["Mnemonic"],"pHfBGz":["Updating Gas Fee…"],"pIyHYi":["Lens Follow"],"pLHDrO":["Holding NFT"],"pOE8Vh":["Space"],"pa3wn3":["It remains unclaimed."],"pbOGiB":["Revoke Token"],"pbYUPI":["Text copied!"],"pi+hn/":["Ethereum ",["HD_PATH_WITHOUT_INDEX_ETHEREUM"]],"pjrgRd":["Incorrect Private Key"],"pkyWdU":["Keystore password"],"poYLOl":["New Logo"],"ps1+DX":["Set your persona name with maximum length of 24 characters"],"pu3rTn":["GWEI"],"puUEU3":["Change Backup Password"],"put3ex":["Request is valid not after"],"pv5v6j":["About Permit"],"pvnfJD":["Dark"],"py6hU8":["Signature Request"],"pzO3Xa":["Total Supply"],"q+O14e":["Search Area"],"q+hNag":["Collection"],"q/ao7A":["Price per mint"],"q5+UWM":["Contact edited."],"qAbGIK":["Issued at"],"qCMUPH":["Unlock ",["0"]],"qDIxZ+":["Failed to restore the backup from Google Drive to your browser. Please try again."],"qHqI+o":["<0>Powered by <1>Mask Network"],"qI8U4x":["Max fee cannot be lower than max priority fee."],"qIL7PI":["Offers"],"qJb6G2":["Try Again"],"qNiGUh":["size"],"qT8oOt":["Persona required."],"qWMpAl":["up to ",["0"]," Gwei"],"qYuscr":["Max Priority Fee"],"qZ6p7p":["Backup on ",["0"]],"qcqdIh":["You need to open the dApp to view the specific content."],"qcybNQ":["Proposal"],"qdyV/M":["News"],"qhKyO3":["Withdraw ",["0"]],"qkhZxp":["Created a SmartPay wallet on Polygon network."],"qp8fKi":["By confirming means that you agree to bear the possible risks above."],"qqWcBV":["Completed"],"r3OcML":[["mins"],"min"],"r92tNP":["Failed to authorize Google Drive. Please try again."],"rBLzKv":["Max fee is higher than necessary."],"rCsoea":["Manage Token List"],"rG3WVm":["Select"],"rJZPaP":["No activities found."],"rKY/BK":["Classics Logo"],"rLgPvm":["Backup"],"rQQGN1":["Max priority fee is higher than necessary. You may pay more than needed."],"rR6iwH":["Domain Request"],"rWE7Lq":["Contact deleted."],"rWqyF3":["Gas limit should be between ",["minGasLimit"]," and 15.00M"],"rYFSec":["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."],"rZ0rgl":["Total Volume"],"raCUEa":["By granting permission, you are allowing the following <0/> contract to access your funds"],"rcNnsQ":["Price:"],"re2nOO":["Uploaded files"],"rkMKQ0":["The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later."],"rm0yu/":["About ",["collectionName"]],"rqV4QH":["This swap isn’t supported"],"rrvbCi":["Network error or execute smart contract failed."],"rulocO":["Checking Approve"],"ryWxhG":["Congratulations!"],"s/8SJ+":["View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source."],"s4Omor":["To <0>",["0"],""],"sGkv/+":["Hi friends, I just deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"sOYKMU":["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."],"sOcZTR":["Contract Deployment"],"sQJ3RN":["Max priority fee is too low for network conditions."],"sQTDWu":["Allow us to collect your usage information to help us improve Mask."],"sSkbaZ":["Request timed out."],"sWsox7":["Follow Lens handle"],"saHPqg":["Claim your Lucky Drop."],"sb9Y58":["Wallet"],"siroPf":["Mask Network"],"sxkWRg":["Advanced"],"szNWi8":["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."],"t+A5fr":["Gas price should be greater than 0"],"t/YqKh":["Remove"],"t2prdI":["No search results"],"t3rUZr":["Sign-in Request"],"t6bQQD":["Send authors tips by using Mask Network's Tips function."],"t6md+W":[["0","select",{"create":["<0>",["user"]," created a profile on <1>",["platform"],""],"update":["<2>",["user"]," updated a profile on <3>",["platform"],""],"other":[]}]],"t8dIOP":["Spam"],"t91sWs":[["actionType","select",{"stake":["<0>",["user"]," staked <1>",["symbol"],""],"claim":["<2>",["user"]," claimed <3>",["symbol"],""],"unstake":["<4>",["user"]," un-staked <5>",["symbol"],""],"other":[]}]],"t9m1iP":["Spam reported."],"tARYn/":["NFTs Profile"],"tCAZi9":["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."],"tG9G+b":["File Service"],"tHoyBc":["Please connect ",["0"]," before using dApps."],"tIW5Jt":["No matched tokens"],"tKJ7ee":["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."],"tOL6AP":["Adjust Selection"],"tOMnvw":["Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites."],"tPeNU7":["This network name already exists"],"tRRE1h":["1 ",["0"]," claimed."],"tXkhj/":["Start"],"tbOs8j":["Confirm Swap"],"tcHpvG":["Change Owner"],"tfDRzk":["Save"],"thX7xs":["The network with chain ID ",["formChainId"]," may use a different currency symbol (",["0"],") than the one you have entered. Please check."],"tiX/tO":["Address: <0>",["address"],""],"tj48De":["Connect Social Account"],"tjbyOy":["Project details"],"tk+uyz":["You've approved ",["0"]," for ",["1"],". If you want to revoke this token, please set spending cap amount to 0."],"toDFSK":["Wallet sign succeeded."],"tst44n":["Events"],"tuOw4x":["Make It Encrypted"],"tx1x9k":["I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io."],"txEVTf":["No Listings"],"ty2gt9":["You need to follow the creator of the lucky drop."],"u2OWVJ":["Disconnect failed."],"u2Srv1":["Claim your Airdrop"],"u3ZeYl":["Transaction failed"],"u689pQ":["Ends in ",["relativeEndTime"]],"uAQUqI":["Status"],"uBAxNB":["Editor"],"uF9ruK":["Saving"],"uJQLj9":["Connect and switch between your wallets."],"uSMfoN":["Verify"],"uip9JY":["I wrote down those words in the correct order"],"ujpEaI":["Please connect your wallet"],"uqF4Nm":["Blockchain:"],"usVwcn":["No anti_whale(Unlimited number of transactions)"],"uv94aG":["Added by user"],"uv9cwh":["Bridge Network fee"],"uyJsf6":["About"],"v01kR+":["NFT PFP"],"v7U98p":["Failed to claim Lucky Drop."],"vH2C/2":["Swap"],"vLXevL":["Transaction cost"],"vOx+Me":["You can withdraw the remaining balance 24 hours after sending the lucky drop."],"vVEene":["View your Tokens and NFTs"],"vXIe7J":["Language"],"vXygio":["Not enough data to present."],"vel6Z1":["Request Source"],"vhlM+H":["Withdraw ",["0"]," for savings."],"vhqFTT":["Can't find a valid user address data source."],"vutynE":["Enable plugin"],"w0e0yw":["Gas limit must be at least ",["0"]],"w1ctdJ":["Encrypted Post"],"w3t1Hw":["Powered by <0>Go+"],"w4oOEJ":["Mask Community $ARB Giveaway"],"w9Xmw/":["Google Drive"],"wCtp6y":["Your Wallet is on **ready 🚀**"],"wDnczW":["Optimize the display of search results about ENS in social media."],"wGtbaw":["Amount per Share"],"wMHvYH":["Value"],"wNecg9":["Multiple transaction requests ",["0"]," / ",["1"]],"wNxsb2":["Reject ",["totalMessages"]," Transactions"],"wThGrS":["App Settings"],"wUlAUI":["<0>@",["currentUserId"]," connected already."],"wYA1q/":["Auto report the scam links to MetaMask"],"waXvJd":["NFT is not minted yet."],"wbDTs9":["Request timed out"],"wqppGn":["Permissions List"],"wvJOId":["This ENS does not exist or not be resolved."],"wxZZWc":["You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet."],"wxfXhJ":["Scam tx"],"x0PhCN":["Disconnected successfully."],"x4f8pZ":["Tips"],"x5LEuB":["Followers"],"x6rEou":["<0>",["user"]," claimed ",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"from <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"xBXg0L":["No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk."],"xC6eGY":["Mint function"],"xCJdfg":["Clear"],"xCcvjC":["Set up NFT PFP successfully"],"xDAtGP":["Message"],"xDO6ZN":["Plugin switch"],"xEQZ4z":["Use text encryption"],"xEX/9S":["No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk."],"xFCCR4":["Please enter the correct mnemonic words, private key, or upload the correct keystore file."],"xGVfLh":["Continue"],"xH6cn+":["Choose Token"],"xIxVmH":["Unlock ",["0"]," NFT contract."],"xPSvu3":["<0>",["websiteCount"]," ",["0","plural",{"one":["Website"],"other":["Websites"]}]],"xTQLHC":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Install @masknetwork to get yours."],"xeiujy":["Text"],"xjhtsV":["Chain"],"xoKE3v":["Disable Permit"],"xuKB2x":[["0"]," deposited."],"xupcu9":["Speed Up"],"y/+ReV":["No any collectible is available for preview. Please add your collectible here."],"y/kxxM":["Priority fee"],"y2i17G":["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."],"y3juHh":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"y3qyKP":["NFT Lucky Drop created."],"y49awp":["Set NFT Photo"],"y5aRAa":["Please enter cloud backup password to download file."],"y62Dys":["Network fee"],"y6VCOb":[["0"]," Mins"],"y6sq5j":["Following"],"yC/GKd":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3."],"yD15Uj":["Are you sure to remove this wallet?"],"yDUr0V":["Lucky Drop refunded."],"yFpcbN":["This request may be a phishing attach. I understand this and want to continue."],"yFrxQj":["Mnemonic word"],"yGyJ1l":["You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again."],"yHrAv+":["Claim Lucky Drop with ",["0"]," claimed."],"yKu/3Y":["Restore"],"yNBZ3N":["Enter gas limit"],"yNu9vD":["The wallet address already exists."],"yQE2r9":["Loading"],"yQqkIK":["24H Average Price"],"yRuvmU":["The mnemonic words has been copied, please keep it in a safe place."],"yTZe+y":["Snapshot"],"yVnV6H":["Please write down or copy these words and save them in a secure place."],"yVzBCJ":["NFT Lucky Drop claimed."],"yZhedI":["Gas fee settings"],"yb/fjw":["Approval"],"ybuu1v":["Oops, we can't find any results."],"ygW4tI":["Please connect your persona"],"yik0Qu":["Private Key"],"ykiu3o":["NFT Details"],"ylUhBz":["Click to retry"],"ylXk9u":["Encrypt the message in an image"],"yqc6uX":["This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing."],"ywDBfs":["Something went wrong!"],"yx/fMc":["High"],"yz7wBu":["Close"],"yzF66j":["Link"],"z+H8bd":["Your wallet does not meet the eligibility criteria for claiming."],"z/3+av":["License:"],"z1i6et":["Failed to ",["0"]," NFT contract."],"z27gFg":["If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it."],"z7Fh2l":["Base fee required: ",["MIN_BASE_FEE"]," Gwei"],"z9HeHt":["Create a Privy Wallet"],"zBPjcC":["Revoke the approval for token"],"zBUJYA":["The approval for this contract will be revoked in case of the amount is 0."],"zBftr8":["Claim NFT Lucky Drop"],"zEZe86":["You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends."],"zGTAja":[["claimed"]," Follow @",["account"]," (mask.io) to claim lucky drops."],"zJlXbX":["NFT"],"zPar3e":["Collectible"],"zX9KdB":["No following friends."],"zXagFp":["Copy Address"],"zZk9Yz":["Purchase"],"zga9sT":["OK"],"zgqgNP":["Purchasing...."],"zkEW09":["You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?"],"znqB4T":["Insufficient balance"],"zp7Ha3":["Backup Failed"],"zwBp5t":["Private"],"zxrGeO":["Gas limit must be bigger than ",["minGas"],"."],"zzDlyQ":["Success"]}} \ No newline at end of file +{ + "messages": { + "++B0oY": ["This function has been turned off in the App settings. Enable plugins to fully access."], + "+01Ill": ["Change to Solana Wallet"], + "+5hgHR": ["Are your sure you want to disconnect? You may lose part of functionalities of this website."], + "+95jK3": ["Gas limit too low will cause the transaction to fail."], + "+A4TPN": [["0"], " NFT contract"], + "+CzAt9": ["Previous unfollow transaction is in processing, please wait and try again."], + "+IEBAO": ["Approve amount"], + "+K0AvT": ["Disconnect"], + "+POswt": ["Sell Tax: ", ["0"]], + "+Qcnh5": ["Please select the appropriate method to restore your personal data."], + "+W8dUJ": ["Tap to view the private key <0/> Make sure no one is looking at your screen"], + "+XyQiK": ["Agree"], + "+Zuhm7": ["Support Identity code, private key, local backups or cloud backups to access your personal data."], + "+adBn3": ["Chrome - external extension"], + "+b7T3G": ["Updated"], + "+fTqvl": [ + "<0>", + ["user"], + " sold ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], + " to <3>", + ["recipient"], + " for <4>", + ["2"], + " ", + ["symbolName"], + "" + ], + "+hwfjv": ["Please select the wallet to activate the function after saving the settings."], + "+m7PfT": ["Deleted successfully"], + "+m7x4e": ["Backup Successful"], + "+q+Wa9": ["Swap anyway"], + "+uISZO": ["Incorrect Password"], + "+ubcPw": ["No power"], + "+xKN8I": [ + "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." + ], + "/2nH6X": ["Make another Bridge"], + "/7tku+": ["Try"], + "/BI0y9": ["Refunded"], + "/Dk+nX": ["More on ", ["0"]], + "/I3RSJ": ["Report Spam"], + "/JOEaC": ["Deploy Smarty Pay wallet"], + "/KseE7": ["Delete File"], + "/LkuGq": ["Restore from a previous database backup"], + "/OPmPQ": ["Verify ", ["0"]], + "/Swcdo": ["Failed to swap"], + "/WfDJy": [ + "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." + ], + "/capO6": ["Failed to deposit ", ["0"], "."], + "/eguJc": ["Uploading"], + "/fo6Dv": ["Gas Limit (Units)"], + "/giXwU": ["Medium Risk"], + "/hKQcr": [["seconds"], "s"], + "/jQctM": ["To"], + "/nT6AE": ["New password"], + "/riTT2": ["Pinned successfully."], + "/uEw9z": ["Your X account authorization has timed out. Please try again."], + "/vtDGO": [["0"], " is connected to these sites, they can view your account address."], + "/xrk7I": ["FAQ&Tutorial"], + "/y/pZ3": ["Select a Token"], + "0+3dvg": ["This NFT didn't have any offers."], + "0/eoR6": ["Revoking"], + "00b9QG": ["Set Your Payment Password"], + "01DWy7": ["Click the settings icon to list it on the App board."], + "04MqGo": ["Post content:"], + "09vHB+": ["Failed to decrypt."], + "0C6WdO": ["Upload backup"], + "0D4bav": ["Name or Contract address e.g. USDC or 0x234..."], + "0F4ogS": ["Payment Password should be between 6 and 20 characters."], + "0HnKBn": ["Hide mnemonic words"], + "0Lp4o6": ["Load failed"], + "0M//Nn": ["The Persona is connected to the following accounts: ", ["list"]], + "0ZC72+": ["Connected successfully."], + "0bKGbK": ["No past rounds found."], + "0caMy7": ["History"], + "0dFHbr": ["Confirm swap risk"], + "0fljZe": ["Trading Route"], + "0hFUd/": [ + "You must give the ", + ["0"], + " smart contract permission to use your ", + ["1"], + ". You only have to do this once per token." + ], + "0jddIP": [["0"], " members"], + "0lBTmP": ["You need to hold any of the following tokens."], + "0oFu/K": ["No Lucky Drops claimed"], + "0oMKRL": ["Delete Contact"], + "0tdB+o": ["Enable the ", ["name"], " Wallet extension and disable other wallet extensions"], + "0wJVK+": ["Basic"], + "0wdd7X": ["Join"], + "0wzWAN": ["Why I can't vote?"], + "0xXDLS": ["View your profile in firefly"], + "0yPSCj": ["High Risk"], + "0yf3iU": ["Wallet sign cancelled."], + "1+6BOG": ["Download Backup"], + "1+P9RR": ["Switch to ", ["0"]], + "11kmCI": ["We are not aware of any code that prevents the sale of tokens."], + "199DuV": ["Display specific information of Gitcoin projects, donate to a project directly on social media."], + "1DwbcE": ["Loading...."], + "1EOhmY": ["Rank #", ["0"]], + "1LkMSp": ["Add Suggested Token"], + "1M8xFP": [ + "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." + ], + "1QJyuR": ["At most ", ["RED_PACKET_MAX_SHARES"], " recipients"], + "1QfxQT": ["Dismiss"], + "1R2W/B": [ + "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " + ], + "1TNIig": ["Open"], + "1TaavV": [ + "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." + ], + "1Uqt6P": ["Disconnect Wallet?"], + "1Wbxhe": ["This profile can not be followed: ", ["0"]], + "1Z++2X": ["The Persona is not connected to any accounts."], + "1agbuA": ["Functions that can suspend trading"], + "1bTY60": ["Token Value"], + "1kE7ob": ["Network saved"], + "1mjyN6": ["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."], + "1nMGEs": ["Personas"], + "1njn7W": ["Light"], + "1on6yK": ["How to use ", ["0"], " Wallet?"], + "1rsf+c": [ + "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." + ], + "1xwmzN": ["Switch to other accounts"], + "2/N/mr": ["Connect with ", ["providerName"]], + "22QmCQ": [ + "The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." + ], + "28ABhV": ["Connect EVM Wallet"], + "29b5Sq": ["Blocto only supports the Flow chain."], + "2CMLgZ": ["Token ID separated by comma, e.g. 1223,1224,"], + "2FYpfJ": ["More"], + "2GHENQ": ["Web3 Profile"], + "2J5wRx": ["Failed to get quote information"], + "2Lr4ie": ["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."], + "2MPu+c": ["Priority Fee (GWEI)"], + "2XVeKu": ["Airdrop Scam"], + "2Xze/r": ["Block Explorer URL"], + "2jQko7": ["Associated Accounts"], + "2kXxch": ["Sorry, signature failed! Please try signing again."], + "2p7WMm": ["Give permission to access <0/> your ", ["0"], "?"], + "2saF1j": ["Tax can be modified"], + "2wxgft": ["Rename"], + "3/0KF0": ["Create a Firefly.social wallet using an X account"], + "34UMci": ["Wallet Settings"], + "38C83c": ["Recovery Phrase"], + "39ohdf": ["Activities"], + "3A/gtD": ["Invalid RPC URL."], + "3A/mG4": ["Change Wallet"], + "3AP6p1": ["Public Key: <0>", ["publicKey"], ""], + "3B4jmY": ["Data correlation"], + "3CR0qY": ["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."], + "3J+S3n": ["Search Next.ID, X, Lens, ENS or Address"], + "3OhjJ4": ["Powered by <0>Mask Network<1><2/>"], + "3Q5eQl": ["Please click the \"Post\" button to open the compose dialog."], + "3Q8dPe": [ + "The website (", + ["messageOrigin"], + ") is asking you to sign in to another domain (", + ["0"], + "). This may be a phishing attack." + ], + "3SiDD1": [ + "<0>", + ["user"], + " burned <1>", + ["1", "select", { "nft": ["an NFT"], "name": [["0"]], "other": [] }], + "" + ], + "3ThLdM": ["Report on GitHub"], + "3WZ1WL": ["Please enter backup password to export persona private key."], + "3YDnov": ["Token now is hidden."], + "3ZgRKI": [ + [ + "type", + "select", + { + "post": ["<0>", ["user"], " publish a post on ", ["platform"]], + "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], + "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], + "share": ["<3>", ["user"], " shared a post on ", ["platform"]], + "other": [] + } + ] + ], + "3awOET": ["Rank"], + "3bGj61": ["Claim on Firefly"], + "3cAxpB": [ + "There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price." + ], + "3cw8FQ": [ + "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." + ], + "3dAaqV": [ + "📃📃📃 Try to permanently use decentralized file storage on ", + ["sns"], + ". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." + ], + "3fpIq1": ["to ", ["0"]], + "3iUAE7": ["Backup to Google Drive"], + "3kbpgO": ["Gas Limit"], + "3lUGN0": ["Switch Persona"], + "3pqzUK": ["Contact added."], + "3qe4O9": ["Max Fee"], + "3uBJPr": ["File delete"], + "3uQmjD": ["Average"], + "3ublvs": ["Try token from different chains"], + "3yLqgI": ["Name or contract address eg. PUNK or 0x234..."], + "4+VnE8": ["ENS"], + "42yL2J": [ + "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ", + ["encrypted"] + ], + "43g2kf": ["Only visible to yourself"], + "44bNbA": ["Select an NFT Contract"], + "4DIYdt": ["No associated wallet. <0>Add Wallet."], + "4EN5JL": ["Your Persona has been successfully created."], + "4FvVUv": ["Reset Wallet"], + "4GBOoi": ["Failed to create theme."], + "4Gz2wC": ["Failed to upload file"], + "4HavhE": ["Powered by <0>Mask Network"], + "4HtGBb": ["MAX"], + "4JCJIV": ["What is Web3 File Service?"], + "4coHVU": ["Lens Unfollow"], + "4lm4o+": ["Solana"], + "4na5mr": ["This message contains a invalid EIP-4361 message. It is better to reject this request."], + "4ojMOt": ["Please enter your backup password."], + "4pSxwB": ["Go"], + "4zgT9K": ["Connect Mask Network Account using your wallet."], + "50QwC8": ["value"], + "51TkMy": ["Claiming will be live until: <0> ", ["days"], " d ", ["0"], " h ", ["1"], " m"], + "51cT/A": ["The minimum amount for each share is ", ["0"], " ", ["1"]], + "51rAFB": ["Please copy the following text and image (if there is one) and publish it."], + "52nzPV": [ + "Data source is retrieved from ", + ["0", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "other": [] }], + "." + ], + "55/jcy": [ + "Hi friends, I just withdrew my deposit ", + ["0"], + " ", + ["1"], + " on ", + ["2"], + ". Follow @", + ["3"], + " to find more staking projects." + ], + "5Dz44N": ["Set Payment Password"], + "5E57TU": ["Max priority fee is too low for network conditions"], + "5G0lxx": ["Powered by <0>Scamsniffer"], + "5H/4VW": ["Create a Firefly.social wallet"], + "5HVoyc": ["Transaction Details"], + "5Jczad": ["I just claimed a lucky drop from @", ["0"], " on ", ["1"], " network."], + "5N3b5J": ["Market Cap"], + "5O5enn": ["Enter Payment Password"], + "5QfZ6O": ["Contract source code verified"], + "5YfW3S": ["Add an encrypted comment..."], + "5ZzgbQ": ["Connect ", ["0"]], + "5e22kj": ["Email verification code"], + "5hFImX": ["Deploy Contract"], + "5i1JPS": ["Never share 12-word secret mnemonic with anyone!"], + "5iHe/7": ["Network error, try again"], + "5o2pdQ": ["Create Persona"], + "5s6EhU": [ + [ + "count", + "plural", + { + "one": ["You have recovered **", "#", " Wallet 🚀**"], + "other": ["You have recovered **", "#", " Wallets 🚀**"] + } + ] + ], + "5sIdhw": ["Share with"], + "5uFQ9j": ["Please create a persona and verify your account to use this."], + "623chP": ["Infos"], + "66J/I3": ["Transaction Fee"], + "678PKt": ["Network Name"], + "68FuwU": ["URLs require the appropriate HTTPS prefix."], + "68m9Nl": ["Add new address to an existing group"], + "6B+2/d": ["Stay on top of NFT trending information, hot projects, notable transactions, etc."], + "6DvbLh": ["Please install your metamask wallet and set up your first wallet."], + "6HT670": ["Function: ", ["0"]], + "6IHgRq": ["Backup to the Cloud"], + "6IvSyW": ["Token Standard"], + "6RDwJM": ["Tokens"], + "6U+PWG": ["Total NFTs"], + "6Uau97": ["Skip"], + "6V3Ea3": ["Copied"], + "6VJnE7": ["Note: Scams detections might not be 100% guaranteed."], + "6YASel": ["Invalid Network"], + "6YtxFj": ["Name"], + "6ZZ+4S": ["Load Network"], + "6foA8n": ["Are you sure?"], + "6gRgw8": ["Retry"], + "6k8iqO": [["0"], " ", ["1"], " bridge completed successfully."], + "6knJVf": ["This NFT contract cannot be modified now."], + "6s8L6f": ["Switch Network"], + "6sbLuF": ["Current results"], + "6ulv1U": ["Contract Owner"], + "6vVuTX": [ + "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." + ], + "7+2e01": ["Network removed."], + "70wH1Q": ["APR"], + "76Ml+j": [["0"], " NFT Lucky Drop created."], + "76gPWk": ["Got it"], + "78Kj7O": [["0"], " NFT transferred."], + "7Ae1jc": ["True Token"], + "7Bj3x9": ["Failed"], + "7PPwVf": [ + "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." + ], + "7PgtYC": ["Set NFT Avatar"], + "7QptC5": ["Auto-lock Time"], + "7R2WG+": ["Decrypted by Mask Network"], + "7VpPHA": ["Confirm"], + "7c99ux": ["Contract Deployment ", ["0"]], + "7cg5cq": ["unique contributors"], + "7eFA2G": ["Failed to revoke token contract."], + "7hZyUn": ["Processing Deposit"], + "7k2lei": [ + "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." + ], + "7lnlzl": ["Claimed ", ["amount"], " $", ["0"], " successfully."], + "7qUM2b": ["Open Mask Wallet"], + "7s5tLo": ["Allow this site to switch the network?"], + "7w1rTm": ["The download link is expired"], + "7yziEn": ["This request has been expired."], + "8+xvyR": ["Blockchain"], + "82+n6o": ["Quote Route"], + "869iq0": ["Transferring asset across to the ", ["0"], " network via the ", ["1"], "cross-chain bridge"], + "87Poy7": [["0"], " ", ["1"], " NFT contract."], + "88+Eku": ["Provide you with fast, reliable and convenient security services."], + "89kDhv": ["NFT collection"], + "8BsgdX": ["Failed to get permissions"], + "8C8O9E": ["Provided by plugin \"", ["0"], "\""], + "8Dh77Z": ["NFTs"], + "8IN0ph": ["No more data available."], + "8J7y6E": ["Deposit ", ["0"], " for savings."], + "8Kly2P": [ + "Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token." + ], + "8MJFvR": [["0"], " Risky factor"], + "8N1Wbf": ["This token has no risky or attention factors."], + "8RF/Sx": ["Added successfully"], + "8S5o5V": ["Share and recommend this feature after saving."], + "8TMaZI": ["Timestamp"], + "8Tg/JR": ["Custom"], + "8WLjqx": ["Never share the 12-word secret mnemonic words with anyone!"], + "8ZsakT": ["Password"], + "8bgRf6": ["Can not follow: ", ["0"]], + "8djViz": ["Step ", ["step"], "/", ["step"]], + "8glx+u": ["Token ID"], + "8rElAH": ["Image copied!"], + "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], + "9+VwX/": ["Add Collectibles"], + "9KKhJV": ["Signing ..."], + "9VcshJ": ["Enable auto paste"], + "9Y1kXO": ["Payment password stored locally and you could try as many as you want to unlock your wallet."], + "9bG48P": ["Sending"], + "9cDpsw": ["Permissions"], + "9cSIbb": ["Click on <0/> at the top-right of your browser."], + "9d/Qe4": ["Service Agreement"], + "9hg9mc": ["Downloading"], + "9hzYBR": ["Failed to download and merge the backup: ", ["0"]], + "9jba96": ["Only TypedMessageText is supported currently."], + "9kIgHE": [ + "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." + ], + "9lqqpY": ["Invalid email address."], + "9oP21f": ["My vote"], + "9oq2rm": ["Functions with retrievable ownership"], + "9q+I38": ["Your voting power"], + "9r9nwF": ["Identical"], + "9sjcnZ": ["Disconnected."], + "9tG0uf": ["Please verify your social account"], + "9uYu7e": ["You haven't uploaded any files yet."], + "9w2hgY": ["Paste manually"], + "9xaUMG": ["General user"], + "A+Ijr2": ["Close [Check Security]?"], + "A0VzMm": ["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."], + "A1bmDM": ["No verified account found here."], + "A1taO8": ["Search"], + "A3Ndml": [ + "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." + ], + "A4vJQr": ["Set your NFT as profile picture with exclusive aura."], + "A6JChW": ["The transaction was complete and has been recorded on blockchain at ", ["0"]], + "A9tojF": ["Incorrect password"], + "AElxM7": ["Transfer ", ["0"], " NFT."], + "AJNYYr": ["Refund Lucky drop"], + "AKLbfQ": ["Restore Database"], + "AMJWWT": ["Likely in < ", ["estimateSecond"], " seconds"], + "ANYjcp": [["shareWithNum", "plural", { "one": ["1 friend"], "other": ["#", " friends"] }]], + "ANk/Zy": ["Incorrect Backup Password"], + "AOPSKq": ["Deposit ", ["0"]], + "ASNDad": ["Hide ", ["name"]], + "AV+9wg": ["Re-enter"], + "Ah4d0u": ["Security Detection"], + "AjVXBS": ["Calendar"], + "Ap948/": ["Listed"], + "Appw6V": ["No NFTs found."], + "Aq+O0x": ["status"], + "AuXfDa": [ + "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." + ], + "AuvDq6": ["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"], + "AwQpq/": ["Click on the down-arrow to see the private key."], + "AxPAXW": ["No results found"], + "AxdOHo": ["Pair"], + "Axp2cZ": ["24 Hour Trading Vol"], + "AyLiVq": ["Scan QR code to receive payment"], + "B1T4nn": ["Confirm the Lucky Drop"], + "B6C0XJ": ["No Data"], + "B8B8TU": ["Verified by ", ["0"]], + "BAvIGC": ["Withdraw token"], + "BFhvNB": [["0"], " ", ["1"], " NFT contract successfully."], + "BMCVM3": ["Wallet Sign"], + "BQHQ9v": ["No websites connected to this wallet"], + "BQi2Kk": [["0"], " were claimed"], + "BUXiPs": ["This Chain ID is currently used by the ", ["0"], " network. "], + "BWSJkS": ["No Airdrop Scam"], + "BXixGM": ["Use Persona to encrypt and decrypt social media posts & messages."], + "Ba6uFH": ["Create your NFT Lucky Drop."], + "BaU+dx": ["Connect your social platform accounts."], + "Baj2MJ": ["Savings"], + "BaoXTT": ["<0>Powered by<1>OKX<2/>"], + "BiGQfG": ["Transaction Hash"], + "BkN2qg": ["<0>Service Agreement and <1>Privacy Policy"], + "BmN4Bk": ["Aggregator"], + "ByAMF+": ["Risk Warning"], + "ByPj1d": ["Request ID"], + "BzEFor": ["or"], + "BzfzPK": ["Items"], + "C0JhYS": ["Change Network"], + "C2/uLW": [ + "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." + ], + "C3Wgzy": ["You have claimed ", ["0"], " $ARB."], + "CCIrQ8": ["Fake Token"], + "CE+M2e": ["Info"], + "CEk7Nc": ["At least 6 characters"], + "CFPbpH": ["The new passwords don't match"], + "CJviCK": ["<0>", ["user"], " proposed"], + "CK1KXz": ["Max"], + "CMHmbm": ["Slippage"], + "CMfM6C": ["No Enough Gas Fees"], + "CP3D8G": ["Progress"], + "CT10+i": ["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."], + "CTSEx8": ["<0/> publish a post on ", ["0"]], + "CU3U3d": ["Try to recover"], + "CWsYB3": ["Welcome Back"], + "CXHRbe": ["Wallet request timed out"], + "CYRJEX": ["Owners"], + "CZSWya": ["NFTs added"], + "CZmSbe": ["Request is valid not before"], + "Cf/0to": ["Data source is retrieved from ", ["0"], "."], + "Citz6F": ["Exchange"], + "CkLMZ2": ["File delete failed"], + "CmMDVW": [ + "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." + ], + "CpciBt": ["Switch to Polygon and Follow"], + "CtByM7": ["Connect Wallet"], + "Cwxng+": ["Supported formats: JPEG, PNG<0/> Size limit: ", ["0"]], + "Cy19fm": [ + "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." + ], + "CygwLN": ["Swap completed successfully."], + "Cz6Lx7": ["Encryption Method"], + "D79cZK": ["Instant"], + "D9iWaX": ["Please check ToS document"], + "D9za/8": ["Missing dex contract address"], + "DA2uGM": ["Click the application icon to hide in the App list."], + "DAFhfT": [ + "There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." + ], + "DC3sw8": ["Two entered passwords are different."], + "DHhJ7s": ["Previous"], + "DKBbsW": ["Gas price must be greater than 0 Gwei."], + "DPfwMq": ["Done"], + "DYoO0m": ["Token quantity greater than"], + "DdUFp+": ["The transaction was confirmed at ", ["0"]], + "Dk6Non": ["Whitelist function"], + "DkHkqH": ["Recommended dimensions: 1016 × 672 px"], + "DnmyoA": ["Priority fee should be greater than 0."], + "DoQ5Lj": ["RPC URL"], + "Dpe+e3": [ + "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." + ], + "DtZDW+": [["0"], " (UTC+8)"], + "Du6bPw": ["Address"], + "DuIDTw": ["To verify your X account and record it on the NextID, please send this post for the verification."], + "Dz56Ua": ["Encrypt"], + "E399AQ": [ + "<0>", + ["user"], + " bridged <1>", + ["amount"], + " ", + ["symbol"], + " from <2>", + ["source"], + " to <3>", + ["target"], + "" + ], + "E6HGuD": ["Check out the official website"], + "E6Sqiu": ["Failed to load ", ["0"], ". Click to retry."], + "E6YUtc": ["Merge to Browser"], + "E7prOW": [ + "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." + ], + "EBC6hj": ["Local Backup"], + "EGWr+Q": ["Web3 Profile Card"], + "EJRk0x": [ + [ + "gasOptionType", + "select", + { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"], "other": [] } + ] + ], + "ELQ256": ["Make another Swap"], + "EMLHjH": ["More Details"], + "ENIvoT": ["Please set up the amount of time before we automatically lock your wallet."], + "ERYJcj": [ + "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." + ], + "EStYiZ": ["No proxy"], + "EVFPUv": ["Transfer NFT"], + "EYwKb0": ["Gas Price (GWEI)"], + "Ea4oxV": ["Follow System"], + "EbE80y": [ + "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." + ], + "EbVCxG": [ + "<0/>", + ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"], "other": [] }], + "<1/>" + ], + "Eda+dy": [ + "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ", + ["encrypted"], + " to send your first encrypted tweet." + ], + "Eefe1a": ["The input is not a single file."], + "EfAke+": ["<0>", ["user"], " voted for <1>", ["option"], " on <2>", ["platform"], ""], + "Eh4m6e": ["<0>USD Value<1>$", ["0"], ""], + "Enb3Qk": ["You claimed 1."], + "EoKe5U": ["Domain"], + "EsKgLS": ["Click here to have a quick start."], + "Ev2r9A": ["No results"], + "EwiD7E": ["Confirm Payment Password"], + "F/pYeX": ["Create NFT Lucky Drop"], + "F3bW6y": ["Platform"], + "F4Igxz": ["Quote route"], + "F7U8uz": ["Creating your **wallet**"], + "F8VT6y": ["Failed to transfer NFT."], + "F8Wc3I": ["Drag & Drop your file here"], + "FAKSZG": ["Add google Drive"], + "FC17bL": ["<0>Powered by <1>Mask Network"], + "FGceVy": ["Owner can't change balance"], + "FMQ6p2": ["You've already claimed the lucky drop"], + "FR2cx3": ["Anti_whale(Limited number of transactions)"], + "FY2gWe": ["The contract address is incorrect or the collection does not belong to you."], + "FZg3wM": ["Operation"], + "FfJy7A": ["Manage Network"], + "FgAxTj": ["Log out"], + "Fgyfqo": ["Amount Each"], + "FiKDfi": ["Failed to unlock NFT contract."], + "FiYmUY": ["No associated accounts"], + "Fim3FY": ["Download https://mask.io to try more powerful tools on Twitter."], + "Fn9Tvh": ["Volume (24h)"], + "FnQek5": [ + "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." + ], + "FnjSI+": ["Not current account. Please switch to this account to set up NFTs Profile."], + "Fs/bd5": ["Invalid Block Explorer URL."], + "FzzpXs": ["Sale ends in ", ["0"]], + "G+XYfT": ["Do you want to delete file <0>", ["0"], ""], + "G4NrhP": ["Persona created."], + "GAZNIW": ["Price Statistic"], + "GAvnvl": ["Payment Password"], + "GDe4XX": ["Please connect wallet to check if you are eligible to claim $ARB."], + "GEL05h": ["WalletConnect"], + "GExRUL": ["Backup password"], + "GHvzdC": ["No content for the last two weeks."], + "GK6Tzr": ["Persona Sign"], + "GLDuz6": ["May be a honeypot."], + "GRLMKx": ["Winners"], + "GS+Mus": ["Export"], + "GS0ldX": ["Unsupported network type"], + "GShMK6": ["Refunding"], + "GTJCth": ["The contract owner is not known to be able to modify the balance of the token of other addresses."], + "GWCG6Y": ["Copy image"], + "GWKfFr": [ + "To use Lido, you need to wait ", + ["0"], + " days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." + ], + "GWMpIa": [["0"], " Risky factors"], + "GXhrYw": ["1. If you haven't installed the ", ["name"], " Wallet"], + "GXsAby": ["Revoke"], + "GZzKYx": ["Buy Tax: ", ["0"]], + "GaH2JF": ["Suggest to send transactions and sign messages"], + "Gia1VG": ["Web3 File Service"], + "Gmmd6d": ["Verify your X ID"], + "GrTvoo": ["Transaction in progress. Thank you for your patience."], + "GtJJAj": ["Add Wallet"], + "Gw91G1": ["This request should only be sign in the future."], + "GyvZPz": ["Token ID should be separated by comma, e.g. 1223,1224,"], + "H1v3zR": ["Insufficient ", ["0"], " Balance"], + "H8rw2f": ["(the name is set by the web site)"], + "HCKlXm": ["Token Contract Address"], + "HF6C2L": ["Phone Number"], + "HFVck2": ["Lucky Drop with ", ["0"], " refunded."], + "HGTZAO": ["Step 2/2"], + "HH25qd": ["No wallet selected."], + "HIq3th": ["Cannot switch to a unknown network."], + "HKH+W+": ["Data"], + "HTX2HV": ["Minimum received"], + "HVRhUV": ["By proceeding you agree to the"], + "Hp1l6f": ["Current"], + "HpK/8d": ["Reload"], + "HqiAyF": ["Gwei"], + "HvDfH/": ["Imported"], + "HvUm3m": ["Choose and show your Web3 footprints on X."], + "I4caYo": ["Invalid verification code."], + "I5kL4f": ["Activity Log"], + "I7z//Y": ["Trading route"], + "IBAx3U": ["Kept safely"], + "IF7RiR": ["Cover"], + "IGbphl": ["Unlocking ALL..."], + "ILvrUp": ["Unlikely to be a honeypot."], + "IMX4sR": ["Blacklist function"], + "IQ3gAw": ["Upload File"], + "ITBQO3": ["Max priority fee must be greater than 0 GWEI"], + "IUG86v": ["The Persona is connected to the account @$", ["0"], "."], + "IUp08P": ["The current wallet does not hold a lens and cannot follow/unfollow"], + "IX1M/E": ["Floor price"], + "IXbRbM": ["Choose another wallet"], + "If2v4h": ["Lucky Drop"], + "IhnvgP": ["Change to EVM Wallet"], + "ImhKg5": ["Could not fetch chain ID. Is your RPC URL correct?"], + "IoAuJG": ["Sending..."], + "IrI9pg": ["End date"], + "Iu4Ja9": ["Please enter token contract address."], + "J05/Al": ["Set NFT NFT Background"], + "J0LAHU": ["Refund"], + "J0Mxpc": ["The ", ["0"], " is in progress. You can check its status in History after exiting this page."], + "J24FyN": ["Bridge"], + "J2eKUI": ["File"], + "JA8K9s": ["Unpacking"], + "JGds+N": ["Lack of number, letter or special character."], + "JGpseC": [ + ["0", "plural", { "one": ["This domain is"], "other": ["These domains are"] }], + " currently on the Mask Network warning list which may include malicious entries, phishing or scams." + ], + "JLiwYz": ["Mask Network requires the permission of following websites before using it."], + "JOP9uZ": ["Transaction has been rejected!"], + "JPHuMW": ["Swapping"], + "JUcj/I": ["Switch X Logo"], + "JXJlYD": ["Set Your Persona Name"], + "JbKZsv": ["Scan the QR code with a WalletConnect-compatible wallet"], + "JeHCi7": ["No function found that retrieves ownership"], + "JfI60y": ["Incorrect Payment Password."], + "Jg5pf7": ["Current base fee is ", ["0"], " Gwei"], + "JiIKww": ["Advanced Settings"], + "JlFcis": ["Send"], + "JlIzk8": ["Browser File"], + "Jnjbl3": ["You need to follow <0>@", ["twitterHandle"], ""], + "Js4Nk0": [ + [ + "0", + "select", + { + "finding_post_key": [ + "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." + ], + "finding_person_public_key": ["Mask is looking for the public key of the author..."], + "other": ["Mask is decrypting..."] + } + ] + ], + "JuVC24": ["Deposit token"], + "JwzZmt": ["to <0>", ["toAddress"], ""], + "K1tshY": ["Failed to download image"], + "K5a6t1": ["Persona already exists."], + "K7tIrx": ["Category"], + "K8jCIB": ["Data backed up successfully!"], + "KAS4UW": [["0"], " Attention factor"], + "KCeSRZ": [ + "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." + ], + "KFYFgI": ["Wallet sign failed."], + "KFwID2": ["Restore Failed"], + "KGHnSc": ["Lock Wallet"], + "KJGKkh": ["EVM Chains only"], + "KMgp2+": [["0"], " available"], + "KPUGxy": ["Random Amount"], + "KRz1oj": [ + "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." + ], + "KTfagY": ["Lucky drop with ", ["0"], " created."], + "KVAoFR": ["unlimited"], + "KVkke3": ["Set NFT PFPs"], + "KWeNH6": ["Unlocking ", ["hasSymbolName"], "..."], + "KisOjk": ["Restore or Login"], + "Kj4oEm": ["Generate a new persona"], + "Kl9gHp": ["Wallet Group #", ["0"]], + "KmQ25M": ["Max priority fee is too high for network conditions."], + "KnidLU": ["Not Connected"], + "Ko4L/B": ["The receiving address is a contract address. Please check again."], + "KojyJ4": ["Wrong Network"], + "Koz2Rg": [["0", "plural", { "one": ["Action"], "other": ["Actions"] }]], + "KtMMzG": ["Wallet disconnected"], + "KwJJLb": ["<0>Powered by <1>", ["0"], ""], + "Ky09J8": ["Previous follow transaction is in processing, please wait and try again."], + "KziH2K": ["Fast"], + "Kzu9r9": ["24H Traded Volume"], + "L+bpwv": ["Please set up backup password to export private key."], + "L4vN0F": ["EVM"], + "L82H5Z": ["Creating your **identity**"], + "L87Mfu": ["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."], + "L96aan": ["View full transaction details"], + "LBtfmO": ["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."], + "LJkXYZ": ["Create New Mask Identity"], + "LLf+t1": ["No deposit protocols found."], + "LNItR6": ["You have set NFT PFP successfully."], + "LP+1Z7": ["Add Network"], + "LSwUJb": ["Select Liquidity"], + "LU3p9s": [ + "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." + ], + "LWJCIn": ["Connected sites"], + "La9ArN": ["<0>Powered by ", ["publisherNode"]], + "LcET2C": ["Privacy Policy"], + "LcZh+r": ["Unsupported data backup"], + "LhMjLm": ["Time"], + "Lho4Qd": ["DSearch"], + "LiE5z4": ["Max base fee should be greater than 0"], + "LigbuA": [ + "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." + ], + "LkYKvc": ["Please select the correct words in the correct order."], + "LqWHk1": ["Hide ", ["0"]], + "Lx4CpL": ["Wallet name must between 3 to 18 characters."], + "Lz7CzN": ["No mint function"], + "Lzo8mb": [ + "Claimed: <0>", + ["claim_numbers"], + "/", + ["total_numbers"], + " <1>", + ["0"], + "/", + ["1"], + "<2><3>", + ["tokenSymbol"], + "" + ], + "M0FgOk": ["Add Contact"], + "M1RnFv": ["Expired"], + "M1ts1r": ["View your address"], + "M24E85": ["This address is a contract address."], + "M4g1UJ": ["Contract Interaction"], + "M7ZGdw": ["2. If you have installed the ", ["name"], " Wallet"], + "M9OYUo": ["Please try again if you failed to vote."], + "MC00Lm": ["Scan QR code with WalletConnect-compatible wallet"], + "MEIAzV": ["Unnamed"], + "MKEPCY": ["Follow"], + "MOHcKb": ["Enter a max priority fee"], + "MQ9hQ4": ["DAO"], + "MR/0Va": ["All Mask Network users"], + "MTqQMG": ["Not set"], + "Mh3RsB": ["Best Wishes!"], + "Mi8ATZ": ["The token approval revoked."], + "Midntl": ["Download report"], + "Mm1aH+": ["Proxy contract"], + "MpnSqP": [["0"], " Pending"], + "MqdtT5": [["0"], " Bridge Network fee"], + "MyjAbr": ["Resend"], + "N/fqDa": ["Ens or Address(0x)"], + "N0YrmD": ["Valuables"], + "N0tcou": ["Claiming..."], + "N2DUxS": ["Insufficient Balance"], + "N2S1rs": ["Empty"], + "N2aeX8": ["No valid wallet detected. Please connect wallet or verify wallet firstly."], + "N40H+G": ["All"], + "N5GKfB": ["Tax cannot be modified"], + "N6/RZd": ["Sorry, failed to save NFT Avatar. Please set again."], + "N931rj": ["Your transaction should be done in <0/>"], + "NERSN2": ["or Holding NFT"], + "NJbBmC": ["Switch Twitter Logo"], + "NOi+Fr": ["This QR includes your identity, please keep it safely."], + "NTnXx/": ["<0/> unapproved <1>", ["0"], ""], + "NVt/wW": ["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], + "NWqhru": ["Reselect"], + "NZ7wlC": [["0"], " Holder"], + "Na6Ytj": ["Change NFT PFP"], + "NaZTE7": ["Incorrect Mnemonic Words."], + "NdlvGd": ["Claim Details"], + "NfxOUe": ["Enter Total Amount"], + "Ng063n": ["Donate"], + "Nhp9Kw": ["Exceeded the maximum file size of ", ["fileSize"], "."], + "NkgvWN": ["Logout failed"], + "NloaHG": ["Backup Password"], + "Ns5WaC": ["No backups found"], + "Nu4oKW": ["Description"], + "NwibRO": ["Supported contracts"], + "NzlE6O": ["By granting permission, you are allowing the following <0/> contract to access your NFTs."], + "Nzm8dm": ["Example: Alice"], + "Nzwli2": ["Base"], + "O2XHf2": ["Check ", ["providerName"], " to confirm connect."], + "O3Nzf+": ["Bridge between this token pair are't supported at the moment."], + "O3oNi5": ["Email"], + "O86J+j": [ + "This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud." + ], + "O8PsYe": ["Add the file to Chrome's database"], + "OAZ+tI": [ + ["attentionFactors", "plural", { "one": ["#", " Attention item"], "other": ["#", " Attention items"] }] + ], + "OAfk3i": ["Hash"], + "OCJdad": ["<0>To: <1>", ["to"], ""], + "OLUEnY": ["when you click Add Google Drive button,you will be forwarded to Google authorization pages."], + "OLY2Jk": ["Gas Price"], + "OQEwR/": ["Create Lucky Drop"], + "OR475H": ["Network"], + "OcvI49": ["No blacklist"], + "OeD4sM": ["Failed to login firefly"], + "OfhWJH": ["Reset"], + "OgPkDe": ["Currency Symbol (Optional)"], + "OgohfQ": ["File Key: <0>", ["0"], ""], + "OhgYJS": ["Basic setting"], + "OkofjH": ["Recover"], + "On0aF2": ["Website"], + "OsyKSt": ["Withdraw"], + "OuUyzz": ["No contacts stored locally, you can try searching."], + "OzSOpz": ["Create a Privy wallet using an X account"], + "P+K/3O": ["Confirming"], + "P7S/hC": ["Max priority fee must be greater than 0 Gwei."], + "P9wzG/": ["Recovery"], + "PByO0X": ["Votes"], + "PDW/HG": ["Your Persona is on **ready 🚀**"], + "PGdbc0": [ + "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." + ], + "PHM7OA": ["Supported Sites"], + "PI/VCJ": ["Select the wallet(s) to use on this site. You should not connect to website you don't trust."], + "PIG043": ["Gitcoin"], + "PLWaf6": ["Create the Lucky Drop"], + "PNZOzY": [ + "<0>", + ["user"], + " sold ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], + " to <3>", + ["recipient"], + " for <4>", + ["2"], + " ", + ["symbolName"], + " on <5>", + ["3"], + "" + ], + "PRkIUI": ["Gas Fee"], + "PTXNyo": ["Waiting for ", ["providerType"]], + "Pd3dlq": ["Circulating Supply"], + "PeT3a5": ["You have successfully restored the backup from Google Drive to your browser."], + "PiH3UR": ["Copied!"], + "PjBWOL": ["Create your persona to get started"], + "PlE+Fs": ["Connect and Verify ", ["0"]], + "PsQmAw": ["Everyone"], + "Pt3n39": ["No back up"], + "PwjgPX": ["Please create your persona to use Web3 Profile."], + "Q0IFtx": ["The custom amount entered may be higher than the required network fee."], + "Q2lUR2": ["Currency"], + "Q68Nuc": [ + "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." + ], + "QF9SdB": ["Split Mode"], + "QHZRmq": ["Sites"], + "QHcLEN": ["Connected"], + "QJQd1J": ["Edit Profile"], + "QQPCqQ": ["Backup Wallet"], + "QRsMow": ["Transaction Confirmed"], + "QU9aqK": ["You have signed with your wallet."], + "QUBIav": ["Failed to bridge"], + "QWxok/": ["Connect with Mask Wallet"], + "QXDgyQ": [ + "Please write down the following words in correct order. Keep it safe and do not share with anyone!" + ], + "Qbo7Ev": ["Write down mnemonic words"], + "QcVZFH": ["Step ", ["step"], "/", ["totalSteps"]], + "Qd0xFm": ["Refund your expired Lucky Drop."], + "QowPFh": ["Collectibles"], + "QpgBEp": [["0"], " days"], + "QsVbHo": ["Sending address"], + "QyZU8V": [["riskyFactors", "plural", { "one": ["#", " Risky item"], "other": ["#", " Risky items"] }]], + "QypSt2": ["Update X.com Permissions"], + "Qz8niP": ["You may lose your assets if you give approval to the website of this token."], + "R/Pfmp": [["amount"], " ", ["0"], " tips sent."], + "R2K7XH": ["Account successfully connected to persona"], + "R9aEN5": ["Send ", ["0"]], + "RCBmDP": ["Follow @masknetwork to explore Web3."], + "REeHKm": [ + "<0/> ", + ["txType", "select", { "trade": ["traded"], "mint": ["minted"], "other": ["traded"] }], + " <1>", + ["0"], + " ", + ["1"], + " for <2>", + ["2"], + " ", + ["3"], + "" + ], + "RH8jSA": ["Merge data to local database"], + "RHSlVw": ["Follow @masknetwork (mask.io) to claim NFT lucky drops."], + "RL5m+x": ["Generating your **accounts**"], + "RLBjfU": ["Attached File: ", ["name"], " (", ["size"], ")"], + "RNfEI8": ["You canceled the request."], + "ROWd/9": ["Leave blank to allow any amount; enter a number to set a minimum holding requirement."], + "ROWeBX": ["Followings"], + "ROsDRH": ["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"], + "RRw7LE": ["Identity ID"], + "RUYsn0": ["Clear All"], + "RW1HJz": ["The receiving address may be a malicious address."], + "RWoEqV": ["Failed to transfer token: ", ["message"]], + "RZOA0N": ["Find Mask Network in the extension list and click the <0/> button."], + "RdfrN2": ["Mint Address"], + "Re7Oex": ["Transaction submitted."], + "RhCL4z": ["Max amount"], + "RiLzWA": ["Please switch to this network in the mobile application wallet you are connected to."], + "RiQQyz": ["This allows the third party to spend ", ["value"], " ", ["0"], " from your current balance."], + "Rm3JCH": ["File name must between 3 to 20 characters."], + "RqRRf6": ["Created by <0>", ["0"], " • <1>Website"], + "RrGhwo": ["File ", ["0"], " deleted."], + "RuO5md": [["seconds"], "sec"], + "Rx8sxX": ["Select liquidity"], + "RxlKnY": ["Lens"], + "Ry8TiY": ["Create Smart Pay wallet"], + "S0CsaV": ["Create a New Wallet"], + "S0vyIh": ["Owner changed."], + "S2JNMm": ["Your file has been successfully restore into the browser data."], + "S33tz3": ["Not connected"], + "S6Qdlo": ["Scam Warning"], + "SDrb6I": [ + "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." + ], + "SGVkVp": ["Two entered passwords are not the same."], + "SIrUT3": [ + "Grant access to your ", + ["0"], + " for the Lucky Drop Smart contract. You only have to do this once per token." + ], + "SLEDBF": ["Failed to add the wallet, please try again."], + "SNZM71": [["0"], " withdrawn."], + "SREKz9": ["Report NFT Scam Contract?"], + "SUqBr9": ["Refund ", ["0"], " ", ["tokenSymbol"], " Successfully"], + "SX2UXi": ["Your vote has been successful."], + "SYGo/R": ["Import Wallet"], + "SYgxDf": ["Slow"], + "Sfu/we": ["Failed to delete, please try again."], + "ShHV7X": ["Cloud Backup"], + "ShmUTn": ["Add a Custom Cover"], + "Sitstz": [ + "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." + ], + "Sjplg3": ["View on Explorer"], + "SlxhDh": ["Verify your wallet"], + "Sp69uH": ["The web site can"], + "T0W3Z8": ["Insufficient funds for gas."], + "T0Y2+3": ["Select a token"], + "T3EPqL": ["Max base fee"], + "T3dlAs": ["Quote expired. Update to receive a new quote."], + "TA4fAr": ["The wallet name already exists."], + "TFEJcT": ["Set NFT PFP"], + "TIIaK1": [ + [ + "2", + "select", + { + "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], + "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""], + "other": [] + } + ] + ], + "TJt1iY": ["Decentralized social graph protocol for user-centric Web3."], + "TNFd5O": ["View real-time crypto prices, market cap, trading volume, etc."], + "TP9/K5": ["Token"], + "TRoDRd": ["Failed to deposit token."], + "TYTRNP": ["Eligible to claim"], + "TZDLPg": ["Claimable"], + "Tfxac6": [ + "This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." + ], + "Tg003Y": ["Connected wallets settings"], + "Tl3Zls": [ + "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." + ], + "TnHNX9": ["Update permission for X.com"], + "ToePai": ["Spend limit requested by"], + "TppkTk": [ + "<0>", + ["user"], + " carried out an activity to <1>", + ["target"], + " on <2>", + ["platform"], + "" + ], + "TpqeIh": ["Error: ", ["0"]], + "Tuc34V": ["Confirm Bridge"], + "Tx/jsw": ["Do you need to paste encrypted content manually?"], + "Tz0i8g": ["Settings"], + "TzarJw": ["Bridging"], + "UBzbea": ["Recover your wallet"], + "UDKbPj": ["Your file has been successfully merged into the browser data."], + "UFzLh1": [ + "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ", + ["0"], + ". Please reduce the number of NFTs selected." + ], + "UO7xDp": [["0"], " Pool"], + "UPJjXF": ["Network error, try again: ", ["0"]], + "URAE3q": ["Paused"], + "URmyfc": ["Details"], + "UUfXpm": ["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."], + "UWxJIW": ["Powered by Celer Network. Support $MASK!"], + "UXBK7e": [ + "<0>", + ["user"], + "sent", + ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], + "to <3>", + ["formattedAddress"], + "", + ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] + ], + "UaXeX3": ["Okay"], + "UbRKMZ": ["Pending"], + "Udf/Es": [ + "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." + ], + "UfJmJU": ["Invalid slippage tolerance."], + "UjJCIX": ["Contract source code not verified"], + "UjRxho": ["Persona Recovery Phrase"], + "UmVZrM": ["Failed to create Lucky Drop."], + "UpqenY": ["We recommend new Web3 users to keep [Check Security] open."], + "UqJ0W/": ["Cancel Transaction"], + "Usynqd": ["Gas price is too low and will cause the transaction fail"], + "UtKGok": ["Backup Persona"], + "UvJiVZ": ["There's no feed associated with this address."], + "UxJ2jd": ["Display Snapshot proposals on the X of the respective project or protocol."], + "UxYZfY": ["Revoke the approval for ", ["0"], "."], + "V+1pjj": ["Back Up Your Data Your Way"], + "V+ZuGt": ["You claimed ", ["0"], " $", ["1"], "."], + "V6YDUB": ["<0>", ["user"], " donated <1>", ["costValue"], " ", ["costSymbol"], ""], + "V6wYl1": ["Total amount"], + "V8j2d/": ["App list"], + "VAOn4r": ["Unlock"], + "VECuJk": ["Wallet Account"], + "VHShJf": ["Please click Browse Files button to select files to upload."], + "VHVdS1": ["No votes"], + "VP4HYe": ["Next.ID"], + "VSx1eg": ["Max priority fee"], + "VbeIOx": ["Author"], + "VcPDSd": ["Unsupported key store data"], + "VdhBp2": ["The chainID is not equal to the currently connected one."], + "VdkQUC": ["Please sign up or login ", ["siteName"], " to connect Mask Network."], + "Vj7ma7": ["Support mnemonic phrase, private key or keystore file."], + "VlpdUm": ["Use NFT"], + "VsHxv+": ["Copy text"], + "VvGC/Y": [["0"], " Network fee"], + "VvPeyR": [["0"], " unlocked"], + "VzQ7uf": ["Unknown EIP-4361 message version."], + "VzQOL2": [ + "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." + ], + "W0uonA": ["This QR includes your mnemonic words, please keep it safely."], + "W2es+t": ["Oops, it seems you don't have any voting power at block ", ["0"], ". <0>Learn more"], + "W5OcTk": ["No approved contract records."], + "W7e3zN": ["Are you sure to remove the connected wallet <0>", ["0"], "?"], + "W7rMXF": ["Failed to send token."], + "WAjFYI": ["Start date"], + "WDcQq9": ["Unlisted"], + "WKG5E8": ["You need to hold at least ", ["quantity"], " of any of the following tokens."], + "WLMjwL": ["Confirm to hide ", ["0"], "? You can redisplay it by re-adding this token at any time."], + "WS7EYf": [ + [ + "0", + "select", + { + "Post": ["<0/><1>", ["handle"], " published a post on <2>", ["1"], ""], + "Comment": ["<3/><4>", ["handle"], " made a comment on <5>", ["2"], ""], + "Mirror": [ + "<6/><7>", + ["3"], + " mirrored a post post by<8/><9>", + ["handle"], + " on <10>", + ["4"], + "" + ], + "Quote": ["<11/><12>", ["handle"], " quoted a post post on <13>", ["5"], ""], + "other": ["<14/><15>", ["handle"], " post stuff on <16>", ["6"], ""] + } + ] + ], + "WWPi4P": ["Incorrect wallet address."], + "WY8amq": ["Invalid number"], + "WZcvLm": ["Follow Now"], + "WeNxrL": [["0"], " Attention factors"], + "Weq9zb": ["General"], + "WmXCMa": ["Switch other account"], + "Wqoa0p": ["Connect Persona"], + "WqzYn1": [ + "<0>", + ["user"], + " donated <1>", + ["costValue"], + " ", + ["costSymbol"], + " to <2>", + ["project"], + "" + ], + "WsNUie": ["Claimed: <0>", ["0"], "/", ["1"], " <1>", ["2"], ""], + "Wvnsx1": ["Auto-lock"], + "Wy16g8": ["Gift crypto or NFTs to any users, first come, first served."], + "X0PXso": ["Swap duration"], + "X200Sr": ["Forgot payment password?"], + "X3X0nY": ["You may have ", ["0"], "% less received with this level of slippage tolerance."], + "X6ujRd": ["Be aware, check the token before adding it."], + "X8N33g": ["Transaction history is only stored locally and will be deleted if you clear your browser data."], + "X8w6bW": ["Enter Max spend limit"], + "XA8JXM": ["Add NFTs"], + "XB3tfc": ["Encrypting your **data**"], + "XC7RGa": ["Recover your data"], + "XDtQ7t": ["Display the following address on your Web3 profile page and use it to receive tips."], + "XGRJzS": ["Open in a new tab"], + "XGqAnD": ["This token contract has code that prevent selling. This might is a honeypot."], + "XQDdOC": ["No friends are stored locally, please try search one."], + "XQQx83": [ + "<0>", + ["user"], + " ", + [ + "0", + "select", + { + "supply": ["supplied"], + "add": ["added"], + "repay": ["repaid"], + "withdraw": ["withdrew"], + "collect": ["collected"], + "remove": ["removed"], + "borrow": ["borrowed"], + "other": [] + } + ], + " liquidity on <1>", + ["1"], + "" + ], + "XUKicg": ["Step 1/2"], + "XYLcNv": ["Support"], + "XZ/B+f": ["Don't see your NFT?"], + "XcWehA": ["Update Quote"], + "Xftpm5": ["Select Collection"], + "XjDSdO": ["Old Payment Password"], + "Xlpdi1": ["on ", ["fromNetworkName"]], + "Xprzee": ["Enter a gas price"], + "XrH+JC": ["IPFS"], + "XrlvqN": ["Who can claim?"], + "XsyYEe": ["This NFT didn't have any activities."], + "XyAmgg": ["Add wallet"], + "Y7N0Sj": ["View your account balance and history"], + "Y9mYPy": ["Powered By ", ["0"]], + "YF8jon": ["Ended ", ["relativeEndTime"]], + "YKSmxE": [ + "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." + ], + "YLObqx": ["Equal Amount"], + "YOacnL": ["Tell friends what's happening..."], + "YOnK5s": [ + "<0>", + ["user"], + " registered ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "], "other": [] }], + "for <3>", + ["costValue"], + " ", + ["costSymbol"], + "" + ], + "YPNSH3": ["Connect Solana Wallet"], + "YSi9PS": [ + "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." + ], + "YW51YO": ["24H sale"], + "YXIpYp": ["Please verify the current persona with a social media account before using dApps."], + "Yckw2R": ["Fiat On-Ramp"], + "YdCB5X": ["Copy private key"], + "YiPiv6": [ + "There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." + ], + "YirHq7": ["Feedback"], + "YnqCPK": ["Verify Account"], + "Yp8yB4": [["0"], " to ", ["1"]], + "Ywu8Rl": ["Please connect ", ["0"], " and send a proof post before using dApps."], + "Z/tioj": ["Swap ", ["0"]], + "Z16qyu": ["Persona Name"], + "Z3+V9p": ["Restore backup failed."], + "Z33XCd": ["Input contract address"], + "Z3FXyt": ["Loading..."], + "Z3S6Dx": ["Step 1/3"], + "Z3y+8t": ["Unsupported Network"], + "Z6siIw": ["Switch between the classic Twitter logo and the new one."], + "Z7ZXbT": ["Approve"], + "Z8+FzC": ["Connecting your ", ["providerType"], " wallet"], + "Z8G4E5": ["Change to Flow Wallet"], + "Z8lGw6": ["Share"], + "ZAVklK": ["Or"], + "ZDcdss": ["Claim Conditions"], + "ZHsD28": ["Enable the plugin"], + "ZIsLZh": ["Size limit: 10 MB"], + "ZK75iC": ["Choose a Cover"], + "ZKAj6+": ["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."], + "ZQbnxO": ["No collectible found."], + "ZQr5hT": ["Unlock Token"], + "ZSWUwq": [["0"], "m"], + "ZSgQgC": ["Max fee is too low for network conditions."], + "ZTXjJ3": ["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."], + "ZTmzRV": ["Highest Price"], + "ZdnQsW": ["<0/> interacted with <1/>"], + "ZgFWrp": ["<0>Powered by<1>Go+"], + "ZhrWG1": ["Create persona"], + "ZrZMJ6": ["Backup failed, <0>try again"], + "ZsjtYe": ["Failed to set Avatar."], + "Zypku0": ["By using this plugin, you agree to the <0>terms and the <1>privacy policy."], + "a1S2x7": [ + "Data source is retrieved from ", + ["0", "select", { "other": [], "twitter": ["Twitter profile and "] }], + ["sources"], + "." + ], + "a1SmQh": ["Select Wallet"], + "a23gJr": ["Incorrect backup password."], + "a33WQ+": ["Download the ", ["name"], " Wallet here"], + "a4C0ak": ["Insufficient Balance for Gas Fee"], + "a4N/Bg": ["Load More"], + "a5t/N3": ["Spend more transaction fees to cancel the previous transaction."], + "a6ONsz": ["Unlock ", ["0"], "."], + "a7u1N9": ["Price"], + "a9X8Om": ["Failed to report spam."], + "aAIQg2": ["Appearance"], + "aEgiLS": ["contributions"], + "aF8kci": ["Creation Completed"], + "aFJrEy": ["You need to hold any of the following NFTs in your wallet."], + "aFht5e": ["Connected ", ["0"], " with ", ["walletName"], "."], + "aTzTyw": ["Add Assets"], + "aVI2qx": ["Click the application icon to list it on the App board."], + "aYT9SD": ["Max fee"], + "acK3j2": ["Input your Private Key"], + "agPptk": ["Medium"], + "ah8/4v": ["Floor Price"], + "ahNa7P": ["NFT Holder"], + "ahpgxl": ["Please create a Persona and verify your account to use this."], + "ai3VNq": ["Connected Wallet"], + "ajKdns": ["This wallet address has already been connected."], + "apl8rz": ["Failed to withdraw ", ["0"], "."], + "aqop4L": ["Check on Explorer"], + "awW7ak": ["Remove Wallet"], + "ayxkVX": ["Transaction"], + "b+scYY": ["Requesting Connection"], + "b/mMOj": [["0"], " ", ["1"], " approval successfully."], + "bBzHQT": ["Input amount is below the minimum amount"], + "bD8I7O": ["Complete"], + "bEPPWi": ["Connect Flow Wallet"], + "bGMpPD": ["Unlock NFT Contract"], + "bIpwjD": ["My Wallets"], + "bKGn4N": [ + "<0/> minted", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }] + ], + "bLJivk": ["Select an NFT Contract Owner"], + "bLmWH9": ["Bridge anyway"], + "bLqb2p": ["<0>Latest offer at <1>$", ["0"], ""], + "bLvQvN": ["Library:"], + "bQXBhp": [ + "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." + ], + "bTQliy": [ + "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." + ], + "bUUVED": ["Asset"], + "bapItf": ["Incorrect Backup Password."], + "bassMa": ["Incorrect cloud backup password, please try again."], + "bbS8qf": ["1 NFT claimed."], + "bdIrOO": ["Verification code has been sent to your email. Please check your mailbox."], + "bfNmSO": ["Set payment password successfully."], + "bnfo6T": ["Sent verification post successfully."], + "bnuQy5": [["0"], " files selected"], + "bwlRe8": ["Selecting NFTs"], + "c+Fnce": ["Sign"], + "c+XaKf": [ + "<0>", + ["formattedUser"], + " ", + ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"], "other": [] }], + " <1>", + ["other"], + " on <2>", + ["1"], + "" + ], + "c19z3W": ["Available Balance"], + "c2MkCo": ["Payment password must be 6 to 20 characters."], + "cD0wgO": [ + "Do you want to remove the verified association between the X account @<0>", + ["0"], + " and ", + ["1"], + "?" + ], + "cFDjd3": ["Transaction type"], + "cJv4Ca": ["Connecting operation cancelled in third-party wallet."], + "cM1qH2": [ + "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." + ], + "cNJNBU": ["Get optimized search results when you're looking for a token."], + "cQYjZe": [ + "To verify your X account and record it on the NextID, you will need to send a post for the verification." + ], + "cVit2/": ["Please set the backup password to back up"], + "caP+Xq": ["Crypto Holder"], + "cbzSv5": ["Max fee should be greater than base fee of ", ["0"], " Gwei."], + "chL5IG": ["Community"], + "clw/Xh": [["0"], " sent."], + "cm4E8+": ["Experience in X"], + "cmKQl+": ["Failed to save the file. Please try again."], + "cmNbUB": ["Not found your ", ["providerType"], " wallet"], + "cnGeoo": ["Delete"], + "crVIc7": ["Locale Backup"], + "ctb8Cs": ["Dex/Est received (", ["0"], ")"], + "cvCD4e": ["Contract Creator"], + "d0aemb": ["Please create a persona for accessing Dapps."], + "d6nk2t": [["0"], " Platform costs"], + "dAMTl9": ["This RPC URL is currently used by the ", ["0"], " network"], + "dCpOJ5": ["<0/> approved with <1/>"], + "dCvyk/": ["Change another account and try again."], + "dEgA5A": ["Cancel"], + "dXFgcm": ["Transfer Token"], + "daEP1M": ["Token info"], + "dajsth": ["Incorrect Keystore Password."], + "du/tmd": ["Create your Lucky Drop."], + "dyNKut": ["Browse Files"], + "dzAth+": [["0"], " ", ["1"], " swap completed successfully."], + "e0E1XI": ["Max Fee (GWEI)"], + "e1vdXO": ["Arweave"], + "e34ZOD": ["Waiting time"], + "e3I0CA": ["Failed to restore the backup: ", ["0"]], + "e3hCsY": ["Lido Exchange Rate"], + "e4yrZ/": ["Token Address"], + "eC1gV9": ["Invalid file type"], + "eDT+Oh": [ + "The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets." + ], + "eE0JZ4": ["Version"], + "eEeK5j": ["<0>Expires in ", ["0"]], + "ePK91l": ["Edit"], + "eWczg7": ["Just Me"], + "eaLSW8": ["Persona name must between 1 to 24 characters."], + "ecqLr0": [ + "I just tipped a ", + ["NFT_Name"], + " to @", + ["recipientUserId"], + "'s ", + ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], + " ", + ["recipientAddress"], + "\n\nInstall https://mask.io/download-links to send your first tip." + ], + "eeYVJ5": ["Be careful what you visit and sign!"], + "ejVYRQ": ["From"], + "elyK4N": ["Failed to unlock token contract."], + "eoeq4k": ["<0>", ["user"], " made a comment on ", ["platform"]], + "ep2Wyh": ["1 ", ["0"], " tips sent."], + "erRCKP": ["File saved"], + "es4h+b": ["Swap Anyway"], + "ezYNcH": ["Pin Mask Network to the toolbar for easier access:"], + "f5AidZ": ["Write down recovery phrase"], + "f61qKX": ["Deploy a SmartPay wallet on Polygon network."], + "f6pX67": ["<0>0 Followers <1>0 Following"], + "fDP2k4": ["Change Payment Password"], + "fFGPy6": ["Or create a new wallet group"], + "fFYJ8f": ["Welcome to use Mask Network"], + "fL7WXr": ["Applications"], + "fRQP7E": ["<0>Granted to <1>", ["0"], ""], + "fRUjl7": ["Please switch to <0>@", ["expectAccount"], " to continue the account verification progress."], + "fUn3xA": ["Generate a new wallet address"], + "fc4PdK": [ + "The RPC URL you have entered returned a different chain ID (", + ["rpcChainId"], + "). Please update the Chain ID to match the RPC URL of the network you are trying to add." + ], + "fdqDgM": ["Ended on <0>", ["0"], ""], + "fiPesM": ["Method"], + "fj5byd": ["N/A"], + "foOw00": ["Balance(", ["symbol"], ")"], + "fqDzSu": ["Rate"], + "fsBGk0": ["Balance"], + "fsUPaG": ["Congratulations"], + "fvRGyC": ["Trying exploring more features powered by Mask Network."], + "fx6pOQ": ["Balance: <0/>"], + "fza4cg": ["Import Wallets"], + "g/1WbH": ["from <0>", ["fromAddress"], ""], + "g/i+bG": ["Transaction rejected"], + "g2UNkE": ["Powered by"], + "gC2WI+": ["Persona"], + "gERRYE": ["Artblocks"], + "gHM62X": ["Payment password changed."], + "gM+Nj7": [ + "Are you sure to report ", + ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"], "other": ["this NFT"] }], + "? After confirmed, this NFT will be marked as spam." + ], + "gT+8Dk": ["Confirm to hide ", ["name"], "? You can redisplay it by re-adding this NFT at any time."], + "gUuuBi": ["Check Security"], + "gVfVfe": ["Contacts"], + "gWcGl/": ["Your wallet cancelled the transaction."], + "gdnEab": ["Incorrect recovery phrase."], + "ggdga4": ["The user has not set this."], + "ghVDTt": ["rounds"], + "ghZx62": ["Unlock token"], + "gk7J2q": [["0", "select", { "other": ["<0>Size limit: ", ["fileSize"], ""], "omit": [] }]], + "gkLviK": [ + "This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." + ], + "gmOW42": ["ENS or Wallet Address"], + "gnSRSG": ["Hiding Scam Transactions"], + "gp6A8z": ["Authorization Failed"], + "gtdJ43": ["My wallet"], + "gwuMzD": ["<0>", ["user"], " appointed a proxy on <1>", ["platform"], ""], + "gxV9O8": ["Cast your vote"], + "h/b9lY": ["No followers."], + "h0qYUk": ["Search with an ENS domain or wallet address to get optimized results."], + "h3bIHg": ["Disconnect Social Account?"], + "h53LoU": ["Social Account"], + "h5Dtc5": ["funding received"], + "h69WC6": ["Sent"], + "h7+V7K": ["Backup & Recovery"], + "hEpXzO": ["Welcome to Mask Network"], + "hG89Ed": ["Image"], + "hHLRGW": ["Hide tokens with value less than $1"], + "hRWvpI": ["Claimed"], + "hRtIgr": ["APP list"], + "hTbvD9": ["Sorry, you are not eligible to claim $ARB in this campaign."], + "hUF4dG": ["Backup password set successfully"], + "hWUuAb": ["Already following"], + "hXzOVo": ["Next"], + "hYgDIe": ["Create"], + "he3ygx": ["Copy"], + "heVBR8": ["Enter Amount Each"], + "hehnjM": ["Amount"], + "hg5QeV": ["Total cost"], + "hhtbAs": ["Unfollow lens handle"], + "hj39w+": ["Loading failed due to Snapshot API service breakdown."], + "hom7qf": ["Claim"], + "hpxXOD": [ + [ + "context", + "select", + { + "approve": [ + "<0>", + ["user"], + " approved <1>", + ["amount"], + " ", + ["symbol"], + " to <2>", + ["contract"], + "" + ], + "revoke": [ + "<3>", + ["user"], + " revoked the approval of <4>", + ["amount"], + " ", + ["symbol"], + " to <5>", + ["contract"], + "" + ], + "other": [] + } + ] + ], + "hxHyfs": ["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."], + "hxdOdX": ["Owner can change balance"], + "hzTib5": ["Select an NFT Contract Operator"], + "i2x+p1": ["Processing Withdrawal"], + "i4umqX": ["The following wallets are not installed or in conflict with others"], + "i6OT6/": [["subject"], " has an error"], + "i70ilP": [["0"], " NFT contract unlocked."], + "iCb44o": ["Created on: ", ["0"]], + "iF9x7r": ["Trading mode"], + "iH8itU": ["Connect your wallet"], + "iH8pgl": ["Back"], + "iJLEZF": ["Show me how"], + "iNIdDX": ["Incorrect contract address."], + "iPMIoT": ["Enter an amount"], + "iSLIjg": ["Connect"], + "iT0Qmd": ["Transaction Failed"], + "iTiwqa": ["Asset is hidden."], + "iZLoa2": ["eg: X accounts, persona public keys, wallet addresses or ENS"], + "ia3Lqp": [ + "The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions." + ], + "ie2c+s": [ + "I just purchased a beautiful piece of art from {0} collection for ", + ["1"], + " ", + ["2"], + ". Welcome to join." + ], + "ileX7U": ["No recent transactions"], + "imDvP9": ["Gas limit must be smaller than ", ["maxGas"], "."], + "iobEyh": ["By checking this box, I agree to ArtBlocks's <0>Terms of Service."], + "iuCSJl": ["This wallet is connected to current persona ", ["0"], "."], + "iuJFAy": ["Low Risk"], + "iwiSFA": ["Similar Project"], + "j2Uisd": ["Approving"], + "j2a+h4": ["Past rounds"], + "j4TRxD": ["Select Address"], + "j8MqhB": ["CyberConnect"], + "jEDiuG": ["Network added"], + "jICk7g": ["There was a network or RPC provider error, please try again later!"], + "jIWgmE": ["Entered passwords are inconsistent."], + "jJPsrT": [ + "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." + ], + "jJrqb1": ["Token Name"], + "jK7nvW": ["Failed to disconnect wallet"], + "jRcH7y": ["NFT Avatar Setting"], + "jRfanQ": ["Gas Used (Units)"], + "jXWnN0": [["0", "plural", { "one": ["Strategy"], "other": ["Strategies"] }]], + "jZQU+o": ["Originally posted by ", ["0"]], + "ja6Tyz": ["Search with the name of an NFT collection or its symbol to get optimized results."], + "jaH9PD": ["Hi friends, I just created ", ["token"], " Lucky Drop. Download Mask.io to claim."], + "jas0vv": ["Disconnect all accounts"], + "jbc0gF": ["Create Password"], + "jeLXsu": ["Who can claim"], + "jfJkBQ": ["Gas price is too low for network conditions."], + "jh0i4n": ["Confirm this transaction in your wallet."], + "jhoAzY": ["Mask Network Cloud"], + "jjCXPD": ["Starts ", ["relativeStartTime"]], + "jpctdh": ["View"], + "jt/0L2": ["You've saved ", ["0"], " to Web3 file service."], + "jt/cjR": ["Safety Warning"], + "jtExaD": ["Not supported yet."], + "jygqM9": ["Loading account information..."], + "jzLzy/": ["No whitelist"], + "k/sb6z": ["Select language"], + "k/vATR": ["Token unlocked"], + "k0USDt": ["Account connected.<0/><1/>Try to explore more features powered by Mask Network."], + "k1pJQo": [["0"], " network is not added to the wallet. Please add it and try again."], + "k28Qhe": ["Failed to save file"], + "k57+C7": [["walletLength", "plural", { "one": ["#", " Wallet"], "other": ["#", " Wallets"] }]], + "k7u9V5": ["Incorrect words selected. Please try again!"], + "kCAzy/": ["Collection Approval"], + "kG0n0M": ["Network error or user cancels the process."], + "kHDhjV": [ + "I just claimed airdrop with ", + ["amount"], + " ", + ["0"], + " on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." + ], + "kKY8Re": [ + "The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." + ], + "kPQQEW": ["Enter an Amount"], + "kV9Qeo": ["You have donated ", ["0"], " ", ["1"]], + "kWJmRL": ["You"], + "kbfp5m": ["Visible To"], + "kdW3qS": ["Nonce"], + "kePpfU": ["Update NFT Avatar Success!"], + "kf/5Ap": ["Explore multi-chain dApps."], + "kf83Ld": ["Something went wrong."], + "kg/ict": ["Lucky Drop claimed."], + "kj3M8S": ["Deposit"], + "kjBSDT": [ + "<0>", + ["user"], + " minted ", + ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], + "for <3>", + ["value"], + " ", + ["symbolName"], + "" + ], + "ks5OGD": ["Contract"], + "kx0s+n": ["Results"], + "l/UFPv": ["Properties"], + "l3s5ri": ["Import"], + "lCF0wC": ["Refresh"], + "lCHQzJ": ["This address may be a scam address."], + "lCfoWv": ["Select NFTs"], + "lDgVWA": ["Receive"], + "lET9my": ["Mask needs the following permissions"], + "lErh77": [ + "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." + ], + "lKldOY": ["12-word recovery phrase is used to recover your persona data."], + "lO/vMB": [ + "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." + ], + "lPJwNU": ["Persona: ", ["personaName"]], + "lPsa94": ["Merge Completed"], + "lQXQKs": ["Vote"], + "lU6uRb": [ + "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." + ], + "lWOC+h": ["Mask Network requires you to authorize the following websites before using it."], + "ldI18s": ["Minted:"], + "lhvy2j": ["Firefly"], + "llLBQ1": ["a token"], + "lmYQuN": ["At most ", ["SOL_REDPACKET_MAX_SHARES"], " recipients"], + "loCUuu": ["Keystore"], + "lqTDfd": ["Slippage Tolerance"], + "lqW7eD": [ + "In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address." + ], + "lr8uE3": ["Holding ", ["0"]], + "lvL4x0": ["Follow @masknetwork for Web3 updates and insights."], + "lxJU2w": ["Enter Number of Winners"], + "lyjM6U": ["Wait too long for the confirmation."], + "m+uuUE": ["Cross-chain"], + "m/TPEz": ["(beta)"], + "m16xKo": ["Add"], + "m2OZMI": ["Max fee cannot be lower than max priority fee"], + "m2pyX2": ["Buy Now"], + "m3VOQq": ["Current wallet does not support to interact with Lens protocol."], + "m3XvO+": ["Imported Wallets"], + "m3akOw": ["I just claimed a lucky drop from @", ["sender"], " on Solana."], + "m3cvPZ": ["Payment password set."], + "m3pz1u": ["Insufficient ", ["symbol"], " Balance"], + "m64f3d": [ + "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." + ], + "mCB6Je": ["Select All"], + "mGHHf5": [ + "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." + ], + "mHWsOq": ["Failed to confirm"], + "mNUsxu": ["Tx Fee"], + "mPxxVq": ["Enter a gas limit"], + "mQpWAe": ["Edit Contact"], + "mT57+Q": ["Go to Settings"], + "mUJUVX": ["Claim your NFT Lucky Drop"], + "mW8F64": ["This project is no longer active"], + "mYGY3B": ["Date"], + "mZ04KC": ["Overall Best"], + "ma8rSx": ["Your transaction has been confirmed!"], + "mc68kY": ["New Payment Password"], + "md5sZ/": [ + "This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud." + ], + "mfwfMR": ["You can claim the lucky drop by holding the required amount of any selected token."], + "mhNIiJ": ["Gas price is higher than necessary. You may pay more than needed."], + "mrAv9J": ["Failed to save network"], + "msszNj": ["<0/> approved <1>", ["0"], " ", ["1"], ""], + "muQqQY": ["Buy & sell tweets autographed by their original creators."], + "mzI/c+": ["Download"], + "n+ObkB": [ + "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." + ], + "n1gwuy": ["on ", ["toNetworkName"]], + "n2HnVK": [ + "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." + ], + "n42fmQ": ["Enter a max fee"], + "nDzNGQ": ["Follow User"], + "nE/lLr": ["Just Selected Contacts"], + "nFjzvC": ["Approved Amount ", ["0"]], + "nGl2Ng": ["Restore Completed"], + "nKLBYz": [ + "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" + ], + "nMUHWK": [["claimed"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], + "nMkx7r": [["0", "plural", { "one": ["#", " Hour"], "other": ["#", " Hours"] }]], + "nOCyT5": ["Show tokens with value less than $1"], + "nOhz3x": ["Logout"], + "nSkB8g": ["Information"], + "nTFx7o": ["Avatar set successfully"], + "nTWWCZ": ["Low"], + "nTif4K": ["Select and Connect to your wallet"], + "nUWEsV": ["Max fee is higher than necessary"], + "nUeoRs": ["Signing Message (Text)"], + "nV/wXH": ["This profile can not be followed."], + "nWDO1P": [ + "<0/> ", + [ + "txType", + "select", + { + "burn": ["burned"], + "deposit": ["deposited"], + "mint": ["minted"], + "receive": ["received"], + "send": ["sent"], + "withdraw": ["withdrawn"], + "other": [] + } + ], + " <1>", + ["0"], + " ", + ["1"], + " " + ], + "ndRqFD": ["Chain ID"], + "neBDpj": ["Please connect wallet"], + "ngWO+e": ["No local key"], + "njSHJP": ["You didn't approve ", ["0"], ". Please do not set spending cap to 0 and try it again."], + "nqL5WA": ["Claim Lucky Drop"], + "nqagQ8": ["Signing Message (Raw)"], + "nvAt0H": ["Resource"], + "nvV/Td": ["Balance: <0>", ["0"], ""], + "nwSp3U": [ + "I just tipped ", + ["amount"], + " ", + ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], + " to @", + ["recipientUserId"], + "'s ", + ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], + " ", + ["3"], + "\n\nInstall https://mask.io/download-links to send your first tip." + ], + "nzBzok": ["Create time:"], + "o+XJ9D": ["Change"], + "o+zDNQ": ["The mnemonic word has been copied, please keep it in a safe place."], + "o4Iu2W": ["Logout successfully"], + "o4NrTC": ["Confirm this Signature in your wallet."], + "o66hO5": ["Discovered a LuckyDrop event on the FireFly website."], + "o9pabc": ["No codes found to suspend trading."], + "oCBTyI": ["This will overwrite the existing cloud backup with the local data, this cannot be undo."], + "oDMfB1": ["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], + "oDSXfc": ["New password cannot be the same as your current password."], + "oG26Rt": ["Confirm this transaction in your wallet"], + "oG67vO": ["Available to Everyone"], + "oIsL5E": ["Chain ID: ", ["0"]], + "oJIW7I": [ + [ + "context", + "select", + { + "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], + "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], + "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], + "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], + "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], + "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""], + "other": [] + } + ] + ], + "oMx/mL": [ + "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." + ], + "oN9XHJ": ["Start Time: <0>", ["0"], ""], + "oOQfsI": ["Current account is not the verifying account."], + "oTLFeN": ["The Lucky Drop can't be sent due to data damage."], + "oX+QCa": ["<0>Powered by<1>Mask Network"], + "oYzol6": ["an NFT"], + "oZw0Iw": ["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"], + "ocYse8": ["Failed to refund Lucky Drop."], + "oe5xh9": ["Decrypt failed, please check password"], + "of3mx/": [ + "<0>", + ["user"], + " swapped <1>", + ["from_value"], + " ", + ["from_symbol"], + " to <2>", + ["to_value"], + " ", + ["to_symbol"], + " on <3>", + ["platform"], + "" + ], + "ofUcbc": ["Random"], + "ohUJJM": ["Plugins"], + "ojlMCx": ["Minimum withdraw amount is ", ["MINIMUM_AMOUNT"], " ", ["0"]], + "olEUh2": ["Successful"], + "ooHEV6": ["1 ", ["0"], " NFT Lucky Drop claimed."], + "osXsDn": ["Import NFT"], + "ou+PEI": ["Profile Photo"], + "ouAjo6": ["No Enough Gas Fee"], + "ovBPCi": ["Default"], + "oxKup1": ["Insufficient $", ["0"], " balance"], + "p+ngUo": ["Unfollow"], + "p1/7GX": ["Contract Not Found"], + "p2/GCq": ["Confirm Password"], + "p3TX0l": [ + "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." + ], + "p7l2aC": ["Contract:"], + "p8Aea2": ["The persona name already exists."], + "p8OYBy": [ + "@", + ["sender"], + " is sending an NFT lucky drop on ", + ["networkName"], + " network. ", + ["account_promote"], + " ", + ["promote_short"], + " #mask_io #LuckyDrop ", + ["0"] + ], + "pG7O41": ["Fastest"], + "pGElS5": ["Mnemonic"], + "pHfBGz": ["Updating Gas Fee…"], + "pIyHYi": ["Lens Follow"], + "pLHDrO": ["Holding NFT"], + "pOE8Vh": ["Space"], + "pa3wn3": ["It remains unclaimed."], + "pbOGiB": ["Revoke Token"], + "pbYUPI": ["Text copied!"], + "pi+hn/": ["Ethereum ", ["HD_PATH_WITHOUT_INDEX_ETHEREUM"]], + "pjrgRd": ["Incorrect Private Key"], + "pkyWdU": ["Keystore password"], + "poYLOl": ["New Logo"], + "ps1+DX": ["Set your persona name with maximum length of 24 characters"], + "pu3rTn": ["GWEI"], + "puUEU3": ["Change Backup Password"], + "put3ex": ["Request is valid not after"], + "pv5v6j": ["About Permit"], + "pvnfJD": ["Dark"], + "py6hU8": ["Signature Request"], + "pzO3Xa": ["Total Supply"], + "q+O14e": ["Search Area"], + "q+hNag": ["Collection"], + "q/ao7A": ["Price per mint"], + "q5+UWM": ["Contact edited."], + "qAbGIK": ["Issued at"], + "qCMUPH": ["Unlock ", ["0"]], + "qDIxZ+": ["Failed to restore the backup from Google Drive to your browser. Please try again."], + "qHqI+o": ["<0>Powered by <1>Mask Network"], + "qI8U4x": ["Max fee cannot be lower than max priority fee."], + "qIL7PI": ["Offers"], + "qJb6G2": ["Try Again"], + "qNiGUh": ["size"], + "qT8oOt": ["Persona required."], + "qWMpAl": ["up to ", ["0"], " Gwei"], + "qYuscr": ["Max Priority Fee"], + "qZ6p7p": ["Backup on ", ["0"]], + "qcqdIh": ["You need to open the dApp to view the specific content."], + "qcybNQ": ["Proposal"], + "qdyV/M": ["News"], + "qhKyO3": ["Withdraw ", ["0"]], + "qkhZxp": ["Created a SmartPay wallet on Polygon network."], + "qp8fKi": ["By confirming means that you agree to bear the possible risks above."], + "qqWcBV": ["Completed"], + "r3OcML": [["mins"], "min"], + "r92tNP": ["Failed to authorize Google Drive. Please try again."], + "rBLzKv": ["Max fee is higher than necessary."], + "rCsoea": ["Manage Token List"], + "rG3WVm": ["Select"], + "rJZPaP": ["No activities found."], + "rKY/BK": ["Classics Logo"], + "rLgPvm": ["Backup"], + "rQQGN1": ["Max priority fee is higher than necessary. You may pay more than needed."], + "rR6iwH": ["Domain Request"], + "rWE7Lq": ["Contact deleted."], + "rWqyF3": ["Gas limit should be between ", ["minGasLimit"], " and 15.00M"], + "rYFSec": ["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."], + "rZ0rgl": ["Total Volume"], + "raCUEa": ["By granting permission, you are allowing the following <0/> contract to access your funds"], + "rcNnsQ": ["Price:"], + "re2nOO": ["Uploaded files"], + "rkMKQ0": [ + "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." + ], + "rm0yu/": ["About ", ["collectionName"]], + "rqV4QH": ["This swap isn’t supported"], + "rrvbCi": ["Network error or execute smart contract failed."], + "rulocO": ["Checking Approve"], + "ryWxhG": ["Congratulations!"], + "s/8SJ+": [ + "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." + ], + "s4Omor": ["To <0>", ["0"], ""], + "sGkv/+": [ + "Hi friends, I just deposit ", + ["0"], + " ", + ["1"], + " on ", + ["2"], + ". Follow @", + ["3"], + " to find more staking projects." + ], + "sOYKMU": ["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."], + "sOcZTR": ["Contract Deployment"], + "sQJ3RN": ["Max priority fee is too low for network conditions."], + "sQTDWu": ["Allow us to collect your usage information to help us improve Mask."], + "sSkbaZ": ["Request timed out."], + "sWsox7": ["Follow Lens handle"], + "saHPqg": ["Claim your Lucky Drop."], + "sb9Y58": ["Wallet"], + "siroPf": ["Mask Network"], + "sxkWRg": ["Advanced"], + "szNWi8": ["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."], + "t+A5fr": ["Gas price should be greater than 0"], + "t/YqKh": ["Remove"], + "t2prdI": ["No search results"], + "t3rUZr": ["Sign-in Request"], + "t6bQQD": ["Send authors tips by using Mask Network's Tips function."], + "t6md+W": [ + [ + "0", + "select", + { + "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], + "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""], + "other": [] + } + ] + ], + "t8dIOP": ["Spam"], + "t91sWs": [ + [ + "actionType", + "select", + { + "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], + "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], + "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""], + "other": [] + } + ] + ], + "t9m1iP": ["Spam reported."], + "tARYn/": ["NFTs Profile"], + "tCAZi9": ["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."], + "tG9G+b": ["File Service"], + "tHoyBc": ["Please connect ", ["0"], " before using dApps."], + "tIW5Jt": ["No matched tokens"], + "tKJ7ee": ["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."], + "tOL6AP": ["Adjust Selection"], + "tOMnvw": [ + "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." + ], + "tPeNU7": ["This network name already exists"], + "tRRE1h": ["1 ", ["0"], " claimed."], + "tXkhj/": ["Start"], + "tbOs8j": ["Confirm Swap"], + "tcHpvG": ["Change Owner"], + "tfDRzk": ["Save"], + "thX7xs": [ + "The network with chain ID ", + ["formChainId"], + " may use a different currency symbol (", + ["0"], + ") than the one you have entered. Please check." + ], + "tiX/tO": ["Address: <0>", ["address"], ""], + "tj48De": ["Connect Social Account"], + "tjbyOy": ["Project details"], + "tk+uyz": [ + "You've approved ", + ["0"], + " for ", + ["1"], + ". If you want to revoke this token, please set spending cap amount to 0." + ], + "toDFSK": ["Wallet sign succeeded."], + "tst44n": ["Events"], + "tuOw4x": ["Make It Encrypted"], + "tx1x9k": [ + "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." + ], + "txEVTf": ["No Listings"], + "ty2gt9": ["You need to follow the creator of the lucky drop."], + "u2OWVJ": ["Disconnect failed."], + "u2Srv1": ["Claim your Airdrop"], + "u3ZeYl": ["Transaction failed"], + "u689pQ": ["Ends in ", ["relativeEndTime"]], + "uAQUqI": ["Status"], + "uBAxNB": ["Editor"], + "uF9ruK": ["Saving"], + "uJQLj9": ["Connect and switch between your wallets."], + "uSMfoN": ["Verify"], + "uip9JY": ["I wrote down those words in the correct order"], + "ujpEaI": ["Please connect your wallet"], + "uqF4Nm": ["Blockchain:"], + "usVwcn": ["No anti_whale(Unlimited number of transactions)"], + "uv94aG": ["Added by user"], + "uv9cwh": ["Bridge Network fee"], + "uyJsf6": ["About"], + "v01kR+": ["NFT PFP"], + "v7U98p": ["Failed to claim Lucky Drop."], + "vH2C/2": ["Swap"], + "vLXevL": ["Transaction cost"], + "vOx+Me": ["You can withdraw the remaining balance 24 hours after sending the lucky drop."], + "vVEene": ["View your Tokens and NFTs"], + "vXIe7J": ["Language"], + "vXygio": ["Not enough data to present."], + "vel6Z1": ["Request Source"], + "vhlM+H": ["Withdraw ", ["0"], " for savings."], + "vhqFTT": ["Can't find a valid user address data source."], + "vutynE": ["Enable plugin"], + "w0e0yw": ["Gas limit must be at least ", ["0"]], + "w1ctdJ": ["Encrypted Post"], + "w3t1Hw": ["Powered by <0>Go+"], + "w4oOEJ": ["Mask Community $ARB Giveaway"], + "w9Xmw/": ["Google Drive"], + "wCtp6y": ["Your Wallet is on **ready 🚀**"], + "wDnczW": ["Optimize the display of search results about ENS in social media."], + "wGtbaw": ["Amount per Share"], + "wMHvYH": ["Value"], + "wNecg9": ["Multiple transaction requests ", ["0"], " / ", ["1"]], + "wNxsb2": ["Reject ", ["totalMessages"], " Transactions"], + "wThGrS": ["App Settings"], + "wUlAUI": ["<0>@", ["currentUserId"], " connected already."], + "wYA1q/": ["Auto report the scam links to MetaMask"], + "waXvJd": ["NFT is not minted yet."], + "wbDTs9": ["Request timed out"], + "wqppGn": ["Permissions List"], + "wvJOId": ["This ENS does not exist or not be resolved."], + "wxZZWc": [ + "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." + ], + "wxfXhJ": ["Scam tx"], + "x0PhCN": ["Disconnected successfully."], + "x4f8pZ": ["Tips"], + "x5LEuB": ["Followers"], + "x6rEou": [ + "<0>", + ["user"], + " claimed ", + ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], + "from <3>", + ["formattedAddress"], + "", + ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] + ], + "xBXg0L": [ + "No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk." + ], + "xC6eGY": ["Mint function"], + "xCJdfg": ["Clear"], + "xCcvjC": ["Set up NFT PFP successfully"], + "xDAtGP": ["Message"], + "xDO6ZN": ["Plugin switch"], + "xEQZ4z": ["Use text encryption"], + "xEX/9S": [ + "No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk." + ], + "xFCCR4": ["Please enter the correct mnemonic words, private key, or upload the correct keystore file."], + "xGVfLh": ["Continue"], + "xH6cn+": ["Choose Token"], + "xIxVmH": ["Unlock ", ["0"], " NFT contract."], + "xPSvu3": ["<0>", ["websiteCount"], " ", ["0", "plural", { "one": ["Website"], "other": ["Websites"] }]], + "xTQLHC": [ + "I just purchased a beautiful piece of art from {0} collection for ", + ["1"], + " ", + ["2"], + ". Install @masknetwork to get yours." + ], + "xeiujy": ["Text"], + "xjhtsV": ["Chain"], + "xoKE3v": ["Disable Permit"], + "xuKB2x": [["0"], " deposited."], + "xupcu9": ["Speed Up"], + "y/+ReV": ["No any collectible is available for preview. Please add your collectible here."], + "y/kxxM": ["Priority fee"], + "y2i17G": ["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."], + "y3juHh": [ + "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." + ], + "y3qyKP": ["NFT Lucky Drop created."], + "y49awp": ["Set NFT Photo"], + "y5aRAa": ["Please enter cloud backup password to download file."], + "y62Dys": ["Network fee"], + "y6VCOb": [["0"], " Mins"], + "y6sq5j": ["Following"], + "yC/GKd": [ + "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." + ], + "yD15Uj": ["Are you sure to remove this wallet?"], + "yDUr0V": ["Lucky Drop refunded."], + "yFpcbN": ["This request may be a phishing attach. I understand this and want to continue."], + "yFrxQj": ["Mnemonic word"], + "yGyJ1l": [ + "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." + ], + "yHrAv+": ["Claim Lucky Drop with ", ["0"], " claimed."], + "yKu/3Y": ["Restore"], + "yNBZ3N": ["Enter gas limit"], + "yNu9vD": ["The wallet address already exists."], + "yQE2r9": ["Loading"], + "yQqkIK": ["24H Average Price"], + "yRuvmU": ["The mnemonic words has been copied, please keep it in a safe place."], + "yTZe+y": ["Snapshot"], + "yVnV6H": ["Please write down or copy these words and save them in a secure place."], + "yVzBCJ": ["NFT Lucky Drop claimed."], + "yZhedI": ["Gas fee settings"], + "yb/fjw": ["Approval"], + "ybuu1v": ["Oops, we can't find any results."], + "ygW4tI": ["Please connect your persona"], + "yik0Qu": ["Private Key"], + "ykiu3o": ["NFT Details"], + "ylUhBz": ["Click to retry"], + "ylXk9u": ["Encrypt the message in an image"], + "yqc6uX": [ + "This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing." + ], + "ywDBfs": ["Something went wrong!"], + "yx/fMc": ["High"], + "yz7wBu": ["Close"], + "yzF66j": ["Link"], + "z+H8bd": ["Your wallet does not meet the eligibility criteria for claiming."], + "z/3+av": ["License:"], + "z1i6et": ["Failed to ", ["0"], " NFT contract."], + "z27gFg": [ + "If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it." + ], + "z7Fh2l": ["Base fee required: ", ["MIN_BASE_FEE"], " Gwei"], + "z9HeHt": ["Create a Privy Wallet"], + "zBPjcC": ["Revoke the approval for token"], + "zBUJYA": ["The approval for this contract will be revoked in case of the amount is 0."], + "zBftr8": ["Claim NFT Lucky Drop"], + "zEZe86": [ + "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." + ], + "zGTAja": [["claimed"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], + "zJlXbX": ["NFT"], + "zPar3e": ["Collectible"], + "zX9KdB": ["No following friends."], + "zXagFp": ["Copy Address"], + "zZk9Yz": ["Purchase"], + "zga9sT": ["OK"], + "zgqgNP": ["Purchasing...."], + "zkEW09": [ + "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" + ], + "znqB4T": ["Insufficient balance"], + "zp7Ha3": ["Backup Failed"], + "zwBp5t": ["Private"], + "zxrGeO": ["Gas limit must be bigger than ", ["minGas"], "."], + "zzDlyQ": ["Success"] + } +} diff --git a/packages/shared-base-ui/src/locale/zh-TW.po b/packages/shared-base-ui/src/locale/zh-TW.po index 6584f28d099f..977c0a60f9bd 100644 --- a/packages/shared-base-ui/src/locale/zh-TW.po +++ b/packages/shared-base-ui/src/locale/zh-TW.po @@ -204,12 +204,7 @@ msgid "{0} Platform costs" msgstr "" #. placeholder {0}: fromNetwork?.name || '' -#. placeholder {0}: fromNetwork?.name||"" #. placeholder {0}: toNetwork?.name || '' -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/TradingRoute.tsx msgid "{0} Pool" @@ -253,9 +248,6 @@ msgid "{0} withdrawn." msgstr "" #. placeholder {0}: mins.replace(/\.?0+$/u, '') -#. placeholder {0}: mins.replace(/\.?0+$/u,"") -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/helpers/formatTime.ts msgid "{0}m" msgstr "" @@ -297,7 +289,6 @@ msgstr "" msgid "{context, select, mint {<0>{to} minted <1>{value} {symbol}} send {<2>{from} sent <3>{asset} to <4>{to}} claim {<5>{to} claimed from <6>{from}} burn {<7>{from} burned <8>{value} {symbol}} deposit {<9>{from} deposited on <10>{exchange}} withdraw {<11>{from} withdrew on <12>{exchange}} other {}}" msgstr "" -#: build/bundled/201.js #: packages/mask/dashboard/pages/SetupPersona/Onboarding/index.tsx msgid "{count, plural, one {You have recovered **# Wallet 🚀**} other {You have recovered **# Wallets 🚀**}}" msgstr "" @@ -307,8 +298,6 @@ msgstr "" msgid "{gasOptionType, select, slow {Slow} normal {Average} fast {Fast} custom {Custom} other {}}" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx msgid "{mins}min" msgstr "" @@ -317,14 +306,10 @@ msgstr "" msgid "{riskyFactors, plural, one {# Risky item} other {# Risky items}}" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/helpers/formatTime.ts msgid "{seconds}s" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx msgid "{seconds}sec" msgstr "" @@ -581,7 +566,6 @@ msgstr "" msgid "<0>USD Value<1>${0}" msgstr "" -#: build/bundled/168.js #: packages/mask/content-script/site-adaptors/twitter.com/customization/i18n.ts msgid "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {encrypted} to send your first encrypted tweet." msgstr "" @@ -996,7 +980,6 @@ msgstr "" msgid "Author" msgstr "" -#: build/bundled/51.js #: packages/mask/dashboard/components/GoogleDriveLogin.tsx msgid "Authorization Failed" msgstr "" @@ -1155,11 +1138,6 @@ msgstr "" msgid "Be careful what you visit and sign!" msgstr "" -#: build/bundled/101.js -#: build/bundled/101.js -#: build/bundled/101.js -#: build/bundled/101.js -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/components/MessageInput.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/NftRedPacketRecord.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/PreviewNftRedPacket.tsx @@ -1192,10 +1170,6 @@ msgstr "" msgid "Blocto only supports the Flow chain." msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx @@ -1214,8 +1188,6 @@ msgstr "" msgid "Bridge anyway" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx msgid "Bridge between this token pair are't supported at the moment." msgstr "" @@ -1462,7 +1434,6 @@ msgstr "" msgid "Choose Token" msgstr "" -#: build/bundled/212.js #: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx msgid "Chrome - external extension" msgstr "" @@ -1698,8 +1669,6 @@ msgstr "" msgid "Confirm" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx @@ -1715,8 +1684,6 @@ msgstr "" msgid "Confirm Payment Password" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/Confirm.tsx @@ -1956,7 +1923,6 @@ msgstr "" msgid "Contract Interaction" msgstr "" -#: build/bundled/120.js #: packages/plugins/GoPlusSecurity/src/SiteAdaptor/CheckSecurityDialog.tsx msgid "Contract Not Found" msgstr "" @@ -2079,7 +2045,6 @@ msgstr "" msgid "Create Smart Pay wallet" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx @@ -2640,10 +2605,6 @@ msgstr "" msgid "Enter an amount" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts msgid "Enter an Amount" @@ -2715,10 +2676,6 @@ msgstr "" msgid "Exceeded the maximum file size of {fileSize}." msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/index.tsx @@ -2773,7 +2730,6 @@ msgstr "" msgid "Failed to add the wallet, please try again." msgstr "" -#: build/bundled/51.js #: packages/mask/dashboard/components/GoogleDriveLogin.tsx msgid "Failed to authorize Google Drive. Please try again." msgstr "" @@ -2795,7 +2751,6 @@ msgstr "" msgid "Failed to create Lucky Drop." msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/views/CustomCover.tsx msgid "Failed to create theme." msgstr "" @@ -2830,13 +2785,10 @@ msgstr "" msgid "Failed to download image" msgstr "" -#: build/bundled/198.js #: packages/mask/dashboard/pages/SetupPersona/Welcome/index.tsx msgid "Failed to get permissions" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts msgid "Failed to get quote information" msgstr "" @@ -2933,8 +2885,6 @@ msgstr "" msgid "Fast" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx msgid "Fastest" msgstr "" @@ -3303,11 +3253,11 @@ msgid "" msgstr "" #: build/bundled/101.js -msgid "" -"Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" -"\n" -"🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." -msgstr "" +#~ msgid "" +#~ "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n" +#~ "\n" +#~ "🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." +#~ msgstr "" #. placeholder {0}: promote.amount #. placeholder {1}: promote.symbol @@ -3370,8 +3320,6 @@ msgstr "" msgid "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/RouterDialog.tsx @@ -3637,10 +3585,6 @@ msgstr "" msgid "Insufficient {0} Balance" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts msgid "Insufficient {symbol} Balance" @@ -3656,7 +3600,6 @@ msgstr "" msgid "Insufficient balance" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/RedPacket/OperationFooter.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx @@ -3665,7 +3608,6 @@ msgstr "" msgid "Insufficient Balance" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedPacket/OperationFooter.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx @@ -3999,8 +3941,6 @@ msgstr "" msgid "MAX" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeQuoteRoute.tsx msgid "Max amount" msgstr "" @@ -4160,10 +4100,6 @@ msgstr "" msgid "Minted:" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useSwappable.ts msgid "Missing dex contract address" @@ -4221,7 +4157,6 @@ msgstr "" msgid "Name" msgstr "" -#: build/entry/popups.js #: packages/mask/popups/components/TokenPicker/index.tsx #: packages/shared/src/UI/components/FungibleTokenList/index.tsx msgid "Name or Contract address e.g. USDC or 0x234..." @@ -4261,8 +4196,6 @@ msgstr "" msgid "Network error, try again: {0}" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/BridgeConfirm.tsx @@ -4532,8 +4465,6 @@ msgstr "" msgid "No proxy" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx msgid "No recent transactions" msgstr "" @@ -4951,7 +4882,6 @@ msgstr "" msgid "Please enter the correct mnemonic words, private key, or upload the correct keystore file." msgstr "" -#: build/bundled/120.js #: packages/plugins/GoPlusSecurity/src/SiteAdaptor/components/SearchBox.tsx msgid "Please enter token contract address." msgstr "" @@ -5199,10 +5129,6 @@ msgstr "" msgid "Quote route" msgstr "" -#: build/bundled/109.js -#: build/bundled/109.js -#: build/entry/popups.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx @@ -5361,8 +5287,6 @@ msgstr "" msgid "Request Source" msgstr "" -#: build/bundled/111.js -#: build/bundled/111.js #: packages/plugins/RSS3/src/SiteAdaptor/FinanceFeeds/useFinanceFeeds.ts #: packages/plugins/RSS3/src/SiteAdaptor/SocialFeeds/useSocialFeeds.ts msgid "Request timed out" @@ -5514,7 +5438,6 @@ msgstr "" msgid "Scam tx" msgstr "" -#: build/bundled/143.js #: packages/plugins/ScamWarning/src/SiteAdaptor/components/WarningCard.tsx msgid "Scam Warning" msgstr "" @@ -5567,7 +5490,6 @@ msgstr "" msgid "Select a token" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/SolanaRedpacketDialog/CreateRedpacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateNftRedPacket.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/views/CreateTokenRedPacket.tsx @@ -5612,8 +5534,6 @@ msgstr "" msgid "Select liquidity" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx msgid "Select Liquidity" @@ -5832,8 +5752,6 @@ msgstr "" msgid "Skip" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/views/Trade/Quote.tsx @@ -6023,8 +5941,6 @@ msgstr "" msgid "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/mask/popups/pages/Wallet/components/ActionGroup/index.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx @@ -6064,8 +5980,6 @@ msgstr "" msgid "Swapping" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/contexts/TradeProvider.tsx msgid "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." msgstr "" @@ -6182,15 +6096,10 @@ msgstr "" msgid "The current wallet does not hold a lens and cannot follow/unfollow" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/NetworkFee/index.tsx msgid "The custom amount entered may be higher than the required network fee." msgstr "" -#: build/bundled/176.js -#: build/bundled/51.js -#: build/bundled/91.js #: packages/mask/dashboard/utils/api.ts msgid "The download link is expired" msgstr "" @@ -6393,7 +6302,6 @@ msgstr "" msgid "This network name already exists" msgstr "" -#: build/bundled/101.js #: packages/plugins/RedPacket/src/SiteAdaptor/views/SelectCollectibles.tsx msgid "This NFT contract cannot be modified now." msgstr "" @@ -6478,8 +6386,8 @@ msgid "This tweet is encrypted with #mask_io (@masknetwork). 📪🔑" msgstr "" #: build/bundled/168.js -msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" -msgstr "" +#~ msgid "This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑" +#~ msgstr "" #: packages/plugins/NextID/src/components/BindPanelUI.tsx msgid "This wallet address has already been connected." @@ -6571,7 +6479,6 @@ msgstr "" msgid "Token ID" msgstr "" -#: build/bundled/67.js #: packages/shared/src/UI/components/AssetsManagement/CollectionHeader.tsx msgid "Token ID separated by comma, e.g. 1223,1224," msgstr "" @@ -6651,8 +6558,6 @@ msgstr "" msgid "Trading route" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/Trader/src/SiteAdaptor/trader/ExchangeDialog.tsx msgid "Trading Route" @@ -6672,8 +6577,6 @@ msgstr "" msgid "Transaction cost" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/mask/popups/pages/Trader/Header.tsx #: packages/plugins/RSS3/src/SiteAdaptor/modals/DetailsModal/TxDetails.tsx #: packages/plugins/RSS3/src/SiteAdaptor/modals/FinanceFeedDetailsModal/TxDetails.tsx @@ -6701,8 +6604,6 @@ msgstr "" msgid "Transaction Hash" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/views/History.tsx msgid "Transaction history is only stored locally and will be deleted if you clear your browser data." msgstr "" @@ -6764,8 +6665,6 @@ msgstr "" msgid "Try to recover" msgstr "" -#: build/bundled/109.js -#: build/entry/popups.js #: packages/plugins/Trader/src/SiteAdaptor/trader/hooks/useBridgable.ts msgid "Try token from different chains" msgstr "" @@ -6809,10 +6708,6 @@ msgstr "" msgid "Unlikely to be a honeypot." msgstr "" -#: build/bundled/101.js -#: build/bundled/102.js -#: build/bundled/178.js -#: build/bundled/191.js #: packages/shared/src/UI/components/UploadDropArea/index.tsx msgid "unlimited" msgstr "" @@ -7011,7 +6906,6 @@ msgstr "" msgid "Version" msgstr "" -#: build/bundled/101.js #: packages/plugins/Gitcoin/src/SiteAdaptor/PreviewCard.tsx #: packages/plugins/NextID/src/SiteAdaptor/VerificationPayload.tsx #: packages/plugins/RedPacket/src/SiteAdaptor/components/RedPacketActionButton.tsx @@ -7199,7 +7093,6 @@ msgstr "" msgid "Web3 Profile Card" msgstr "" -#: build/bundled/212.js #: packages/mask/popups/pages/Settings/index.tsx #: packages/mask/popups/pages/Wallet/components/OriginCard/index.tsx #: packages/shared/src/UI/components/CoinMetadataTable/index.tsx @@ -7244,7 +7137,6 @@ msgstr "" msgid "Who can claim?" msgstr "" -#: build/bundled/100.js #: packages/plugins/Snapshot/src/SiteAdaptor/VotingDialog.tsx msgid "Why I can't vote?" msgstr "" From 57c11c5270c297fc7e5bee318109ada7576583f1 Mon Sep 17 00:00:00 2001 From: Jack Works <5390719+Jack-Works@users.noreply.github.com> Date: Thu, 30 Oct 2025 19:04:35 +0800 Subject: [PATCH 3/3] fix --- .prettierignore | 2 +- package.json | 2 +- packages/shared-base-ui/src/locale/en-US.json | 2186 +---------------- packages/shared-base-ui/src/locale/ja-JP.json | 2186 +---------------- packages/shared-base-ui/src/locale/ko-KR.json | 2186 +---------------- packages/shared-base-ui/src/locale/zh-CN.json | 2186 +---------------- packages/shared-base-ui/src/locale/zh-TW.json | 2186 +---------------- 7 files changed, 7 insertions(+), 10927 deletions(-) diff --git a/.prettierignore b/.prettierignore index 8bdb2ad92663..d9fa784fa8fc 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,7 +1,7 @@ # https://github.com/prettier/prettier/issues/17784 packages/theme/src/UIHelper/makeStyles.ts -locale/*.json +**/locale/*.json .github/ .husky/ diff --git a/package.json b/package.json index e77273066548..aa8c9d1e4e24 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ { "path": "./packages/shared-base-ui/src/locale/{locale}", "include": [""], - "exclude": ["**/node_modules/**", "**/*.d.ts", "**/dist/**"] + "exclude": ["**/node_modules/**", "**/*.d.ts", "**/dist/**", "**/build/**"] } ] } diff --git a/packages/shared-base-ui/src/locale/en-US.json b/packages/shared-base-ui/src/locale/en-US.json index 12bb7de2d0f3..38a0be7383ea 100644 --- a/packages/shared-base-ui/src/locale/en-US.json +++ b/packages/shared-base-ui/src/locale/en-US.json @@ -1,2185 +1 @@ -{ - "messages": { - "++B0oY": ["This function has been turned off in the App settings. Enable plugins to fully access."], - "+01Ill": ["Change to Solana Wallet"], - "+5hgHR": ["Are your sure you want to disconnect? You may lose part of functionalities of this website."], - "+95jK3": ["Gas limit too low will cause the transaction to fail."], - "+A4TPN": [["0"], " NFT contract"], - "+CzAt9": ["Previous unfollow transaction is in processing, please wait and try again."], - "+IEBAO": ["Approve amount"], - "+K0AvT": ["Disconnect"], - "+POswt": ["Sell Tax: ", ["0"]], - "+Qcnh5": ["Please select the appropriate method to restore your personal data."], - "+W8dUJ": ["Tap to view the private key <0/> Make sure no one is looking at your screen"], - "+XyQiK": ["Agree"], - "+Zuhm7": ["Support Identity code, private key, local backups or cloud backups to access your personal data."], - "+adBn3": ["Chrome - external extension"], - "+b7T3G": ["Updated"], - "+fTqvl": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - "" - ], - "+hwfjv": ["Please select the wallet to activate the function after saving the settings."], - "+m7PfT": ["Deleted successfully"], - "+m7x4e": ["Backup Successful"], - "+q+Wa9": ["Swap anyway"], - "+uISZO": ["Incorrect Password"], - "+ubcPw": ["No power"], - "+xKN8I": [ - "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." - ], - "/2nH6X": ["Make another Bridge"], - "/7tku+": ["Try"], - "/BI0y9": ["Refunded"], - "/Dk+nX": ["More on ", ["0"]], - "/I3RSJ": ["Report Spam"], - "/JOEaC": ["Deploy Smarty Pay wallet"], - "/KseE7": ["Delete File"], - "/LkuGq": ["Restore from a previous database backup"], - "/OPmPQ": ["Verify ", ["0"]], - "/Swcdo": ["Failed to swap"], - "/WfDJy": [ - "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." - ], - "/capO6": ["Failed to deposit ", ["0"], "."], - "/eguJc": ["Uploading"], - "/fo6Dv": ["Gas Limit (Units)"], - "/giXwU": ["Medium Risk"], - "/hKQcr": [["seconds"], "s"], - "/jQctM": ["To"], - "/nT6AE": ["New password"], - "/riTT2": ["Pinned successfully."], - "/uEw9z": ["Your X account authorization has timed out. Please try again."], - "/vtDGO": [["0"], " is connected to these sites, they can view your account address."], - "/xrk7I": ["FAQ&Tutorial"], - "/y/pZ3": ["Select a Token"], - "0+3dvg": ["This NFT didn't have any offers."], - "0/eoR6": ["Revoking"], - "00b9QG": ["Set Your Payment Password"], - "01DWy7": ["Click the settings icon to list it on the App board."], - "04MqGo": ["Post content:"], - "09vHB+": ["Failed to decrypt."], - "0C6WdO": ["Upload backup"], - "0D4bav": ["Name or Contract address e.g. USDC or 0x234..."], - "0F4ogS": ["Payment Password should be between 6 and 20 characters."], - "0HnKBn": ["Hide mnemonic words"], - "0Lp4o6": ["Load failed"], - "0M//Nn": ["The Persona is connected to the following accounts: ", ["list"]], - "0ZC72+": ["Connected successfully."], - "0bKGbK": ["No past rounds found."], - "0caMy7": ["History"], - "0dFHbr": ["Confirm swap risk"], - "0fljZe": ["Trading Route"], - "0hFUd/": [ - "You must give the ", - ["0"], - " smart contract permission to use your ", - ["1"], - ". You only have to do this once per token." - ], - "0jddIP": [["0"], " members"], - "0lBTmP": ["You need to hold any of the following tokens."], - "0oFu/K": ["No Lucky Drops claimed"], - "0oMKRL": ["Delete Contact"], - "0tdB+o": ["Enable the ", ["name"], " Wallet extension and disable other wallet extensions"], - "0wJVK+": ["Basic"], - "0wdd7X": ["Join"], - "0wzWAN": ["Why I can't vote?"], - "0xXDLS": ["View your profile in firefly"], - "0yPSCj": ["High Risk"], - "0yf3iU": ["Wallet sign cancelled."], - "1+6BOG": ["Download Backup"], - "1+P9RR": ["Switch to ", ["0"]], - "11kmCI": ["We are not aware of any code that prevents the sale of tokens."], - "199DuV": ["Display specific information of Gitcoin projects, donate to a project directly on social media."], - "1DwbcE": ["Loading...."], - "1EOhmY": ["Rank #", ["0"]], - "1LkMSp": ["Add Suggested Token"], - "1M8xFP": [ - "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." - ], - "1QJyuR": ["At most ", ["RED_PACKET_MAX_SHARES"], " recipients"], - "1QfxQT": ["Dismiss"], - "1R2W/B": [ - "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " - ], - "1TNIig": ["Open"], - "1TaavV": [ - "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." - ], - "1Uqt6P": ["Disconnect Wallet?"], - "1Wbxhe": ["This profile can not be followed: ", ["0"]], - "1Z++2X": ["The Persona is not connected to any accounts."], - "1agbuA": ["Functions that can suspend trading"], - "1bTY60": ["Token Value"], - "1kE7ob": ["Network saved"], - "1mjyN6": ["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."], - "1nMGEs": ["Personas"], - "1njn7W": ["Light"], - "1on6yK": ["How to use ", ["0"], " Wallet?"], - "1rsf+c": [ - "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." - ], - "1xwmzN": ["Switch to other accounts"], - "2/N/mr": ["Connect with ", ["providerName"]], - "22QmCQ": [ - "The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." - ], - "28ABhV": ["Connect EVM Wallet"], - "29b5Sq": ["Blocto only supports the Flow chain."], - "2CMLgZ": ["Token ID separated by comma, e.g. 1223,1224,"], - "2FYpfJ": ["More"], - "2GHENQ": ["Web3 Profile"], - "2J5wRx": ["Failed to get quote information"], - "2Lr4ie": ["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."], - "2MPu+c": ["Priority Fee (GWEI)"], - "2XVeKu": ["Airdrop Scam"], - "2Xze/r": ["Block Explorer URL"], - "2jQko7": ["Associated Accounts"], - "2kXxch": ["Sorry, signature failed! Please try signing again."], - "2p7WMm": ["Give permission to access <0/> your ", ["0"], "?"], - "2saF1j": ["Tax can be modified"], - "2wxgft": ["Rename"], - "3/0KF0": ["Create a Firefly.social wallet using an X account"], - "34UMci": ["Wallet Settings"], - "38C83c": ["Recovery Phrase"], - "39ohdf": ["Activities"], - "3A/gtD": ["Invalid RPC URL."], - "3A/mG4": ["Change Wallet"], - "3AP6p1": ["Public Key: <0>", ["publicKey"], ""], - "3B4jmY": ["Data correlation"], - "3CR0qY": ["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."], - "3J+S3n": ["Search Next.ID, X, Lens, ENS or Address"], - "3OhjJ4": ["Powered by <0>Mask Network<1><2/>"], - "3Q5eQl": ["Please click the \"Post\" button to open the compose dialog."], - "3Q8dPe": [ - "The website (", - ["messageOrigin"], - ") is asking you to sign in to another domain (", - ["0"], - "). This may be a phishing attack." - ], - "3SiDD1": [ - "<0>", - ["user"], - " burned <1>", - ["1", "select", { "nft": ["an NFT"], "name": [["0"]], "other": [] }], - "" - ], - "3ThLdM": ["Report on GitHub"], - "3WZ1WL": ["Please enter backup password to export persona private key."], - "3YDnov": ["Token now is hidden."], - "3ZgRKI": [ - [ - "type", - "select", - { - "post": ["<0>", ["user"], " publish a post on ", ["platform"]], - "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], - "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], - "share": ["<3>", ["user"], " shared a post on ", ["platform"]], - "other": [] - } - ] - ], - "3awOET": ["Rank"], - "3bGj61": ["Claim on Firefly"], - "3cAxpB": [ - "There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price." - ], - "3cw8FQ": [ - "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." - ], - "3dAaqV": [ - "📃📃📃 Try to permanently use decentralized file storage on ", - ["sns"], - ". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." - ], - "3fpIq1": ["to ", ["0"]], - "3iUAE7": ["Backup to Google Drive"], - "3kbpgO": ["Gas Limit"], - "3lUGN0": ["Switch Persona"], - "3pqzUK": ["Contact added."], - "3qe4O9": ["Max Fee"], - "3uBJPr": ["File delete"], - "3uQmjD": ["Average"], - "3ublvs": ["Try token from different chains"], - "3yLqgI": ["Name or contract address eg. PUNK or 0x234..."], - "4+VnE8": ["ENS"], - "42yL2J": [ - "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ", - ["encrypted"] - ], - "43g2kf": ["Only visible to yourself"], - "44bNbA": ["Select an NFT Contract"], - "4DIYdt": ["No associated wallet. <0>Add Wallet."], - "4EN5JL": ["Your Persona has been successfully created."], - "4FvVUv": ["Reset Wallet"], - "4GBOoi": ["Failed to create theme."], - "4Gz2wC": ["Failed to upload file"], - "4HavhE": ["Powered by <0>Mask Network"], - "4HtGBb": ["MAX"], - "4JCJIV": ["What is Web3 File Service?"], - "4coHVU": ["Lens Unfollow"], - "4lm4o+": ["Solana"], - "4na5mr": ["This message contains a invalid EIP-4361 message. It is better to reject this request."], - "4ojMOt": ["Please enter your backup password."], - "4pSxwB": ["Go"], - "4zgT9K": ["Connect Mask Network Account using your wallet."], - "50QwC8": ["value"], - "51TkMy": ["Claiming will be live until: <0> ", ["days"], " d ", ["0"], " h ", ["1"], " m"], - "51cT/A": ["The minimum amount for each share is ", ["0"], " ", ["1"]], - "51rAFB": ["Please copy the following text and image (if there is one) and publish it."], - "52nzPV": [ - "Data source is retrieved from ", - ["0", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "other": [] }], - "." - ], - "55/jcy": [ - "Hi friends, I just withdrew my deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "5Dz44N": ["Set Payment Password"], - "5E57TU": ["Max priority fee is too low for network conditions"], - "5G0lxx": ["Powered by <0>Scamsniffer"], - "5H/4VW": ["Create a Firefly.social wallet"], - "5HVoyc": ["Transaction Details"], - "5Jczad": ["I just claimed a lucky drop from @", ["0"], " on ", ["1"], " network."], - "5N3b5J": ["Market Cap"], - "5O5enn": ["Enter Payment Password"], - "5QfZ6O": ["Contract source code verified"], - "5YfW3S": ["Add an encrypted comment..."], - "5ZzgbQ": ["Connect ", ["0"]], - "5e22kj": ["Email verification code"], - "5hFImX": ["Deploy Contract"], - "5i1JPS": ["Never share 12-word secret mnemonic with anyone!"], - "5iHe/7": ["Network error, try again"], - "5o2pdQ": ["Create Persona"], - "5s6EhU": [ - [ - "count", - "plural", - { - "one": ["You have recovered **", "#", " Wallet 🚀**"], - "other": ["You have recovered **", "#", " Wallets 🚀**"] - } - ] - ], - "5sIdhw": ["Share with"], - "5uFQ9j": ["Please create a persona and verify your account to use this."], - "623chP": ["Infos"], - "66J/I3": ["Transaction Fee"], - "678PKt": ["Network Name"], - "68FuwU": ["URLs require the appropriate HTTPS prefix."], - "68m9Nl": ["Add new address to an existing group"], - "6B+2/d": ["Stay on top of NFT trending information, hot projects, notable transactions, etc."], - "6DvbLh": ["Please install your metamask wallet and set up your first wallet."], - "6HT670": ["Function: ", ["0"]], - "6IHgRq": ["Backup to the Cloud"], - "6IvSyW": ["Token Standard"], - "6RDwJM": ["Tokens"], - "6U+PWG": ["Total NFTs"], - "6Uau97": ["Skip"], - "6V3Ea3": ["Copied"], - "6VJnE7": ["Note: Scams detections might not be 100% guaranteed."], - "6YASel": ["Invalid Network"], - "6YtxFj": ["Name"], - "6ZZ+4S": ["Load Network"], - "6foA8n": ["Are you sure?"], - "6gRgw8": ["Retry"], - "6k8iqO": [["0"], " ", ["1"], " bridge completed successfully."], - "6knJVf": ["This NFT contract cannot be modified now."], - "6s8L6f": ["Switch Network"], - "6sbLuF": ["Current results"], - "6ulv1U": ["Contract Owner"], - "6vVuTX": [ - "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "7+2e01": ["Network removed."], - "70wH1Q": ["APR"], - "76Ml+j": [["0"], " NFT Lucky Drop created."], - "76gPWk": ["Got it"], - "78Kj7O": [["0"], " NFT transferred."], - "7Ae1jc": ["True Token"], - "7Bj3x9": ["Failed"], - "7PPwVf": [ - "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." - ], - "7PgtYC": ["Set NFT Avatar"], - "7QptC5": ["Auto-lock Time"], - "7R2WG+": ["Decrypted by Mask Network"], - "7VpPHA": ["Confirm"], - "7c99ux": ["Contract Deployment ", ["0"]], - "7cg5cq": ["unique contributors"], - "7eFA2G": ["Failed to revoke token contract."], - "7hZyUn": ["Processing Deposit"], - "7k2lei": [ - "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." - ], - "7lnlzl": ["Claimed ", ["amount"], " $", ["0"], " successfully."], - "7qUM2b": ["Open Mask Wallet"], - "7s5tLo": ["Allow this site to switch the network?"], - "7w1rTm": ["The download link is expired"], - "7yziEn": ["This request has been expired."], - "8+xvyR": ["Blockchain"], - "82+n6o": ["Quote Route"], - "869iq0": ["Transferring asset across to the ", ["0"], " network via the ", ["1"], "cross-chain bridge"], - "87Poy7": [["0"], " ", ["1"], " NFT contract."], - "88+Eku": ["Provide you with fast, reliable and convenient security services."], - "89kDhv": ["NFT collection"], - "8BsgdX": ["Failed to get permissions"], - "8C8O9E": ["Provided by plugin \"", ["0"], "\""], - "8Dh77Z": ["NFTs"], - "8IN0ph": ["No more data available."], - "8J7y6E": ["Deposit ", ["0"], " for savings."], - "8Kly2P": [ - "Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token." - ], - "8MJFvR": [["0"], " Risky factor"], - "8N1Wbf": ["This token has no risky or attention factors."], - "8RF/Sx": ["Added successfully"], - "8S5o5V": ["Share and recommend this feature after saving."], - "8TMaZI": ["Timestamp"], - "8Tg/JR": ["Custom"], - "8WLjqx": ["Never share the 12-word secret mnemonic words with anyone!"], - "8ZsakT": ["Password"], - "8bgRf6": ["Can not follow: ", ["0"]], - "8djViz": ["Step ", ["step"], "/", ["step"]], - "8glx+u": ["Token ID"], - "8rElAH": ["Image copied!"], - "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], - "9+VwX/": ["Add Collectibles"], - "9KKhJV": ["Signing ..."], - "9VcshJ": ["Enable auto paste"], - "9Y1kXO": ["Payment password stored locally and you could try as many as you want to unlock your wallet."], - "9bG48P": ["Sending"], - "9cDpsw": ["Permissions"], - "9cSIbb": ["Click on <0/> at the top-right of your browser."], - "9d/Qe4": ["Service Agreement"], - "9hg9mc": ["Downloading"], - "9hzYBR": ["Failed to download and merge the backup: ", ["0"]], - "9jba96": ["Only TypedMessageText is supported currently."], - "9kIgHE": [ - "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." - ], - "9lqqpY": ["Invalid email address."], - "9oP21f": ["My vote"], - "9oq2rm": ["Functions with retrievable ownership"], - "9q+I38": ["Your voting power"], - "9r9nwF": ["Identical"], - "9sjcnZ": ["Disconnected."], - "9tG0uf": ["Please verify your social account"], - "9uYu7e": ["You haven't uploaded any files yet."], - "9w2hgY": ["Paste manually"], - "9xaUMG": ["General user"], - "A+Ijr2": ["Close [Check Security]?"], - "A0VzMm": ["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."], - "A1bmDM": ["No verified account found here."], - "A1taO8": ["Search"], - "A3Ndml": [ - "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." - ], - "A4vJQr": ["Set your NFT as profile picture with exclusive aura."], - "A6JChW": ["The transaction was complete and has been recorded on blockchain at ", ["0"]], - "A9tojF": ["Incorrect password"], - "AElxM7": ["Transfer ", ["0"], " NFT."], - "AJNYYr": ["Refund Lucky drop"], - "AKLbfQ": ["Restore Database"], - "AMJWWT": ["Likely in < ", ["estimateSecond"], " seconds"], - "ANYjcp": [["shareWithNum", "plural", { "one": ["1 friend"], "other": ["#", " friends"] }]], - "ANk/Zy": ["Incorrect Backup Password"], - "AOPSKq": ["Deposit ", ["0"]], - "ASNDad": ["Hide ", ["name"]], - "AV+9wg": ["Re-enter"], - "Ah4d0u": ["Security Detection"], - "AjVXBS": ["Calendar"], - "Ap948/": ["Listed"], - "Appw6V": ["No NFTs found."], - "Aq+O0x": ["status"], - "AuXfDa": [ - "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." - ], - "AuvDq6": ["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"], - "AwQpq/": ["Click on the down-arrow to see the private key."], - "AxPAXW": ["No results found"], - "AxdOHo": ["Pair"], - "Axp2cZ": ["24 Hour Trading Vol"], - "AyLiVq": ["Scan QR code to receive payment"], - "B1T4nn": ["Confirm the Lucky Drop"], - "B6C0XJ": ["No Data"], - "B8B8TU": ["Verified by ", ["0"]], - "BAvIGC": ["Withdraw token"], - "BFhvNB": [["0"], " ", ["1"], " NFT contract successfully."], - "BMCVM3": ["Wallet Sign"], - "BQHQ9v": ["No websites connected to this wallet"], - "BQi2Kk": [["0"], " were claimed"], - "BUXiPs": ["This Chain ID is currently used by the ", ["0"], " network. "], - "BWSJkS": ["No Airdrop Scam"], - "BXixGM": ["Use Persona to encrypt and decrypt social media posts & messages."], - "Ba6uFH": ["Create your NFT Lucky Drop."], - "BaU+dx": ["Connect your social platform accounts."], - "Baj2MJ": ["Savings"], - "BaoXTT": ["<0>Powered by<1>OKX<2/>"], - "BiGQfG": ["Transaction Hash"], - "BkN2qg": ["<0>Service Agreement and <1>Privacy Policy"], - "BmN4Bk": ["Aggregator"], - "ByAMF+": ["Risk Warning"], - "ByPj1d": ["Request ID"], - "BzEFor": ["or"], - "BzfzPK": ["Items"], - "C0JhYS": ["Change Network"], - "C2/uLW": [ - "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." - ], - "C3Wgzy": ["You have claimed ", ["0"], " $ARB."], - "CCIrQ8": ["Fake Token"], - "CE+M2e": ["Info"], - "CEk7Nc": ["At least 6 characters"], - "CFPbpH": ["The new passwords don't match"], - "CJviCK": ["<0>", ["user"], " proposed"], - "CK1KXz": ["Max"], - "CMHmbm": ["Slippage"], - "CMfM6C": ["No Enough Gas Fees"], - "CP3D8G": ["Progress"], - "CT10+i": ["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."], - "CTSEx8": ["<0/> publish a post on ", ["0"]], - "CU3U3d": ["Try to recover"], - "CWsYB3": ["Welcome Back"], - "CXHRbe": ["Wallet request timed out"], - "CYRJEX": ["Owners"], - "CZSWya": ["NFTs added"], - "CZmSbe": ["Request is valid not before"], - "Cf/0to": ["Data source is retrieved from ", ["0"], "."], - "Citz6F": ["Exchange"], - "CkLMZ2": ["File delete failed"], - "CmMDVW": [ - "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." - ], - "CpciBt": ["Switch to Polygon and Follow"], - "CtByM7": ["Connect Wallet"], - "Cwxng+": ["Supported formats: JPEG, PNG<0/> Size limit: ", ["0"]], - "Cy19fm": [ - "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." - ], - "CygwLN": ["Swap completed successfully."], - "Cz6Lx7": ["Encryption Method"], - "D79cZK": ["Instant"], - "D9iWaX": ["Please check ToS document"], - "D9za/8": ["Missing dex contract address"], - "DA2uGM": ["Click the application icon to hide in the App list."], - "DAFhfT": [ - "There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." - ], - "DC3sw8": ["Two entered passwords are different."], - "DHhJ7s": ["Previous"], - "DKBbsW": ["Gas price must be greater than 0 Gwei."], - "DPfwMq": ["Done"], - "DYoO0m": ["Token quantity greater than"], - "DdUFp+": ["The transaction was confirmed at ", ["0"]], - "Dk6Non": ["Whitelist function"], - "DkHkqH": ["Recommended dimensions: 1016 × 672 px"], - "DnmyoA": ["Priority fee should be greater than 0."], - "DoQ5Lj": ["RPC URL"], - "Dpe+e3": [ - "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." - ], - "DtZDW+": [["0"], " (UTC+8)"], - "Du6bPw": ["Address"], - "DuIDTw": ["To verify your X account and record it on the NextID, please send this post for the verification."], - "Dz56Ua": ["Encrypt"], - "E399AQ": [ - "<0>", - ["user"], - " bridged <1>", - ["amount"], - " ", - ["symbol"], - " from <2>", - ["source"], - " to <3>", - ["target"], - "" - ], - "E6HGuD": ["Check out the official website"], - "E6Sqiu": ["Failed to load ", ["0"], ". Click to retry."], - "E6YUtc": ["Merge to Browser"], - "E7prOW": [ - "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." - ], - "EBC6hj": ["Local Backup"], - "EGWr+Q": ["Web3 Profile Card"], - "EJRk0x": [ - [ - "gasOptionType", - "select", - { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"], "other": [] } - ] - ], - "ELQ256": ["Make another Swap"], - "EMLHjH": ["More Details"], - "ENIvoT": ["Please set up the amount of time before we automatically lock your wallet."], - "ERYJcj": [ - "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." - ], - "EStYiZ": ["No proxy"], - "EVFPUv": ["Transfer NFT"], - "EYwKb0": ["Gas Price (GWEI)"], - "Ea4oxV": ["Follow System"], - "EbE80y": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." - ], - "EbVCxG": [ - "<0/>", - ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"], "other": [] }], - "<1/>" - ], - "Eda+dy": [ - "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ", - ["encrypted"], - " to send your first encrypted tweet." - ], - "Eefe1a": ["The input is not a single file."], - "EfAke+": ["<0>", ["user"], " voted for <1>", ["option"], " on <2>", ["platform"], ""], - "Eh4m6e": ["<0>USD Value<1>$", ["0"], ""], - "Enb3Qk": ["You claimed 1."], - "EoKe5U": ["Domain"], - "EsKgLS": ["Click here to have a quick start."], - "Ev2r9A": ["No results"], - "EwiD7E": ["Confirm Payment Password"], - "F/pYeX": ["Create NFT Lucky Drop"], - "F3bW6y": ["Platform"], - "F4Igxz": ["Quote route"], - "F7U8uz": ["Creating your **wallet**"], - "F8VT6y": ["Failed to transfer NFT."], - "F8Wc3I": ["Drag & Drop your file here"], - "FAKSZG": ["Add google Drive"], - "FC17bL": ["<0>Powered by <1>Mask Network"], - "FGceVy": ["Owner can't change balance"], - "FMQ6p2": ["You've already claimed the lucky drop"], - "FR2cx3": ["Anti_whale(Limited number of transactions)"], - "FY2gWe": ["The contract address is incorrect or the collection does not belong to you."], - "FZg3wM": ["Operation"], - "FfJy7A": ["Manage Network"], - "FgAxTj": ["Log out"], - "Fgyfqo": ["Amount Each"], - "FiKDfi": ["Failed to unlock NFT contract."], - "FiYmUY": ["No associated accounts"], - "Fim3FY": ["Download https://mask.io to try more powerful tools on Twitter."], - "Fn9Tvh": ["Volume (24h)"], - "FnQek5": [ - "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." - ], - "FnjSI+": ["Not current account. Please switch to this account to set up NFTs Profile."], - "Fs/bd5": ["Invalid Block Explorer URL."], - "FzzpXs": ["Sale ends in ", ["0"]], - "G+XYfT": ["Do you want to delete file <0>", ["0"], ""], - "G4NrhP": ["Persona created."], - "GAZNIW": ["Price Statistic"], - "GAvnvl": ["Payment Password"], - "GDe4XX": ["Please connect wallet to check if you are eligible to claim $ARB."], - "GEL05h": ["WalletConnect"], - "GExRUL": ["Backup password"], - "GHvzdC": ["No content for the last two weeks."], - "GK6Tzr": ["Persona Sign"], - "GLDuz6": ["May be a honeypot."], - "GRLMKx": ["Winners"], - "GS+Mus": ["Export"], - "GS0ldX": ["Unsupported network type"], - "GShMK6": ["Refunding"], - "GTJCth": ["The contract owner is not known to be able to modify the balance of the token of other addresses."], - "GWCG6Y": ["Copy image"], - "GWKfFr": [ - "To use Lido, you need to wait ", - ["0"], - " days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." - ], - "GWMpIa": [["0"], " Risky factors"], - "GXhrYw": ["1. If you haven't installed the ", ["name"], " Wallet"], - "GXsAby": ["Revoke"], - "GZzKYx": ["Buy Tax: ", ["0"]], - "GaH2JF": ["Suggest to send transactions and sign messages"], - "Gia1VG": ["Web3 File Service"], - "Gmmd6d": ["Verify your X ID"], - "GrTvoo": ["Transaction in progress. Thank you for your patience."], - "GtJJAj": ["Add Wallet"], - "Gw91G1": ["This request should only be sign in the future."], - "GyvZPz": ["Token ID should be separated by comma, e.g. 1223,1224,"], - "H1v3zR": ["Insufficient ", ["0"], " Balance"], - "H8rw2f": ["(the name is set by the web site)"], - "HCKlXm": ["Token Contract Address"], - "HF6C2L": ["Phone Number"], - "HFVck2": ["Lucky Drop with ", ["0"], " refunded."], - "HGTZAO": ["Step 2/2"], - "HH25qd": ["No wallet selected."], - "HIq3th": ["Cannot switch to a unknown network."], - "HKH+W+": ["Data"], - "HTX2HV": ["Minimum received"], - "HVRhUV": ["By proceeding you agree to the"], - "Hp1l6f": ["Current"], - "HpK/8d": ["Reload"], - "HqiAyF": ["Gwei"], - "HvDfH/": ["Imported"], - "HvUm3m": ["Choose and show your Web3 footprints on X."], - "I4caYo": ["Invalid verification code."], - "I5kL4f": ["Activity Log"], - "I7z//Y": ["Trading route"], - "IBAx3U": ["Kept safely"], - "IF7RiR": ["Cover"], - "IGbphl": ["Unlocking ALL..."], - "ILvrUp": ["Unlikely to be a honeypot."], - "IMX4sR": ["Blacklist function"], - "IQ3gAw": ["Upload File"], - "ITBQO3": ["Max priority fee must be greater than 0 GWEI"], - "IUG86v": ["The Persona is connected to the account @$", ["0"], "."], - "IUp08P": ["The current wallet does not hold a lens and cannot follow/unfollow"], - "IX1M/E": ["Floor price"], - "IXbRbM": ["Choose another wallet"], - "If2v4h": ["Lucky Drop"], - "IhnvgP": ["Change to EVM Wallet"], - "ImhKg5": ["Could not fetch chain ID. Is your RPC URL correct?"], - "IoAuJG": ["Sending..."], - "IrI9pg": ["End date"], - "Iu4Ja9": ["Please enter token contract address."], - "J05/Al": ["Set NFT NFT Background"], - "J0LAHU": ["Refund"], - "J0Mxpc": ["The ", ["0"], " is in progress. You can check its status in History after exiting this page."], - "J24FyN": ["Bridge"], - "J2eKUI": ["File"], - "JA8K9s": ["Unpacking"], - "JGds+N": ["Lack of number, letter or special character."], - "JGpseC": [ - ["0", "plural", { "one": ["This domain is"], "other": ["These domains are"] }], - " currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "JLiwYz": ["Mask Network requires the permission of following websites before using it."], - "JOP9uZ": ["Transaction has been rejected!"], - "JPHuMW": ["Swapping"], - "JUcj/I": ["Switch X Logo"], - "JXJlYD": ["Set Your Persona Name"], - "JbKZsv": ["Scan the QR code with a WalletConnect-compatible wallet"], - "JeHCi7": ["No function found that retrieves ownership"], - "JfI60y": ["Incorrect Payment Password."], - "Jg5pf7": ["Current base fee is ", ["0"], " Gwei"], - "JiIKww": ["Advanced Settings"], - "JlFcis": ["Send"], - "JlIzk8": ["Browser File"], - "Jnjbl3": ["You need to follow <0>@", ["twitterHandle"], ""], - "Js4Nk0": [ - [ - "0", - "select", - { - "finding_post_key": [ - "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." - ], - "finding_person_public_key": ["Mask is looking for the public key of the author..."], - "other": ["Mask is decrypting..."] - } - ] - ], - "JuVC24": ["Deposit token"], - "JwzZmt": ["to <0>", ["toAddress"], ""], - "K1tshY": ["Failed to download image"], - "K5a6t1": ["Persona already exists."], - "K7tIrx": ["Category"], - "K8jCIB": ["Data backed up successfully!"], - "KAS4UW": [["0"], " Attention factor"], - "KCeSRZ": [ - "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." - ], - "KFYFgI": ["Wallet sign failed."], - "KFwID2": ["Restore Failed"], - "KGHnSc": ["Lock Wallet"], - "KJGKkh": ["EVM Chains only"], - "KMgp2+": [["0"], " available"], - "KPUGxy": ["Random Amount"], - "KRz1oj": [ - "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." - ], - "KTfagY": ["Lucky drop with ", ["0"], " created."], - "KVAoFR": ["unlimited"], - "KVkke3": ["Set NFT PFPs"], - "KWeNH6": ["Unlocking ", ["hasSymbolName"], "..."], - "KisOjk": ["Restore or Login"], - "Kj4oEm": ["Generate a new persona"], - "Kl9gHp": ["Wallet Group #", ["0"]], - "KmQ25M": ["Max priority fee is too high for network conditions."], - "KnidLU": ["Not Connected"], - "Ko4L/B": ["The receiving address is a contract address. Please check again."], - "KojyJ4": ["Wrong Network"], - "Koz2Rg": [["0", "plural", { "one": ["Action"], "other": ["Actions"] }]], - "KtMMzG": ["Wallet disconnected"], - "KwJJLb": ["<0>Powered by <1>", ["0"], ""], - "Ky09J8": ["Previous follow transaction is in processing, please wait and try again."], - "KziH2K": ["Fast"], - "Kzu9r9": ["24H Traded Volume"], - "L+bpwv": ["Please set up backup password to export private key."], - "L4vN0F": ["EVM"], - "L82H5Z": ["Creating your **identity**"], - "L87Mfu": ["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."], - "L96aan": ["View full transaction details"], - "LBtfmO": ["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."], - "LJkXYZ": ["Create New Mask Identity"], - "LLf+t1": ["No deposit protocols found."], - "LNItR6": ["You have set NFT PFP successfully."], - "LP+1Z7": ["Add Network"], - "LSwUJb": ["Select Liquidity"], - "LU3p9s": [ - "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." - ], - "LWJCIn": ["Connected sites"], - "La9ArN": ["<0>Powered by ", ["publisherNode"]], - "LcET2C": ["Privacy Policy"], - "LcZh+r": ["Unsupported data backup"], - "LhMjLm": ["Time"], - "Lho4Qd": ["DSearch"], - "LiE5z4": ["Max base fee should be greater than 0"], - "LigbuA": [ - "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." - ], - "LkYKvc": ["Please select the correct words in the correct order."], - "LqWHk1": ["Hide ", ["0"]], - "Lx4CpL": ["Wallet name must between 3 to 18 characters."], - "Lz7CzN": ["No mint function"], - "Lzo8mb": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - "<2><3>", - ["tokenSymbol"], - "" - ], - "M0FgOk": ["Add Contact"], - "M1RnFv": ["Expired"], - "M1ts1r": ["View your address"], - "M24E85": ["This address is a contract address."], - "M4g1UJ": ["Contract Interaction"], - "M7ZGdw": ["2. If you have installed the ", ["name"], " Wallet"], - "M9OYUo": ["Please try again if you failed to vote."], - "MC00Lm": ["Scan QR code with WalletConnect-compatible wallet"], - "MEIAzV": ["Unnamed"], - "MKEPCY": ["Follow"], - "MOHcKb": ["Enter a max priority fee"], - "MQ9hQ4": ["DAO"], - "MR/0Va": ["All Mask Network users"], - "MTqQMG": ["Not set"], - "Mh3RsB": ["Best Wishes!"], - "Mi8ATZ": ["The token approval revoked."], - "Midntl": ["Download report"], - "Mm1aH+": ["Proxy contract"], - "MpnSqP": [["0"], " Pending"], - "MqdtT5": [["0"], " Bridge Network fee"], - "MyjAbr": ["Resend"], - "N/fqDa": ["Ens or Address(0x)"], - "N0YrmD": ["Valuables"], - "N0tcou": ["Claiming..."], - "N2DUxS": ["Insufficient Balance"], - "N2S1rs": ["Empty"], - "N2aeX8": ["No valid wallet detected. Please connect wallet or verify wallet firstly."], - "N40H+G": ["All"], - "N5GKfB": ["Tax cannot be modified"], - "N6/RZd": ["Sorry, failed to save NFT Avatar. Please set again."], - "N931rj": ["Your transaction should be done in <0/>"], - "NERSN2": ["or Holding NFT"], - "NJbBmC": ["Switch Twitter Logo"], - "NOi+Fr": ["This QR includes your identity, please keep it safely."], - "NTnXx/": ["<0/> unapproved <1>", ["0"], ""], - "NVt/wW": ["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], - "NWqhru": ["Reselect"], - "NZ7wlC": [["0"], " Holder"], - "Na6Ytj": ["Change NFT PFP"], - "NaZTE7": ["Incorrect Mnemonic Words."], - "NdlvGd": ["Claim Details"], - "NfxOUe": ["Enter Total Amount"], - "Ng063n": ["Donate"], - "Nhp9Kw": ["Exceeded the maximum file size of ", ["fileSize"], "."], - "NkgvWN": ["Logout failed"], - "NloaHG": ["Backup Password"], - "Ns5WaC": ["No backups found"], - "Nu4oKW": ["Description"], - "NwibRO": ["Supported contracts"], - "NzlE6O": ["By granting permission, you are allowing the following <0/> contract to access your NFTs."], - "Nzm8dm": ["Example: Alice"], - "Nzwli2": ["Base"], - "O2XHf2": ["Check ", ["providerName"], " to confirm connect."], - "O3Nzf+": ["Bridge between this token pair are't supported at the moment."], - "O3oNi5": ["Email"], - "O86J+j": [ - "This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud." - ], - "O8PsYe": ["Add the file to Chrome's database"], - "OAZ+tI": [ - ["attentionFactors", "plural", { "one": ["#", " Attention item"], "other": ["#", " Attention items"] }] - ], - "OAfk3i": ["Hash"], - "OCJdad": ["<0>To: <1>", ["to"], ""], - "OLUEnY": ["when you click Add Google Drive button,you will be forwarded to Google authorization pages."], - "OLY2Jk": ["Gas Price"], - "OQEwR/": ["Create Lucky Drop"], - "OR475H": ["Network"], - "OcvI49": ["No blacklist"], - "OeD4sM": ["Failed to login firefly"], - "OfhWJH": ["Reset"], - "OgPkDe": ["Currency Symbol (Optional)"], - "OgohfQ": ["File Key: <0>", ["0"], ""], - "OhgYJS": ["Basic setting"], - "OkofjH": ["Recover"], - "On0aF2": ["Website"], - "OsyKSt": ["Withdraw"], - "OuUyzz": ["No contacts stored locally, you can try searching."], - "OzSOpz": ["Create a Privy wallet using an X account"], - "P+K/3O": ["Confirming"], - "P7S/hC": ["Max priority fee must be greater than 0 Gwei."], - "P9wzG/": ["Recovery"], - "PByO0X": ["Votes"], - "PDW/HG": ["Your Persona is on **ready 🚀**"], - "PGdbc0": [ - "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." - ], - "PHM7OA": ["Supported Sites"], - "PI/VCJ": ["Select the wallet(s) to use on this site. You should not connect to website you don't trust."], - "PIG043": ["Gitcoin"], - "PLWaf6": ["Create the Lucky Drop"], - "PNZOzY": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - " on <5>", - ["3"], - "" - ], - "PRkIUI": ["Gas Fee"], - "PTXNyo": ["Waiting for ", ["providerType"]], - "Pd3dlq": ["Circulating Supply"], - "PeT3a5": ["You have successfully restored the backup from Google Drive to your browser."], - "PiH3UR": ["Copied!"], - "PjBWOL": ["Create your persona to get started"], - "PlE+Fs": ["Connect and Verify ", ["0"]], - "PsQmAw": ["Everyone"], - "Pt3n39": ["No back up"], - "PwjgPX": ["Please create your persona to use Web3 Profile."], - "Q0IFtx": ["The custom amount entered may be higher than the required network fee."], - "Q2lUR2": ["Currency"], - "Q68Nuc": [ - "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." - ], - "QF9SdB": ["Split Mode"], - "QHZRmq": ["Sites"], - "QHcLEN": ["Connected"], - "QJQd1J": ["Edit Profile"], - "QQPCqQ": ["Backup Wallet"], - "QRsMow": ["Transaction Confirmed"], - "QU9aqK": ["You have signed with your wallet."], - "QUBIav": ["Failed to bridge"], - "QWxok/": ["Connect with Mask Wallet"], - "QXDgyQ": [ - "Please write down the following words in correct order. Keep it safe and do not share with anyone!" - ], - "Qbo7Ev": ["Write down mnemonic words"], - "QcVZFH": ["Step ", ["step"], "/", ["totalSteps"]], - "Qd0xFm": ["Refund your expired Lucky Drop."], - "QowPFh": ["Collectibles"], - "QpgBEp": [["0"], " days"], - "QsVbHo": ["Sending address"], - "QyZU8V": [["riskyFactors", "plural", { "one": ["#", " Risky item"], "other": ["#", " Risky items"] }]], - "QypSt2": ["Update X.com Permissions"], - "Qz8niP": ["You may lose your assets if you give approval to the website of this token."], - "R/Pfmp": [["amount"], " ", ["0"], " tips sent."], - "R2K7XH": ["Account successfully connected to persona"], - "R9aEN5": ["Send ", ["0"]], - "RCBmDP": ["Follow @masknetwork to explore Web3."], - "REeHKm": [ - "<0/> ", - ["txType", "select", { "trade": ["traded"], "mint": ["minted"], "other": ["traded"] }], - " <1>", - ["0"], - " ", - ["1"], - " for <2>", - ["2"], - " ", - ["3"], - "" - ], - "RH8jSA": ["Merge data to local database"], - "RHSlVw": ["Follow @masknetwork (mask.io) to claim NFT lucky drops."], - "RL5m+x": ["Generating your **accounts**"], - "RLBjfU": ["Attached File: ", ["name"], " (", ["size"], ")"], - "RNfEI8": ["You canceled the request."], - "ROWd/9": ["Leave blank to allow any amount; enter a number to set a minimum holding requirement."], - "ROWeBX": ["Followings"], - "ROsDRH": ["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"], - "RRw7LE": ["Identity ID"], - "RUYsn0": ["Clear All"], - "RW1HJz": ["The receiving address may be a malicious address."], - "RWoEqV": ["Failed to transfer token: ", ["message"]], - "RZOA0N": ["Find Mask Network in the extension list and click the <0/> button."], - "RdfrN2": ["Mint Address"], - "Re7Oex": ["Transaction submitted."], - "RhCL4z": ["Max amount"], - "RiLzWA": ["Please switch to this network in the mobile application wallet you are connected to."], - "RiQQyz": ["This allows the third party to spend ", ["value"], " ", ["0"], " from your current balance."], - "Rm3JCH": ["File name must between 3 to 20 characters."], - "RqRRf6": ["Created by <0>", ["0"], " • <1>Website"], - "RrGhwo": ["File ", ["0"], " deleted."], - "RuO5md": [["seconds"], "sec"], - "Rx8sxX": ["Select liquidity"], - "RxlKnY": ["Lens"], - "Ry8TiY": ["Create Smart Pay wallet"], - "S0CsaV": ["Create a New Wallet"], - "S0vyIh": ["Owner changed."], - "S2JNMm": ["Your file has been successfully restore into the browser data."], - "S33tz3": ["Not connected"], - "S6Qdlo": ["Scam Warning"], - "SDrb6I": [ - "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." - ], - "SGVkVp": ["Two entered passwords are not the same."], - "SIrUT3": [ - "Grant access to your ", - ["0"], - " for the Lucky Drop Smart contract. You only have to do this once per token." - ], - "SLEDBF": ["Failed to add the wallet, please try again."], - "SNZM71": [["0"], " withdrawn."], - "SREKz9": ["Report NFT Scam Contract?"], - "SUqBr9": ["Refund ", ["0"], " ", ["tokenSymbol"], " Successfully"], - "SX2UXi": ["Your vote has been successful."], - "SYGo/R": ["Import Wallet"], - "SYgxDf": ["Slow"], - "Sfu/we": ["Failed to delete, please try again."], - "ShHV7X": ["Cloud Backup"], - "ShmUTn": ["Add a Custom Cover"], - "Sitstz": [ - "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." - ], - "Sjplg3": ["View on Explorer"], - "SlxhDh": ["Verify your wallet"], - "Sp69uH": ["The web site can"], - "T0W3Z8": ["Insufficient funds for gas."], - "T0Y2+3": ["Select a token"], - "T3EPqL": ["Max base fee"], - "T3dlAs": ["Quote expired. Update to receive a new quote."], - "TA4fAr": ["The wallet name already exists."], - "TFEJcT": ["Set NFT PFP"], - "TIIaK1": [ - [ - "2", - "select", - { - "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], - "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""], - "other": [] - } - ] - ], - "TJt1iY": ["Decentralized social graph protocol for user-centric Web3."], - "TNFd5O": ["View real-time crypto prices, market cap, trading volume, etc."], - "TP9/K5": ["Token"], - "TRoDRd": ["Failed to deposit token."], - "TYTRNP": ["Eligible to claim"], - "TZDLPg": ["Claimable"], - "Tfxac6": [ - "This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." - ], - "Tg003Y": ["Connected wallets settings"], - "Tl3Zls": [ - "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." - ], - "TnHNX9": ["Update permission for X.com"], - "ToePai": ["Spend limit requested by"], - "TppkTk": [ - "<0>", - ["user"], - " carried out an activity to <1>", - ["target"], - " on <2>", - ["platform"], - "" - ], - "TpqeIh": ["Error: ", ["0"]], - "Tuc34V": ["Confirm Bridge"], - "Tx/jsw": ["Do you need to paste encrypted content manually?"], - "Tz0i8g": ["Settings"], - "TzarJw": ["Bridging"], - "UBzbea": ["Recover your wallet"], - "UDKbPj": ["Your file has been successfully merged into the browser data."], - "UFzLh1": [ - "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ", - ["0"], - ". Please reduce the number of NFTs selected." - ], - "UO7xDp": [["0"], " Pool"], - "UPJjXF": ["Network error, try again: ", ["0"]], - "URAE3q": ["Paused"], - "URmyfc": ["Details"], - "UUfXpm": ["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."], - "UWxJIW": ["Powered by Celer Network. Support $MASK!"], - "UXBK7e": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "UaXeX3": ["Okay"], - "UbRKMZ": ["Pending"], - "Udf/Es": [ - "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." - ], - "UfJmJU": ["Invalid slippage tolerance."], - "UjJCIX": ["Contract source code not verified"], - "UjRxho": ["Persona Recovery Phrase"], - "UmVZrM": ["Failed to create Lucky Drop."], - "UpqenY": ["We recommend new Web3 users to keep [Check Security] open."], - "UqJ0W/": ["Cancel Transaction"], - "Usynqd": ["Gas price is too low and will cause the transaction fail"], - "UtKGok": ["Backup Persona"], - "UvJiVZ": ["There's no feed associated with this address."], - "UxJ2jd": ["Display Snapshot proposals on the X of the respective project or protocol."], - "UxYZfY": ["Revoke the approval for ", ["0"], "."], - "V+1pjj": ["Back Up Your Data Your Way"], - "V+ZuGt": ["You claimed ", ["0"], " $", ["1"], "."], - "V6YDUB": ["<0>", ["user"], " donated <1>", ["costValue"], " ", ["costSymbol"], ""], - "V6wYl1": ["Total amount"], - "V8j2d/": ["App list"], - "VAOn4r": ["Unlock"], - "VECuJk": ["Wallet Account"], - "VHShJf": ["Please click Browse Files button to select files to upload."], - "VHVdS1": ["No votes"], - "VP4HYe": ["Next.ID"], - "VSx1eg": ["Max priority fee"], - "VbeIOx": ["Author"], - "VcPDSd": ["Unsupported key store data"], - "VdhBp2": ["The chainID is not equal to the currently connected one."], - "VdkQUC": ["Please sign up or login ", ["siteName"], " to connect Mask Network."], - "Vj7ma7": ["Support mnemonic phrase, private key or keystore file."], - "VlpdUm": ["Use NFT"], - "VsHxv+": ["Copy text"], - "VvGC/Y": [["0"], " Network fee"], - "VvPeyR": [["0"], " unlocked"], - "VzQ7uf": ["Unknown EIP-4361 message version."], - "VzQOL2": [ - "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." - ], - "W0uonA": ["This QR includes your mnemonic words, please keep it safely."], - "W2es+t": ["Oops, it seems you don't have any voting power at block ", ["0"], ". <0>Learn more"], - "W5OcTk": ["No approved contract records."], - "W7e3zN": ["Are you sure to remove the connected wallet <0>", ["0"], "?"], - "W7rMXF": ["Failed to send token."], - "WAjFYI": ["Start date"], - "WDcQq9": ["Unlisted"], - "WKG5E8": ["You need to hold at least ", ["quantity"], " of any of the following tokens."], - "WLMjwL": ["Confirm to hide ", ["0"], "? You can redisplay it by re-adding this token at any time."], - "WS7EYf": [ - [ - "0", - "select", - { - "Post": ["<0/><1>", ["handle"], " published a post on <2>", ["1"], ""], - "Comment": ["<3/><4>", ["handle"], " made a comment on <5>", ["2"], ""], - "Mirror": [ - "<6/><7>", - ["3"], - " mirrored a post post by<8/><9>", - ["handle"], - " on <10>", - ["4"], - "" - ], - "Quote": ["<11/><12>", ["handle"], " quoted a post post on <13>", ["5"], ""], - "other": ["<14/><15>", ["handle"], " post stuff on <16>", ["6"], ""] - } - ] - ], - "WWPi4P": ["Incorrect wallet address."], - "WY8amq": ["Invalid number"], - "WZcvLm": ["Follow Now"], - "WeNxrL": [["0"], " Attention factors"], - "Weq9zb": ["General"], - "WmXCMa": ["Switch other account"], - "Wqoa0p": ["Connect Persona"], - "WqzYn1": [ - "<0>", - ["user"], - " donated <1>", - ["costValue"], - " ", - ["costSymbol"], - " to <2>", - ["project"], - "" - ], - "WsNUie": ["Claimed: <0>", ["0"], "/", ["1"], " <1>", ["2"], ""], - "Wvnsx1": ["Auto-lock"], - "Wy16g8": ["Gift crypto or NFTs to any users, first come, first served."], - "X0PXso": ["Swap duration"], - "X200Sr": ["Forgot payment password?"], - "X3X0nY": ["You may have ", ["0"], "% less received with this level of slippage tolerance."], - "X6ujRd": ["Be aware, check the token before adding it."], - "X8N33g": ["Transaction history is only stored locally and will be deleted if you clear your browser data."], - "X8w6bW": ["Enter Max spend limit"], - "XA8JXM": ["Add NFTs"], - "XB3tfc": ["Encrypting your **data**"], - "XC7RGa": ["Recover your data"], - "XDtQ7t": ["Display the following address on your Web3 profile page and use it to receive tips."], - "XGRJzS": ["Open in a new tab"], - "XGqAnD": ["This token contract has code that prevent selling. This might is a honeypot."], - "XQDdOC": ["No friends are stored locally, please try search one."], - "XQQx83": [ - "<0>", - ["user"], - " ", - [ - "0", - "select", - { - "supply": ["supplied"], - "add": ["added"], - "repay": ["repaid"], - "withdraw": ["withdrew"], - "collect": ["collected"], - "remove": ["removed"], - "borrow": ["borrowed"], - "other": [] - } - ], - " liquidity on <1>", - ["1"], - "" - ], - "XUKicg": ["Step 1/2"], - "XYLcNv": ["Support"], - "XZ/B+f": ["Don't see your NFT?"], - "XcWehA": ["Update Quote"], - "Xftpm5": ["Select Collection"], - "XjDSdO": ["Old Payment Password"], - "Xlpdi1": ["on ", ["fromNetworkName"]], - "Xprzee": ["Enter a gas price"], - "XrH+JC": ["IPFS"], - "XrlvqN": ["Who can claim?"], - "XsyYEe": ["This NFT didn't have any activities."], - "XyAmgg": ["Add wallet"], - "Y7N0Sj": ["View your account balance and history"], - "Y9mYPy": ["Powered By ", ["0"]], - "YF8jon": ["Ended ", ["relativeEndTime"]], - "YKSmxE": [ - "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." - ], - "YLObqx": ["Equal Amount"], - "YOacnL": ["Tell friends what's happening..."], - "YOnK5s": [ - "<0>", - ["user"], - " registered ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "], "other": [] }], - "for <3>", - ["costValue"], - " ", - ["costSymbol"], - "" - ], - "YPNSH3": ["Connect Solana Wallet"], - "YSi9PS": [ - "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." - ], - "YW51YO": ["24H sale"], - "YXIpYp": ["Please verify the current persona with a social media account before using dApps."], - "Yckw2R": ["Fiat On-Ramp"], - "YdCB5X": ["Copy private key"], - "YiPiv6": [ - "There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." - ], - "YirHq7": ["Feedback"], - "YnqCPK": ["Verify Account"], - "Yp8yB4": [["0"], " to ", ["1"]], - "Ywu8Rl": ["Please connect ", ["0"], " and send a proof post before using dApps."], - "Z/tioj": ["Swap ", ["0"]], - "Z16qyu": ["Persona Name"], - "Z3+V9p": ["Restore backup failed."], - "Z33XCd": ["Input contract address"], - "Z3FXyt": ["Loading..."], - "Z3S6Dx": ["Step 1/3"], - "Z3y+8t": ["Unsupported Network"], - "Z6siIw": ["Switch between the classic Twitter logo and the new one."], - "Z7ZXbT": ["Approve"], - "Z8+FzC": ["Connecting your ", ["providerType"], " wallet"], - "Z8G4E5": ["Change to Flow Wallet"], - "Z8lGw6": ["Share"], - "ZAVklK": ["Or"], - "ZDcdss": ["Claim Conditions"], - "ZHsD28": ["Enable the plugin"], - "ZIsLZh": ["Size limit: 10 MB"], - "ZK75iC": ["Choose a Cover"], - "ZKAj6+": ["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."], - "ZQbnxO": ["No collectible found."], - "ZQr5hT": ["Unlock Token"], - "ZSWUwq": [["0"], "m"], - "ZSgQgC": ["Max fee is too low for network conditions."], - "ZTXjJ3": ["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."], - "ZTmzRV": ["Highest Price"], - "ZdnQsW": ["<0/> interacted with <1/>"], - "ZgFWrp": ["<0>Powered by<1>Go+"], - "ZhrWG1": ["Create persona"], - "ZrZMJ6": ["Backup failed, <0>try again"], - "ZsjtYe": ["Failed to set Avatar."], - "Zypku0": ["By using this plugin, you agree to the <0>terms and the <1>privacy policy."], - "a1S2x7": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and "] }], - ["sources"], - "." - ], - "a1SmQh": ["Select Wallet"], - "a23gJr": ["Incorrect backup password."], - "a33WQ+": ["Download the ", ["name"], " Wallet here"], - "a4C0ak": ["Insufficient Balance for Gas Fee"], - "a4N/Bg": ["Load More"], - "a5t/N3": ["Spend more transaction fees to cancel the previous transaction."], - "a6ONsz": ["Unlock ", ["0"], "."], - "a7u1N9": ["Price"], - "a9X8Om": ["Failed to report spam."], - "aAIQg2": ["Appearance"], - "aEgiLS": ["contributions"], - "aF8kci": ["Creation Completed"], - "aFJrEy": ["You need to hold any of the following NFTs in your wallet."], - "aFht5e": ["Connected ", ["0"], " with ", ["walletName"], "."], - "aTzTyw": ["Add Assets"], - "aVI2qx": ["Click the application icon to list it on the App board."], - "aYT9SD": ["Max fee"], - "acK3j2": ["Input your Private Key"], - "agPptk": ["Medium"], - "ah8/4v": ["Floor Price"], - "ahNa7P": ["NFT Holder"], - "ahpgxl": ["Please create a Persona and verify your account to use this."], - "ai3VNq": ["Connected Wallet"], - "ajKdns": ["This wallet address has already been connected."], - "apl8rz": ["Failed to withdraw ", ["0"], "."], - "aqop4L": ["Check on Explorer"], - "awW7ak": ["Remove Wallet"], - "ayxkVX": ["Transaction"], - "b+scYY": ["Requesting Connection"], - "b/mMOj": [["0"], " ", ["1"], " approval successfully."], - "bBzHQT": ["Input amount is below the minimum amount"], - "bD8I7O": ["Complete"], - "bEPPWi": ["Connect Flow Wallet"], - "bGMpPD": ["Unlock NFT Contract"], - "bIpwjD": ["My Wallets"], - "bKGn4N": [ - "<0/> minted", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }] - ], - "bLJivk": ["Select an NFT Contract Owner"], - "bLmWH9": ["Bridge anyway"], - "bLqb2p": ["<0>Latest offer at <1>$", ["0"], ""], - "bLvQvN": ["Library:"], - "bQXBhp": [ - "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." - ], - "bTQliy": [ - "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." - ], - "bUUVED": ["Asset"], - "bapItf": ["Incorrect Backup Password."], - "bassMa": ["Incorrect cloud backup password, please try again."], - "bbS8qf": ["1 NFT claimed."], - "bdIrOO": ["Verification code has been sent to your email. Please check your mailbox."], - "bfNmSO": ["Set payment password successfully."], - "bnfo6T": ["Sent verification post successfully."], - "bnuQy5": [["0"], " files selected"], - "bwlRe8": ["Selecting NFTs"], - "c+Fnce": ["Sign"], - "c+XaKf": [ - "<0>", - ["formattedUser"], - " ", - ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"], "other": [] }], - " <1>", - ["other"], - " on <2>", - ["1"], - "" - ], - "c19z3W": ["Available Balance"], - "c2MkCo": ["Payment password must be 6 to 20 characters."], - "cD0wgO": [ - "Do you want to remove the verified association between the X account @<0>", - ["0"], - " and ", - ["1"], - "?" - ], - "cFDjd3": ["Transaction type"], - "cJv4Ca": ["Connecting operation cancelled in third-party wallet."], - "cM1qH2": [ - "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." - ], - "cNJNBU": ["Get optimized search results when you're looking for a token."], - "cQYjZe": [ - "To verify your X account and record it on the NextID, you will need to send a post for the verification." - ], - "cVit2/": ["Please set the backup password to back up"], - "caP+Xq": ["Crypto Holder"], - "cbzSv5": ["Max fee should be greater than base fee of ", ["0"], " Gwei."], - "chL5IG": ["Community"], - "clw/Xh": [["0"], " sent."], - "cm4E8+": ["Experience in X"], - "cmKQl+": ["Failed to save the file. Please try again."], - "cmNbUB": ["Not found your ", ["providerType"], " wallet"], - "cnGeoo": ["Delete"], - "crVIc7": ["Locale Backup"], - "ctb8Cs": ["Dex/Est received (", ["0"], ")"], - "cvCD4e": ["Contract Creator"], - "d0aemb": ["Please create a persona for accessing Dapps."], - "d6nk2t": [["0"], " Platform costs"], - "dAMTl9": ["This RPC URL is currently used by the ", ["0"], " network"], - "dCpOJ5": ["<0/> approved with <1/>"], - "dCvyk/": ["Change another account and try again."], - "dEgA5A": ["Cancel"], - "dXFgcm": ["Transfer Token"], - "daEP1M": ["Token info"], - "dajsth": ["Incorrect Keystore Password."], - "du/tmd": ["Create your Lucky Drop."], - "dyNKut": ["Browse Files"], - "dzAth+": [["0"], " ", ["1"], " swap completed successfully."], - "e0E1XI": ["Max Fee (GWEI)"], - "e1vdXO": ["Arweave"], - "e34ZOD": ["Waiting time"], - "e3I0CA": ["Failed to restore the backup: ", ["0"]], - "e3hCsY": ["Lido Exchange Rate"], - "e4yrZ/": ["Token Address"], - "eC1gV9": ["Invalid file type"], - "eDT+Oh": [ - "The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets." - ], - "eE0JZ4": ["Version"], - "eEeK5j": ["<0>Expires in ", ["0"]], - "ePK91l": ["Edit"], - "eWczg7": ["Just Me"], - "eaLSW8": ["Persona name must between 1 to 24 characters."], - "ecqLr0": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "eeYVJ5": ["Be careful what you visit and sign!"], - "ejVYRQ": ["From"], - "elyK4N": ["Failed to unlock token contract."], - "eoeq4k": ["<0>", ["user"], " made a comment on ", ["platform"]], - "ep2Wyh": ["1 ", ["0"], " tips sent."], - "erRCKP": ["File saved"], - "es4h+b": ["Swap Anyway"], - "ezYNcH": ["Pin Mask Network to the toolbar for easier access:"], - "f5AidZ": ["Write down recovery phrase"], - "f61qKX": ["Deploy a SmartPay wallet on Polygon network."], - "f6pX67": ["<0>0 Followers <1>0 Following"], - "fDP2k4": ["Change Payment Password"], - "fFGPy6": ["Or create a new wallet group"], - "fFYJ8f": ["Welcome to use Mask Network"], - "fL7WXr": ["Applications"], - "fRQP7E": ["<0>Granted to <1>", ["0"], ""], - "fRUjl7": ["Please switch to <0>@", ["expectAccount"], " to continue the account verification progress."], - "fUn3xA": ["Generate a new wallet address"], - "fc4PdK": [ - "The RPC URL you have entered returned a different chain ID (", - ["rpcChainId"], - "). Please update the Chain ID to match the RPC URL of the network you are trying to add." - ], - "fdqDgM": ["Ended on <0>", ["0"], ""], - "fiPesM": ["Method"], - "fj5byd": ["N/A"], - "foOw00": ["Balance(", ["symbol"], ")"], - "fqDzSu": ["Rate"], - "fsBGk0": ["Balance"], - "fsUPaG": ["Congratulations"], - "fvRGyC": ["Trying exploring more features powered by Mask Network."], - "fx6pOQ": ["Balance: <0/>"], - "fza4cg": ["Import Wallets"], - "g/1WbH": ["from <0>", ["fromAddress"], ""], - "g/i+bG": ["Transaction rejected"], - "g2UNkE": ["Powered by"], - "gC2WI+": ["Persona"], - "gERRYE": ["Artblocks"], - "gHM62X": ["Payment password changed."], - "gM+Nj7": [ - "Are you sure to report ", - ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"], "other": ["this NFT"] }], - "? After confirmed, this NFT will be marked as spam." - ], - "gT+8Dk": ["Confirm to hide ", ["name"], "? You can redisplay it by re-adding this NFT at any time."], - "gUuuBi": ["Check Security"], - "gVfVfe": ["Contacts"], - "gWcGl/": ["Your wallet cancelled the transaction."], - "gdnEab": ["Incorrect recovery phrase."], - "ggdga4": ["The user has not set this."], - "ghVDTt": ["rounds"], - "ghZx62": ["Unlock token"], - "gk7J2q": [["0", "select", { "other": ["<0>Size limit: ", ["fileSize"], ""], "omit": [] }]], - "gkLviK": [ - "This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." - ], - "gmOW42": ["ENS or Wallet Address"], - "gnSRSG": ["Hiding Scam Transactions"], - "gp6A8z": ["Authorization Failed"], - "gtdJ43": ["My wallet"], - "gwuMzD": ["<0>", ["user"], " appointed a proxy on <1>", ["platform"], ""], - "gxV9O8": ["Cast your vote"], - "h/b9lY": ["No followers."], - "h0qYUk": ["Search with an ENS domain or wallet address to get optimized results."], - "h3bIHg": ["Disconnect Social Account?"], - "h53LoU": ["Social Account"], - "h5Dtc5": ["funding received"], - "h69WC6": ["Sent"], - "h7+V7K": ["Backup & Recovery"], - "hEpXzO": ["Welcome to Mask Network"], - "hG89Ed": ["Image"], - "hHLRGW": ["Hide tokens with value less than $1"], - "hRWvpI": ["Claimed"], - "hRtIgr": ["APP list"], - "hTbvD9": ["Sorry, you are not eligible to claim $ARB in this campaign."], - "hUF4dG": ["Backup password set successfully"], - "hWUuAb": ["Already following"], - "hXzOVo": ["Next"], - "hYgDIe": ["Create"], - "he3ygx": ["Copy"], - "heVBR8": ["Enter Amount Each"], - "hehnjM": ["Amount"], - "hg5QeV": ["Total cost"], - "hhtbAs": ["Unfollow lens handle"], - "hj39w+": ["Loading failed due to Snapshot API service breakdown."], - "hom7qf": ["Claim"], - "hpxXOD": [ - [ - "context", - "select", - { - "approve": [ - "<0>", - ["user"], - " approved <1>", - ["amount"], - " ", - ["symbol"], - " to <2>", - ["contract"], - "" - ], - "revoke": [ - "<3>", - ["user"], - " revoked the approval of <4>", - ["amount"], - " ", - ["symbol"], - " to <5>", - ["contract"], - "" - ], - "other": [] - } - ] - ], - "hxHyfs": ["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."], - "hxdOdX": ["Owner can change balance"], - "hzTib5": ["Select an NFT Contract Operator"], - "i2x+p1": ["Processing Withdrawal"], - "i4umqX": ["The following wallets are not installed or in conflict with others"], - "i6OT6/": [["subject"], " has an error"], - "i70ilP": [["0"], " NFT contract unlocked."], - "iCb44o": ["Created on: ", ["0"]], - "iF9x7r": ["Trading mode"], - "iH8itU": ["Connect your wallet"], - "iH8pgl": ["Back"], - "iJLEZF": ["Show me how"], - "iNIdDX": ["Incorrect contract address."], - "iPMIoT": ["Enter an amount"], - "iSLIjg": ["Connect"], - "iT0Qmd": ["Transaction Failed"], - "iTiwqa": ["Asset is hidden."], - "iZLoa2": ["eg: X accounts, persona public keys, wallet addresses or ENS"], - "ia3Lqp": [ - "The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions." - ], - "ie2c+s": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Welcome to join." - ], - "ileX7U": ["No recent transactions"], - "imDvP9": ["Gas limit must be smaller than ", ["maxGas"], "."], - "iobEyh": ["By checking this box, I agree to ArtBlocks's <0>Terms of Service."], - "iuCSJl": ["This wallet is connected to current persona ", ["0"], "."], - "iuJFAy": ["Low Risk"], - "iwiSFA": ["Similar Project"], - "j2Uisd": ["Approving"], - "j2a+h4": ["Past rounds"], - "j4TRxD": ["Select Address"], - "j8MqhB": ["CyberConnect"], - "jEDiuG": ["Network added"], - "jICk7g": ["There was a network or RPC provider error, please try again later!"], - "jIWgmE": ["Entered passwords are inconsistent."], - "jJPsrT": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "jJrqb1": ["Token Name"], - "jK7nvW": ["Failed to disconnect wallet"], - "jRcH7y": ["NFT Avatar Setting"], - "jRfanQ": ["Gas Used (Units)"], - "jXWnN0": [["0", "plural", { "one": ["Strategy"], "other": ["Strategies"] }]], - "jZQU+o": ["Originally posted by ", ["0"]], - "ja6Tyz": ["Search with the name of an NFT collection or its symbol to get optimized results."], - "jaH9PD": ["Hi friends, I just created ", ["token"], " Lucky Drop. Download Mask.io to claim."], - "jas0vv": ["Disconnect all accounts"], - "jbc0gF": ["Create Password"], - "jeLXsu": ["Who can claim"], - "jfJkBQ": ["Gas price is too low for network conditions."], - "jh0i4n": ["Confirm this transaction in your wallet."], - "jhoAzY": ["Mask Network Cloud"], - "jjCXPD": ["Starts ", ["relativeStartTime"]], - "jpctdh": ["View"], - "jt/0L2": ["You've saved ", ["0"], " to Web3 file service."], - "jt/cjR": ["Safety Warning"], - "jtExaD": ["Not supported yet."], - "jygqM9": ["Loading account information..."], - "jzLzy/": ["No whitelist"], - "k/sb6z": ["Select language"], - "k/vATR": ["Token unlocked"], - "k0USDt": ["Account connected.<0/><1/>Try to explore more features powered by Mask Network."], - "k1pJQo": [["0"], " network is not added to the wallet. Please add it and try again."], - "k28Qhe": ["Failed to save file"], - "k57+C7": [["walletLength", "plural", { "one": ["#", " Wallet"], "other": ["#", " Wallets"] }]], - "k7u9V5": ["Incorrect words selected. Please try again!"], - "kCAzy/": ["Collection Approval"], - "kG0n0M": ["Network error or user cancels the process."], - "kHDhjV": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." - ], - "kKY8Re": [ - "The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." - ], - "kPQQEW": ["Enter an Amount"], - "kV9Qeo": ["You have donated ", ["0"], " ", ["1"]], - "kWJmRL": ["You"], - "kbfp5m": ["Visible To"], - "kdW3qS": ["Nonce"], - "kePpfU": ["Update NFT Avatar Success!"], - "kf/5Ap": ["Explore multi-chain dApps."], - "kf83Ld": ["Something went wrong."], - "kg/ict": ["Lucky Drop claimed."], - "kj3M8S": ["Deposit"], - "kjBSDT": [ - "<0>", - ["user"], - " minted ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - "for <3>", - ["value"], - " ", - ["symbolName"], - "" - ], - "ks5OGD": ["Contract"], - "kx0s+n": ["Results"], - "l/UFPv": ["Properties"], - "l3s5ri": ["Import"], - "lCF0wC": ["Refresh"], - "lCHQzJ": ["This address may be a scam address."], - "lCfoWv": ["Select NFTs"], - "lDgVWA": ["Receive"], - "lET9my": ["Mask needs the following permissions"], - "lErh77": [ - "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." - ], - "lKldOY": ["12-word recovery phrase is used to recover your persona data."], - "lO/vMB": [ - "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." - ], - "lPJwNU": ["Persona: ", ["personaName"]], - "lPsa94": ["Merge Completed"], - "lQXQKs": ["Vote"], - "lU6uRb": [ - "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." - ], - "lWOC+h": ["Mask Network requires you to authorize the following websites before using it."], - "ldI18s": ["Minted:"], - "lhvy2j": ["Firefly"], - "llLBQ1": ["a token"], - "lmYQuN": ["At most ", ["SOL_REDPACKET_MAX_SHARES"], " recipients"], - "loCUuu": ["Keystore"], - "lqTDfd": ["Slippage Tolerance"], - "lqW7eD": [ - "In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address." - ], - "lr8uE3": ["Holding ", ["0"]], - "lvL4x0": ["Follow @masknetwork for Web3 updates and insights."], - "lxJU2w": ["Enter Number of Winners"], - "lyjM6U": ["Wait too long for the confirmation."], - "m+uuUE": ["Cross-chain"], - "m/TPEz": ["(beta)"], - "m16xKo": ["Add"], - "m2OZMI": ["Max fee cannot be lower than max priority fee"], - "m2pyX2": ["Buy Now"], - "m3VOQq": ["Current wallet does not support to interact with Lens protocol."], - "m3XvO+": ["Imported Wallets"], - "m3akOw": ["I just claimed a lucky drop from @", ["sender"], " on Solana."], - "m3cvPZ": ["Payment password set."], - "m3pz1u": ["Insufficient ", ["symbol"], " Balance"], - "m64f3d": [ - "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." - ], - "mCB6Je": ["Select All"], - "mGHHf5": [ - "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." - ], - "mHWsOq": ["Failed to confirm"], - "mNUsxu": ["Tx Fee"], - "mPxxVq": ["Enter a gas limit"], - "mQpWAe": ["Edit Contact"], - "mT57+Q": ["Go to Settings"], - "mUJUVX": ["Claim your NFT Lucky Drop"], - "mW8F64": ["This project is no longer active"], - "mYGY3B": ["Date"], - "mZ04KC": ["Overall Best"], - "ma8rSx": ["Your transaction has been confirmed!"], - "mc68kY": ["New Payment Password"], - "md5sZ/": [ - "This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud." - ], - "mfwfMR": ["You can claim the lucky drop by holding the required amount of any selected token."], - "mhNIiJ": ["Gas price is higher than necessary. You may pay more than needed."], - "mrAv9J": ["Failed to save network"], - "msszNj": ["<0/> approved <1>", ["0"], " ", ["1"], ""], - "muQqQY": ["Buy & sell tweets autographed by their original creators."], - "mzI/c+": ["Download"], - "n+ObkB": [ - "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." - ], - "n1gwuy": ["on ", ["toNetworkName"]], - "n2HnVK": [ - "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." - ], - "n42fmQ": ["Enter a max fee"], - "nDzNGQ": ["Follow User"], - "nE/lLr": ["Just Selected Contacts"], - "nFjzvC": ["Approved Amount ", ["0"]], - "nGl2Ng": ["Restore Completed"], - "nKLBYz": [ - "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" - ], - "nMUHWK": [["claimed"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], - "nMkx7r": [["0", "plural", { "one": ["#", " Hour"], "other": ["#", " Hours"] }]], - "nOCyT5": ["Show tokens with value less than $1"], - "nOhz3x": ["Logout"], - "nSkB8g": ["Information"], - "nTFx7o": ["Avatar set successfully"], - "nTWWCZ": ["Low"], - "nTif4K": ["Select and Connect to your wallet"], - "nUWEsV": ["Max fee is higher than necessary"], - "nUeoRs": ["Signing Message (Text)"], - "nV/wXH": ["This profile can not be followed."], - "nWDO1P": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"], - "other": [] - } - ], - " <1>", - ["0"], - " ", - ["1"], - " " - ], - "ndRqFD": ["Chain ID"], - "neBDpj": ["Please connect wallet"], - "ngWO+e": ["No local key"], - "njSHJP": ["You didn't approve ", ["0"], ". Please do not set spending cap to 0 and try it again."], - "nqL5WA": ["Claim Lucky Drop"], - "nqagQ8": ["Signing Message (Raw)"], - "nvAt0H": ["Resource"], - "nvV/Td": ["Balance: <0>", ["0"], ""], - "nwSp3U": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "nzBzok": ["Create time:"], - "o+XJ9D": ["Change"], - "o+zDNQ": ["The mnemonic word has been copied, please keep it in a safe place."], - "o4Iu2W": ["Logout successfully"], - "o4NrTC": ["Confirm this Signature in your wallet."], - "o66hO5": ["Discovered a LuckyDrop event on the FireFly website."], - "o9pabc": ["No codes found to suspend trading."], - "oCBTyI": ["This will overwrite the existing cloud backup with the local data, this cannot be undo."], - "oDMfB1": ["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], - "oDSXfc": ["New password cannot be the same as your current password."], - "oG26Rt": ["Confirm this transaction in your wallet"], - "oG67vO": ["Available to Everyone"], - "oIsL5E": ["Chain ID: ", ["0"]], - "oJIW7I": [ - [ - "context", - "select", - { - "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], - "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], - "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], - "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], - "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], - "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""], - "other": [] - } - ] - ], - "oMx/mL": [ - "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." - ], - "oN9XHJ": ["Start Time: <0>", ["0"], ""], - "oOQfsI": ["Current account is not the verifying account."], - "oTLFeN": ["The Lucky Drop can't be sent due to data damage."], - "oX+QCa": ["<0>Powered by<1>Mask Network"], - "oYzol6": ["an NFT"], - "oZw0Iw": ["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"], - "ocYse8": ["Failed to refund Lucky Drop."], - "oe5xh9": ["Decrypt failed, please check password"], - "of3mx/": [ - "<0>", - ["user"], - " swapped <1>", - ["from_value"], - " ", - ["from_symbol"], - " to <2>", - ["to_value"], - " ", - ["to_symbol"], - " on <3>", - ["platform"], - "" - ], - "ofUcbc": ["Random"], - "ohUJJM": ["Plugins"], - "ojlMCx": ["Minimum withdraw amount is ", ["MINIMUM_AMOUNT"], " ", ["0"]], - "olEUh2": ["Successful"], - "ooHEV6": ["1 ", ["0"], " NFT Lucky Drop claimed."], - "osXsDn": ["Import NFT"], - "ou+PEI": ["Profile Photo"], - "ouAjo6": ["No Enough Gas Fee"], - "ovBPCi": ["Default"], - "oxKup1": ["Insufficient $", ["0"], " balance"], - "p+ngUo": ["Unfollow"], - "p1/7GX": ["Contract Not Found"], - "p2/GCq": ["Confirm Password"], - "p3TX0l": [ - "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." - ], - "p7l2aC": ["Contract:"], - "p8Aea2": ["The persona name already exists."], - "p8OYBy": [ - "@", - ["sender"], - " is sending an NFT lucky drop on ", - ["networkName"], - " network. ", - ["account_promote"], - " ", - ["promote_short"], - " #mask_io #LuckyDrop ", - ["0"] - ], - "pG7O41": ["Fastest"], - "pGElS5": ["Mnemonic"], - "pHfBGz": ["Updating Gas Fee…"], - "pIyHYi": ["Lens Follow"], - "pLHDrO": ["Holding NFT"], - "pOE8Vh": ["Space"], - "pa3wn3": ["It remains unclaimed."], - "pbOGiB": ["Revoke Token"], - "pbYUPI": ["Text copied!"], - "pi+hn/": ["Ethereum ", ["HD_PATH_WITHOUT_INDEX_ETHEREUM"]], - "pjrgRd": ["Incorrect Private Key"], - "pkyWdU": ["Keystore password"], - "poYLOl": ["New Logo"], - "ps1+DX": ["Set your persona name with maximum length of 24 characters"], - "pu3rTn": ["GWEI"], - "puUEU3": ["Change Backup Password"], - "put3ex": ["Request is valid not after"], - "pv5v6j": ["About Permit"], - "pvnfJD": ["Dark"], - "py6hU8": ["Signature Request"], - "pzO3Xa": ["Total Supply"], - "q+O14e": ["Search Area"], - "q+hNag": ["Collection"], - "q/ao7A": ["Price per mint"], - "q5+UWM": ["Contact edited."], - "qAbGIK": ["Issued at"], - "qCMUPH": ["Unlock ", ["0"]], - "qDIxZ+": ["Failed to restore the backup from Google Drive to your browser. Please try again."], - "qHqI+o": ["<0>Powered by <1>Mask Network"], - "qI8U4x": ["Max fee cannot be lower than max priority fee."], - "qIL7PI": ["Offers"], - "qJb6G2": ["Try Again"], - "qNiGUh": ["size"], - "qT8oOt": ["Persona required."], - "qWMpAl": ["up to ", ["0"], " Gwei"], - "qYuscr": ["Max Priority Fee"], - "qZ6p7p": ["Backup on ", ["0"]], - "qcqdIh": ["You need to open the dApp to view the specific content."], - "qcybNQ": ["Proposal"], - "qdyV/M": ["News"], - "qhKyO3": ["Withdraw ", ["0"]], - "qkhZxp": ["Created a SmartPay wallet on Polygon network."], - "qp8fKi": ["By confirming means that you agree to bear the possible risks above."], - "qqWcBV": ["Completed"], - "r3OcML": [["mins"], "min"], - "r92tNP": ["Failed to authorize Google Drive. Please try again."], - "rBLzKv": ["Max fee is higher than necessary."], - "rCsoea": ["Manage Token List"], - "rG3WVm": ["Select"], - "rJZPaP": ["No activities found."], - "rKY/BK": ["Classics Logo"], - "rLgPvm": ["Backup"], - "rQQGN1": ["Max priority fee is higher than necessary. You may pay more than needed."], - "rR6iwH": ["Domain Request"], - "rWE7Lq": ["Contact deleted."], - "rWqyF3": ["Gas limit should be between ", ["minGasLimit"], " and 15.00M"], - "rYFSec": ["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."], - "rZ0rgl": ["Total Volume"], - "raCUEa": ["By granting permission, you are allowing the following <0/> contract to access your funds"], - "rcNnsQ": ["Price:"], - "re2nOO": ["Uploaded files"], - "rkMKQ0": [ - "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." - ], - "rm0yu/": ["About ", ["collectionName"]], - "rqV4QH": ["This swap isn’t supported"], - "rrvbCi": ["Network error or execute smart contract failed."], - "rulocO": ["Checking Approve"], - "ryWxhG": ["Congratulations!"], - "s/8SJ+": [ - "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." - ], - "s4Omor": ["To <0>", ["0"], ""], - "sGkv/+": [ - "Hi friends, I just deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "sOYKMU": ["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."], - "sOcZTR": ["Contract Deployment"], - "sQJ3RN": ["Max priority fee is too low for network conditions."], - "sQTDWu": ["Allow us to collect your usage information to help us improve Mask."], - "sSkbaZ": ["Request timed out."], - "sWsox7": ["Follow Lens handle"], - "saHPqg": ["Claim your Lucky Drop."], - "sb9Y58": ["Wallet"], - "siroPf": ["Mask Network"], - "sxkWRg": ["Advanced"], - "szNWi8": ["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."], - "t+A5fr": ["Gas price should be greater than 0"], - "t/YqKh": ["Remove"], - "t2prdI": ["No search results"], - "t3rUZr": ["Sign-in Request"], - "t6bQQD": ["Send authors tips by using Mask Network's Tips function."], - "t6md+W": [ - [ - "0", - "select", - { - "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], - "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""], - "other": [] - } - ] - ], - "t8dIOP": ["Spam"], - "t91sWs": [ - [ - "actionType", - "select", - { - "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], - "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], - "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""], - "other": [] - } - ] - ], - "t9m1iP": ["Spam reported."], - "tARYn/": ["NFTs Profile"], - "tCAZi9": ["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."], - "tG9G+b": ["File Service"], - "tHoyBc": ["Please connect ", ["0"], " before using dApps."], - "tIW5Jt": ["No matched tokens"], - "tKJ7ee": ["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."], - "tOL6AP": ["Adjust Selection"], - "tOMnvw": [ - "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." - ], - "tPeNU7": ["This network name already exists"], - "tRRE1h": ["1 ", ["0"], " claimed."], - "tXkhj/": ["Start"], - "tbOs8j": ["Confirm Swap"], - "tcHpvG": ["Change Owner"], - "tfDRzk": ["Save"], - "thX7xs": [ - "The network with chain ID ", - ["formChainId"], - " may use a different currency symbol (", - ["0"], - ") than the one you have entered. Please check." - ], - "tiX/tO": ["Address: <0>", ["address"], ""], - "tj48De": ["Connect Social Account"], - "tjbyOy": ["Project details"], - "tk+uyz": [ - "You've approved ", - ["0"], - " for ", - ["1"], - ". If you want to revoke this token, please set spending cap amount to 0." - ], - "toDFSK": ["Wallet sign succeeded."], - "tst44n": ["Events"], - "tuOw4x": ["Make It Encrypted"], - "tx1x9k": [ - "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." - ], - "txEVTf": ["No Listings"], - "ty2gt9": ["You need to follow the creator of the lucky drop."], - "u2OWVJ": ["Disconnect failed."], - "u2Srv1": ["Claim your Airdrop"], - "u3ZeYl": ["Transaction failed"], - "u689pQ": ["Ends in ", ["relativeEndTime"]], - "uAQUqI": ["Status"], - "uBAxNB": ["Editor"], - "uF9ruK": ["Saving"], - "uJQLj9": ["Connect and switch between your wallets."], - "uSMfoN": ["Verify"], - "uip9JY": ["I wrote down those words in the correct order"], - "ujpEaI": ["Please connect your wallet"], - "uqF4Nm": ["Blockchain:"], - "usVwcn": ["No anti_whale(Unlimited number of transactions)"], - "uv94aG": ["Added by user"], - "uv9cwh": ["Bridge Network fee"], - "uyJsf6": ["About"], - "v01kR+": ["NFT PFP"], - "v7U98p": ["Failed to claim Lucky Drop."], - "vH2C/2": ["Swap"], - "vLXevL": ["Transaction cost"], - "vOx+Me": ["You can withdraw the remaining balance 24 hours after sending the lucky drop."], - "vVEene": ["View your Tokens and NFTs"], - "vXIe7J": ["Language"], - "vXygio": ["Not enough data to present."], - "vel6Z1": ["Request Source"], - "vhlM+H": ["Withdraw ", ["0"], " for savings."], - "vhqFTT": ["Can't find a valid user address data source."], - "vutynE": ["Enable plugin"], - "w0e0yw": ["Gas limit must be at least ", ["0"]], - "w1ctdJ": ["Encrypted Post"], - "w3t1Hw": ["Powered by <0>Go+"], - "w4oOEJ": ["Mask Community $ARB Giveaway"], - "w9Xmw/": ["Google Drive"], - "wCtp6y": ["Your Wallet is on **ready 🚀**"], - "wDnczW": ["Optimize the display of search results about ENS in social media."], - "wGtbaw": ["Amount per Share"], - "wMHvYH": ["Value"], - "wNecg9": ["Multiple transaction requests ", ["0"], " / ", ["1"]], - "wNxsb2": ["Reject ", ["totalMessages"], " Transactions"], - "wThGrS": ["App Settings"], - "wUlAUI": ["<0>@", ["currentUserId"], " connected already."], - "wYA1q/": ["Auto report the scam links to MetaMask"], - "waXvJd": ["NFT is not minted yet."], - "wbDTs9": ["Request timed out"], - "wqppGn": ["Permissions List"], - "wvJOId": ["This ENS does not exist or not be resolved."], - "wxZZWc": [ - "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." - ], - "wxfXhJ": ["Scam tx"], - "x0PhCN": ["Disconnected successfully."], - "x4f8pZ": ["Tips"], - "x5LEuB": ["Followers"], - "x6rEou": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "xBXg0L": [ - "No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk." - ], - "xC6eGY": ["Mint function"], - "xCJdfg": ["Clear"], - "xCcvjC": ["Set up NFT PFP successfully"], - "xDAtGP": ["Message"], - "xDO6ZN": ["Plugin switch"], - "xEQZ4z": ["Use text encryption"], - "xEX/9S": [ - "No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk." - ], - "xFCCR4": ["Please enter the correct mnemonic words, private key, or upload the correct keystore file."], - "xGVfLh": ["Continue"], - "xH6cn+": ["Choose Token"], - "xIxVmH": ["Unlock ", ["0"], " NFT contract."], - "xPSvu3": ["<0>", ["websiteCount"], " ", ["0", "plural", { "one": ["Website"], "other": ["Websites"] }]], - "xTQLHC": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Install @masknetwork to get yours." - ], - "xeiujy": ["Text"], - "xjhtsV": ["Chain"], - "xoKE3v": ["Disable Permit"], - "xuKB2x": [["0"], " deposited."], - "xupcu9": ["Speed Up"], - "y/+ReV": ["No any collectible is available for preview. Please add your collectible here."], - "y/kxxM": ["Priority fee"], - "y2i17G": ["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."], - "y3juHh": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "y3qyKP": ["NFT Lucky Drop created."], - "y49awp": ["Set NFT Photo"], - "y5aRAa": ["Please enter cloud backup password to download file."], - "y62Dys": ["Network fee"], - "y6VCOb": [["0"], " Mins"], - "y6sq5j": ["Following"], - "yC/GKd": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." - ], - "yD15Uj": ["Are you sure to remove this wallet?"], - "yDUr0V": ["Lucky Drop refunded."], - "yFpcbN": ["This request may be a phishing attach. I understand this and want to continue."], - "yFrxQj": ["Mnemonic word"], - "yGyJ1l": [ - "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." - ], - "yHrAv+": ["Claim Lucky Drop with ", ["0"], " claimed."], - "yKu/3Y": ["Restore"], - "yNBZ3N": ["Enter gas limit"], - "yNu9vD": ["The wallet address already exists."], - "yQE2r9": ["Loading"], - "yQqkIK": ["24H Average Price"], - "yRuvmU": ["The mnemonic words has been copied, please keep it in a safe place."], - "yTZe+y": ["Snapshot"], - "yVnV6H": ["Please write down or copy these words and save them in a secure place."], - "yVzBCJ": ["NFT Lucky Drop claimed."], - "yZhedI": ["Gas fee settings"], - "yb/fjw": ["Approval"], - "ybuu1v": ["Oops, we can't find any results."], - "ygW4tI": ["Please connect your persona"], - "yik0Qu": ["Private Key"], - "ykiu3o": ["NFT Details"], - "ylUhBz": ["Click to retry"], - "ylXk9u": ["Encrypt the message in an image"], - "yqc6uX": [ - "This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing." - ], - "ywDBfs": ["Something went wrong!"], - "yx/fMc": ["High"], - "yz7wBu": ["Close"], - "yzF66j": ["Link"], - "z+H8bd": ["Your wallet does not meet the eligibility criteria for claiming."], - "z/3+av": ["License:"], - "z1i6et": ["Failed to ", ["0"], " NFT contract."], - "z27gFg": [ - "If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it." - ], - "z7Fh2l": ["Base fee required: ", ["MIN_BASE_FEE"], " Gwei"], - "z9HeHt": ["Create a Privy Wallet"], - "zBPjcC": ["Revoke the approval for token"], - "zBUJYA": ["The approval for this contract will be revoked in case of the amount is 0."], - "zBftr8": ["Claim NFT Lucky Drop"], - "zEZe86": [ - "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." - ], - "zGTAja": [["claimed"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], - "zJlXbX": ["NFT"], - "zPar3e": ["Collectible"], - "zX9KdB": ["No following friends."], - "zXagFp": ["Copy Address"], - "zZk9Yz": ["Purchase"], - "zga9sT": ["OK"], - "zgqgNP": ["Purchasing...."], - "zkEW09": [ - "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" - ], - "znqB4T": ["Insufficient balance"], - "zp7Ha3": ["Backup Failed"], - "zwBp5t": ["Private"], - "zxrGeO": ["Gas limit must be bigger than ", ["minGas"], "."], - "zzDlyQ": ["Success"] - } -} +{"messages":{"++B0oY":["This function has been turned off in the App settings. Enable plugins to fully access."],"+01Ill":["Change to Solana Wallet"],"+5hgHR":["Are your sure you want to disconnect? You may lose part of functionalities of this website."],"+95jK3":["Gas limit too low will cause the transaction to fail."],"+A4TPN":[["0"]," NFT contract"],"+CzAt9":["Previous unfollow transaction is in processing, please wait and try again."],"+IEBAO":["Approve amount"],"+K0AvT":["Disconnect"],"+POswt":["Sell Tax: ",["0"]],"+Qcnh5":["Please select the appropriate method to restore your personal data."],"+W8dUJ":["Tap to view the private key <0/> Make sure no one is looking at your screen"],"+XyQiK":["Agree"],"+Zuhm7":["Support Identity code, private key, local backups or cloud backups to access your personal data."],"+adBn3":["Chrome - external extension"],"+b7T3G":["Updated"],"+fTqvl":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"],""],"+hwfjv":["Please select the wallet to activate the function after saving the settings."],"+m7PfT":["Deleted successfully"],"+m7x4e":["Backup Successful"],"+q+Wa9":["Swap anyway"],"+uISZO":["Incorrect Password"],"+ubcPw":["No power"],"+xKN8I":["<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later."],"/2nH6X":["Make another Bridge"],"/7tku+":["Try"],"/BI0y9":["Refunded"],"/Dk+nX":["More on ",["0"]],"/I3RSJ":["Report Spam"],"/JOEaC":["Deploy Smarty Pay wallet"],"/KseE7":["Delete File"],"/LkuGq":["Restore from a previous database backup"],"/OPmPQ":["Verify ",["0"]],"/Swcdo":["Failed to swap"],"/WfDJy":["If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets."],"/capO6":["Failed to deposit ",["0"],"."],"/eguJc":["Uploading"],"/fo6Dv":["Gas Limit (Units)"],"/giXwU":["Medium Risk"],"/hKQcr":[["seconds"],"s"],"/jQctM":["To"],"/nT6AE":["New password"],"/riTT2":["Pinned successfully."],"/uEw9z":["Your X account authorization has timed out. Please try again."],"/vtDGO":[["0"]," is connected to these sites, they can view your account address."],"/xrk7I":["FAQ&Tutorial"],"/y/pZ3":["Select a Token"],"0+3dvg":["This NFT didn't have any offers."],"0/eoR6":["Revoking"],"00b9QG":["Set Your Payment Password"],"01DWy7":["Click the settings icon to list it on the App board."],"04MqGo":["Post content:"],"09vHB+":["Failed to decrypt."],"0C6WdO":["Upload backup"],"0D4bav":["Name or Contract address e.g. USDC or 0x234..."],"0F4ogS":["Payment Password should be between 6 and 20 characters."],"0HnKBn":["Hide mnemonic words"],"0Lp4o6":["Load failed"],"0M//Nn":["The Persona is connected to the following accounts: ",["list"]],"0ZC72+":["Connected successfully."],"0bKGbK":["No past rounds found."],"0caMy7":["History"],"0dFHbr":["Confirm swap risk"],"0fljZe":["Trading Route"],"0hFUd/":["You must give the ",["0"]," smart contract permission to use your ",["1"],". You only have to do this once per token."],"0jddIP":[["0"]," members"],"0lBTmP":["You need to hold any of the following tokens."],"0oFu/K":["No Lucky Drops claimed"],"0oMKRL":["Delete Contact"],"0tdB+o":["Enable the ",["name"]," Wallet extension and disable other wallet extensions"],"0wJVK+":["Basic"],"0wdd7X":["Join"],"0wzWAN":["Why I can't vote?"],"0xXDLS":["View your profile in firefly"],"0yPSCj":["High Risk"],"0yf3iU":["Wallet sign cancelled."],"1+6BOG":["Download Backup"],"1+P9RR":["Switch to ",["0"]],"11kmCI":["We are not aware of any code that prevents the sale of tokens."],"199DuV":["Display specific information of Gitcoin projects, donate to a project directly on social media."],"1DwbcE":["Loading...."],"1EOhmY":["Rank #",["0"]],"1LkMSp":["Add Suggested Token"],"1M8xFP":["Transaction with extremely low slippage tolerance might be reverted because of very small market movement."],"1QJyuR":["At most ",["RED_PACKET_MAX_SHARES"]," recipients"],"1QfxQT":["Dismiss"],"1R2W/B":["This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup "],"1TNIig":["Open"],"1TaavV":["Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase."],"1Uqt6P":["Disconnect Wallet?"],"1Wbxhe":["This profile can not be followed: ",["0"]],"1Z++2X":["The Persona is not connected to any accounts."],"1agbuA":["Functions that can suspend trading"],"1bTY60":["Token Value"],"1kE7ob":["Network saved"],"1mjyN6":["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."],"1nMGEs":["Personas"],"1njn7W":["Light"],"1on6yK":["How to use ",["0"]," Wallet?"],"1rsf+c":["After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup."],"1xwmzN":["Switch to other accounts"],"2/N/mr":["Connect with ",["providerName"]],"22QmCQ":["The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"28ABhV":["Connect EVM Wallet"],"29b5Sq":["Blocto only supports the Flow chain."],"2CMLgZ":["Token ID separated by comma, e.g. 1223,1224,"],"2FYpfJ":["More"],"2GHENQ":["Web3 Profile"],"2J5wRx":["Failed to get quote information"],"2Lr4ie":["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."],"2MPu+c":["Priority Fee (GWEI)"],"2XVeKu":["Airdrop Scam"],"2Xze/r":["Block Explorer URL"],"2jQko7":["Associated Accounts"],"2kXxch":["Sorry, signature failed! Please try signing again."],"2p7WMm":["Give permission to access <0/> your ",["0"],"?"],"2saF1j":["Tax can be modified"],"2wxgft":["Rename"],"3/0KF0":["Create a Firefly.social wallet using an X account"],"34UMci":["Wallet Settings"],"38C83c":["Recovery Phrase"],"39ohdf":["Activities"],"3A/gtD":["Invalid RPC URL."],"3A/mG4":["Change Wallet"],"3AP6p1":["Public Key: <0>",["publicKey"],""],"3B4jmY":["Data correlation"],"3CR0qY":["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."],"3J+S3n":["Search Next.ID, X, Lens, ENS or Address"],"3OhjJ4":["Powered by <0>Mask Network<1><2/>"],"3Q5eQl":["Please click the \"Post\" button to open the compose dialog."],"3Q8dPe":["The website (",["messageOrigin"],") is asking you to sign in to another domain (",["0"],"). This may be a phishing attack."],"3SiDD1":["<0>",["user"]," burned <1>",["1","select",{"nft":["an NFT"],"name":[["0"]],"other":[]}],""],"3ThLdM":["Report on GitHub"],"3WZ1WL":["Please enter backup password to export persona private key."],"3YDnov":["Token now is hidden."],"3ZgRKI":[["type","select",{"post":["<0>",["user"]," publish a post on ",["platform"]],"mint":["<1>",["user"]," minted a post on ",["platform"]],"revise":["<2>",["user"]," revised a post on ",["platform"]],"share":["<3>",["user"]," shared a post on ",["platform"]],"other":[]}]],"3awOET":["Rank"],"3bGj61":["Claim on Firefly"],"3cAxpB":["There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price."],"3cw8FQ":["To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs."],"3dAaqV":["📃📃📃 Try to permanently use decentralized file storage on ",["sns"],". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions."],"3fpIq1":["to ",["0"]],"3iUAE7":["Backup to Google Drive"],"3kbpgO":["Gas Limit"],"3lUGN0":["Switch Persona"],"3pqzUK":["Contact added."],"3qe4O9":["Max Fee"],"3uBJPr":["File delete"],"3uQmjD":["Average"],"3ublvs":["Try token from different chains"],"3yLqgI":["Name or contract address eg. PUNK or 0x234..."],"4+VnE8":["ENS"],"42yL2J":["Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ",["encrypted"]],"43g2kf":["Only visible to yourself"],"44bNbA":["Select an NFT Contract"],"4DIYdt":["No associated wallet. <0>Add Wallet."],"4EN5JL":["Your Persona has been successfully created."],"4FvVUv":["Reset Wallet"],"4GBOoi":["Failed to create theme."],"4Gz2wC":["Failed to upload file"],"4HavhE":["Powered by <0>Mask Network"],"4HtGBb":["MAX"],"4JCJIV":["What is Web3 File Service?"],"4coHVU":["Lens Unfollow"],"4lm4o+":["Solana"],"4na5mr":["This message contains a invalid EIP-4361 message. It is better to reject this request."],"4ojMOt":["Please enter your backup password."],"4pSxwB":["Go"],"4zgT9K":["Connect Mask Network Account using your wallet."],"50QwC8":["value"],"51TkMy":["Claiming will be live until: <0> ",["days"]," d ",["0"]," h ",["1"]," m"],"51cT/A":["The minimum amount for each share is ",["0"]," ",["1"]],"51rAFB":["Please copy the following text and image (if there is one) and publish it."],"52nzPV":["Data source is retrieved from ",["0","select",{"twitter":["Twitter profile"],"facebook":["Facebook profile"],"other":[]}],"."],"55/jcy":["Hi friends, I just withdrew my deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"5Dz44N":["Set Payment Password"],"5E57TU":["Max priority fee is too low for network conditions"],"5G0lxx":["Powered by <0>Scamsniffer"],"5H/4VW":["Create a Firefly.social wallet"],"5HVoyc":["Transaction Details"],"5Jczad":["I just claimed a lucky drop from @",["0"]," on ",["1"]," network."],"5N3b5J":["Market Cap"],"5O5enn":["Enter Payment Password"],"5QfZ6O":["Contract source code verified"],"5YfW3S":["Add an encrypted comment..."],"5ZzgbQ":["Connect ",["0"]],"5e22kj":["Email verification code"],"5hFImX":["Deploy Contract"],"5i1JPS":["Never share 12-word secret mnemonic with anyone!"],"5iHe/7":["Network error, try again"],"5o2pdQ":["Create Persona"],"5s6EhU":[["count","plural",{"one":["You have recovered **","#"," Wallet 🚀**"],"other":["You have recovered **","#"," Wallets 🚀**"]}]],"5sIdhw":["Share with"],"5uFQ9j":["Please create a persona and verify your account to use this."],"623chP":["Infos"],"66J/I3":["Transaction Fee"],"678PKt":["Network Name"],"68FuwU":["URLs require the appropriate HTTPS prefix."],"68m9Nl":["Add new address to an existing group"],"6B+2/d":["Stay on top of NFT trending information, hot projects, notable transactions, etc."],"6DvbLh":["Please install your metamask wallet and set up your first wallet."],"6HT670":["Function: ",["0"]],"6IHgRq":["Backup to the Cloud"],"6IvSyW":["Token Standard"],"6RDwJM":["Tokens"],"6U+PWG":["Total NFTs"],"6Uau97":["Skip"],"6V3Ea3":["Copied"],"6VJnE7":["Note: Scams detections might not be 100% guaranteed."],"6YASel":["Invalid Network"],"6YtxFj":["Name"],"6ZZ+4S":["Load Network"],"6foA8n":["Are you sure?"],"6gRgw8":["Retry"],"6k8iqO":[["0"]," ",["1"]," bridge completed successfully."],"6knJVf":["This NFT contract cannot be modified now."],"6s8L6f":["Switch Network"],"6sbLuF":["Current results"],"6ulv1U":["Contract Owner"],"6vVuTX":["This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"7+2e01":["Network removed."],"70wH1Q":["APR"],"76Ml+j":[["0"]," NFT Lucky Drop created."],"76gPWk":["Got it"],"78Kj7O":[["0"]," NFT transferred."],"7Ae1jc":["True Token"],"7Bj3x9":["Failed"],"7PPwVf":["Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted."],"7PgtYC":["Set NFT Avatar"],"7QptC5":["Auto-lock Time"],"7R2WG+":["Decrypted by Mask Network"],"7VpPHA":["Confirm"],"7c99ux":["Contract Deployment ",["0"]],"7cg5cq":["unique contributors"],"7eFA2G":["Failed to revoke token contract."],"7hZyUn":["Processing Deposit"],"7k2lei":["Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later."],"7lnlzl":["Claimed ",["amount"]," $",["0"]," successfully."],"7qUM2b":["Open Mask Wallet"],"7s5tLo":["Allow this site to switch the network?"],"7w1rTm":["The download link is expired"],"7yziEn":["This request has been expired."],"8+xvyR":["Blockchain"],"82+n6o":["Quote Route"],"869iq0":["Transferring asset across to the ",["0"]," network via the ",["1"],"cross-chain bridge"],"87Poy7":[["0"]," ",["1"]," NFT contract."],"88+Eku":["Provide you with fast, reliable and convenient security services."],"89kDhv":["NFT collection"],"8BsgdX":["Failed to get permissions"],"8C8O9E":["Provided by plugin \"",["0"],"\""],"8Dh77Z":["NFTs"],"8IN0ph":["No more data available."],"8J7y6E":["Deposit ",["0"]," for savings."],"8Kly2P":["Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token."],"8MJFvR":[["0"]," Risky factor"],"8N1Wbf":["This token has no risky or attention factors."],"8RF/Sx":["Added successfully"],"8S5o5V":["Share and recommend this feature after saving."],"8TMaZI":["Timestamp"],"8Tg/JR":["Custom"],"8WLjqx":["Never share the 12-word secret mnemonic words with anyone!"],"8ZsakT":["Password"],"8bgRf6":["Can not follow: ",["0"]],"8djViz":["Step ",["step"],"/",["step"]],"8glx+u":["Token ID"],"8rElAH":["Image copied!"],"8wEOMN":["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"9+VwX/":["Add Collectibles"],"9KKhJV":["Signing ..."],"9VcshJ":["Enable auto paste"],"9Y1kXO":["Payment password stored locally and you could try as many as you want to unlock your wallet."],"9bG48P":["Sending"],"9cDpsw":["Permissions"],"9cSIbb":["Click on <0/> at the top-right of your browser."],"9d/Qe4":["Service Agreement"],"9hg9mc":["Downloading"],"9hzYBR":["Failed to download and merge the backup: ",["0"]],"9jba96":["Only TypedMessageText is supported currently."],"9kIgHE":["This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet."],"9lqqpY":["Invalid email address."],"9oP21f":["My vote"],"9oq2rm":["Functions with retrievable ownership"],"9q+I38":["Your voting power"],"9r9nwF":["Identical"],"9sjcnZ":["Disconnected."],"9tG0uf":["Please verify your social account"],"9uYu7e":["You haven't uploaded any files yet."],"9w2hgY":["Paste manually"],"9xaUMG":["General user"],"A+Ijr2":["Close [Check Security]?"],"A0VzMm":["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."],"A1bmDM":["No verified account found here."],"A1taO8":["Search"],"A3Ndml":["Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop."],"A4vJQr":["Set your NFT as profile picture with exclusive aura."],"A6JChW":["The transaction was complete and has been recorded on blockchain at ",["0"]],"A9tojF":["Incorrect password"],"AElxM7":["Transfer ",["0"]," NFT."],"AJNYYr":["Refund Lucky drop"],"AKLbfQ":["Restore Database"],"AMJWWT":["Likely in < ",["estimateSecond"]," seconds"],"ANYjcp":[["shareWithNum","plural",{"one":["1 friend"],"other":["#"," friends"]}]],"ANk/Zy":["Incorrect Backup Password"],"AOPSKq":["Deposit ",["0"]],"ASNDad":["Hide ",["name"]],"AV+9wg":["Re-enter"],"Ah4d0u":["Security Detection"],"AjVXBS":["Calendar"],"Ap948/":["Listed"],"Appw6V":["No NFTs found."],"Aq+O0x":["status"],"AuXfDa":["Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards."],"AuvDq6":["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"],"AwQpq/":["Click on the down-arrow to see the private key."],"AxPAXW":["No results found"],"AxdOHo":["Pair"],"Axp2cZ":["24 Hour Trading Vol"],"AyLiVq":["Scan QR code to receive payment"],"B1T4nn":["Confirm the Lucky Drop"],"B6C0XJ":["No Data"],"B8B8TU":["Verified by ",["0"]],"BAvIGC":["Withdraw token"],"BFhvNB":[["0"]," ",["1"]," NFT contract successfully."],"BMCVM3":["Wallet Sign"],"BQHQ9v":["No websites connected to this wallet"],"BQi2Kk":[["0"]," were claimed"],"BUXiPs":["This Chain ID is currently used by the ",["0"]," network. "],"BWSJkS":["No Airdrop Scam"],"BXixGM":["Use Persona to encrypt and decrypt social media posts & messages."],"Ba6uFH":["Create your NFT Lucky Drop."],"BaU+dx":["Connect your social platform accounts."],"Baj2MJ":["Savings"],"BaoXTT":["<0>Powered by<1>OKX<2/>"],"BiGQfG":["Transaction Hash"],"BkN2qg":["<0>Service Agreement and <1>Privacy Policy"],"BmN4Bk":["Aggregator"],"ByAMF+":["Risk Warning"],"ByPj1d":["Request ID"],"BzEFor":["or"],"BzfzPK":["Items"],"C0JhYS":["Change Network"],"C2/uLW":["Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned."],"C3Wgzy":["You have claimed ",["0"]," $ARB."],"CCIrQ8":["Fake Token"],"CE+M2e":["Info"],"CEk7Nc":["At least 6 characters"],"CFPbpH":["The new passwords don't match"],"CJviCK":["<0>",["user"]," proposed"],"CK1KXz":["Max"],"CMHmbm":["Slippage"],"CMfM6C":["No Enough Gas Fees"],"CP3D8G":["Progress"],"CT10+i":["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."],"CTSEx8":["<0/> publish a post on ",["0"]],"CU3U3d":["Try to recover"],"CWsYB3":["Welcome Back"],"CXHRbe":["Wallet request timed out"],"CYRJEX":["Owners"],"CZSWya":["NFTs added"],"CZmSbe":["Request is valid not before"],"Cf/0to":["Data source is retrieved from ",["0"],"."],"Citz6F":["Exchange"],"CkLMZ2":["File delete failed"],"CmMDVW":["<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction."],"CpciBt":["Switch to Polygon and Follow"],"CtByM7":["Connect Wallet"],"Cwxng+":["Supported formats: JPEG, PNG<0/> Size limit: ",["0"]],"Cy19fm":["View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline."],"CygwLN":["Swap completed successfully."],"Cz6Lx7":["Encryption Method"],"D79cZK":["Instant"],"D9iWaX":["Please check ToS document"],"D9za/8":["Missing dex contract address"],"DA2uGM":["Click the application icon to hide in the App list."],"DAFhfT":["There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"DC3sw8":["Two entered passwords are different."],"DHhJ7s":["Previous"],"DKBbsW":["Gas price must be greater than 0 Gwei."],"DPfwMq":["Done"],"DYoO0m":["Token quantity greater than"],"DdUFp+":["The transaction was confirmed at ",["0"]],"Dk6Non":["Whitelist function"],"DkHkqH":["Recommended dimensions: 1016 × 672 px"],"DnmyoA":["Priority fee should be greater than 0."],"DoQ5Lj":["RPC URL"],"Dpe+e3":["Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet."],"DtZDW+":[["0"]," (UTC+8)"],"Du6bPw":["Address"],"DuIDTw":["To verify your X account and record it on the NextID, please send this post for the verification."],"Dz56Ua":["Encrypt"],"E399AQ":["<0>",["user"]," bridged <1>",["amount"]," ",["symbol"]," from <2>",["source"]," to <3>",["target"],""],"E6HGuD":["Check out the official website"],"E6Sqiu":["Failed to load ",["0"],". Click to retry."],"E6YUtc":["Merge to Browser"],"E7prOW":["<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature."],"EBC6hj":["Local Backup"],"EGWr+Q":["Web3 Profile Card"],"EJRk0x":[["gasOptionType","select",{"slow":["Slow"],"normal":["Average"],"fast":["Fast"],"custom":["Custom"],"other":[]}]],"ELQ256":["Make another Swap"],"EMLHjH":["More Details"],"ENIvoT":["Please set up the amount of time before we automatically lock your wallet."],"ERYJcj":["Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers."],"EStYiZ":["No proxy"],"EVFPUv":["Transfer NFT"],"EYwKb0":["Gas Price (GWEI)"],"Ea4oxV":["Follow System"],"EbE80y":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post."],"EbVCxG":["<0/>",["txType","select",{"deploy":["deployed"],"execute":["executed"],"other":[]}],"<1/>"],"Eda+dy":["🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ",["encrypted"]," to send your first encrypted tweet."],"Eefe1a":["The input is not a single file."],"EfAke+":["<0>",["user"]," voted for <1>",["option"]," on <2>",["platform"],""],"Eh4m6e":["<0>USD Value<1>$",["0"],""],"Enb3Qk":["You claimed 1."],"EoKe5U":["Domain"],"EsKgLS":["Click here to have a quick start."],"Ev2r9A":["No results"],"EwiD7E":["Confirm Payment Password"],"F/pYeX":["Create NFT Lucky Drop"],"F3bW6y":["Platform"],"F4Igxz":["Quote route"],"F7U8uz":["Creating your **wallet**"],"F8VT6y":["Failed to transfer NFT."],"F8Wc3I":["Drag & Drop your file here"],"FAKSZG":["Add google Drive"],"FC17bL":["<0>Powered by <1>Mask Network"],"FGceVy":["Owner can't change balance"],"FMQ6p2":["You've already claimed the lucky drop"],"FR2cx3":["Anti_whale(Limited number of transactions)"],"FY2gWe":["The contract address is incorrect or the collection does not belong to you."],"FZg3wM":["Operation"],"FfJy7A":["Manage Network"],"FgAxTj":["Log out"],"Fgyfqo":["Amount Each"],"FiKDfi":["Failed to unlock NFT contract."],"FiYmUY":["No associated accounts"],"Fim3FY":["Download https://mask.io to try more powerful tools on Twitter."],"Fn9Tvh":["Volume (24h)"],"FnQek5":["Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request."],"FnjSI+":["Not current account. Please switch to this account to set up NFTs Profile."],"Fs/bd5":["Invalid Block Explorer URL."],"FzzpXs":["Sale ends in ",["0"]],"G+XYfT":["Do you want to delete file <0>",["0"],""],"G4NrhP":["Persona created."],"GAZNIW":["Price Statistic"],"GAvnvl":["Payment Password"],"GDe4XX":["Please connect wallet to check if you are eligible to claim $ARB."],"GEL05h":["WalletConnect"],"GExRUL":["Backup password"],"GHvzdC":["No content for the last two weeks."],"GK6Tzr":["Persona Sign"],"GLDuz6":["May be a honeypot."],"GRLMKx":["Winners"],"GS+Mus":["Export"],"GS0ldX":["Unsupported network type"],"GShMK6":["Refunding"],"GTJCth":["The contract owner is not known to be able to modify the balance of the token of other addresses."],"GWCG6Y":["Copy image"],"GWKfFr":["To use Lido, you need to wait ",["0"]," days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1."],"GWMpIa":[["0"]," Risky factors"],"GXhrYw":["1. If you haven't installed the ",["name"]," Wallet"],"GXsAby":["Revoke"],"GZzKYx":["Buy Tax: ",["0"]],"GaH2JF":["Suggest to send transactions and sign messages"],"Gia1VG":["Web3 File Service"],"Gmmd6d":["Verify your X ID"],"GrTvoo":["Transaction in progress. Thank you for your patience."],"GtJJAj":["Add Wallet"],"Gw91G1":["This request should only be sign in the future."],"GyvZPz":["Token ID should be separated by comma, e.g. 1223,1224,"],"H1v3zR":["Insufficient ",["0"]," Balance"],"H8rw2f":["(the name is set by the web site)"],"HCKlXm":["Token Contract Address"],"HF6C2L":["Phone Number"],"HFVck2":["Lucky Drop with ",["0"]," refunded."],"HGTZAO":["Step 2/2"],"HH25qd":["No wallet selected."],"HIq3th":["Cannot switch to a unknown network."],"HKH+W+":["Data"],"HTX2HV":["Minimum received"],"HVRhUV":["By proceeding you agree to the"],"Hp1l6f":["Current"],"HpK/8d":["Reload"],"HqiAyF":["Gwei"],"HvDfH/":["Imported"],"HvUm3m":["Choose and show your Web3 footprints on X."],"I4caYo":["Invalid verification code."],"I5kL4f":["Activity Log"],"I7z//Y":["Trading route"],"IBAx3U":["Kept safely"],"IF7RiR":["Cover"],"IGbphl":["Unlocking ALL..."],"ILvrUp":["Unlikely to be a honeypot."],"IMX4sR":["Blacklist function"],"IQ3gAw":["Upload File"],"ITBQO3":["Max priority fee must be greater than 0 GWEI"],"IUG86v":["The Persona is connected to the account @$",["0"],"."],"IUp08P":["The current wallet does not hold a lens and cannot follow/unfollow"],"IX1M/E":["Floor price"],"IXbRbM":["Choose another wallet"],"If2v4h":["Lucky Drop"],"IhnvgP":["Change to EVM Wallet"],"ImhKg5":["Could not fetch chain ID. Is your RPC URL correct?"],"IoAuJG":["Sending..."],"IrI9pg":["End date"],"Iu4Ja9":["Please enter token contract address."],"J05/Al":["Set NFT NFT Background"],"J0LAHU":["Refund"],"J0Mxpc":["The ",["0"]," is in progress. You can check its status in History after exiting this page."],"J24FyN":["Bridge"],"J2eKUI":["File"],"JA8K9s":["Unpacking"],"JGds+N":["Lack of number, letter or special character."],"JGpseC":[["0","plural",{"one":["This domain is"],"other":["These domains are"]}]," currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"JLiwYz":["Mask Network requires the permission of following websites before using it."],"JOP9uZ":["Transaction has been rejected!"],"JPHuMW":["Swapping"],"JUcj/I":["Switch X Logo"],"JXJlYD":["Set Your Persona Name"],"JbKZsv":["Scan the QR code with a WalletConnect-compatible wallet"],"JeHCi7":["No function found that retrieves ownership"],"JfI60y":["Incorrect Payment Password."],"Jg5pf7":["Current base fee is ",["0"]," Gwei"],"JiIKww":["Advanced Settings"],"JlFcis":["Send"],"JlIzk8":["Browser File"],"Jnjbl3":["You need to follow <0>@",["twitterHandle"],""],"Js4Nk0":[["0","select",{"finding_post_key":["Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you."],"finding_person_public_key":["Mask is looking for the public key of the author..."],"other":["Mask is decrypting..."]}]],"JuVC24":["Deposit token"],"JwzZmt":["to <0>",["toAddress"],""],"K1tshY":["Failed to download image"],"K5a6t1":["Persona already exists."],"K7tIrx":["Category"],"K8jCIB":["Data backed up successfully!"],"KAS4UW":[["0"]," Attention factor"],"KCeSRZ":["We will need to verify your Twitter account and record it on the NextID. Please post it for validation."],"KFYFgI":["Wallet sign failed."],"KFwID2":["Restore Failed"],"KGHnSc":["Lock Wallet"],"KJGKkh":["EVM Chains only"],"KMgp2+":[["0"]," available"],"KPUGxy":["Random Amount"],"KRz1oj":["Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X."],"KTfagY":["Lucky drop with ",["0"]," created."],"KVAoFR":["unlimited"],"KVkke3":["Set NFT PFPs"],"KWeNH6":["Unlocking ",["hasSymbolName"],"..."],"KisOjk":["Restore or Login"],"Kj4oEm":["Generate a new persona"],"Kl9gHp":["Wallet Group #",["0"]],"KmQ25M":["Max priority fee is too high for network conditions."],"KnidLU":["Not Connected"],"Ko4L/B":["The receiving address is a contract address. Please check again."],"KojyJ4":["Wrong Network"],"Koz2Rg":[["0","plural",{"one":["Action"],"other":["Actions"]}]],"KtMMzG":["Wallet disconnected"],"KwJJLb":["<0>Powered by <1>",["0"],""],"Ky09J8":["Previous follow transaction is in processing, please wait and try again."],"KziH2K":["Fast"],"Kzu9r9":["24H Traded Volume"],"L+bpwv":["Please set up backup password to export private key."],"L4vN0F":["EVM"],"L82H5Z":["Creating your **identity**"],"L87Mfu":["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."],"L96aan":["View full transaction details"],"LBtfmO":["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."],"LJkXYZ":["Create New Mask Identity"],"LLf+t1":["No deposit protocols found."],"LNItR6":["You have set NFT PFP successfully."],"LP+1Z7":["Add Network"],"LSwUJb":["Select Liquidity"],"LU3p9s":["Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account."],"LWJCIn":["Connected sites"],"La9ArN":["<0>Powered by ",["publisherNode"]],"LcET2C":["Privacy Policy"],"LcZh+r":["Unsupported data backup"],"LhMjLm":["Time"],"Lho4Qd":["DSearch"],"LiE5z4":["Max base fee should be greater than 0"],"LigbuA":["In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension."],"LkYKvc":["Please select the correct words in the correct order."],"LqWHk1":["Hide ",["0"]],"Lx4CpL":["Wallet name must between 3 to 18 characters."],"Lz7CzN":["No mint function"],"Lzo8mb":["Claimed: <0>",["claim_numbers"],"/",["total_numbers"]," <1>",["0"],"/",["1"],"<2><3>",["tokenSymbol"],""],"M0FgOk":["Add Contact"],"M1RnFv":["Expired"],"M1ts1r":["View your address"],"M24E85":["This address is a contract address."],"M4g1UJ":["Contract Interaction"],"M7ZGdw":["2. If you have installed the ",["name"]," Wallet"],"M9OYUo":["Please try again if you failed to vote."],"MC00Lm":["Scan QR code with WalletConnect-compatible wallet"],"MEIAzV":["Unnamed"],"MKEPCY":["Follow"],"MOHcKb":["Enter a max priority fee"],"MQ9hQ4":["DAO"],"MR/0Va":["All Mask Network users"],"MTqQMG":["Not set"],"Mh3RsB":["Best Wishes!"],"Mi8ATZ":["The token approval revoked."],"Midntl":["Download report"],"Mm1aH+":["Proxy contract"],"MpnSqP":[["0"]," Pending"],"MqdtT5":[["0"]," Bridge Network fee"],"MyjAbr":["Resend"],"N/fqDa":["Ens or Address(0x)"],"N0YrmD":["Valuables"],"N0tcou":["Claiming..."],"N2DUxS":["Insufficient Balance"],"N2S1rs":["Empty"],"N2aeX8":["No valid wallet detected. Please connect wallet or verify wallet firstly."],"N40H+G":["All"],"N5GKfB":["Tax cannot be modified"],"N6/RZd":["Sorry, failed to save NFT Avatar. Please set again."],"N931rj":["Your transaction should be done in <0/>"],"NERSN2":["or Holding NFT"],"NJbBmC":["Switch Twitter Logo"],"NOi+Fr":["This QR includes your identity, please keep it safely."],"NTnXx/":["<0/> unapproved <1>",["0"],""],"NVt/wW":["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"NWqhru":["Reselect"],"NZ7wlC":[["0"]," Holder"],"Na6Ytj":["Change NFT PFP"],"NaZTE7":["Incorrect Mnemonic Words."],"NdlvGd":["Claim Details"],"NfxOUe":["Enter Total Amount"],"Ng063n":["Donate"],"Nhp9Kw":["Exceeded the maximum file size of ",["fileSize"],"."],"NkgvWN":["Logout failed"],"NloaHG":["Backup Password"],"Ns5WaC":["No backups found"],"Nu4oKW":["Description"],"NwibRO":["Supported contracts"],"NzlE6O":["By granting permission, you are allowing the following <0/> contract to access your NFTs."],"Nzm8dm":["Example: Alice"],"Nzwli2":["Base"],"O2XHf2":["Check ",["providerName"]," to confirm connect."],"O3Nzf+":["Bridge between this token pair are't supported at the moment."],"O3oNi5":["Email"],"O86J+j":["This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud."],"O8PsYe":["Add the file to Chrome's database"],"OAZ+tI":[["attentionFactors","plural",{"one":["#"," Attention item"],"other":["#"," Attention items"]}]],"OAfk3i":["Hash"],"OCJdad":["<0>To: <1>",["to"],""],"OLUEnY":["when you click Add Google Drive button,you will be forwarded to Google authorization pages."],"OLY2Jk":["Gas Price"],"OQEwR/":["Create Lucky Drop"],"OR475H":["Network"],"OcvI49":["No blacklist"],"OeD4sM":["Failed to login firefly"],"OfhWJH":["Reset"],"OgPkDe":["Currency Symbol (Optional)"],"OgohfQ":["File Key: <0>",["0"],""],"OhgYJS":["Basic setting"],"OkofjH":["Recover"],"On0aF2":["Website"],"OsyKSt":["Withdraw"],"OuUyzz":["No contacts stored locally, you can try searching."],"OzSOpz":["Create a Privy wallet using an X account"],"P+K/3O":["Confirming"],"P7S/hC":["Max priority fee must be greater than 0 Gwei."],"P9wzG/":["Recovery"],"PByO0X":["Votes"],"PDW/HG":["Your Persona is on **ready 🚀**"],"PGdbc0":["Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com."],"PHM7OA":["Supported Sites"],"PI/VCJ":["Select the wallet(s) to use on this site. You should not connect to website you don't trust."],"PIG043":["Gitcoin"],"PLWaf6":["Create the Lucky Drop"],"PNZOzY":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"]," on <5>",["3"],""],"PRkIUI":["Gas Fee"],"PTXNyo":["Waiting for ",["providerType"]],"Pd3dlq":["Circulating Supply"],"PeT3a5":["You have successfully restored the backup from Google Drive to your browser."],"PiH3UR":["Copied!"],"PjBWOL":["Create your persona to get started"],"PlE+Fs":["Connect and Verify ",["0"]],"PsQmAw":["Everyone"],"Pt3n39":["No back up"],"PwjgPX":["Please create your persona to use Web3 Profile."],"Q0IFtx":["The custom amount entered may be higher than the required network fee."],"Q2lUR2":["Currency"],"Q68Nuc":["Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it."],"QF9SdB":["Split Mode"],"QHZRmq":["Sites"],"QHcLEN":["Connected"],"QJQd1J":["Edit Profile"],"QQPCqQ":["Backup Wallet"],"QRsMow":["Transaction Confirmed"],"QU9aqK":["You have signed with your wallet."],"QUBIav":["Failed to bridge"],"QWxok/":["Connect with Mask Wallet"],"QXDgyQ":["Please write down the following words in correct order. Keep it safe and do not share with anyone!"],"Qbo7Ev":["Write down mnemonic words"],"QcVZFH":["Step ",["step"],"/",["totalSteps"]],"Qd0xFm":["Refund your expired Lucky Drop."],"QowPFh":["Collectibles"],"QpgBEp":[["0"]," days"],"QsVbHo":["Sending address"],"QyZU8V":[["riskyFactors","plural",{"one":["#"," Risky item"],"other":["#"," Risky items"]}]],"QypSt2":["Update X.com Permissions"],"Qz8niP":["You may lose your assets if you give approval to the website of this token."],"R/Pfmp":[["amount"]," ",["0"]," tips sent."],"R2K7XH":["Account successfully connected to persona"],"R9aEN5":["Send ",["0"]],"RCBmDP":["Follow @masknetwork to explore Web3."],"REeHKm":["<0/> ",["txType","select",{"trade":["traded"],"mint":["minted"],"other":["traded"]}]," <1>",["0"]," ",["1"]," for <2>",["2"]," ",["3"],""],"RH8jSA":["Merge data to local database"],"RHSlVw":["Follow @masknetwork (mask.io) to claim NFT lucky drops."],"RL5m+x":["Generating your **accounts**"],"RLBjfU":["Attached File: ",["name"]," (",["size"],")"],"RNfEI8":["You canceled the request."],"ROWd/9":["Leave blank to allow any amount; enter a number to set a minimum holding requirement."],"ROWeBX":["Followings"],"ROsDRH":["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"],"RRw7LE":["Identity ID"],"RUYsn0":["Clear All"],"RW1HJz":["The receiving address may be a malicious address."],"RWoEqV":["Failed to transfer token: ",["message"]],"RZOA0N":["Find Mask Network in the extension list and click the <0/> button."],"RdfrN2":["Mint Address"],"Re7Oex":["Transaction submitted."],"RhCL4z":["Max amount"],"RiLzWA":["Please switch to this network in the mobile application wallet you are connected to."],"RiQQyz":["This allows the third party to spend ",["value"]," ",["0"]," from your current balance."],"Rm3JCH":["File name must between 3 to 20 characters."],"RqRRf6":["Created by <0>",["0"]," • <1>Website"],"RrGhwo":["File ",["0"]," deleted."],"RuO5md":[["seconds"],"sec"],"Rx8sxX":["Select liquidity"],"RxlKnY":["Lens"],"Ry8TiY":["Create Smart Pay wallet"],"S0CsaV":["Create a New Wallet"],"S0vyIh":["Owner changed."],"S2JNMm":["Your file has been successfully restore into the browser data."],"S33tz3":["Not connected"],"S6Qdlo":["Scam Warning"],"SDrb6I":["Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account."],"SGVkVp":["Two entered passwords are not the same."],"SIrUT3":["Grant access to your ",["0"]," for the Lucky Drop Smart contract. You only have to do this once per token."],"SLEDBF":["Failed to add the wallet, please try again."],"SNZM71":[["0"]," withdrawn."],"SREKz9":["Report NFT Scam Contract?"],"SUqBr9":["Refund ",["0"]," ",["tokenSymbol"]," Successfully"],"SX2UXi":["Your vote has been successful."],"SYGo/R":["Import Wallet"],"SYgxDf":["Slow"],"Sfu/we":["Failed to delete, please try again."],"ShHV7X":["Cloud Backup"],"ShmUTn":["Add a Custom Cover"],"Sitstz":["Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund."],"Sjplg3":["View on Explorer"],"SlxhDh":["Verify your wallet"],"Sp69uH":["The web site can"],"T0W3Z8":["Insufficient funds for gas."],"T0Y2+3":["Select a token"],"T3EPqL":["Max base fee"],"T3dlAs":["Quote expired. Update to receive a new quote."],"TA4fAr":["The wallet name already exists."],"TFEJcT":["Set NFT PFP"],"TIIaK1":[["2","select",{"approve":["<0>",["user"]," approved ",["0"]," to <1>",["contract"],""],"revoke":["<2>",["user"]," approved ",["1"]," to <3>",["contract"],""],"other":[]}]],"TJt1iY":["Decentralized social graph protocol for user-centric Web3."],"TNFd5O":["View real-time crypto prices, market cap, trading volume, etc."],"TP9/K5":["Token"],"TRoDRd":["Failed to deposit token."],"TYTRNP":["Eligible to claim"],"TZDLPg":["Claimable"],"Tfxac6":["This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"Tg003Y":["Connected wallets settings"],"Tl3Zls":["This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee."],"TnHNX9":["Update permission for X.com"],"ToePai":["Spend limit requested by"],"TppkTk":["<0>",["user"]," carried out an activity to <1>",["target"]," on <2>",["platform"],""],"TpqeIh":["Error: ",["0"]],"Tuc34V":["Confirm Bridge"],"Tx/jsw":["Do you need to paste encrypted content manually?"],"Tz0i8g":["Settings"],"TzarJw":["Bridging"],"UBzbea":["Recover your wallet"],"UDKbPj":["Your file has been successfully merged into the browser data."],"UFzLh1":["When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ",["0"],". Please reduce the number of NFTs selected."],"UO7xDp":[["0"]," Pool"],"UPJjXF":["Network error, try again: ",["0"]],"URAE3q":["Paused"],"URmyfc":["Details"],"UUfXpm":["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."],"UWxJIW":["Powered by Celer Network. Support $MASK!"],"UXBK7e":["<0>",["user"],"sent",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"to <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"UaXeX3":["Okay"],"UbRKMZ":["Pending"],"Udf/Es":["Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network."],"UfJmJU":["Invalid slippage tolerance."],"UjJCIX":["Contract source code not verified"],"UjRxho":["Persona Recovery Phrase"],"UmVZrM":["Failed to create Lucky Drop."],"UpqenY":["We recommend new Web3 users to keep [Check Security] open."],"UqJ0W/":["Cancel Transaction"],"Usynqd":["Gas price is too low and will cause the transaction fail"],"UtKGok":["Backup Persona"],"UvJiVZ":["There's no feed associated with this address."],"UxJ2jd":["Display Snapshot proposals on the X of the respective project or protocol."],"UxYZfY":["Revoke the approval for ",["0"],"."],"V+1pjj":["Back Up Your Data Your Way"],"V+ZuGt":["You claimed ",["0"]," $",["1"],"."],"V6YDUB":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"],""],"V6wYl1":["Total amount"],"V8j2d/":["App list"],"VAOn4r":["Unlock"],"VECuJk":["Wallet Account"],"VHShJf":["Please click Browse Files button to select files to upload."],"VHVdS1":["No votes"],"VP4HYe":["Next.ID"],"VSx1eg":["Max priority fee"],"VbeIOx":["Author"],"VcPDSd":["Unsupported key store data"],"VdhBp2":["The chainID is not equal to the currently connected one."],"VdkQUC":["Please sign up or login ",["siteName"]," to connect Mask Network."],"Vj7ma7":["Support mnemonic phrase, private key or keystore file."],"VlpdUm":["Use NFT"],"VsHxv+":["Copy text"],"VvGC/Y":[["0"]," Network fee"],"VvPeyR":[["0"]," unlocked"],"VzQ7uf":["Unknown EIP-4361 message version."],"VzQOL2":["This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap."],"W0uonA":["This QR includes your mnemonic words, please keep it safely."],"W2es+t":["Oops, it seems you don't have any voting power at block ",["0"],". <0>Learn more"],"W5OcTk":["No approved contract records."],"W7e3zN":["Are you sure to remove the connected wallet <0>",["0"],"?"],"W7rMXF":["Failed to send token."],"WAjFYI":["Start date"],"WDcQq9":["Unlisted"],"WKG5E8":["You need to hold at least ",["quantity"]," of any of the following tokens."],"WLMjwL":["Confirm to hide ",["0"],"? You can redisplay it by re-adding this token at any time."],"WS7EYf":[["0","select",{"Post":["<0/><1>",["handle"]," published a post on <2>",["1"],""],"Comment":["<3/><4>",["handle"]," made a comment on <5>",["2"],""],"Mirror":["<6/><7>",["3"]," mirrored a post post by<8/><9>",["handle"]," on <10>",["4"],""],"Quote":["<11/><12>",["handle"]," quoted a post post on <13>",["5"],""],"other":["<14/><15>",["handle"]," post stuff on <16>",["6"],""]}]],"WWPi4P":["Incorrect wallet address."],"WY8amq":["Invalid number"],"WZcvLm":["Follow Now"],"WeNxrL":[["0"]," Attention factors"],"Weq9zb":["General"],"WmXCMa":["Switch other account"],"Wqoa0p":["Connect Persona"],"WqzYn1":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"]," to <2>",["project"],""],"WsNUie":["Claimed: <0>",["0"],"/",["1"]," <1>",["2"],""],"Wvnsx1":["Auto-lock"],"Wy16g8":["Gift crypto or NFTs to any users, first come, first served."],"X0PXso":["Swap duration"],"X200Sr":["Forgot payment password?"],"X3X0nY":["You may have ",["0"],"% less received with this level of slippage tolerance."],"X6ujRd":["Be aware, check the token before adding it."],"X8N33g":["Transaction history is only stored locally and will be deleted if you clear your browser data."],"X8w6bW":["Enter Max spend limit"],"XA8JXM":["Add NFTs"],"XB3tfc":["Encrypting your **data**"],"XC7RGa":["Recover your data"],"XDtQ7t":["Display the following address on your Web3 profile page and use it to receive tips."],"XGRJzS":["Open in a new tab"],"XGqAnD":["This token contract has code that prevent selling. This might is a honeypot."],"XQDdOC":["No friends are stored locally, please try search one."],"XQQx83":["<0>",["user"]," ",["0","select",{"supply":["supplied"],"add":["added"],"repay":["repaid"],"withdraw":["withdrew"],"collect":["collected"],"remove":["removed"],"borrow":["borrowed"],"other":[]}]," liquidity on <1>",["1"],""],"XUKicg":["Step 1/2"],"XYLcNv":["Support"],"XZ/B+f":["Don't see your NFT?"],"XcWehA":["Update Quote"],"Xftpm5":["Select Collection"],"XjDSdO":["Old Payment Password"],"Xlpdi1":["on ",["fromNetworkName"]],"Xprzee":["Enter a gas price"],"XrH+JC":["IPFS"],"XrlvqN":["Who can claim?"],"XsyYEe":["This NFT didn't have any activities."],"XyAmgg":["Add wallet"],"Y7N0Sj":["View your account balance and history"],"Y9mYPy":["Powered By ",["0"]],"YF8jon":["Ended ",["relativeEndTime"]],"YKSmxE":["Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts."],"YLObqx":["Equal Amount"],"YOacnL":["Tell friends what's happening..."],"YOnK5s":["<0>",["user"]," registered ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an ENS "],"other":[]}],"for <3>",["costValue"]," ",["costSymbol"],""],"YPNSH3":["Connect Solana Wallet"],"YSi9PS":["Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events."],"YW51YO":["24H sale"],"YXIpYp":["Please verify the current persona with a social media account before using dApps."],"Yckw2R":["Fiat On-Ramp"],"YdCB5X":["Copy private key"],"YiPiv6":["There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"YirHq7":["Feedback"],"YnqCPK":["Verify Account"],"Yp8yB4":[["0"]," to ",["1"]],"Ywu8Rl":["Please connect ",["0"]," and send a proof post before using dApps."],"Z/tioj":["Swap ",["0"]],"Z16qyu":["Persona Name"],"Z3+V9p":["Restore backup failed."],"Z33XCd":["Input contract address"],"Z3FXyt":["Loading..."],"Z3S6Dx":["Step 1/3"],"Z3y+8t":["Unsupported Network"],"Z6siIw":["Switch between the classic Twitter logo and the new one."],"Z7ZXbT":["Approve"],"Z8+FzC":["Connecting your ",["providerType"]," wallet"],"Z8G4E5":["Change to Flow Wallet"],"Z8lGw6":["Share"],"ZAVklK":["Or"],"ZDcdss":["Claim Conditions"],"ZHsD28":["Enable the plugin"],"ZIsLZh":["Size limit: 10 MB"],"ZK75iC":["Choose a Cover"],"ZKAj6+":["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."],"ZQbnxO":["No collectible found."],"ZQr5hT":["Unlock Token"],"ZSWUwq":[["0"],"m"],"ZSgQgC":["Max fee is too low for network conditions."],"ZTXjJ3":["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."],"ZTmzRV":["Highest Price"],"ZdnQsW":["<0/> interacted with <1/>"],"ZgFWrp":["<0>Powered by<1>Go+"],"ZhrWG1":["Create persona"],"ZrZMJ6":["Backup failed, <0>try again"],"ZsjtYe":["Failed to set Avatar."],"Zypku0":["By using this plugin, you agree to the <0>terms and the <1>privacy policy."],"a1S2x7":["Data source is retrieved from ",["0","select",{"other":[],"twitter":["Twitter profile and "]}],["sources"],"."],"a1SmQh":["Select Wallet"],"a23gJr":["Incorrect backup password."],"a33WQ+":["Download the ",["name"]," Wallet here"],"a4C0ak":["Insufficient Balance for Gas Fee"],"a4N/Bg":["Load More"],"a5t/N3":["Spend more transaction fees to cancel the previous transaction."],"a6ONsz":["Unlock ",["0"],"."],"a7u1N9":["Price"],"a9X8Om":["Failed to report spam."],"aAIQg2":["Appearance"],"aEgiLS":["contributions"],"aF8kci":["Creation Completed"],"aFJrEy":["You need to hold any of the following NFTs in your wallet."],"aFht5e":["Connected ",["0"]," with ",["walletName"],"."],"aTzTyw":["Add Assets"],"aVI2qx":["Click the application icon to list it on the App board."],"aYT9SD":["Max fee"],"acK3j2":["Input your Private Key"],"agPptk":["Medium"],"ah8/4v":["Floor Price"],"ahNa7P":["NFT Holder"],"ahpgxl":["Please create a Persona and verify your account to use this."],"ai3VNq":["Connected Wallet"],"ajKdns":["This wallet address has already been connected."],"apl8rz":["Failed to withdraw ",["0"],"."],"aqop4L":["Check on Explorer"],"awW7ak":["Remove Wallet"],"ayxkVX":["Transaction"],"b+scYY":["Requesting Connection"],"b/mMOj":[["0"]," ",["1"]," approval successfully."],"bBzHQT":["Input amount is below the minimum amount"],"bD8I7O":["Complete"],"bEPPWi":["Connect Flow Wallet"],"bGMpPD":["Unlock NFT Contract"],"bIpwjD":["My Wallets"],"bKGn4N":["<0/> minted",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]],"bLJivk":["Select an NFT Contract Owner"],"bLmWH9":["Bridge anyway"],"bLqb2p":["<0>Latest offer at <1>$",["0"],""],"bLvQvN":["Library:"],"bQXBhp":["Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves."],"bTQliy":["This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account."],"bUUVED":["Asset"],"bapItf":["Incorrect Backup Password."],"bassMa":["Incorrect cloud backup password, please try again."],"bbS8qf":["1 NFT claimed."],"bdIrOO":["Verification code has been sent to your email. Please check your mailbox."],"bfNmSO":["Set payment password successfully."],"bnfo6T":["Sent verification post successfully."],"bnuQy5":[["0"]," files selected"],"bwlRe8":["Selecting NFTs"],"c+Fnce":["Sign"],"c+XaKf":["<0>",["formattedUser"]," ",["0","select",{"follow":["followed"],"unfollow":["un-followed"],"other":[]}]," <1>",["other"]," on <2>",["1"],""],"c19z3W":["Available Balance"],"c2MkCo":["Payment password must be 6 to 20 characters."],"cD0wgO":["Do you want to remove the verified association between the X account @<0>",["0"]," and ",["1"],"?"],"cFDjd3":["Transaction type"],"cJv4Ca":["Connecting operation cancelled in third-party wallet."],"cM1qH2":["Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media."],"cNJNBU":["Get optimized search results when you're looking for a token."],"cQYjZe":["To verify your X account and record it on the NextID, you will need to send a post for the verification."],"cVit2/":["Please set the backup password to back up"],"caP+Xq":["Crypto Holder"],"cbzSv5":["Max fee should be greater than base fee of ",["0"]," Gwei."],"chL5IG":["Community"],"clw/Xh":[["0"]," sent."],"cm4E8+":["Experience in X"],"cmKQl+":["Failed to save the file. Please try again."],"cmNbUB":["Not found your ",["providerType"]," wallet"],"cnGeoo":["Delete"],"crVIc7":["Locale Backup"],"ctb8Cs":["Dex/Est received (",["0"],")"],"cvCD4e":["Contract Creator"],"d0aemb":["Please create a persona for accessing Dapps."],"d6nk2t":[["0"]," Platform costs"],"dAMTl9":["This RPC URL is currently used by the ",["0"]," network"],"dCpOJ5":["<0/> approved with <1/>"],"dCvyk/":["Change another account and try again."],"dEgA5A":["Cancel"],"dXFgcm":["Transfer Token"],"daEP1M":["Token info"],"dajsth":["Incorrect Keystore Password."],"du/tmd":["Create your Lucky Drop."],"dyNKut":["Browse Files"],"dzAth+":[["0"]," ",["1"]," swap completed successfully."],"e0E1XI":["Max Fee (GWEI)"],"e1vdXO":["Arweave"],"e34ZOD":["Waiting time"],"e3I0CA":["Failed to restore the backup: ",["0"]],"e3hCsY":["Lido Exchange Rate"],"e4yrZ/":["Token Address"],"eC1gV9":["Invalid file type"],"eDT+Oh":["The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets."],"eE0JZ4":["Version"],"eEeK5j":["<0>Expires in ",["0"]],"ePK91l":["Edit"],"eWczg7":["Just Me"],"eaLSW8":["Persona name must between 1 to 24 characters."],"ecqLr0":["I just tipped a ",["NFT_Name"]," to @",["recipientUserId"],"'s ",["0","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["recipientAddress"],"\n\nInstall https://mask.io/download-links to send your first tip."],"eeYVJ5":["Be careful what you visit and sign!"],"ejVYRQ":["From"],"elyK4N":["Failed to unlock token contract."],"eoeq4k":["<0>",["user"]," made a comment on ",["platform"]],"ep2Wyh":["1 ",["0"]," tips sent."],"erRCKP":["File saved"],"es4h+b":["Swap Anyway"],"ezYNcH":["Pin Mask Network to the toolbar for easier access:"],"f5AidZ":["Write down recovery phrase"],"f61qKX":["Deploy a SmartPay wallet on Polygon network."],"f6pX67":["<0>0 Followers <1>0 Following"],"fDP2k4":["Change Payment Password"],"fFGPy6":["Or create a new wallet group"],"fFYJ8f":["Welcome to use Mask Network"],"fL7WXr":["Applications"],"fRQP7E":["<0>Granted to <1>",["0"],""],"fRUjl7":["Please switch to <0>@",["expectAccount"]," to continue the account verification progress."],"fUn3xA":["Generate a new wallet address"],"fc4PdK":["The RPC URL you have entered returned a different chain ID (",["rpcChainId"],"). Please update the Chain ID to match the RPC URL of the network you are trying to add."],"fdqDgM":["Ended on <0>",["0"],""],"fiPesM":["Method"],"fj5byd":["N/A"],"foOw00":["Balance(",["symbol"],")"],"fqDzSu":["Rate"],"fsBGk0":["Balance"],"fsUPaG":["Congratulations"],"fvRGyC":["Trying exploring more features powered by Mask Network."],"fx6pOQ":["Balance: <0/>"],"fza4cg":["Import Wallets"],"g/1WbH":["from <0>",["fromAddress"],""],"g/i+bG":["Transaction rejected"],"g2UNkE":["Powered by"],"gC2WI+":["Persona"],"gERRYE":["Artblocks"],"gHM62X":["Payment password changed."],"gM+Nj7":["Are you sure to report ",["0","select",{"hasName":[["1"]],"noName":["this NFT"],"other":["this NFT"]}],"? After confirmed, this NFT will be marked as spam."],"gT+8Dk":["Confirm to hide ",["name"],"? You can redisplay it by re-adding this NFT at any time."],"gUuuBi":["Check Security"],"gVfVfe":["Contacts"],"gWcGl/":["Your wallet cancelled the transaction."],"gdnEab":["Incorrect recovery phrase."],"ggdga4":["The user has not set this."],"ghVDTt":["rounds"],"ghZx62":["Unlock token"],"gk7J2q":[["0","select",{"other":["<0>Size limit: ",["fileSize"],""],"omit":[]}]],"gkLviK":["This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"gmOW42":["ENS or Wallet Address"],"gnSRSG":["Hiding Scam Transactions"],"gp6A8z":["Authorization Failed"],"gtdJ43":["My wallet"],"gwuMzD":["<0>",["user"]," appointed a proxy on <1>",["platform"],""],"gxV9O8":["Cast your vote"],"h/b9lY":["No followers."],"h0qYUk":["Search with an ENS domain or wallet address to get optimized results."],"h3bIHg":["Disconnect Social Account?"],"h53LoU":["Social Account"],"h5Dtc5":["funding received"],"h69WC6":["Sent"],"h7+V7K":["Backup & Recovery"],"hEpXzO":["Welcome to Mask Network"],"hG89Ed":["Image"],"hHLRGW":["Hide tokens with value less than $1"],"hRWvpI":["Claimed"],"hRtIgr":["APP list"],"hTbvD9":["Sorry, you are not eligible to claim $ARB in this campaign."],"hUF4dG":["Backup password set successfully"],"hWUuAb":["Already following"],"hXzOVo":["Next"],"hYgDIe":["Create"],"he3ygx":["Copy"],"heVBR8":["Enter Amount Each"],"hehnjM":["Amount"],"hg5QeV":["Total cost"],"hhtbAs":["Unfollow lens handle"],"hj39w+":["Loading failed due to Snapshot API service breakdown."],"hom7qf":["Claim"],"hpxXOD":[["context","select",{"approve":["<0>",["user"]," approved <1>",["amount"]," ",["symbol"]," to <2>",["contract"],""],"revoke":["<3>",["user"]," revoked the approval of <4>",["amount"]," ",["symbol"]," to <5>",["contract"],""],"other":[]}]],"hxHyfs":["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."],"hxdOdX":["Owner can change balance"],"hzTib5":["Select an NFT Contract Operator"],"i2x+p1":["Processing Withdrawal"],"i4umqX":["The following wallets are not installed or in conflict with others"],"i6OT6/":[["subject"]," has an error"],"i70ilP":[["0"]," NFT contract unlocked."],"iCb44o":["Created on: ",["0"]],"iF9x7r":["Trading mode"],"iH8itU":["Connect your wallet"],"iH8pgl":["Back"],"iJLEZF":["Show me how"],"iNIdDX":["Incorrect contract address."],"iPMIoT":["Enter an amount"],"iSLIjg":["Connect"],"iT0Qmd":["Transaction Failed"],"iTiwqa":["Asset is hidden."],"iZLoa2":["eg: X accounts, persona public keys, wallet addresses or ENS"],"ia3Lqp":["The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions."],"ie2c+s":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Welcome to join."],"ileX7U":["No recent transactions"],"imDvP9":["Gas limit must be smaller than ",["maxGas"],"."],"iobEyh":["By checking this box, I agree to ArtBlocks's <0>Terms of Service."],"iuCSJl":["This wallet is connected to current persona ",["0"],"."],"iuJFAy":["Low Risk"],"iwiSFA":["Similar Project"],"j2Uisd":["Approving"],"j2a+h4":["Past rounds"],"j4TRxD":["Select Address"],"j8MqhB":["CyberConnect"],"jEDiuG":["Network added"],"jICk7g":["There was a network or RPC provider error, please try again later!"],"jIWgmE":["Entered passwords are inconsistent."],"jJPsrT":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"jJrqb1":["Token Name"],"jK7nvW":["Failed to disconnect wallet"],"jRcH7y":["NFT Avatar Setting"],"jRfanQ":["Gas Used (Units)"],"jXWnN0":[["0","plural",{"one":["Strategy"],"other":["Strategies"]}]],"jZQU+o":["Originally posted by ",["0"]],"ja6Tyz":["Search with the name of an NFT collection or its symbol to get optimized results."],"jaH9PD":["Hi friends, I just created ",["token"]," Lucky Drop. Download Mask.io to claim."],"jas0vv":["Disconnect all accounts"],"jbc0gF":["Create Password"],"jeLXsu":["Who can claim"],"jfJkBQ":["Gas price is too low for network conditions."],"jh0i4n":["Confirm this transaction in your wallet."],"jhoAzY":["Mask Network Cloud"],"jjCXPD":["Starts ",["relativeStartTime"]],"jpctdh":["View"],"jt/0L2":["You've saved ",["0"]," to Web3 file service."],"jt/cjR":["Safety Warning"],"jtExaD":["Not supported yet."],"jygqM9":["Loading account information..."],"jzLzy/":["No whitelist"],"k/sb6z":["Select language"],"k/vATR":["Token unlocked"],"k0USDt":["Account connected.<0/><1/>Try to explore more features powered by Mask Network."],"k1pJQo":[["0"]," network is not added to the wallet. Please add it and try again."],"k28Qhe":["Failed to save file"],"k57+C7":[["walletLength","plural",{"one":["#"," Wallet"],"other":["#"," Wallets"]}]],"k7u9V5":["Incorrect words selected. Please try again!"],"kCAzy/":["Collection Approval"],"kG0n0M":["Network error or user cancels the process."],"kHDhjV":["I just claimed airdrop with ",["amount"]," ",["0"]," on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities."],"kKY8Re":["The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"kPQQEW":["Enter an Amount"],"kV9Qeo":["You have donated ",["0"]," ",["1"]],"kWJmRL":["You"],"kbfp5m":["Visible To"],"kdW3qS":["Nonce"],"kePpfU":["Update NFT Avatar Success!"],"kf/5Ap":["Explore multi-chain dApps."],"kf83Ld":["Something went wrong."],"kg/ict":["Lucky Drop claimed."],"kj3M8S":["Deposit"],"kjBSDT":["<0>",["user"]," minted ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}],"for <3>",["value"]," ",["symbolName"],""],"ks5OGD":["Contract"],"kx0s+n":["Results"],"l/UFPv":["Properties"],"l3s5ri":["Import"],"lCF0wC":["Refresh"],"lCHQzJ":["This address may be a scam address."],"lCfoWv":["Select NFTs"],"lDgVWA":["Receive"],"lET9my":["Mask needs the following permissions"],"lErh77":["Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance."],"lKldOY":["12-word recovery phrase is used to recover your persona data."],"lO/vMB":["OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly."],"lPJwNU":["Persona: ",["personaName"]],"lPsa94":["Merge Completed"],"lQXQKs":["Vote"],"lU6uRb":["Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility."],"lWOC+h":["Mask Network requires you to authorize the following websites before using it."],"ldI18s":["Minted:"],"lhvy2j":["Firefly"],"llLBQ1":["a token"],"lmYQuN":["At most ",["SOL_REDPACKET_MAX_SHARES"]," recipients"],"loCUuu":["Keystore"],"lqTDfd":["Slippage Tolerance"],"lqW7eD":["In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address."],"lr8uE3":["Holding ",["0"]],"lvL4x0":["Follow @masknetwork for Web3 updates and insights."],"lxJU2w":["Enter Number of Winners"],"lyjM6U":["Wait too long for the confirmation."],"m+uuUE":["Cross-chain"],"m/TPEz":["(beta)"],"m16xKo":["Add"],"m2OZMI":["Max fee cannot be lower than max priority fee"],"m2pyX2":["Buy Now"],"m3VOQq":["Current wallet does not support to interact with Lens protocol."],"m3XvO+":["Imported Wallets"],"m3akOw":["I just claimed a lucky drop from @",["sender"]," on Solana."],"m3cvPZ":["Payment password set."],"m3pz1u":["Insufficient ",["symbol"]," Balance"],"m64f3d":["Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead."],"mCB6Je":["Select All"],"mGHHf5":["After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips."],"mHWsOq":["Failed to confirm"],"mNUsxu":["Tx Fee"],"mPxxVq":["Enter a gas limit"],"mQpWAe":["Edit Contact"],"mT57+Q":["Go to Settings"],"mUJUVX":["Claim your NFT Lucky Drop"],"mW8F64":["This project is no longer active"],"mYGY3B":["Date"],"mZ04KC":["Overall Best"],"ma8rSx":["Your transaction has been confirmed!"],"mc68kY":["New Payment Password"],"md5sZ/":["This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud."],"mfwfMR":["You can claim the lucky drop by holding the required amount of any selected token."],"mhNIiJ":["Gas price is higher than necessary. You may pay more than needed."],"mrAv9J":["Failed to save network"],"msszNj":["<0/> approved <1>",["0"]," ",["1"],""],"muQqQY":["Buy & sell tweets autographed by their original creators."],"mzI/c+":["Download"],"n+ObkB":["Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets."],"n1gwuy":["on ",["toNetworkName"]],"n2HnVK":["If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses."],"n42fmQ":["Enter a max fee"],"nDzNGQ":["Follow User"],"nE/lLr":["Just Selected Contacts"],"nFjzvC":["Approved Amount ",["0"]],"nGl2Ng":["Restore Completed"],"nKLBYz":["We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!"],"nMUHWK":[["claimed"]," Follow @",["0"]," (mask.io) to claim lucky drops."],"nMkx7r":[["0","plural",{"one":["#"," Hour"],"other":["#"," Hours"]}]],"nOCyT5":["Show tokens with value less than $1"],"nOhz3x":["Logout"],"nSkB8g":["Information"],"nTFx7o":["Avatar set successfully"],"nTWWCZ":["Low"],"nTif4K":["Select and Connect to your wallet"],"nUWEsV":["Max fee is higher than necessary"],"nUeoRs":["Signing Message (Text)"],"nV/wXH":["This profile can not be followed."],"nWDO1P":["<0/> ",["txType","select",{"burn":["burned"],"deposit":["deposited"],"mint":["minted"],"receive":["received"],"send":["sent"],"withdraw":["withdrawn"],"other":[]}]," <1>",["0"]," ",["1"]," "],"ndRqFD":["Chain ID"],"neBDpj":["Please connect wallet"],"ngWO+e":["No local key"],"njSHJP":["You didn't approve ",["0"],". Please do not set spending cap to 0 and try it again."],"nqL5WA":["Claim Lucky Drop"],"nqagQ8":["Signing Message (Raw)"],"nvAt0H":["Resource"],"nvV/Td":["Balance: <0>",["0"],""],"nwSp3U":["I just tipped ",["amount"]," ",["0","select",{"namedToken":[["1"]],"other":["token"]}]," to @",["recipientUserId"],"'s ",["2","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["3"],"\n\nInstall https://mask.io/download-links to send your first tip."],"nzBzok":["Create time:"],"o+XJ9D":["Change"],"o+zDNQ":["The mnemonic word has been copied, please keep it in a safe place."],"o4Iu2W":["Logout successfully"],"o4NrTC":["Confirm this Signature in your wallet."],"o66hO5":["Discovered a LuckyDrop event on the FireFly website."],"o9pabc":["No codes found to suspend trading."],"oCBTyI":["This will overwrite the existing cloud backup with the local data, this cannot be undo."],"oDMfB1":["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"oDSXfc":["New password cannot be the same as your current password."],"oG26Rt":["Confirm this transaction in your wallet"],"oG67vO":["Available to Everyone"],"oIsL5E":["Chain ID: ",["0"]],"oJIW7I":[["context","select",{"mint":["<0>",["to"]," minted <1>",["value"]," ",["symbol"],""],"send":["<2>",["from"]," sent <3>",["asset"]," to <4>",["to"],""],"claim":["<5>",["to"]," claimed from <6>",["from"],""],"burn":["<7>",["from"]," burned <8>",["value"]," ",["symbol"],""],"deposit":["<9>",["from"]," deposited on <10>",["exchange"],""],"withdraw":["<11>",["from"]," withdrew on <12>",["exchange"],""],"other":[]}]],"oMx/mL":["Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later."],"oN9XHJ":["Start Time: <0>",["0"],""],"oOQfsI":["Current account is not the verifying account."],"oTLFeN":["The Lucky Drop can't be sent due to data damage."],"oX+QCa":["<0>Powered by<1>Mask Network"],"oYzol6":["an NFT"],"oZw0Iw":["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"],"ocYse8":["Failed to refund Lucky Drop."],"oe5xh9":["Decrypt failed, please check password"],"of3mx/":["<0>",["user"]," swapped <1>",["from_value"]," ",["from_symbol"]," to <2>",["to_value"]," ",["to_symbol"]," on <3>",["platform"],""],"ofUcbc":["Random"],"ohUJJM":["Plugins"],"ojlMCx":["Minimum withdraw amount is ",["MINIMUM_AMOUNT"]," ",["0"]],"olEUh2":["Successful"],"ooHEV6":["1 ",["0"]," NFT Lucky Drop claimed."],"osXsDn":["Import NFT"],"ou+PEI":["Profile Photo"],"ouAjo6":["No Enough Gas Fee"],"ovBPCi":["Default"],"oxKup1":["Insufficient $",["0"]," balance"],"p+ngUo":["Unfollow"],"p1/7GX":["Contract Not Found"],"p2/GCq":["Confirm Password"],"p3TX0l":["Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers."],"p7l2aC":["Contract:"],"p8Aea2":["The persona name already exists."],"p8OYBy":["@",["sender"]," is sending an NFT lucky drop on ",["networkName"]," network. ",["account_promote"]," ",["promote_short"]," #mask_io #LuckyDrop ",["0"]],"pG7O41":["Fastest"],"pGElS5":["Mnemonic"],"pHfBGz":["Updating Gas Fee…"],"pIyHYi":["Lens Follow"],"pLHDrO":["Holding NFT"],"pOE8Vh":["Space"],"pa3wn3":["It remains unclaimed."],"pbOGiB":["Revoke Token"],"pbYUPI":["Text copied!"],"pi+hn/":["Ethereum ",["HD_PATH_WITHOUT_INDEX_ETHEREUM"]],"pjrgRd":["Incorrect Private Key"],"pkyWdU":["Keystore password"],"poYLOl":["New Logo"],"ps1+DX":["Set your persona name with maximum length of 24 characters"],"pu3rTn":["GWEI"],"puUEU3":["Change Backup Password"],"put3ex":["Request is valid not after"],"pv5v6j":["About Permit"],"pvnfJD":["Dark"],"py6hU8":["Signature Request"],"pzO3Xa":["Total Supply"],"q+O14e":["Search Area"],"q+hNag":["Collection"],"q/ao7A":["Price per mint"],"q5+UWM":["Contact edited."],"qAbGIK":["Issued at"],"qCMUPH":["Unlock ",["0"]],"qDIxZ+":["Failed to restore the backup from Google Drive to your browser. Please try again."],"qHqI+o":["<0>Powered by <1>Mask Network"],"qI8U4x":["Max fee cannot be lower than max priority fee."],"qIL7PI":["Offers"],"qJb6G2":["Try Again"],"qNiGUh":["size"],"qT8oOt":["Persona required."],"qWMpAl":["up to ",["0"]," Gwei"],"qYuscr":["Max Priority Fee"],"qZ6p7p":["Backup on ",["0"]],"qcqdIh":["You need to open the dApp to view the specific content."],"qcybNQ":["Proposal"],"qdyV/M":["News"],"qhKyO3":["Withdraw ",["0"]],"qkhZxp":["Created a SmartPay wallet on Polygon network."],"qp8fKi":["By confirming means that you agree to bear the possible risks above."],"qqWcBV":["Completed"],"r3OcML":[["mins"],"min"],"r92tNP":["Failed to authorize Google Drive. Please try again."],"rBLzKv":["Max fee is higher than necessary."],"rCsoea":["Manage Token List"],"rG3WVm":["Select"],"rJZPaP":["No activities found."],"rKY/BK":["Classics Logo"],"rLgPvm":["Backup"],"rQQGN1":["Max priority fee is higher than necessary. You may pay more than needed."],"rR6iwH":["Domain Request"],"rWE7Lq":["Contact deleted."],"rWqyF3":["Gas limit should be between ",["minGasLimit"]," and 15.00M"],"rYFSec":["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."],"rZ0rgl":["Total Volume"],"raCUEa":["By granting permission, you are allowing the following <0/> contract to access your funds"],"rcNnsQ":["Price:"],"re2nOO":["Uploaded files"],"rkMKQ0":["The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later."],"rm0yu/":["About ",["collectionName"]],"rqV4QH":["This swap isn’t supported"],"rrvbCi":["Network error or execute smart contract failed."],"rulocO":["Checking Approve"],"ryWxhG":["Congratulations!"],"s/8SJ+":["View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source."],"s4Omor":["To <0>",["0"],""],"sGkv/+":["Hi friends, I just deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"sOYKMU":["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."],"sOcZTR":["Contract Deployment"],"sQJ3RN":["Max priority fee is too low for network conditions."],"sQTDWu":["Allow us to collect your usage information to help us improve Mask."],"sSkbaZ":["Request timed out."],"sWsox7":["Follow Lens handle"],"saHPqg":["Claim your Lucky Drop."],"sb9Y58":["Wallet"],"siroPf":["Mask Network"],"sxkWRg":["Advanced"],"szNWi8":["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."],"t+A5fr":["Gas price should be greater than 0"],"t/YqKh":["Remove"],"t2prdI":["No search results"],"t3rUZr":["Sign-in Request"],"t6bQQD":["Send authors tips by using Mask Network's Tips function."],"t6md+W":[["0","select",{"create":["<0>",["user"]," created a profile on <1>",["platform"],""],"update":["<2>",["user"]," updated a profile on <3>",["platform"],""],"other":[]}]],"t8dIOP":["Spam"],"t91sWs":[["actionType","select",{"stake":["<0>",["user"]," staked <1>",["symbol"],""],"claim":["<2>",["user"]," claimed <3>",["symbol"],""],"unstake":["<4>",["user"]," un-staked <5>",["symbol"],""],"other":[]}]],"t9m1iP":["Spam reported."],"tARYn/":["NFTs Profile"],"tCAZi9":["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."],"tG9G+b":["File Service"],"tHoyBc":["Please connect ",["0"]," before using dApps."],"tIW5Jt":["No matched tokens"],"tKJ7ee":["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."],"tOL6AP":["Adjust Selection"],"tOMnvw":["Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites."],"tPeNU7":["This network name already exists"],"tRRE1h":["1 ",["0"]," claimed."],"tXkhj/":["Start"],"tbOs8j":["Confirm Swap"],"tcHpvG":["Change Owner"],"tfDRzk":["Save"],"thX7xs":["The network with chain ID ",["formChainId"]," may use a different currency symbol (",["0"],") than the one you have entered. Please check."],"tiX/tO":["Address: <0>",["address"],""],"tj48De":["Connect Social Account"],"tjbyOy":["Project details"],"tk+uyz":["You've approved ",["0"]," for ",["1"],". If you want to revoke this token, please set spending cap amount to 0."],"toDFSK":["Wallet sign succeeded."],"tst44n":["Events"],"tuOw4x":["Make It Encrypted"],"tx1x9k":["I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io."],"txEVTf":["No Listings"],"ty2gt9":["You need to follow the creator of the lucky drop."],"u2OWVJ":["Disconnect failed."],"u2Srv1":["Claim your Airdrop"],"u3ZeYl":["Transaction failed"],"u689pQ":["Ends in ",["relativeEndTime"]],"uAQUqI":["Status"],"uBAxNB":["Editor"],"uF9ruK":["Saving"],"uJQLj9":["Connect and switch between your wallets."],"uSMfoN":["Verify"],"uip9JY":["I wrote down those words in the correct order"],"ujpEaI":["Please connect your wallet"],"uqF4Nm":["Blockchain:"],"usVwcn":["No anti_whale(Unlimited number of transactions)"],"uv94aG":["Added by user"],"uv9cwh":["Bridge Network fee"],"uyJsf6":["About"],"v01kR+":["NFT PFP"],"v7U98p":["Failed to claim Lucky Drop."],"vH2C/2":["Swap"],"vLXevL":["Transaction cost"],"vOx+Me":["You can withdraw the remaining balance 24 hours after sending the lucky drop."],"vVEene":["View your Tokens and NFTs"],"vXIe7J":["Language"],"vXygio":["Not enough data to present."],"vel6Z1":["Request Source"],"vhlM+H":["Withdraw ",["0"]," for savings."],"vhqFTT":["Can't find a valid user address data source."],"vutynE":["Enable plugin"],"w0e0yw":["Gas limit must be at least ",["0"]],"w1ctdJ":["Encrypted Post"],"w3t1Hw":["Powered by <0>Go+"],"w4oOEJ":["Mask Community $ARB Giveaway"],"w9Xmw/":["Google Drive"],"wCtp6y":["Your Wallet is on **ready 🚀**"],"wDnczW":["Optimize the display of search results about ENS in social media."],"wGtbaw":["Amount per Share"],"wMHvYH":["Value"],"wNecg9":["Multiple transaction requests ",["0"]," / ",["1"]],"wNxsb2":["Reject ",["totalMessages"]," Transactions"],"wThGrS":["App Settings"],"wUlAUI":["<0>@",["currentUserId"]," connected already."],"wYA1q/":["Auto report the scam links to MetaMask"],"waXvJd":["NFT is not minted yet."],"wbDTs9":["Request timed out"],"wqppGn":["Permissions List"],"wvJOId":["This ENS does not exist or not be resolved."],"wxZZWc":["You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet."],"wxfXhJ":["Scam tx"],"x0PhCN":["Disconnected successfully."],"x4f8pZ":["Tips"],"x5LEuB":["Followers"],"x6rEou":["<0>",["user"]," claimed ",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"from <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"xBXg0L":["No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk."],"xC6eGY":["Mint function"],"xCJdfg":["Clear"],"xCcvjC":["Set up NFT PFP successfully"],"xDAtGP":["Message"],"xDO6ZN":["Plugin switch"],"xEQZ4z":["Use text encryption"],"xEX/9S":["No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk."],"xFCCR4":["Please enter the correct mnemonic words, private key, or upload the correct keystore file."],"xGVfLh":["Continue"],"xH6cn+":["Choose Token"],"xIxVmH":["Unlock ",["0"]," NFT contract."],"xPSvu3":["<0>",["websiteCount"]," ",["0","plural",{"one":["Website"],"other":["Websites"]}]],"xTQLHC":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Install @masknetwork to get yours."],"xeiujy":["Text"],"xjhtsV":["Chain"],"xoKE3v":["Disable Permit"],"xuKB2x":[["0"]," deposited."],"xupcu9":["Speed Up"],"y/+ReV":["No any collectible is available for preview. Please add your collectible here."],"y/kxxM":["Priority fee"],"y2i17G":["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."],"y3juHh":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"y3qyKP":["NFT Lucky Drop created."],"y49awp":["Set NFT Photo"],"y5aRAa":["Please enter cloud backup password to download file."],"y62Dys":["Network fee"],"y6VCOb":[["0"]," Mins"],"y6sq5j":["Following"],"yC/GKd":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3."],"yD15Uj":["Are you sure to remove this wallet?"],"yDUr0V":["Lucky Drop refunded."],"yFpcbN":["This request may be a phishing attach. I understand this and want to continue."],"yFrxQj":["Mnemonic word"],"yGyJ1l":["You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again."],"yHrAv+":["Claim Lucky Drop with ",["0"]," claimed."],"yKu/3Y":["Restore"],"yNBZ3N":["Enter gas limit"],"yNu9vD":["The wallet address already exists."],"yQE2r9":["Loading"],"yQqkIK":["24H Average Price"],"yRuvmU":["The mnemonic words has been copied, please keep it in a safe place."],"yTZe+y":["Snapshot"],"yVnV6H":["Please write down or copy these words and save them in a secure place."],"yVzBCJ":["NFT Lucky Drop claimed."],"yZhedI":["Gas fee settings"],"yb/fjw":["Approval"],"ybuu1v":["Oops, we can't find any results."],"ygW4tI":["Please connect your persona"],"yik0Qu":["Private Key"],"ykiu3o":["NFT Details"],"ylUhBz":["Click to retry"],"ylXk9u":["Encrypt the message in an image"],"yqc6uX":["This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing."],"ywDBfs":["Something went wrong!"],"yx/fMc":["High"],"yz7wBu":["Close"],"yzF66j":["Link"],"z+H8bd":["Your wallet does not meet the eligibility criteria for claiming."],"z/3+av":["License:"],"z1i6et":["Failed to ",["0"]," NFT contract."],"z27gFg":["If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it."],"z7Fh2l":["Base fee required: ",["MIN_BASE_FEE"]," Gwei"],"z9HeHt":["Create a Privy Wallet"],"zBPjcC":["Revoke the approval for token"],"zBUJYA":["The approval for this contract will be revoked in case of the amount is 0."],"zBftr8":["Claim NFT Lucky Drop"],"zEZe86":["You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends."],"zGTAja":[["claimed"]," Follow @",["account"]," (mask.io) to claim lucky drops."],"zJlXbX":["NFT"],"zPar3e":["Collectible"],"zX9KdB":["No following friends."],"zXagFp":["Copy Address"],"zZk9Yz":["Purchase"],"zga9sT":["OK"],"zgqgNP":["Purchasing...."],"zkEW09":["You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?"],"znqB4T":["Insufficient balance"],"zp7Ha3":["Backup Failed"],"zwBp5t":["Private"],"zxrGeO":["Gas limit must be bigger than ",["minGas"],"."],"zzDlyQ":["Success"]}} \ No newline at end of file diff --git a/packages/shared-base-ui/src/locale/ja-JP.json b/packages/shared-base-ui/src/locale/ja-JP.json index 12bb7de2d0f3..38a0be7383ea 100644 --- a/packages/shared-base-ui/src/locale/ja-JP.json +++ b/packages/shared-base-ui/src/locale/ja-JP.json @@ -1,2185 +1 @@ -{ - "messages": { - "++B0oY": ["This function has been turned off in the App settings. Enable plugins to fully access."], - "+01Ill": ["Change to Solana Wallet"], - "+5hgHR": ["Are your sure you want to disconnect? You may lose part of functionalities of this website."], - "+95jK3": ["Gas limit too low will cause the transaction to fail."], - "+A4TPN": [["0"], " NFT contract"], - "+CzAt9": ["Previous unfollow transaction is in processing, please wait and try again."], - "+IEBAO": ["Approve amount"], - "+K0AvT": ["Disconnect"], - "+POswt": ["Sell Tax: ", ["0"]], - "+Qcnh5": ["Please select the appropriate method to restore your personal data."], - "+W8dUJ": ["Tap to view the private key <0/> Make sure no one is looking at your screen"], - "+XyQiK": ["Agree"], - "+Zuhm7": ["Support Identity code, private key, local backups or cloud backups to access your personal data."], - "+adBn3": ["Chrome - external extension"], - "+b7T3G": ["Updated"], - "+fTqvl": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - "" - ], - "+hwfjv": ["Please select the wallet to activate the function after saving the settings."], - "+m7PfT": ["Deleted successfully"], - "+m7x4e": ["Backup Successful"], - "+q+Wa9": ["Swap anyway"], - "+uISZO": ["Incorrect Password"], - "+ubcPw": ["No power"], - "+xKN8I": [ - "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." - ], - "/2nH6X": ["Make another Bridge"], - "/7tku+": ["Try"], - "/BI0y9": ["Refunded"], - "/Dk+nX": ["More on ", ["0"]], - "/I3RSJ": ["Report Spam"], - "/JOEaC": ["Deploy Smarty Pay wallet"], - "/KseE7": ["Delete File"], - "/LkuGq": ["Restore from a previous database backup"], - "/OPmPQ": ["Verify ", ["0"]], - "/Swcdo": ["Failed to swap"], - "/WfDJy": [ - "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." - ], - "/capO6": ["Failed to deposit ", ["0"], "."], - "/eguJc": ["Uploading"], - "/fo6Dv": ["Gas Limit (Units)"], - "/giXwU": ["Medium Risk"], - "/hKQcr": [["seconds"], "s"], - "/jQctM": ["To"], - "/nT6AE": ["New password"], - "/riTT2": ["Pinned successfully."], - "/uEw9z": ["Your X account authorization has timed out. Please try again."], - "/vtDGO": [["0"], " is connected to these sites, they can view your account address."], - "/xrk7I": ["FAQ&Tutorial"], - "/y/pZ3": ["Select a Token"], - "0+3dvg": ["This NFT didn't have any offers."], - "0/eoR6": ["Revoking"], - "00b9QG": ["Set Your Payment Password"], - "01DWy7": ["Click the settings icon to list it on the App board."], - "04MqGo": ["Post content:"], - "09vHB+": ["Failed to decrypt."], - "0C6WdO": ["Upload backup"], - "0D4bav": ["Name or Contract address e.g. USDC or 0x234..."], - "0F4ogS": ["Payment Password should be between 6 and 20 characters."], - "0HnKBn": ["Hide mnemonic words"], - "0Lp4o6": ["Load failed"], - "0M//Nn": ["The Persona is connected to the following accounts: ", ["list"]], - "0ZC72+": ["Connected successfully."], - "0bKGbK": ["No past rounds found."], - "0caMy7": ["History"], - "0dFHbr": ["Confirm swap risk"], - "0fljZe": ["Trading Route"], - "0hFUd/": [ - "You must give the ", - ["0"], - " smart contract permission to use your ", - ["1"], - ". You only have to do this once per token." - ], - "0jddIP": [["0"], " members"], - "0lBTmP": ["You need to hold any of the following tokens."], - "0oFu/K": ["No Lucky Drops claimed"], - "0oMKRL": ["Delete Contact"], - "0tdB+o": ["Enable the ", ["name"], " Wallet extension and disable other wallet extensions"], - "0wJVK+": ["Basic"], - "0wdd7X": ["Join"], - "0wzWAN": ["Why I can't vote?"], - "0xXDLS": ["View your profile in firefly"], - "0yPSCj": ["High Risk"], - "0yf3iU": ["Wallet sign cancelled."], - "1+6BOG": ["Download Backup"], - "1+P9RR": ["Switch to ", ["0"]], - "11kmCI": ["We are not aware of any code that prevents the sale of tokens."], - "199DuV": ["Display specific information of Gitcoin projects, donate to a project directly on social media."], - "1DwbcE": ["Loading...."], - "1EOhmY": ["Rank #", ["0"]], - "1LkMSp": ["Add Suggested Token"], - "1M8xFP": [ - "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." - ], - "1QJyuR": ["At most ", ["RED_PACKET_MAX_SHARES"], " recipients"], - "1QfxQT": ["Dismiss"], - "1R2W/B": [ - "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " - ], - "1TNIig": ["Open"], - "1TaavV": [ - "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." - ], - "1Uqt6P": ["Disconnect Wallet?"], - "1Wbxhe": ["This profile can not be followed: ", ["0"]], - "1Z++2X": ["The Persona is not connected to any accounts."], - "1agbuA": ["Functions that can suspend trading"], - "1bTY60": ["Token Value"], - "1kE7ob": ["Network saved"], - "1mjyN6": ["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."], - "1nMGEs": ["Personas"], - "1njn7W": ["Light"], - "1on6yK": ["How to use ", ["0"], " Wallet?"], - "1rsf+c": [ - "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." - ], - "1xwmzN": ["Switch to other accounts"], - "2/N/mr": ["Connect with ", ["providerName"]], - "22QmCQ": [ - "The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." - ], - "28ABhV": ["Connect EVM Wallet"], - "29b5Sq": ["Blocto only supports the Flow chain."], - "2CMLgZ": ["Token ID separated by comma, e.g. 1223,1224,"], - "2FYpfJ": ["More"], - "2GHENQ": ["Web3 Profile"], - "2J5wRx": ["Failed to get quote information"], - "2Lr4ie": ["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."], - "2MPu+c": ["Priority Fee (GWEI)"], - "2XVeKu": ["Airdrop Scam"], - "2Xze/r": ["Block Explorer URL"], - "2jQko7": ["Associated Accounts"], - "2kXxch": ["Sorry, signature failed! Please try signing again."], - "2p7WMm": ["Give permission to access <0/> your ", ["0"], "?"], - "2saF1j": ["Tax can be modified"], - "2wxgft": ["Rename"], - "3/0KF0": ["Create a Firefly.social wallet using an X account"], - "34UMci": ["Wallet Settings"], - "38C83c": ["Recovery Phrase"], - "39ohdf": ["Activities"], - "3A/gtD": ["Invalid RPC URL."], - "3A/mG4": ["Change Wallet"], - "3AP6p1": ["Public Key: <0>", ["publicKey"], ""], - "3B4jmY": ["Data correlation"], - "3CR0qY": ["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."], - "3J+S3n": ["Search Next.ID, X, Lens, ENS or Address"], - "3OhjJ4": ["Powered by <0>Mask Network<1><2/>"], - "3Q5eQl": ["Please click the \"Post\" button to open the compose dialog."], - "3Q8dPe": [ - "The website (", - ["messageOrigin"], - ") is asking you to sign in to another domain (", - ["0"], - "). This may be a phishing attack." - ], - "3SiDD1": [ - "<0>", - ["user"], - " burned <1>", - ["1", "select", { "nft": ["an NFT"], "name": [["0"]], "other": [] }], - "" - ], - "3ThLdM": ["Report on GitHub"], - "3WZ1WL": ["Please enter backup password to export persona private key."], - "3YDnov": ["Token now is hidden."], - "3ZgRKI": [ - [ - "type", - "select", - { - "post": ["<0>", ["user"], " publish a post on ", ["platform"]], - "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], - "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], - "share": ["<3>", ["user"], " shared a post on ", ["platform"]], - "other": [] - } - ] - ], - "3awOET": ["Rank"], - "3bGj61": ["Claim on Firefly"], - "3cAxpB": [ - "There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price." - ], - "3cw8FQ": [ - "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." - ], - "3dAaqV": [ - "📃📃📃 Try to permanently use decentralized file storage on ", - ["sns"], - ". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." - ], - "3fpIq1": ["to ", ["0"]], - "3iUAE7": ["Backup to Google Drive"], - "3kbpgO": ["Gas Limit"], - "3lUGN0": ["Switch Persona"], - "3pqzUK": ["Contact added."], - "3qe4O9": ["Max Fee"], - "3uBJPr": ["File delete"], - "3uQmjD": ["Average"], - "3ublvs": ["Try token from different chains"], - "3yLqgI": ["Name or contract address eg. PUNK or 0x234..."], - "4+VnE8": ["ENS"], - "42yL2J": [ - "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ", - ["encrypted"] - ], - "43g2kf": ["Only visible to yourself"], - "44bNbA": ["Select an NFT Contract"], - "4DIYdt": ["No associated wallet. <0>Add Wallet."], - "4EN5JL": ["Your Persona has been successfully created."], - "4FvVUv": ["Reset Wallet"], - "4GBOoi": ["Failed to create theme."], - "4Gz2wC": ["Failed to upload file"], - "4HavhE": ["Powered by <0>Mask Network"], - "4HtGBb": ["MAX"], - "4JCJIV": ["What is Web3 File Service?"], - "4coHVU": ["Lens Unfollow"], - "4lm4o+": ["Solana"], - "4na5mr": ["This message contains a invalid EIP-4361 message. It is better to reject this request."], - "4ojMOt": ["Please enter your backup password."], - "4pSxwB": ["Go"], - "4zgT9K": ["Connect Mask Network Account using your wallet."], - "50QwC8": ["value"], - "51TkMy": ["Claiming will be live until: <0> ", ["days"], " d ", ["0"], " h ", ["1"], " m"], - "51cT/A": ["The minimum amount for each share is ", ["0"], " ", ["1"]], - "51rAFB": ["Please copy the following text and image (if there is one) and publish it."], - "52nzPV": [ - "Data source is retrieved from ", - ["0", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "other": [] }], - "." - ], - "55/jcy": [ - "Hi friends, I just withdrew my deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "5Dz44N": ["Set Payment Password"], - "5E57TU": ["Max priority fee is too low for network conditions"], - "5G0lxx": ["Powered by <0>Scamsniffer"], - "5H/4VW": ["Create a Firefly.social wallet"], - "5HVoyc": ["Transaction Details"], - "5Jczad": ["I just claimed a lucky drop from @", ["0"], " on ", ["1"], " network."], - "5N3b5J": ["Market Cap"], - "5O5enn": ["Enter Payment Password"], - "5QfZ6O": ["Contract source code verified"], - "5YfW3S": ["Add an encrypted comment..."], - "5ZzgbQ": ["Connect ", ["0"]], - "5e22kj": ["Email verification code"], - "5hFImX": ["Deploy Contract"], - "5i1JPS": ["Never share 12-word secret mnemonic with anyone!"], - "5iHe/7": ["Network error, try again"], - "5o2pdQ": ["Create Persona"], - "5s6EhU": [ - [ - "count", - "plural", - { - "one": ["You have recovered **", "#", " Wallet 🚀**"], - "other": ["You have recovered **", "#", " Wallets 🚀**"] - } - ] - ], - "5sIdhw": ["Share with"], - "5uFQ9j": ["Please create a persona and verify your account to use this."], - "623chP": ["Infos"], - "66J/I3": ["Transaction Fee"], - "678PKt": ["Network Name"], - "68FuwU": ["URLs require the appropriate HTTPS prefix."], - "68m9Nl": ["Add new address to an existing group"], - "6B+2/d": ["Stay on top of NFT trending information, hot projects, notable transactions, etc."], - "6DvbLh": ["Please install your metamask wallet and set up your first wallet."], - "6HT670": ["Function: ", ["0"]], - "6IHgRq": ["Backup to the Cloud"], - "6IvSyW": ["Token Standard"], - "6RDwJM": ["Tokens"], - "6U+PWG": ["Total NFTs"], - "6Uau97": ["Skip"], - "6V3Ea3": ["Copied"], - "6VJnE7": ["Note: Scams detections might not be 100% guaranteed."], - "6YASel": ["Invalid Network"], - "6YtxFj": ["Name"], - "6ZZ+4S": ["Load Network"], - "6foA8n": ["Are you sure?"], - "6gRgw8": ["Retry"], - "6k8iqO": [["0"], " ", ["1"], " bridge completed successfully."], - "6knJVf": ["This NFT contract cannot be modified now."], - "6s8L6f": ["Switch Network"], - "6sbLuF": ["Current results"], - "6ulv1U": ["Contract Owner"], - "6vVuTX": [ - "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "7+2e01": ["Network removed."], - "70wH1Q": ["APR"], - "76Ml+j": [["0"], " NFT Lucky Drop created."], - "76gPWk": ["Got it"], - "78Kj7O": [["0"], " NFT transferred."], - "7Ae1jc": ["True Token"], - "7Bj3x9": ["Failed"], - "7PPwVf": [ - "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." - ], - "7PgtYC": ["Set NFT Avatar"], - "7QptC5": ["Auto-lock Time"], - "7R2WG+": ["Decrypted by Mask Network"], - "7VpPHA": ["Confirm"], - "7c99ux": ["Contract Deployment ", ["0"]], - "7cg5cq": ["unique contributors"], - "7eFA2G": ["Failed to revoke token contract."], - "7hZyUn": ["Processing Deposit"], - "7k2lei": [ - "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." - ], - "7lnlzl": ["Claimed ", ["amount"], " $", ["0"], " successfully."], - "7qUM2b": ["Open Mask Wallet"], - "7s5tLo": ["Allow this site to switch the network?"], - "7w1rTm": ["The download link is expired"], - "7yziEn": ["This request has been expired."], - "8+xvyR": ["Blockchain"], - "82+n6o": ["Quote Route"], - "869iq0": ["Transferring asset across to the ", ["0"], " network via the ", ["1"], "cross-chain bridge"], - "87Poy7": [["0"], " ", ["1"], " NFT contract."], - "88+Eku": ["Provide you with fast, reliable and convenient security services."], - "89kDhv": ["NFT collection"], - "8BsgdX": ["Failed to get permissions"], - "8C8O9E": ["Provided by plugin \"", ["0"], "\""], - "8Dh77Z": ["NFTs"], - "8IN0ph": ["No more data available."], - "8J7y6E": ["Deposit ", ["0"], " for savings."], - "8Kly2P": [ - "Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token." - ], - "8MJFvR": [["0"], " Risky factor"], - "8N1Wbf": ["This token has no risky or attention factors."], - "8RF/Sx": ["Added successfully"], - "8S5o5V": ["Share and recommend this feature after saving."], - "8TMaZI": ["Timestamp"], - "8Tg/JR": ["Custom"], - "8WLjqx": ["Never share the 12-word secret mnemonic words with anyone!"], - "8ZsakT": ["Password"], - "8bgRf6": ["Can not follow: ", ["0"]], - "8djViz": ["Step ", ["step"], "/", ["step"]], - "8glx+u": ["Token ID"], - "8rElAH": ["Image copied!"], - "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], - "9+VwX/": ["Add Collectibles"], - "9KKhJV": ["Signing ..."], - "9VcshJ": ["Enable auto paste"], - "9Y1kXO": ["Payment password stored locally and you could try as many as you want to unlock your wallet."], - "9bG48P": ["Sending"], - "9cDpsw": ["Permissions"], - "9cSIbb": ["Click on <0/> at the top-right of your browser."], - "9d/Qe4": ["Service Agreement"], - "9hg9mc": ["Downloading"], - "9hzYBR": ["Failed to download and merge the backup: ", ["0"]], - "9jba96": ["Only TypedMessageText is supported currently."], - "9kIgHE": [ - "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." - ], - "9lqqpY": ["Invalid email address."], - "9oP21f": ["My vote"], - "9oq2rm": ["Functions with retrievable ownership"], - "9q+I38": ["Your voting power"], - "9r9nwF": ["Identical"], - "9sjcnZ": ["Disconnected."], - "9tG0uf": ["Please verify your social account"], - "9uYu7e": ["You haven't uploaded any files yet."], - "9w2hgY": ["Paste manually"], - "9xaUMG": ["General user"], - "A+Ijr2": ["Close [Check Security]?"], - "A0VzMm": ["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."], - "A1bmDM": ["No verified account found here."], - "A1taO8": ["Search"], - "A3Ndml": [ - "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." - ], - "A4vJQr": ["Set your NFT as profile picture with exclusive aura."], - "A6JChW": ["The transaction was complete and has been recorded on blockchain at ", ["0"]], - "A9tojF": ["Incorrect password"], - "AElxM7": ["Transfer ", ["0"], " NFT."], - "AJNYYr": ["Refund Lucky drop"], - "AKLbfQ": ["Restore Database"], - "AMJWWT": ["Likely in < ", ["estimateSecond"], " seconds"], - "ANYjcp": [["shareWithNum", "plural", { "one": ["1 friend"], "other": ["#", " friends"] }]], - "ANk/Zy": ["Incorrect Backup Password"], - "AOPSKq": ["Deposit ", ["0"]], - "ASNDad": ["Hide ", ["name"]], - "AV+9wg": ["Re-enter"], - "Ah4d0u": ["Security Detection"], - "AjVXBS": ["Calendar"], - "Ap948/": ["Listed"], - "Appw6V": ["No NFTs found."], - "Aq+O0x": ["status"], - "AuXfDa": [ - "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." - ], - "AuvDq6": ["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"], - "AwQpq/": ["Click on the down-arrow to see the private key."], - "AxPAXW": ["No results found"], - "AxdOHo": ["Pair"], - "Axp2cZ": ["24 Hour Trading Vol"], - "AyLiVq": ["Scan QR code to receive payment"], - "B1T4nn": ["Confirm the Lucky Drop"], - "B6C0XJ": ["No Data"], - "B8B8TU": ["Verified by ", ["0"]], - "BAvIGC": ["Withdraw token"], - "BFhvNB": [["0"], " ", ["1"], " NFT contract successfully."], - "BMCVM3": ["Wallet Sign"], - "BQHQ9v": ["No websites connected to this wallet"], - "BQi2Kk": [["0"], " were claimed"], - "BUXiPs": ["This Chain ID is currently used by the ", ["0"], " network. "], - "BWSJkS": ["No Airdrop Scam"], - "BXixGM": ["Use Persona to encrypt and decrypt social media posts & messages."], - "Ba6uFH": ["Create your NFT Lucky Drop."], - "BaU+dx": ["Connect your social platform accounts."], - "Baj2MJ": ["Savings"], - "BaoXTT": ["<0>Powered by<1>OKX<2/>"], - "BiGQfG": ["Transaction Hash"], - "BkN2qg": ["<0>Service Agreement and <1>Privacy Policy"], - "BmN4Bk": ["Aggregator"], - "ByAMF+": ["Risk Warning"], - "ByPj1d": ["Request ID"], - "BzEFor": ["or"], - "BzfzPK": ["Items"], - "C0JhYS": ["Change Network"], - "C2/uLW": [ - "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." - ], - "C3Wgzy": ["You have claimed ", ["0"], " $ARB."], - "CCIrQ8": ["Fake Token"], - "CE+M2e": ["Info"], - "CEk7Nc": ["At least 6 characters"], - "CFPbpH": ["The new passwords don't match"], - "CJviCK": ["<0>", ["user"], " proposed"], - "CK1KXz": ["Max"], - "CMHmbm": ["Slippage"], - "CMfM6C": ["No Enough Gas Fees"], - "CP3D8G": ["Progress"], - "CT10+i": ["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."], - "CTSEx8": ["<0/> publish a post on ", ["0"]], - "CU3U3d": ["Try to recover"], - "CWsYB3": ["Welcome Back"], - "CXHRbe": ["Wallet request timed out"], - "CYRJEX": ["Owners"], - "CZSWya": ["NFTs added"], - "CZmSbe": ["Request is valid not before"], - "Cf/0to": ["Data source is retrieved from ", ["0"], "."], - "Citz6F": ["Exchange"], - "CkLMZ2": ["File delete failed"], - "CmMDVW": [ - "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." - ], - "CpciBt": ["Switch to Polygon and Follow"], - "CtByM7": ["Connect Wallet"], - "Cwxng+": ["Supported formats: JPEG, PNG<0/> Size limit: ", ["0"]], - "Cy19fm": [ - "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." - ], - "CygwLN": ["Swap completed successfully."], - "Cz6Lx7": ["Encryption Method"], - "D79cZK": ["Instant"], - "D9iWaX": ["Please check ToS document"], - "D9za/8": ["Missing dex contract address"], - "DA2uGM": ["Click the application icon to hide in the App list."], - "DAFhfT": [ - "There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." - ], - "DC3sw8": ["Two entered passwords are different."], - "DHhJ7s": ["Previous"], - "DKBbsW": ["Gas price must be greater than 0 Gwei."], - "DPfwMq": ["Done"], - "DYoO0m": ["Token quantity greater than"], - "DdUFp+": ["The transaction was confirmed at ", ["0"]], - "Dk6Non": ["Whitelist function"], - "DkHkqH": ["Recommended dimensions: 1016 × 672 px"], - "DnmyoA": ["Priority fee should be greater than 0."], - "DoQ5Lj": ["RPC URL"], - "Dpe+e3": [ - "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." - ], - "DtZDW+": [["0"], " (UTC+8)"], - "Du6bPw": ["Address"], - "DuIDTw": ["To verify your X account and record it on the NextID, please send this post for the verification."], - "Dz56Ua": ["Encrypt"], - "E399AQ": [ - "<0>", - ["user"], - " bridged <1>", - ["amount"], - " ", - ["symbol"], - " from <2>", - ["source"], - " to <3>", - ["target"], - "" - ], - "E6HGuD": ["Check out the official website"], - "E6Sqiu": ["Failed to load ", ["0"], ". Click to retry."], - "E6YUtc": ["Merge to Browser"], - "E7prOW": [ - "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." - ], - "EBC6hj": ["Local Backup"], - "EGWr+Q": ["Web3 Profile Card"], - "EJRk0x": [ - [ - "gasOptionType", - "select", - { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"], "other": [] } - ] - ], - "ELQ256": ["Make another Swap"], - "EMLHjH": ["More Details"], - "ENIvoT": ["Please set up the amount of time before we automatically lock your wallet."], - "ERYJcj": [ - "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." - ], - "EStYiZ": ["No proxy"], - "EVFPUv": ["Transfer NFT"], - "EYwKb0": ["Gas Price (GWEI)"], - "Ea4oxV": ["Follow System"], - "EbE80y": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." - ], - "EbVCxG": [ - "<0/>", - ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"], "other": [] }], - "<1/>" - ], - "Eda+dy": [ - "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ", - ["encrypted"], - " to send your first encrypted tweet." - ], - "Eefe1a": ["The input is not a single file."], - "EfAke+": ["<0>", ["user"], " voted for <1>", ["option"], " on <2>", ["platform"], ""], - "Eh4m6e": ["<0>USD Value<1>$", ["0"], ""], - "Enb3Qk": ["You claimed 1."], - "EoKe5U": ["Domain"], - "EsKgLS": ["Click here to have a quick start."], - "Ev2r9A": ["No results"], - "EwiD7E": ["Confirm Payment Password"], - "F/pYeX": ["Create NFT Lucky Drop"], - "F3bW6y": ["Platform"], - "F4Igxz": ["Quote route"], - "F7U8uz": ["Creating your **wallet**"], - "F8VT6y": ["Failed to transfer NFT."], - "F8Wc3I": ["Drag & Drop your file here"], - "FAKSZG": ["Add google Drive"], - "FC17bL": ["<0>Powered by <1>Mask Network"], - "FGceVy": ["Owner can't change balance"], - "FMQ6p2": ["You've already claimed the lucky drop"], - "FR2cx3": ["Anti_whale(Limited number of transactions)"], - "FY2gWe": ["The contract address is incorrect or the collection does not belong to you."], - "FZg3wM": ["Operation"], - "FfJy7A": ["Manage Network"], - "FgAxTj": ["Log out"], - "Fgyfqo": ["Amount Each"], - "FiKDfi": ["Failed to unlock NFT contract."], - "FiYmUY": ["No associated accounts"], - "Fim3FY": ["Download https://mask.io to try more powerful tools on Twitter."], - "Fn9Tvh": ["Volume (24h)"], - "FnQek5": [ - "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." - ], - "FnjSI+": ["Not current account. Please switch to this account to set up NFTs Profile."], - "Fs/bd5": ["Invalid Block Explorer URL."], - "FzzpXs": ["Sale ends in ", ["0"]], - "G+XYfT": ["Do you want to delete file <0>", ["0"], ""], - "G4NrhP": ["Persona created."], - "GAZNIW": ["Price Statistic"], - "GAvnvl": ["Payment Password"], - "GDe4XX": ["Please connect wallet to check if you are eligible to claim $ARB."], - "GEL05h": ["WalletConnect"], - "GExRUL": ["Backup password"], - "GHvzdC": ["No content for the last two weeks."], - "GK6Tzr": ["Persona Sign"], - "GLDuz6": ["May be a honeypot."], - "GRLMKx": ["Winners"], - "GS+Mus": ["Export"], - "GS0ldX": ["Unsupported network type"], - "GShMK6": ["Refunding"], - "GTJCth": ["The contract owner is not known to be able to modify the balance of the token of other addresses."], - "GWCG6Y": ["Copy image"], - "GWKfFr": [ - "To use Lido, you need to wait ", - ["0"], - " days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." - ], - "GWMpIa": [["0"], " Risky factors"], - "GXhrYw": ["1. If you haven't installed the ", ["name"], " Wallet"], - "GXsAby": ["Revoke"], - "GZzKYx": ["Buy Tax: ", ["0"]], - "GaH2JF": ["Suggest to send transactions and sign messages"], - "Gia1VG": ["Web3 File Service"], - "Gmmd6d": ["Verify your X ID"], - "GrTvoo": ["Transaction in progress. Thank you for your patience."], - "GtJJAj": ["Add Wallet"], - "Gw91G1": ["This request should only be sign in the future."], - "GyvZPz": ["Token ID should be separated by comma, e.g. 1223,1224,"], - "H1v3zR": ["Insufficient ", ["0"], " Balance"], - "H8rw2f": ["(the name is set by the web site)"], - "HCKlXm": ["Token Contract Address"], - "HF6C2L": ["Phone Number"], - "HFVck2": ["Lucky Drop with ", ["0"], " refunded."], - "HGTZAO": ["Step 2/2"], - "HH25qd": ["No wallet selected."], - "HIq3th": ["Cannot switch to a unknown network."], - "HKH+W+": ["Data"], - "HTX2HV": ["Minimum received"], - "HVRhUV": ["By proceeding you agree to the"], - "Hp1l6f": ["Current"], - "HpK/8d": ["Reload"], - "HqiAyF": ["Gwei"], - "HvDfH/": ["Imported"], - "HvUm3m": ["Choose and show your Web3 footprints on X."], - "I4caYo": ["Invalid verification code."], - "I5kL4f": ["Activity Log"], - "I7z//Y": ["Trading route"], - "IBAx3U": ["Kept safely"], - "IF7RiR": ["Cover"], - "IGbphl": ["Unlocking ALL..."], - "ILvrUp": ["Unlikely to be a honeypot."], - "IMX4sR": ["Blacklist function"], - "IQ3gAw": ["Upload File"], - "ITBQO3": ["Max priority fee must be greater than 0 GWEI"], - "IUG86v": ["The Persona is connected to the account @$", ["0"], "."], - "IUp08P": ["The current wallet does not hold a lens and cannot follow/unfollow"], - "IX1M/E": ["Floor price"], - "IXbRbM": ["Choose another wallet"], - "If2v4h": ["Lucky Drop"], - "IhnvgP": ["Change to EVM Wallet"], - "ImhKg5": ["Could not fetch chain ID. Is your RPC URL correct?"], - "IoAuJG": ["Sending..."], - "IrI9pg": ["End date"], - "Iu4Ja9": ["Please enter token contract address."], - "J05/Al": ["Set NFT NFT Background"], - "J0LAHU": ["Refund"], - "J0Mxpc": ["The ", ["0"], " is in progress. You can check its status in History after exiting this page."], - "J24FyN": ["Bridge"], - "J2eKUI": ["File"], - "JA8K9s": ["Unpacking"], - "JGds+N": ["Lack of number, letter or special character."], - "JGpseC": [ - ["0", "plural", { "one": ["This domain is"], "other": ["These domains are"] }], - " currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "JLiwYz": ["Mask Network requires the permission of following websites before using it."], - "JOP9uZ": ["Transaction has been rejected!"], - "JPHuMW": ["Swapping"], - "JUcj/I": ["Switch X Logo"], - "JXJlYD": ["Set Your Persona Name"], - "JbKZsv": ["Scan the QR code with a WalletConnect-compatible wallet"], - "JeHCi7": ["No function found that retrieves ownership"], - "JfI60y": ["Incorrect Payment Password."], - "Jg5pf7": ["Current base fee is ", ["0"], " Gwei"], - "JiIKww": ["Advanced Settings"], - "JlFcis": ["Send"], - "JlIzk8": ["Browser File"], - "Jnjbl3": ["You need to follow <0>@", ["twitterHandle"], ""], - "Js4Nk0": [ - [ - "0", - "select", - { - "finding_post_key": [ - "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." - ], - "finding_person_public_key": ["Mask is looking for the public key of the author..."], - "other": ["Mask is decrypting..."] - } - ] - ], - "JuVC24": ["Deposit token"], - "JwzZmt": ["to <0>", ["toAddress"], ""], - "K1tshY": ["Failed to download image"], - "K5a6t1": ["Persona already exists."], - "K7tIrx": ["Category"], - "K8jCIB": ["Data backed up successfully!"], - "KAS4UW": [["0"], " Attention factor"], - "KCeSRZ": [ - "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." - ], - "KFYFgI": ["Wallet sign failed."], - "KFwID2": ["Restore Failed"], - "KGHnSc": ["Lock Wallet"], - "KJGKkh": ["EVM Chains only"], - "KMgp2+": [["0"], " available"], - "KPUGxy": ["Random Amount"], - "KRz1oj": [ - "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." - ], - "KTfagY": ["Lucky drop with ", ["0"], " created."], - "KVAoFR": ["unlimited"], - "KVkke3": ["Set NFT PFPs"], - "KWeNH6": ["Unlocking ", ["hasSymbolName"], "..."], - "KisOjk": ["Restore or Login"], - "Kj4oEm": ["Generate a new persona"], - "Kl9gHp": ["Wallet Group #", ["0"]], - "KmQ25M": ["Max priority fee is too high for network conditions."], - "KnidLU": ["Not Connected"], - "Ko4L/B": ["The receiving address is a contract address. Please check again."], - "KojyJ4": ["Wrong Network"], - "Koz2Rg": [["0", "plural", { "one": ["Action"], "other": ["Actions"] }]], - "KtMMzG": ["Wallet disconnected"], - "KwJJLb": ["<0>Powered by <1>", ["0"], ""], - "Ky09J8": ["Previous follow transaction is in processing, please wait and try again."], - "KziH2K": ["Fast"], - "Kzu9r9": ["24H Traded Volume"], - "L+bpwv": ["Please set up backup password to export private key."], - "L4vN0F": ["EVM"], - "L82H5Z": ["Creating your **identity**"], - "L87Mfu": ["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."], - "L96aan": ["View full transaction details"], - "LBtfmO": ["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."], - "LJkXYZ": ["Create New Mask Identity"], - "LLf+t1": ["No deposit protocols found."], - "LNItR6": ["You have set NFT PFP successfully."], - "LP+1Z7": ["Add Network"], - "LSwUJb": ["Select Liquidity"], - "LU3p9s": [ - "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." - ], - "LWJCIn": ["Connected sites"], - "La9ArN": ["<0>Powered by ", ["publisherNode"]], - "LcET2C": ["Privacy Policy"], - "LcZh+r": ["Unsupported data backup"], - "LhMjLm": ["Time"], - "Lho4Qd": ["DSearch"], - "LiE5z4": ["Max base fee should be greater than 0"], - "LigbuA": [ - "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." - ], - "LkYKvc": ["Please select the correct words in the correct order."], - "LqWHk1": ["Hide ", ["0"]], - "Lx4CpL": ["Wallet name must between 3 to 18 characters."], - "Lz7CzN": ["No mint function"], - "Lzo8mb": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - "<2><3>", - ["tokenSymbol"], - "" - ], - "M0FgOk": ["Add Contact"], - "M1RnFv": ["Expired"], - "M1ts1r": ["View your address"], - "M24E85": ["This address is a contract address."], - "M4g1UJ": ["Contract Interaction"], - "M7ZGdw": ["2. If you have installed the ", ["name"], " Wallet"], - "M9OYUo": ["Please try again if you failed to vote."], - "MC00Lm": ["Scan QR code with WalletConnect-compatible wallet"], - "MEIAzV": ["Unnamed"], - "MKEPCY": ["Follow"], - "MOHcKb": ["Enter a max priority fee"], - "MQ9hQ4": ["DAO"], - "MR/0Va": ["All Mask Network users"], - "MTqQMG": ["Not set"], - "Mh3RsB": ["Best Wishes!"], - "Mi8ATZ": ["The token approval revoked."], - "Midntl": ["Download report"], - "Mm1aH+": ["Proxy contract"], - "MpnSqP": [["0"], " Pending"], - "MqdtT5": [["0"], " Bridge Network fee"], - "MyjAbr": ["Resend"], - "N/fqDa": ["Ens or Address(0x)"], - "N0YrmD": ["Valuables"], - "N0tcou": ["Claiming..."], - "N2DUxS": ["Insufficient Balance"], - "N2S1rs": ["Empty"], - "N2aeX8": ["No valid wallet detected. Please connect wallet or verify wallet firstly."], - "N40H+G": ["All"], - "N5GKfB": ["Tax cannot be modified"], - "N6/RZd": ["Sorry, failed to save NFT Avatar. Please set again."], - "N931rj": ["Your transaction should be done in <0/>"], - "NERSN2": ["or Holding NFT"], - "NJbBmC": ["Switch Twitter Logo"], - "NOi+Fr": ["This QR includes your identity, please keep it safely."], - "NTnXx/": ["<0/> unapproved <1>", ["0"], ""], - "NVt/wW": ["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], - "NWqhru": ["Reselect"], - "NZ7wlC": [["0"], " Holder"], - "Na6Ytj": ["Change NFT PFP"], - "NaZTE7": ["Incorrect Mnemonic Words."], - "NdlvGd": ["Claim Details"], - "NfxOUe": ["Enter Total Amount"], - "Ng063n": ["Donate"], - "Nhp9Kw": ["Exceeded the maximum file size of ", ["fileSize"], "."], - "NkgvWN": ["Logout failed"], - "NloaHG": ["Backup Password"], - "Ns5WaC": ["No backups found"], - "Nu4oKW": ["Description"], - "NwibRO": ["Supported contracts"], - "NzlE6O": ["By granting permission, you are allowing the following <0/> contract to access your NFTs."], - "Nzm8dm": ["Example: Alice"], - "Nzwli2": ["Base"], - "O2XHf2": ["Check ", ["providerName"], " to confirm connect."], - "O3Nzf+": ["Bridge between this token pair are't supported at the moment."], - "O3oNi5": ["Email"], - "O86J+j": [ - "This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud." - ], - "O8PsYe": ["Add the file to Chrome's database"], - "OAZ+tI": [ - ["attentionFactors", "plural", { "one": ["#", " Attention item"], "other": ["#", " Attention items"] }] - ], - "OAfk3i": ["Hash"], - "OCJdad": ["<0>To: <1>", ["to"], ""], - "OLUEnY": ["when you click Add Google Drive button,you will be forwarded to Google authorization pages."], - "OLY2Jk": ["Gas Price"], - "OQEwR/": ["Create Lucky Drop"], - "OR475H": ["Network"], - "OcvI49": ["No blacklist"], - "OeD4sM": ["Failed to login firefly"], - "OfhWJH": ["Reset"], - "OgPkDe": ["Currency Symbol (Optional)"], - "OgohfQ": ["File Key: <0>", ["0"], ""], - "OhgYJS": ["Basic setting"], - "OkofjH": ["Recover"], - "On0aF2": ["Website"], - "OsyKSt": ["Withdraw"], - "OuUyzz": ["No contacts stored locally, you can try searching."], - "OzSOpz": ["Create a Privy wallet using an X account"], - "P+K/3O": ["Confirming"], - "P7S/hC": ["Max priority fee must be greater than 0 Gwei."], - "P9wzG/": ["Recovery"], - "PByO0X": ["Votes"], - "PDW/HG": ["Your Persona is on **ready 🚀**"], - "PGdbc0": [ - "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." - ], - "PHM7OA": ["Supported Sites"], - "PI/VCJ": ["Select the wallet(s) to use on this site. You should not connect to website you don't trust."], - "PIG043": ["Gitcoin"], - "PLWaf6": ["Create the Lucky Drop"], - "PNZOzY": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - " on <5>", - ["3"], - "" - ], - "PRkIUI": ["Gas Fee"], - "PTXNyo": ["Waiting for ", ["providerType"]], - "Pd3dlq": ["Circulating Supply"], - "PeT3a5": ["You have successfully restored the backup from Google Drive to your browser."], - "PiH3UR": ["Copied!"], - "PjBWOL": ["Create your persona to get started"], - "PlE+Fs": ["Connect and Verify ", ["0"]], - "PsQmAw": ["Everyone"], - "Pt3n39": ["No back up"], - "PwjgPX": ["Please create your persona to use Web3 Profile."], - "Q0IFtx": ["The custom amount entered may be higher than the required network fee."], - "Q2lUR2": ["Currency"], - "Q68Nuc": [ - "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." - ], - "QF9SdB": ["Split Mode"], - "QHZRmq": ["Sites"], - "QHcLEN": ["Connected"], - "QJQd1J": ["Edit Profile"], - "QQPCqQ": ["Backup Wallet"], - "QRsMow": ["Transaction Confirmed"], - "QU9aqK": ["You have signed with your wallet."], - "QUBIav": ["Failed to bridge"], - "QWxok/": ["Connect with Mask Wallet"], - "QXDgyQ": [ - "Please write down the following words in correct order. Keep it safe and do not share with anyone!" - ], - "Qbo7Ev": ["Write down mnemonic words"], - "QcVZFH": ["Step ", ["step"], "/", ["totalSteps"]], - "Qd0xFm": ["Refund your expired Lucky Drop."], - "QowPFh": ["Collectibles"], - "QpgBEp": [["0"], " days"], - "QsVbHo": ["Sending address"], - "QyZU8V": [["riskyFactors", "plural", { "one": ["#", " Risky item"], "other": ["#", " Risky items"] }]], - "QypSt2": ["Update X.com Permissions"], - "Qz8niP": ["You may lose your assets if you give approval to the website of this token."], - "R/Pfmp": [["amount"], " ", ["0"], " tips sent."], - "R2K7XH": ["Account successfully connected to persona"], - "R9aEN5": ["Send ", ["0"]], - "RCBmDP": ["Follow @masknetwork to explore Web3."], - "REeHKm": [ - "<0/> ", - ["txType", "select", { "trade": ["traded"], "mint": ["minted"], "other": ["traded"] }], - " <1>", - ["0"], - " ", - ["1"], - " for <2>", - ["2"], - " ", - ["3"], - "" - ], - "RH8jSA": ["Merge data to local database"], - "RHSlVw": ["Follow @masknetwork (mask.io) to claim NFT lucky drops."], - "RL5m+x": ["Generating your **accounts**"], - "RLBjfU": ["Attached File: ", ["name"], " (", ["size"], ")"], - "RNfEI8": ["You canceled the request."], - "ROWd/9": ["Leave blank to allow any amount; enter a number to set a minimum holding requirement."], - "ROWeBX": ["Followings"], - "ROsDRH": ["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"], - "RRw7LE": ["Identity ID"], - "RUYsn0": ["Clear All"], - "RW1HJz": ["The receiving address may be a malicious address."], - "RWoEqV": ["Failed to transfer token: ", ["message"]], - "RZOA0N": ["Find Mask Network in the extension list and click the <0/> button."], - "RdfrN2": ["Mint Address"], - "Re7Oex": ["Transaction submitted."], - "RhCL4z": ["Max amount"], - "RiLzWA": ["Please switch to this network in the mobile application wallet you are connected to."], - "RiQQyz": ["This allows the third party to spend ", ["value"], " ", ["0"], " from your current balance."], - "Rm3JCH": ["File name must between 3 to 20 characters."], - "RqRRf6": ["Created by <0>", ["0"], " • <1>Website"], - "RrGhwo": ["File ", ["0"], " deleted."], - "RuO5md": [["seconds"], "sec"], - "Rx8sxX": ["Select liquidity"], - "RxlKnY": ["Lens"], - "Ry8TiY": ["Create Smart Pay wallet"], - "S0CsaV": ["Create a New Wallet"], - "S0vyIh": ["Owner changed."], - "S2JNMm": ["Your file has been successfully restore into the browser data."], - "S33tz3": ["Not connected"], - "S6Qdlo": ["Scam Warning"], - "SDrb6I": [ - "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." - ], - "SGVkVp": ["Two entered passwords are not the same."], - "SIrUT3": [ - "Grant access to your ", - ["0"], - " for the Lucky Drop Smart contract. You only have to do this once per token." - ], - "SLEDBF": ["Failed to add the wallet, please try again."], - "SNZM71": [["0"], " withdrawn."], - "SREKz9": ["Report NFT Scam Contract?"], - "SUqBr9": ["Refund ", ["0"], " ", ["tokenSymbol"], " Successfully"], - "SX2UXi": ["Your vote has been successful."], - "SYGo/R": ["Import Wallet"], - "SYgxDf": ["Slow"], - "Sfu/we": ["Failed to delete, please try again."], - "ShHV7X": ["Cloud Backup"], - "ShmUTn": ["Add a Custom Cover"], - "Sitstz": [ - "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." - ], - "Sjplg3": ["View on Explorer"], - "SlxhDh": ["Verify your wallet"], - "Sp69uH": ["The web site can"], - "T0W3Z8": ["Insufficient funds for gas."], - "T0Y2+3": ["Select a token"], - "T3EPqL": ["Max base fee"], - "T3dlAs": ["Quote expired. Update to receive a new quote."], - "TA4fAr": ["The wallet name already exists."], - "TFEJcT": ["Set NFT PFP"], - "TIIaK1": [ - [ - "2", - "select", - { - "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], - "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""], - "other": [] - } - ] - ], - "TJt1iY": ["Decentralized social graph protocol for user-centric Web3."], - "TNFd5O": ["View real-time crypto prices, market cap, trading volume, etc."], - "TP9/K5": ["Token"], - "TRoDRd": ["Failed to deposit token."], - "TYTRNP": ["Eligible to claim"], - "TZDLPg": ["Claimable"], - "Tfxac6": [ - "This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." - ], - "Tg003Y": ["Connected wallets settings"], - "Tl3Zls": [ - "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." - ], - "TnHNX9": ["Update permission for X.com"], - "ToePai": ["Spend limit requested by"], - "TppkTk": [ - "<0>", - ["user"], - " carried out an activity to <1>", - ["target"], - " on <2>", - ["platform"], - "" - ], - "TpqeIh": ["Error: ", ["0"]], - "Tuc34V": ["Confirm Bridge"], - "Tx/jsw": ["Do you need to paste encrypted content manually?"], - "Tz0i8g": ["Settings"], - "TzarJw": ["Bridging"], - "UBzbea": ["Recover your wallet"], - "UDKbPj": ["Your file has been successfully merged into the browser data."], - "UFzLh1": [ - "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ", - ["0"], - ". Please reduce the number of NFTs selected." - ], - "UO7xDp": [["0"], " Pool"], - "UPJjXF": ["Network error, try again: ", ["0"]], - "URAE3q": ["Paused"], - "URmyfc": ["Details"], - "UUfXpm": ["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."], - "UWxJIW": ["Powered by Celer Network. Support $MASK!"], - "UXBK7e": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "UaXeX3": ["Okay"], - "UbRKMZ": ["Pending"], - "Udf/Es": [ - "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." - ], - "UfJmJU": ["Invalid slippage tolerance."], - "UjJCIX": ["Contract source code not verified"], - "UjRxho": ["Persona Recovery Phrase"], - "UmVZrM": ["Failed to create Lucky Drop."], - "UpqenY": ["We recommend new Web3 users to keep [Check Security] open."], - "UqJ0W/": ["Cancel Transaction"], - "Usynqd": ["Gas price is too low and will cause the transaction fail"], - "UtKGok": ["Backup Persona"], - "UvJiVZ": ["There's no feed associated with this address."], - "UxJ2jd": ["Display Snapshot proposals on the X of the respective project or protocol."], - "UxYZfY": ["Revoke the approval for ", ["0"], "."], - "V+1pjj": ["Back Up Your Data Your Way"], - "V+ZuGt": ["You claimed ", ["0"], " $", ["1"], "."], - "V6YDUB": ["<0>", ["user"], " donated <1>", ["costValue"], " ", ["costSymbol"], ""], - "V6wYl1": ["Total amount"], - "V8j2d/": ["App list"], - "VAOn4r": ["Unlock"], - "VECuJk": ["Wallet Account"], - "VHShJf": ["Please click Browse Files button to select files to upload."], - "VHVdS1": ["No votes"], - "VP4HYe": ["Next.ID"], - "VSx1eg": ["Max priority fee"], - "VbeIOx": ["Author"], - "VcPDSd": ["Unsupported key store data"], - "VdhBp2": ["The chainID is not equal to the currently connected one."], - "VdkQUC": ["Please sign up or login ", ["siteName"], " to connect Mask Network."], - "Vj7ma7": ["Support mnemonic phrase, private key or keystore file."], - "VlpdUm": ["Use NFT"], - "VsHxv+": ["Copy text"], - "VvGC/Y": [["0"], " Network fee"], - "VvPeyR": [["0"], " unlocked"], - "VzQ7uf": ["Unknown EIP-4361 message version."], - "VzQOL2": [ - "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." - ], - "W0uonA": ["This QR includes your mnemonic words, please keep it safely."], - "W2es+t": ["Oops, it seems you don't have any voting power at block ", ["0"], ". <0>Learn more"], - "W5OcTk": ["No approved contract records."], - "W7e3zN": ["Are you sure to remove the connected wallet <0>", ["0"], "?"], - "W7rMXF": ["Failed to send token."], - "WAjFYI": ["Start date"], - "WDcQq9": ["Unlisted"], - "WKG5E8": ["You need to hold at least ", ["quantity"], " of any of the following tokens."], - "WLMjwL": ["Confirm to hide ", ["0"], "? You can redisplay it by re-adding this token at any time."], - "WS7EYf": [ - [ - "0", - "select", - { - "Post": ["<0/><1>", ["handle"], " published a post on <2>", ["1"], ""], - "Comment": ["<3/><4>", ["handle"], " made a comment on <5>", ["2"], ""], - "Mirror": [ - "<6/><7>", - ["3"], - " mirrored a post post by<8/><9>", - ["handle"], - " on <10>", - ["4"], - "" - ], - "Quote": ["<11/><12>", ["handle"], " quoted a post post on <13>", ["5"], ""], - "other": ["<14/><15>", ["handle"], " post stuff on <16>", ["6"], ""] - } - ] - ], - "WWPi4P": ["Incorrect wallet address."], - "WY8amq": ["Invalid number"], - "WZcvLm": ["Follow Now"], - "WeNxrL": [["0"], " Attention factors"], - "Weq9zb": ["General"], - "WmXCMa": ["Switch other account"], - "Wqoa0p": ["Connect Persona"], - "WqzYn1": [ - "<0>", - ["user"], - " donated <1>", - ["costValue"], - " ", - ["costSymbol"], - " to <2>", - ["project"], - "" - ], - "WsNUie": ["Claimed: <0>", ["0"], "/", ["1"], " <1>", ["2"], ""], - "Wvnsx1": ["Auto-lock"], - "Wy16g8": ["Gift crypto or NFTs to any users, first come, first served."], - "X0PXso": ["Swap duration"], - "X200Sr": ["Forgot payment password?"], - "X3X0nY": ["You may have ", ["0"], "% less received with this level of slippage tolerance."], - "X6ujRd": ["Be aware, check the token before adding it."], - "X8N33g": ["Transaction history is only stored locally and will be deleted if you clear your browser data."], - "X8w6bW": ["Enter Max spend limit"], - "XA8JXM": ["Add NFTs"], - "XB3tfc": ["Encrypting your **data**"], - "XC7RGa": ["Recover your data"], - "XDtQ7t": ["Display the following address on your Web3 profile page and use it to receive tips."], - "XGRJzS": ["Open in a new tab"], - "XGqAnD": ["This token contract has code that prevent selling. This might is a honeypot."], - "XQDdOC": ["No friends are stored locally, please try search one."], - "XQQx83": [ - "<0>", - ["user"], - " ", - [ - "0", - "select", - { - "supply": ["supplied"], - "add": ["added"], - "repay": ["repaid"], - "withdraw": ["withdrew"], - "collect": ["collected"], - "remove": ["removed"], - "borrow": ["borrowed"], - "other": [] - } - ], - " liquidity on <1>", - ["1"], - "" - ], - "XUKicg": ["Step 1/2"], - "XYLcNv": ["Support"], - "XZ/B+f": ["Don't see your NFT?"], - "XcWehA": ["Update Quote"], - "Xftpm5": ["Select Collection"], - "XjDSdO": ["Old Payment Password"], - "Xlpdi1": ["on ", ["fromNetworkName"]], - "Xprzee": ["Enter a gas price"], - "XrH+JC": ["IPFS"], - "XrlvqN": ["Who can claim?"], - "XsyYEe": ["This NFT didn't have any activities."], - "XyAmgg": ["Add wallet"], - "Y7N0Sj": ["View your account balance and history"], - "Y9mYPy": ["Powered By ", ["0"]], - "YF8jon": ["Ended ", ["relativeEndTime"]], - "YKSmxE": [ - "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." - ], - "YLObqx": ["Equal Amount"], - "YOacnL": ["Tell friends what's happening..."], - "YOnK5s": [ - "<0>", - ["user"], - " registered ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "], "other": [] }], - "for <3>", - ["costValue"], - " ", - ["costSymbol"], - "" - ], - "YPNSH3": ["Connect Solana Wallet"], - "YSi9PS": [ - "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." - ], - "YW51YO": ["24H sale"], - "YXIpYp": ["Please verify the current persona with a social media account before using dApps."], - "Yckw2R": ["Fiat On-Ramp"], - "YdCB5X": ["Copy private key"], - "YiPiv6": [ - "There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." - ], - "YirHq7": ["Feedback"], - "YnqCPK": ["Verify Account"], - "Yp8yB4": [["0"], " to ", ["1"]], - "Ywu8Rl": ["Please connect ", ["0"], " and send a proof post before using dApps."], - "Z/tioj": ["Swap ", ["0"]], - "Z16qyu": ["Persona Name"], - "Z3+V9p": ["Restore backup failed."], - "Z33XCd": ["Input contract address"], - "Z3FXyt": ["Loading..."], - "Z3S6Dx": ["Step 1/3"], - "Z3y+8t": ["Unsupported Network"], - "Z6siIw": ["Switch between the classic Twitter logo and the new one."], - "Z7ZXbT": ["Approve"], - "Z8+FzC": ["Connecting your ", ["providerType"], " wallet"], - "Z8G4E5": ["Change to Flow Wallet"], - "Z8lGw6": ["Share"], - "ZAVklK": ["Or"], - "ZDcdss": ["Claim Conditions"], - "ZHsD28": ["Enable the plugin"], - "ZIsLZh": ["Size limit: 10 MB"], - "ZK75iC": ["Choose a Cover"], - "ZKAj6+": ["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."], - "ZQbnxO": ["No collectible found."], - "ZQr5hT": ["Unlock Token"], - "ZSWUwq": [["0"], "m"], - "ZSgQgC": ["Max fee is too low for network conditions."], - "ZTXjJ3": ["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."], - "ZTmzRV": ["Highest Price"], - "ZdnQsW": ["<0/> interacted with <1/>"], - "ZgFWrp": ["<0>Powered by<1>Go+"], - "ZhrWG1": ["Create persona"], - "ZrZMJ6": ["Backup failed, <0>try again"], - "ZsjtYe": ["Failed to set Avatar."], - "Zypku0": ["By using this plugin, you agree to the <0>terms and the <1>privacy policy."], - "a1S2x7": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and "] }], - ["sources"], - "." - ], - "a1SmQh": ["Select Wallet"], - "a23gJr": ["Incorrect backup password."], - "a33WQ+": ["Download the ", ["name"], " Wallet here"], - "a4C0ak": ["Insufficient Balance for Gas Fee"], - "a4N/Bg": ["Load More"], - "a5t/N3": ["Spend more transaction fees to cancel the previous transaction."], - "a6ONsz": ["Unlock ", ["0"], "."], - "a7u1N9": ["Price"], - "a9X8Om": ["Failed to report spam."], - "aAIQg2": ["Appearance"], - "aEgiLS": ["contributions"], - "aF8kci": ["Creation Completed"], - "aFJrEy": ["You need to hold any of the following NFTs in your wallet."], - "aFht5e": ["Connected ", ["0"], " with ", ["walletName"], "."], - "aTzTyw": ["Add Assets"], - "aVI2qx": ["Click the application icon to list it on the App board."], - "aYT9SD": ["Max fee"], - "acK3j2": ["Input your Private Key"], - "agPptk": ["Medium"], - "ah8/4v": ["Floor Price"], - "ahNa7P": ["NFT Holder"], - "ahpgxl": ["Please create a Persona and verify your account to use this."], - "ai3VNq": ["Connected Wallet"], - "ajKdns": ["This wallet address has already been connected."], - "apl8rz": ["Failed to withdraw ", ["0"], "."], - "aqop4L": ["Check on Explorer"], - "awW7ak": ["Remove Wallet"], - "ayxkVX": ["Transaction"], - "b+scYY": ["Requesting Connection"], - "b/mMOj": [["0"], " ", ["1"], " approval successfully."], - "bBzHQT": ["Input amount is below the minimum amount"], - "bD8I7O": ["Complete"], - "bEPPWi": ["Connect Flow Wallet"], - "bGMpPD": ["Unlock NFT Contract"], - "bIpwjD": ["My Wallets"], - "bKGn4N": [ - "<0/> minted", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }] - ], - "bLJivk": ["Select an NFT Contract Owner"], - "bLmWH9": ["Bridge anyway"], - "bLqb2p": ["<0>Latest offer at <1>$", ["0"], ""], - "bLvQvN": ["Library:"], - "bQXBhp": [ - "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." - ], - "bTQliy": [ - "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." - ], - "bUUVED": ["Asset"], - "bapItf": ["Incorrect Backup Password."], - "bassMa": ["Incorrect cloud backup password, please try again."], - "bbS8qf": ["1 NFT claimed."], - "bdIrOO": ["Verification code has been sent to your email. Please check your mailbox."], - "bfNmSO": ["Set payment password successfully."], - "bnfo6T": ["Sent verification post successfully."], - "bnuQy5": [["0"], " files selected"], - "bwlRe8": ["Selecting NFTs"], - "c+Fnce": ["Sign"], - "c+XaKf": [ - "<0>", - ["formattedUser"], - " ", - ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"], "other": [] }], - " <1>", - ["other"], - " on <2>", - ["1"], - "" - ], - "c19z3W": ["Available Balance"], - "c2MkCo": ["Payment password must be 6 to 20 characters."], - "cD0wgO": [ - "Do you want to remove the verified association between the X account @<0>", - ["0"], - " and ", - ["1"], - "?" - ], - "cFDjd3": ["Transaction type"], - "cJv4Ca": ["Connecting operation cancelled in third-party wallet."], - "cM1qH2": [ - "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." - ], - "cNJNBU": ["Get optimized search results when you're looking for a token."], - "cQYjZe": [ - "To verify your X account and record it on the NextID, you will need to send a post for the verification." - ], - "cVit2/": ["Please set the backup password to back up"], - "caP+Xq": ["Crypto Holder"], - "cbzSv5": ["Max fee should be greater than base fee of ", ["0"], " Gwei."], - "chL5IG": ["Community"], - "clw/Xh": [["0"], " sent."], - "cm4E8+": ["Experience in X"], - "cmKQl+": ["Failed to save the file. Please try again."], - "cmNbUB": ["Not found your ", ["providerType"], " wallet"], - "cnGeoo": ["Delete"], - "crVIc7": ["Locale Backup"], - "ctb8Cs": ["Dex/Est received (", ["0"], ")"], - "cvCD4e": ["Contract Creator"], - "d0aemb": ["Please create a persona for accessing Dapps."], - "d6nk2t": [["0"], " Platform costs"], - "dAMTl9": ["This RPC URL is currently used by the ", ["0"], " network"], - "dCpOJ5": ["<0/> approved with <1/>"], - "dCvyk/": ["Change another account and try again."], - "dEgA5A": ["Cancel"], - "dXFgcm": ["Transfer Token"], - "daEP1M": ["Token info"], - "dajsth": ["Incorrect Keystore Password."], - "du/tmd": ["Create your Lucky Drop."], - "dyNKut": ["Browse Files"], - "dzAth+": [["0"], " ", ["1"], " swap completed successfully."], - "e0E1XI": ["Max Fee (GWEI)"], - "e1vdXO": ["Arweave"], - "e34ZOD": ["Waiting time"], - "e3I0CA": ["Failed to restore the backup: ", ["0"]], - "e3hCsY": ["Lido Exchange Rate"], - "e4yrZ/": ["Token Address"], - "eC1gV9": ["Invalid file type"], - "eDT+Oh": [ - "The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets." - ], - "eE0JZ4": ["Version"], - "eEeK5j": ["<0>Expires in ", ["0"]], - "ePK91l": ["Edit"], - "eWczg7": ["Just Me"], - "eaLSW8": ["Persona name must between 1 to 24 characters."], - "ecqLr0": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "eeYVJ5": ["Be careful what you visit and sign!"], - "ejVYRQ": ["From"], - "elyK4N": ["Failed to unlock token contract."], - "eoeq4k": ["<0>", ["user"], " made a comment on ", ["platform"]], - "ep2Wyh": ["1 ", ["0"], " tips sent."], - "erRCKP": ["File saved"], - "es4h+b": ["Swap Anyway"], - "ezYNcH": ["Pin Mask Network to the toolbar for easier access:"], - "f5AidZ": ["Write down recovery phrase"], - "f61qKX": ["Deploy a SmartPay wallet on Polygon network."], - "f6pX67": ["<0>0 Followers <1>0 Following"], - "fDP2k4": ["Change Payment Password"], - "fFGPy6": ["Or create a new wallet group"], - "fFYJ8f": ["Welcome to use Mask Network"], - "fL7WXr": ["Applications"], - "fRQP7E": ["<0>Granted to <1>", ["0"], ""], - "fRUjl7": ["Please switch to <0>@", ["expectAccount"], " to continue the account verification progress."], - "fUn3xA": ["Generate a new wallet address"], - "fc4PdK": [ - "The RPC URL you have entered returned a different chain ID (", - ["rpcChainId"], - "). Please update the Chain ID to match the RPC URL of the network you are trying to add." - ], - "fdqDgM": ["Ended on <0>", ["0"], ""], - "fiPesM": ["Method"], - "fj5byd": ["N/A"], - "foOw00": ["Balance(", ["symbol"], ")"], - "fqDzSu": ["Rate"], - "fsBGk0": ["Balance"], - "fsUPaG": ["Congratulations"], - "fvRGyC": ["Trying exploring more features powered by Mask Network."], - "fx6pOQ": ["Balance: <0/>"], - "fza4cg": ["Import Wallets"], - "g/1WbH": ["from <0>", ["fromAddress"], ""], - "g/i+bG": ["Transaction rejected"], - "g2UNkE": ["Powered by"], - "gC2WI+": ["Persona"], - "gERRYE": ["Artblocks"], - "gHM62X": ["Payment password changed."], - "gM+Nj7": [ - "Are you sure to report ", - ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"], "other": ["this NFT"] }], - "? After confirmed, this NFT will be marked as spam." - ], - "gT+8Dk": ["Confirm to hide ", ["name"], "? You can redisplay it by re-adding this NFT at any time."], - "gUuuBi": ["Check Security"], - "gVfVfe": ["Contacts"], - "gWcGl/": ["Your wallet cancelled the transaction."], - "gdnEab": ["Incorrect recovery phrase."], - "ggdga4": ["The user has not set this."], - "ghVDTt": ["rounds"], - "ghZx62": ["Unlock token"], - "gk7J2q": [["0", "select", { "other": ["<0>Size limit: ", ["fileSize"], ""], "omit": [] }]], - "gkLviK": [ - "This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." - ], - "gmOW42": ["ENS or Wallet Address"], - "gnSRSG": ["Hiding Scam Transactions"], - "gp6A8z": ["Authorization Failed"], - "gtdJ43": ["My wallet"], - "gwuMzD": ["<0>", ["user"], " appointed a proxy on <1>", ["platform"], ""], - "gxV9O8": ["Cast your vote"], - "h/b9lY": ["No followers."], - "h0qYUk": ["Search with an ENS domain or wallet address to get optimized results."], - "h3bIHg": ["Disconnect Social Account?"], - "h53LoU": ["Social Account"], - "h5Dtc5": ["funding received"], - "h69WC6": ["Sent"], - "h7+V7K": ["Backup & Recovery"], - "hEpXzO": ["Welcome to Mask Network"], - "hG89Ed": ["Image"], - "hHLRGW": ["Hide tokens with value less than $1"], - "hRWvpI": ["Claimed"], - "hRtIgr": ["APP list"], - "hTbvD9": ["Sorry, you are not eligible to claim $ARB in this campaign."], - "hUF4dG": ["Backup password set successfully"], - "hWUuAb": ["Already following"], - "hXzOVo": ["Next"], - "hYgDIe": ["Create"], - "he3ygx": ["Copy"], - "heVBR8": ["Enter Amount Each"], - "hehnjM": ["Amount"], - "hg5QeV": ["Total cost"], - "hhtbAs": ["Unfollow lens handle"], - "hj39w+": ["Loading failed due to Snapshot API service breakdown."], - "hom7qf": ["Claim"], - "hpxXOD": [ - [ - "context", - "select", - { - "approve": [ - "<0>", - ["user"], - " approved <1>", - ["amount"], - " ", - ["symbol"], - " to <2>", - ["contract"], - "" - ], - "revoke": [ - "<3>", - ["user"], - " revoked the approval of <4>", - ["amount"], - " ", - ["symbol"], - " to <5>", - ["contract"], - "" - ], - "other": [] - } - ] - ], - "hxHyfs": ["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."], - "hxdOdX": ["Owner can change balance"], - "hzTib5": ["Select an NFT Contract Operator"], - "i2x+p1": ["Processing Withdrawal"], - "i4umqX": ["The following wallets are not installed or in conflict with others"], - "i6OT6/": [["subject"], " has an error"], - "i70ilP": [["0"], " NFT contract unlocked."], - "iCb44o": ["Created on: ", ["0"]], - "iF9x7r": ["Trading mode"], - "iH8itU": ["Connect your wallet"], - "iH8pgl": ["Back"], - "iJLEZF": ["Show me how"], - "iNIdDX": ["Incorrect contract address."], - "iPMIoT": ["Enter an amount"], - "iSLIjg": ["Connect"], - "iT0Qmd": ["Transaction Failed"], - "iTiwqa": ["Asset is hidden."], - "iZLoa2": ["eg: X accounts, persona public keys, wallet addresses or ENS"], - "ia3Lqp": [ - "The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions." - ], - "ie2c+s": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Welcome to join." - ], - "ileX7U": ["No recent transactions"], - "imDvP9": ["Gas limit must be smaller than ", ["maxGas"], "."], - "iobEyh": ["By checking this box, I agree to ArtBlocks's <0>Terms of Service."], - "iuCSJl": ["This wallet is connected to current persona ", ["0"], "."], - "iuJFAy": ["Low Risk"], - "iwiSFA": ["Similar Project"], - "j2Uisd": ["Approving"], - "j2a+h4": ["Past rounds"], - "j4TRxD": ["Select Address"], - "j8MqhB": ["CyberConnect"], - "jEDiuG": ["Network added"], - "jICk7g": ["There was a network or RPC provider error, please try again later!"], - "jIWgmE": ["Entered passwords are inconsistent."], - "jJPsrT": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "jJrqb1": ["Token Name"], - "jK7nvW": ["Failed to disconnect wallet"], - "jRcH7y": ["NFT Avatar Setting"], - "jRfanQ": ["Gas Used (Units)"], - "jXWnN0": [["0", "plural", { "one": ["Strategy"], "other": ["Strategies"] }]], - "jZQU+o": ["Originally posted by ", ["0"]], - "ja6Tyz": ["Search with the name of an NFT collection or its symbol to get optimized results."], - "jaH9PD": ["Hi friends, I just created ", ["token"], " Lucky Drop. Download Mask.io to claim."], - "jas0vv": ["Disconnect all accounts"], - "jbc0gF": ["Create Password"], - "jeLXsu": ["Who can claim"], - "jfJkBQ": ["Gas price is too low for network conditions."], - "jh0i4n": ["Confirm this transaction in your wallet."], - "jhoAzY": ["Mask Network Cloud"], - "jjCXPD": ["Starts ", ["relativeStartTime"]], - "jpctdh": ["View"], - "jt/0L2": ["You've saved ", ["0"], " to Web3 file service."], - "jt/cjR": ["Safety Warning"], - "jtExaD": ["Not supported yet."], - "jygqM9": ["Loading account information..."], - "jzLzy/": ["No whitelist"], - "k/sb6z": ["Select language"], - "k/vATR": ["Token unlocked"], - "k0USDt": ["Account connected.<0/><1/>Try to explore more features powered by Mask Network."], - "k1pJQo": [["0"], " network is not added to the wallet. Please add it and try again."], - "k28Qhe": ["Failed to save file"], - "k57+C7": [["walletLength", "plural", { "one": ["#", " Wallet"], "other": ["#", " Wallets"] }]], - "k7u9V5": ["Incorrect words selected. Please try again!"], - "kCAzy/": ["Collection Approval"], - "kG0n0M": ["Network error or user cancels the process."], - "kHDhjV": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." - ], - "kKY8Re": [ - "The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." - ], - "kPQQEW": ["Enter an Amount"], - "kV9Qeo": ["You have donated ", ["0"], " ", ["1"]], - "kWJmRL": ["You"], - "kbfp5m": ["Visible To"], - "kdW3qS": ["Nonce"], - "kePpfU": ["Update NFT Avatar Success!"], - "kf/5Ap": ["Explore multi-chain dApps."], - "kf83Ld": ["Something went wrong."], - "kg/ict": ["Lucky Drop claimed."], - "kj3M8S": ["Deposit"], - "kjBSDT": [ - "<0>", - ["user"], - " minted ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - "for <3>", - ["value"], - " ", - ["symbolName"], - "" - ], - "ks5OGD": ["Contract"], - "kx0s+n": ["Results"], - "l/UFPv": ["Properties"], - "l3s5ri": ["Import"], - "lCF0wC": ["Refresh"], - "lCHQzJ": ["This address may be a scam address."], - "lCfoWv": ["Select NFTs"], - "lDgVWA": ["Receive"], - "lET9my": ["Mask needs the following permissions"], - "lErh77": [ - "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." - ], - "lKldOY": ["12-word recovery phrase is used to recover your persona data."], - "lO/vMB": [ - "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." - ], - "lPJwNU": ["Persona: ", ["personaName"]], - "lPsa94": ["Merge Completed"], - "lQXQKs": ["Vote"], - "lU6uRb": [ - "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." - ], - "lWOC+h": ["Mask Network requires you to authorize the following websites before using it."], - "ldI18s": ["Minted:"], - "lhvy2j": ["Firefly"], - "llLBQ1": ["a token"], - "lmYQuN": ["At most ", ["SOL_REDPACKET_MAX_SHARES"], " recipients"], - "loCUuu": ["Keystore"], - "lqTDfd": ["Slippage Tolerance"], - "lqW7eD": [ - "In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address." - ], - "lr8uE3": ["Holding ", ["0"]], - "lvL4x0": ["Follow @masknetwork for Web3 updates and insights."], - "lxJU2w": ["Enter Number of Winners"], - "lyjM6U": ["Wait too long for the confirmation."], - "m+uuUE": ["Cross-chain"], - "m/TPEz": ["(beta)"], - "m16xKo": ["Add"], - "m2OZMI": ["Max fee cannot be lower than max priority fee"], - "m2pyX2": ["Buy Now"], - "m3VOQq": ["Current wallet does not support to interact with Lens protocol."], - "m3XvO+": ["Imported Wallets"], - "m3akOw": ["I just claimed a lucky drop from @", ["sender"], " on Solana."], - "m3cvPZ": ["Payment password set."], - "m3pz1u": ["Insufficient ", ["symbol"], " Balance"], - "m64f3d": [ - "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." - ], - "mCB6Je": ["Select All"], - "mGHHf5": [ - "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." - ], - "mHWsOq": ["Failed to confirm"], - "mNUsxu": ["Tx Fee"], - "mPxxVq": ["Enter a gas limit"], - "mQpWAe": ["Edit Contact"], - "mT57+Q": ["Go to Settings"], - "mUJUVX": ["Claim your NFT Lucky Drop"], - "mW8F64": ["This project is no longer active"], - "mYGY3B": ["Date"], - "mZ04KC": ["Overall Best"], - "ma8rSx": ["Your transaction has been confirmed!"], - "mc68kY": ["New Payment Password"], - "md5sZ/": [ - "This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud." - ], - "mfwfMR": ["You can claim the lucky drop by holding the required amount of any selected token."], - "mhNIiJ": ["Gas price is higher than necessary. You may pay more than needed."], - "mrAv9J": ["Failed to save network"], - "msszNj": ["<0/> approved <1>", ["0"], " ", ["1"], ""], - "muQqQY": ["Buy & sell tweets autographed by their original creators."], - "mzI/c+": ["Download"], - "n+ObkB": [ - "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." - ], - "n1gwuy": ["on ", ["toNetworkName"]], - "n2HnVK": [ - "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." - ], - "n42fmQ": ["Enter a max fee"], - "nDzNGQ": ["Follow User"], - "nE/lLr": ["Just Selected Contacts"], - "nFjzvC": ["Approved Amount ", ["0"]], - "nGl2Ng": ["Restore Completed"], - "nKLBYz": [ - "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" - ], - "nMUHWK": [["claimed"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], - "nMkx7r": [["0", "plural", { "one": ["#", " Hour"], "other": ["#", " Hours"] }]], - "nOCyT5": ["Show tokens with value less than $1"], - "nOhz3x": ["Logout"], - "nSkB8g": ["Information"], - "nTFx7o": ["Avatar set successfully"], - "nTWWCZ": ["Low"], - "nTif4K": ["Select and Connect to your wallet"], - "nUWEsV": ["Max fee is higher than necessary"], - "nUeoRs": ["Signing Message (Text)"], - "nV/wXH": ["This profile can not be followed."], - "nWDO1P": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"], - "other": [] - } - ], - " <1>", - ["0"], - " ", - ["1"], - " " - ], - "ndRqFD": ["Chain ID"], - "neBDpj": ["Please connect wallet"], - "ngWO+e": ["No local key"], - "njSHJP": ["You didn't approve ", ["0"], ". Please do not set spending cap to 0 and try it again."], - "nqL5WA": ["Claim Lucky Drop"], - "nqagQ8": ["Signing Message (Raw)"], - "nvAt0H": ["Resource"], - "nvV/Td": ["Balance: <0>", ["0"], ""], - "nwSp3U": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "nzBzok": ["Create time:"], - "o+XJ9D": ["Change"], - "o+zDNQ": ["The mnemonic word has been copied, please keep it in a safe place."], - "o4Iu2W": ["Logout successfully"], - "o4NrTC": ["Confirm this Signature in your wallet."], - "o66hO5": ["Discovered a LuckyDrop event on the FireFly website."], - "o9pabc": ["No codes found to suspend trading."], - "oCBTyI": ["This will overwrite the existing cloud backup with the local data, this cannot be undo."], - "oDMfB1": ["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], - "oDSXfc": ["New password cannot be the same as your current password."], - "oG26Rt": ["Confirm this transaction in your wallet"], - "oG67vO": ["Available to Everyone"], - "oIsL5E": ["Chain ID: ", ["0"]], - "oJIW7I": [ - [ - "context", - "select", - { - "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], - "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], - "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], - "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], - "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], - "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""], - "other": [] - } - ] - ], - "oMx/mL": [ - "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." - ], - "oN9XHJ": ["Start Time: <0>", ["0"], ""], - "oOQfsI": ["Current account is not the verifying account."], - "oTLFeN": ["The Lucky Drop can't be sent due to data damage."], - "oX+QCa": ["<0>Powered by<1>Mask Network"], - "oYzol6": ["an NFT"], - "oZw0Iw": ["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"], - "ocYse8": ["Failed to refund Lucky Drop."], - "oe5xh9": ["Decrypt failed, please check password"], - "of3mx/": [ - "<0>", - ["user"], - " swapped <1>", - ["from_value"], - " ", - ["from_symbol"], - " to <2>", - ["to_value"], - " ", - ["to_symbol"], - " on <3>", - ["platform"], - "" - ], - "ofUcbc": ["Random"], - "ohUJJM": ["Plugins"], - "ojlMCx": ["Minimum withdraw amount is ", ["MINIMUM_AMOUNT"], " ", ["0"]], - "olEUh2": ["Successful"], - "ooHEV6": ["1 ", ["0"], " NFT Lucky Drop claimed."], - "osXsDn": ["Import NFT"], - "ou+PEI": ["Profile Photo"], - "ouAjo6": ["No Enough Gas Fee"], - "ovBPCi": ["Default"], - "oxKup1": ["Insufficient $", ["0"], " balance"], - "p+ngUo": ["Unfollow"], - "p1/7GX": ["Contract Not Found"], - "p2/GCq": ["Confirm Password"], - "p3TX0l": [ - "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." - ], - "p7l2aC": ["Contract:"], - "p8Aea2": ["The persona name already exists."], - "p8OYBy": [ - "@", - ["sender"], - " is sending an NFT lucky drop on ", - ["networkName"], - " network. ", - ["account_promote"], - " ", - ["promote_short"], - " #mask_io #LuckyDrop ", - ["0"] - ], - "pG7O41": ["Fastest"], - "pGElS5": ["Mnemonic"], - "pHfBGz": ["Updating Gas Fee…"], - "pIyHYi": ["Lens Follow"], - "pLHDrO": ["Holding NFT"], - "pOE8Vh": ["Space"], - "pa3wn3": ["It remains unclaimed."], - "pbOGiB": ["Revoke Token"], - "pbYUPI": ["Text copied!"], - "pi+hn/": ["Ethereum ", ["HD_PATH_WITHOUT_INDEX_ETHEREUM"]], - "pjrgRd": ["Incorrect Private Key"], - "pkyWdU": ["Keystore password"], - "poYLOl": ["New Logo"], - "ps1+DX": ["Set your persona name with maximum length of 24 characters"], - "pu3rTn": ["GWEI"], - "puUEU3": ["Change Backup Password"], - "put3ex": ["Request is valid not after"], - "pv5v6j": ["About Permit"], - "pvnfJD": ["Dark"], - "py6hU8": ["Signature Request"], - "pzO3Xa": ["Total Supply"], - "q+O14e": ["Search Area"], - "q+hNag": ["Collection"], - "q/ao7A": ["Price per mint"], - "q5+UWM": ["Contact edited."], - "qAbGIK": ["Issued at"], - "qCMUPH": ["Unlock ", ["0"]], - "qDIxZ+": ["Failed to restore the backup from Google Drive to your browser. Please try again."], - "qHqI+o": ["<0>Powered by <1>Mask Network"], - "qI8U4x": ["Max fee cannot be lower than max priority fee."], - "qIL7PI": ["Offers"], - "qJb6G2": ["Try Again"], - "qNiGUh": ["size"], - "qT8oOt": ["Persona required."], - "qWMpAl": ["up to ", ["0"], " Gwei"], - "qYuscr": ["Max Priority Fee"], - "qZ6p7p": ["Backup on ", ["0"]], - "qcqdIh": ["You need to open the dApp to view the specific content."], - "qcybNQ": ["Proposal"], - "qdyV/M": ["News"], - "qhKyO3": ["Withdraw ", ["0"]], - "qkhZxp": ["Created a SmartPay wallet on Polygon network."], - "qp8fKi": ["By confirming means that you agree to bear the possible risks above."], - "qqWcBV": ["Completed"], - "r3OcML": [["mins"], "min"], - "r92tNP": ["Failed to authorize Google Drive. Please try again."], - "rBLzKv": ["Max fee is higher than necessary."], - "rCsoea": ["Manage Token List"], - "rG3WVm": ["Select"], - "rJZPaP": ["No activities found."], - "rKY/BK": ["Classics Logo"], - "rLgPvm": ["Backup"], - "rQQGN1": ["Max priority fee is higher than necessary. You may pay more than needed."], - "rR6iwH": ["Domain Request"], - "rWE7Lq": ["Contact deleted."], - "rWqyF3": ["Gas limit should be between ", ["minGasLimit"], " and 15.00M"], - "rYFSec": ["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."], - "rZ0rgl": ["Total Volume"], - "raCUEa": ["By granting permission, you are allowing the following <0/> contract to access your funds"], - "rcNnsQ": ["Price:"], - "re2nOO": ["Uploaded files"], - "rkMKQ0": [ - "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." - ], - "rm0yu/": ["About ", ["collectionName"]], - "rqV4QH": ["This swap isn’t supported"], - "rrvbCi": ["Network error or execute smart contract failed."], - "rulocO": ["Checking Approve"], - "ryWxhG": ["Congratulations!"], - "s/8SJ+": [ - "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." - ], - "s4Omor": ["To <0>", ["0"], ""], - "sGkv/+": [ - "Hi friends, I just deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "sOYKMU": ["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."], - "sOcZTR": ["Contract Deployment"], - "sQJ3RN": ["Max priority fee is too low for network conditions."], - "sQTDWu": ["Allow us to collect your usage information to help us improve Mask."], - "sSkbaZ": ["Request timed out."], - "sWsox7": ["Follow Lens handle"], - "saHPqg": ["Claim your Lucky Drop."], - "sb9Y58": ["Wallet"], - "siroPf": ["Mask Network"], - "sxkWRg": ["Advanced"], - "szNWi8": ["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."], - "t+A5fr": ["Gas price should be greater than 0"], - "t/YqKh": ["Remove"], - "t2prdI": ["No search results"], - "t3rUZr": ["Sign-in Request"], - "t6bQQD": ["Send authors tips by using Mask Network's Tips function."], - "t6md+W": [ - [ - "0", - "select", - { - "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], - "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""], - "other": [] - } - ] - ], - "t8dIOP": ["Spam"], - "t91sWs": [ - [ - "actionType", - "select", - { - "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], - "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], - "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""], - "other": [] - } - ] - ], - "t9m1iP": ["Spam reported."], - "tARYn/": ["NFTs Profile"], - "tCAZi9": ["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."], - "tG9G+b": ["File Service"], - "tHoyBc": ["Please connect ", ["0"], " before using dApps."], - "tIW5Jt": ["No matched tokens"], - "tKJ7ee": ["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."], - "tOL6AP": ["Adjust Selection"], - "tOMnvw": [ - "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." - ], - "tPeNU7": ["This network name already exists"], - "tRRE1h": ["1 ", ["0"], " claimed."], - "tXkhj/": ["Start"], - "tbOs8j": ["Confirm Swap"], - "tcHpvG": ["Change Owner"], - "tfDRzk": ["Save"], - "thX7xs": [ - "The network with chain ID ", - ["formChainId"], - " may use a different currency symbol (", - ["0"], - ") than the one you have entered. Please check." - ], - "tiX/tO": ["Address: <0>", ["address"], ""], - "tj48De": ["Connect Social Account"], - "tjbyOy": ["Project details"], - "tk+uyz": [ - "You've approved ", - ["0"], - " for ", - ["1"], - ". If you want to revoke this token, please set spending cap amount to 0." - ], - "toDFSK": ["Wallet sign succeeded."], - "tst44n": ["Events"], - "tuOw4x": ["Make It Encrypted"], - "tx1x9k": [ - "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." - ], - "txEVTf": ["No Listings"], - "ty2gt9": ["You need to follow the creator of the lucky drop."], - "u2OWVJ": ["Disconnect failed."], - "u2Srv1": ["Claim your Airdrop"], - "u3ZeYl": ["Transaction failed"], - "u689pQ": ["Ends in ", ["relativeEndTime"]], - "uAQUqI": ["Status"], - "uBAxNB": ["Editor"], - "uF9ruK": ["Saving"], - "uJQLj9": ["Connect and switch between your wallets."], - "uSMfoN": ["Verify"], - "uip9JY": ["I wrote down those words in the correct order"], - "ujpEaI": ["Please connect your wallet"], - "uqF4Nm": ["Blockchain:"], - "usVwcn": ["No anti_whale(Unlimited number of transactions)"], - "uv94aG": ["Added by user"], - "uv9cwh": ["Bridge Network fee"], - "uyJsf6": ["About"], - "v01kR+": ["NFT PFP"], - "v7U98p": ["Failed to claim Lucky Drop."], - "vH2C/2": ["Swap"], - "vLXevL": ["Transaction cost"], - "vOx+Me": ["You can withdraw the remaining balance 24 hours after sending the lucky drop."], - "vVEene": ["View your Tokens and NFTs"], - "vXIe7J": ["Language"], - "vXygio": ["Not enough data to present."], - "vel6Z1": ["Request Source"], - "vhlM+H": ["Withdraw ", ["0"], " for savings."], - "vhqFTT": ["Can't find a valid user address data source."], - "vutynE": ["Enable plugin"], - "w0e0yw": ["Gas limit must be at least ", ["0"]], - "w1ctdJ": ["Encrypted Post"], - "w3t1Hw": ["Powered by <0>Go+"], - "w4oOEJ": ["Mask Community $ARB Giveaway"], - "w9Xmw/": ["Google Drive"], - "wCtp6y": ["Your Wallet is on **ready 🚀**"], - "wDnczW": ["Optimize the display of search results about ENS in social media."], - "wGtbaw": ["Amount per Share"], - "wMHvYH": ["Value"], - "wNecg9": ["Multiple transaction requests ", ["0"], " / ", ["1"]], - "wNxsb2": ["Reject ", ["totalMessages"], " Transactions"], - "wThGrS": ["App Settings"], - "wUlAUI": ["<0>@", ["currentUserId"], " connected already."], - "wYA1q/": ["Auto report the scam links to MetaMask"], - "waXvJd": ["NFT is not minted yet."], - "wbDTs9": ["Request timed out"], - "wqppGn": ["Permissions List"], - "wvJOId": ["This ENS does not exist or not be resolved."], - "wxZZWc": [ - "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." - ], - "wxfXhJ": ["Scam tx"], - "x0PhCN": ["Disconnected successfully."], - "x4f8pZ": ["Tips"], - "x5LEuB": ["Followers"], - "x6rEou": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "xBXg0L": [ - "No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk." - ], - "xC6eGY": ["Mint function"], - "xCJdfg": ["Clear"], - "xCcvjC": ["Set up NFT PFP successfully"], - "xDAtGP": ["Message"], - "xDO6ZN": ["Plugin switch"], - "xEQZ4z": ["Use text encryption"], - "xEX/9S": [ - "No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk." - ], - "xFCCR4": ["Please enter the correct mnemonic words, private key, or upload the correct keystore file."], - "xGVfLh": ["Continue"], - "xH6cn+": ["Choose Token"], - "xIxVmH": ["Unlock ", ["0"], " NFT contract."], - "xPSvu3": ["<0>", ["websiteCount"], " ", ["0", "plural", { "one": ["Website"], "other": ["Websites"] }]], - "xTQLHC": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Install @masknetwork to get yours." - ], - "xeiujy": ["Text"], - "xjhtsV": ["Chain"], - "xoKE3v": ["Disable Permit"], - "xuKB2x": [["0"], " deposited."], - "xupcu9": ["Speed Up"], - "y/+ReV": ["No any collectible is available for preview. Please add your collectible here."], - "y/kxxM": ["Priority fee"], - "y2i17G": ["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."], - "y3juHh": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "y3qyKP": ["NFT Lucky Drop created."], - "y49awp": ["Set NFT Photo"], - "y5aRAa": ["Please enter cloud backup password to download file."], - "y62Dys": ["Network fee"], - "y6VCOb": [["0"], " Mins"], - "y6sq5j": ["Following"], - "yC/GKd": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." - ], - "yD15Uj": ["Are you sure to remove this wallet?"], - "yDUr0V": ["Lucky Drop refunded."], - "yFpcbN": ["This request may be a phishing attach. I understand this and want to continue."], - "yFrxQj": ["Mnemonic word"], - "yGyJ1l": [ - "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." - ], - "yHrAv+": ["Claim Lucky Drop with ", ["0"], " claimed."], - "yKu/3Y": ["Restore"], - "yNBZ3N": ["Enter gas limit"], - "yNu9vD": ["The wallet address already exists."], - "yQE2r9": ["Loading"], - "yQqkIK": ["24H Average Price"], - "yRuvmU": ["The mnemonic words has been copied, please keep it in a safe place."], - "yTZe+y": ["Snapshot"], - "yVnV6H": ["Please write down or copy these words and save them in a secure place."], - "yVzBCJ": ["NFT Lucky Drop claimed."], - "yZhedI": ["Gas fee settings"], - "yb/fjw": ["Approval"], - "ybuu1v": ["Oops, we can't find any results."], - "ygW4tI": ["Please connect your persona"], - "yik0Qu": ["Private Key"], - "ykiu3o": ["NFT Details"], - "ylUhBz": ["Click to retry"], - "ylXk9u": ["Encrypt the message in an image"], - "yqc6uX": [ - "This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing." - ], - "ywDBfs": ["Something went wrong!"], - "yx/fMc": ["High"], - "yz7wBu": ["Close"], - "yzF66j": ["Link"], - "z+H8bd": ["Your wallet does not meet the eligibility criteria for claiming."], - "z/3+av": ["License:"], - "z1i6et": ["Failed to ", ["0"], " NFT contract."], - "z27gFg": [ - "If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it." - ], - "z7Fh2l": ["Base fee required: ", ["MIN_BASE_FEE"], " Gwei"], - "z9HeHt": ["Create a Privy Wallet"], - "zBPjcC": ["Revoke the approval for token"], - "zBUJYA": ["The approval for this contract will be revoked in case of the amount is 0."], - "zBftr8": ["Claim NFT Lucky Drop"], - "zEZe86": [ - "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." - ], - "zGTAja": [["claimed"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], - "zJlXbX": ["NFT"], - "zPar3e": ["Collectible"], - "zX9KdB": ["No following friends."], - "zXagFp": ["Copy Address"], - "zZk9Yz": ["Purchase"], - "zga9sT": ["OK"], - "zgqgNP": ["Purchasing...."], - "zkEW09": [ - "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" - ], - "znqB4T": ["Insufficient balance"], - "zp7Ha3": ["Backup Failed"], - "zwBp5t": ["Private"], - "zxrGeO": ["Gas limit must be bigger than ", ["minGas"], "."], - "zzDlyQ": ["Success"] - } -} +{"messages":{"++B0oY":["This function has been turned off in the App settings. Enable plugins to fully access."],"+01Ill":["Change to Solana Wallet"],"+5hgHR":["Are your sure you want to disconnect? You may lose part of functionalities of this website."],"+95jK3":["Gas limit too low will cause the transaction to fail."],"+A4TPN":[["0"]," NFT contract"],"+CzAt9":["Previous unfollow transaction is in processing, please wait and try again."],"+IEBAO":["Approve amount"],"+K0AvT":["Disconnect"],"+POswt":["Sell Tax: ",["0"]],"+Qcnh5":["Please select the appropriate method to restore your personal data."],"+W8dUJ":["Tap to view the private key <0/> Make sure no one is looking at your screen"],"+XyQiK":["Agree"],"+Zuhm7":["Support Identity code, private key, local backups or cloud backups to access your personal data."],"+adBn3":["Chrome - external extension"],"+b7T3G":["Updated"],"+fTqvl":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"],""],"+hwfjv":["Please select the wallet to activate the function after saving the settings."],"+m7PfT":["Deleted successfully"],"+m7x4e":["Backup Successful"],"+q+Wa9":["Swap anyway"],"+uISZO":["Incorrect Password"],"+ubcPw":["No power"],"+xKN8I":["<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later."],"/2nH6X":["Make another Bridge"],"/7tku+":["Try"],"/BI0y9":["Refunded"],"/Dk+nX":["More on ",["0"]],"/I3RSJ":["Report Spam"],"/JOEaC":["Deploy Smarty Pay wallet"],"/KseE7":["Delete File"],"/LkuGq":["Restore from a previous database backup"],"/OPmPQ":["Verify ",["0"]],"/Swcdo":["Failed to swap"],"/WfDJy":["If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets."],"/capO6":["Failed to deposit ",["0"],"."],"/eguJc":["Uploading"],"/fo6Dv":["Gas Limit (Units)"],"/giXwU":["Medium Risk"],"/hKQcr":[["seconds"],"s"],"/jQctM":["To"],"/nT6AE":["New password"],"/riTT2":["Pinned successfully."],"/uEw9z":["Your X account authorization has timed out. Please try again."],"/vtDGO":[["0"]," is connected to these sites, they can view your account address."],"/xrk7I":["FAQ&Tutorial"],"/y/pZ3":["Select a Token"],"0+3dvg":["This NFT didn't have any offers."],"0/eoR6":["Revoking"],"00b9QG":["Set Your Payment Password"],"01DWy7":["Click the settings icon to list it on the App board."],"04MqGo":["Post content:"],"09vHB+":["Failed to decrypt."],"0C6WdO":["Upload backup"],"0D4bav":["Name or Contract address e.g. USDC or 0x234..."],"0F4ogS":["Payment Password should be between 6 and 20 characters."],"0HnKBn":["Hide mnemonic words"],"0Lp4o6":["Load failed"],"0M//Nn":["The Persona is connected to the following accounts: ",["list"]],"0ZC72+":["Connected successfully."],"0bKGbK":["No past rounds found."],"0caMy7":["History"],"0dFHbr":["Confirm swap risk"],"0fljZe":["Trading Route"],"0hFUd/":["You must give the ",["0"]," smart contract permission to use your ",["1"],". You only have to do this once per token."],"0jddIP":[["0"]," members"],"0lBTmP":["You need to hold any of the following tokens."],"0oFu/K":["No Lucky Drops claimed"],"0oMKRL":["Delete Contact"],"0tdB+o":["Enable the ",["name"]," Wallet extension and disable other wallet extensions"],"0wJVK+":["Basic"],"0wdd7X":["Join"],"0wzWAN":["Why I can't vote?"],"0xXDLS":["View your profile in firefly"],"0yPSCj":["High Risk"],"0yf3iU":["Wallet sign cancelled."],"1+6BOG":["Download Backup"],"1+P9RR":["Switch to ",["0"]],"11kmCI":["We are not aware of any code that prevents the sale of tokens."],"199DuV":["Display specific information of Gitcoin projects, donate to a project directly on social media."],"1DwbcE":["Loading...."],"1EOhmY":["Rank #",["0"]],"1LkMSp":["Add Suggested Token"],"1M8xFP":["Transaction with extremely low slippage tolerance might be reverted because of very small market movement."],"1QJyuR":["At most ",["RED_PACKET_MAX_SHARES"]," recipients"],"1QfxQT":["Dismiss"],"1R2W/B":["This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup "],"1TNIig":["Open"],"1TaavV":["Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase."],"1Uqt6P":["Disconnect Wallet?"],"1Wbxhe":["This profile can not be followed: ",["0"]],"1Z++2X":["The Persona is not connected to any accounts."],"1agbuA":["Functions that can suspend trading"],"1bTY60":["Token Value"],"1kE7ob":["Network saved"],"1mjyN6":["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."],"1nMGEs":["Personas"],"1njn7W":["Light"],"1on6yK":["How to use ",["0"]," Wallet?"],"1rsf+c":["After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup."],"1xwmzN":["Switch to other accounts"],"2/N/mr":["Connect with ",["providerName"]],"22QmCQ":["The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"28ABhV":["Connect EVM Wallet"],"29b5Sq":["Blocto only supports the Flow chain."],"2CMLgZ":["Token ID separated by comma, e.g. 1223,1224,"],"2FYpfJ":["More"],"2GHENQ":["Web3 Profile"],"2J5wRx":["Failed to get quote information"],"2Lr4ie":["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."],"2MPu+c":["Priority Fee (GWEI)"],"2XVeKu":["Airdrop Scam"],"2Xze/r":["Block Explorer URL"],"2jQko7":["Associated Accounts"],"2kXxch":["Sorry, signature failed! Please try signing again."],"2p7WMm":["Give permission to access <0/> your ",["0"],"?"],"2saF1j":["Tax can be modified"],"2wxgft":["Rename"],"3/0KF0":["Create a Firefly.social wallet using an X account"],"34UMci":["Wallet Settings"],"38C83c":["Recovery Phrase"],"39ohdf":["Activities"],"3A/gtD":["Invalid RPC URL."],"3A/mG4":["Change Wallet"],"3AP6p1":["Public Key: <0>",["publicKey"],""],"3B4jmY":["Data correlation"],"3CR0qY":["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."],"3J+S3n":["Search Next.ID, X, Lens, ENS or Address"],"3OhjJ4":["Powered by <0>Mask Network<1><2/>"],"3Q5eQl":["Please click the \"Post\" button to open the compose dialog."],"3Q8dPe":["The website (",["messageOrigin"],") is asking you to sign in to another domain (",["0"],"). This may be a phishing attack."],"3SiDD1":["<0>",["user"]," burned <1>",["1","select",{"nft":["an NFT"],"name":[["0"]],"other":[]}],""],"3ThLdM":["Report on GitHub"],"3WZ1WL":["Please enter backup password to export persona private key."],"3YDnov":["Token now is hidden."],"3ZgRKI":[["type","select",{"post":["<0>",["user"]," publish a post on ",["platform"]],"mint":["<1>",["user"]," minted a post on ",["platform"]],"revise":["<2>",["user"]," revised a post on ",["platform"]],"share":["<3>",["user"]," shared a post on ",["platform"]],"other":[]}]],"3awOET":["Rank"],"3bGj61":["Claim on Firefly"],"3cAxpB":["There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price."],"3cw8FQ":["To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs."],"3dAaqV":["📃📃📃 Try to permanently use decentralized file storage on ",["sns"],". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions."],"3fpIq1":["to ",["0"]],"3iUAE7":["Backup to Google Drive"],"3kbpgO":["Gas Limit"],"3lUGN0":["Switch Persona"],"3pqzUK":["Contact added."],"3qe4O9":["Max Fee"],"3uBJPr":["File delete"],"3uQmjD":["Average"],"3ublvs":["Try token from different chains"],"3yLqgI":["Name or contract address eg. PUNK or 0x234..."],"4+VnE8":["ENS"],"42yL2J":["Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ",["encrypted"]],"43g2kf":["Only visible to yourself"],"44bNbA":["Select an NFT Contract"],"4DIYdt":["No associated wallet. <0>Add Wallet."],"4EN5JL":["Your Persona has been successfully created."],"4FvVUv":["Reset Wallet"],"4GBOoi":["Failed to create theme."],"4Gz2wC":["Failed to upload file"],"4HavhE":["Powered by <0>Mask Network"],"4HtGBb":["MAX"],"4JCJIV":["What is Web3 File Service?"],"4coHVU":["Lens Unfollow"],"4lm4o+":["Solana"],"4na5mr":["This message contains a invalid EIP-4361 message. It is better to reject this request."],"4ojMOt":["Please enter your backup password."],"4pSxwB":["Go"],"4zgT9K":["Connect Mask Network Account using your wallet."],"50QwC8":["value"],"51TkMy":["Claiming will be live until: <0> ",["days"]," d ",["0"]," h ",["1"]," m"],"51cT/A":["The minimum amount for each share is ",["0"]," ",["1"]],"51rAFB":["Please copy the following text and image (if there is one) and publish it."],"52nzPV":["Data source is retrieved from ",["0","select",{"twitter":["Twitter profile"],"facebook":["Facebook profile"],"other":[]}],"."],"55/jcy":["Hi friends, I just withdrew my deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"5Dz44N":["Set Payment Password"],"5E57TU":["Max priority fee is too low for network conditions"],"5G0lxx":["Powered by <0>Scamsniffer"],"5H/4VW":["Create a Firefly.social wallet"],"5HVoyc":["Transaction Details"],"5Jczad":["I just claimed a lucky drop from @",["0"]," on ",["1"]," network."],"5N3b5J":["Market Cap"],"5O5enn":["Enter Payment Password"],"5QfZ6O":["Contract source code verified"],"5YfW3S":["Add an encrypted comment..."],"5ZzgbQ":["Connect ",["0"]],"5e22kj":["Email verification code"],"5hFImX":["Deploy Contract"],"5i1JPS":["Never share 12-word secret mnemonic with anyone!"],"5iHe/7":["Network error, try again"],"5o2pdQ":["Create Persona"],"5s6EhU":[["count","plural",{"one":["You have recovered **","#"," Wallet 🚀**"],"other":["You have recovered **","#"," Wallets 🚀**"]}]],"5sIdhw":["Share with"],"5uFQ9j":["Please create a persona and verify your account to use this."],"623chP":["Infos"],"66J/I3":["Transaction Fee"],"678PKt":["Network Name"],"68FuwU":["URLs require the appropriate HTTPS prefix."],"68m9Nl":["Add new address to an existing group"],"6B+2/d":["Stay on top of NFT trending information, hot projects, notable transactions, etc."],"6DvbLh":["Please install your metamask wallet and set up your first wallet."],"6HT670":["Function: ",["0"]],"6IHgRq":["Backup to the Cloud"],"6IvSyW":["Token Standard"],"6RDwJM":["Tokens"],"6U+PWG":["Total NFTs"],"6Uau97":["Skip"],"6V3Ea3":["Copied"],"6VJnE7":["Note: Scams detections might not be 100% guaranteed."],"6YASel":["Invalid Network"],"6YtxFj":["Name"],"6ZZ+4S":["Load Network"],"6foA8n":["Are you sure?"],"6gRgw8":["Retry"],"6k8iqO":[["0"]," ",["1"]," bridge completed successfully."],"6knJVf":["This NFT contract cannot be modified now."],"6s8L6f":["Switch Network"],"6sbLuF":["Current results"],"6ulv1U":["Contract Owner"],"6vVuTX":["This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"7+2e01":["Network removed."],"70wH1Q":["APR"],"76Ml+j":[["0"]," NFT Lucky Drop created."],"76gPWk":["Got it"],"78Kj7O":[["0"]," NFT transferred."],"7Ae1jc":["True Token"],"7Bj3x9":["Failed"],"7PPwVf":["Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted."],"7PgtYC":["Set NFT Avatar"],"7QptC5":["Auto-lock Time"],"7R2WG+":["Decrypted by Mask Network"],"7VpPHA":["Confirm"],"7c99ux":["Contract Deployment ",["0"]],"7cg5cq":["unique contributors"],"7eFA2G":["Failed to revoke token contract."],"7hZyUn":["Processing Deposit"],"7k2lei":["Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later."],"7lnlzl":["Claimed ",["amount"]," $",["0"]," successfully."],"7qUM2b":["Open Mask Wallet"],"7s5tLo":["Allow this site to switch the network?"],"7w1rTm":["The download link is expired"],"7yziEn":["This request has been expired."],"8+xvyR":["Blockchain"],"82+n6o":["Quote Route"],"869iq0":["Transferring asset across to the ",["0"]," network via the ",["1"],"cross-chain bridge"],"87Poy7":[["0"]," ",["1"]," NFT contract."],"88+Eku":["Provide you with fast, reliable and convenient security services."],"89kDhv":["NFT collection"],"8BsgdX":["Failed to get permissions"],"8C8O9E":["Provided by plugin \"",["0"],"\""],"8Dh77Z":["NFTs"],"8IN0ph":["No more data available."],"8J7y6E":["Deposit ",["0"]," for savings."],"8Kly2P":["Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token."],"8MJFvR":[["0"]," Risky factor"],"8N1Wbf":["This token has no risky or attention factors."],"8RF/Sx":["Added successfully"],"8S5o5V":["Share and recommend this feature after saving."],"8TMaZI":["Timestamp"],"8Tg/JR":["Custom"],"8WLjqx":["Never share the 12-word secret mnemonic words with anyone!"],"8ZsakT":["Password"],"8bgRf6":["Can not follow: ",["0"]],"8djViz":["Step ",["step"],"/",["step"]],"8glx+u":["Token ID"],"8rElAH":["Image copied!"],"8wEOMN":["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"9+VwX/":["Add Collectibles"],"9KKhJV":["Signing ..."],"9VcshJ":["Enable auto paste"],"9Y1kXO":["Payment password stored locally and you could try as many as you want to unlock your wallet."],"9bG48P":["Sending"],"9cDpsw":["Permissions"],"9cSIbb":["Click on <0/> at the top-right of your browser."],"9d/Qe4":["Service Agreement"],"9hg9mc":["Downloading"],"9hzYBR":["Failed to download and merge the backup: ",["0"]],"9jba96":["Only TypedMessageText is supported currently."],"9kIgHE":["This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet."],"9lqqpY":["Invalid email address."],"9oP21f":["My vote"],"9oq2rm":["Functions with retrievable ownership"],"9q+I38":["Your voting power"],"9r9nwF":["Identical"],"9sjcnZ":["Disconnected."],"9tG0uf":["Please verify your social account"],"9uYu7e":["You haven't uploaded any files yet."],"9w2hgY":["Paste manually"],"9xaUMG":["General user"],"A+Ijr2":["Close [Check Security]?"],"A0VzMm":["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."],"A1bmDM":["No verified account found here."],"A1taO8":["Search"],"A3Ndml":["Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop."],"A4vJQr":["Set your NFT as profile picture with exclusive aura."],"A6JChW":["The transaction was complete and has been recorded on blockchain at ",["0"]],"A9tojF":["Incorrect password"],"AElxM7":["Transfer ",["0"]," NFT."],"AJNYYr":["Refund Lucky drop"],"AKLbfQ":["Restore Database"],"AMJWWT":["Likely in < ",["estimateSecond"]," seconds"],"ANYjcp":[["shareWithNum","plural",{"one":["1 friend"],"other":["#"," friends"]}]],"ANk/Zy":["Incorrect Backup Password"],"AOPSKq":["Deposit ",["0"]],"ASNDad":["Hide ",["name"]],"AV+9wg":["Re-enter"],"Ah4d0u":["Security Detection"],"AjVXBS":["Calendar"],"Ap948/":["Listed"],"Appw6V":["No NFTs found."],"Aq+O0x":["status"],"AuXfDa":["Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards."],"AuvDq6":["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"],"AwQpq/":["Click on the down-arrow to see the private key."],"AxPAXW":["No results found"],"AxdOHo":["Pair"],"Axp2cZ":["24 Hour Trading Vol"],"AyLiVq":["Scan QR code to receive payment"],"B1T4nn":["Confirm the Lucky Drop"],"B6C0XJ":["No Data"],"B8B8TU":["Verified by ",["0"]],"BAvIGC":["Withdraw token"],"BFhvNB":[["0"]," ",["1"]," NFT contract successfully."],"BMCVM3":["Wallet Sign"],"BQHQ9v":["No websites connected to this wallet"],"BQi2Kk":[["0"]," were claimed"],"BUXiPs":["This Chain ID is currently used by the ",["0"]," network. "],"BWSJkS":["No Airdrop Scam"],"BXixGM":["Use Persona to encrypt and decrypt social media posts & messages."],"Ba6uFH":["Create your NFT Lucky Drop."],"BaU+dx":["Connect your social platform accounts."],"Baj2MJ":["Savings"],"BaoXTT":["<0>Powered by<1>OKX<2/>"],"BiGQfG":["Transaction Hash"],"BkN2qg":["<0>Service Agreement and <1>Privacy Policy"],"BmN4Bk":["Aggregator"],"ByAMF+":["Risk Warning"],"ByPj1d":["Request ID"],"BzEFor":["or"],"BzfzPK":["Items"],"C0JhYS":["Change Network"],"C2/uLW":["Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned."],"C3Wgzy":["You have claimed ",["0"]," $ARB."],"CCIrQ8":["Fake Token"],"CE+M2e":["Info"],"CEk7Nc":["At least 6 characters"],"CFPbpH":["The new passwords don't match"],"CJviCK":["<0>",["user"]," proposed"],"CK1KXz":["Max"],"CMHmbm":["Slippage"],"CMfM6C":["No Enough Gas Fees"],"CP3D8G":["Progress"],"CT10+i":["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."],"CTSEx8":["<0/> publish a post on ",["0"]],"CU3U3d":["Try to recover"],"CWsYB3":["Welcome Back"],"CXHRbe":["Wallet request timed out"],"CYRJEX":["Owners"],"CZSWya":["NFTs added"],"CZmSbe":["Request is valid not before"],"Cf/0to":["Data source is retrieved from ",["0"],"."],"Citz6F":["Exchange"],"CkLMZ2":["File delete failed"],"CmMDVW":["<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction."],"CpciBt":["Switch to Polygon and Follow"],"CtByM7":["Connect Wallet"],"Cwxng+":["Supported formats: JPEG, PNG<0/> Size limit: ",["0"]],"Cy19fm":["View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline."],"CygwLN":["Swap completed successfully."],"Cz6Lx7":["Encryption Method"],"D79cZK":["Instant"],"D9iWaX":["Please check ToS document"],"D9za/8":["Missing dex contract address"],"DA2uGM":["Click the application icon to hide in the App list."],"DAFhfT":["There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"DC3sw8":["Two entered passwords are different."],"DHhJ7s":["Previous"],"DKBbsW":["Gas price must be greater than 0 Gwei."],"DPfwMq":["Done"],"DYoO0m":["Token quantity greater than"],"DdUFp+":["The transaction was confirmed at ",["0"]],"Dk6Non":["Whitelist function"],"DkHkqH":["Recommended dimensions: 1016 × 672 px"],"DnmyoA":["Priority fee should be greater than 0."],"DoQ5Lj":["RPC URL"],"Dpe+e3":["Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet."],"DtZDW+":[["0"]," (UTC+8)"],"Du6bPw":["Address"],"DuIDTw":["To verify your X account and record it on the NextID, please send this post for the verification."],"Dz56Ua":["Encrypt"],"E399AQ":["<0>",["user"]," bridged <1>",["amount"]," ",["symbol"]," from <2>",["source"]," to <3>",["target"],""],"E6HGuD":["Check out the official website"],"E6Sqiu":["Failed to load ",["0"],". Click to retry."],"E6YUtc":["Merge to Browser"],"E7prOW":["<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature."],"EBC6hj":["Local Backup"],"EGWr+Q":["Web3 Profile Card"],"EJRk0x":[["gasOptionType","select",{"slow":["Slow"],"normal":["Average"],"fast":["Fast"],"custom":["Custom"],"other":[]}]],"ELQ256":["Make another Swap"],"EMLHjH":["More Details"],"ENIvoT":["Please set up the amount of time before we automatically lock your wallet."],"ERYJcj":["Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers."],"EStYiZ":["No proxy"],"EVFPUv":["Transfer NFT"],"EYwKb0":["Gas Price (GWEI)"],"Ea4oxV":["Follow System"],"EbE80y":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post."],"EbVCxG":["<0/>",["txType","select",{"deploy":["deployed"],"execute":["executed"],"other":[]}],"<1/>"],"Eda+dy":["🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ",["encrypted"]," to send your first encrypted tweet."],"Eefe1a":["The input is not a single file."],"EfAke+":["<0>",["user"]," voted for <1>",["option"]," on <2>",["platform"],""],"Eh4m6e":["<0>USD Value<1>$",["0"],""],"Enb3Qk":["You claimed 1."],"EoKe5U":["Domain"],"EsKgLS":["Click here to have a quick start."],"Ev2r9A":["No results"],"EwiD7E":["Confirm Payment Password"],"F/pYeX":["Create NFT Lucky Drop"],"F3bW6y":["Platform"],"F4Igxz":["Quote route"],"F7U8uz":["Creating your **wallet**"],"F8VT6y":["Failed to transfer NFT."],"F8Wc3I":["Drag & Drop your file here"],"FAKSZG":["Add google Drive"],"FC17bL":["<0>Powered by <1>Mask Network"],"FGceVy":["Owner can't change balance"],"FMQ6p2":["You've already claimed the lucky drop"],"FR2cx3":["Anti_whale(Limited number of transactions)"],"FY2gWe":["The contract address is incorrect or the collection does not belong to you."],"FZg3wM":["Operation"],"FfJy7A":["Manage Network"],"FgAxTj":["Log out"],"Fgyfqo":["Amount Each"],"FiKDfi":["Failed to unlock NFT contract."],"FiYmUY":["No associated accounts"],"Fim3FY":["Download https://mask.io to try more powerful tools on Twitter."],"Fn9Tvh":["Volume (24h)"],"FnQek5":["Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request."],"FnjSI+":["Not current account. Please switch to this account to set up NFTs Profile."],"Fs/bd5":["Invalid Block Explorer URL."],"FzzpXs":["Sale ends in ",["0"]],"G+XYfT":["Do you want to delete file <0>",["0"],""],"G4NrhP":["Persona created."],"GAZNIW":["Price Statistic"],"GAvnvl":["Payment Password"],"GDe4XX":["Please connect wallet to check if you are eligible to claim $ARB."],"GEL05h":["WalletConnect"],"GExRUL":["Backup password"],"GHvzdC":["No content for the last two weeks."],"GK6Tzr":["Persona Sign"],"GLDuz6":["May be a honeypot."],"GRLMKx":["Winners"],"GS+Mus":["Export"],"GS0ldX":["Unsupported network type"],"GShMK6":["Refunding"],"GTJCth":["The contract owner is not known to be able to modify the balance of the token of other addresses."],"GWCG6Y":["Copy image"],"GWKfFr":["To use Lido, you need to wait ",["0"]," days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1."],"GWMpIa":[["0"]," Risky factors"],"GXhrYw":["1. If you haven't installed the ",["name"]," Wallet"],"GXsAby":["Revoke"],"GZzKYx":["Buy Tax: ",["0"]],"GaH2JF":["Suggest to send transactions and sign messages"],"Gia1VG":["Web3 File Service"],"Gmmd6d":["Verify your X ID"],"GrTvoo":["Transaction in progress. Thank you for your patience."],"GtJJAj":["Add Wallet"],"Gw91G1":["This request should only be sign in the future."],"GyvZPz":["Token ID should be separated by comma, e.g. 1223,1224,"],"H1v3zR":["Insufficient ",["0"]," Balance"],"H8rw2f":["(the name is set by the web site)"],"HCKlXm":["Token Contract Address"],"HF6C2L":["Phone Number"],"HFVck2":["Lucky Drop with ",["0"]," refunded."],"HGTZAO":["Step 2/2"],"HH25qd":["No wallet selected."],"HIq3th":["Cannot switch to a unknown network."],"HKH+W+":["Data"],"HTX2HV":["Minimum received"],"HVRhUV":["By proceeding you agree to the"],"Hp1l6f":["Current"],"HpK/8d":["Reload"],"HqiAyF":["Gwei"],"HvDfH/":["Imported"],"HvUm3m":["Choose and show your Web3 footprints on X."],"I4caYo":["Invalid verification code."],"I5kL4f":["Activity Log"],"I7z//Y":["Trading route"],"IBAx3U":["Kept safely"],"IF7RiR":["Cover"],"IGbphl":["Unlocking ALL..."],"ILvrUp":["Unlikely to be a honeypot."],"IMX4sR":["Blacklist function"],"IQ3gAw":["Upload File"],"ITBQO3":["Max priority fee must be greater than 0 GWEI"],"IUG86v":["The Persona is connected to the account @$",["0"],"."],"IUp08P":["The current wallet does not hold a lens and cannot follow/unfollow"],"IX1M/E":["Floor price"],"IXbRbM":["Choose another wallet"],"If2v4h":["Lucky Drop"],"IhnvgP":["Change to EVM Wallet"],"ImhKg5":["Could not fetch chain ID. Is your RPC URL correct?"],"IoAuJG":["Sending..."],"IrI9pg":["End date"],"Iu4Ja9":["Please enter token contract address."],"J05/Al":["Set NFT NFT Background"],"J0LAHU":["Refund"],"J0Mxpc":["The ",["0"]," is in progress. You can check its status in History after exiting this page."],"J24FyN":["Bridge"],"J2eKUI":["File"],"JA8K9s":["Unpacking"],"JGds+N":["Lack of number, letter or special character."],"JGpseC":[["0","plural",{"one":["This domain is"],"other":["These domains are"]}]," currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"JLiwYz":["Mask Network requires the permission of following websites before using it."],"JOP9uZ":["Transaction has been rejected!"],"JPHuMW":["Swapping"],"JUcj/I":["Switch X Logo"],"JXJlYD":["Set Your Persona Name"],"JbKZsv":["Scan the QR code with a WalletConnect-compatible wallet"],"JeHCi7":["No function found that retrieves ownership"],"JfI60y":["Incorrect Payment Password."],"Jg5pf7":["Current base fee is ",["0"]," Gwei"],"JiIKww":["Advanced Settings"],"JlFcis":["Send"],"JlIzk8":["Browser File"],"Jnjbl3":["You need to follow <0>@",["twitterHandle"],""],"Js4Nk0":[["0","select",{"finding_post_key":["Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you."],"finding_person_public_key":["Mask is looking for the public key of the author..."],"other":["Mask is decrypting..."]}]],"JuVC24":["Deposit token"],"JwzZmt":["to <0>",["toAddress"],""],"K1tshY":["Failed to download image"],"K5a6t1":["Persona already exists."],"K7tIrx":["Category"],"K8jCIB":["Data backed up successfully!"],"KAS4UW":[["0"]," Attention factor"],"KCeSRZ":["We will need to verify your Twitter account and record it on the NextID. Please post it for validation."],"KFYFgI":["Wallet sign failed."],"KFwID2":["Restore Failed"],"KGHnSc":["Lock Wallet"],"KJGKkh":["EVM Chains only"],"KMgp2+":[["0"]," available"],"KPUGxy":["Random Amount"],"KRz1oj":["Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X."],"KTfagY":["Lucky drop with ",["0"]," created."],"KVAoFR":["unlimited"],"KVkke3":["Set NFT PFPs"],"KWeNH6":["Unlocking ",["hasSymbolName"],"..."],"KisOjk":["Restore or Login"],"Kj4oEm":["Generate a new persona"],"Kl9gHp":["Wallet Group #",["0"]],"KmQ25M":["Max priority fee is too high for network conditions."],"KnidLU":["Not Connected"],"Ko4L/B":["The receiving address is a contract address. Please check again."],"KojyJ4":["Wrong Network"],"Koz2Rg":[["0","plural",{"one":["Action"],"other":["Actions"]}]],"KtMMzG":["Wallet disconnected"],"KwJJLb":["<0>Powered by <1>",["0"],""],"Ky09J8":["Previous follow transaction is in processing, please wait and try again."],"KziH2K":["Fast"],"Kzu9r9":["24H Traded Volume"],"L+bpwv":["Please set up backup password to export private key."],"L4vN0F":["EVM"],"L82H5Z":["Creating your **identity**"],"L87Mfu":["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."],"L96aan":["View full transaction details"],"LBtfmO":["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."],"LJkXYZ":["Create New Mask Identity"],"LLf+t1":["No deposit protocols found."],"LNItR6":["You have set NFT PFP successfully."],"LP+1Z7":["Add Network"],"LSwUJb":["Select Liquidity"],"LU3p9s":["Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account."],"LWJCIn":["Connected sites"],"La9ArN":["<0>Powered by ",["publisherNode"]],"LcET2C":["Privacy Policy"],"LcZh+r":["Unsupported data backup"],"LhMjLm":["Time"],"Lho4Qd":["DSearch"],"LiE5z4":["Max base fee should be greater than 0"],"LigbuA":["In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension."],"LkYKvc":["Please select the correct words in the correct order."],"LqWHk1":["Hide ",["0"]],"Lx4CpL":["Wallet name must between 3 to 18 characters."],"Lz7CzN":["No mint function"],"Lzo8mb":["Claimed: <0>",["claim_numbers"],"/",["total_numbers"]," <1>",["0"],"/",["1"],"<2><3>",["tokenSymbol"],""],"M0FgOk":["Add Contact"],"M1RnFv":["Expired"],"M1ts1r":["View your address"],"M24E85":["This address is a contract address."],"M4g1UJ":["Contract Interaction"],"M7ZGdw":["2. If you have installed the ",["name"]," Wallet"],"M9OYUo":["Please try again if you failed to vote."],"MC00Lm":["Scan QR code with WalletConnect-compatible wallet"],"MEIAzV":["Unnamed"],"MKEPCY":["Follow"],"MOHcKb":["Enter a max priority fee"],"MQ9hQ4":["DAO"],"MR/0Va":["All Mask Network users"],"MTqQMG":["Not set"],"Mh3RsB":["Best Wishes!"],"Mi8ATZ":["The token approval revoked."],"Midntl":["Download report"],"Mm1aH+":["Proxy contract"],"MpnSqP":[["0"]," Pending"],"MqdtT5":[["0"]," Bridge Network fee"],"MyjAbr":["Resend"],"N/fqDa":["Ens or Address(0x)"],"N0YrmD":["Valuables"],"N0tcou":["Claiming..."],"N2DUxS":["Insufficient Balance"],"N2S1rs":["Empty"],"N2aeX8":["No valid wallet detected. Please connect wallet or verify wallet firstly."],"N40H+G":["All"],"N5GKfB":["Tax cannot be modified"],"N6/RZd":["Sorry, failed to save NFT Avatar. Please set again."],"N931rj":["Your transaction should be done in <0/>"],"NERSN2":["or Holding NFT"],"NJbBmC":["Switch Twitter Logo"],"NOi+Fr":["This QR includes your identity, please keep it safely."],"NTnXx/":["<0/> unapproved <1>",["0"],""],"NVt/wW":["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"NWqhru":["Reselect"],"NZ7wlC":[["0"]," Holder"],"Na6Ytj":["Change NFT PFP"],"NaZTE7":["Incorrect Mnemonic Words."],"NdlvGd":["Claim Details"],"NfxOUe":["Enter Total Amount"],"Ng063n":["Donate"],"Nhp9Kw":["Exceeded the maximum file size of ",["fileSize"],"."],"NkgvWN":["Logout failed"],"NloaHG":["Backup Password"],"Ns5WaC":["No backups found"],"Nu4oKW":["Description"],"NwibRO":["Supported contracts"],"NzlE6O":["By granting permission, you are allowing the following <0/> contract to access your NFTs."],"Nzm8dm":["Example: Alice"],"Nzwli2":["Base"],"O2XHf2":["Check ",["providerName"]," to confirm connect."],"O3Nzf+":["Bridge between this token pair are't supported at the moment."],"O3oNi5":["Email"],"O86J+j":["This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud."],"O8PsYe":["Add the file to Chrome's database"],"OAZ+tI":[["attentionFactors","plural",{"one":["#"," Attention item"],"other":["#"," Attention items"]}]],"OAfk3i":["Hash"],"OCJdad":["<0>To: <1>",["to"],""],"OLUEnY":["when you click Add Google Drive button,you will be forwarded to Google authorization pages."],"OLY2Jk":["Gas Price"],"OQEwR/":["Create Lucky Drop"],"OR475H":["Network"],"OcvI49":["No blacklist"],"OeD4sM":["Failed to login firefly"],"OfhWJH":["Reset"],"OgPkDe":["Currency Symbol (Optional)"],"OgohfQ":["File Key: <0>",["0"],""],"OhgYJS":["Basic setting"],"OkofjH":["Recover"],"On0aF2":["Website"],"OsyKSt":["Withdraw"],"OuUyzz":["No contacts stored locally, you can try searching."],"OzSOpz":["Create a Privy wallet using an X account"],"P+K/3O":["Confirming"],"P7S/hC":["Max priority fee must be greater than 0 Gwei."],"P9wzG/":["Recovery"],"PByO0X":["Votes"],"PDW/HG":["Your Persona is on **ready 🚀**"],"PGdbc0":["Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com."],"PHM7OA":["Supported Sites"],"PI/VCJ":["Select the wallet(s) to use on this site. You should not connect to website you don't trust."],"PIG043":["Gitcoin"],"PLWaf6":["Create the Lucky Drop"],"PNZOzY":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"]," on <5>",["3"],""],"PRkIUI":["Gas Fee"],"PTXNyo":["Waiting for ",["providerType"]],"Pd3dlq":["Circulating Supply"],"PeT3a5":["You have successfully restored the backup from Google Drive to your browser."],"PiH3UR":["Copied!"],"PjBWOL":["Create your persona to get started"],"PlE+Fs":["Connect and Verify ",["0"]],"PsQmAw":["Everyone"],"Pt3n39":["No back up"],"PwjgPX":["Please create your persona to use Web3 Profile."],"Q0IFtx":["The custom amount entered may be higher than the required network fee."],"Q2lUR2":["Currency"],"Q68Nuc":["Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it."],"QF9SdB":["Split Mode"],"QHZRmq":["Sites"],"QHcLEN":["Connected"],"QJQd1J":["Edit Profile"],"QQPCqQ":["Backup Wallet"],"QRsMow":["Transaction Confirmed"],"QU9aqK":["You have signed with your wallet."],"QUBIav":["Failed to bridge"],"QWxok/":["Connect with Mask Wallet"],"QXDgyQ":["Please write down the following words in correct order. Keep it safe and do not share with anyone!"],"Qbo7Ev":["Write down mnemonic words"],"QcVZFH":["Step ",["step"],"/",["totalSteps"]],"Qd0xFm":["Refund your expired Lucky Drop."],"QowPFh":["Collectibles"],"QpgBEp":[["0"]," days"],"QsVbHo":["Sending address"],"QyZU8V":[["riskyFactors","plural",{"one":["#"," Risky item"],"other":["#"," Risky items"]}]],"QypSt2":["Update X.com Permissions"],"Qz8niP":["You may lose your assets if you give approval to the website of this token."],"R/Pfmp":[["amount"]," ",["0"]," tips sent."],"R2K7XH":["Account successfully connected to persona"],"R9aEN5":["Send ",["0"]],"RCBmDP":["Follow @masknetwork to explore Web3."],"REeHKm":["<0/> ",["txType","select",{"trade":["traded"],"mint":["minted"],"other":["traded"]}]," <1>",["0"]," ",["1"]," for <2>",["2"]," ",["3"],""],"RH8jSA":["Merge data to local database"],"RHSlVw":["Follow @masknetwork (mask.io) to claim NFT lucky drops."],"RL5m+x":["Generating your **accounts**"],"RLBjfU":["Attached File: ",["name"]," (",["size"],")"],"RNfEI8":["You canceled the request."],"ROWd/9":["Leave blank to allow any amount; enter a number to set a minimum holding requirement."],"ROWeBX":["Followings"],"ROsDRH":["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"],"RRw7LE":["Identity ID"],"RUYsn0":["Clear All"],"RW1HJz":["The receiving address may be a malicious address."],"RWoEqV":["Failed to transfer token: ",["message"]],"RZOA0N":["Find Mask Network in the extension list and click the <0/> button."],"RdfrN2":["Mint Address"],"Re7Oex":["Transaction submitted."],"RhCL4z":["Max amount"],"RiLzWA":["Please switch to this network in the mobile application wallet you are connected to."],"RiQQyz":["This allows the third party to spend ",["value"]," ",["0"]," from your current balance."],"Rm3JCH":["File name must between 3 to 20 characters."],"RqRRf6":["Created by <0>",["0"]," • <1>Website"],"RrGhwo":["File ",["0"]," deleted."],"RuO5md":[["seconds"],"sec"],"Rx8sxX":["Select liquidity"],"RxlKnY":["Lens"],"Ry8TiY":["Create Smart Pay wallet"],"S0CsaV":["Create a New Wallet"],"S0vyIh":["Owner changed."],"S2JNMm":["Your file has been successfully restore into the browser data."],"S33tz3":["Not connected"],"S6Qdlo":["Scam Warning"],"SDrb6I":["Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account."],"SGVkVp":["Two entered passwords are not the same."],"SIrUT3":["Grant access to your ",["0"]," for the Lucky Drop Smart contract. You only have to do this once per token."],"SLEDBF":["Failed to add the wallet, please try again."],"SNZM71":[["0"]," withdrawn."],"SREKz9":["Report NFT Scam Contract?"],"SUqBr9":["Refund ",["0"]," ",["tokenSymbol"]," Successfully"],"SX2UXi":["Your vote has been successful."],"SYGo/R":["Import Wallet"],"SYgxDf":["Slow"],"Sfu/we":["Failed to delete, please try again."],"ShHV7X":["Cloud Backup"],"ShmUTn":["Add a Custom Cover"],"Sitstz":["Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund."],"Sjplg3":["View on Explorer"],"SlxhDh":["Verify your wallet"],"Sp69uH":["The web site can"],"T0W3Z8":["Insufficient funds for gas."],"T0Y2+3":["Select a token"],"T3EPqL":["Max base fee"],"T3dlAs":["Quote expired. Update to receive a new quote."],"TA4fAr":["The wallet name already exists."],"TFEJcT":["Set NFT PFP"],"TIIaK1":[["2","select",{"approve":["<0>",["user"]," approved ",["0"]," to <1>",["contract"],""],"revoke":["<2>",["user"]," approved ",["1"]," to <3>",["contract"],""],"other":[]}]],"TJt1iY":["Decentralized social graph protocol for user-centric Web3."],"TNFd5O":["View real-time crypto prices, market cap, trading volume, etc."],"TP9/K5":["Token"],"TRoDRd":["Failed to deposit token."],"TYTRNP":["Eligible to claim"],"TZDLPg":["Claimable"],"Tfxac6":["This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"Tg003Y":["Connected wallets settings"],"Tl3Zls":["This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee."],"TnHNX9":["Update permission for X.com"],"ToePai":["Spend limit requested by"],"TppkTk":["<0>",["user"]," carried out an activity to <1>",["target"]," on <2>",["platform"],""],"TpqeIh":["Error: ",["0"]],"Tuc34V":["Confirm Bridge"],"Tx/jsw":["Do you need to paste encrypted content manually?"],"Tz0i8g":["Settings"],"TzarJw":["Bridging"],"UBzbea":["Recover your wallet"],"UDKbPj":["Your file has been successfully merged into the browser data."],"UFzLh1":["When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ",["0"],". Please reduce the number of NFTs selected."],"UO7xDp":[["0"]," Pool"],"UPJjXF":["Network error, try again: ",["0"]],"URAE3q":["Paused"],"URmyfc":["Details"],"UUfXpm":["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."],"UWxJIW":["Powered by Celer Network. Support $MASK!"],"UXBK7e":["<0>",["user"],"sent",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"to <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"UaXeX3":["Okay"],"UbRKMZ":["Pending"],"Udf/Es":["Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network."],"UfJmJU":["Invalid slippage tolerance."],"UjJCIX":["Contract source code not verified"],"UjRxho":["Persona Recovery Phrase"],"UmVZrM":["Failed to create Lucky Drop."],"UpqenY":["We recommend new Web3 users to keep [Check Security] open."],"UqJ0W/":["Cancel Transaction"],"Usynqd":["Gas price is too low and will cause the transaction fail"],"UtKGok":["Backup Persona"],"UvJiVZ":["There's no feed associated with this address."],"UxJ2jd":["Display Snapshot proposals on the X of the respective project or protocol."],"UxYZfY":["Revoke the approval for ",["0"],"."],"V+1pjj":["Back Up Your Data Your Way"],"V+ZuGt":["You claimed ",["0"]," $",["1"],"."],"V6YDUB":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"],""],"V6wYl1":["Total amount"],"V8j2d/":["App list"],"VAOn4r":["Unlock"],"VECuJk":["Wallet Account"],"VHShJf":["Please click Browse Files button to select files to upload."],"VHVdS1":["No votes"],"VP4HYe":["Next.ID"],"VSx1eg":["Max priority fee"],"VbeIOx":["Author"],"VcPDSd":["Unsupported key store data"],"VdhBp2":["The chainID is not equal to the currently connected one."],"VdkQUC":["Please sign up or login ",["siteName"]," to connect Mask Network."],"Vj7ma7":["Support mnemonic phrase, private key or keystore file."],"VlpdUm":["Use NFT"],"VsHxv+":["Copy text"],"VvGC/Y":[["0"]," Network fee"],"VvPeyR":[["0"]," unlocked"],"VzQ7uf":["Unknown EIP-4361 message version."],"VzQOL2":["This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap."],"W0uonA":["This QR includes your mnemonic words, please keep it safely."],"W2es+t":["Oops, it seems you don't have any voting power at block ",["0"],". <0>Learn more"],"W5OcTk":["No approved contract records."],"W7e3zN":["Are you sure to remove the connected wallet <0>",["0"],"?"],"W7rMXF":["Failed to send token."],"WAjFYI":["Start date"],"WDcQq9":["Unlisted"],"WKG5E8":["You need to hold at least ",["quantity"]," of any of the following tokens."],"WLMjwL":["Confirm to hide ",["0"],"? You can redisplay it by re-adding this token at any time."],"WS7EYf":[["0","select",{"Post":["<0/><1>",["handle"]," published a post on <2>",["1"],""],"Comment":["<3/><4>",["handle"]," made a comment on <5>",["2"],""],"Mirror":["<6/><7>",["3"]," mirrored a post post by<8/><9>",["handle"]," on <10>",["4"],""],"Quote":["<11/><12>",["handle"]," quoted a post post on <13>",["5"],""],"other":["<14/><15>",["handle"]," post stuff on <16>",["6"],""]}]],"WWPi4P":["Incorrect wallet address."],"WY8amq":["Invalid number"],"WZcvLm":["Follow Now"],"WeNxrL":[["0"]," Attention factors"],"Weq9zb":["General"],"WmXCMa":["Switch other account"],"Wqoa0p":["Connect Persona"],"WqzYn1":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"]," to <2>",["project"],""],"WsNUie":["Claimed: <0>",["0"],"/",["1"]," <1>",["2"],""],"Wvnsx1":["Auto-lock"],"Wy16g8":["Gift crypto or NFTs to any users, first come, first served."],"X0PXso":["Swap duration"],"X200Sr":["Forgot payment password?"],"X3X0nY":["You may have ",["0"],"% less received with this level of slippage tolerance."],"X6ujRd":["Be aware, check the token before adding it."],"X8N33g":["Transaction history is only stored locally and will be deleted if you clear your browser data."],"X8w6bW":["Enter Max spend limit"],"XA8JXM":["Add NFTs"],"XB3tfc":["Encrypting your **data**"],"XC7RGa":["Recover your data"],"XDtQ7t":["Display the following address on your Web3 profile page and use it to receive tips."],"XGRJzS":["Open in a new tab"],"XGqAnD":["This token contract has code that prevent selling. This might is a honeypot."],"XQDdOC":["No friends are stored locally, please try search one."],"XQQx83":["<0>",["user"]," ",["0","select",{"supply":["supplied"],"add":["added"],"repay":["repaid"],"withdraw":["withdrew"],"collect":["collected"],"remove":["removed"],"borrow":["borrowed"],"other":[]}]," liquidity on <1>",["1"],""],"XUKicg":["Step 1/2"],"XYLcNv":["Support"],"XZ/B+f":["Don't see your NFT?"],"XcWehA":["Update Quote"],"Xftpm5":["Select Collection"],"XjDSdO":["Old Payment Password"],"Xlpdi1":["on ",["fromNetworkName"]],"Xprzee":["Enter a gas price"],"XrH+JC":["IPFS"],"XrlvqN":["Who can claim?"],"XsyYEe":["This NFT didn't have any activities."],"XyAmgg":["Add wallet"],"Y7N0Sj":["View your account balance and history"],"Y9mYPy":["Powered By ",["0"]],"YF8jon":["Ended ",["relativeEndTime"]],"YKSmxE":["Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts."],"YLObqx":["Equal Amount"],"YOacnL":["Tell friends what's happening..."],"YOnK5s":["<0>",["user"]," registered ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an ENS "],"other":[]}],"for <3>",["costValue"]," ",["costSymbol"],""],"YPNSH3":["Connect Solana Wallet"],"YSi9PS":["Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events."],"YW51YO":["24H sale"],"YXIpYp":["Please verify the current persona with a social media account before using dApps."],"Yckw2R":["Fiat On-Ramp"],"YdCB5X":["Copy private key"],"YiPiv6":["There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"YirHq7":["Feedback"],"YnqCPK":["Verify Account"],"Yp8yB4":[["0"]," to ",["1"]],"Ywu8Rl":["Please connect ",["0"]," and send a proof post before using dApps."],"Z/tioj":["Swap ",["0"]],"Z16qyu":["Persona Name"],"Z3+V9p":["Restore backup failed."],"Z33XCd":["Input contract address"],"Z3FXyt":["Loading..."],"Z3S6Dx":["Step 1/3"],"Z3y+8t":["Unsupported Network"],"Z6siIw":["Switch between the classic Twitter logo and the new one."],"Z7ZXbT":["Approve"],"Z8+FzC":["Connecting your ",["providerType"]," wallet"],"Z8G4E5":["Change to Flow Wallet"],"Z8lGw6":["Share"],"ZAVklK":["Or"],"ZDcdss":["Claim Conditions"],"ZHsD28":["Enable the plugin"],"ZIsLZh":["Size limit: 10 MB"],"ZK75iC":["Choose a Cover"],"ZKAj6+":["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."],"ZQbnxO":["No collectible found."],"ZQr5hT":["Unlock Token"],"ZSWUwq":[["0"],"m"],"ZSgQgC":["Max fee is too low for network conditions."],"ZTXjJ3":["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."],"ZTmzRV":["Highest Price"],"ZdnQsW":["<0/> interacted with <1/>"],"ZgFWrp":["<0>Powered by<1>Go+"],"ZhrWG1":["Create persona"],"ZrZMJ6":["Backup failed, <0>try again"],"ZsjtYe":["Failed to set Avatar."],"Zypku0":["By using this plugin, you agree to the <0>terms and the <1>privacy policy."],"a1S2x7":["Data source is retrieved from ",["0","select",{"other":[],"twitter":["Twitter profile and "]}],["sources"],"."],"a1SmQh":["Select Wallet"],"a23gJr":["Incorrect backup password."],"a33WQ+":["Download the ",["name"]," Wallet here"],"a4C0ak":["Insufficient Balance for Gas Fee"],"a4N/Bg":["Load More"],"a5t/N3":["Spend more transaction fees to cancel the previous transaction."],"a6ONsz":["Unlock ",["0"],"."],"a7u1N9":["Price"],"a9X8Om":["Failed to report spam."],"aAIQg2":["Appearance"],"aEgiLS":["contributions"],"aF8kci":["Creation Completed"],"aFJrEy":["You need to hold any of the following NFTs in your wallet."],"aFht5e":["Connected ",["0"]," with ",["walletName"],"."],"aTzTyw":["Add Assets"],"aVI2qx":["Click the application icon to list it on the App board."],"aYT9SD":["Max fee"],"acK3j2":["Input your Private Key"],"agPptk":["Medium"],"ah8/4v":["Floor Price"],"ahNa7P":["NFT Holder"],"ahpgxl":["Please create a Persona and verify your account to use this."],"ai3VNq":["Connected Wallet"],"ajKdns":["This wallet address has already been connected."],"apl8rz":["Failed to withdraw ",["0"],"."],"aqop4L":["Check on Explorer"],"awW7ak":["Remove Wallet"],"ayxkVX":["Transaction"],"b+scYY":["Requesting Connection"],"b/mMOj":[["0"]," ",["1"]," approval successfully."],"bBzHQT":["Input amount is below the minimum amount"],"bD8I7O":["Complete"],"bEPPWi":["Connect Flow Wallet"],"bGMpPD":["Unlock NFT Contract"],"bIpwjD":["My Wallets"],"bKGn4N":["<0/> minted",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]],"bLJivk":["Select an NFT Contract Owner"],"bLmWH9":["Bridge anyway"],"bLqb2p":["<0>Latest offer at <1>$",["0"],""],"bLvQvN":["Library:"],"bQXBhp":["Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves."],"bTQliy":["This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account."],"bUUVED":["Asset"],"bapItf":["Incorrect Backup Password."],"bassMa":["Incorrect cloud backup password, please try again."],"bbS8qf":["1 NFT claimed."],"bdIrOO":["Verification code has been sent to your email. Please check your mailbox."],"bfNmSO":["Set payment password successfully."],"bnfo6T":["Sent verification post successfully."],"bnuQy5":[["0"]," files selected"],"bwlRe8":["Selecting NFTs"],"c+Fnce":["Sign"],"c+XaKf":["<0>",["formattedUser"]," ",["0","select",{"follow":["followed"],"unfollow":["un-followed"],"other":[]}]," <1>",["other"]," on <2>",["1"],""],"c19z3W":["Available Balance"],"c2MkCo":["Payment password must be 6 to 20 characters."],"cD0wgO":["Do you want to remove the verified association between the X account @<0>",["0"]," and ",["1"],"?"],"cFDjd3":["Transaction type"],"cJv4Ca":["Connecting operation cancelled in third-party wallet."],"cM1qH2":["Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media."],"cNJNBU":["Get optimized search results when you're looking for a token."],"cQYjZe":["To verify your X account and record it on the NextID, you will need to send a post for the verification."],"cVit2/":["Please set the backup password to back up"],"caP+Xq":["Crypto Holder"],"cbzSv5":["Max fee should be greater than base fee of ",["0"]," Gwei."],"chL5IG":["Community"],"clw/Xh":[["0"]," sent."],"cm4E8+":["Experience in X"],"cmKQl+":["Failed to save the file. Please try again."],"cmNbUB":["Not found your ",["providerType"]," wallet"],"cnGeoo":["Delete"],"crVIc7":["Locale Backup"],"ctb8Cs":["Dex/Est received (",["0"],")"],"cvCD4e":["Contract Creator"],"d0aemb":["Please create a persona for accessing Dapps."],"d6nk2t":[["0"]," Platform costs"],"dAMTl9":["This RPC URL is currently used by the ",["0"]," network"],"dCpOJ5":["<0/> approved with <1/>"],"dCvyk/":["Change another account and try again."],"dEgA5A":["Cancel"],"dXFgcm":["Transfer Token"],"daEP1M":["Token info"],"dajsth":["Incorrect Keystore Password."],"du/tmd":["Create your Lucky Drop."],"dyNKut":["Browse Files"],"dzAth+":[["0"]," ",["1"]," swap completed successfully."],"e0E1XI":["Max Fee (GWEI)"],"e1vdXO":["Arweave"],"e34ZOD":["Waiting time"],"e3I0CA":["Failed to restore the backup: ",["0"]],"e3hCsY":["Lido Exchange Rate"],"e4yrZ/":["Token Address"],"eC1gV9":["Invalid file type"],"eDT+Oh":["The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets."],"eE0JZ4":["Version"],"eEeK5j":["<0>Expires in ",["0"]],"ePK91l":["Edit"],"eWczg7":["Just Me"],"eaLSW8":["Persona name must between 1 to 24 characters."],"ecqLr0":["I just tipped a ",["NFT_Name"]," to @",["recipientUserId"],"'s ",["0","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["recipientAddress"],"\n\nInstall https://mask.io/download-links to send your first tip."],"eeYVJ5":["Be careful what you visit and sign!"],"ejVYRQ":["From"],"elyK4N":["Failed to unlock token contract."],"eoeq4k":["<0>",["user"]," made a comment on ",["platform"]],"ep2Wyh":["1 ",["0"]," tips sent."],"erRCKP":["File saved"],"es4h+b":["Swap Anyway"],"ezYNcH":["Pin Mask Network to the toolbar for easier access:"],"f5AidZ":["Write down recovery phrase"],"f61qKX":["Deploy a SmartPay wallet on Polygon network."],"f6pX67":["<0>0 Followers <1>0 Following"],"fDP2k4":["Change Payment Password"],"fFGPy6":["Or create a new wallet group"],"fFYJ8f":["Welcome to use Mask Network"],"fL7WXr":["Applications"],"fRQP7E":["<0>Granted to <1>",["0"],""],"fRUjl7":["Please switch to <0>@",["expectAccount"]," to continue the account verification progress."],"fUn3xA":["Generate a new wallet address"],"fc4PdK":["The RPC URL you have entered returned a different chain ID (",["rpcChainId"],"). Please update the Chain ID to match the RPC URL of the network you are trying to add."],"fdqDgM":["Ended on <0>",["0"],""],"fiPesM":["Method"],"fj5byd":["N/A"],"foOw00":["Balance(",["symbol"],")"],"fqDzSu":["Rate"],"fsBGk0":["Balance"],"fsUPaG":["Congratulations"],"fvRGyC":["Trying exploring more features powered by Mask Network."],"fx6pOQ":["Balance: <0/>"],"fza4cg":["Import Wallets"],"g/1WbH":["from <0>",["fromAddress"],""],"g/i+bG":["Transaction rejected"],"g2UNkE":["Powered by"],"gC2WI+":["Persona"],"gERRYE":["Artblocks"],"gHM62X":["Payment password changed."],"gM+Nj7":["Are you sure to report ",["0","select",{"hasName":[["1"]],"noName":["this NFT"],"other":["this NFT"]}],"? After confirmed, this NFT will be marked as spam."],"gT+8Dk":["Confirm to hide ",["name"],"? You can redisplay it by re-adding this NFT at any time."],"gUuuBi":["Check Security"],"gVfVfe":["Contacts"],"gWcGl/":["Your wallet cancelled the transaction."],"gdnEab":["Incorrect recovery phrase."],"ggdga4":["The user has not set this."],"ghVDTt":["rounds"],"ghZx62":["Unlock token"],"gk7J2q":[["0","select",{"other":["<0>Size limit: ",["fileSize"],""],"omit":[]}]],"gkLviK":["This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"gmOW42":["ENS or Wallet Address"],"gnSRSG":["Hiding Scam Transactions"],"gp6A8z":["Authorization Failed"],"gtdJ43":["My wallet"],"gwuMzD":["<0>",["user"]," appointed a proxy on <1>",["platform"],""],"gxV9O8":["Cast your vote"],"h/b9lY":["No followers."],"h0qYUk":["Search with an ENS domain or wallet address to get optimized results."],"h3bIHg":["Disconnect Social Account?"],"h53LoU":["Social Account"],"h5Dtc5":["funding received"],"h69WC6":["Sent"],"h7+V7K":["Backup & Recovery"],"hEpXzO":["Welcome to Mask Network"],"hG89Ed":["Image"],"hHLRGW":["Hide tokens with value less than $1"],"hRWvpI":["Claimed"],"hRtIgr":["APP list"],"hTbvD9":["Sorry, you are not eligible to claim $ARB in this campaign."],"hUF4dG":["Backup password set successfully"],"hWUuAb":["Already following"],"hXzOVo":["Next"],"hYgDIe":["Create"],"he3ygx":["Copy"],"heVBR8":["Enter Amount Each"],"hehnjM":["Amount"],"hg5QeV":["Total cost"],"hhtbAs":["Unfollow lens handle"],"hj39w+":["Loading failed due to Snapshot API service breakdown."],"hom7qf":["Claim"],"hpxXOD":[["context","select",{"approve":["<0>",["user"]," approved <1>",["amount"]," ",["symbol"]," to <2>",["contract"],""],"revoke":["<3>",["user"]," revoked the approval of <4>",["amount"]," ",["symbol"]," to <5>",["contract"],""],"other":[]}]],"hxHyfs":["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."],"hxdOdX":["Owner can change balance"],"hzTib5":["Select an NFT Contract Operator"],"i2x+p1":["Processing Withdrawal"],"i4umqX":["The following wallets are not installed or in conflict with others"],"i6OT6/":[["subject"]," has an error"],"i70ilP":[["0"]," NFT contract unlocked."],"iCb44o":["Created on: ",["0"]],"iF9x7r":["Trading mode"],"iH8itU":["Connect your wallet"],"iH8pgl":["Back"],"iJLEZF":["Show me how"],"iNIdDX":["Incorrect contract address."],"iPMIoT":["Enter an amount"],"iSLIjg":["Connect"],"iT0Qmd":["Transaction Failed"],"iTiwqa":["Asset is hidden."],"iZLoa2":["eg: X accounts, persona public keys, wallet addresses or ENS"],"ia3Lqp":["The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions."],"ie2c+s":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Welcome to join."],"ileX7U":["No recent transactions"],"imDvP9":["Gas limit must be smaller than ",["maxGas"],"."],"iobEyh":["By checking this box, I agree to ArtBlocks's <0>Terms of Service."],"iuCSJl":["This wallet is connected to current persona ",["0"],"."],"iuJFAy":["Low Risk"],"iwiSFA":["Similar Project"],"j2Uisd":["Approving"],"j2a+h4":["Past rounds"],"j4TRxD":["Select Address"],"j8MqhB":["CyberConnect"],"jEDiuG":["Network added"],"jICk7g":["There was a network or RPC provider error, please try again later!"],"jIWgmE":["Entered passwords are inconsistent."],"jJPsrT":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"jJrqb1":["Token Name"],"jK7nvW":["Failed to disconnect wallet"],"jRcH7y":["NFT Avatar Setting"],"jRfanQ":["Gas Used (Units)"],"jXWnN0":[["0","plural",{"one":["Strategy"],"other":["Strategies"]}]],"jZQU+o":["Originally posted by ",["0"]],"ja6Tyz":["Search with the name of an NFT collection or its symbol to get optimized results."],"jaH9PD":["Hi friends, I just created ",["token"]," Lucky Drop. Download Mask.io to claim."],"jas0vv":["Disconnect all accounts"],"jbc0gF":["Create Password"],"jeLXsu":["Who can claim"],"jfJkBQ":["Gas price is too low for network conditions."],"jh0i4n":["Confirm this transaction in your wallet."],"jhoAzY":["Mask Network Cloud"],"jjCXPD":["Starts ",["relativeStartTime"]],"jpctdh":["View"],"jt/0L2":["You've saved ",["0"]," to Web3 file service."],"jt/cjR":["Safety Warning"],"jtExaD":["Not supported yet."],"jygqM9":["Loading account information..."],"jzLzy/":["No whitelist"],"k/sb6z":["Select language"],"k/vATR":["Token unlocked"],"k0USDt":["Account connected.<0/><1/>Try to explore more features powered by Mask Network."],"k1pJQo":[["0"]," network is not added to the wallet. Please add it and try again."],"k28Qhe":["Failed to save file"],"k57+C7":[["walletLength","plural",{"one":["#"," Wallet"],"other":["#"," Wallets"]}]],"k7u9V5":["Incorrect words selected. Please try again!"],"kCAzy/":["Collection Approval"],"kG0n0M":["Network error or user cancels the process."],"kHDhjV":["I just claimed airdrop with ",["amount"]," ",["0"]," on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities."],"kKY8Re":["The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"kPQQEW":["Enter an Amount"],"kV9Qeo":["You have donated ",["0"]," ",["1"]],"kWJmRL":["You"],"kbfp5m":["Visible To"],"kdW3qS":["Nonce"],"kePpfU":["Update NFT Avatar Success!"],"kf/5Ap":["Explore multi-chain dApps."],"kf83Ld":["Something went wrong."],"kg/ict":["Lucky Drop claimed."],"kj3M8S":["Deposit"],"kjBSDT":["<0>",["user"]," minted ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}],"for <3>",["value"]," ",["symbolName"],""],"ks5OGD":["Contract"],"kx0s+n":["Results"],"l/UFPv":["Properties"],"l3s5ri":["Import"],"lCF0wC":["Refresh"],"lCHQzJ":["This address may be a scam address."],"lCfoWv":["Select NFTs"],"lDgVWA":["Receive"],"lET9my":["Mask needs the following permissions"],"lErh77":["Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance."],"lKldOY":["12-word recovery phrase is used to recover your persona data."],"lO/vMB":["OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly."],"lPJwNU":["Persona: ",["personaName"]],"lPsa94":["Merge Completed"],"lQXQKs":["Vote"],"lU6uRb":["Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility."],"lWOC+h":["Mask Network requires you to authorize the following websites before using it."],"ldI18s":["Minted:"],"lhvy2j":["Firefly"],"llLBQ1":["a token"],"lmYQuN":["At most ",["SOL_REDPACKET_MAX_SHARES"]," recipients"],"loCUuu":["Keystore"],"lqTDfd":["Slippage Tolerance"],"lqW7eD":["In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address."],"lr8uE3":["Holding ",["0"]],"lvL4x0":["Follow @masknetwork for Web3 updates and insights."],"lxJU2w":["Enter Number of Winners"],"lyjM6U":["Wait too long for the confirmation."],"m+uuUE":["Cross-chain"],"m/TPEz":["(beta)"],"m16xKo":["Add"],"m2OZMI":["Max fee cannot be lower than max priority fee"],"m2pyX2":["Buy Now"],"m3VOQq":["Current wallet does not support to interact with Lens protocol."],"m3XvO+":["Imported Wallets"],"m3akOw":["I just claimed a lucky drop from @",["sender"]," on Solana."],"m3cvPZ":["Payment password set."],"m3pz1u":["Insufficient ",["symbol"]," Balance"],"m64f3d":["Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead."],"mCB6Je":["Select All"],"mGHHf5":["After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips."],"mHWsOq":["Failed to confirm"],"mNUsxu":["Tx Fee"],"mPxxVq":["Enter a gas limit"],"mQpWAe":["Edit Contact"],"mT57+Q":["Go to Settings"],"mUJUVX":["Claim your NFT Lucky Drop"],"mW8F64":["This project is no longer active"],"mYGY3B":["Date"],"mZ04KC":["Overall Best"],"ma8rSx":["Your transaction has been confirmed!"],"mc68kY":["New Payment Password"],"md5sZ/":["This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud."],"mfwfMR":["You can claim the lucky drop by holding the required amount of any selected token."],"mhNIiJ":["Gas price is higher than necessary. You may pay more than needed."],"mrAv9J":["Failed to save network"],"msszNj":["<0/> approved <1>",["0"]," ",["1"],""],"muQqQY":["Buy & sell tweets autographed by their original creators."],"mzI/c+":["Download"],"n+ObkB":["Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets."],"n1gwuy":["on ",["toNetworkName"]],"n2HnVK":["If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses."],"n42fmQ":["Enter a max fee"],"nDzNGQ":["Follow User"],"nE/lLr":["Just Selected Contacts"],"nFjzvC":["Approved Amount ",["0"]],"nGl2Ng":["Restore Completed"],"nKLBYz":["We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!"],"nMUHWK":[["claimed"]," Follow @",["0"]," (mask.io) to claim lucky drops."],"nMkx7r":[["0","plural",{"one":["#"," Hour"],"other":["#"," Hours"]}]],"nOCyT5":["Show tokens with value less than $1"],"nOhz3x":["Logout"],"nSkB8g":["Information"],"nTFx7o":["Avatar set successfully"],"nTWWCZ":["Low"],"nTif4K":["Select and Connect to your wallet"],"nUWEsV":["Max fee is higher than necessary"],"nUeoRs":["Signing Message (Text)"],"nV/wXH":["This profile can not be followed."],"nWDO1P":["<0/> ",["txType","select",{"burn":["burned"],"deposit":["deposited"],"mint":["minted"],"receive":["received"],"send":["sent"],"withdraw":["withdrawn"],"other":[]}]," <1>",["0"]," ",["1"]," "],"ndRqFD":["Chain ID"],"neBDpj":["Please connect wallet"],"ngWO+e":["No local key"],"njSHJP":["You didn't approve ",["0"],". Please do not set spending cap to 0 and try it again."],"nqL5WA":["Claim Lucky Drop"],"nqagQ8":["Signing Message (Raw)"],"nvAt0H":["Resource"],"nvV/Td":["Balance: <0>",["0"],""],"nwSp3U":["I just tipped ",["amount"]," ",["0","select",{"namedToken":[["1"]],"other":["token"]}]," to @",["recipientUserId"],"'s ",["2","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["3"],"\n\nInstall https://mask.io/download-links to send your first tip."],"nzBzok":["Create time:"],"o+XJ9D":["Change"],"o+zDNQ":["The mnemonic word has been copied, please keep it in a safe place."],"o4Iu2W":["Logout successfully"],"o4NrTC":["Confirm this Signature in your wallet."],"o66hO5":["Discovered a LuckyDrop event on the FireFly website."],"o9pabc":["No codes found to suspend trading."],"oCBTyI":["This will overwrite the existing cloud backup with the local data, this cannot be undo."],"oDMfB1":["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"oDSXfc":["New password cannot be the same as your current password."],"oG26Rt":["Confirm this transaction in your wallet"],"oG67vO":["Available to Everyone"],"oIsL5E":["Chain ID: ",["0"]],"oJIW7I":[["context","select",{"mint":["<0>",["to"]," minted <1>",["value"]," ",["symbol"],""],"send":["<2>",["from"]," sent <3>",["asset"]," to <4>",["to"],""],"claim":["<5>",["to"]," claimed from <6>",["from"],""],"burn":["<7>",["from"]," burned <8>",["value"]," ",["symbol"],""],"deposit":["<9>",["from"]," deposited on <10>",["exchange"],""],"withdraw":["<11>",["from"]," withdrew on <12>",["exchange"],""],"other":[]}]],"oMx/mL":["Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later."],"oN9XHJ":["Start Time: <0>",["0"],""],"oOQfsI":["Current account is not the verifying account."],"oTLFeN":["The Lucky Drop can't be sent due to data damage."],"oX+QCa":["<0>Powered by<1>Mask Network"],"oYzol6":["an NFT"],"oZw0Iw":["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"],"ocYse8":["Failed to refund Lucky Drop."],"oe5xh9":["Decrypt failed, please check password"],"of3mx/":["<0>",["user"]," swapped <1>",["from_value"]," ",["from_symbol"]," to <2>",["to_value"]," ",["to_symbol"]," on <3>",["platform"],""],"ofUcbc":["Random"],"ohUJJM":["Plugins"],"ojlMCx":["Minimum withdraw amount is ",["MINIMUM_AMOUNT"]," ",["0"]],"olEUh2":["Successful"],"ooHEV6":["1 ",["0"]," NFT Lucky Drop claimed."],"osXsDn":["Import NFT"],"ou+PEI":["Profile Photo"],"ouAjo6":["No Enough Gas Fee"],"ovBPCi":["Default"],"oxKup1":["Insufficient $",["0"]," balance"],"p+ngUo":["Unfollow"],"p1/7GX":["Contract Not Found"],"p2/GCq":["Confirm Password"],"p3TX0l":["Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers."],"p7l2aC":["Contract:"],"p8Aea2":["The persona name already exists."],"p8OYBy":["@",["sender"]," is sending an NFT lucky drop on ",["networkName"]," network. ",["account_promote"]," ",["promote_short"]," #mask_io #LuckyDrop ",["0"]],"pG7O41":["Fastest"],"pGElS5":["Mnemonic"],"pHfBGz":["Updating Gas Fee…"],"pIyHYi":["Lens Follow"],"pLHDrO":["Holding NFT"],"pOE8Vh":["Space"],"pa3wn3":["It remains unclaimed."],"pbOGiB":["Revoke Token"],"pbYUPI":["Text copied!"],"pi+hn/":["Ethereum ",["HD_PATH_WITHOUT_INDEX_ETHEREUM"]],"pjrgRd":["Incorrect Private Key"],"pkyWdU":["Keystore password"],"poYLOl":["New Logo"],"ps1+DX":["Set your persona name with maximum length of 24 characters"],"pu3rTn":["GWEI"],"puUEU3":["Change Backup Password"],"put3ex":["Request is valid not after"],"pv5v6j":["About Permit"],"pvnfJD":["Dark"],"py6hU8":["Signature Request"],"pzO3Xa":["Total Supply"],"q+O14e":["Search Area"],"q+hNag":["Collection"],"q/ao7A":["Price per mint"],"q5+UWM":["Contact edited."],"qAbGIK":["Issued at"],"qCMUPH":["Unlock ",["0"]],"qDIxZ+":["Failed to restore the backup from Google Drive to your browser. Please try again."],"qHqI+o":["<0>Powered by <1>Mask Network"],"qI8U4x":["Max fee cannot be lower than max priority fee."],"qIL7PI":["Offers"],"qJb6G2":["Try Again"],"qNiGUh":["size"],"qT8oOt":["Persona required."],"qWMpAl":["up to ",["0"]," Gwei"],"qYuscr":["Max Priority Fee"],"qZ6p7p":["Backup on ",["0"]],"qcqdIh":["You need to open the dApp to view the specific content."],"qcybNQ":["Proposal"],"qdyV/M":["News"],"qhKyO3":["Withdraw ",["0"]],"qkhZxp":["Created a SmartPay wallet on Polygon network."],"qp8fKi":["By confirming means that you agree to bear the possible risks above."],"qqWcBV":["Completed"],"r3OcML":[["mins"],"min"],"r92tNP":["Failed to authorize Google Drive. Please try again."],"rBLzKv":["Max fee is higher than necessary."],"rCsoea":["Manage Token List"],"rG3WVm":["Select"],"rJZPaP":["No activities found."],"rKY/BK":["Classics Logo"],"rLgPvm":["Backup"],"rQQGN1":["Max priority fee is higher than necessary. You may pay more than needed."],"rR6iwH":["Domain Request"],"rWE7Lq":["Contact deleted."],"rWqyF3":["Gas limit should be between ",["minGasLimit"]," and 15.00M"],"rYFSec":["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."],"rZ0rgl":["Total Volume"],"raCUEa":["By granting permission, you are allowing the following <0/> contract to access your funds"],"rcNnsQ":["Price:"],"re2nOO":["Uploaded files"],"rkMKQ0":["The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later."],"rm0yu/":["About ",["collectionName"]],"rqV4QH":["This swap isn’t supported"],"rrvbCi":["Network error or execute smart contract failed."],"rulocO":["Checking Approve"],"ryWxhG":["Congratulations!"],"s/8SJ+":["View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source."],"s4Omor":["To <0>",["0"],""],"sGkv/+":["Hi friends, I just deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"sOYKMU":["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."],"sOcZTR":["Contract Deployment"],"sQJ3RN":["Max priority fee is too low for network conditions."],"sQTDWu":["Allow us to collect your usage information to help us improve Mask."],"sSkbaZ":["Request timed out."],"sWsox7":["Follow Lens handle"],"saHPqg":["Claim your Lucky Drop."],"sb9Y58":["Wallet"],"siroPf":["Mask Network"],"sxkWRg":["Advanced"],"szNWi8":["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."],"t+A5fr":["Gas price should be greater than 0"],"t/YqKh":["Remove"],"t2prdI":["No search results"],"t3rUZr":["Sign-in Request"],"t6bQQD":["Send authors tips by using Mask Network's Tips function."],"t6md+W":[["0","select",{"create":["<0>",["user"]," created a profile on <1>",["platform"],""],"update":["<2>",["user"]," updated a profile on <3>",["platform"],""],"other":[]}]],"t8dIOP":["Spam"],"t91sWs":[["actionType","select",{"stake":["<0>",["user"]," staked <1>",["symbol"],""],"claim":["<2>",["user"]," claimed <3>",["symbol"],""],"unstake":["<4>",["user"]," un-staked <5>",["symbol"],""],"other":[]}]],"t9m1iP":["Spam reported."],"tARYn/":["NFTs Profile"],"tCAZi9":["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."],"tG9G+b":["File Service"],"tHoyBc":["Please connect ",["0"]," before using dApps."],"tIW5Jt":["No matched tokens"],"tKJ7ee":["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."],"tOL6AP":["Adjust Selection"],"tOMnvw":["Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites."],"tPeNU7":["This network name already exists"],"tRRE1h":["1 ",["0"]," claimed."],"tXkhj/":["Start"],"tbOs8j":["Confirm Swap"],"tcHpvG":["Change Owner"],"tfDRzk":["Save"],"thX7xs":["The network with chain ID ",["formChainId"]," may use a different currency symbol (",["0"],") than the one you have entered. Please check."],"tiX/tO":["Address: <0>",["address"],""],"tj48De":["Connect Social Account"],"tjbyOy":["Project details"],"tk+uyz":["You've approved ",["0"]," for ",["1"],". If you want to revoke this token, please set spending cap amount to 0."],"toDFSK":["Wallet sign succeeded."],"tst44n":["Events"],"tuOw4x":["Make It Encrypted"],"tx1x9k":["I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io."],"txEVTf":["No Listings"],"ty2gt9":["You need to follow the creator of the lucky drop."],"u2OWVJ":["Disconnect failed."],"u2Srv1":["Claim your Airdrop"],"u3ZeYl":["Transaction failed"],"u689pQ":["Ends in ",["relativeEndTime"]],"uAQUqI":["Status"],"uBAxNB":["Editor"],"uF9ruK":["Saving"],"uJQLj9":["Connect and switch between your wallets."],"uSMfoN":["Verify"],"uip9JY":["I wrote down those words in the correct order"],"ujpEaI":["Please connect your wallet"],"uqF4Nm":["Blockchain:"],"usVwcn":["No anti_whale(Unlimited number of transactions)"],"uv94aG":["Added by user"],"uv9cwh":["Bridge Network fee"],"uyJsf6":["About"],"v01kR+":["NFT PFP"],"v7U98p":["Failed to claim Lucky Drop."],"vH2C/2":["Swap"],"vLXevL":["Transaction cost"],"vOx+Me":["You can withdraw the remaining balance 24 hours after sending the lucky drop."],"vVEene":["View your Tokens and NFTs"],"vXIe7J":["Language"],"vXygio":["Not enough data to present."],"vel6Z1":["Request Source"],"vhlM+H":["Withdraw ",["0"]," for savings."],"vhqFTT":["Can't find a valid user address data source."],"vutynE":["Enable plugin"],"w0e0yw":["Gas limit must be at least ",["0"]],"w1ctdJ":["Encrypted Post"],"w3t1Hw":["Powered by <0>Go+"],"w4oOEJ":["Mask Community $ARB Giveaway"],"w9Xmw/":["Google Drive"],"wCtp6y":["Your Wallet is on **ready 🚀**"],"wDnczW":["Optimize the display of search results about ENS in social media."],"wGtbaw":["Amount per Share"],"wMHvYH":["Value"],"wNecg9":["Multiple transaction requests ",["0"]," / ",["1"]],"wNxsb2":["Reject ",["totalMessages"]," Transactions"],"wThGrS":["App Settings"],"wUlAUI":["<0>@",["currentUserId"]," connected already."],"wYA1q/":["Auto report the scam links to MetaMask"],"waXvJd":["NFT is not minted yet."],"wbDTs9":["Request timed out"],"wqppGn":["Permissions List"],"wvJOId":["This ENS does not exist or not be resolved."],"wxZZWc":["You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet."],"wxfXhJ":["Scam tx"],"x0PhCN":["Disconnected successfully."],"x4f8pZ":["Tips"],"x5LEuB":["Followers"],"x6rEou":["<0>",["user"]," claimed ",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"from <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"xBXg0L":["No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk."],"xC6eGY":["Mint function"],"xCJdfg":["Clear"],"xCcvjC":["Set up NFT PFP successfully"],"xDAtGP":["Message"],"xDO6ZN":["Plugin switch"],"xEQZ4z":["Use text encryption"],"xEX/9S":["No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk."],"xFCCR4":["Please enter the correct mnemonic words, private key, or upload the correct keystore file."],"xGVfLh":["Continue"],"xH6cn+":["Choose Token"],"xIxVmH":["Unlock ",["0"]," NFT contract."],"xPSvu3":["<0>",["websiteCount"]," ",["0","plural",{"one":["Website"],"other":["Websites"]}]],"xTQLHC":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Install @masknetwork to get yours."],"xeiujy":["Text"],"xjhtsV":["Chain"],"xoKE3v":["Disable Permit"],"xuKB2x":[["0"]," deposited."],"xupcu9":["Speed Up"],"y/+ReV":["No any collectible is available for preview. Please add your collectible here."],"y/kxxM":["Priority fee"],"y2i17G":["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."],"y3juHh":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"y3qyKP":["NFT Lucky Drop created."],"y49awp":["Set NFT Photo"],"y5aRAa":["Please enter cloud backup password to download file."],"y62Dys":["Network fee"],"y6VCOb":[["0"]," Mins"],"y6sq5j":["Following"],"yC/GKd":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3."],"yD15Uj":["Are you sure to remove this wallet?"],"yDUr0V":["Lucky Drop refunded."],"yFpcbN":["This request may be a phishing attach. I understand this and want to continue."],"yFrxQj":["Mnemonic word"],"yGyJ1l":["You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again."],"yHrAv+":["Claim Lucky Drop with ",["0"]," claimed."],"yKu/3Y":["Restore"],"yNBZ3N":["Enter gas limit"],"yNu9vD":["The wallet address already exists."],"yQE2r9":["Loading"],"yQqkIK":["24H Average Price"],"yRuvmU":["The mnemonic words has been copied, please keep it in a safe place."],"yTZe+y":["Snapshot"],"yVnV6H":["Please write down or copy these words and save them in a secure place."],"yVzBCJ":["NFT Lucky Drop claimed."],"yZhedI":["Gas fee settings"],"yb/fjw":["Approval"],"ybuu1v":["Oops, we can't find any results."],"ygW4tI":["Please connect your persona"],"yik0Qu":["Private Key"],"ykiu3o":["NFT Details"],"ylUhBz":["Click to retry"],"ylXk9u":["Encrypt the message in an image"],"yqc6uX":["This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing."],"ywDBfs":["Something went wrong!"],"yx/fMc":["High"],"yz7wBu":["Close"],"yzF66j":["Link"],"z+H8bd":["Your wallet does not meet the eligibility criteria for claiming."],"z/3+av":["License:"],"z1i6et":["Failed to ",["0"]," NFT contract."],"z27gFg":["If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it."],"z7Fh2l":["Base fee required: ",["MIN_BASE_FEE"]," Gwei"],"z9HeHt":["Create a Privy Wallet"],"zBPjcC":["Revoke the approval for token"],"zBUJYA":["The approval for this contract will be revoked in case of the amount is 0."],"zBftr8":["Claim NFT Lucky Drop"],"zEZe86":["You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends."],"zGTAja":[["claimed"]," Follow @",["account"]," (mask.io) to claim lucky drops."],"zJlXbX":["NFT"],"zPar3e":["Collectible"],"zX9KdB":["No following friends."],"zXagFp":["Copy Address"],"zZk9Yz":["Purchase"],"zga9sT":["OK"],"zgqgNP":["Purchasing...."],"zkEW09":["You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?"],"znqB4T":["Insufficient balance"],"zp7Ha3":["Backup Failed"],"zwBp5t":["Private"],"zxrGeO":["Gas limit must be bigger than ",["minGas"],"."],"zzDlyQ":["Success"]}} \ No newline at end of file diff --git a/packages/shared-base-ui/src/locale/ko-KR.json b/packages/shared-base-ui/src/locale/ko-KR.json index 12bb7de2d0f3..38a0be7383ea 100644 --- a/packages/shared-base-ui/src/locale/ko-KR.json +++ b/packages/shared-base-ui/src/locale/ko-KR.json @@ -1,2185 +1 @@ -{ - "messages": { - "++B0oY": ["This function has been turned off in the App settings. Enable plugins to fully access."], - "+01Ill": ["Change to Solana Wallet"], - "+5hgHR": ["Are your sure you want to disconnect? You may lose part of functionalities of this website."], - "+95jK3": ["Gas limit too low will cause the transaction to fail."], - "+A4TPN": [["0"], " NFT contract"], - "+CzAt9": ["Previous unfollow transaction is in processing, please wait and try again."], - "+IEBAO": ["Approve amount"], - "+K0AvT": ["Disconnect"], - "+POswt": ["Sell Tax: ", ["0"]], - "+Qcnh5": ["Please select the appropriate method to restore your personal data."], - "+W8dUJ": ["Tap to view the private key <0/> Make sure no one is looking at your screen"], - "+XyQiK": ["Agree"], - "+Zuhm7": ["Support Identity code, private key, local backups or cloud backups to access your personal data."], - "+adBn3": ["Chrome - external extension"], - "+b7T3G": ["Updated"], - "+fTqvl": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - "" - ], - "+hwfjv": ["Please select the wallet to activate the function after saving the settings."], - "+m7PfT": ["Deleted successfully"], - "+m7x4e": ["Backup Successful"], - "+q+Wa9": ["Swap anyway"], - "+uISZO": ["Incorrect Password"], - "+ubcPw": ["No power"], - "+xKN8I": [ - "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." - ], - "/2nH6X": ["Make another Bridge"], - "/7tku+": ["Try"], - "/BI0y9": ["Refunded"], - "/Dk+nX": ["More on ", ["0"]], - "/I3RSJ": ["Report Spam"], - "/JOEaC": ["Deploy Smarty Pay wallet"], - "/KseE7": ["Delete File"], - "/LkuGq": ["Restore from a previous database backup"], - "/OPmPQ": ["Verify ", ["0"]], - "/Swcdo": ["Failed to swap"], - "/WfDJy": [ - "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." - ], - "/capO6": ["Failed to deposit ", ["0"], "."], - "/eguJc": ["Uploading"], - "/fo6Dv": ["Gas Limit (Units)"], - "/giXwU": ["Medium Risk"], - "/hKQcr": [["seconds"], "s"], - "/jQctM": ["To"], - "/nT6AE": ["New password"], - "/riTT2": ["Pinned successfully."], - "/uEw9z": ["Your X account authorization has timed out. Please try again."], - "/vtDGO": [["0"], " is connected to these sites, they can view your account address."], - "/xrk7I": ["FAQ&Tutorial"], - "/y/pZ3": ["Select a Token"], - "0+3dvg": ["This NFT didn't have any offers."], - "0/eoR6": ["Revoking"], - "00b9QG": ["Set Your Payment Password"], - "01DWy7": ["Click the settings icon to list it on the App board."], - "04MqGo": ["Post content:"], - "09vHB+": ["Failed to decrypt."], - "0C6WdO": ["Upload backup"], - "0D4bav": ["Name or Contract address e.g. USDC or 0x234..."], - "0F4ogS": ["Payment Password should be between 6 and 20 characters."], - "0HnKBn": ["Hide mnemonic words"], - "0Lp4o6": ["Load failed"], - "0M//Nn": ["The Persona is connected to the following accounts: ", ["list"]], - "0ZC72+": ["Connected successfully."], - "0bKGbK": ["No past rounds found."], - "0caMy7": ["History"], - "0dFHbr": ["Confirm swap risk"], - "0fljZe": ["Trading Route"], - "0hFUd/": [ - "You must give the ", - ["0"], - " smart contract permission to use your ", - ["1"], - ". You only have to do this once per token." - ], - "0jddIP": [["0"], " members"], - "0lBTmP": ["You need to hold any of the following tokens."], - "0oFu/K": ["No Lucky Drops claimed"], - "0oMKRL": ["Delete Contact"], - "0tdB+o": ["Enable the ", ["name"], " Wallet extension and disable other wallet extensions"], - "0wJVK+": ["Basic"], - "0wdd7X": ["Join"], - "0wzWAN": ["Why I can't vote?"], - "0xXDLS": ["View your profile in firefly"], - "0yPSCj": ["High Risk"], - "0yf3iU": ["Wallet sign cancelled."], - "1+6BOG": ["Download Backup"], - "1+P9RR": ["Switch to ", ["0"]], - "11kmCI": ["We are not aware of any code that prevents the sale of tokens."], - "199DuV": ["Display specific information of Gitcoin projects, donate to a project directly on social media."], - "1DwbcE": ["Loading...."], - "1EOhmY": ["Rank #", ["0"]], - "1LkMSp": ["Add Suggested Token"], - "1M8xFP": [ - "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." - ], - "1QJyuR": ["At most ", ["RED_PACKET_MAX_SHARES"], " recipients"], - "1QfxQT": ["Dismiss"], - "1R2W/B": [ - "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " - ], - "1TNIig": ["Open"], - "1TaavV": [ - "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." - ], - "1Uqt6P": ["Disconnect Wallet?"], - "1Wbxhe": ["This profile can not be followed: ", ["0"]], - "1Z++2X": ["The Persona is not connected to any accounts."], - "1agbuA": ["Functions that can suspend trading"], - "1bTY60": ["Token Value"], - "1kE7ob": ["Network saved"], - "1mjyN6": ["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."], - "1nMGEs": ["Personas"], - "1njn7W": ["Light"], - "1on6yK": ["How to use ", ["0"], " Wallet?"], - "1rsf+c": [ - "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." - ], - "1xwmzN": ["Switch to other accounts"], - "2/N/mr": ["Connect with ", ["providerName"]], - "22QmCQ": [ - "The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." - ], - "28ABhV": ["Connect EVM Wallet"], - "29b5Sq": ["Blocto only supports the Flow chain."], - "2CMLgZ": ["Token ID separated by comma, e.g. 1223,1224,"], - "2FYpfJ": ["More"], - "2GHENQ": ["Web3 Profile"], - "2J5wRx": ["Failed to get quote information"], - "2Lr4ie": ["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."], - "2MPu+c": ["Priority Fee (GWEI)"], - "2XVeKu": ["Airdrop Scam"], - "2Xze/r": ["Block Explorer URL"], - "2jQko7": ["Associated Accounts"], - "2kXxch": ["Sorry, signature failed! Please try signing again."], - "2p7WMm": ["Give permission to access <0/> your ", ["0"], "?"], - "2saF1j": ["Tax can be modified"], - "2wxgft": ["Rename"], - "3/0KF0": ["Create a Firefly.social wallet using an X account"], - "34UMci": ["Wallet Settings"], - "38C83c": ["Recovery Phrase"], - "39ohdf": ["Activities"], - "3A/gtD": ["Invalid RPC URL."], - "3A/mG4": ["Change Wallet"], - "3AP6p1": ["Public Key: <0>", ["publicKey"], ""], - "3B4jmY": ["Data correlation"], - "3CR0qY": ["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."], - "3J+S3n": ["Search Next.ID, X, Lens, ENS or Address"], - "3OhjJ4": ["Powered by <0>Mask Network<1><2/>"], - "3Q5eQl": ["Please click the \"Post\" button to open the compose dialog."], - "3Q8dPe": [ - "The website (", - ["messageOrigin"], - ") is asking you to sign in to another domain (", - ["0"], - "). This may be a phishing attack." - ], - "3SiDD1": [ - "<0>", - ["user"], - " burned <1>", - ["1", "select", { "nft": ["an NFT"], "name": [["0"]], "other": [] }], - "" - ], - "3ThLdM": ["Report on GitHub"], - "3WZ1WL": ["Please enter backup password to export persona private key."], - "3YDnov": ["Token now is hidden."], - "3ZgRKI": [ - [ - "type", - "select", - { - "post": ["<0>", ["user"], " publish a post on ", ["platform"]], - "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], - "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], - "share": ["<3>", ["user"], " shared a post on ", ["platform"]], - "other": [] - } - ] - ], - "3awOET": ["Rank"], - "3bGj61": ["Claim on Firefly"], - "3cAxpB": [ - "There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price." - ], - "3cw8FQ": [ - "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." - ], - "3dAaqV": [ - "📃📃📃 Try to permanently use decentralized file storage on ", - ["sns"], - ". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." - ], - "3fpIq1": ["to ", ["0"]], - "3iUAE7": ["Backup to Google Drive"], - "3kbpgO": ["Gas Limit"], - "3lUGN0": ["Switch Persona"], - "3pqzUK": ["Contact added."], - "3qe4O9": ["Max Fee"], - "3uBJPr": ["File delete"], - "3uQmjD": ["Average"], - "3ublvs": ["Try token from different chains"], - "3yLqgI": ["Name or contract address eg. PUNK or 0x234..."], - "4+VnE8": ["ENS"], - "42yL2J": [ - "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ", - ["encrypted"] - ], - "43g2kf": ["Only visible to yourself"], - "44bNbA": ["Select an NFT Contract"], - "4DIYdt": ["No associated wallet. <0>Add Wallet."], - "4EN5JL": ["Your Persona has been successfully created."], - "4FvVUv": ["Reset Wallet"], - "4GBOoi": ["Failed to create theme."], - "4Gz2wC": ["Failed to upload file"], - "4HavhE": ["Powered by <0>Mask Network"], - "4HtGBb": ["MAX"], - "4JCJIV": ["What is Web3 File Service?"], - "4coHVU": ["Lens Unfollow"], - "4lm4o+": ["Solana"], - "4na5mr": ["This message contains a invalid EIP-4361 message. It is better to reject this request."], - "4ojMOt": ["Please enter your backup password."], - "4pSxwB": ["Go"], - "4zgT9K": ["Connect Mask Network Account using your wallet."], - "50QwC8": ["value"], - "51TkMy": ["Claiming will be live until: <0> ", ["days"], " d ", ["0"], " h ", ["1"], " m"], - "51cT/A": ["The minimum amount for each share is ", ["0"], " ", ["1"]], - "51rAFB": ["Please copy the following text and image (if there is one) and publish it."], - "52nzPV": [ - "Data source is retrieved from ", - ["0", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "other": [] }], - "." - ], - "55/jcy": [ - "Hi friends, I just withdrew my deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "5Dz44N": ["Set Payment Password"], - "5E57TU": ["Max priority fee is too low for network conditions"], - "5G0lxx": ["Powered by <0>Scamsniffer"], - "5H/4VW": ["Create a Firefly.social wallet"], - "5HVoyc": ["Transaction Details"], - "5Jczad": ["I just claimed a lucky drop from @", ["0"], " on ", ["1"], " network."], - "5N3b5J": ["Market Cap"], - "5O5enn": ["Enter Payment Password"], - "5QfZ6O": ["Contract source code verified"], - "5YfW3S": ["Add an encrypted comment..."], - "5ZzgbQ": ["Connect ", ["0"]], - "5e22kj": ["Email verification code"], - "5hFImX": ["Deploy Contract"], - "5i1JPS": ["Never share 12-word secret mnemonic with anyone!"], - "5iHe/7": ["Network error, try again"], - "5o2pdQ": ["Create Persona"], - "5s6EhU": [ - [ - "count", - "plural", - { - "one": ["You have recovered **", "#", " Wallet 🚀**"], - "other": ["You have recovered **", "#", " Wallets 🚀**"] - } - ] - ], - "5sIdhw": ["Share with"], - "5uFQ9j": ["Please create a persona and verify your account to use this."], - "623chP": ["Infos"], - "66J/I3": ["Transaction Fee"], - "678PKt": ["Network Name"], - "68FuwU": ["URLs require the appropriate HTTPS prefix."], - "68m9Nl": ["Add new address to an existing group"], - "6B+2/d": ["Stay on top of NFT trending information, hot projects, notable transactions, etc."], - "6DvbLh": ["Please install your metamask wallet and set up your first wallet."], - "6HT670": ["Function: ", ["0"]], - "6IHgRq": ["Backup to the Cloud"], - "6IvSyW": ["Token Standard"], - "6RDwJM": ["Tokens"], - "6U+PWG": ["Total NFTs"], - "6Uau97": ["Skip"], - "6V3Ea3": ["Copied"], - "6VJnE7": ["Note: Scams detections might not be 100% guaranteed."], - "6YASel": ["Invalid Network"], - "6YtxFj": ["Name"], - "6ZZ+4S": ["Load Network"], - "6foA8n": ["Are you sure?"], - "6gRgw8": ["Retry"], - "6k8iqO": [["0"], " ", ["1"], " bridge completed successfully."], - "6knJVf": ["This NFT contract cannot be modified now."], - "6s8L6f": ["Switch Network"], - "6sbLuF": ["Current results"], - "6ulv1U": ["Contract Owner"], - "6vVuTX": [ - "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "7+2e01": ["Network removed."], - "70wH1Q": ["APR"], - "76Ml+j": [["0"], " NFT Lucky Drop created."], - "76gPWk": ["Got it"], - "78Kj7O": [["0"], " NFT transferred."], - "7Ae1jc": ["True Token"], - "7Bj3x9": ["Failed"], - "7PPwVf": [ - "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." - ], - "7PgtYC": ["Set NFT Avatar"], - "7QptC5": ["Auto-lock Time"], - "7R2WG+": ["Decrypted by Mask Network"], - "7VpPHA": ["Confirm"], - "7c99ux": ["Contract Deployment ", ["0"]], - "7cg5cq": ["unique contributors"], - "7eFA2G": ["Failed to revoke token contract."], - "7hZyUn": ["Processing Deposit"], - "7k2lei": [ - "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." - ], - "7lnlzl": ["Claimed ", ["amount"], " $", ["0"], " successfully."], - "7qUM2b": ["Open Mask Wallet"], - "7s5tLo": ["Allow this site to switch the network?"], - "7w1rTm": ["The download link is expired"], - "7yziEn": ["This request has been expired."], - "8+xvyR": ["Blockchain"], - "82+n6o": ["Quote Route"], - "869iq0": ["Transferring asset across to the ", ["0"], " network via the ", ["1"], "cross-chain bridge"], - "87Poy7": [["0"], " ", ["1"], " NFT contract."], - "88+Eku": ["Provide you with fast, reliable and convenient security services."], - "89kDhv": ["NFT collection"], - "8BsgdX": ["Failed to get permissions"], - "8C8O9E": ["Provided by plugin \"", ["0"], "\""], - "8Dh77Z": ["NFTs"], - "8IN0ph": ["No more data available."], - "8J7y6E": ["Deposit ", ["0"], " for savings."], - "8Kly2P": [ - "Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token." - ], - "8MJFvR": [["0"], " Risky factor"], - "8N1Wbf": ["This token has no risky or attention factors."], - "8RF/Sx": ["Added successfully"], - "8S5o5V": ["Share and recommend this feature after saving."], - "8TMaZI": ["Timestamp"], - "8Tg/JR": ["Custom"], - "8WLjqx": ["Never share the 12-word secret mnemonic words with anyone!"], - "8ZsakT": ["Password"], - "8bgRf6": ["Can not follow: ", ["0"]], - "8djViz": ["Step ", ["step"], "/", ["step"]], - "8glx+u": ["Token ID"], - "8rElAH": ["Image copied!"], - "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], - "9+VwX/": ["Add Collectibles"], - "9KKhJV": ["Signing ..."], - "9VcshJ": ["Enable auto paste"], - "9Y1kXO": ["Payment password stored locally and you could try as many as you want to unlock your wallet."], - "9bG48P": ["Sending"], - "9cDpsw": ["Permissions"], - "9cSIbb": ["Click on <0/> at the top-right of your browser."], - "9d/Qe4": ["Service Agreement"], - "9hg9mc": ["Downloading"], - "9hzYBR": ["Failed to download and merge the backup: ", ["0"]], - "9jba96": ["Only TypedMessageText is supported currently."], - "9kIgHE": [ - "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." - ], - "9lqqpY": ["Invalid email address."], - "9oP21f": ["My vote"], - "9oq2rm": ["Functions with retrievable ownership"], - "9q+I38": ["Your voting power"], - "9r9nwF": ["Identical"], - "9sjcnZ": ["Disconnected."], - "9tG0uf": ["Please verify your social account"], - "9uYu7e": ["You haven't uploaded any files yet."], - "9w2hgY": ["Paste manually"], - "9xaUMG": ["General user"], - "A+Ijr2": ["Close [Check Security]?"], - "A0VzMm": ["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."], - "A1bmDM": ["No verified account found here."], - "A1taO8": ["Search"], - "A3Ndml": [ - "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." - ], - "A4vJQr": ["Set your NFT as profile picture with exclusive aura."], - "A6JChW": ["The transaction was complete and has been recorded on blockchain at ", ["0"]], - "A9tojF": ["Incorrect password"], - "AElxM7": ["Transfer ", ["0"], " NFT."], - "AJNYYr": ["Refund Lucky drop"], - "AKLbfQ": ["Restore Database"], - "AMJWWT": ["Likely in < ", ["estimateSecond"], " seconds"], - "ANYjcp": [["shareWithNum", "plural", { "one": ["1 friend"], "other": ["#", " friends"] }]], - "ANk/Zy": ["Incorrect Backup Password"], - "AOPSKq": ["Deposit ", ["0"]], - "ASNDad": ["Hide ", ["name"]], - "AV+9wg": ["Re-enter"], - "Ah4d0u": ["Security Detection"], - "AjVXBS": ["Calendar"], - "Ap948/": ["Listed"], - "Appw6V": ["No NFTs found."], - "Aq+O0x": ["status"], - "AuXfDa": [ - "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." - ], - "AuvDq6": ["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"], - "AwQpq/": ["Click on the down-arrow to see the private key."], - "AxPAXW": ["No results found"], - "AxdOHo": ["Pair"], - "Axp2cZ": ["24 Hour Trading Vol"], - "AyLiVq": ["Scan QR code to receive payment"], - "B1T4nn": ["Confirm the Lucky Drop"], - "B6C0XJ": ["No Data"], - "B8B8TU": ["Verified by ", ["0"]], - "BAvIGC": ["Withdraw token"], - "BFhvNB": [["0"], " ", ["1"], " NFT contract successfully."], - "BMCVM3": ["Wallet Sign"], - "BQHQ9v": ["No websites connected to this wallet"], - "BQi2Kk": [["0"], " were claimed"], - "BUXiPs": ["This Chain ID is currently used by the ", ["0"], " network. "], - "BWSJkS": ["No Airdrop Scam"], - "BXixGM": ["Use Persona to encrypt and decrypt social media posts & messages."], - "Ba6uFH": ["Create your NFT Lucky Drop."], - "BaU+dx": ["Connect your social platform accounts."], - "Baj2MJ": ["Savings"], - "BaoXTT": ["<0>Powered by<1>OKX<2/>"], - "BiGQfG": ["Transaction Hash"], - "BkN2qg": ["<0>Service Agreement and <1>Privacy Policy"], - "BmN4Bk": ["Aggregator"], - "ByAMF+": ["Risk Warning"], - "ByPj1d": ["Request ID"], - "BzEFor": ["or"], - "BzfzPK": ["Items"], - "C0JhYS": ["Change Network"], - "C2/uLW": [ - "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." - ], - "C3Wgzy": ["You have claimed ", ["0"], " $ARB."], - "CCIrQ8": ["Fake Token"], - "CE+M2e": ["Info"], - "CEk7Nc": ["At least 6 characters"], - "CFPbpH": ["The new passwords don't match"], - "CJviCK": ["<0>", ["user"], " proposed"], - "CK1KXz": ["Max"], - "CMHmbm": ["Slippage"], - "CMfM6C": ["No Enough Gas Fees"], - "CP3D8G": ["Progress"], - "CT10+i": ["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."], - "CTSEx8": ["<0/> publish a post on ", ["0"]], - "CU3U3d": ["Try to recover"], - "CWsYB3": ["Welcome Back"], - "CXHRbe": ["Wallet request timed out"], - "CYRJEX": ["Owners"], - "CZSWya": ["NFTs added"], - "CZmSbe": ["Request is valid not before"], - "Cf/0to": ["Data source is retrieved from ", ["0"], "."], - "Citz6F": ["Exchange"], - "CkLMZ2": ["File delete failed"], - "CmMDVW": [ - "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." - ], - "CpciBt": ["Switch to Polygon and Follow"], - "CtByM7": ["Connect Wallet"], - "Cwxng+": ["Supported formats: JPEG, PNG<0/> Size limit: ", ["0"]], - "Cy19fm": [ - "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." - ], - "CygwLN": ["Swap completed successfully."], - "Cz6Lx7": ["Encryption Method"], - "D79cZK": ["Instant"], - "D9iWaX": ["Please check ToS document"], - "D9za/8": ["Missing dex contract address"], - "DA2uGM": ["Click the application icon to hide in the App list."], - "DAFhfT": [ - "There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." - ], - "DC3sw8": ["Two entered passwords are different."], - "DHhJ7s": ["Previous"], - "DKBbsW": ["Gas price must be greater than 0 Gwei."], - "DPfwMq": ["Done"], - "DYoO0m": ["Token quantity greater than"], - "DdUFp+": ["The transaction was confirmed at ", ["0"]], - "Dk6Non": ["Whitelist function"], - "DkHkqH": ["Recommended dimensions: 1016 × 672 px"], - "DnmyoA": ["Priority fee should be greater than 0."], - "DoQ5Lj": ["RPC URL"], - "Dpe+e3": [ - "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." - ], - "DtZDW+": [["0"], " (UTC+8)"], - "Du6bPw": ["Address"], - "DuIDTw": ["To verify your X account and record it on the NextID, please send this post for the verification."], - "Dz56Ua": ["Encrypt"], - "E399AQ": [ - "<0>", - ["user"], - " bridged <1>", - ["amount"], - " ", - ["symbol"], - " from <2>", - ["source"], - " to <3>", - ["target"], - "" - ], - "E6HGuD": ["Check out the official website"], - "E6Sqiu": ["Failed to load ", ["0"], ". Click to retry."], - "E6YUtc": ["Merge to Browser"], - "E7prOW": [ - "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." - ], - "EBC6hj": ["Local Backup"], - "EGWr+Q": ["Web3 Profile Card"], - "EJRk0x": [ - [ - "gasOptionType", - "select", - { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"], "other": [] } - ] - ], - "ELQ256": ["Make another Swap"], - "EMLHjH": ["More Details"], - "ENIvoT": ["Please set up the amount of time before we automatically lock your wallet."], - "ERYJcj": [ - "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." - ], - "EStYiZ": ["No proxy"], - "EVFPUv": ["Transfer NFT"], - "EYwKb0": ["Gas Price (GWEI)"], - "Ea4oxV": ["Follow System"], - "EbE80y": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." - ], - "EbVCxG": [ - "<0/>", - ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"], "other": [] }], - "<1/>" - ], - "Eda+dy": [ - "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ", - ["encrypted"], - " to send your first encrypted tweet." - ], - "Eefe1a": ["The input is not a single file."], - "EfAke+": ["<0>", ["user"], " voted for <1>", ["option"], " on <2>", ["platform"], ""], - "Eh4m6e": ["<0>USD Value<1>$", ["0"], ""], - "Enb3Qk": ["You claimed 1."], - "EoKe5U": ["Domain"], - "EsKgLS": ["Click here to have a quick start."], - "Ev2r9A": ["No results"], - "EwiD7E": ["Confirm Payment Password"], - "F/pYeX": ["Create NFT Lucky Drop"], - "F3bW6y": ["Platform"], - "F4Igxz": ["Quote route"], - "F7U8uz": ["Creating your **wallet**"], - "F8VT6y": ["Failed to transfer NFT."], - "F8Wc3I": ["Drag & Drop your file here"], - "FAKSZG": ["Add google Drive"], - "FC17bL": ["<0>Powered by <1>Mask Network"], - "FGceVy": ["Owner can't change balance"], - "FMQ6p2": ["You've already claimed the lucky drop"], - "FR2cx3": ["Anti_whale(Limited number of transactions)"], - "FY2gWe": ["The contract address is incorrect or the collection does not belong to you."], - "FZg3wM": ["Operation"], - "FfJy7A": ["Manage Network"], - "FgAxTj": ["Log out"], - "Fgyfqo": ["Amount Each"], - "FiKDfi": ["Failed to unlock NFT contract."], - "FiYmUY": ["No associated accounts"], - "Fim3FY": ["Download https://mask.io to try more powerful tools on Twitter."], - "Fn9Tvh": ["Volume (24h)"], - "FnQek5": [ - "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." - ], - "FnjSI+": ["Not current account. Please switch to this account to set up NFTs Profile."], - "Fs/bd5": ["Invalid Block Explorer URL."], - "FzzpXs": ["Sale ends in ", ["0"]], - "G+XYfT": ["Do you want to delete file <0>", ["0"], ""], - "G4NrhP": ["Persona created."], - "GAZNIW": ["Price Statistic"], - "GAvnvl": ["Payment Password"], - "GDe4XX": ["Please connect wallet to check if you are eligible to claim $ARB."], - "GEL05h": ["WalletConnect"], - "GExRUL": ["Backup password"], - "GHvzdC": ["No content for the last two weeks."], - "GK6Tzr": ["Persona Sign"], - "GLDuz6": ["May be a honeypot."], - "GRLMKx": ["Winners"], - "GS+Mus": ["Export"], - "GS0ldX": ["Unsupported network type"], - "GShMK6": ["Refunding"], - "GTJCth": ["The contract owner is not known to be able to modify the balance of the token of other addresses."], - "GWCG6Y": ["Copy image"], - "GWKfFr": [ - "To use Lido, you need to wait ", - ["0"], - " days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." - ], - "GWMpIa": [["0"], " Risky factors"], - "GXhrYw": ["1. If you haven't installed the ", ["name"], " Wallet"], - "GXsAby": ["Revoke"], - "GZzKYx": ["Buy Tax: ", ["0"]], - "GaH2JF": ["Suggest to send transactions and sign messages"], - "Gia1VG": ["Web3 File Service"], - "Gmmd6d": ["Verify your X ID"], - "GrTvoo": ["Transaction in progress. Thank you for your patience."], - "GtJJAj": ["Add Wallet"], - "Gw91G1": ["This request should only be sign in the future."], - "GyvZPz": ["Token ID should be separated by comma, e.g. 1223,1224,"], - "H1v3zR": ["Insufficient ", ["0"], " Balance"], - "H8rw2f": ["(the name is set by the web site)"], - "HCKlXm": ["Token Contract Address"], - "HF6C2L": ["Phone Number"], - "HFVck2": ["Lucky Drop with ", ["0"], " refunded."], - "HGTZAO": ["Step 2/2"], - "HH25qd": ["No wallet selected."], - "HIq3th": ["Cannot switch to a unknown network."], - "HKH+W+": ["Data"], - "HTX2HV": ["Minimum received"], - "HVRhUV": ["By proceeding you agree to the"], - "Hp1l6f": ["Current"], - "HpK/8d": ["Reload"], - "HqiAyF": ["Gwei"], - "HvDfH/": ["Imported"], - "HvUm3m": ["Choose and show your Web3 footprints on X."], - "I4caYo": ["Invalid verification code."], - "I5kL4f": ["Activity Log"], - "I7z//Y": ["Trading route"], - "IBAx3U": ["Kept safely"], - "IF7RiR": ["Cover"], - "IGbphl": ["Unlocking ALL..."], - "ILvrUp": ["Unlikely to be a honeypot."], - "IMX4sR": ["Blacklist function"], - "IQ3gAw": ["Upload File"], - "ITBQO3": ["Max priority fee must be greater than 0 GWEI"], - "IUG86v": ["The Persona is connected to the account @$", ["0"], "."], - "IUp08P": ["The current wallet does not hold a lens and cannot follow/unfollow"], - "IX1M/E": ["Floor price"], - "IXbRbM": ["Choose another wallet"], - "If2v4h": ["Lucky Drop"], - "IhnvgP": ["Change to EVM Wallet"], - "ImhKg5": ["Could not fetch chain ID. Is your RPC URL correct?"], - "IoAuJG": ["Sending..."], - "IrI9pg": ["End date"], - "Iu4Ja9": ["Please enter token contract address."], - "J05/Al": ["Set NFT NFT Background"], - "J0LAHU": ["Refund"], - "J0Mxpc": ["The ", ["0"], " is in progress. You can check its status in History after exiting this page."], - "J24FyN": ["Bridge"], - "J2eKUI": ["File"], - "JA8K9s": ["Unpacking"], - "JGds+N": ["Lack of number, letter or special character."], - "JGpseC": [ - ["0", "plural", { "one": ["This domain is"], "other": ["These domains are"] }], - " currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "JLiwYz": ["Mask Network requires the permission of following websites before using it."], - "JOP9uZ": ["Transaction has been rejected!"], - "JPHuMW": ["Swapping"], - "JUcj/I": ["Switch X Logo"], - "JXJlYD": ["Set Your Persona Name"], - "JbKZsv": ["Scan the QR code with a WalletConnect-compatible wallet"], - "JeHCi7": ["No function found that retrieves ownership"], - "JfI60y": ["Incorrect Payment Password."], - "Jg5pf7": ["Current base fee is ", ["0"], " Gwei"], - "JiIKww": ["Advanced Settings"], - "JlFcis": ["Send"], - "JlIzk8": ["Browser File"], - "Jnjbl3": ["You need to follow <0>@", ["twitterHandle"], ""], - "Js4Nk0": [ - [ - "0", - "select", - { - "finding_post_key": [ - "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." - ], - "finding_person_public_key": ["Mask is looking for the public key of the author..."], - "other": ["Mask is decrypting..."] - } - ] - ], - "JuVC24": ["Deposit token"], - "JwzZmt": ["to <0>", ["toAddress"], ""], - "K1tshY": ["Failed to download image"], - "K5a6t1": ["Persona already exists."], - "K7tIrx": ["Category"], - "K8jCIB": ["Data backed up successfully!"], - "KAS4UW": [["0"], " Attention factor"], - "KCeSRZ": [ - "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." - ], - "KFYFgI": ["Wallet sign failed."], - "KFwID2": ["Restore Failed"], - "KGHnSc": ["Lock Wallet"], - "KJGKkh": ["EVM Chains only"], - "KMgp2+": [["0"], " available"], - "KPUGxy": ["Random Amount"], - "KRz1oj": [ - "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." - ], - "KTfagY": ["Lucky drop with ", ["0"], " created."], - "KVAoFR": ["unlimited"], - "KVkke3": ["Set NFT PFPs"], - "KWeNH6": ["Unlocking ", ["hasSymbolName"], "..."], - "KisOjk": ["Restore or Login"], - "Kj4oEm": ["Generate a new persona"], - "Kl9gHp": ["Wallet Group #", ["0"]], - "KmQ25M": ["Max priority fee is too high for network conditions."], - "KnidLU": ["Not Connected"], - "Ko4L/B": ["The receiving address is a contract address. Please check again."], - "KojyJ4": ["Wrong Network"], - "Koz2Rg": [["0", "plural", { "one": ["Action"], "other": ["Actions"] }]], - "KtMMzG": ["Wallet disconnected"], - "KwJJLb": ["<0>Powered by <1>", ["0"], ""], - "Ky09J8": ["Previous follow transaction is in processing, please wait and try again."], - "KziH2K": ["Fast"], - "Kzu9r9": ["24H Traded Volume"], - "L+bpwv": ["Please set up backup password to export private key."], - "L4vN0F": ["EVM"], - "L82H5Z": ["Creating your **identity**"], - "L87Mfu": ["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."], - "L96aan": ["View full transaction details"], - "LBtfmO": ["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."], - "LJkXYZ": ["Create New Mask Identity"], - "LLf+t1": ["No deposit protocols found."], - "LNItR6": ["You have set NFT PFP successfully."], - "LP+1Z7": ["Add Network"], - "LSwUJb": ["Select Liquidity"], - "LU3p9s": [ - "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." - ], - "LWJCIn": ["Connected sites"], - "La9ArN": ["<0>Powered by ", ["publisherNode"]], - "LcET2C": ["Privacy Policy"], - "LcZh+r": ["Unsupported data backup"], - "LhMjLm": ["Time"], - "Lho4Qd": ["DSearch"], - "LiE5z4": ["Max base fee should be greater than 0"], - "LigbuA": [ - "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." - ], - "LkYKvc": ["Please select the correct words in the correct order."], - "LqWHk1": ["Hide ", ["0"]], - "Lx4CpL": ["Wallet name must between 3 to 18 characters."], - "Lz7CzN": ["No mint function"], - "Lzo8mb": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - "<2><3>", - ["tokenSymbol"], - "" - ], - "M0FgOk": ["Add Contact"], - "M1RnFv": ["Expired"], - "M1ts1r": ["View your address"], - "M24E85": ["This address is a contract address."], - "M4g1UJ": ["Contract Interaction"], - "M7ZGdw": ["2. If you have installed the ", ["name"], " Wallet"], - "M9OYUo": ["Please try again if you failed to vote."], - "MC00Lm": ["Scan QR code with WalletConnect-compatible wallet"], - "MEIAzV": ["Unnamed"], - "MKEPCY": ["Follow"], - "MOHcKb": ["Enter a max priority fee"], - "MQ9hQ4": ["DAO"], - "MR/0Va": ["All Mask Network users"], - "MTqQMG": ["Not set"], - "Mh3RsB": ["Best Wishes!"], - "Mi8ATZ": ["The token approval revoked."], - "Midntl": ["Download report"], - "Mm1aH+": ["Proxy contract"], - "MpnSqP": [["0"], " Pending"], - "MqdtT5": [["0"], " Bridge Network fee"], - "MyjAbr": ["Resend"], - "N/fqDa": ["Ens or Address(0x)"], - "N0YrmD": ["Valuables"], - "N0tcou": ["Claiming..."], - "N2DUxS": ["Insufficient Balance"], - "N2S1rs": ["Empty"], - "N2aeX8": ["No valid wallet detected. Please connect wallet or verify wallet firstly."], - "N40H+G": ["All"], - "N5GKfB": ["Tax cannot be modified"], - "N6/RZd": ["Sorry, failed to save NFT Avatar. Please set again."], - "N931rj": ["Your transaction should be done in <0/>"], - "NERSN2": ["or Holding NFT"], - "NJbBmC": ["Switch Twitter Logo"], - "NOi+Fr": ["This QR includes your identity, please keep it safely."], - "NTnXx/": ["<0/> unapproved <1>", ["0"], ""], - "NVt/wW": ["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], - "NWqhru": ["Reselect"], - "NZ7wlC": [["0"], " Holder"], - "Na6Ytj": ["Change NFT PFP"], - "NaZTE7": ["Incorrect Mnemonic Words."], - "NdlvGd": ["Claim Details"], - "NfxOUe": ["Enter Total Amount"], - "Ng063n": ["Donate"], - "Nhp9Kw": ["Exceeded the maximum file size of ", ["fileSize"], "."], - "NkgvWN": ["Logout failed"], - "NloaHG": ["Backup Password"], - "Ns5WaC": ["No backups found"], - "Nu4oKW": ["Description"], - "NwibRO": ["Supported contracts"], - "NzlE6O": ["By granting permission, you are allowing the following <0/> contract to access your NFTs."], - "Nzm8dm": ["Example: Alice"], - "Nzwli2": ["Base"], - "O2XHf2": ["Check ", ["providerName"], " to confirm connect."], - "O3Nzf+": ["Bridge between this token pair are't supported at the moment."], - "O3oNi5": ["Email"], - "O86J+j": [ - "This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud." - ], - "O8PsYe": ["Add the file to Chrome's database"], - "OAZ+tI": [ - ["attentionFactors", "plural", { "one": ["#", " Attention item"], "other": ["#", " Attention items"] }] - ], - "OAfk3i": ["Hash"], - "OCJdad": ["<0>To: <1>", ["to"], ""], - "OLUEnY": ["when you click Add Google Drive button,you will be forwarded to Google authorization pages."], - "OLY2Jk": ["Gas Price"], - "OQEwR/": ["Create Lucky Drop"], - "OR475H": ["Network"], - "OcvI49": ["No blacklist"], - "OeD4sM": ["Failed to login firefly"], - "OfhWJH": ["Reset"], - "OgPkDe": ["Currency Symbol (Optional)"], - "OgohfQ": ["File Key: <0>", ["0"], ""], - "OhgYJS": ["Basic setting"], - "OkofjH": ["Recover"], - "On0aF2": ["Website"], - "OsyKSt": ["Withdraw"], - "OuUyzz": ["No contacts stored locally, you can try searching."], - "OzSOpz": ["Create a Privy wallet using an X account"], - "P+K/3O": ["Confirming"], - "P7S/hC": ["Max priority fee must be greater than 0 Gwei."], - "P9wzG/": ["Recovery"], - "PByO0X": ["Votes"], - "PDW/HG": ["Your Persona is on **ready 🚀**"], - "PGdbc0": [ - "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." - ], - "PHM7OA": ["Supported Sites"], - "PI/VCJ": ["Select the wallet(s) to use on this site. You should not connect to website you don't trust."], - "PIG043": ["Gitcoin"], - "PLWaf6": ["Create the Lucky Drop"], - "PNZOzY": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - " on <5>", - ["3"], - "" - ], - "PRkIUI": ["Gas Fee"], - "PTXNyo": ["Waiting for ", ["providerType"]], - "Pd3dlq": ["Circulating Supply"], - "PeT3a5": ["You have successfully restored the backup from Google Drive to your browser."], - "PiH3UR": ["Copied!"], - "PjBWOL": ["Create your persona to get started"], - "PlE+Fs": ["Connect and Verify ", ["0"]], - "PsQmAw": ["Everyone"], - "Pt3n39": ["No back up"], - "PwjgPX": ["Please create your persona to use Web3 Profile."], - "Q0IFtx": ["The custom amount entered may be higher than the required network fee."], - "Q2lUR2": ["Currency"], - "Q68Nuc": [ - "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." - ], - "QF9SdB": ["Split Mode"], - "QHZRmq": ["Sites"], - "QHcLEN": ["Connected"], - "QJQd1J": ["Edit Profile"], - "QQPCqQ": ["Backup Wallet"], - "QRsMow": ["Transaction Confirmed"], - "QU9aqK": ["You have signed with your wallet."], - "QUBIav": ["Failed to bridge"], - "QWxok/": ["Connect with Mask Wallet"], - "QXDgyQ": [ - "Please write down the following words in correct order. Keep it safe and do not share with anyone!" - ], - "Qbo7Ev": ["Write down mnemonic words"], - "QcVZFH": ["Step ", ["step"], "/", ["totalSteps"]], - "Qd0xFm": ["Refund your expired Lucky Drop."], - "QowPFh": ["Collectibles"], - "QpgBEp": [["0"], " days"], - "QsVbHo": ["Sending address"], - "QyZU8V": [["riskyFactors", "plural", { "one": ["#", " Risky item"], "other": ["#", " Risky items"] }]], - "QypSt2": ["Update X.com Permissions"], - "Qz8niP": ["You may lose your assets if you give approval to the website of this token."], - "R/Pfmp": [["amount"], " ", ["0"], " tips sent."], - "R2K7XH": ["Account successfully connected to persona"], - "R9aEN5": ["Send ", ["0"]], - "RCBmDP": ["Follow @masknetwork to explore Web3."], - "REeHKm": [ - "<0/> ", - ["txType", "select", { "trade": ["traded"], "mint": ["minted"], "other": ["traded"] }], - " <1>", - ["0"], - " ", - ["1"], - " for <2>", - ["2"], - " ", - ["3"], - "" - ], - "RH8jSA": ["Merge data to local database"], - "RHSlVw": ["Follow @masknetwork (mask.io) to claim NFT lucky drops."], - "RL5m+x": ["Generating your **accounts**"], - "RLBjfU": ["Attached File: ", ["name"], " (", ["size"], ")"], - "RNfEI8": ["You canceled the request."], - "ROWd/9": ["Leave blank to allow any amount; enter a number to set a minimum holding requirement."], - "ROWeBX": ["Followings"], - "ROsDRH": ["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"], - "RRw7LE": ["Identity ID"], - "RUYsn0": ["Clear All"], - "RW1HJz": ["The receiving address may be a malicious address."], - "RWoEqV": ["Failed to transfer token: ", ["message"]], - "RZOA0N": ["Find Mask Network in the extension list and click the <0/> button."], - "RdfrN2": ["Mint Address"], - "Re7Oex": ["Transaction submitted."], - "RhCL4z": ["Max amount"], - "RiLzWA": ["Please switch to this network in the mobile application wallet you are connected to."], - "RiQQyz": ["This allows the third party to spend ", ["value"], " ", ["0"], " from your current balance."], - "Rm3JCH": ["File name must between 3 to 20 characters."], - "RqRRf6": ["Created by <0>", ["0"], " • <1>Website"], - "RrGhwo": ["File ", ["0"], " deleted."], - "RuO5md": [["seconds"], "sec"], - "Rx8sxX": ["Select liquidity"], - "RxlKnY": ["Lens"], - "Ry8TiY": ["Create Smart Pay wallet"], - "S0CsaV": ["Create a New Wallet"], - "S0vyIh": ["Owner changed."], - "S2JNMm": ["Your file has been successfully restore into the browser data."], - "S33tz3": ["Not connected"], - "S6Qdlo": ["Scam Warning"], - "SDrb6I": [ - "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." - ], - "SGVkVp": ["Two entered passwords are not the same."], - "SIrUT3": [ - "Grant access to your ", - ["0"], - " for the Lucky Drop Smart contract. You only have to do this once per token." - ], - "SLEDBF": ["Failed to add the wallet, please try again."], - "SNZM71": [["0"], " withdrawn."], - "SREKz9": ["Report NFT Scam Contract?"], - "SUqBr9": ["Refund ", ["0"], " ", ["tokenSymbol"], " Successfully"], - "SX2UXi": ["Your vote has been successful."], - "SYGo/R": ["Import Wallet"], - "SYgxDf": ["Slow"], - "Sfu/we": ["Failed to delete, please try again."], - "ShHV7X": ["Cloud Backup"], - "ShmUTn": ["Add a Custom Cover"], - "Sitstz": [ - "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." - ], - "Sjplg3": ["View on Explorer"], - "SlxhDh": ["Verify your wallet"], - "Sp69uH": ["The web site can"], - "T0W3Z8": ["Insufficient funds for gas."], - "T0Y2+3": ["Select a token"], - "T3EPqL": ["Max base fee"], - "T3dlAs": ["Quote expired. Update to receive a new quote."], - "TA4fAr": ["The wallet name already exists."], - "TFEJcT": ["Set NFT PFP"], - "TIIaK1": [ - [ - "2", - "select", - { - "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], - "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""], - "other": [] - } - ] - ], - "TJt1iY": ["Decentralized social graph protocol for user-centric Web3."], - "TNFd5O": ["View real-time crypto prices, market cap, trading volume, etc."], - "TP9/K5": ["Token"], - "TRoDRd": ["Failed to deposit token."], - "TYTRNP": ["Eligible to claim"], - "TZDLPg": ["Claimable"], - "Tfxac6": [ - "This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." - ], - "Tg003Y": ["Connected wallets settings"], - "Tl3Zls": [ - "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." - ], - "TnHNX9": ["Update permission for X.com"], - "ToePai": ["Spend limit requested by"], - "TppkTk": [ - "<0>", - ["user"], - " carried out an activity to <1>", - ["target"], - " on <2>", - ["platform"], - "" - ], - "TpqeIh": ["Error: ", ["0"]], - "Tuc34V": ["Confirm Bridge"], - "Tx/jsw": ["Do you need to paste encrypted content manually?"], - "Tz0i8g": ["Settings"], - "TzarJw": ["Bridging"], - "UBzbea": ["Recover your wallet"], - "UDKbPj": ["Your file has been successfully merged into the browser data."], - "UFzLh1": [ - "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ", - ["0"], - ". Please reduce the number of NFTs selected." - ], - "UO7xDp": [["0"], " Pool"], - "UPJjXF": ["Network error, try again: ", ["0"]], - "URAE3q": ["Paused"], - "URmyfc": ["Details"], - "UUfXpm": ["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."], - "UWxJIW": ["Powered by Celer Network. Support $MASK!"], - "UXBK7e": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "UaXeX3": ["Okay"], - "UbRKMZ": ["Pending"], - "Udf/Es": [ - "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." - ], - "UfJmJU": ["Invalid slippage tolerance."], - "UjJCIX": ["Contract source code not verified"], - "UjRxho": ["Persona Recovery Phrase"], - "UmVZrM": ["Failed to create Lucky Drop."], - "UpqenY": ["We recommend new Web3 users to keep [Check Security] open."], - "UqJ0W/": ["Cancel Transaction"], - "Usynqd": ["Gas price is too low and will cause the transaction fail"], - "UtKGok": ["Backup Persona"], - "UvJiVZ": ["There's no feed associated with this address."], - "UxJ2jd": ["Display Snapshot proposals on the X of the respective project or protocol."], - "UxYZfY": ["Revoke the approval for ", ["0"], "."], - "V+1pjj": ["Back Up Your Data Your Way"], - "V+ZuGt": ["You claimed ", ["0"], " $", ["1"], "."], - "V6YDUB": ["<0>", ["user"], " donated <1>", ["costValue"], " ", ["costSymbol"], ""], - "V6wYl1": ["Total amount"], - "V8j2d/": ["App list"], - "VAOn4r": ["Unlock"], - "VECuJk": ["Wallet Account"], - "VHShJf": ["Please click Browse Files button to select files to upload."], - "VHVdS1": ["No votes"], - "VP4HYe": ["Next.ID"], - "VSx1eg": ["Max priority fee"], - "VbeIOx": ["Author"], - "VcPDSd": ["Unsupported key store data"], - "VdhBp2": ["The chainID is not equal to the currently connected one."], - "VdkQUC": ["Please sign up or login ", ["siteName"], " to connect Mask Network."], - "Vj7ma7": ["Support mnemonic phrase, private key or keystore file."], - "VlpdUm": ["Use NFT"], - "VsHxv+": ["Copy text"], - "VvGC/Y": [["0"], " Network fee"], - "VvPeyR": [["0"], " unlocked"], - "VzQ7uf": ["Unknown EIP-4361 message version."], - "VzQOL2": [ - "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." - ], - "W0uonA": ["This QR includes your mnemonic words, please keep it safely."], - "W2es+t": ["Oops, it seems you don't have any voting power at block ", ["0"], ". <0>Learn more"], - "W5OcTk": ["No approved contract records."], - "W7e3zN": ["Are you sure to remove the connected wallet <0>", ["0"], "?"], - "W7rMXF": ["Failed to send token."], - "WAjFYI": ["Start date"], - "WDcQq9": ["Unlisted"], - "WKG5E8": ["You need to hold at least ", ["quantity"], " of any of the following tokens."], - "WLMjwL": ["Confirm to hide ", ["0"], "? You can redisplay it by re-adding this token at any time."], - "WS7EYf": [ - [ - "0", - "select", - { - "Post": ["<0/><1>", ["handle"], " published a post on <2>", ["1"], ""], - "Comment": ["<3/><4>", ["handle"], " made a comment on <5>", ["2"], ""], - "Mirror": [ - "<6/><7>", - ["3"], - " mirrored a post post by<8/><9>", - ["handle"], - " on <10>", - ["4"], - "" - ], - "Quote": ["<11/><12>", ["handle"], " quoted a post post on <13>", ["5"], ""], - "other": ["<14/><15>", ["handle"], " post stuff on <16>", ["6"], ""] - } - ] - ], - "WWPi4P": ["Incorrect wallet address."], - "WY8amq": ["Invalid number"], - "WZcvLm": ["Follow Now"], - "WeNxrL": [["0"], " Attention factors"], - "Weq9zb": ["General"], - "WmXCMa": ["Switch other account"], - "Wqoa0p": ["Connect Persona"], - "WqzYn1": [ - "<0>", - ["user"], - " donated <1>", - ["costValue"], - " ", - ["costSymbol"], - " to <2>", - ["project"], - "" - ], - "WsNUie": ["Claimed: <0>", ["0"], "/", ["1"], " <1>", ["2"], ""], - "Wvnsx1": ["Auto-lock"], - "Wy16g8": ["Gift crypto or NFTs to any users, first come, first served."], - "X0PXso": ["Swap duration"], - "X200Sr": ["Forgot payment password?"], - "X3X0nY": ["You may have ", ["0"], "% less received with this level of slippage tolerance."], - "X6ujRd": ["Be aware, check the token before adding it."], - "X8N33g": ["Transaction history is only stored locally and will be deleted if you clear your browser data."], - "X8w6bW": ["Enter Max spend limit"], - "XA8JXM": ["Add NFTs"], - "XB3tfc": ["Encrypting your **data**"], - "XC7RGa": ["Recover your data"], - "XDtQ7t": ["Display the following address on your Web3 profile page and use it to receive tips."], - "XGRJzS": ["Open in a new tab"], - "XGqAnD": ["This token contract has code that prevent selling. This might is a honeypot."], - "XQDdOC": ["No friends are stored locally, please try search one."], - "XQQx83": [ - "<0>", - ["user"], - " ", - [ - "0", - "select", - { - "supply": ["supplied"], - "add": ["added"], - "repay": ["repaid"], - "withdraw": ["withdrew"], - "collect": ["collected"], - "remove": ["removed"], - "borrow": ["borrowed"], - "other": [] - } - ], - " liquidity on <1>", - ["1"], - "" - ], - "XUKicg": ["Step 1/2"], - "XYLcNv": ["Support"], - "XZ/B+f": ["Don't see your NFT?"], - "XcWehA": ["Update Quote"], - "Xftpm5": ["Select Collection"], - "XjDSdO": ["Old Payment Password"], - "Xlpdi1": ["on ", ["fromNetworkName"]], - "Xprzee": ["Enter a gas price"], - "XrH+JC": ["IPFS"], - "XrlvqN": ["Who can claim?"], - "XsyYEe": ["This NFT didn't have any activities."], - "XyAmgg": ["Add wallet"], - "Y7N0Sj": ["View your account balance and history"], - "Y9mYPy": ["Powered By ", ["0"]], - "YF8jon": ["Ended ", ["relativeEndTime"]], - "YKSmxE": [ - "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." - ], - "YLObqx": ["Equal Amount"], - "YOacnL": ["Tell friends what's happening..."], - "YOnK5s": [ - "<0>", - ["user"], - " registered ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "], "other": [] }], - "for <3>", - ["costValue"], - " ", - ["costSymbol"], - "" - ], - "YPNSH3": ["Connect Solana Wallet"], - "YSi9PS": [ - "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." - ], - "YW51YO": ["24H sale"], - "YXIpYp": ["Please verify the current persona with a social media account before using dApps."], - "Yckw2R": ["Fiat On-Ramp"], - "YdCB5X": ["Copy private key"], - "YiPiv6": [ - "There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." - ], - "YirHq7": ["Feedback"], - "YnqCPK": ["Verify Account"], - "Yp8yB4": [["0"], " to ", ["1"]], - "Ywu8Rl": ["Please connect ", ["0"], " and send a proof post before using dApps."], - "Z/tioj": ["Swap ", ["0"]], - "Z16qyu": ["Persona Name"], - "Z3+V9p": ["Restore backup failed."], - "Z33XCd": ["Input contract address"], - "Z3FXyt": ["Loading..."], - "Z3S6Dx": ["Step 1/3"], - "Z3y+8t": ["Unsupported Network"], - "Z6siIw": ["Switch between the classic Twitter logo and the new one."], - "Z7ZXbT": ["Approve"], - "Z8+FzC": ["Connecting your ", ["providerType"], " wallet"], - "Z8G4E5": ["Change to Flow Wallet"], - "Z8lGw6": ["Share"], - "ZAVklK": ["Or"], - "ZDcdss": ["Claim Conditions"], - "ZHsD28": ["Enable the plugin"], - "ZIsLZh": ["Size limit: 10 MB"], - "ZK75iC": ["Choose a Cover"], - "ZKAj6+": ["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."], - "ZQbnxO": ["No collectible found."], - "ZQr5hT": ["Unlock Token"], - "ZSWUwq": [["0"], "m"], - "ZSgQgC": ["Max fee is too low for network conditions."], - "ZTXjJ3": ["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."], - "ZTmzRV": ["Highest Price"], - "ZdnQsW": ["<0/> interacted with <1/>"], - "ZgFWrp": ["<0>Powered by<1>Go+"], - "ZhrWG1": ["Create persona"], - "ZrZMJ6": ["Backup failed, <0>try again"], - "ZsjtYe": ["Failed to set Avatar."], - "Zypku0": ["By using this plugin, you agree to the <0>terms and the <1>privacy policy."], - "a1S2x7": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and "] }], - ["sources"], - "." - ], - "a1SmQh": ["Select Wallet"], - "a23gJr": ["Incorrect backup password."], - "a33WQ+": ["Download the ", ["name"], " Wallet here"], - "a4C0ak": ["Insufficient Balance for Gas Fee"], - "a4N/Bg": ["Load More"], - "a5t/N3": ["Spend more transaction fees to cancel the previous transaction."], - "a6ONsz": ["Unlock ", ["0"], "."], - "a7u1N9": ["Price"], - "a9X8Om": ["Failed to report spam."], - "aAIQg2": ["Appearance"], - "aEgiLS": ["contributions"], - "aF8kci": ["Creation Completed"], - "aFJrEy": ["You need to hold any of the following NFTs in your wallet."], - "aFht5e": ["Connected ", ["0"], " with ", ["walletName"], "."], - "aTzTyw": ["Add Assets"], - "aVI2qx": ["Click the application icon to list it on the App board."], - "aYT9SD": ["Max fee"], - "acK3j2": ["Input your Private Key"], - "agPptk": ["Medium"], - "ah8/4v": ["Floor Price"], - "ahNa7P": ["NFT Holder"], - "ahpgxl": ["Please create a Persona and verify your account to use this."], - "ai3VNq": ["Connected Wallet"], - "ajKdns": ["This wallet address has already been connected."], - "apl8rz": ["Failed to withdraw ", ["0"], "."], - "aqop4L": ["Check on Explorer"], - "awW7ak": ["Remove Wallet"], - "ayxkVX": ["Transaction"], - "b+scYY": ["Requesting Connection"], - "b/mMOj": [["0"], " ", ["1"], " approval successfully."], - "bBzHQT": ["Input amount is below the minimum amount"], - "bD8I7O": ["Complete"], - "bEPPWi": ["Connect Flow Wallet"], - "bGMpPD": ["Unlock NFT Contract"], - "bIpwjD": ["My Wallets"], - "bKGn4N": [ - "<0/> minted", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }] - ], - "bLJivk": ["Select an NFT Contract Owner"], - "bLmWH9": ["Bridge anyway"], - "bLqb2p": ["<0>Latest offer at <1>$", ["0"], ""], - "bLvQvN": ["Library:"], - "bQXBhp": [ - "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." - ], - "bTQliy": [ - "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." - ], - "bUUVED": ["Asset"], - "bapItf": ["Incorrect Backup Password."], - "bassMa": ["Incorrect cloud backup password, please try again."], - "bbS8qf": ["1 NFT claimed."], - "bdIrOO": ["Verification code has been sent to your email. Please check your mailbox."], - "bfNmSO": ["Set payment password successfully."], - "bnfo6T": ["Sent verification post successfully."], - "bnuQy5": [["0"], " files selected"], - "bwlRe8": ["Selecting NFTs"], - "c+Fnce": ["Sign"], - "c+XaKf": [ - "<0>", - ["formattedUser"], - " ", - ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"], "other": [] }], - " <1>", - ["other"], - " on <2>", - ["1"], - "" - ], - "c19z3W": ["Available Balance"], - "c2MkCo": ["Payment password must be 6 to 20 characters."], - "cD0wgO": [ - "Do you want to remove the verified association between the X account @<0>", - ["0"], - " and ", - ["1"], - "?" - ], - "cFDjd3": ["Transaction type"], - "cJv4Ca": ["Connecting operation cancelled in third-party wallet."], - "cM1qH2": [ - "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." - ], - "cNJNBU": ["Get optimized search results when you're looking for a token."], - "cQYjZe": [ - "To verify your X account and record it on the NextID, you will need to send a post for the verification." - ], - "cVit2/": ["Please set the backup password to back up"], - "caP+Xq": ["Crypto Holder"], - "cbzSv5": ["Max fee should be greater than base fee of ", ["0"], " Gwei."], - "chL5IG": ["Community"], - "clw/Xh": [["0"], " sent."], - "cm4E8+": ["Experience in X"], - "cmKQl+": ["Failed to save the file. Please try again."], - "cmNbUB": ["Not found your ", ["providerType"], " wallet"], - "cnGeoo": ["Delete"], - "crVIc7": ["Locale Backup"], - "ctb8Cs": ["Dex/Est received (", ["0"], ")"], - "cvCD4e": ["Contract Creator"], - "d0aemb": ["Please create a persona for accessing Dapps."], - "d6nk2t": [["0"], " Platform costs"], - "dAMTl9": ["This RPC URL is currently used by the ", ["0"], " network"], - "dCpOJ5": ["<0/> approved with <1/>"], - "dCvyk/": ["Change another account and try again."], - "dEgA5A": ["Cancel"], - "dXFgcm": ["Transfer Token"], - "daEP1M": ["Token info"], - "dajsth": ["Incorrect Keystore Password."], - "du/tmd": ["Create your Lucky Drop."], - "dyNKut": ["Browse Files"], - "dzAth+": [["0"], " ", ["1"], " swap completed successfully."], - "e0E1XI": ["Max Fee (GWEI)"], - "e1vdXO": ["Arweave"], - "e34ZOD": ["Waiting time"], - "e3I0CA": ["Failed to restore the backup: ", ["0"]], - "e3hCsY": ["Lido Exchange Rate"], - "e4yrZ/": ["Token Address"], - "eC1gV9": ["Invalid file type"], - "eDT+Oh": [ - "The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets." - ], - "eE0JZ4": ["Version"], - "eEeK5j": ["<0>Expires in ", ["0"]], - "ePK91l": ["Edit"], - "eWczg7": ["Just Me"], - "eaLSW8": ["Persona name must between 1 to 24 characters."], - "ecqLr0": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "eeYVJ5": ["Be careful what you visit and sign!"], - "ejVYRQ": ["From"], - "elyK4N": ["Failed to unlock token contract."], - "eoeq4k": ["<0>", ["user"], " made a comment on ", ["platform"]], - "ep2Wyh": ["1 ", ["0"], " tips sent."], - "erRCKP": ["File saved"], - "es4h+b": ["Swap Anyway"], - "ezYNcH": ["Pin Mask Network to the toolbar for easier access:"], - "f5AidZ": ["Write down recovery phrase"], - "f61qKX": ["Deploy a SmartPay wallet on Polygon network."], - "f6pX67": ["<0>0 Followers <1>0 Following"], - "fDP2k4": ["Change Payment Password"], - "fFGPy6": ["Or create a new wallet group"], - "fFYJ8f": ["Welcome to use Mask Network"], - "fL7WXr": ["Applications"], - "fRQP7E": ["<0>Granted to <1>", ["0"], ""], - "fRUjl7": ["Please switch to <0>@", ["expectAccount"], " to continue the account verification progress."], - "fUn3xA": ["Generate a new wallet address"], - "fc4PdK": [ - "The RPC URL you have entered returned a different chain ID (", - ["rpcChainId"], - "). Please update the Chain ID to match the RPC URL of the network you are trying to add." - ], - "fdqDgM": ["Ended on <0>", ["0"], ""], - "fiPesM": ["Method"], - "fj5byd": ["N/A"], - "foOw00": ["Balance(", ["symbol"], ")"], - "fqDzSu": ["Rate"], - "fsBGk0": ["Balance"], - "fsUPaG": ["Congratulations"], - "fvRGyC": ["Trying exploring more features powered by Mask Network."], - "fx6pOQ": ["Balance: <0/>"], - "fza4cg": ["Import Wallets"], - "g/1WbH": ["from <0>", ["fromAddress"], ""], - "g/i+bG": ["Transaction rejected"], - "g2UNkE": ["Powered by"], - "gC2WI+": ["Persona"], - "gERRYE": ["Artblocks"], - "gHM62X": ["Payment password changed."], - "gM+Nj7": [ - "Are you sure to report ", - ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"], "other": ["this NFT"] }], - "? After confirmed, this NFT will be marked as spam." - ], - "gT+8Dk": ["Confirm to hide ", ["name"], "? You can redisplay it by re-adding this NFT at any time."], - "gUuuBi": ["Check Security"], - "gVfVfe": ["Contacts"], - "gWcGl/": ["Your wallet cancelled the transaction."], - "gdnEab": ["Incorrect recovery phrase."], - "ggdga4": ["The user has not set this."], - "ghVDTt": ["rounds"], - "ghZx62": ["Unlock token"], - "gk7J2q": [["0", "select", { "other": ["<0>Size limit: ", ["fileSize"], ""], "omit": [] }]], - "gkLviK": [ - "This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." - ], - "gmOW42": ["ENS or Wallet Address"], - "gnSRSG": ["Hiding Scam Transactions"], - "gp6A8z": ["Authorization Failed"], - "gtdJ43": ["My wallet"], - "gwuMzD": ["<0>", ["user"], " appointed a proxy on <1>", ["platform"], ""], - "gxV9O8": ["Cast your vote"], - "h/b9lY": ["No followers."], - "h0qYUk": ["Search with an ENS domain or wallet address to get optimized results."], - "h3bIHg": ["Disconnect Social Account?"], - "h53LoU": ["Social Account"], - "h5Dtc5": ["funding received"], - "h69WC6": ["Sent"], - "h7+V7K": ["Backup & Recovery"], - "hEpXzO": ["Welcome to Mask Network"], - "hG89Ed": ["Image"], - "hHLRGW": ["Hide tokens with value less than $1"], - "hRWvpI": ["Claimed"], - "hRtIgr": ["APP list"], - "hTbvD9": ["Sorry, you are not eligible to claim $ARB in this campaign."], - "hUF4dG": ["Backup password set successfully"], - "hWUuAb": ["Already following"], - "hXzOVo": ["Next"], - "hYgDIe": ["Create"], - "he3ygx": ["Copy"], - "heVBR8": ["Enter Amount Each"], - "hehnjM": ["Amount"], - "hg5QeV": ["Total cost"], - "hhtbAs": ["Unfollow lens handle"], - "hj39w+": ["Loading failed due to Snapshot API service breakdown."], - "hom7qf": ["Claim"], - "hpxXOD": [ - [ - "context", - "select", - { - "approve": [ - "<0>", - ["user"], - " approved <1>", - ["amount"], - " ", - ["symbol"], - " to <2>", - ["contract"], - "" - ], - "revoke": [ - "<3>", - ["user"], - " revoked the approval of <4>", - ["amount"], - " ", - ["symbol"], - " to <5>", - ["contract"], - "" - ], - "other": [] - } - ] - ], - "hxHyfs": ["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."], - "hxdOdX": ["Owner can change balance"], - "hzTib5": ["Select an NFT Contract Operator"], - "i2x+p1": ["Processing Withdrawal"], - "i4umqX": ["The following wallets are not installed or in conflict with others"], - "i6OT6/": [["subject"], " has an error"], - "i70ilP": [["0"], " NFT contract unlocked."], - "iCb44o": ["Created on: ", ["0"]], - "iF9x7r": ["Trading mode"], - "iH8itU": ["Connect your wallet"], - "iH8pgl": ["Back"], - "iJLEZF": ["Show me how"], - "iNIdDX": ["Incorrect contract address."], - "iPMIoT": ["Enter an amount"], - "iSLIjg": ["Connect"], - "iT0Qmd": ["Transaction Failed"], - "iTiwqa": ["Asset is hidden."], - "iZLoa2": ["eg: X accounts, persona public keys, wallet addresses or ENS"], - "ia3Lqp": [ - "The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions." - ], - "ie2c+s": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Welcome to join." - ], - "ileX7U": ["No recent transactions"], - "imDvP9": ["Gas limit must be smaller than ", ["maxGas"], "."], - "iobEyh": ["By checking this box, I agree to ArtBlocks's <0>Terms of Service."], - "iuCSJl": ["This wallet is connected to current persona ", ["0"], "."], - "iuJFAy": ["Low Risk"], - "iwiSFA": ["Similar Project"], - "j2Uisd": ["Approving"], - "j2a+h4": ["Past rounds"], - "j4TRxD": ["Select Address"], - "j8MqhB": ["CyberConnect"], - "jEDiuG": ["Network added"], - "jICk7g": ["There was a network or RPC provider error, please try again later!"], - "jIWgmE": ["Entered passwords are inconsistent."], - "jJPsrT": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "jJrqb1": ["Token Name"], - "jK7nvW": ["Failed to disconnect wallet"], - "jRcH7y": ["NFT Avatar Setting"], - "jRfanQ": ["Gas Used (Units)"], - "jXWnN0": [["0", "plural", { "one": ["Strategy"], "other": ["Strategies"] }]], - "jZQU+o": ["Originally posted by ", ["0"]], - "ja6Tyz": ["Search with the name of an NFT collection or its symbol to get optimized results."], - "jaH9PD": ["Hi friends, I just created ", ["token"], " Lucky Drop. Download Mask.io to claim."], - "jas0vv": ["Disconnect all accounts"], - "jbc0gF": ["Create Password"], - "jeLXsu": ["Who can claim"], - "jfJkBQ": ["Gas price is too low for network conditions."], - "jh0i4n": ["Confirm this transaction in your wallet."], - "jhoAzY": ["Mask Network Cloud"], - "jjCXPD": ["Starts ", ["relativeStartTime"]], - "jpctdh": ["View"], - "jt/0L2": ["You've saved ", ["0"], " to Web3 file service."], - "jt/cjR": ["Safety Warning"], - "jtExaD": ["Not supported yet."], - "jygqM9": ["Loading account information..."], - "jzLzy/": ["No whitelist"], - "k/sb6z": ["Select language"], - "k/vATR": ["Token unlocked"], - "k0USDt": ["Account connected.<0/><1/>Try to explore more features powered by Mask Network."], - "k1pJQo": [["0"], " network is not added to the wallet. Please add it and try again."], - "k28Qhe": ["Failed to save file"], - "k57+C7": [["walletLength", "plural", { "one": ["#", " Wallet"], "other": ["#", " Wallets"] }]], - "k7u9V5": ["Incorrect words selected. Please try again!"], - "kCAzy/": ["Collection Approval"], - "kG0n0M": ["Network error or user cancels the process."], - "kHDhjV": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." - ], - "kKY8Re": [ - "The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." - ], - "kPQQEW": ["Enter an Amount"], - "kV9Qeo": ["You have donated ", ["0"], " ", ["1"]], - "kWJmRL": ["You"], - "kbfp5m": ["Visible To"], - "kdW3qS": ["Nonce"], - "kePpfU": ["Update NFT Avatar Success!"], - "kf/5Ap": ["Explore multi-chain dApps."], - "kf83Ld": ["Something went wrong."], - "kg/ict": ["Lucky Drop claimed."], - "kj3M8S": ["Deposit"], - "kjBSDT": [ - "<0>", - ["user"], - " minted ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - "for <3>", - ["value"], - " ", - ["symbolName"], - "" - ], - "ks5OGD": ["Contract"], - "kx0s+n": ["Results"], - "l/UFPv": ["Properties"], - "l3s5ri": ["Import"], - "lCF0wC": ["Refresh"], - "lCHQzJ": ["This address may be a scam address."], - "lCfoWv": ["Select NFTs"], - "lDgVWA": ["Receive"], - "lET9my": ["Mask needs the following permissions"], - "lErh77": [ - "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." - ], - "lKldOY": ["12-word recovery phrase is used to recover your persona data."], - "lO/vMB": [ - "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." - ], - "lPJwNU": ["Persona: ", ["personaName"]], - "lPsa94": ["Merge Completed"], - "lQXQKs": ["Vote"], - "lU6uRb": [ - "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." - ], - "lWOC+h": ["Mask Network requires you to authorize the following websites before using it."], - "ldI18s": ["Minted:"], - "lhvy2j": ["Firefly"], - "llLBQ1": ["a token"], - "lmYQuN": ["At most ", ["SOL_REDPACKET_MAX_SHARES"], " recipients"], - "loCUuu": ["Keystore"], - "lqTDfd": ["Slippage Tolerance"], - "lqW7eD": [ - "In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address." - ], - "lr8uE3": ["Holding ", ["0"]], - "lvL4x0": ["Follow @masknetwork for Web3 updates and insights."], - "lxJU2w": ["Enter Number of Winners"], - "lyjM6U": ["Wait too long for the confirmation."], - "m+uuUE": ["Cross-chain"], - "m/TPEz": ["(beta)"], - "m16xKo": ["Add"], - "m2OZMI": ["Max fee cannot be lower than max priority fee"], - "m2pyX2": ["Buy Now"], - "m3VOQq": ["Current wallet does not support to interact with Lens protocol."], - "m3XvO+": ["Imported Wallets"], - "m3akOw": ["I just claimed a lucky drop from @", ["sender"], " on Solana."], - "m3cvPZ": ["Payment password set."], - "m3pz1u": ["Insufficient ", ["symbol"], " Balance"], - "m64f3d": [ - "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." - ], - "mCB6Je": ["Select All"], - "mGHHf5": [ - "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." - ], - "mHWsOq": ["Failed to confirm"], - "mNUsxu": ["Tx Fee"], - "mPxxVq": ["Enter a gas limit"], - "mQpWAe": ["Edit Contact"], - "mT57+Q": ["Go to Settings"], - "mUJUVX": ["Claim your NFT Lucky Drop"], - "mW8F64": ["This project is no longer active"], - "mYGY3B": ["Date"], - "mZ04KC": ["Overall Best"], - "ma8rSx": ["Your transaction has been confirmed!"], - "mc68kY": ["New Payment Password"], - "md5sZ/": [ - "This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud." - ], - "mfwfMR": ["You can claim the lucky drop by holding the required amount of any selected token."], - "mhNIiJ": ["Gas price is higher than necessary. You may pay more than needed."], - "mrAv9J": ["Failed to save network"], - "msszNj": ["<0/> approved <1>", ["0"], " ", ["1"], ""], - "muQqQY": ["Buy & sell tweets autographed by their original creators."], - "mzI/c+": ["Download"], - "n+ObkB": [ - "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." - ], - "n1gwuy": ["on ", ["toNetworkName"]], - "n2HnVK": [ - "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." - ], - "n42fmQ": ["Enter a max fee"], - "nDzNGQ": ["Follow User"], - "nE/lLr": ["Just Selected Contacts"], - "nFjzvC": ["Approved Amount ", ["0"]], - "nGl2Ng": ["Restore Completed"], - "nKLBYz": [ - "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" - ], - "nMUHWK": [["claimed"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], - "nMkx7r": [["0", "plural", { "one": ["#", " Hour"], "other": ["#", " Hours"] }]], - "nOCyT5": ["Show tokens with value less than $1"], - "nOhz3x": ["Logout"], - "nSkB8g": ["Information"], - "nTFx7o": ["Avatar set successfully"], - "nTWWCZ": ["Low"], - "nTif4K": ["Select and Connect to your wallet"], - "nUWEsV": ["Max fee is higher than necessary"], - "nUeoRs": ["Signing Message (Text)"], - "nV/wXH": ["This profile can not be followed."], - "nWDO1P": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"], - "other": [] - } - ], - " <1>", - ["0"], - " ", - ["1"], - " " - ], - "ndRqFD": ["Chain ID"], - "neBDpj": ["Please connect wallet"], - "ngWO+e": ["No local key"], - "njSHJP": ["You didn't approve ", ["0"], ". Please do not set spending cap to 0 and try it again."], - "nqL5WA": ["Claim Lucky Drop"], - "nqagQ8": ["Signing Message (Raw)"], - "nvAt0H": ["Resource"], - "nvV/Td": ["Balance: <0>", ["0"], ""], - "nwSp3U": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "nzBzok": ["Create time:"], - "o+XJ9D": ["Change"], - "o+zDNQ": ["The mnemonic word has been copied, please keep it in a safe place."], - "o4Iu2W": ["Logout successfully"], - "o4NrTC": ["Confirm this Signature in your wallet."], - "o66hO5": ["Discovered a LuckyDrop event on the FireFly website."], - "o9pabc": ["No codes found to suspend trading."], - "oCBTyI": ["This will overwrite the existing cloud backup with the local data, this cannot be undo."], - "oDMfB1": ["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], - "oDSXfc": ["New password cannot be the same as your current password."], - "oG26Rt": ["Confirm this transaction in your wallet"], - "oG67vO": ["Available to Everyone"], - "oIsL5E": ["Chain ID: ", ["0"]], - "oJIW7I": [ - [ - "context", - "select", - { - "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], - "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], - "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], - "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], - "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], - "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""], - "other": [] - } - ] - ], - "oMx/mL": [ - "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." - ], - "oN9XHJ": ["Start Time: <0>", ["0"], ""], - "oOQfsI": ["Current account is not the verifying account."], - "oTLFeN": ["The Lucky Drop can't be sent due to data damage."], - "oX+QCa": ["<0>Powered by<1>Mask Network"], - "oYzol6": ["an NFT"], - "oZw0Iw": ["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"], - "ocYse8": ["Failed to refund Lucky Drop."], - "oe5xh9": ["Decrypt failed, please check password"], - "of3mx/": [ - "<0>", - ["user"], - " swapped <1>", - ["from_value"], - " ", - ["from_symbol"], - " to <2>", - ["to_value"], - " ", - ["to_symbol"], - " on <3>", - ["platform"], - "" - ], - "ofUcbc": ["Random"], - "ohUJJM": ["Plugins"], - "ojlMCx": ["Minimum withdraw amount is ", ["MINIMUM_AMOUNT"], " ", ["0"]], - "olEUh2": ["Successful"], - "ooHEV6": ["1 ", ["0"], " NFT Lucky Drop claimed."], - "osXsDn": ["Import NFT"], - "ou+PEI": ["Profile Photo"], - "ouAjo6": ["No Enough Gas Fee"], - "ovBPCi": ["Default"], - "oxKup1": ["Insufficient $", ["0"], " balance"], - "p+ngUo": ["Unfollow"], - "p1/7GX": ["Contract Not Found"], - "p2/GCq": ["Confirm Password"], - "p3TX0l": [ - "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." - ], - "p7l2aC": ["Contract:"], - "p8Aea2": ["The persona name already exists."], - "p8OYBy": [ - "@", - ["sender"], - " is sending an NFT lucky drop on ", - ["networkName"], - " network. ", - ["account_promote"], - " ", - ["promote_short"], - " #mask_io #LuckyDrop ", - ["0"] - ], - "pG7O41": ["Fastest"], - "pGElS5": ["Mnemonic"], - "pHfBGz": ["Updating Gas Fee…"], - "pIyHYi": ["Lens Follow"], - "pLHDrO": ["Holding NFT"], - "pOE8Vh": ["Space"], - "pa3wn3": ["It remains unclaimed."], - "pbOGiB": ["Revoke Token"], - "pbYUPI": ["Text copied!"], - "pi+hn/": ["Ethereum ", ["HD_PATH_WITHOUT_INDEX_ETHEREUM"]], - "pjrgRd": ["Incorrect Private Key"], - "pkyWdU": ["Keystore password"], - "poYLOl": ["New Logo"], - "ps1+DX": ["Set your persona name with maximum length of 24 characters"], - "pu3rTn": ["GWEI"], - "puUEU3": ["Change Backup Password"], - "put3ex": ["Request is valid not after"], - "pv5v6j": ["About Permit"], - "pvnfJD": ["Dark"], - "py6hU8": ["Signature Request"], - "pzO3Xa": ["Total Supply"], - "q+O14e": ["Search Area"], - "q+hNag": ["Collection"], - "q/ao7A": ["Price per mint"], - "q5+UWM": ["Contact edited."], - "qAbGIK": ["Issued at"], - "qCMUPH": ["Unlock ", ["0"]], - "qDIxZ+": ["Failed to restore the backup from Google Drive to your browser. Please try again."], - "qHqI+o": ["<0>Powered by <1>Mask Network"], - "qI8U4x": ["Max fee cannot be lower than max priority fee."], - "qIL7PI": ["Offers"], - "qJb6G2": ["Try Again"], - "qNiGUh": ["size"], - "qT8oOt": ["Persona required."], - "qWMpAl": ["up to ", ["0"], " Gwei"], - "qYuscr": ["Max Priority Fee"], - "qZ6p7p": ["Backup on ", ["0"]], - "qcqdIh": ["You need to open the dApp to view the specific content."], - "qcybNQ": ["Proposal"], - "qdyV/M": ["News"], - "qhKyO3": ["Withdraw ", ["0"]], - "qkhZxp": ["Created a SmartPay wallet on Polygon network."], - "qp8fKi": ["By confirming means that you agree to bear the possible risks above."], - "qqWcBV": ["Completed"], - "r3OcML": [["mins"], "min"], - "r92tNP": ["Failed to authorize Google Drive. Please try again."], - "rBLzKv": ["Max fee is higher than necessary."], - "rCsoea": ["Manage Token List"], - "rG3WVm": ["Select"], - "rJZPaP": ["No activities found."], - "rKY/BK": ["Classics Logo"], - "rLgPvm": ["Backup"], - "rQQGN1": ["Max priority fee is higher than necessary. You may pay more than needed."], - "rR6iwH": ["Domain Request"], - "rWE7Lq": ["Contact deleted."], - "rWqyF3": ["Gas limit should be between ", ["minGasLimit"], " and 15.00M"], - "rYFSec": ["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."], - "rZ0rgl": ["Total Volume"], - "raCUEa": ["By granting permission, you are allowing the following <0/> contract to access your funds"], - "rcNnsQ": ["Price:"], - "re2nOO": ["Uploaded files"], - "rkMKQ0": [ - "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." - ], - "rm0yu/": ["About ", ["collectionName"]], - "rqV4QH": ["This swap isn’t supported"], - "rrvbCi": ["Network error or execute smart contract failed."], - "rulocO": ["Checking Approve"], - "ryWxhG": ["Congratulations!"], - "s/8SJ+": [ - "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." - ], - "s4Omor": ["To <0>", ["0"], ""], - "sGkv/+": [ - "Hi friends, I just deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "sOYKMU": ["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."], - "sOcZTR": ["Contract Deployment"], - "sQJ3RN": ["Max priority fee is too low for network conditions."], - "sQTDWu": ["Allow us to collect your usage information to help us improve Mask."], - "sSkbaZ": ["Request timed out."], - "sWsox7": ["Follow Lens handle"], - "saHPqg": ["Claim your Lucky Drop."], - "sb9Y58": ["Wallet"], - "siroPf": ["Mask Network"], - "sxkWRg": ["Advanced"], - "szNWi8": ["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."], - "t+A5fr": ["Gas price should be greater than 0"], - "t/YqKh": ["Remove"], - "t2prdI": ["No search results"], - "t3rUZr": ["Sign-in Request"], - "t6bQQD": ["Send authors tips by using Mask Network's Tips function."], - "t6md+W": [ - [ - "0", - "select", - { - "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], - "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""], - "other": [] - } - ] - ], - "t8dIOP": ["Spam"], - "t91sWs": [ - [ - "actionType", - "select", - { - "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], - "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], - "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""], - "other": [] - } - ] - ], - "t9m1iP": ["Spam reported."], - "tARYn/": ["NFTs Profile"], - "tCAZi9": ["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."], - "tG9G+b": ["File Service"], - "tHoyBc": ["Please connect ", ["0"], " before using dApps."], - "tIW5Jt": ["No matched tokens"], - "tKJ7ee": ["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."], - "tOL6AP": ["Adjust Selection"], - "tOMnvw": [ - "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." - ], - "tPeNU7": ["This network name already exists"], - "tRRE1h": ["1 ", ["0"], " claimed."], - "tXkhj/": ["Start"], - "tbOs8j": ["Confirm Swap"], - "tcHpvG": ["Change Owner"], - "tfDRzk": ["Save"], - "thX7xs": [ - "The network with chain ID ", - ["formChainId"], - " may use a different currency symbol (", - ["0"], - ") than the one you have entered. Please check." - ], - "tiX/tO": ["Address: <0>", ["address"], ""], - "tj48De": ["Connect Social Account"], - "tjbyOy": ["Project details"], - "tk+uyz": [ - "You've approved ", - ["0"], - " for ", - ["1"], - ". If you want to revoke this token, please set spending cap amount to 0." - ], - "toDFSK": ["Wallet sign succeeded."], - "tst44n": ["Events"], - "tuOw4x": ["Make It Encrypted"], - "tx1x9k": [ - "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." - ], - "txEVTf": ["No Listings"], - "ty2gt9": ["You need to follow the creator of the lucky drop."], - "u2OWVJ": ["Disconnect failed."], - "u2Srv1": ["Claim your Airdrop"], - "u3ZeYl": ["Transaction failed"], - "u689pQ": ["Ends in ", ["relativeEndTime"]], - "uAQUqI": ["Status"], - "uBAxNB": ["Editor"], - "uF9ruK": ["Saving"], - "uJQLj9": ["Connect and switch between your wallets."], - "uSMfoN": ["Verify"], - "uip9JY": ["I wrote down those words in the correct order"], - "ujpEaI": ["Please connect your wallet"], - "uqF4Nm": ["Blockchain:"], - "usVwcn": ["No anti_whale(Unlimited number of transactions)"], - "uv94aG": ["Added by user"], - "uv9cwh": ["Bridge Network fee"], - "uyJsf6": ["About"], - "v01kR+": ["NFT PFP"], - "v7U98p": ["Failed to claim Lucky Drop."], - "vH2C/2": ["Swap"], - "vLXevL": ["Transaction cost"], - "vOx+Me": ["You can withdraw the remaining balance 24 hours after sending the lucky drop."], - "vVEene": ["View your Tokens and NFTs"], - "vXIe7J": ["Language"], - "vXygio": ["Not enough data to present."], - "vel6Z1": ["Request Source"], - "vhlM+H": ["Withdraw ", ["0"], " for savings."], - "vhqFTT": ["Can't find a valid user address data source."], - "vutynE": ["Enable plugin"], - "w0e0yw": ["Gas limit must be at least ", ["0"]], - "w1ctdJ": ["Encrypted Post"], - "w3t1Hw": ["Powered by <0>Go+"], - "w4oOEJ": ["Mask Community $ARB Giveaway"], - "w9Xmw/": ["Google Drive"], - "wCtp6y": ["Your Wallet is on **ready 🚀**"], - "wDnczW": ["Optimize the display of search results about ENS in social media."], - "wGtbaw": ["Amount per Share"], - "wMHvYH": ["Value"], - "wNecg9": ["Multiple transaction requests ", ["0"], " / ", ["1"]], - "wNxsb2": ["Reject ", ["totalMessages"], " Transactions"], - "wThGrS": ["App Settings"], - "wUlAUI": ["<0>@", ["currentUserId"], " connected already."], - "wYA1q/": ["Auto report the scam links to MetaMask"], - "waXvJd": ["NFT is not minted yet."], - "wbDTs9": ["Request timed out"], - "wqppGn": ["Permissions List"], - "wvJOId": ["This ENS does not exist or not be resolved."], - "wxZZWc": [ - "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." - ], - "wxfXhJ": ["Scam tx"], - "x0PhCN": ["Disconnected successfully."], - "x4f8pZ": ["Tips"], - "x5LEuB": ["Followers"], - "x6rEou": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "xBXg0L": [ - "No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk." - ], - "xC6eGY": ["Mint function"], - "xCJdfg": ["Clear"], - "xCcvjC": ["Set up NFT PFP successfully"], - "xDAtGP": ["Message"], - "xDO6ZN": ["Plugin switch"], - "xEQZ4z": ["Use text encryption"], - "xEX/9S": [ - "No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk." - ], - "xFCCR4": ["Please enter the correct mnemonic words, private key, or upload the correct keystore file."], - "xGVfLh": ["Continue"], - "xH6cn+": ["Choose Token"], - "xIxVmH": ["Unlock ", ["0"], " NFT contract."], - "xPSvu3": ["<0>", ["websiteCount"], " ", ["0", "plural", { "one": ["Website"], "other": ["Websites"] }]], - "xTQLHC": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Install @masknetwork to get yours." - ], - "xeiujy": ["Text"], - "xjhtsV": ["Chain"], - "xoKE3v": ["Disable Permit"], - "xuKB2x": [["0"], " deposited."], - "xupcu9": ["Speed Up"], - "y/+ReV": ["No any collectible is available for preview. Please add your collectible here."], - "y/kxxM": ["Priority fee"], - "y2i17G": ["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."], - "y3juHh": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "y3qyKP": ["NFT Lucky Drop created."], - "y49awp": ["Set NFT Photo"], - "y5aRAa": ["Please enter cloud backup password to download file."], - "y62Dys": ["Network fee"], - "y6VCOb": [["0"], " Mins"], - "y6sq5j": ["Following"], - "yC/GKd": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." - ], - "yD15Uj": ["Are you sure to remove this wallet?"], - "yDUr0V": ["Lucky Drop refunded."], - "yFpcbN": ["This request may be a phishing attach. I understand this and want to continue."], - "yFrxQj": ["Mnemonic word"], - "yGyJ1l": [ - "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." - ], - "yHrAv+": ["Claim Lucky Drop with ", ["0"], " claimed."], - "yKu/3Y": ["Restore"], - "yNBZ3N": ["Enter gas limit"], - "yNu9vD": ["The wallet address already exists."], - "yQE2r9": ["Loading"], - "yQqkIK": ["24H Average Price"], - "yRuvmU": ["The mnemonic words has been copied, please keep it in a safe place."], - "yTZe+y": ["Snapshot"], - "yVnV6H": ["Please write down or copy these words and save them in a secure place."], - "yVzBCJ": ["NFT Lucky Drop claimed."], - "yZhedI": ["Gas fee settings"], - "yb/fjw": ["Approval"], - "ybuu1v": ["Oops, we can't find any results."], - "ygW4tI": ["Please connect your persona"], - "yik0Qu": ["Private Key"], - "ykiu3o": ["NFT Details"], - "ylUhBz": ["Click to retry"], - "ylXk9u": ["Encrypt the message in an image"], - "yqc6uX": [ - "This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing." - ], - "ywDBfs": ["Something went wrong!"], - "yx/fMc": ["High"], - "yz7wBu": ["Close"], - "yzF66j": ["Link"], - "z+H8bd": ["Your wallet does not meet the eligibility criteria for claiming."], - "z/3+av": ["License:"], - "z1i6et": ["Failed to ", ["0"], " NFT contract."], - "z27gFg": [ - "If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it." - ], - "z7Fh2l": ["Base fee required: ", ["MIN_BASE_FEE"], " Gwei"], - "z9HeHt": ["Create a Privy Wallet"], - "zBPjcC": ["Revoke the approval for token"], - "zBUJYA": ["The approval for this contract will be revoked in case of the amount is 0."], - "zBftr8": ["Claim NFT Lucky Drop"], - "zEZe86": [ - "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." - ], - "zGTAja": [["claimed"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], - "zJlXbX": ["NFT"], - "zPar3e": ["Collectible"], - "zX9KdB": ["No following friends."], - "zXagFp": ["Copy Address"], - "zZk9Yz": ["Purchase"], - "zga9sT": ["OK"], - "zgqgNP": ["Purchasing...."], - "zkEW09": [ - "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" - ], - "znqB4T": ["Insufficient balance"], - "zp7Ha3": ["Backup Failed"], - "zwBp5t": ["Private"], - "zxrGeO": ["Gas limit must be bigger than ", ["minGas"], "."], - "zzDlyQ": ["Success"] - } -} +{"messages":{"++B0oY":["This function has been turned off in the App settings. Enable plugins to fully access."],"+01Ill":["Change to Solana Wallet"],"+5hgHR":["Are your sure you want to disconnect? You may lose part of functionalities of this website."],"+95jK3":["Gas limit too low will cause the transaction to fail."],"+A4TPN":[["0"]," NFT contract"],"+CzAt9":["Previous unfollow transaction is in processing, please wait and try again."],"+IEBAO":["Approve amount"],"+K0AvT":["Disconnect"],"+POswt":["Sell Tax: ",["0"]],"+Qcnh5":["Please select the appropriate method to restore your personal data."],"+W8dUJ":["Tap to view the private key <0/> Make sure no one is looking at your screen"],"+XyQiK":["Agree"],"+Zuhm7":["Support Identity code, private key, local backups or cloud backups to access your personal data."],"+adBn3":["Chrome - external extension"],"+b7T3G":["Updated"],"+fTqvl":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"],""],"+hwfjv":["Please select the wallet to activate the function after saving the settings."],"+m7PfT":["Deleted successfully"],"+m7x4e":["Backup Successful"],"+q+Wa9":["Swap anyway"],"+uISZO":["Incorrect Password"],"+ubcPw":["No power"],"+xKN8I":["<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later."],"/2nH6X":["Make another Bridge"],"/7tku+":["Try"],"/BI0y9":["Refunded"],"/Dk+nX":["More on ",["0"]],"/I3RSJ":["Report Spam"],"/JOEaC":["Deploy Smarty Pay wallet"],"/KseE7":["Delete File"],"/LkuGq":["Restore from a previous database backup"],"/OPmPQ":["Verify ",["0"]],"/Swcdo":["Failed to swap"],"/WfDJy":["If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets."],"/capO6":["Failed to deposit ",["0"],"."],"/eguJc":["Uploading"],"/fo6Dv":["Gas Limit (Units)"],"/giXwU":["Medium Risk"],"/hKQcr":[["seconds"],"s"],"/jQctM":["To"],"/nT6AE":["New password"],"/riTT2":["Pinned successfully."],"/uEw9z":["Your X account authorization has timed out. Please try again."],"/vtDGO":[["0"]," is connected to these sites, they can view your account address."],"/xrk7I":["FAQ&Tutorial"],"/y/pZ3":["Select a Token"],"0+3dvg":["This NFT didn't have any offers."],"0/eoR6":["Revoking"],"00b9QG":["Set Your Payment Password"],"01DWy7":["Click the settings icon to list it on the App board."],"04MqGo":["Post content:"],"09vHB+":["Failed to decrypt."],"0C6WdO":["Upload backup"],"0D4bav":["Name or Contract address e.g. USDC or 0x234..."],"0F4ogS":["Payment Password should be between 6 and 20 characters."],"0HnKBn":["Hide mnemonic words"],"0Lp4o6":["Load failed"],"0M//Nn":["The Persona is connected to the following accounts: ",["list"]],"0ZC72+":["Connected successfully."],"0bKGbK":["No past rounds found."],"0caMy7":["History"],"0dFHbr":["Confirm swap risk"],"0fljZe":["Trading Route"],"0hFUd/":["You must give the ",["0"]," smart contract permission to use your ",["1"],". You only have to do this once per token."],"0jddIP":[["0"]," members"],"0lBTmP":["You need to hold any of the following tokens."],"0oFu/K":["No Lucky Drops claimed"],"0oMKRL":["Delete Contact"],"0tdB+o":["Enable the ",["name"]," Wallet extension and disable other wallet extensions"],"0wJVK+":["Basic"],"0wdd7X":["Join"],"0wzWAN":["Why I can't vote?"],"0xXDLS":["View your profile in firefly"],"0yPSCj":["High Risk"],"0yf3iU":["Wallet sign cancelled."],"1+6BOG":["Download Backup"],"1+P9RR":["Switch to ",["0"]],"11kmCI":["We are not aware of any code that prevents the sale of tokens."],"199DuV":["Display specific information of Gitcoin projects, donate to a project directly on social media."],"1DwbcE":["Loading...."],"1EOhmY":["Rank #",["0"]],"1LkMSp":["Add Suggested Token"],"1M8xFP":["Transaction with extremely low slippage tolerance might be reverted because of very small market movement."],"1QJyuR":["At most ",["RED_PACKET_MAX_SHARES"]," recipients"],"1QfxQT":["Dismiss"],"1R2W/B":["This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup "],"1TNIig":["Open"],"1TaavV":["Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase."],"1Uqt6P":["Disconnect Wallet?"],"1Wbxhe":["This profile can not be followed: ",["0"]],"1Z++2X":["The Persona is not connected to any accounts."],"1agbuA":["Functions that can suspend trading"],"1bTY60":["Token Value"],"1kE7ob":["Network saved"],"1mjyN6":["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."],"1nMGEs":["Personas"],"1njn7W":["Light"],"1on6yK":["How to use ",["0"]," Wallet?"],"1rsf+c":["After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup."],"1xwmzN":["Switch to other accounts"],"2/N/mr":["Connect with ",["providerName"]],"22QmCQ":["The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"28ABhV":["Connect EVM Wallet"],"29b5Sq":["Blocto only supports the Flow chain."],"2CMLgZ":["Token ID separated by comma, e.g. 1223,1224,"],"2FYpfJ":["More"],"2GHENQ":["Web3 Profile"],"2J5wRx":["Failed to get quote information"],"2Lr4ie":["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."],"2MPu+c":["Priority Fee (GWEI)"],"2XVeKu":["Airdrop Scam"],"2Xze/r":["Block Explorer URL"],"2jQko7":["Associated Accounts"],"2kXxch":["Sorry, signature failed! Please try signing again."],"2p7WMm":["Give permission to access <0/> your ",["0"],"?"],"2saF1j":["Tax can be modified"],"2wxgft":["Rename"],"3/0KF0":["Create a Firefly.social wallet using an X account"],"34UMci":["Wallet Settings"],"38C83c":["Recovery Phrase"],"39ohdf":["Activities"],"3A/gtD":["Invalid RPC URL."],"3A/mG4":["Change Wallet"],"3AP6p1":["Public Key: <0>",["publicKey"],""],"3B4jmY":["Data correlation"],"3CR0qY":["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."],"3J+S3n":["Search Next.ID, X, Lens, ENS or Address"],"3OhjJ4":["Powered by <0>Mask Network<1><2/>"],"3Q5eQl":["Please click the \"Post\" button to open the compose dialog."],"3Q8dPe":["The website (",["messageOrigin"],") is asking you to sign in to another domain (",["0"],"). This may be a phishing attack."],"3SiDD1":["<0>",["user"]," burned <1>",["1","select",{"nft":["an NFT"],"name":[["0"]],"other":[]}],""],"3ThLdM":["Report on GitHub"],"3WZ1WL":["Please enter backup password to export persona private key."],"3YDnov":["Token now is hidden."],"3ZgRKI":[["type","select",{"post":["<0>",["user"]," publish a post on ",["platform"]],"mint":["<1>",["user"]," minted a post on ",["platform"]],"revise":["<2>",["user"]," revised a post on ",["platform"]],"share":["<3>",["user"]," shared a post on ",["platform"]],"other":[]}]],"3awOET":["Rank"],"3bGj61":["Claim on Firefly"],"3cAxpB":["There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price."],"3cw8FQ":["To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs."],"3dAaqV":["📃📃📃 Try to permanently use decentralized file storage on ",["sns"],". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions."],"3fpIq1":["to ",["0"]],"3iUAE7":["Backup to Google Drive"],"3kbpgO":["Gas Limit"],"3lUGN0":["Switch Persona"],"3pqzUK":["Contact added."],"3qe4O9":["Max Fee"],"3uBJPr":["File delete"],"3uQmjD":["Average"],"3ublvs":["Try token from different chains"],"3yLqgI":["Name or contract address eg. PUNK or 0x234..."],"4+VnE8":["ENS"],"42yL2J":["Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ",["encrypted"]],"43g2kf":["Only visible to yourself"],"44bNbA":["Select an NFT Contract"],"4DIYdt":["No associated wallet. <0>Add Wallet."],"4EN5JL":["Your Persona has been successfully created."],"4FvVUv":["Reset Wallet"],"4GBOoi":["Failed to create theme."],"4Gz2wC":["Failed to upload file"],"4HavhE":["Powered by <0>Mask Network"],"4HtGBb":["MAX"],"4JCJIV":["What is Web3 File Service?"],"4coHVU":["Lens Unfollow"],"4lm4o+":["Solana"],"4na5mr":["This message contains a invalid EIP-4361 message. It is better to reject this request."],"4ojMOt":["Please enter your backup password."],"4pSxwB":["Go"],"4zgT9K":["Connect Mask Network Account using your wallet."],"50QwC8":["value"],"51TkMy":["Claiming will be live until: <0> ",["days"]," d ",["0"]," h ",["1"]," m"],"51cT/A":["The minimum amount for each share is ",["0"]," ",["1"]],"51rAFB":["Please copy the following text and image (if there is one) and publish it."],"52nzPV":["Data source is retrieved from ",["0","select",{"twitter":["Twitter profile"],"facebook":["Facebook profile"],"other":[]}],"."],"55/jcy":["Hi friends, I just withdrew my deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"5Dz44N":["Set Payment Password"],"5E57TU":["Max priority fee is too low for network conditions"],"5G0lxx":["Powered by <0>Scamsniffer"],"5H/4VW":["Create a Firefly.social wallet"],"5HVoyc":["Transaction Details"],"5Jczad":["I just claimed a lucky drop from @",["0"]," on ",["1"]," network."],"5N3b5J":["Market Cap"],"5O5enn":["Enter Payment Password"],"5QfZ6O":["Contract source code verified"],"5YfW3S":["Add an encrypted comment..."],"5ZzgbQ":["Connect ",["0"]],"5e22kj":["Email verification code"],"5hFImX":["Deploy Contract"],"5i1JPS":["Never share 12-word secret mnemonic with anyone!"],"5iHe/7":["Network error, try again"],"5o2pdQ":["Create Persona"],"5s6EhU":[["count","plural",{"one":["You have recovered **","#"," Wallet 🚀**"],"other":["You have recovered **","#"," Wallets 🚀**"]}]],"5sIdhw":["Share with"],"5uFQ9j":["Please create a persona and verify your account to use this."],"623chP":["Infos"],"66J/I3":["Transaction Fee"],"678PKt":["Network Name"],"68FuwU":["URLs require the appropriate HTTPS prefix."],"68m9Nl":["Add new address to an existing group"],"6B+2/d":["Stay on top of NFT trending information, hot projects, notable transactions, etc."],"6DvbLh":["Please install your metamask wallet and set up your first wallet."],"6HT670":["Function: ",["0"]],"6IHgRq":["Backup to the Cloud"],"6IvSyW":["Token Standard"],"6RDwJM":["Tokens"],"6U+PWG":["Total NFTs"],"6Uau97":["Skip"],"6V3Ea3":["Copied"],"6VJnE7":["Note: Scams detections might not be 100% guaranteed."],"6YASel":["Invalid Network"],"6YtxFj":["Name"],"6ZZ+4S":["Load Network"],"6foA8n":["Are you sure?"],"6gRgw8":["Retry"],"6k8iqO":[["0"]," ",["1"]," bridge completed successfully."],"6knJVf":["This NFT contract cannot be modified now."],"6s8L6f":["Switch Network"],"6sbLuF":["Current results"],"6ulv1U":["Contract Owner"],"6vVuTX":["This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"7+2e01":["Network removed."],"70wH1Q":["APR"],"76Ml+j":[["0"]," NFT Lucky Drop created."],"76gPWk":["Got it"],"78Kj7O":[["0"]," NFT transferred."],"7Ae1jc":["True Token"],"7Bj3x9":["Failed"],"7PPwVf":["Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted."],"7PgtYC":["Set NFT Avatar"],"7QptC5":["Auto-lock Time"],"7R2WG+":["Decrypted by Mask Network"],"7VpPHA":["Confirm"],"7c99ux":["Contract Deployment ",["0"]],"7cg5cq":["unique contributors"],"7eFA2G":["Failed to revoke token contract."],"7hZyUn":["Processing Deposit"],"7k2lei":["Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later."],"7lnlzl":["Claimed ",["amount"]," $",["0"]," successfully."],"7qUM2b":["Open Mask Wallet"],"7s5tLo":["Allow this site to switch the network?"],"7w1rTm":["The download link is expired"],"7yziEn":["This request has been expired."],"8+xvyR":["Blockchain"],"82+n6o":["Quote Route"],"869iq0":["Transferring asset across to the ",["0"]," network via the ",["1"],"cross-chain bridge"],"87Poy7":[["0"]," ",["1"]," NFT contract."],"88+Eku":["Provide you with fast, reliable and convenient security services."],"89kDhv":["NFT collection"],"8BsgdX":["Failed to get permissions"],"8C8O9E":["Provided by plugin \"",["0"],"\""],"8Dh77Z":["NFTs"],"8IN0ph":["No more data available."],"8J7y6E":["Deposit ",["0"]," for savings."],"8Kly2P":["Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token."],"8MJFvR":[["0"]," Risky factor"],"8N1Wbf":["This token has no risky or attention factors."],"8RF/Sx":["Added successfully"],"8S5o5V":["Share and recommend this feature after saving."],"8TMaZI":["Timestamp"],"8Tg/JR":["Custom"],"8WLjqx":["Never share the 12-word secret mnemonic words with anyone!"],"8ZsakT":["Password"],"8bgRf6":["Can not follow: ",["0"]],"8djViz":["Step ",["step"],"/",["step"]],"8glx+u":["Token ID"],"8rElAH":["Image copied!"],"8wEOMN":["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"9+VwX/":["Add Collectibles"],"9KKhJV":["Signing ..."],"9VcshJ":["Enable auto paste"],"9Y1kXO":["Payment password stored locally and you could try as many as you want to unlock your wallet."],"9bG48P":["Sending"],"9cDpsw":["Permissions"],"9cSIbb":["Click on <0/> at the top-right of your browser."],"9d/Qe4":["Service Agreement"],"9hg9mc":["Downloading"],"9hzYBR":["Failed to download and merge the backup: ",["0"]],"9jba96":["Only TypedMessageText is supported currently."],"9kIgHE":["This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet."],"9lqqpY":["Invalid email address."],"9oP21f":["My vote"],"9oq2rm":["Functions with retrievable ownership"],"9q+I38":["Your voting power"],"9r9nwF":["Identical"],"9sjcnZ":["Disconnected."],"9tG0uf":["Please verify your social account"],"9uYu7e":["You haven't uploaded any files yet."],"9w2hgY":["Paste manually"],"9xaUMG":["General user"],"A+Ijr2":["Close [Check Security]?"],"A0VzMm":["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."],"A1bmDM":["No verified account found here."],"A1taO8":["Search"],"A3Ndml":["Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop."],"A4vJQr":["Set your NFT as profile picture with exclusive aura."],"A6JChW":["The transaction was complete and has been recorded on blockchain at ",["0"]],"A9tojF":["Incorrect password"],"AElxM7":["Transfer ",["0"]," NFT."],"AJNYYr":["Refund Lucky drop"],"AKLbfQ":["Restore Database"],"AMJWWT":["Likely in < ",["estimateSecond"]," seconds"],"ANYjcp":[["shareWithNum","plural",{"one":["1 friend"],"other":["#"," friends"]}]],"ANk/Zy":["Incorrect Backup Password"],"AOPSKq":["Deposit ",["0"]],"ASNDad":["Hide ",["name"]],"AV+9wg":["Re-enter"],"Ah4d0u":["Security Detection"],"AjVXBS":["Calendar"],"Ap948/":["Listed"],"Appw6V":["No NFTs found."],"Aq+O0x":["status"],"AuXfDa":["Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards."],"AuvDq6":["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"],"AwQpq/":["Click on the down-arrow to see the private key."],"AxPAXW":["No results found"],"AxdOHo":["Pair"],"Axp2cZ":["24 Hour Trading Vol"],"AyLiVq":["Scan QR code to receive payment"],"B1T4nn":["Confirm the Lucky Drop"],"B6C0XJ":["No Data"],"B8B8TU":["Verified by ",["0"]],"BAvIGC":["Withdraw token"],"BFhvNB":[["0"]," ",["1"]," NFT contract successfully."],"BMCVM3":["Wallet Sign"],"BQHQ9v":["No websites connected to this wallet"],"BQi2Kk":[["0"]," were claimed"],"BUXiPs":["This Chain ID is currently used by the ",["0"]," network. "],"BWSJkS":["No Airdrop Scam"],"BXixGM":["Use Persona to encrypt and decrypt social media posts & messages."],"Ba6uFH":["Create your NFT Lucky Drop."],"BaU+dx":["Connect your social platform accounts."],"Baj2MJ":["Savings"],"BaoXTT":["<0>Powered by<1>OKX<2/>"],"BiGQfG":["Transaction Hash"],"BkN2qg":["<0>Service Agreement and <1>Privacy Policy"],"BmN4Bk":["Aggregator"],"ByAMF+":["Risk Warning"],"ByPj1d":["Request ID"],"BzEFor":["or"],"BzfzPK":["Items"],"C0JhYS":["Change Network"],"C2/uLW":["Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned."],"C3Wgzy":["You have claimed ",["0"]," $ARB."],"CCIrQ8":["Fake Token"],"CE+M2e":["Info"],"CEk7Nc":["At least 6 characters"],"CFPbpH":["The new passwords don't match"],"CJviCK":["<0>",["user"]," proposed"],"CK1KXz":["Max"],"CMHmbm":["Slippage"],"CMfM6C":["No Enough Gas Fees"],"CP3D8G":["Progress"],"CT10+i":["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."],"CTSEx8":["<0/> publish a post on ",["0"]],"CU3U3d":["Try to recover"],"CWsYB3":["Welcome Back"],"CXHRbe":["Wallet request timed out"],"CYRJEX":["Owners"],"CZSWya":["NFTs added"],"CZmSbe":["Request is valid not before"],"Cf/0to":["Data source is retrieved from ",["0"],"."],"Citz6F":["Exchange"],"CkLMZ2":["File delete failed"],"CmMDVW":["<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction."],"CpciBt":["Switch to Polygon and Follow"],"CtByM7":["Connect Wallet"],"Cwxng+":["Supported formats: JPEG, PNG<0/> Size limit: ",["0"]],"Cy19fm":["View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline."],"CygwLN":["Swap completed successfully."],"Cz6Lx7":["Encryption Method"],"D79cZK":["Instant"],"D9iWaX":["Please check ToS document"],"D9za/8":["Missing dex contract address"],"DA2uGM":["Click the application icon to hide in the App list."],"DAFhfT":["There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"DC3sw8":["Two entered passwords are different."],"DHhJ7s":["Previous"],"DKBbsW":["Gas price must be greater than 0 Gwei."],"DPfwMq":["Done"],"DYoO0m":["Token quantity greater than"],"DdUFp+":["The transaction was confirmed at ",["0"]],"Dk6Non":["Whitelist function"],"DkHkqH":["Recommended dimensions: 1016 × 672 px"],"DnmyoA":["Priority fee should be greater than 0."],"DoQ5Lj":["RPC URL"],"Dpe+e3":["Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet."],"DtZDW+":[["0"]," (UTC+8)"],"Du6bPw":["Address"],"DuIDTw":["To verify your X account and record it on the NextID, please send this post for the verification."],"Dz56Ua":["Encrypt"],"E399AQ":["<0>",["user"]," bridged <1>",["amount"]," ",["symbol"]," from <2>",["source"]," to <3>",["target"],""],"E6HGuD":["Check out the official website"],"E6Sqiu":["Failed to load ",["0"],". Click to retry."],"E6YUtc":["Merge to Browser"],"E7prOW":["<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature."],"EBC6hj":["Local Backup"],"EGWr+Q":["Web3 Profile Card"],"EJRk0x":[["gasOptionType","select",{"slow":["Slow"],"normal":["Average"],"fast":["Fast"],"custom":["Custom"],"other":[]}]],"ELQ256":["Make another Swap"],"EMLHjH":["More Details"],"ENIvoT":["Please set up the amount of time before we automatically lock your wallet."],"ERYJcj":["Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers."],"EStYiZ":["No proxy"],"EVFPUv":["Transfer NFT"],"EYwKb0":["Gas Price (GWEI)"],"Ea4oxV":["Follow System"],"EbE80y":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post."],"EbVCxG":["<0/>",["txType","select",{"deploy":["deployed"],"execute":["executed"],"other":[]}],"<1/>"],"Eda+dy":["🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ",["encrypted"]," to send your first encrypted tweet."],"Eefe1a":["The input is not a single file."],"EfAke+":["<0>",["user"]," voted for <1>",["option"]," on <2>",["platform"],""],"Eh4m6e":["<0>USD Value<1>$",["0"],""],"Enb3Qk":["You claimed 1."],"EoKe5U":["Domain"],"EsKgLS":["Click here to have a quick start."],"Ev2r9A":["No results"],"EwiD7E":["Confirm Payment Password"],"F/pYeX":["Create NFT Lucky Drop"],"F3bW6y":["Platform"],"F4Igxz":["Quote route"],"F7U8uz":["Creating your **wallet**"],"F8VT6y":["Failed to transfer NFT."],"F8Wc3I":["Drag & Drop your file here"],"FAKSZG":["Add google Drive"],"FC17bL":["<0>Powered by <1>Mask Network"],"FGceVy":["Owner can't change balance"],"FMQ6p2":["You've already claimed the lucky drop"],"FR2cx3":["Anti_whale(Limited number of transactions)"],"FY2gWe":["The contract address is incorrect or the collection does not belong to you."],"FZg3wM":["Operation"],"FfJy7A":["Manage Network"],"FgAxTj":["Log out"],"Fgyfqo":["Amount Each"],"FiKDfi":["Failed to unlock NFT contract."],"FiYmUY":["No associated accounts"],"Fim3FY":["Download https://mask.io to try more powerful tools on Twitter."],"Fn9Tvh":["Volume (24h)"],"FnQek5":["Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request."],"FnjSI+":["Not current account. Please switch to this account to set up NFTs Profile."],"Fs/bd5":["Invalid Block Explorer URL."],"FzzpXs":["Sale ends in ",["0"]],"G+XYfT":["Do you want to delete file <0>",["0"],""],"G4NrhP":["Persona created."],"GAZNIW":["Price Statistic"],"GAvnvl":["Payment Password"],"GDe4XX":["Please connect wallet to check if you are eligible to claim $ARB."],"GEL05h":["WalletConnect"],"GExRUL":["Backup password"],"GHvzdC":["No content for the last two weeks."],"GK6Tzr":["Persona Sign"],"GLDuz6":["May be a honeypot."],"GRLMKx":["Winners"],"GS+Mus":["Export"],"GS0ldX":["Unsupported network type"],"GShMK6":["Refunding"],"GTJCth":["The contract owner is not known to be able to modify the balance of the token of other addresses."],"GWCG6Y":["Copy image"],"GWKfFr":["To use Lido, you need to wait ",["0"]," days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1."],"GWMpIa":[["0"]," Risky factors"],"GXhrYw":["1. If you haven't installed the ",["name"]," Wallet"],"GXsAby":["Revoke"],"GZzKYx":["Buy Tax: ",["0"]],"GaH2JF":["Suggest to send transactions and sign messages"],"Gia1VG":["Web3 File Service"],"Gmmd6d":["Verify your X ID"],"GrTvoo":["Transaction in progress. Thank you for your patience."],"GtJJAj":["Add Wallet"],"Gw91G1":["This request should only be sign in the future."],"GyvZPz":["Token ID should be separated by comma, e.g. 1223,1224,"],"H1v3zR":["Insufficient ",["0"]," Balance"],"H8rw2f":["(the name is set by the web site)"],"HCKlXm":["Token Contract Address"],"HF6C2L":["Phone Number"],"HFVck2":["Lucky Drop with ",["0"]," refunded."],"HGTZAO":["Step 2/2"],"HH25qd":["No wallet selected."],"HIq3th":["Cannot switch to a unknown network."],"HKH+W+":["Data"],"HTX2HV":["Minimum received"],"HVRhUV":["By proceeding you agree to the"],"Hp1l6f":["Current"],"HpK/8d":["Reload"],"HqiAyF":["Gwei"],"HvDfH/":["Imported"],"HvUm3m":["Choose and show your Web3 footprints on X."],"I4caYo":["Invalid verification code."],"I5kL4f":["Activity Log"],"I7z//Y":["Trading route"],"IBAx3U":["Kept safely"],"IF7RiR":["Cover"],"IGbphl":["Unlocking ALL..."],"ILvrUp":["Unlikely to be a honeypot."],"IMX4sR":["Blacklist function"],"IQ3gAw":["Upload File"],"ITBQO3":["Max priority fee must be greater than 0 GWEI"],"IUG86v":["The Persona is connected to the account @$",["0"],"."],"IUp08P":["The current wallet does not hold a lens and cannot follow/unfollow"],"IX1M/E":["Floor price"],"IXbRbM":["Choose another wallet"],"If2v4h":["Lucky Drop"],"IhnvgP":["Change to EVM Wallet"],"ImhKg5":["Could not fetch chain ID. Is your RPC URL correct?"],"IoAuJG":["Sending..."],"IrI9pg":["End date"],"Iu4Ja9":["Please enter token contract address."],"J05/Al":["Set NFT NFT Background"],"J0LAHU":["Refund"],"J0Mxpc":["The ",["0"]," is in progress. You can check its status in History after exiting this page."],"J24FyN":["Bridge"],"J2eKUI":["File"],"JA8K9s":["Unpacking"],"JGds+N":["Lack of number, letter or special character."],"JGpseC":[["0","plural",{"one":["This domain is"],"other":["These domains are"]}]," currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"JLiwYz":["Mask Network requires the permission of following websites before using it."],"JOP9uZ":["Transaction has been rejected!"],"JPHuMW":["Swapping"],"JUcj/I":["Switch X Logo"],"JXJlYD":["Set Your Persona Name"],"JbKZsv":["Scan the QR code with a WalletConnect-compatible wallet"],"JeHCi7":["No function found that retrieves ownership"],"JfI60y":["Incorrect Payment Password."],"Jg5pf7":["Current base fee is ",["0"]," Gwei"],"JiIKww":["Advanced Settings"],"JlFcis":["Send"],"JlIzk8":["Browser File"],"Jnjbl3":["You need to follow <0>@",["twitterHandle"],""],"Js4Nk0":[["0","select",{"finding_post_key":["Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you."],"finding_person_public_key":["Mask is looking for the public key of the author..."],"other":["Mask is decrypting..."]}]],"JuVC24":["Deposit token"],"JwzZmt":["to <0>",["toAddress"],""],"K1tshY":["Failed to download image"],"K5a6t1":["Persona already exists."],"K7tIrx":["Category"],"K8jCIB":["Data backed up successfully!"],"KAS4UW":[["0"]," Attention factor"],"KCeSRZ":["We will need to verify your Twitter account and record it on the NextID. Please post it for validation."],"KFYFgI":["Wallet sign failed."],"KFwID2":["Restore Failed"],"KGHnSc":["Lock Wallet"],"KJGKkh":["EVM Chains only"],"KMgp2+":[["0"]," available"],"KPUGxy":["Random Amount"],"KRz1oj":["Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X."],"KTfagY":["Lucky drop with ",["0"]," created."],"KVAoFR":["unlimited"],"KVkke3":["Set NFT PFPs"],"KWeNH6":["Unlocking ",["hasSymbolName"],"..."],"KisOjk":["Restore or Login"],"Kj4oEm":["Generate a new persona"],"Kl9gHp":["Wallet Group #",["0"]],"KmQ25M":["Max priority fee is too high for network conditions."],"KnidLU":["Not Connected"],"Ko4L/B":["The receiving address is a contract address. Please check again."],"KojyJ4":["Wrong Network"],"Koz2Rg":[["0","plural",{"one":["Action"],"other":["Actions"]}]],"KtMMzG":["Wallet disconnected"],"KwJJLb":["<0>Powered by <1>",["0"],""],"Ky09J8":["Previous follow transaction is in processing, please wait and try again."],"KziH2K":["Fast"],"Kzu9r9":["24H Traded Volume"],"L+bpwv":["Please set up backup password to export private key."],"L4vN0F":["EVM"],"L82H5Z":["Creating your **identity**"],"L87Mfu":["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."],"L96aan":["View full transaction details"],"LBtfmO":["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."],"LJkXYZ":["Create New Mask Identity"],"LLf+t1":["No deposit protocols found."],"LNItR6":["You have set NFT PFP successfully."],"LP+1Z7":["Add Network"],"LSwUJb":["Select Liquidity"],"LU3p9s":["Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account."],"LWJCIn":["Connected sites"],"La9ArN":["<0>Powered by ",["publisherNode"]],"LcET2C":["Privacy Policy"],"LcZh+r":["Unsupported data backup"],"LhMjLm":["Time"],"Lho4Qd":["DSearch"],"LiE5z4":["Max base fee should be greater than 0"],"LigbuA":["In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension."],"LkYKvc":["Please select the correct words in the correct order."],"LqWHk1":["Hide ",["0"]],"Lx4CpL":["Wallet name must between 3 to 18 characters."],"Lz7CzN":["No mint function"],"Lzo8mb":["Claimed: <0>",["claim_numbers"],"/",["total_numbers"]," <1>",["0"],"/",["1"],"<2><3>",["tokenSymbol"],""],"M0FgOk":["Add Contact"],"M1RnFv":["Expired"],"M1ts1r":["View your address"],"M24E85":["This address is a contract address."],"M4g1UJ":["Contract Interaction"],"M7ZGdw":["2. If you have installed the ",["name"]," Wallet"],"M9OYUo":["Please try again if you failed to vote."],"MC00Lm":["Scan QR code with WalletConnect-compatible wallet"],"MEIAzV":["Unnamed"],"MKEPCY":["Follow"],"MOHcKb":["Enter a max priority fee"],"MQ9hQ4":["DAO"],"MR/0Va":["All Mask Network users"],"MTqQMG":["Not set"],"Mh3RsB":["Best Wishes!"],"Mi8ATZ":["The token approval revoked."],"Midntl":["Download report"],"Mm1aH+":["Proxy contract"],"MpnSqP":[["0"]," Pending"],"MqdtT5":[["0"]," Bridge Network fee"],"MyjAbr":["Resend"],"N/fqDa":["Ens or Address(0x)"],"N0YrmD":["Valuables"],"N0tcou":["Claiming..."],"N2DUxS":["Insufficient Balance"],"N2S1rs":["Empty"],"N2aeX8":["No valid wallet detected. Please connect wallet or verify wallet firstly."],"N40H+G":["All"],"N5GKfB":["Tax cannot be modified"],"N6/RZd":["Sorry, failed to save NFT Avatar. Please set again."],"N931rj":["Your transaction should be done in <0/>"],"NERSN2":["or Holding NFT"],"NJbBmC":["Switch Twitter Logo"],"NOi+Fr":["This QR includes your identity, please keep it safely."],"NTnXx/":["<0/> unapproved <1>",["0"],""],"NVt/wW":["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"NWqhru":["Reselect"],"NZ7wlC":[["0"]," Holder"],"Na6Ytj":["Change NFT PFP"],"NaZTE7":["Incorrect Mnemonic Words."],"NdlvGd":["Claim Details"],"NfxOUe":["Enter Total Amount"],"Ng063n":["Donate"],"Nhp9Kw":["Exceeded the maximum file size of ",["fileSize"],"."],"NkgvWN":["Logout failed"],"NloaHG":["Backup Password"],"Ns5WaC":["No backups found"],"Nu4oKW":["Description"],"NwibRO":["Supported contracts"],"NzlE6O":["By granting permission, you are allowing the following <0/> contract to access your NFTs."],"Nzm8dm":["Example: Alice"],"Nzwli2":["Base"],"O2XHf2":["Check ",["providerName"]," to confirm connect."],"O3Nzf+":["Bridge between this token pair are't supported at the moment."],"O3oNi5":["Email"],"O86J+j":["This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud."],"O8PsYe":["Add the file to Chrome's database"],"OAZ+tI":[["attentionFactors","plural",{"one":["#"," Attention item"],"other":["#"," Attention items"]}]],"OAfk3i":["Hash"],"OCJdad":["<0>To: <1>",["to"],""],"OLUEnY":["when you click Add Google Drive button,you will be forwarded to Google authorization pages."],"OLY2Jk":["Gas Price"],"OQEwR/":["Create Lucky Drop"],"OR475H":["Network"],"OcvI49":["No blacklist"],"OeD4sM":["Failed to login firefly"],"OfhWJH":["Reset"],"OgPkDe":["Currency Symbol (Optional)"],"OgohfQ":["File Key: <0>",["0"],""],"OhgYJS":["Basic setting"],"OkofjH":["Recover"],"On0aF2":["Website"],"OsyKSt":["Withdraw"],"OuUyzz":["No contacts stored locally, you can try searching."],"OzSOpz":["Create a Privy wallet using an X account"],"P+K/3O":["Confirming"],"P7S/hC":["Max priority fee must be greater than 0 Gwei."],"P9wzG/":["Recovery"],"PByO0X":["Votes"],"PDW/HG":["Your Persona is on **ready 🚀**"],"PGdbc0":["Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com."],"PHM7OA":["Supported Sites"],"PI/VCJ":["Select the wallet(s) to use on this site. You should not connect to website you don't trust."],"PIG043":["Gitcoin"],"PLWaf6":["Create the Lucky Drop"],"PNZOzY":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"]," on <5>",["3"],""],"PRkIUI":["Gas Fee"],"PTXNyo":["Waiting for ",["providerType"]],"Pd3dlq":["Circulating Supply"],"PeT3a5":["You have successfully restored the backup from Google Drive to your browser."],"PiH3UR":["Copied!"],"PjBWOL":["Create your persona to get started"],"PlE+Fs":["Connect and Verify ",["0"]],"PsQmAw":["Everyone"],"Pt3n39":["No back up"],"PwjgPX":["Please create your persona to use Web3 Profile."],"Q0IFtx":["The custom amount entered may be higher than the required network fee."],"Q2lUR2":["Currency"],"Q68Nuc":["Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it."],"QF9SdB":["Split Mode"],"QHZRmq":["Sites"],"QHcLEN":["Connected"],"QJQd1J":["Edit Profile"],"QQPCqQ":["Backup Wallet"],"QRsMow":["Transaction Confirmed"],"QU9aqK":["You have signed with your wallet."],"QUBIav":["Failed to bridge"],"QWxok/":["Connect with Mask Wallet"],"QXDgyQ":["Please write down the following words in correct order. Keep it safe and do not share with anyone!"],"Qbo7Ev":["Write down mnemonic words"],"QcVZFH":["Step ",["step"],"/",["totalSteps"]],"Qd0xFm":["Refund your expired Lucky Drop."],"QowPFh":["Collectibles"],"QpgBEp":[["0"]," days"],"QsVbHo":["Sending address"],"QyZU8V":[["riskyFactors","plural",{"one":["#"," Risky item"],"other":["#"," Risky items"]}]],"QypSt2":["Update X.com Permissions"],"Qz8niP":["You may lose your assets if you give approval to the website of this token."],"R/Pfmp":[["amount"]," ",["0"]," tips sent."],"R2K7XH":["Account successfully connected to persona"],"R9aEN5":["Send ",["0"]],"RCBmDP":["Follow @masknetwork to explore Web3."],"REeHKm":["<0/> ",["txType","select",{"trade":["traded"],"mint":["minted"],"other":["traded"]}]," <1>",["0"]," ",["1"]," for <2>",["2"]," ",["3"],""],"RH8jSA":["Merge data to local database"],"RHSlVw":["Follow @masknetwork (mask.io) to claim NFT lucky drops."],"RL5m+x":["Generating your **accounts**"],"RLBjfU":["Attached File: ",["name"]," (",["size"],")"],"RNfEI8":["You canceled the request."],"ROWd/9":["Leave blank to allow any amount; enter a number to set a minimum holding requirement."],"ROWeBX":["Followings"],"ROsDRH":["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"],"RRw7LE":["Identity ID"],"RUYsn0":["Clear All"],"RW1HJz":["The receiving address may be a malicious address."],"RWoEqV":["Failed to transfer token: ",["message"]],"RZOA0N":["Find Mask Network in the extension list and click the <0/> button."],"RdfrN2":["Mint Address"],"Re7Oex":["Transaction submitted."],"RhCL4z":["Max amount"],"RiLzWA":["Please switch to this network in the mobile application wallet you are connected to."],"RiQQyz":["This allows the third party to spend ",["value"]," ",["0"]," from your current balance."],"Rm3JCH":["File name must between 3 to 20 characters."],"RqRRf6":["Created by <0>",["0"]," • <1>Website"],"RrGhwo":["File ",["0"]," deleted."],"RuO5md":[["seconds"],"sec"],"Rx8sxX":["Select liquidity"],"RxlKnY":["Lens"],"Ry8TiY":["Create Smart Pay wallet"],"S0CsaV":["Create a New Wallet"],"S0vyIh":["Owner changed."],"S2JNMm":["Your file has been successfully restore into the browser data."],"S33tz3":["Not connected"],"S6Qdlo":["Scam Warning"],"SDrb6I":["Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account."],"SGVkVp":["Two entered passwords are not the same."],"SIrUT3":["Grant access to your ",["0"]," for the Lucky Drop Smart contract. You only have to do this once per token."],"SLEDBF":["Failed to add the wallet, please try again."],"SNZM71":[["0"]," withdrawn."],"SREKz9":["Report NFT Scam Contract?"],"SUqBr9":["Refund ",["0"]," ",["tokenSymbol"]," Successfully"],"SX2UXi":["Your vote has been successful."],"SYGo/R":["Import Wallet"],"SYgxDf":["Slow"],"Sfu/we":["Failed to delete, please try again."],"ShHV7X":["Cloud Backup"],"ShmUTn":["Add a Custom Cover"],"Sitstz":["Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund."],"Sjplg3":["View on Explorer"],"SlxhDh":["Verify your wallet"],"Sp69uH":["The web site can"],"T0W3Z8":["Insufficient funds for gas."],"T0Y2+3":["Select a token"],"T3EPqL":["Max base fee"],"T3dlAs":["Quote expired. Update to receive a new quote."],"TA4fAr":["The wallet name already exists."],"TFEJcT":["Set NFT PFP"],"TIIaK1":[["2","select",{"approve":["<0>",["user"]," approved ",["0"]," to <1>",["contract"],""],"revoke":["<2>",["user"]," approved ",["1"]," to <3>",["contract"],""],"other":[]}]],"TJt1iY":["Decentralized social graph protocol for user-centric Web3."],"TNFd5O":["View real-time crypto prices, market cap, trading volume, etc."],"TP9/K5":["Token"],"TRoDRd":["Failed to deposit token."],"TYTRNP":["Eligible to claim"],"TZDLPg":["Claimable"],"Tfxac6":["This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"Tg003Y":["Connected wallets settings"],"Tl3Zls":["This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee."],"TnHNX9":["Update permission for X.com"],"ToePai":["Spend limit requested by"],"TppkTk":["<0>",["user"]," carried out an activity to <1>",["target"]," on <2>",["platform"],""],"TpqeIh":["Error: ",["0"]],"Tuc34V":["Confirm Bridge"],"Tx/jsw":["Do you need to paste encrypted content manually?"],"Tz0i8g":["Settings"],"TzarJw":["Bridging"],"UBzbea":["Recover your wallet"],"UDKbPj":["Your file has been successfully merged into the browser data."],"UFzLh1":["When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ",["0"],". Please reduce the number of NFTs selected."],"UO7xDp":[["0"]," Pool"],"UPJjXF":["Network error, try again: ",["0"]],"URAE3q":["Paused"],"URmyfc":["Details"],"UUfXpm":["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."],"UWxJIW":["Powered by Celer Network. Support $MASK!"],"UXBK7e":["<0>",["user"],"sent",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"to <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"UaXeX3":["Okay"],"UbRKMZ":["Pending"],"Udf/Es":["Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network."],"UfJmJU":["Invalid slippage tolerance."],"UjJCIX":["Contract source code not verified"],"UjRxho":["Persona Recovery Phrase"],"UmVZrM":["Failed to create Lucky Drop."],"UpqenY":["We recommend new Web3 users to keep [Check Security] open."],"UqJ0W/":["Cancel Transaction"],"Usynqd":["Gas price is too low and will cause the transaction fail"],"UtKGok":["Backup Persona"],"UvJiVZ":["There's no feed associated with this address."],"UxJ2jd":["Display Snapshot proposals on the X of the respective project or protocol."],"UxYZfY":["Revoke the approval for ",["0"],"."],"V+1pjj":["Back Up Your Data Your Way"],"V+ZuGt":["You claimed ",["0"]," $",["1"],"."],"V6YDUB":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"],""],"V6wYl1":["Total amount"],"V8j2d/":["App list"],"VAOn4r":["Unlock"],"VECuJk":["Wallet Account"],"VHShJf":["Please click Browse Files button to select files to upload."],"VHVdS1":["No votes"],"VP4HYe":["Next.ID"],"VSx1eg":["Max priority fee"],"VbeIOx":["Author"],"VcPDSd":["Unsupported key store data"],"VdhBp2":["The chainID is not equal to the currently connected one."],"VdkQUC":["Please sign up or login ",["siteName"]," to connect Mask Network."],"Vj7ma7":["Support mnemonic phrase, private key or keystore file."],"VlpdUm":["Use NFT"],"VsHxv+":["Copy text"],"VvGC/Y":[["0"]," Network fee"],"VvPeyR":[["0"]," unlocked"],"VzQ7uf":["Unknown EIP-4361 message version."],"VzQOL2":["This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap."],"W0uonA":["This QR includes your mnemonic words, please keep it safely."],"W2es+t":["Oops, it seems you don't have any voting power at block ",["0"],". <0>Learn more"],"W5OcTk":["No approved contract records."],"W7e3zN":["Are you sure to remove the connected wallet <0>",["0"],"?"],"W7rMXF":["Failed to send token."],"WAjFYI":["Start date"],"WDcQq9":["Unlisted"],"WKG5E8":["You need to hold at least ",["quantity"]," of any of the following tokens."],"WLMjwL":["Confirm to hide ",["0"],"? You can redisplay it by re-adding this token at any time."],"WS7EYf":[["0","select",{"Post":["<0/><1>",["handle"]," published a post on <2>",["1"],""],"Comment":["<3/><4>",["handle"]," made a comment on <5>",["2"],""],"Mirror":["<6/><7>",["3"]," mirrored a post post by<8/><9>",["handle"]," on <10>",["4"],""],"Quote":["<11/><12>",["handle"]," quoted a post post on <13>",["5"],""],"other":["<14/><15>",["handle"]," post stuff on <16>",["6"],""]}]],"WWPi4P":["Incorrect wallet address."],"WY8amq":["Invalid number"],"WZcvLm":["Follow Now"],"WeNxrL":[["0"]," Attention factors"],"Weq9zb":["General"],"WmXCMa":["Switch other account"],"Wqoa0p":["Connect Persona"],"WqzYn1":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"]," to <2>",["project"],""],"WsNUie":["Claimed: <0>",["0"],"/",["1"]," <1>",["2"],""],"Wvnsx1":["Auto-lock"],"Wy16g8":["Gift crypto or NFTs to any users, first come, first served."],"X0PXso":["Swap duration"],"X200Sr":["Forgot payment password?"],"X3X0nY":["You may have ",["0"],"% less received with this level of slippage tolerance."],"X6ujRd":["Be aware, check the token before adding it."],"X8N33g":["Transaction history is only stored locally and will be deleted if you clear your browser data."],"X8w6bW":["Enter Max spend limit"],"XA8JXM":["Add NFTs"],"XB3tfc":["Encrypting your **data**"],"XC7RGa":["Recover your data"],"XDtQ7t":["Display the following address on your Web3 profile page and use it to receive tips."],"XGRJzS":["Open in a new tab"],"XGqAnD":["This token contract has code that prevent selling. This might is a honeypot."],"XQDdOC":["No friends are stored locally, please try search one."],"XQQx83":["<0>",["user"]," ",["0","select",{"supply":["supplied"],"add":["added"],"repay":["repaid"],"withdraw":["withdrew"],"collect":["collected"],"remove":["removed"],"borrow":["borrowed"],"other":[]}]," liquidity on <1>",["1"],""],"XUKicg":["Step 1/2"],"XYLcNv":["Support"],"XZ/B+f":["Don't see your NFT?"],"XcWehA":["Update Quote"],"Xftpm5":["Select Collection"],"XjDSdO":["Old Payment Password"],"Xlpdi1":["on ",["fromNetworkName"]],"Xprzee":["Enter a gas price"],"XrH+JC":["IPFS"],"XrlvqN":["Who can claim?"],"XsyYEe":["This NFT didn't have any activities."],"XyAmgg":["Add wallet"],"Y7N0Sj":["View your account balance and history"],"Y9mYPy":["Powered By ",["0"]],"YF8jon":["Ended ",["relativeEndTime"]],"YKSmxE":["Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts."],"YLObqx":["Equal Amount"],"YOacnL":["Tell friends what's happening..."],"YOnK5s":["<0>",["user"]," registered ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an ENS "],"other":[]}],"for <3>",["costValue"]," ",["costSymbol"],""],"YPNSH3":["Connect Solana Wallet"],"YSi9PS":["Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events."],"YW51YO":["24H sale"],"YXIpYp":["Please verify the current persona with a social media account before using dApps."],"Yckw2R":["Fiat On-Ramp"],"YdCB5X":["Copy private key"],"YiPiv6":["There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"YirHq7":["Feedback"],"YnqCPK":["Verify Account"],"Yp8yB4":[["0"]," to ",["1"]],"Ywu8Rl":["Please connect ",["0"]," and send a proof post before using dApps."],"Z/tioj":["Swap ",["0"]],"Z16qyu":["Persona Name"],"Z3+V9p":["Restore backup failed."],"Z33XCd":["Input contract address"],"Z3FXyt":["Loading..."],"Z3S6Dx":["Step 1/3"],"Z3y+8t":["Unsupported Network"],"Z6siIw":["Switch between the classic Twitter logo and the new one."],"Z7ZXbT":["Approve"],"Z8+FzC":["Connecting your ",["providerType"]," wallet"],"Z8G4E5":["Change to Flow Wallet"],"Z8lGw6":["Share"],"ZAVklK":["Or"],"ZDcdss":["Claim Conditions"],"ZHsD28":["Enable the plugin"],"ZIsLZh":["Size limit: 10 MB"],"ZK75iC":["Choose a Cover"],"ZKAj6+":["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."],"ZQbnxO":["No collectible found."],"ZQr5hT":["Unlock Token"],"ZSWUwq":[["0"],"m"],"ZSgQgC":["Max fee is too low for network conditions."],"ZTXjJ3":["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."],"ZTmzRV":["Highest Price"],"ZdnQsW":["<0/> interacted with <1/>"],"ZgFWrp":["<0>Powered by<1>Go+"],"ZhrWG1":["Create persona"],"ZrZMJ6":["Backup failed, <0>try again"],"ZsjtYe":["Failed to set Avatar."],"Zypku0":["By using this plugin, you agree to the <0>terms and the <1>privacy policy."],"a1S2x7":["Data source is retrieved from ",["0","select",{"other":[],"twitter":["Twitter profile and "]}],["sources"],"."],"a1SmQh":["Select Wallet"],"a23gJr":["Incorrect backup password."],"a33WQ+":["Download the ",["name"]," Wallet here"],"a4C0ak":["Insufficient Balance for Gas Fee"],"a4N/Bg":["Load More"],"a5t/N3":["Spend more transaction fees to cancel the previous transaction."],"a6ONsz":["Unlock ",["0"],"."],"a7u1N9":["Price"],"a9X8Om":["Failed to report spam."],"aAIQg2":["Appearance"],"aEgiLS":["contributions"],"aF8kci":["Creation Completed"],"aFJrEy":["You need to hold any of the following NFTs in your wallet."],"aFht5e":["Connected ",["0"]," with ",["walletName"],"."],"aTzTyw":["Add Assets"],"aVI2qx":["Click the application icon to list it on the App board."],"aYT9SD":["Max fee"],"acK3j2":["Input your Private Key"],"agPptk":["Medium"],"ah8/4v":["Floor Price"],"ahNa7P":["NFT Holder"],"ahpgxl":["Please create a Persona and verify your account to use this."],"ai3VNq":["Connected Wallet"],"ajKdns":["This wallet address has already been connected."],"apl8rz":["Failed to withdraw ",["0"],"."],"aqop4L":["Check on Explorer"],"awW7ak":["Remove Wallet"],"ayxkVX":["Transaction"],"b+scYY":["Requesting Connection"],"b/mMOj":[["0"]," ",["1"]," approval successfully."],"bBzHQT":["Input amount is below the minimum amount"],"bD8I7O":["Complete"],"bEPPWi":["Connect Flow Wallet"],"bGMpPD":["Unlock NFT Contract"],"bIpwjD":["My Wallets"],"bKGn4N":["<0/> minted",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]],"bLJivk":["Select an NFT Contract Owner"],"bLmWH9":["Bridge anyway"],"bLqb2p":["<0>Latest offer at <1>$",["0"],""],"bLvQvN":["Library:"],"bQXBhp":["Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves."],"bTQliy":["This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account."],"bUUVED":["Asset"],"bapItf":["Incorrect Backup Password."],"bassMa":["Incorrect cloud backup password, please try again."],"bbS8qf":["1 NFT claimed."],"bdIrOO":["Verification code has been sent to your email. Please check your mailbox."],"bfNmSO":["Set payment password successfully."],"bnfo6T":["Sent verification post successfully."],"bnuQy5":[["0"]," files selected"],"bwlRe8":["Selecting NFTs"],"c+Fnce":["Sign"],"c+XaKf":["<0>",["formattedUser"]," ",["0","select",{"follow":["followed"],"unfollow":["un-followed"],"other":[]}]," <1>",["other"]," on <2>",["1"],""],"c19z3W":["Available Balance"],"c2MkCo":["Payment password must be 6 to 20 characters."],"cD0wgO":["Do you want to remove the verified association between the X account @<0>",["0"]," and ",["1"],"?"],"cFDjd3":["Transaction type"],"cJv4Ca":["Connecting operation cancelled in third-party wallet."],"cM1qH2":["Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media."],"cNJNBU":["Get optimized search results when you're looking for a token."],"cQYjZe":["To verify your X account and record it on the NextID, you will need to send a post for the verification."],"cVit2/":["Please set the backup password to back up"],"caP+Xq":["Crypto Holder"],"cbzSv5":["Max fee should be greater than base fee of ",["0"]," Gwei."],"chL5IG":["Community"],"clw/Xh":[["0"]," sent."],"cm4E8+":["Experience in X"],"cmKQl+":["Failed to save the file. Please try again."],"cmNbUB":["Not found your ",["providerType"]," wallet"],"cnGeoo":["Delete"],"crVIc7":["Locale Backup"],"ctb8Cs":["Dex/Est received (",["0"],")"],"cvCD4e":["Contract Creator"],"d0aemb":["Please create a persona for accessing Dapps."],"d6nk2t":[["0"]," Platform costs"],"dAMTl9":["This RPC URL is currently used by the ",["0"]," network"],"dCpOJ5":["<0/> approved with <1/>"],"dCvyk/":["Change another account and try again."],"dEgA5A":["Cancel"],"dXFgcm":["Transfer Token"],"daEP1M":["Token info"],"dajsth":["Incorrect Keystore Password."],"du/tmd":["Create your Lucky Drop."],"dyNKut":["Browse Files"],"dzAth+":[["0"]," ",["1"]," swap completed successfully."],"e0E1XI":["Max Fee (GWEI)"],"e1vdXO":["Arweave"],"e34ZOD":["Waiting time"],"e3I0CA":["Failed to restore the backup: ",["0"]],"e3hCsY":["Lido Exchange Rate"],"e4yrZ/":["Token Address"],"eC1gV9":["Invalid file type"],"eDT+Oh":["The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets."],"eE0JZ4":["Version"],"eEeK5j":["<0>Expires in ",["0"]],"ePK91l":["Edit"],"eWczg7":["Just Me"],"eaLSW8":["Persona name must between 1 to 24 characters."],"ecqLr0":["I just tipped a ",["NFT_Name"]," to @",["recipientUserId"],"'s ",["0","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["recipientAddress"],"\n\nInstall https://mask.io/download-links to send your first tip."],"eeYVJ5":["Be careful what you visit and sign!"],"ejVYRQ":["From"],"elyK4N":["Failed to unlock token contract."],"eoeq4k":["<0>",["user"]," made a comment on ",["platform"]],"ep2Wyh":["1 ",["0"]," tips sent."],"erRCKP":["File saved"],"es4h+b":["Swap Anyway"],"ezYNcH":["Pin Mask Network to the toolbar for easier access:"],"f5AidZ":["Write down recovery phrase"],"f61qKX":["Deploy a SmartPay wallet on Polygon network."],"f6pX67":["<0>0 Followers <1>0 Following"],"fDP2k4":["Change Payment Password"],"fFGPy6":["Or create a new wallet group"],"fFYJ8f":["Welcome to use Mask Network"],"fL7WXr":["Applications"],"fRQP7E":["<0>Granted to <1>",["0"],""],"fRUjl7":["Please switch to <0>@",["expectAccount"]," to continue the account verification progress."],"fUn3xA":["Generate a new wallet address"],"fc4PdK":["The RPC URL you have entered returned a different chain ID (",["rpcChainId"],"). Please update the Chain ID to match the RPC URL of the network you are trying to add."],"fdqDgM":["Ended on <0>",["0"],""],"fiPesM":["Method"],"fj5byd":["N/A"],"foOw00":["Balance(",["symbol"],")"],"fqDzSu":["Rate"],"fsBGk0":["Balance"],"fsUPaG":["Congratulations"],"fvRGyC":["Trying exploring more features powered by Mask Network."],"fx6pOQ":["Balance: <0/>"],"fza4cg":["Import Wallets"],"g/1WbH":["from <0>",["fromAddress"],""],"g/i+bG":["Transaction rejected"],"g2UNkE":["Powered by"],"gC2WI+":["Persona"],"gERRYE":["Artblocks"],"gHM62X":["Payment password changed."],"gM+Nj7":["Are you sure to report ",["0","select",{"hasName":[["1"]],"noName":["this NFT"],"other":["this NFT"]}],"? After confirmed, this NFT will be marked as spam."],"gT+8Dk":["Confirm to hide ",["name"],"? You can redisplay it by re-adding this NFT at any time."],"gUuuBi":["Check Security"],"gVfVfe":["Contacts"],"gWcGl/":["Your wallet cancelled the transaction."],"gdnEab":["Incorrect recovery phrase."],"ggdga4":["The user has not set this."],"ghVDTt":["rounds"],"ghZx62":["Unlock token"],"gk7J2q":[["0","select",{"other":["<0>Size limit: ",["fileSize"],""],"omit":[]}]],"gkLviK":["This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"gmOW42":["ENS or Wallet Address"],"gnSRSG":["Hiding Scam Transactions"],"gp6A8z":["Authorization Failed"],"gtdJ43":["My wallet"],"gwuMzD":["<0>",["user"]," appointed a proxy on <1>",["platform"],""],"gxV9O8":["Cast your vote"],"h/b9lY":["No followers."],"h0qYUk":["Search with an ENS domain or wallet address to get optimized results."],"h3bIHg":["Disconnect Social Account?"],"h53LoU":["Social Account"],"h5Dtc5":["funding received"],"h69WC6":["Sent"],"h7+V7K":["Backup & Recovery"],"hEpXzO":["Welcome to Mask Network"],"hG89Ed":["Image"],"hHLRGW":["Hide tokens with value less than $1"],"hRWvpI":["Claimed"],"hRtIgr":["APP list"],"hTbvD9":["Sorry, you are not eligible to claim $ARB in this campaign."],"hUF4dG":["Backup password set successfully"],"hWUuAb":["Already following"],"hXzOVo":["Next"],"hYgDIe":["Create"],"he3ygx":["Copy"],"heVBR8":["Enter Amount Each"],"hehnjM":["Amount"],"hg5QeV":["Total cost"],"hhtbAs":["Unfollow lens handle"],"hj39w+":["Loading failed due to Snapshot API service breakdown."],"hom7qf":["Claim"],"hpxXOD":[["context","select",{"approve":["<0>",["user"]," approved <1>",["amount"]," ",["symbol"]," to <2>",["contract"],""],"revoke":["<3>",["user"]," revoked the approval of <4>",["amount"]," ",["symbol"]," to <5>",["contract"],""],"other":[]}]],"hxHyfs":["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."],"hxdOdX":["Owner can change balance"],"hzTib5":["Select an NFT Contract Operator"],"i2x+p1":["Processing Withdrawal"],"i4umqX":["The following wallets are not installed or in conflict with others"],"i6OT6/":[["subject"]," has an error"],"i70ilP":[["0"]," NFT contract unlocked."],"iCb44o":["Created on: ",["0"]],"iF9x7r":["Trading mode"],"iH8itU":["Connect your wallet"],"iH8pgl":["Back"],"iJLEZF":["Show me how"],"iNIdDX":["Incorrect contract address."],"iPMIoT":["Enter an amount"],"iSLIjg":["Connect"],"iT0Qmd":["Transaction Failed"],"iTiwqa":["Asset is hidden."],"iZLoa2":["eg: X accounts, persona public keys, wallet addresses or ENS"],"ia3Lqp":["The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions."],"ie2c+s":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Welcome to join."],"ileX7U":["No recent transactions"],"imDvP9":["Gas limit must be smaller than ",["maxGas"],"."],"iobEyh":["By checking this box, I agree to ArtBlocks's <0>Terms of Service."],"iuCSJl":["This wallet is connected to current persona ",["0"],"."],"iuJFAy":["Low Risk"],"iwiSFA":["Similar Project"],"j2Uisd":["Approving"],"j2a+h4":["Past rounds"],"j4TRxD":["Select Address"],"j8MqhB":["CyberConnect"],"jEDiuG":["Network added"],"jICk7g":["There was a network or RPC provider error, please try again later!"],"jIWgmE":["Entered passwords are inconsistent."],"jJPsrT":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"jJrqb1":["Token Name"],"jK7nvW":["Failed to disconnect wallet"],"jRcH7y":["NFT Avatar Setting"],"jRfanQ":["Gas Used (Units)"],"jXWnN0":[["0","plural",{"one":["Strategy"],"other":["Strategies"]}]],"jZQU+o":["Originally posted by ",["0"]],"ja6Tyz":["Search with the name of an NFT collection or its symbol to get optimized results."],"jaH9PD":["Hi friends, I just created ",["token"]," Lucky Drop. Download Mask.io to claim."],"jas0vv":["Disconnect all accounts"],"jbc0gF":["Create Password"],"jeLXsu":["Who can claim"],"jfJkBQ":["Gas price is too low for network conditions."],"jh0i4n":["Confirm this transaction in your wallet."],"jhoAzY":["Mask Network Cloud"],"jjCXPD":["Starts ",["relativeStartTime"]],"jpctdh":["View"],"jt/0L2":["You've saved ",["0"]," to Web3 file service."],"jt/cjR":["Safety Warning"],"jtExaD":["Not supported yet."],"jygqM9":["Loading account information..."],"jzLzy/":["No whitelist"],"k/sb6z":["Select language"],"k/vATR":["Token unlocked"],"k0USDt":["Account connected.<0/><1/>Try to explore more features powered by Mask Network."],"k1pJQo":[["0"]," network is not added to the wallet. Please add it and try again."],"k28Qhe":["Failed to save file"],"k57+C7":[["walletLength","plural",{"one":["#"," Wallet"],"other":["#"," Wallets"]}]],"k7u9V5":["Incorrect words selected. Please try again!"],"kCAzy/":["Collection Approval"],"kG0n0M":["Network error or user cancels the process."],"kHDhjV":["I just claimed airdrop with ",["amount"]," ",["0"]," on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities."],"kKY8Re":["The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"kPQQEW":["Enter an Amount"],"kV9Qeo":["You have donated ",["0"]," ",["1"]],"kWJmRL":["You"],"kbfp5m":["Visible To"],"kdW3qS":["Nonce"],"kePpfU":["Update NFT Avatar Success!"],"kf/5Ap":["Explore multi-chain dApps."],"kf83Ld":["Something went wrong."],"kg/ict":["Lucky Drop claimed."],"kj3M8S":["Deposit"],"kjBSDT":["<0>",["user"]," minted ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}],"for <3>",["value"]," ",["symbolName"],""],"ks5OGD":["Contract"],"kx0s+n":["Results"],"l/UFPv":["Properties"],"l3s5ri":["Import"],"lCF0wC":["Refresh"],"lCHQzJ":["This address may be a scam address."],"lCfoWv":["Select NFTs"],"lDgVWA":["Receive"],"lET9my":["Mask needs the following permissions"],"lErh77":["Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance."],"lKldOY":["12-word recovery phrase is used to recover your persona data."],"lO/vMB":["OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly."],"lPJwNU":["Persona: ",["personaName"]],"lPsa94":["Merge Completed"],"lQXQKs":["Vote"],"lU6uRb":["Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility."],"lWOC+h":["Mask Network requires you to authorize the following websites before using it."],"ldI18s":["Minted:"],"lhvy2j":["Firefly"],"llLBQ1":["a token"],"lmYQuN":["At most ",["SOL_REDPACKET_MAX_SHARES"]," recipients"],"loCUuu":["Keystore"],"lqTDfd":["Slippage Tolerance"],"lqW7eD":["In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address."],"lr8uE3":["Holding ",["0"]],"lvL4x0":["Follow @masknetwork for Web3 updates and insights."],"lxJU2w":["Enter Number of Winners"],"lyjM6U":["Wait too long for the confirmation."],"m+uuUE":["Cross-chain"],"m/TPEz":["(beta)"],"m16xKo":["Add"],"m2OZMI":["Max fee cannot be lower than max priority fee"],"m2pyX2":["Buy Now"],"m3VOQq":["Current wallet does not support to interact with Lens protocol."],"m3XvO+":["Imported Wallets"],"m3akOw":["I just claimed a lucky drop from @",["sender"]," on Solana."],"m3cvPZ":["Payment password set."],"m3pz1u":["Insufficient ",["symbol"]," Balance"],"m64f3d":["Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead."],"mCB6Je":["Select All"],"mGHHf5":["After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips."],"mHWsOq":["Failed to confirm"],"mNUsxu":["Tx Fee"],"mPxxVq":["Enter a gas limit"],"mQpWAe":["Edit Contact"],"mT57+Q":["Go to Settings"],"mUJUVX":["Claim your NFT Lucky Drop"],"mW8F64":["This project is no longer active"],"mYGY3B":["Date"],"mZ04KC":["Overall Best"],"ma8rSx":["Your transaction has been confirmed!"],"mc68kY":["New Payment Password"],"md5sZ/":["This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud."],"mfwfMR":["You can claim the lucky drop by holding the required amount of any selected token."],"mhNIiJ":["Gas price is higher than necessary. You may pay more than needed."],"mrAv9J":["Failed to save network"],"msszNj":["<0/> approved <1>",["0"]," ",["1"],""],"muQqQY":["Buy & sell tweets autographed by their original creators."],"mzI/c+":["Download"],"n+ObkB":["Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets."],"n1gwuy":["on ",["toNetworkName"]],"n2HnVK":["If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses."],"n42fmQ":["Enter a max fee"],"nDzNGQ":["Follow User"],"nE/lLr":["Just Selected Contacts"],"nFjzvC":["Approved Amount ",["0"]],"nGl2Ng":["Restore Completed"],"nKLBYz":["We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!"],"nMUHWK":[["claimed"]," Follow @",["0"]," (mask.io) to claim lucky drops."],"nMkx7r":[["0","plural",{"one":["#"," Hour"],"other":["#"," Hours"]}]],"nOCyT5":["Show tokens with value less than $1"],"nOhz3x":["Logout"],"nSkB8g":["Information"],"nTFx7o":["Avatar set successfully"],"nTWWCZ":["Low"],"nTif4K":["Select and Connect to your wallet"],"nUWEsV":["Max fee is higher than necessary"],"nUeoRs":["Signing Message (Text)"],"nV/wXH":["This profile can not be followed."],"nWDO1P":["<0/> ",["txType","select",{"burn":["burned"],"deposit":["deposited"],"mint":["minted"],"receive":["received"],"send":["sent"],"withdraw":["withdrawn"],"other":[]}]," <1>",["0"]," ",["1"]," "],"ndRqFD":["Chain ID"],"neBDpj":["Please connect wallet"],"ngWO+e":["No local key"],"njSHJP":["You didn't approve ",["0"],". Please do not set spending cap to 0 and try it again."],"nqL5WA":["Claim Lucky Drop"],"nqagQ8":["Signing Message (Raw)"],"nvAt0H":["Resource"],"nvV/Td":["Balance: <0>",["0"],""],"nwSp3U":["I just tipped ",["amount"]," ",["0","select",{"namedToken":[["1"]],"other":["token"]}]," to @",["recipientUserId"],"'s ",["2","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["3"],"\n\nInstall https://mask.io/download-links to send your first tip."],"nzBzok":["Create time:"],"o+XJ9D":["Change"],"o+zDNQ":["The mnemonic word has been copied, please keep it in a safe place."],"o4Iu2W":["Logout successfully"],"o4NrTC":["Confirm this Signature in your wallet."],"o66hO5":["Discovered a LuckyDrop event on the FireFly website."],"o9pabc":["No codes found to suspend trading."],"oCBTyI":["This will overwrite the existing cloud backup with the local data, this cannot be undo."],"oDMfB1":["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"oDSXfc":["New password cannot be the same as your current password."],"oG26Rt":["Confirm this transaction in your wallet"],"oG67vO":["Available to Everyone"],"oIsL5E":["Chain ID: ",["0"]],"oJIW7I":[["context","select",{"mint":["<0>",["to"]," minted <1>",["value"]," ",["symbol"],""],"send":["<2>",["from"]," sent <3>",["asset"]," to <4>",["to"],""],"claim":["<5>",["to"]," claimed from <6>",["from"],""],"burn":["<7>",["from"]," burned <8>",["value"]," ",["symbol"],""],"deposit":["<9>",["from"]," deposited on <10>",["exchange"],""],"withdraw":["<11>",["from"]," withdrew on <12>",["exchange"],""],"other":[]}]],"oMx/mL":["Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later."],"oN9XHJ":["Start Time: <0>",["0"],""],"oOQfsI":["Current account is not the verifying account."],"oTLFeN":["The Lucky Drop can't be sent due to data damage."],"oX+QCa":["<0>Powered by<1>Mask Network"],"oYzol6":["an NFT"],"oZw0Iw":["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"],"ocYse8":["Failed to refund Lucky Drop."],"oe5xh9":["Decrypt failed, please check password"],"of3mx/":["<0>",["user"]," swapped <1>",["from_value"]," ",["from_symbol"]," to <2>",["to_value"]," ",["to_symbol"]," on <3>",["platform"],""],"ofUcbc":["Random"],"ohUJJM":["Plugins"],"ojlMCx":["Minimum withdraw amount is ",["MINIMUM_AMOUNT"]," ",["0"]],"olEUh2":["Successful"],"ooHEV6":["1 ",["0"]," NFT Lucky Drop claimed."],"osXsDn":["Import NFT"],"ou+PEI":["Profile Photo"],"ouAjo6":["No Enough Gas Fee"],"ovBPCi":["Default"],"oxKup1":["Insufficient $",["0"]," balance"],"p+ngUo":["Unfollow"],"p1/7GX":["Contract Not Found"],"p2/GCq":["Confirm Password"],"p3TX0l":["Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers."],"p7l2aC":["Contract:"],"p8Aea2":["The persona name already exists."],"p8OYBy":["@",["sender"]," is sending an NFT lucky drop on ",["networkName"]," network. ",["account_promote"]," ",["promote_short"]," #mask_io #LuckyDrop ",["0"]],"pG7O41":["Fastest"],"pGElS5":["Mnemonic"],"pHfBGz":["Updating Gas Fee…"],"pIyHYi":["Lens Follow"],"pLHDrO":["Holding NFT"],"pOE8Vh":["Space"],"pa3wn3":["It remains unclaimed."],"pbOGiB":["Revoke Token"],"pbYUPI":["Text copied!"],"pi+hn/":["Ethereum ",["HD_PATH_WITHOUT_INDEX_ETHEREUM"]],"pjrgRd":["Incorrect Private Key"],"pkyWdU":["Keystore password"],"poYLOl":["New Logo"],"ps1+DX":["Set your persona name with maximum length of 24 characters"],"pu3rTn":["GWEI"],"puUEU3":["Change Backup Password"],"put3ex":["Request is valid not after"],"pv5v6j":["About Permit"],"pvnfJD":["Dark"],"py6hU8":["Signature Request"],"pzO3Xa":["Total Supply"],"q+O14e":["Search Area"],"q+hNag":["Collection"],"q/ao7A":["Price per mint"],"q5+UWM":["Contact edited."],"qAbGIK":["Issued at"],"qCMUPH":["Unlock ",["0"]],"qDIxZ+":["Failed to restore the backup from Google Drive to your browser. Please try again."],"qHqI+o":["<0>Powered by <1>Mask Network"],"qI8U4x":["Max fee cannot be lower than max priority fee."],"qIL7PI":["Offers"],"qJb6G2":["Try Again"],"qNiGUh":["size"],"qT8oOt":["Persona required."],"qWMpAl":["up to ",["0"]," Gwei"],"qYuscr":["Max Priority Fee"],"qZ6p7p":["Backup on ",["0"]],"qcqdIh":["You need to open the dApp to view the specific content."],"qcybNQ":["Proposal"],"qdyV/M":["News"],"qhKyO3":["Withdraw ",["0"]],"qkhZxp":["Created a SmartPay wallet on Polygon network."],"qp8fKi":["By confirming means that you agree to bear the possible risks above."],"qqWcBV":["Completed"],"r3OcML":[["mins"],"min"],"r92tNP":["Failed to authorize Google Drive. Please try again."],"rBLzKv":["Max fee is higher than necessary."],"rCsoea":["Manage Token List"],"rG3WVm":["Select"],"rJZPaP":["No activities found."],"rKY/BK":["Classics Logo"],"rLgPvm":["Backup"],"rQQGN1":["Max priority fee is higher than necessary. You may pay more than needed."],"rR6iwH":["Domain Request"],"rWE7Lq":["Contact deleted."],"rWqyF3":["Gas limit should be between ",["minGasLimit"]," and 15.00M"],"rYFSec":["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."],"rZ0rgl":["Total Volume"],"raCUEa":["By granting permission, you are allowing the following <0/> contract to access your funds"],"rcNnsQ":["Price:"],"re2nOO":["Uploaded files"],"rkMKQ0":["The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later."],"rm0yu/":["About ",["collectionName"]],"rqV4QH":["This swap isn’t supported"],"rrvbCi":["Network error or execute smart contract failed."],"rulocO":["Checking Approve"],"ryWxhG":["Congratulations!"],"s/8SJ+":["View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source."],"s4Omor":["To <0>",["0"],""],"sGkv/+":["Hi friends, I just deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"sOYKMU":["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."],"sOcZTR":["Contract Deployment"],"sQJ3RN":["Max priority fee is too low for network conditions."],"sQTDWu":["Allow us to collect your usage information to help us improve Mask."],"sSkbaZ":["Request timed out."],"sWsox7":["Follow Lens handle"],"saHPqg":["Claim your Lucky Drop."],"sb9Y58":["Wallet"],"siroPf":["Mask Network"],"sxkWRg":["Advanced"],"szNWi8":["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."],"t+A5fr":["Gas price should be greater than 0"],"t/YqKh":["Remove"],"t2prdI":["No search results"],"t3rUZr":["Sign-in Request"],"t6bQQD":["Send authors tips by using Mask Network's Tips function."],"t6md+W":[["0","select",{"create":["<0>",["user"]," created a profile on <1>",["platform"],""],"update":["<2>",["user"]," updated a profile on <3>",["platform"],""],"other":[]}]],"t8dIOP":["Spam"],"t91sWs":[["actionType","select",{"stake":["<0>",["user"]," staked <1>",["symbol"],""],"claim":["<2>",["user"]," claimed <3>",["symbol"],""],"unstake":["<4>",["user"]," un-staked <5>",["symbol"],""],"other":[]}]],"t9m1iP":["Spam reported."],"tARYn/":["NFTs Profile"],"tCAZi9":["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."],"tG9G+b":["File Service"],"tHoyBc":["Please connect ",["0"]," before using dApps."],"tIW5Jt":["No matched tokens"],"tKJ7ee":["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."],"tOL6AP":["Adjust Selection"],"tOMnvw":["Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites."],"tPeNU7":["This network name already exists"],"tRRE1h":["1 ",["0"]," claimed."],"tXkhj/":["Start"],"tbOs8j":["Confirm Swap"],"tcHpvG":["Change Owner"],"tfDRzk":["Save"],"thX7xs":["The network with chain ID ",["formChainId"]," may use a different currency symbol (",["0"],") than the one you have entered. Please check."],"tiX/tO":["Address: <0>",["address"],""],"tj48De":["Connect Social Account"],"tjbyOy":["Project details"],"tk+uyz":["You've approved ",["0"]," for ",["1"],". If you want to revoke this token, please set spending cap amount to 0."],"toDFSK":["Wallet sign succeeded."],"tst44n":["Events"],"tuOw4x":["Make It Encrypted"],"tx1x9k":["I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io."],"txEVTf":["No Listings"],"ty2gt9":["You need to follow the creator of the lucky drop."],"u2OWVJ":["Disconnect failed."],"u2Srv1":["Claim your Airdrop"],"u3ZeYl":["Transaction failed"],"u689pQ":["Ends in ",["relativeEndTime"]],"uAQUqI":["Status"],"uBAxNB":["Editor"],"uF9ruK":["Saving"],"uJQLj9":["Connect and switch between your wallets."],"uSMfoN":["Verify"],"uip9JY":["I wrote down those words in the correct order"],"ujpEaI":["Please connect your wallet"],"uqF4Nm":["Blockchain:"],"usVwcn":["No anti_whale(Unlimited number of transactions)"],"uv94aG":["Added by user"],"uv9cwh":["Bridge Network fee"],"uyJsf6":["About"],"v01kR+":["NFT PFP"],"v7U98p":["Failed to claim Lucky Drop."],"vH2C/2":["Swap"],"vLXevL":["Transaction cost"],"vOx+Me":["You can withdraw the remaining balance 24 hours after sending the lucky drop."],"vVEene":["View your Tokens and NFTs"],"vXIe7J":["Language"],"vXygio":["Not enough data to present."],"vel6Z1":["Request Source"],"vhlM+H":["Withdraw ",["0"]," for savings."],"vhqFTT":["Can't find a valid user address data source."],"vutynE":["Enable plugin"],"w0e0yw":["Gas limit must be at least ",["0"]],"w1ctdJ":["Encrypted Post"],"w3t1Hw":["Powered by <0>Go+"],"w4oOEJ":["Mask Community $ARB Giveaway"],"w9Xmw/":["Google Drive"],"wCtp6y":["Your Wallet is on **ready 🚀**"],"wDnczW":["Optimize the display of search results about ENS in social media."],"wGtbaw":["Amount per Share"],"wMHvYH":["Value"],"wNecg9":["Multiple transaction requests ",["0"]," / ",["1"]],"wNxsb2":["Reject ",["totalMessages"]," Transactions"],"wThGrS":["App Settings"],"wUlAUI":["<0>@",["currentUserId"]," connected already."],"wYA1q/":["Auto report the scam links to MetaMask"],"waXvJd":["NFT is not minted yet."],"wbDTs9":["Request timed out"],"wqppGn":["Permissions List"],"wvJOId":["This ENS does not exist or not be resolved."],"wxZZWc":["You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet."],"wxfXhJ":["Scam tx"],"x0PhCN":["Disconnected successfully."],"x4f8pZ":["Tips"],"x5LEuB":["Followers"],"x6rEou":["<0>",["user"]," claimed ",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"from <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"xBXg0L":["No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk."],"xC6eGY":["Mint function"],"xCJdfg":["Clear"],"xCcvjC":["Set up NFT PFP successfully"],"xDAtGP":["Message"],"xDO6ZN":["Plugin switch"],"xEQZ4z":["Use text encryption"],"xEX/9S":["No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk."],"xFCCR4":["Please enter the correct mnemonic words, private key, or upload the correct keystore file."],"xGVfLh":["Continue"],"xH6cn+":["Choose Token"],"xIxVmH":["Unlock ",["0"]," NFT contract."],"xPSvu3":["<0>",["websiteCount"]," ",["0","plural",{"one":["Website"],"other":["Websites"]}]],"xTQLHC":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Install @masknetwork to get yours."],"xeiujy":["Text"],"xjhtsV":["Chain"],"xoKE3v":["Disable Permit"],"xuKB2x":[["0"]," deposited."],"xupcu9":["Speed Up"],"y/+ReV":["No any collectible is available for preview. Please add your collectible here."],"y/kxxM":["Priority fee"],"y2i17G":["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."],"y3juHh":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"y3qyKP":["NFT Lucky Drop created."],"y49awp":["Set NFT Photo"],"y5aRAa":["Please enter cloud backup password to download file."],"y62Dys":["Network fee"],"y6VCOb":[["0"]," Mins"],"y6sq5j":["Following"],"yC/GKd":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3."],"yD15Uj":["Are you sure to remove this wallet?"],"yDUr0V":["Lucky Drop refunded."],"yFpcbN":["This request may be a phishing attach. I understand this and want to continue."],"yFrxQj":["Mnemonic word"],"yGyJ1l":["You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again."],"yHrAv+":["Claim Lucky Drop with ",["0"]," claimed."],"yKu/3Y":["Restore"],"yNBZ3N":["Enter gas limit"],"yNu9vD":["The wallet address already exists."],"yQE2r9":["Loading"],"yQqkIK":["24H Average Price"],"yRuvmU":["The mnemonic words has been copied, please keep it in a safe place."],"yTZe+y":["Snapshot"],"yVnV6H":["Please write down or copy these words and save them in a secure place."],"yVzBCJ":["NFT Lucky Drop claimed."],"yZhedI":["Gas fee settings"],"yb/fjw":["Approval"],"ybuu1v":["Oops, we can't find any results."],"ygW4tI":["Please connect your persona"],"yik0Qu":["Private Key"],"ykiu3o":["NFT Details"],"ylUhBz":["Click to retry"],"ylXk9u":["Encrypt the message in an image"],"yqc6uX":["This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing."],"ywDBfs":["Something went wrong!"],"yx/fMc":["High"],"yz7wBu":["Close"],"yzF66j":["Link"],"z+H8bd":["Your wallet does not meet the eligibility criteria for claiming."],"z/3+av":["License:"],"z1i6et":["Failed to ",["0"]," NFT contract."],"z27gFg":["If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it."],"z7Fh2l":["Base fee required: ",["MIN_BASE_FEE"]," Gwei"],"z9HeHt":["Create a Privy Wallet"],"zBPjcC":["Revoke the approval for token"],"zBUJYA":["The approval for this contract will be revoked in case of the amount is 0."],"zBftr8":["Claim NFT Lucky Drop"],"zEZe86":["You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends."],"zGTAja":[["claimed"]," Follow @",["account"]," (mask.io) to claim lucky drops."],"zJlXbX":["NFT"],"zPar3e":["Collectible"],"zX9KdB":["No following friends."],"zXagFp":["Copy Address"],"zZk9Yz":["Purchase"],"zga9sT":["OK"],"zgqgNP":["Purchasing...."],"zkEW09":["You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?"],"znqB4T":["Insufficient balance"],"zp7Ha3":["Backup Failed"],"zwBp5t":["Private"],"zxrGeO":["Gas limit must be bigger than ",["minGas"],"."],"zzDlyQ":["Success"]}} \ No newline at end of file diff --git a/packages/shared-base-ui/src/locale/zh-CN.json b/packages/shared-base-ui/src/locale/zh-CN.json index 12bb7de2d0f3..38a0be7383ea 100644 --- a/packages/shared-base-ui/src/locale/zh-CN.json +++ b/packages/shared-base-ui/src/locale/zh-CN.json @@ -1,2185 +1 @@ -{ - "messages": { - "++B0oY": ["This function has been turned off in the App settings. Enable plugins to fully access."], - "+01Ill": ["Change to Solana Wallet"], - "+5hgHR": ["Are your sure you want to disconnect? You may lose part of functionalities of this website."], - "+95jK3": ["Gas limit too low will cause the transaction to fail."], - "+A4TPN": [["0"], " NFT contract"], - "+CzAt9": ["Previous unfollow transaction is in processing, please wait and try again."], - "+IEBAO": ["Approve amount"], - "+K0AvT": ["Disconnect"], - "+POswt": ["Sell Tax: ", ["0"]], - "+Qcnh5": ["Please select the appropriate method to restore your personal data."], - "+W8dUJ": ["Tap to view the private key <0/> Make sure no one is looking at your screen"], - "+XyQiK": ["Agree"], - "+Zuhm7": ["Support Identity code, private key, local backups or cloud backups to access your personal data."], - "+adBn3": ["Chrome - external extension"], - "+b7T3G": ["Updated"], - "+fTqvl": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - "" - ], - "+hwfjv": ["Please select the wallet to activate the function after saving the settings."], - "+m7PfT": ["Deleted successfully"], - "+m7x4e": ["Backup Successful"], - "+q+Wa9": ["Swap anyway"], - "+uISZO": ["Incorrect Password"], - "+ubcPw": ["No power"], - "+xKN8I": [ - "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." - ], - "/2nH6X": ["Make another Bridge"], - "/7tku+": ["Try"], - "/BI0y9": ["Refunded"], - "/Dk+nX": ["More on ", ["0"]], - "/I3RSJ": ["Report Spam"], - "/JOEaC": ["Deploy Smarty Pay wallet"], - "/KseE7": ["Delete File"], - "/LkuGq": ["Restore from a previous database backup"], - "/OPmPQ": ["Verify ", ["0"]], - "/Swcdo": ["Failed to swap"], - "/WfDJy": [ - "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." - ], - "/capO6": ["Failed to deposit ", ["0"], "."], - "/eguJc": ["Uploading"], - "/fo6Dv": ["Gas Limit (Units)"], - "/giXwU": ["Medium Risk"], - "/hKQcr": [["seconds"], "s"], - "/jQctM": ["To"], - "/nT6AE": ["New password"], - "/riTT2": ["Pinned successfully."], - "/uEw9z": ["Your X account authorization has timed out. Please try again."], - "/vtDGO": [["0"], " is connected to these sites, they can view your account address."], - "/xrk7I": ["FAQ&Tutorial"], - "/y/pZ3": ["Select a Token"], - "0+3dvg": ["This NFT didn't have any offers."], - "0/eoR6": ["Revoking"], - "00b9QG": ["Set Your Payment Password"], - "01DWy7": ["Click the settings icon to list it on the App board."], - "04MqGo": ["Post content:"], - "09vHB+": ["Failed to decrypt."], - "0C6WdO": ["Upload backup"], - "0D4bav": ["Name or Contract address e.g. USDC or 0x234..."], - "0F4ogS": ["Payment Password should be between 6 and 20 characters."], - "0HnKBn": ["Hide mnemonic words"], - "0Lp4o6": ["Load failed"], - "0M//Nn": ["The Persona is connected to the following accounts: ", ["list"]], - "0ZC72+": ["Connected successfully."], - "0bKGbK": ["No past rounds found."], - "0caMy7": ["History"], - "0dFHbr": ["Confirm swap risk"], - "0fljZe": ["Trading Route"], - "0hFUd/": [ - "You must give the ", - ["0"], - " smart contract permission to use your ", - ["1"], - ". You only have to do this once per token." - ], - "0jddIP": [["0"], " members"], - "0lBTmP": ["You need to hold any of the following tokens."], - "0oFu/K": ["No Lucky Drops claimed"], - "0oMKRL": ["Delete Contact"], - "0tdB+o": ["Enable the ", ["name"], " Wallet extension and disable other wallet extensions"], - "0wJVK+": ["Basic"], - "0wdd7X": ["Join"], - "0wzWAN": ["Why I can't vote?"], - "0xXDLS": ["View your profile in firefly"], - "0yPSCj": ["High Risk"], - "0yf3iU": ["Wallet sign cancelled."], - "1+6BOG": ["Download Backup"], - "1+P9RR": ["Switch to ", ["0"]], - "11kmCI": ["We are not aware of any code that prevents the sale of tokens."], - "199DuV": ["Display specific information of Gitcoin projects, donate to a project directly on social media."], - "1DwbcE": ["Loading...."], - "1EOhmY": ["Rank #", ["0"]], - "1LkMSp": ["Add Suggested Token"], - "1M8xFP": [ - "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." - ], - "1QJyuR": ["At most ", ["RED_PACKET_MAX_SHARES"], " recipients"], - "1QfxQT": ["Dismiss"], - "1R2W/B": [ - "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " - ], - "1TNIig": ["Open"], - "1TaavV": [ - "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." - ], - "1Uqt6P": ["Disconnect Wallet?"], - "1Wbxhe": ["This profile can not be followed: ", ["0"]], - "1Z++2X": ["The Persona is not connected to any accounts."], - "1agbuA": ["Functions that can suspend trading"], - "1bTY60": ["Token Value"], - "1kE7ob": ["Network saved"], - "1mjyN6": ["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."], - "1nMGEs": ["Personas"], - "1njn7W": ["Light"], - "1on6yK": ["How to use ", ["0"], " Wallet?"], - "1rsf+c": [ - "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." - ], - "1xwmzN": ["Switch to other accounts"], - "2/N/mr": ["Connect with ", ["providerName"]], - "22QmCQ": [ - "The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." - ], - "28ABhV": ["Connect EVM Wallet"], - "29b5Sq": ["Blocto only supports the Flow chain."], - "2CMLgZ": ["Token ID separated by comma, e.g. 1223,1224,"], - "2FYpfJ": ["More"], - "2GHENQ": ["Web3 Profile"], - "2J5wRx": ["Failed to get quote information"], - "2Lr4ie": ["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."], - "2MPu+c": ["Priority Fee (GWEI)"], - "2XVeKu": ["Airdrop Scam"], - "2Xze/r": ["Block Explorer URL"], - "2jQko7": ["Associated Accounts"], - "2kXxch": ["Sorry, signature failed! Please try signing again."], - "2p7WMm": ["Give permission to access <0/> your ", ["0"], "?"], - "2saF1j": ["Tax can be modified"], - "2wxgft": ["Rename"], - "3/0KF0": ["Create a Firefly.social wallet using an X account"], - "34UMci": ["Wallet Settings"], - "38C83c": ["Recovery Phrase"], - "39ohdf": ["Activities"], - "3A/gtD": ["Invalid RPC URL."], - "3A/mG4": ["Change Wallet"], - "3AP6p1": ["Public Key: <0>", ["publicKey"], ""], - "3B4jmY": ["Data correlation"], - "3CR0qY": ["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."], - "3J+S3n": ["Search Next.ID, X, Lens, ENS or Address"], - "3OhjJ4": ["Powered by <0>Mask Network<1><2/>"], - "3Q5eQl": ["Please click the \"Post\" button to open the compose dialog."], - "3Q8dPe": [ - "The website (", - ["messageOrigin"], - ") is asking you to sign in to another domain (", - ["0"], - "). This may be a phishing attack." - ], - "3SiDD1": [ - "<0>", - ["user"], - " burned <1>", - ["1", "select", { "nft": ["an NFT"], "name": [["0"]], "other": [] }], - "" - ], - "3ThLdM": ["Report on GitHub"], - "3WZ1WL": ["Please enter backup password to export persona private key."], - "3YDnov": ["Token now is hidden."], - "3ZgRKI": [ - [ - "type", - "select", - { - "post": ["<0>", ["user"], " publish a post on ", ["platform"]], - "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], - "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], - "share": ["<3>", ["user"], " shared a post on ", ["platform"]], - "other": [] - } - ] - ], - "3awOET": ["Rank"], - "3bGj61": ["Claim on Firefly"], - "3cAxpB": [ - "There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price." - ], - "3cw8FQ": [ - "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." - ], - "3dAaqV": [ - "📃📃📃 Try to permanently use decentralized file storage on ", - ["sns"], - ". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." - ], - "3fpIq1": ["to ", ["0"]], - "3iUAE7": ["Backup to Google Drive"], - "3kbpgO": ["Gas Limit"], - "3lUGN0": ["Switch Persona"], - "3pqzUK": ["Contact added."], - "3qe4O9": ["Max Fee"], - "3uBJPr": ["File delete"], - "3uQmjD": ["Average"], - "3ublvs": ["Try token from different chains"], - "3yLqgI": ["Name or contract address eg. PUNK or 0x234..."], - "4+VnE8": ["ENS"], - "42yL2J": [ - "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ", - ["encrypted"] - ], - "43g2kf": ["Only visible to yourself"], - "44bNbA": ["Select an NFT Contract"], - "4DIYdt": ["No associated wallet. <0>Add Wallet."], - "4EN5JL": ["Your Persona has been successfully created."], - "4FvVUv": ["Reset Wallet"], - "4GBOoi": ["Failed to create theme."], - "4Gz2wC": ["Failed to upload file"], - "4HavhE": ["Powered by <0>Mask Network"], - "4HtGBb": ["MAX"], - "4JCJIV": ["What is Web3 File Service?"], - "4coHVU": ["Lens Unfollow"], - "4lm4o+": ["Solana"], - "4na5mr": ["This message contains a invalid EIP-4361 message. It is better to reject this request."], - "4ojMOt": ["Please enter your backup password."], - "4pSxwB": ["Go"], - "4zgT9K": ["Connect Mask Network Account using your wallet."], - "50QwC8": ["value"], - "51TkMy": ["Claiming will be live until: <0> ", ["days"], " d ", ["0"], " h ", ["1"], " m"], - "51cT/A": ["The minimum amount for each share is ", ["0"], " ", ["1"]], - "51rAFB": ["Please copy the following text and image (if there is one) and publish it."], - "52nzPV": [ - "Data source is retrieved from ", - ["0", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "other": [] }], - "." - ], - "55/jcy": [ - "Hi friends, I just withdrew my deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "5Dz44N": ["Set Payment Password"], - "5E57TU": ["Max priority fee is too low for network conditions"], - "5G0lxx": ["Powered by <0>Scamsniffer"], - "5H/4VW": ["Create a Firefly.social wallet"], - "5HVoyc": ["Transaction Details"], - "5Jczad": ["I just claimed a lucky drop from @", ["0"], " on ", ["1"], " network."], - "5N3b5J": ["Market Cap"], - "5O5enn": ["Enter Payment Password"], - "5QfZ6O": ["Contract source code verified"], - "5YfW3S": ["Add an encrypted comment..."], - "5ZzgbQ": ["Connect ", ["0"]], - "5e22kj": ["Email verification code"], - "5hFImX": ["Deploy Contract"], - "5i1JPS": ["Never share 12-word secret mnemonic with anyone!"], - "5iHe/7": ["Network error, try again"], - "5o2pdQ": ["Create Persona"], - "5s6EhU": [ - [ - "count", - "plural", - { - "one": ["You have recovered **", "#", " Wallet 🚀**"], - "other": ["You have recovered **", "#", " Wallets 🚀**"] - } - ] - ], - "5sIdhw": ["Share with"], - "5uFQ9j": ["Please create a persona and verify your account to use this."], - "623chP": ["Infos"], - "66J/I3": ["Transaction Fee"], - "678PKt": ["Network Name"], - "68FuwU": ["URLs require the appropriate HTTPS prefix."], - "68m9Nl": ["Add new address to an existing group"], - "6B+2/d": ["Stay on top of NFT trending information, hot projects, notable transactions, etc."], - "6DvbLh": ["Please install your metamask wallet and set up your first wallet."], - "6HT670": ["Function: ", ["0"]], - "6IHgRq": ["Backup to the Cloud"], - "6IvSyW": ["Token Standard"], - "6RDwJM": ["Tokens"], - "6U+PWG": ["Total NFTs"], - "6Uau97": ["Skip"], - "6V3Ea3": ["Copied"], - "6VJnE7": ["Note: Scams detections might not be 100% guaranteed."], - "6YASel": ["Invalid Network"], - "6YtxFj": ["Name"], - "6ZZ+4S": ["Load Network"], - "6foA8n": ["Are you sure?"], - "6gRgw8": ["Retry"], - "6k8iqO": [["0"], " ", ["1"], " bridge completed successfully."], - "6knJVf": ["This NFT contract cannot be modified now."], - "6s8L6f": ["Switch Network"], - "6sbLuF": ["Current results"], - "6ulv1U": ["Contract Owner"], - "6vVuTX": [ - "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "7+2e01": ["Network removed."], - "70wH1Q": ["APR"], - "76Ml+j": [["0"], " NFT Lucky Drop created."], - "76gPWk": ["Got it"], - "78Kj7O": [["0"], " NFT transferred."], - "7Ae1jc": ["True Token"], - "7Bj3x9": ["Failed"], - "7PPwVf": [ - "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." - ], - "7PgtYC": ["Set NFT Avatar"], - "7QptC5": ["Auto-lock Time"], - "7R2WG+": ["Decrypted by Mask Network"], - "7VpPHA": ["Confirm"], - "7c99ux": ["Contract Deployment ", ["0"]], - "7cg5cq": ["unique contributors"], - "7eFA2G": ["Failed to revoke token contract."], - "7hZyUn": ["Processing Deposit"], - "7k2lei": [ - "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." - ], - "7lnlzl": ["Claimed ", ["amount"], " $", ["0"], " successfully."], - "7qUM2b": ["Open Mask Wallet"], - "7s5tLo": ["Allow this site to switch the network?"], - "7w1rTm": ["The download link is expired"], - "7yziEn": ["This request has been expired."], - "8+xvyR": ["Blockchain"], - "82+n6o": ["Quote Route"], - "869iq0": ["Transferring asset across to the ", ["0"], " network via the ", ["1"], "cross-chain bridge"], - "87Poy7": [["0"], " ", ["1"], " NFT contract."], - "88+Eku": ["Provide you with fast, reliable and convenient security services."], - "89kDhv": ["NFT collection"], - "8BsgdX": ["Failed to get permissions"], - "8C8O9E": ["Provided by plugin \"", ["0"], "\""], - "8Dh77Z": ["NFTs"], - "8IN0ph": ["No more data available."], - "8J7y6E": ["Deposit ", ["0"], " for savings."], - "8Kly2P": [ - "Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token." - ], - "8MJFvR": [["0"], " Risky factor"], - "8N1Wbf": ["This token has no risky or attention factors."], - "8RF/Sx": ["Added successfully"], - "8S5o5V": ["Share and recommend this feature after saving."], - "8TMaZI": ["Timestamp"], - "8Tg/JR": ["Custom"], - "8WLjqx": ["Never share the 12-word secret mnemonic words with anyone!"], - "8ZsakT": ["Password"], - "8bgRf6": ["Can not follow: ", ["0"]], - "8djViz": ["Step ", ["step"], "/", ["step"]], - "8glx+u": ["Token ID"], - "8rElAH": ["Image copied!"], - "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], - "9+VwX/": ["Add Collectibles"], - "9KKhJV": ["Signing ..."], - "9VcshJ": ["Enable auto paste"], - "9Y1kXO": ["Payment password stored locally and you could try as many as you want to unlock your wallet."], - "9bG48P": ["Sending"], - "9cDpsw": ["Permissions"], - "9cSIbb": ["Click on <0/> at the top-right of your browser."], - "9d/Qe4": ["Service Agreement"], - "9hg9mc": ["Downloading"], - "9hzYBR": ["Failed to download and merge the backup: ", ["0"]], - "9jba96": ["Only TypedMessageText is supported currently."], - "9kIgHE": [ - "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." - ], - "9lqqpY": ["Invalid email address."], - "9oP21f": ["My vote"], - "9oq2rm": ["Functions with retrievable ownership"], - "9q+I38": ["Your voting power"], - "9r9nwF": ["Identical"], - "9sjcnZ": ["Disconnected."], - "9tG0uf": ["Please verify your social account"], - "9uYu7e": ["You haven't uploaded any files yet."], - "9w2hgY": ["Paste manually"], - "9xaUMG": ["General user"], - "A+Ijr2": ["Close [Check Security]?"], - "A0VzMm": ["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."], - "A1bmDM": ["No verified account found here."], - "A1taO8": ["Search"], - "A3Ndml": [ - "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." - ], - "A4vJQr": ["Set your NFT as profile picture with exclusive aura."], - "A6JChW": ["The transaction was complete and has been recorded on blockchain at ", ["0"]], - "A9tojF": ["Incorrect password"], - "AElxM7": ["Transfer ", ["0"], " NFT."], - "AJNYYr": ["Refund Lucky drop"], - "AKLbfQ": ["Restore Database"], - "AMJWWT": ["Likely in < ", ["estimateSecond"], " seconds"], - "ANYjcp": [["shareWithNum", "plural", { "one": ["1 friend"], "other": ["#", " friends"] }]], - "ANk/Zy": ["Incorrect Backup Password"], - "AOPSKq": ["Deposit ", ["0"]], - "ASNDad": ["Hide ", ["name"]], - "AV+9wg": ["Re-enter"], - "Ah4d0u": ["Security Detection"], - "AjVXBS": ["Calendar"], - "Ap948/": ["Listed"], - "Appw6V": ["No NFTs found."], - "Aq+O0x": ["status"], - "AuXfDa": [ - "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." - ], - "AuvDq6": ["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"], - "AwQpq/": ["Click on the down-arrow to see the private key."], - "AxPAXW": ["No results found"], - "AxdOHo": ["Pair"], - "Axp2cZ": ["24 Hour Trading Vol"], - "AyLiVq": ["Scan QR code to receive payment"], - "B1T4nn": ["Confirm the Lucky Drop"], - "B6C0XJ": ["No Data"], - "B8B8TU": ["Verified by ", ["0"]], - "BAvIGC": ["Withdraw token"], - "BFhvNB": [["0"], " ", ["1"], " NFT contract successfully."], - "BMCVM3": ["Wallet Sign"], - "BQHQ9v": ["No websites connected to this wallet"], - "BQi2Kk": [["0"], " were claimed"], - "BUXiPs": ["This Chain ID is currently used by the ", ["0"], " network. "], - "BWSJkS": ["No Airdrop Scam"], - "BXixGM": ["Use Persona to encrypt and decrypt social media posts & messages."], - "Ba6uFH": ["Create your NFT Lucky Drop."], - "BaU+dx": ["Connect your social platform accounts."], - "Baj2MJ": ["Savings"], - "BaoXTT": ["<0>Powered by<1>OKX<2/>"], - "BiGQfG": ["Transaction Hash"], - "BkN2qg": ["<0>Service Agreement and <1>Privacy Policy"], - "BmN4Bk": ["Aggregator"], - "ByAMF+": ["Risk Warning"], - "ByPj1d": ["Request ID"], - "BzEFor": ["or"], - "BzfzPK": ["Items"], - "C0JhYS": ["Change Network"], - "C2/uLW": [ - "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." - ], - "C3Wgzy": ["You have claimed ", ["0"], " $ARB."], - "CCIrQ8": ["Fake Token"], - "CE+M2e": ["Info"], - "CEk7Nc": ["At least 6 characters"], - "CFPbpH": ["The new passwords don't match"], - "CJviCK": ["<0>", ["user"], " proposed"], - "CK1KXz": ["Max"], - "CMHmbm": ["Slippage"], - "CMfM6C": ["No Enough Gas Fees"], - "CP3D8G": ["Progress"], - "CT10+i": ["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."], - "CTSEx8": ["<0/> publish a post on ", ["0"]], - "CU3U3d": ["Try to recover"], - "CWsYB3": ["Welcome Back"], - "CXHRbe": ["Wallet request timed out"], - "CYRJEX": ["Owners"], - "CZSWya": ["NFTs added"], - "CZmSbe": ["Request is valid not before"], - "Cf/0to": ["Data source is retrieved from ", ["0"], "."], - "Citz6F": ["Exchange"], - "CkLMZ2": ["File delete failed"], - "CmMDVW": [ - "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." - ], - "CpciBt": ["Switch to Polygon and Follow"], - "CtByM7": ["Connect Wallet"], - "Cwxng+": ["Supported formats: JPEG, PNG<0/> Size limit: ", ["0"]], - "Cy19fm": [ - "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." - ], - "CygwLN": ["Swap completed successfully."], - "Cz6Lx7": ["Encryption Method"], - "D79cZK": ["Instant"], - "D9iWaX": ["Please check ToS document"], - "D9za/8": ["Missing dex contract address"], - "DA2uGM": ["Click the application icon to hide in the App list."], - "DAFhfT": [ - "There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." - ], - "DC3sw8": ["Two entered passwords are different."], - "DHhJ7s": ["Previous"], - "DKBbsW": ["Gas price must be greater than 0 Gwei."], - "DPfwMq": ["Done"], - "DYoO0m": ["Token quantity greater than"], - "DdUFp+": ["The transaction was confirmed at ", ["0"]], - "Dk6Non": ["Whitelist function"], - "DkHkqH": ["Recommended dimensions: 1016 × 672 px"], - "DnmyoA": ["Priority fee should be greater than 0."], - "DoQ5Lj": ["RPC URL"], - "Dpe+e3": [ - "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." - ], - "DtZDW+": [["0"], " (UTC+8)"], - "Du6bPw": ["Address"], - "DuIDTw": ["To verify your X account and record it on the NextID, please send this post for the verification."], - "Dz56Ua": ["Encrypt"], - "E399AQ": [ - "<0>", - ["user"], - " bridged <1>", - ["amount"], - " ", - ["symbol"], - " from <2>", - ["source"], - " to <3>", - ["target"], - "" - ], - "E6HGuD": ["Check out the official website"], - "E6Sqiu": ["Failed to load ", ["0"], ". Click to retry."], - "E6YUtc": ["Merge to Browser"], - "E7prOW": [ - "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." - ], - "EBC6hj": ["Local Backup"], - "EGWr+Q": ["Web3 Profile Card"], - "EJRk0x": [ - [ - "gasOptionType", - "select", - { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"], "other": [] } - ] - ], - "ELQ256": ["Make another Swap"], - "EMLHjH": ["More Details"], - "ENIvoT": ["Please set up the amount of time before we automatically lock your wallet."], - "ERYJcj": [ - "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." - ], - "EStYiZ": ["No proxy"], - "EVFPUv": ["Transfer NFT"], - "EYwKb0": ["Gas Price (GWEI)"], - "Ea4oxV": ["Follow System"], - "EbE80y": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." - ], - "EbVCxG": [ - "<0/>", - ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"], "other": [] }], - "<1/>" - ], - "Eda+dy": [ - "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ", - ["encrypted"], - " to send your first encrypted tweet." - ], - "Eefe1a": ["The input is not a single file."], - "EfAke+": ["<0>", ["user"], " voted for <1>", ["option"], " on <2>", ["platform"], ""], - "Eh4m6e": ["<0>USD Value<1>$", ["0"], ""], - "Enb3Qk": ["You claimed 1."], - "EoKe5U": ["Domain"], - "EsKgLS": ["Click here to have a quick start."], - "Ev2r9A": ["No results"], - "EwiD7E": ["Confirm Payment Password"], - "F/pYeX": ["Create NFT Lucky Drop"], - "F3bW6y": ["Platform"], - "F4Igxz": ["Quote route"], - "F7U8uz": ["Creating your **wallet**"], - "F8VT6y": ["Failed to transfer NFT."], - "F8Wc3I": ["Drag & Drop your file here"], - "FAKSZG": ["Add google Drive"], - "FC17bL": ["<0>Powered by <1>Mask Network"], - "FGceVy": ["Owner can't change balance"], - "FMQ6p2": ["You've already claimed the lucky drop"], - "FR2cx3": ["Anti_whale(Limited number of transactions)"], - "FY2gWe": ["The contract address is incorrect or the collection does not belong to you."], - "FZg3wM": ["Operation"], - "FfJy7A": ["Manage Network"], - "FgAxTj": ["Log out"], - "Fgyfqo": ["Amount Each"], - "FiKDfi": ["Failed to unlock NFT contract."], - "FiYmUY": ["No associated accounts"], - "Fim3FY": ["Download https://mask.io to try more powerful tools on Twitter."], - "Fn9Tvh": ["Volume (24h)"], - "FnQek5": [ - "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." - ], - "FnjSI+": ["Not current account. Please switch to this account to set up NFTs Profile."], - "Fs/bd5": ["Invalid Block Explorer URL."], - "FzzpXs": ["Sale ends in ", ["0"]], - "G+XYfT": ["Do you want to delete file <0>", ["0"], ""], - "G4NrhP": ["Persona created."], - "GAZNIW": ["Price Statistic"], - "GAvnvl": ["Payment Password"], - "GDe4XX": ["Please connect wallet to check if you are eligible to claim $ARB."], - "GEL05h": ["WalletConnect"], - "GExRUL": ["Backup password"], - "GHvzdC": ["No content for the last two weeks."], - "GK6Tzr": ["Persona Sign"], - "GLDuz6": ["May be a honeypot."], - "GRLMKx": ["Winners"], - "GS+Mus": ["Export"], - "GS0ldX": ["Unsupported network type"], - "GShMK6": ["Refunding"], - "GTJCth": ["The contract owner is not known to be able to modify the balance of the token of other addresses."], - "GWCG6Y": ["Copy image"], - "GWKfFr": [ - "To use Lido, you need to wait ", - ["0"], - " days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." - ], - "GWMpIa": [["0"], " Risky factors"], - "GXhrYw": ["1. If you haven't installed the ", ["name"], " Wallet"], - "GXsAby": ["Revoke"], - "GZzKYx": ["Buy Tax: ", ["0"]], - "GaH2JF": ["Suggest to send transactions and sign messages"], - "Gia1VG": ["Web3 File Service"], - "Gmmd6d": ["Verify your X ID"], - "GrTvoo": ["Transaction in progress. Thank you for your patience."], - "GtJJAj": ["Add Wallet"], - "Gw91G1": ["This request should only be sign in the future."], - "GyvZPz": ["Token ID should be separated by comma, e.g. 1223,1224,"], - "H1v3zR": ["Insufficient ", ["0"], " Balance"], - "H8rw2f": ["(the name is set by the web site)"], - "HCKlXm": ["Token Contract Address"], - "HF6C2L": ["Phone Number"], - "HFVck2": ["Lucky Drop with ", ["0"], " refunded."], - "HGTZAO": ["Step 2/2"], - "HH25qd": ["No wallet selected."], - "HIq3th": ["Cannot switch to a unknown network."], - "HKH+W+": ["Data"], - "HTX2HV": ["Minimum received"], - "HVRhUV": ["By proceeding you agree to the"], - "Hp1l6f": ["Current"], - "HpK/8d": ["Reload"], - "HqiAyF": ["Gwei"], - "HvDfH/": ["Imported"], - "HvUm3m": ["Choose and show your Web3 footprints on X."], - "I4caYo": ["Invalid verification code."], - "I5kL4f": ["Activity Log"], - "I7z//Y": ["Trading route"], - "IBAx3U": ["Kept safely"], - "IF7RiR": ["Cover"], - "IGbphl": ["Unlocking ALL..."], - "ILvrUp": ["Unlikely to be a honeypot."], - "IMX4sR": ["Blacklist function"], - "IQ3gAw": ["Upload File"], - "ITBQO3": ["Max priority fee must be greater than 0 GWEI"], - "IUG86v": ["The Persona is connected to the account @$", ["0"], "."], - "IUp08P": ["The current wallet does not hold a lens and cannot follow/unfollow"], - "IX1M/E": ["Floor price"], - "IXbRbM": ["Choose another wallet"], - "If2v4h": ["Lucky Drop"], - "IhnvgP": ["Change to EVM Wallet"], - "ImhKg5": ["Could not fetch chain ID. Is your RPC URL correct?"], - "IoAuJG": ["Sending..."], - "IrI9pg": ["End date"], - "Iu4Ja9": ["Please enter token contract address."], - "J05/Al": ["Set NFT NFT Background"], - "J0LAHU": ["Refund"], - "J0Mxpc": ["The ", ["0"], " is in progress. You can check its status in History after exiting this page."], - "J24FyN": ["Bridge"], - "J2eKUI": ["File"], - "JA8K9s": ["Unpacking"], - "JGds+N": ["Lack of number, letter or special character."], - "JGpseC": [ - ["0", "plural", { "one": ["This domain is"], "other": ["These domains are"] }], - " currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "JLiwYz": ["Mask Network requires the permission of following websites before using it."], - "JOP9uZ": ["Transaction has been rejected!"], - "JPHuMW": ["Swapping"], - "JUcj/I": ["Switch X Logo"], - "JXJlYD": ["Set Your Persona Name"], - "JbKZsv": ["Scan the QR code with a WalletConnect-compatible wallet"], - "JeHCi7": ["No function found that retrieves ownership"], - "JfI60y": ["Incorrect Payment Password."], - "Jg5pf7": ["Current base fee is ", ["0"], " Gwei"], - "JiIKww": ["Advanced Settings"], - "JlFcis": ["Send"], - "JlIzk8": ["Browser File"], - "Jnjbl3": ["You need to follow <0>@", ["twitterHandle"], ""], - "Js4Nk0": [ - [ - "0", - "select", - { - "finding_post_key": [ - "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." - ], - "finding_person_public_key": ["Mask is looking for the public key of the author..."], - "other": ["Mask is decrypting..."] - } - ] - ], - "JuVC24": ["Deposit token"], - "JwzZmt": ["to <0>", ["toAddress"], ""], - "K1tshY": ["Failed to download image"], - "K5a6t1": ["Persona already exists."], - "K7tIrx": ["Category"], - "K8jCIB": ["Data backed up successfully!"], - "KAS4UW": [["0"], " Attention factor"], - "KCeSRZ": [ - "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." - ], - "KFYFgI": ["Wallet sign failed."], - "KFwID2": ["Restore Failed"], - "KGHnSc": ["Lock Wallet"], - "KJGKkh": ["EVM Chains only"], - "KMgp2+": [["0"], " available"], - "KPUGxy": ["Random Amount"], - "KRz1oj": [ - "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." - ], - "KTfagY": ["Lucky drop with ", ["0"], " created."], - "KVAoFR": ["unlimited"], - "KVkke3": ["Set NFT PFPs"], - "KWeNH6": ["Unlocking ", ["hasSymbolName"], "..."], - "KisOjk": ["Restore or Login"], - "Kj4oEm": ["Generate a new persona"], - "Kl9gHp": ["Wallet Group #", ["0"]], - "KmQ25M": ["Max priority fee is too high for network conditions."], - "KnidLU": ["Not Connected"], - "Ko4L/B": ["The receiving address is a contract address. Please check again."], - "KojyJ4": ["Wrong Network"], - "Koz2Rg": [["0", "plural", { "one": ["Action"], "other": ["Actions"] }]], - "KtMMzG": ["Wallet disconnected"], - "KwJJLb": ["<0>Powered by <1>", ["0"], ""], - "Ky09J8": ["Previous follow transaction is in processing, please wait and try again."], - "KziH2K": ["Fast"], - "Kzu9r9": ["24H Traded Volume"], - "L+bpwv": ["Please set up backup password to export private key."], - "L4vN0F": ["EVM"], - "L82H5Z": ["Creating your **identity**"], - "L87Mfu": ["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."], - "L96aan": ["View full transaction details"], - "LBtfmO": ["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."], - "LJkXYZ": ["Create New Mask Identity"], - "LLf+t1": ["No deposit protocols found."], - "LNItR6": ["You have set NFT PFP successfully."], - "LP+1Z7": ["Add Network"], - "LSwUJb": ["Select Liquidity"], - "LU3p9s": [ - "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." - ], - "LWJCIn": ["Connected sites"], - "La9ArN": ["<0>Powered by ", ["publisherNode"]], - "LcET2C": ["Privacy Policy"], - "LcZh+r": ["Unsupported data backup"], - "LhMjLm": ["Time"], - "Lho4Qd": ["DSearch"], - "LiE5z4": ["Max base fee should be greater than 0"], - "LigbuA": [ - "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." - ], - "LkYKvc": ["Please select the correct words in the correct order."], - "LqWHk1": ["Hide ", ["0"]], - "Lx4CpL": ["Wallet name must between 3 to 18 characters."], - "Lz7CzN": ["No mint function"], - "Lzo8mb": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - "<2><3>", - ["tokenSymbol"], - "" - ], - "M0FgOk": ["Add Contact"], - "M1RnFv": ["Expired"], - "M1ts1r": ["View your address"], - "M24E85": ["This address is a contract address."], - "M4g1UJ": ["Contract Interaction"], - "M7ZGdw": ["2. If you have installed the ", ["name"], " Wallet"], - "M9OYUo": ["Please try again if you failed to vote."], - "MC00Lm": ["Scan QR code with WalletConnect-compatible wallet"], - "MEIAzV": ["Unnamed"], - "MKEPCY": ["Follow"], - "MOHcKb": ["Enter a max priority fee"], - "MQ9hQ4": ["DAO"], - "MR/0Va": ["All Mask Network users"], - "MTqQMG": ["Not set"], - "Mh3RsB": ["Best Wishes!"], - "Mi8ATZ": ["The token approval revoked."], - "Midntl": ["Download report"], - "Mm1aH+": ["Proxy contract"], - "MpnSqP": [["0"], " Pending"], - "MqdtT5": [["0"], " Bridge Network fee"], - "MyjAbr": ["Resend"], - "N/fqDa": ["Ens or Address(0x)"], - "N0YrmD": ["Valuables"], - "N0tcou": ["Claiming..."], - "N2DUxS": ["Insufficient Balance"], - "N2S1rs": ["Empty"], - "N2aeX8": ["No valid wallet detected. Please connect wallet or verify wallet firstly."], - "N40H+G": ["All"], - "N5GKfB": ["Tax cannot be modified"], - "N6/RZd": ["Sorry, failed to save NFT Avatar. Please set again."], - "N931rj": ["Your transaction should be done in <0/>"], - "NERSN2": ["or Holding NFT"], - "NJbBmC": ["Switch Twitter Logo"], - "NOi+Fr": ["This QR includes your identity, please keep it safely."], - "NTnXx/": ["<0/> unapproved <1>", ["0"], ""], - "NVt/wW": ["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], - "NWqhru": ["Reselect"], - "NZ7wlC": [["0"], " Holder"], - "Na6Ytj": ["Change NFT PFP"], - "NaZTE7": ["Incorrect Mnemonic Words."], - "NdlvGd": ["Claim Details"], - "NfxOUe": ["Enter Total Amount"], - "Ng063n": ["Donate"], - "Nhp9Kw": ["Exceeded the maximum file size of ", ["fileSize"], "."], - "NkgvWN": ["Logout failed"], - "NloaHG": ["Backup Password"], - "Ns5WaC": ["No backups found"], - "Nu4oKW": ["Description"], - "NwibRO": ["Supported contracts"], - "NzlE6O": ["By granting permission, you are allowing the following <0/> contract to access your NFTs."], - "Nzm8dm": ["Example: Alice"], - "Nzwli2": ["Base"], - "O2XHf2": ["Check ", ["providerName"], " to confirm connect."], - "O3Nzf+": ["Bridge between this token pair are't supported at the moment."], - "O3oNi5": ["Email"], - "O86J+j": [ - "This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud." - ], - "O8PsYe": ["Add the file to Chrome's database"], - "OAZ+tI": [ - ["attentionFactors", "plural", { "one": ["#", " Attention item"], "other": ["#", " Attention items"] }] - ], - "OAfk3i": ["Hash"], - "OCJdad": ["<0>To: <1>", ["to"], ""], - "OLUEnY": ["when you click Add Google Drive button,you will be forwarded to Google authorization pages."], - "OLY2Jk": ["Gas Price"], - "OQEwR/": ["Create Lucky Drop"], - "OR475H": ["Network"], - "OcvI49": ["No blacklist"], - "OeD4sM": ["Failed to login firefly"], - "OfhWJH": ["Reset"], - "OgPkDe": ["Currency Symbol (Optional)"], - "OgohfQ": ["File Key: <0>", ["0"], ""], - "OhgYJS": ["Basic setting"], - "OkofjH": ["Recover"], - "On0aF2": ["Website"], - "OsyKSt": ["Withdraw"], - "OuUyzz": ["No contacts stored locally, you can try searching."], - "OzSOpz": ["Create a Privy wallet using an X account"], - "P+K/3O": ["Confirming"], - "P7S/hC": ["Max priority fee must be greater than 0 Gwei."], - "P9wzG/": ["Recovery"], - "PByO0X": ["Votes"], - "PDW/HG": ["Your Persona is on **ready 🚀**"], - "PGdbc0": [ - "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." - ], - "PHM7OA": ["Supported Sites"], - "PI/VCJ": ["Select the wallet(s) to use on this site. You should not connect to website you don't trust."], - "PIG043": ["Gitcoin"], - "PLWaf6": ["Create the Lucky Drop"], - "PNZOzY": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - " on <5>", - ["3"], - "" - ], - "PRkIUI": ["Gas Fee"], - "PTXNyo": ["Waiting for ", ["providerType"]], - "Pd3dlq": ["Circulating Supply"], - "PeT3a5": ["You have successfully restored the backup from Google Drive to your browser."], - "PiH3UR": ["Copied!"], - "PjBWOL": ["Create your persona to get started"], - "PlE+Fs": ["Connect and Verify ", ["0"]], - "PsQmAw": ["Everyone"], - "Pt3n39": ["No back up"], - "PwjgPX": ["Please create your persona to use Web3 Profile."], - "Q0IFtx": ["The custom amount entered may be higher than the required network fee."], - "Q2lUR2": ["Currency"], - "Q68Nuc": [ - "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." - ], - "QF9SdB": ["Split Mode"], - "QHZRmq": ["Sites"], - "QHcLEN": ["Connected"], - "QJQd1J": ["Edit Profile"], - "QQPCqQ": ["Backup Wallet"], - "QRsMow": ["Transaction Confirmed"], - "QU9aqK": ["You have signed with your wallet."], - "QUBIav": ["Failed to bridge"], - "QWxok/": ["Connect with Mask Wallet"], - "QXDgyQ": [ - "Please write down the following words in correct order. Keep it safe and do not share with anyone!" - ], - "Qbo7Ev": ["Write down mnemonic words"], - "QcVZFH": ["Step ", ["step"], "/", ["totalSteps"]], - "Qd0xFm": ["Refund your expired Lucky Drop."], - "QowPFh": ["Collectibles"], - "QpgBEp": [["0"], " days"], - "QsVbHo": ["Sending address"], - "QyZU8V": [["riskyFactors", "plural", { "one": ["#", " Risky item"], "other": ["#", " Risky items"] }]], - "QypSt2": ["Update X.com Permissions"], - "Qz8niP": ["You may lose your assets if you give approval to the website of this token."], - "R/Pfmp": [["amount"], " ", ["0"], " tips sent."], - "R2K7XH": ["Account successfully connected to persona"], - "R9aEN5": ["Send ", ["0"]], - "RCBmDP": ["Follow @masknetwork to explore Web3."], - "REeHKm": [ - "<0/> ", - ["txType", "select", { "trade": ["traded"], "mint": ["minted"], "other": ["traded"] }], - " <1>", - ["0"], - " ", - ["1"], - " for <2>", - ["2"], - " ", - ["3"], - "" - ], - "RH8jSA": ["Merge data to local database"], - "RHSlVw": ["Follow @masknetwork (mask.io) to claim NFT lucky drops."], - "RL5m+x": ["Generating your **accounts**"], - "RLBjfU": ["Attached File: ", ["name"], " (", ["size"], ")"], - "RNfEI8": ["You canceled the request."], - "ROWd/9": ["Leave blank to allow any amount; enter a number to set a minimum holding requirement."], - "ROWeBX": ["Followings"], - "ROsDRH": ["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"], - "RRw7LE": ["Identity ID"], - "RUYsn0": ["Clear All"], - "RW1HJz": ["The receiving address may be a malicious address."], - "RWoEqV": ["Failed to transfer token: ", ["message"]], - "RZOA0N": ["Find Mask Network in the extension list and click the <0/> button."], - "RdfrN2": ["Mint Address"], - "Re7Oex": ["Transaction submitted."], - "RhCL4z": ["Max amount"], - "RiLzWA": ["Please switch to this network in the mobile application wallet you are connected to."], - "RiQQyz": ["This allows the third party to spend ", ["value"], " ", ["0"], " from your current balance."], - "Rm3JCH": ["File name must between 3 to 20 characters."], - "RqRRf6": ["Created by <0>", ["0"], " • <1>Website"], - "RrGhwo": ["File ", ["0"], " deleted."], - "RuO5md": [["seconds"], "sec"], - "Rx8sxX": ["Select liquidity"], - "RxlKnY": ["Lens"], - "Ry8TiY": ["Create Smart Pay wallet"], - "S0CsaV": ["Create a New Wallet"], - "S0vyIh": ["Owner changed."], - "S2JNMm": ["Your file has been successfully restore into the browser data."], - "S33tz3": ["Not connected"], - "S6Qdlo": ["Scam Warning"], - "SDrb6I": [ - "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." - ], - "SGVkVp": ["Two entered passwords are not the same."], - "SIrUT3": [ - "Grant access to your ", - ["0"], - " for the Lucky Drop Smart contract. You only have to do this once per token." - ], - "SLEDBF": ["Failed to add the wallet, please try again."], - "SNZM71": [["0"], " withdrawn."], - "SREKz9": ["Report NFT Scam Contract?"], - "SUqBr9": ["Refund ", ["0"], " ", ["tokenSymbol"], " Successfully"], - "SX2UXi": ["Your vote has been successful."], - "SYGo/R": ["Import Wallet"], - "SYgxDf": ["Slow"], - "Sfu/we": ["Failed to delete, please try again."], - "ShHV7X": ["Cloud Backup"], - "ShmUTn": ["Add a Custom Cover"], - "Sitstz": [ - "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." - ], - "Sjplg3": ["View on Explorer"], - "SlxhDh": ["Verify your wallet"], - "Sp69uH": ["The web site can"], - "T0W3Z8": ["Insufficient funds for gas."], - "T0Y2+3": ["Select a token"], - "T3EPqL": ["Max base fee"], - "T3dlAs": ["Quote expired. Update to receive a new quote."], - "TA4fAr": ["The wallet name already exists."], - "TFEJcT": ["Set NFT PFP"], - "TIIaK1": [ - [ - "2", - "select", - { - "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], - "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""], - "other": [] - } - ] - ], - "TJt1iY": ["Decentralized social graph protocol for user-centric Web3."], - "TNFd5O": ["View real-time crypto prices, market cap, trading volume, etc."], - "TP9/K5": ["Token"], - "TRoDRd": ["Failed to deposit token."], - "TYTRNP": ["Eligible to claim"], - "TZDLPg": ["Claimable"], - "Tfxac6": [ - "This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." - ], - "Tg003Y": ["Connected wallets settings"], - "Tl3Zls": [ - "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." - ], - "TnHNX9": ["Update permission for X.com"], - "ToePai": ["Spend limit requested by"], - "TppkTk": [ - "<0>", - ["user"], - " carried out an activity to <1>", - ["target"], - " on <2>", - ["platform"], - "" - ], - "TpqeIh": ["Error: ", ["0"]], - "Tuc34V": ["Confirm Bridge"], - "Tx/jsw": ["Do you need to paste encrypted content manually?"], - "Tz0i8g": ["Settings"], - "TzarJw": ["Bridging"], - "UBzbea": ["Recover your wallet"], - "UDKbPj": ["Your file has been successfully merged into the browser data."], - "UFzLh1": [ - "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ", - ["0"], - ". Please reduce the number of NFTs selected." - ], - "UO7xDp": [["0"], " Pool"], - "UPJjXF": ["Network error, try again: ", ["0"]], - "URAE3q": ["Paused"], - "URmyfc": ["Details"], - "UUfXpm": ["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."], - "UWxJIW": ["Powered by Celer Network. Support $MASK!"], - "UXBK7e": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "UaXeX3": ["Okay"], - "UbRKMZ": ["Pending"], - "Udf/Es": [ - "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." - ], - "UfJmJU": ["Invalid slippage tolerance."], - "UjJCIX": ["Contract source code not verified"], - "UjRxho": ["Persona Recovery Phrase"], - "UmVZrM": ["Failed to create Lucky Drop."], - "UpqenY": ["We recommend new Web3 users to keep [Check Security] open."], - "UqJ0W/": ["Cancel Transaction"], - "Usynqd": ["Gas price is too low and will cause the transaction fail"], - "UtKGok": ["Backup Persona"], - "UvJiVZ": ["There's no feed associated with this address."], - "UxJ2jd": ["Display Snapshot proposals on the X of the respective project or protocol."], - "UxYZfY": ["Revoke the approval for ", ["0"], "."], - "V+1pjj": ["Back Up Your Data Your Way"], - "V+ZuGt": ["You claimed ", ["0"], " $", ["1"], "."], - "V6YDUB": ["<0>", ["user"], " donated <1>", ["costValue"], " ", ["costSymbol"], ""], - "V6wYl1": ["Total amount"], - "V8j2d/": ["App list"], - "VAOn4r": ["Unlock"], - "VECuJk": ["Wallet Account"], - "VHShJf": ["Please click Browse Files button to select files to upload."], - "VHVdS1": ["No votes"], - "VP4HYe": ["Next.ID"], - "VSx1eg": ["Max priority fee"], - "VbeIOx": ["Author"], - "VcPDSd": ["Unsupported key store data"], - "VdhBp2": ["The chainID is not equal to the currently connected one."], - "VdkQUC": ["Please sign up or login ", ["siteName"], " to connect Mask Network."], - "Vj7ma7": ["Support mnemonic phrase, private key or keystore file."], - "VlpdUm": ["Use NFT"], - "VsHxv+": ["Copy text"], - "VvGC/Y": [["0"], " Network fee"], - "VvPeyR": [["0"], " unlocked"], - "VzQ7uf": ["Unknown EIP-4361 message version."], - "VzQOL2": [ - "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." - ], - "W0uonA": ["This QR includes your mnemonic words, please keep it safely."], - "W2es+t": ["Oops, it seems you don't have any voting power at block ", ["0"], ". <0>Learn more"], - "W5OcTk": ["No approved contract records."], - "W7e3zN": ["Are you sure to remove the connected wallet <0>", ["0"], "?"], - "W7rMXF": ["Failed to send token."], - "WAjFYI": ["Start date"], - "WDcQq9": ["Unlisted"], - "WKG5E8": ["You need to hold at least ", ["quantity"], " of any of the following tokens."], - "WLMjwL": ["Confirm to hide ", ["0"], "? You can redisplay it by re-adding this token at any time."], - "WS7EYf": [ - [ - "0", - "select", - { - "Post": ["<0/><1>", ["handle"], " published a post on <2>", ["1"], ""], - "Comment": ["<3/><4>", ["handle"], " made a comment on <5>", ["2"], ""], - "Mirror": [ - "<6/><7>", - ["3"], - " mirrored a post post by<8/><9>", - ["handle"], - " on <10>", - ["4"], - "" - ], - "Quote": ["<11/><12>", ["handle"], " quoted a post post on <13>", ["5"], ""], - "other": ["<14/><15>", ["handle"], " post stuff on <16>", ["6"], ""] - } - ] - ], - "WWPi4P": ["Incorrect wallet address."], - "WY8amq": ["Invalid number"], - "WZcvLm": ["Follow Now"], - "WeNxrL": [["0"], " Attention factors"], - "Weq9zb": ["General"], - "WmXCMa": ["Switch other account"], - "Wqoa0p": ["Connect Persona"], - "WqzYn1": [ - "<0>", - ["user"], - " donated <1>", - ["costValue"], - " ", - ["costSymbol"], - " to <2>", - ["project"], - "" - ], - "WsNUie": ["Claimed: <0>", ["0"], "/", ["1"], " <1>", ["2"], ""], - "Wvnsx1": ["Auto-lock"], - "Wy16g8": ["Gift crypto or NFTs to any users, first come, first served."], - "X0PXso": ["Swap duration"], - "X200Sr": ["Forgot payment password?"], - "X3X0nY": ["You may have ", ["0"], "% less received with this level of slippage tolerance."], - "X6ujRd": ["Be aware, check the token before adding it."], - "X8N33g": ["Transaction history is only stored locally and will be deleted if you clear your browser data."], - "X8w6bW": ["Enter Max spend limit"], - "XA8JXM": ["Add NFTs"], - "XB3tfc": ["Encrypting your **data**"], - "XC7RGa": ["Recover your data"], - "XDtQ7t": ["Display the following address on your Web3 profile page and use it to receive tips."], - "XGRJzS": ["Open in a new tab"], - "XGqAnD": ["This token contract has code that prevent selling. This might is a honeypot."], - "XQDdOC": ["No friends are stored locally, please try search one."], - "XQQx83": [ - "<0>", - ["user"], - " ", - [ - "0", - "select", - { - "supply": ["supplied"], - "add": ["added"], - "repay": ["repaid"], - "withdraw": ["withdrew"], - "collect": ["collected"], - "remove": ["removed"], - "borrow": ["borrowed"], - "other": [] - } - ], - " liquidity on <1>", - ["1"], - "" - ], - "XUKicg": ["Step 1/2"], - "XYLcNv": ["Support"], - "XZ/B+f": ["Don't see your NFT?"], - "XcWehA": ["Update Quote"], - "Xftpm5": ["Select Collection"], - "XjDSdO": ["Old Payment Password"], - "Xlpdi1": ["on ", ["fromNetworkName"]], - "Xprzee": ["Enter a gas price"], - "XrH+JC": ["IPFS"], - "XrlvqN": ["Who can claim?"], - "XsyYEe": ["This NFT didn't have any activities."], - "XyAmgg": ["Add wallet"], - "Y7N0Sj": ["View your account balance and history"], - "Y9mYPy": ["Powered By ", ["0"]], - "YF8jon": ["Ended ", ["relativeEndTime"]], - "YKSmxE": [ - "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." - ], - "YLObqx": ["Equal Amount"], - "YOacnL": ["Tell friends what's happening..."], - "YOnK5s": [ - "<0>", - ["user"], - " registered ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "], "other": [] }], - "for <3>", - ["costValue"], - " ", - ["costSymbol"], - "" - ], - "YPNSH3": ["Connect Solana Wallet"], - "YSi9PS": [ - "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." - ], - "YW51YO": ["24H sale"], - "YXIpYp": ["Please verify the current persona with a social media account before using dApps."], - "Yckw2R": ["Fiat On-Ramp"], - "YdCB5X": ["Copy private key"], - "YiPiv6": [ - "There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." - ], - "YirHq7": ["Feedback"], - "YnqCPK": ["Verify Account"], - "Yp8yB4": [["0"], " to ", ["1"]], - "Ywu8Rl": ["Please connect ", ["0"], " and send a proof post before using dApps."], - "Z/tioj": ["Swap ", ["0"]], - "Z16qyu": ["Persona Name"], - "Z3+V9p": ["Restore backup failed."], - "Z33XCd": ["Input contract address"], - "Z3FXyt": ["Loading..."], - "Z3S6Dx": ["Step 1/3"], - "Z3y+8t": ["Unsupported Network"], - "Z6siIw": ["Switch between the classic Twitter logo and the new one."], - "Z7ZXbT": ["Approve"], - "Z8+FzC": ["Connecting your ", ["providerType"], " wallet"], - "Z8G4E5": ["Change to Flow Wallet"], - "Z8lGw6": ["Share"], - "ZAVklK": ["Or"], - "ZDcdss": ["Claim Conditions"], - "ZHsD28": ["Enable the plugin"], - "ZIsLZh": ["Size limit: 10 MB"], - "ZK75iC": ["Choose a Cover"], - "ZKAj6+": ["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."], - "ZQbnxO": ["No collectible found."], - "ZQr5hT": ["Unlock Token"], - "ZSWUwq": [["0"], "m"], - "ZSgQgC": ["Max fee is too low for network conditions."], - "ZTXjJ3": ["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."], - "ZTmzRV": ["Highest Price"], - "ZdnQsW": ["<0/> interacted with <1/>"], - "ZgFWrp": ["<0>Powered by<1>Go+"], - "ZhrWG1": ["Create persona"], - "ZrZMJ6": ["Backup failed, <0>try again"], - "ZsjtYe": ["Failed to set Avatar."], - "Zypku0": ["By using this plugin, you agree to the <0>terms and the <1>privacy policy."], - "a1S2x7": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and "] }], - ["sources"], - "." - ], - "a1SmQh": ["Select Wallet"], - "a23gJr": ["Incorrect backup password."], - "a33WQ+": ["Download the ", ["name"], " Wallet here"], - "a4C0ak": ["Insufficient Balance for Gas Fee"], - "a4N/Bg": ["Load More"], - "a5t/N3": ["Spend more transaction fees to cancel the previous transaction."], - "a6ONsz": ["Unlock ", ["0"], "."], - "a7u1N9": ["Price"], - "a9X8Om": ["Failed to report spam."], - "aAIQg2": ["Appearance"], - "aEgiLS": ["contributions"], - "aF8kci": ["Creation Completed"], - "aFJrEy": ["You need to hold any of the following NFTs in your wallet."], - "aFht5e": ["Connected ", ["0"], " with ", ["walletName"], "."], - "aTzTyw": ["Add Assets"], - "aVI2qx": ["Click the application icon to list it on the App board."], - "aYT9SD": ["Max fee"], - "acK3j2": ["Input your Private Key"], - "agPptk": ["Medium"], - "ah8/4v": ["Floor Price"], - "ahNa7P": ["NFT Holder"], - "ahpgxl": ["Please create a Persona and verify your account to use this."], - "ai3VNq": ["Connected Wallet"], - "ajKdns": ["This wallet address has already been connected."], - "apl8rz": ["Failed to withdraw ", ["0"], "."], - "aqop4L": ["Check on Explorer"], - "awW7ak": ["Remove Wallet"], - "ayxkVX": ["Transaction"], - "b+scYY": ["Requesting Connection"], - "b/mMOj": [["0"], " ", ["1"], " approval successfully."], - "bBzHQT": ["Input amount is below the minimum amount"], - "bD8I7O": ["Complete"], - "bEPPWi": ["Connect Flow Wallet"], - "bGMpPD": ["Unlock NFT Contract"], - "bIpwjD": ["My Wallets"], - "bKGn4N": [ - "<0/> minted", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }] - ], - "bLJivk": ["Select an NFT Contract Owner"], - "bLmWH9": ["Bridge anyway"], - "bLqb2p": ["<0>Latest offer at <1>$", ["0"], ""], - "bLvQvN": ["Library:"], - "bQXBhp": [ - "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." - ], - "bTQliy": [ - "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." - ], - "bUUVED": ["Asset"], - "bapItf": ["Incorrect Backup Password."], - "bassMa": ["Incorrect cloud backup password, please try again."], - "bbS8qf": ["1 NFT claimed."], - "bdIrOO": ["Verification code has been sent to your email. Please check your mailbox."], - "bfNmSO": ["Set payment password successfully."], - "bnfo6T": ["Sent verification post successfully."], - "bnuQy5": [["0"], " files selected"], - "bwlRe8": ["Selecting NFTs"], - "c+Fnce": ["Sign"], - "c+XaKf": [ - "<0>", - ["formattedUser"], - " ", - ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"], "other": [] }], - " <1>", - ["other"], - " on <2>", - ["1"], - "" - ], - "c19z3W": ["Available Balance"], - "c2MkCo": ["Payment password must be 6 to 20 characters."], - "cD0wgO": [ - "Do you want to remove the verified association between the X account @<0>", - ["0"], - " and ", - ["1"], - "?" - ], - "cFDjd3": ["Transaction type"], - "cJv4Ca": ["Connecting operation cancelled in third-party wallet."], - "cM1qH2": [ - "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." - ], - "cNJNBU": ["Get optimized search results when you're looking for a token."], - "cQYjZe": [ - "To verify your X account and record it on the NextID, you will need to send a post for the verification." - ], - "cVit2/": ["Please set the backup password to back up"], - "caP+Xq": ["Crypto Holder"], - "cbzSv5": ["Max fee should be greater than base fee of ", ["0"], " Gwei."], - "chL5IG": ["Community"], - "clw/Xh": [["0"], " sent."], - "cm4E8+": ["Experience in X"], - "cmKQl+": ["Failed to save the file. Please try again."], - "cmNbUB": ["Not found your ", ["providerType"], " wallet"], - "cnGeoo": ["Delete"], - "crVIc7": ["Locale Backup"], - "ctb8Cs": ["Dex/Est received (", ["0"], ")"], - "cvCD4e": ["Contract Creator"], - "d0aemb": ["Please create a persona for accessing Dapps."], - "d6nk2t": [["0"], " Platform costs"], - "dAMTl9": ["This RPC URL is currently used by the ", ["0"], " network"], - "dCpOJ5": ["<0/> approved with <1/>"], - "dCvyk/": ["Change another account and try again."], - "dEgA5A": ["Cancel"], - "dXFgcm": ["Transfer Token"], - "daEP1M": ["Token info"], - "dajsth": ["Incorrect Keystore Password."], - "du/tmd": ["Create your Lucky Drop."], - "dyNKut": ["Browse Files"], - "dzAth+": [["0"], " ", ["1"], " swap completed successfully."], - "e0E1XI": ["Max Fee (GWEI)"], - "e1vdXO": ["Arweave"], - "e34ZOD": ["Waiting time"], - "e3I0CA": ["Failed to restore the backup: ", ["0"]], - "e3hCsY": ["Lido Exchange Rate"], - "e4yrZ/": ["Token Address"], - "eC1gV9": ["Invalid file type"], - "eDT+Oh": [ - "The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets." - ], - "eE0JZ4": ["Version"], - "eEeK5j": ["<0>Expires in ", ["0"]], - "ePK91l": ["Edit"], - "eWczg7": ["Just Me"], - "eaLSW8": ["Persona name must between 1 to 24 characters."], - "ecqLr0": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "eeYVJ5": ["Be careful what you visit and sign!"], - "ejVYRQ": ["From"], - "elyK4N": ["Failed to unlock token contract."], - "eoeq4k": ["<0>", ["user"], " made a comment on ", ["platform"]], - "ep2Wyh": ["1 ", ["0"], " tips sent."], - "erRCKP": ["File saved"], - "es4h+b": ["Swap Anyway"], - "ezYNcH": ["Pin Mask Network to the toolbar for easier access:"], - "f5AidZ": ["Write down recovery phrase"], - "f61qKX": ["Deploy a SmartPay wallet on Polygon network."], - "f6pX67": ["<0>0 Followers <1>0 Following"], - "fDP2k4": ["Change Payment Password"], - "fFGPy6": ["Or create a new wallet group"], - "fFYJ8f": ["Welcome to use Mask Network"], - "fL7WXr": ["Applications"], - "fRQP7E": ["<0>Granted to <1>", ["0"], ""], - "fRUjl7": ["Please switch to <0>@", ["expectAccount"], " to continue the account verification progress."], - "fUn3xA": ["Generate a new wallet address"], - "fc4PdK": [ - "The RPC URL you have entered returned a different chain ID (", - ["rpcChainId"], - "). Please update the Chain ID to match the RPC URL of the network you are trying to add." - ], - "fdqDgM": ["Ended on <0>", ["0"], ""], - "fiPesM": ["Method"], - "fj5byd": ["N/A"], - "foOw00": ["Balance(", ["symbol"], ")"], - "fqDzSu": ["Rate"], - "fsBGk0": ["Balance"], - "fsUPaG": ["Congratulations"], - "fvRGyC": ["Trying exploring more features powered by Mask Network."], - "fx6pOQ": ["Balance: <0/>"], - "fza4cg": ["Import Wallets"], - "g/1WbH": ["from <0>", ["fromAddress"], ""], - "g/i+bG": ["Transaction rejected"], - "g2UNkE": ["Powered by"], - "gC2WI+": ["Persona"], - "gERRYE": ["Artblocks"], - "gHM62X": ["Payment password changed."], - "gM+Nj7": [ - "Are you sure to report ", - ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"], "other": ["this NFT"] }], - "? After confirmed, this NFT will be marked as spam." - ], - "gT+8Dk": ["Confirm to hide ", ["name"], "? You can redisplay it by re-adding this NFT at any time."], - "gUuuBi": ["Check Security"], - "gVfVfe": ["Contacts"], - "gWcGl/": ["Your wallet cancelled the transaction."], - "gdnEab": ["Incorrect recovery phrase."], - "ggdga4": ["The user has not set this."], - "ghVDTt": ["rounds"], - "ghZx62": ["Unlock token"], - "gk7J2q": [["0", "select", { "other": ["<0>Size limit: ", ["fileSize"], ""], "omit": [] }]], - "gkLviK": [ - "This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." - ], - "gmOW42": ["ENS or Wallet Address"], - "gnSRSG": ["Hiding Scam Transactions"], - "gp6A8z": ["Authorization Failed"], - "gtdJ43": ["My wallet"], - "gwuMzD": ["<0>", ["user"], " appointed a proxy on <1>", ["platform"], ""], - "gxV9O8": ["Cast your vote"], - "h/b9lY": ["No followers."], - "h0qYUk": ["Search with an ENS domain or wallet address to get optimized results."], - "h3bIHg": ["Disconnect Social Account?"], - "h53LoU": ["Social Account"], - "h5Dtc5": ["funding received"], - "h69WC6": ["Sent"], - "h7+V7K": ["Backup & Recovery"], - "hEpXzO": ["Welcome to Mask Network"], - "hG89Ed": ["Image"], - "hHLRGW": ["Hide tokens with value less than $1"], - "hRWvpI": ["Claimed"], - "hRtIgr": ["APP list"], - "hTbvD9": ["Sorry, you are not eligible to claim $ARB in this campaign."], - "hUF4dG": ["Backup password set successfully"], - "hWUuAb": ["Already following"], - "hXzOVo": ["Next"], - "hYgDIe": ["Create"], - "he3ygx": ["Copy"], - "heVBR8": ["Enter Amount Each"], - "hehnjM": ["Amount"], - "hg5QeV": ["Total cost"], - "hhtbAs": ["Unfollow lens handle"], - "hj39w+": ["Loading failed due to Snapshot API service breakdown."], - "hom7qf": ["Claim"], - "hpxXOD": [ - [ - "context", - "select", - { - "approve": [ - "<0>", - ["user"], - " approved <1>", - ["amount"], - " ", - ["symbol"], - " to <2>", - ["contract"], - "" - ], - "revoke": [ - "<3>", - ["user"], - " revoked the approval of <4>", - ["amount"], - " ", - ["symbol"], - " to <5>", - ["contract"], - "" - ], - "other": [] - } - ] - ], - "hxHyfs": ["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."], - "hxdOdX": ["Owner can change balance"], - "hzTib5": ["Select an NFT Contract Operator"], - "i2x+p1": ["Processing Withdrawal"], - "i4umqX": ["The following wallets are not installed or in conflict with others"], - "i6OT6/": [["subject"], " has an error"], - "i70ilP": [["0"], " NFT contract unlocked."], - "iCb44o": ["Created on: ", ["0"]], - "iF9x7r": ["Trading mode"], - "iH8itU": ["Connect your wallet"], - "iH8pgl": ["Back"], - "iJLEZF": ["Show me how"], - "iNIdDX": ["Incorrect contract address."], - "iPMIoT": ["Enter an amount"], - "iSLIjg": ["Connect"], - "iT0Qmd": ["Transaction Failed"], - "iTiwqa": ["Asset is hidden."], - "iZLoa2": ["eg: X accounts, persona public keys, wallet addresses or ENS"], - "ia3Lqp": [ - "The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions." - ], - "ie2c+s": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Welcome to join." - ], - "ileX7U": ["No recent transactions"], - "imDvP9": ["Gas limit must be smaller than ", ["maxGas"], "."], - "iobEyh": ["By checking this box, I agree to ArtBlocks's <0>Terms of Service."], - "iuCSJl": ["This wallet is connected to current persona ", ["0"], "."], - "iuJFAy": ["Low Risk"], - "iwiSFA": ["Similar Project"], - "j2Uisd": ["Approving"], - "j2a+h4": ["Past rounds"], - "j4TRxD": ["Select Address"], - "j8MqhB": ["CyberConnect"], - "jEDiuG": ["Network added"], - "jICk7g": ["There was a network or RPC provider error, please try again later!"], - "jIWgmE": ["Entered passwords are inconsistent."], - "jJPsrT": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "jJrqb1": ["Token Name"], - "jK7nvW": ["Failed to disconnect wallet"], - "jRcH7y": ["NFT Avatar Setting"], - "jRfanQ": ["Gas Used (Units)"], - "jXWnN0": [["0", "plural", { "one": ["Strategy"], "other": ["Strategies"] }]], - "jZQU+o": ["Originally posted by ", ["0"]], - "ja6Tyz": ["Search with the name of an NFT collection or its symbol to get optimized results."], - "jaH9PD": ["Hi friends, I just created ", ["token"], " Lucky Drop. Download Mask.io to claim."], - "jas0vv": ["Disconnect all accounts"], - "jbc0gF": ["Create Password"], - "jeLXsu": ["Who can claim"], - "jfJkBQ": ["Gas price is too low for network conditions."], - "jh0i4n": ["Confirm this transaction in your wallet."], - "jhoAzY": ["Mask Network Cloud"], - "jjCXPD": ["Starts ", ["relativeStartTime"]], - "jpctdh": ["View"], - "jt/0L2": ["You've saved ", ["0"], " to Web3 file service."], - "jt/cjR": ["Safety Warning"], - "jtExaD": ["Not supported yet."], - "jygqM9": ["Loading account information..."], - "jzLzy/": ["No whitelist"], - "k/sb6z": ["Select language"], - "k/vATR": ["Token unlocked"], - "k0USDt": ["Account connected.<0/><1/>Try to explore more features powered by Mask Network."], - "k1pJQo": [["0"], " network is not added to the wallet. Please add it and try again."], - "k28Qhe": ["Failed to save file"], - "k57+C7": [["walletLength", "plural", { "one": ["#", " Wallet"], "other": ["#", " Wallets"] }]], - "k7u9V5": ["Incorrect words selected. Please try again!"], - "kCAzy/": ["Collection Approval"], - "kG0n0M": ["Network error or user cancels the process."], - "kHDhjV": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." - ], - "kKY8Re": [ - "The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." - ], - "kPQQEW": ["Enter an Amount"], - "kV9Qeo": ["You have donated ", ["0"], " ", ["1"]], - "kWJmRL": ["You"], - "kbfp5m": ["Visible To"], - "kdW3qS": ["Nonce"], - "kePpfU": ["Update NFT Avatar Success!"], - "kf/5Ap": ["Explore multi-chain dApps."], - "kf83Ld": ["Something went wrong."], - "kg/ict": ["Lucky Drop claimed."], - "kj3M8S": ["Deposit"], - "kjBSDT": [ - "<0>", - ["user"], - " minted ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - "for <3>", - ["value"], - " ", - ["symbolName"], - "" - ], - "ks5OGD": ["Contract"], - "kx0s+n": ["Results"], - "l/UFPv": ["Properties"], - "l3s5ri": ["Import"], - "lCF0wC": ["Refresh"], - "lCHQzJ": ["This address may be a scam address."], - "lCfoWv": ["Select NFTs"], - "lDgVWA": ["Receive"], - "lET9my": ["Mask needs the following permissions"], - "lErh77": [ - "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." - ], - "lKldOY": ["12-word recovery phrase is used to recover your persona data."], - "lO/vMB": [ - "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." - ], - "lPJwNU": ["Persona: ", ["personaName"]], - "lPsa94": ["Merge Completed"], - "lQXQKs": ["Vote"], - "lU6uRb": [ - "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." - ], - "lWOC+h": ["Mask Network requires you to authorize the following websites before using it."], - "ldI18s": ["Minted:"], - "lhvy2j": ["Firefly"], - "llLBQ1": ["a token"], - "lmYQuN": ["At most ", ["SOL_REDPACKET_MAX_SHARES"], " recipients"], - "loCUuu": ["Keystore"], - "lqTDfd": ["Slippage Tolerance"], - "lqW7eD": [ - "In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address." - ], - "lr8uE3": ["Holding ", ["0"]], - "lvL4x0": ["Follow @masknetwork for Web3 updates and insights."], - "lxJU2w": ["Enter Number of Winners"], - "lyjM6U": ["Wait too long for the confirmation."], - "m+uuUE": ["Cross-chain"], - "m/TPEz": ["(beta)"], - "m16xKo": ["Add"], - "m2OZMI": ["Max fee cannot be lower than max priority fee"], - "m2pyX2": ["Buy Now"], - "m3VOQq": ["Current wallet does not support to interact with Lens protocol."], - "m3XvO+": ["Imported Wallets"], - "m3akOw": ["I just claimed a lucky drop from @", ["sender"], " on Solana."], - "m3cvPZ": ["Payment password set."], - "m3pz1u": ["Insufficient ", ["symbol"], " Balance"], - "m64f3d": [ - "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." - ], - "mCB6Je": ["Select All"], - "mGHHf5": [ - "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." - ], - "mHWsOq": ["Failed to confirm"], - "mNUsxu": ["Tx Fee"], - "mPxxVq": ["Enter a gas limit"], - "mQpWAe": ["Edit Contact"], - "mT57+Q": ["Go to Settings"], - "mUJUVX": ["Claim your NFT Lucky Drop"], - "mW8F64": ["This project is no longer active"], - "mYGY3B": ["Date"], - "mZ04KC": ["Overall Best"], - "ma8rSx": ["Your transaction has been confirmed!"], - "mc68kY": ["New Payment Password"], - "md5sZ/": [ - "This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud." - ], - "mfwfMR": ["You can claim the lucky drop by holding the required amount of any selected token."], - "mhNIiJ": ["Gas price is higher than necessary. You may pay more than needed."], - "mrAv9J": ["Failed to save network"], - "msszNj": ["<0/> approved <1>", ["0"], " ", ["1"], ""], - "muQqQY": ["Buy & sell tweets autographed by their original creators."], - "mzI/c+": ["Download"], - "n+ObkB": [ - "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." - ], - "n1gwuy": ["on ", ["toNetworkName"]], - "n2HnVK": [ - "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." - ], - "n42fmQ": ["Enter a max fee"], - "nDzNGQ": ["Follow User"], - "nE/lLr": ["Just Selected Contacts"], - "nFjzvC": ["Approved Amount ", ["0"]], - "nGl2Ng": ["Restore Completed"], - "nKLBYz": [ - "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" - ], - "nMUHWK": [["claimed"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], - "nMkx7r": [["0", "plural", { "one": ["#", " Hour"], "other": ["#", " Hours"] }]], - "nOCyT5": ["Show tokens with value less than $1"], - "nOhz3x": ["Logout"], - "nSkB8g": ["Information"], - "nTFx7o": ["Avatar set successfully"], - "nTWWCZ": ["Low"], - "nTif4K": ["Select and Connect to your wallet"], - "nUWEsV": ["Max fee is higher than necessary"], - "nUeoRs": ["Signing Message (Text)"], - "nV/wXH": ["This profile can not be followed."], - "nWDO1P": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"], - "other": [] - } - ], - " <1>", - ["0"], - " ", - ["1"], - " " - ], - "ndRqFD": ["Chain ID"], - "neBDpj": ["Please connect wallet"], - "ngWO+e": ["No local key"], - "njSHJP": ["You didn't approve ", ["0"], ". Please do not set spending cap to 0 and try it again."], - "nqL5WA": ["Claim Lucky Drop"], - "nqagQ8": ["Signing Message (Raw)"], - "nvAt0H": ["Resource"], - "nvV/Td": ["Balance: <0>", ["0"], ""], - "nwSp3U": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "nzBzok": ["Create time:"], - "o+XJ9D": ["Change"], - "o+zDNQ": ["The mnemonic word has been copied, please keep it in a safe place."], - "o4Iu2W": ["Logout successfully"], - "o4NrTC": ["Confirm this Signature in your wallet."], - "o66hO5": ["Discovered a LuckyDrop event on the FireFly website."], - "o9pabc": ["No codes found to suspend trading."], - "oCBTyI": ["This will overwrite the existing cloud backup with the local data, this cannot be undo."], - "oDMfB1": ["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], - "oDSXfc": ["New password cannot be the same as your current password."], - "oG26Rt": ["Confirm this transaction in your wallet"], - "oG67vO": ["Available to Everyone"], - "oIsL5E": ["Chain ID: ", ["0"]], - "oJIW7I": [ - [ - "context", - "select", - { - "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], - "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], - "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], - "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], - "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], - "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""], - "other": [] - } - ] - ], - "oMx/mL": [ - "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." - ], - "oN9XHJ": ["Start Time: <0>", ["0"], ""], - "oOQfsI": ["Current account is not the verifying account."], - "oTLFeN": ["The Lucky Drop can't be sent due to data damage."], - "oX+QCa": ["<0>Powered by<1>Mask Network"], - "oYzol6": ["an NFT"], - "oZw0Iw": ["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"], - "ocYse8": ["Failed to refund Lucky Drop."], - "oe5xh9": ["Decrypt failed, please check password"], - "of3mx/": [ - "<0>", - ["user"], - " swapped <1>", - ["from_value"], - " ", - ["from_symbol"], - " to <2>", - ["to_value"], - " ", - ["to_symbol"], - " on <3>", - ["platform"], - "" - ], - "ofUcbc": ["Random"], - "ohUJJM": ["Plugins"], - "ojlMCx": ["Minimum withdraw amount is ", ["MINIMUM_AMOUNT"], " ", ["0"]], - "olEUh2": ["Successful"], - "ooHEV6": ["1 ", ["0"], " NFT Lucky Drop claimed."], - "osXsDn": ["Import NFT"], - "ou+PEI": ["Profile Photo"], - "ouAjo6": ["No Enough Gas Fee"], - "ovBPCi": ["Default"], - "oxKup1": ["Insufficient $", ["0"], " balance"], - "p+ngUo": ["Unfollow"], - "p1/7GX": ["Contract Not Found"], - "p2/GCq": ["Confirm Password"], - "p3TX0l": [ - "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." - ], - "p7l2aC": ["Contract:"], - "p8Aea2": ["The persona name already exists."], - "p8OYBy": [ - "@", - ["sender"], - " is sending an NFT lucky drop on ", - ["networkName"], - " network. ", - ["account_promote"], - " ", - ["promote_short"], - " #mask_io #LuckyDrop ", - ["0"] - ], - "pG7O41": ["Fastest"], - "pGElS5": ["Mnemonic"], - "pHfBGz": ["Updating Gas Fee…"], - "pIyHYi": ["Lens Follow"], - "pLHDrO": ["Holding NFT"], - "pOE8Vh": ["Space"], - "pa3wn3": ["It remains unclaimed."], - "pbOGiB": ["Revoke Token"], - "pbYUPI": ["Text copied!"], - "pi+hn/": ["Ethereum ", ["HD_PATH_WITHOUT_INDEX_ETHEREUM"]], - "pjrgRd": ["Incorrect Private Key"], - "pkyWdU": ["Keystore password"], - "poYLOl": ["New Logo"], - "ps1+DX": ["Set your persona name with maximum length of 24 characters"], - "pu3rTn": ["GWEI"], - "puUEU3": ["Change Backup Password"], - "put3ex": ["Request is valid not after"], - "pv5v6j": ["About Permit"], - "pvnfJD": ["Dark"], - "py6hU8": ["Signature Request"], - "pzO3Xa": ["Total Supply"], - "q+O14e": ["Search Area"], - "q+hNag": ["Collection"], - "q/ao7A": ["Price per mint"], - "q5+UWM": ["Contact edited."], - "qAbGIK": ["Issued at"], - "qCMUPH": ["Unlock ", ["0"]], - "qDIxZ+": ["Failed to restore the backup from Google Drive to your browser. Please try again."], - "qHqI+o": ["<0>Powered by <1>Mask Network"], - "qI8U4x": ["Max fee cannot be lower than max priority fee."], - "qIL7PI": ["Offers"], - "qJb6G2": ["Try Again"], - "qNiGUh": ["size"], - "qT8oOt": ["Persona required."], - "qWMpAl": ["up to ", ["0"], " Gwei"], - "qYuscr": ["Max Priority Fee"], - "qZ6p7p": ["Backup on ", ["0"]], - "qcqdIh": ["You need to open the dApp to view the specific content."], - "qcybNQ": ["Proposal"], - "qdyV/M": ["News"], - "qhKyO3": ["Withdraw ", ["0"]], - "qkhZxp": ["Created a SmartPay wallet on Polygon network."], - "qp8fKi": ["By confirming means that you agree to bear the possible risks above."], - "qqWcBV": ["Completed"], - "r3OcML": [["mins"], "min"], - "r92tNP": ["Failed to authorize Google Drive. Please try again."], - "rBLzKv": ["Max fee is higher than necessary."], - "rCsoea": ["Manage Token List"], - "rG3WVm": ["Select"], - "rJZPaP": ["No activities found."], - "rKY/BK": ["Classics Logo"], - "rLgPvm": ["Backup"], - "rQQGN1": ["Max priority fee is higher than necessary. You may pay more than needed."], - "rR6iwH": ["Domain Request"], - "rWE7Lq": ["Contact deleted."], - "rWqyF3": ["Gas limit should be between ", ["minGasLimit"], " and 15.00M"], - "rYFSec": ["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."], - "rZ0rgl": ["Total Volume"], - "raCUEa": ["By granting permission, you are allowing the following <0/> contract to access your funds"], - "rcNnsQ": ["Price:"], - "re2nOO": ["Uploaded files"], - "rkMKQ0": [ - "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." - ], - "rm0yu/": ["About ", ["collectionName"]], - "rqV4QH": ["This swap isn’t supported"], - "rrvbCi": ["Network error or execute smart contract failed."], - "rulocO": ["Checking Approve"], - "ryWxhG": ["Congratulations!"], - "s/8SJ+": [ - "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." - ], - "s4Omor": ["To <0>", ["0"], ""], - "sGkv/+": [ - "Hi friends, I just deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "sOYKMU": ["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."], - "sOcZTR": ["Contract Deployment"], - "sQJ3RN": ["Max priority fee is too low for network conditions."], - "sQTDWu": ["Allow us to collect your usage information to help us improve Mask."], - "sSkbaZ": ["Request timed out."], - "sWsox7": ["Follow Lens handle"], - "saHPqg": ["Claim your Lucky Drop."], - "sb9Y58": ["Wallet"], - "siroPf": ["Mask Network"], - "sxkWRg": ["Advanced"], - "szNWi8": ["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."], - "t+A5fr": ["Gas price should be greater than 0"], - "t/YqKh": ["Remove"], - "t2prdI": ["No search results"], - "t3rUZr": ["Sign-in Request"], - "t6bQQD": ["Send authors tips by using Mask Network's Tips function."], - "t6md+W": [ - [ - "0", - "select", - { - "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], - "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""], - "other": [] - } - ] - ], - "t8dIOP": ["Spam"], - "t91sWs": [ - [ - "actionType", - "select", - { - "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], - "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], - "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""], - "other": [] - } - ] - ], - "t9m1iP": ["Spam reported."], - "tARYn/": ["NFTs Profile"], - "tCAZi9": ["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."], - "tG9G+b": ["File Service"], - "tHoyBc": ["Please connect ", ["0"], " before using dApps."], - "tIW5Jt": ["No matched tokens"], - "tKJ7ee": ["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."], - "tOL6AP": ["Adjust Selection"], - "tOMnvw": [ - "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." - ], - "tPeNU7": ["This network name already exists"], - "tRRE1h": ["1 ", ["0"], " claimed."], - "tXkhj/": ["Start"], - "tbOs8j": ["Confirm Swap"], - "tcHpvG": ["Change Owner"], - "tfDRzk": ["Save"], - "thX7xs": [ - "The network with chain ID ", - ["formChainId"], - " may use a different currency symbol (", - ["0"], - ") than the one you have entered. Please check." - ], - "tiX/tO": ["Address: <0>", ["address"], ""], - "tj48De": ["Connect Social Account"], - "tjbyOy": ["Project details"], - "tk+uyz": [ - "You've approved ", - ["0"], - " for ", - ["1"], - ". If you want to revoke this token, please set spending cap amount to 0." - ], - "toDFSK": ["Wallet sign succeeded."], - "tst44n": ["Events"], - "tuOw4x": ["Make It Encrypted"], - "tx1x9k": [ - "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." - ], - "txEVTf": ["No Listings"], - "ty2gt9": ["You need to follow the creator of the lucky drop."], - "u2OWVJ": ["Disconnect failed."], - "u2Srv1": ["Claim your Airdrop"], - "u3ZeYl": ["Transaction failed"], - "u689pQ": ["Ends in ", ["relativeEndTime"]], - "uAQUqI": ["Status"], - "uBAxNB": ["Editor"], - "uF9ruK": ["Saving"], - "uJQLj9": ["Connect and switch between your wallets."], - "uSMfoN": ["Verify"], - "uip9JY": ["I wrote down those words in the correct order"], - "ujpEaI": ["Please connect your wallet"], - "uqF4Nm": ["Blockchain:"], - "usVwcn": ["No anti_whale(Unlimited number of transactions)"], - "uv94aG": ["Added by user"], - "uv9cwh": ["Bridge Network fee"], - "uyJsf6": ["About"], - "v01kR+": ["NFT PFP"], - "v7U98p": ["Failed to claim Lucky Drop."], - "vH2C/2": ["Swap"], - "vLXevL": ["Transaction cost"], - "vOx+Me": ["You can withdraw the remaining balance 24 hours after sending the lucky drop."], - "vVEene": ["View your Tokens and NFTs"], - "vXIe7J": ["Language"], - "vXygio": ["Not enough data to present."], - "vel6Z1": ["Request Source"], - "vhlM+H": ["Withdraw ", ["0"], " for savings."], - "vhqFTT": ["Can't find a valid user address data source."], - "vutynE": ["Enable plugin"], - "w0e0yw": ["Gas limit must be at least ", ["0"]], - "w1ctdJ": ["Encrypted Post"], - "w3t1Hw": ["Powered by <0>Go+"], - "w4oOEJ": ["Mask Community $ARB Giveaway"], - "w9Xmw/": ["Google Drive"], - "wCtp6y": ["Your Wallet is on **ready 🚀**"], - "wDnczW": ["Optimize the display of search results about ENS in social media."], - "wGtbaw": ["Amount per Share"], - "wMHvYH": ["Value"], - "wNecg9": ["Multiple transaction requests ", ["0"], " / ", ["1"]], - "wNxsb2": ["Reject ", ["totalMessages"], " Transactions"], - "wThGrS": ["App Settings"], - "wUlAUI": ["<0>@", ["currentUserId"], " connected already."], - "wYA1q/": ["Auto report the scam links to MetaMask"], - "waXvJd": ["NFT is not minted yet."], - "wbDTs9": ["Request timed out"], - "wqppGn": ["Permissions List"], - "wvJOId": ["This ENS does not exist or not be resolved."], - "wxZZWc": [ - "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." - ], - "wxfXhJ": ["Scam tx"], - "x0PhCN": ["Disconnected successfully."], - "x4f8pZ": ["Tips"], - "x5LEuB": ["Followers"], - "x6rEou": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "xBXg0L": [ - "No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk." - ], - "xC6eGY": ["Mint function"], - "xCJdfg": ["Clear"], - "xCcvjC": ["Set up NFT PFP successfully"], - "xDAtGP": ["Message"], - "xDO6ZN": ["Plugin switch"], - "xEQZ4z": ["Use text encryption"], - "xEX/9S": [ - "No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk." - ], - "xFCCR4": ["Please enter the correct mnemonic words, private key, or upload the correct keystore file."], - "xGVfLh": ["Continue"], - "xH6cn+": ["Choose Token"], - "xIxVmH": ["Unlock ", ["0"], " NFT contract."], - "xPSvu3": ["<0>", ["websiteCount"], " ", ["0", "plural", { "one": ["Website"], "other": ["Websites"] }]], - "xTQLHC": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Install @masknetwork to get yours." - ], - "xeiujy": ["Text"], - "xjhtsV": ["Chain"], - "xoKE3v": ["Disable Permit"], - "xuKB2x": [["0"], " deposited."], - "xupcu9": ["Speed Up"], - "y/+ReV": ["No any collectible is available for preview. Please add your collectible here."], - "y/kxxM": ["Priority fee"], - "y2i17G": ["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."], - "y3juHh": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "y3qyKP": ["NFT Lucky Drop created."], - "y49awp": ["Set NFT Photo"], - "y5aRAa": ["Please enter cloud backup password to download file."], - "y62Dys": ["Network fee"], - "y6VCOb": [["0"], " Mins"], - "y6sq5j": ["Following"], - "yC/GKd": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." - ], - "yD15Uj": ["Are you sure to remove this wallet?"], - "yDUr0V": ["Lucky Drop refunded."], - "yFpcbN": ["This request may be a phishing attach. I understand this and want to continue."], - "yFrxQj": ["Mnemonic word"], - "yGyJ1l": [ - "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." - ], - "yHrAv+": ["Claim Lucky Drop with ", ["0"], " claimed."], - "yKu/3Y": ["Restore"], - "yNBZ3N": ["Enter gas limit"], - "yNu9vD": ["The wallet address already exists."], - "yQE2r9": ["Loading"], - "yQqkIK": ["24H Average Price"], - "yRuvmU": ["The mnemonic words has been copied, please keep it in a safe place."], - "yTZe+y": ["Snapshot"], - "yVnV6H": ["Please write down or copy these words and save them in a secure place."], - "yVzBCJ": ["NFT Lucky Drop claimed."], - "yZhedI": ["Gas fee settings"], - "yb/fjw": ["Approval"], - "ybuu1v": ["Oops, we can't find any results."], - "ygW4tI": ["Please connect your persona"], - "yik0Qu": ["Private Key"], - "ykiu3o": ["NFT Details"], - "ylUhBz": ["Click to retry"], - "ylXk9u": ["Encrypt the message in an image"], - "yqc6uX": [ - "This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing." - ], - "ywDBfs": ["Something went wrong!"], - "yx/fMc": ["High"], - "yz7wBu": ["Close"], - "yzF66j": ["Link"], - "z+H8bd": ["Your wallet does not meet the eligibility criteria for claiming."], - "z/3+av": ["License:"], - "z1i6et": ["Failed to ", ["0"], " NFT contract."], - "z27gFg": [ - "If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it." - ], - "z7Fh2l": ["Base fee required: ", ["MIN_BASE_FEE"], " Gwei"], - "z9HeHt": ["Create a Privy Wallet"], - "zBPjcC": ["Revoke the approval for token"], - "zBUJYA": ["The approval for this contract will be revoked in case of the amount is 0."], - "zBftr8": ["Claim NFT Lucky Drop"], - "zEZe86": [ - "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." - ], - "zGTAja": [["claimed"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], - "zJlXbX": ["NFT"], - "zPar3e": ["Collectible"], - "zX9KdB": ["No following friends."], - "zXagFp": ["Copy Address"], - "zZk9Yz": ["Purchase"], - "zga9sT": ["OK"], - "zgqgNP": ["Purchasing...."], - "zkEW09": [ - "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" - ], - "znqB4T": ["Insufficient balance"], - "zp7Ha3": ["Backup Failed"], - "zwBp5t": ["Private"], - "zxrGeO": ["Gas limit must be bigger than ", ["minGas"], "."], - "zzDlyQ": ["Success"] - } -} +{"messages":{"++B0oY":["This function has been turned off in the App settings. Enable plugins to fully access."],"+01Ill":["Change to Solana Wallet"],"+5hgHR":["Are your sure you want to disconnect? You may lose part of functionalities of this website."],"+95jK3":["Gas limit too low will cause the transaction to fail."],"+A4TPN":[["0"]," NFT contract"],"+CzAt9":["Previous unfollow transaction is in processing, please wait and try again."],"+IEBAO":["Approve amount"],"+K0AvT":["Disconnect"],"+POswt":["Sell Tax: ",["0"]],"+Qcnh5":["Please select the appropriate method to restore your personal data."],"+W8dUJ":["Tap to view the private key <0/> Make sure no one is looking at your screen"],"+XyQiK":["Agree"],"+Zuhm7":["Support Identity code, private key, local backups or cloud backups to access your personal data."],"+adBn3":["Chrome - external extension"],"+b7T3G":["Updated"],"+fTqvl":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"],""],"+hwfjv":["Please select the wallet to activate the function after saving the settings."],"+m7PfT":["Deleted successfully"],"+m7x4e":["Backup Successful"],"+q+Wa9":["Swap anyway"],"+uISZO":["Incorrect Password"],"+ubcPw":["No power"],"+xKN8I":["<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later."],"/2nH6X":["Make another Bridge"],"/7tku+":["Try"],"/BI0y9":["Refunded"],"/Dk+nX":["More on ",["0"]],"/I3RSJ":["Report Spam"],"/JOEaC":["Deploy Smarty Pay wallet"],"/KseE7":["Delete File"],"/LkuGq":["Restore from a previous database backup"],"/OPmPQ":["Verify ",["0"]],"/Swcdo":["Failed to swap"],"/WfDJy":["If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets."],"/capO6":["Failed to deposit ",["0"],"."],"/eguJc":["Uploading"],"/fo6Dv":["Gas Limit (Units)"],"/giXwU":["Medium Risk"],"/hKQcr":[["seconds"],"s"],"/jQctM":["To"],"/nT6AE":["New password"],"/riTT2":["Pinned successfully."],"/uEw9z":["Your X account authorization has timed out. Please try again."],"/vtDGO":[["0"]," is connected to these sites, they can view your account address."],"/xrk7I":["FAQ&Tutorial"],"/y/pZ3":["Select a Token"],"0+3dvg":["This NFT didn't have any offers."],"0/eoR6":["Revoking"],"00b9QG":["Set Your Payment Password"],"01DWy7":["Click the settings icon to list it on the App board."],"04MqGo":["Post content:"],"09vHB+":["Failed to decrypt."],"0C6WdO":["Upload backup"],"0D4bav":["Name or Contract address e.g. USDC or 0x234..."],"0F4ogS":["Payment Password should be between 6 and 20 characters."],"0HnKBn":["Hide mnemonic words"],"0Lp4o6":["Load failed"],"0M//Nn":["The Persona is connected to the following accounts: ",["list"]],"0ZC72+":["Connected successfully."],"0bKGbK":["No past rounds found."],"0caMy7":["History"],"0dFHbr":["Confirm swap risk"],"0fljZe":["Trading Route"],"0hFUd/":["You must give the ",["0"]," smart contract permission to use your ",["1"],". You only have to do this once per token."],"0jddIP":[["0"]," members"],"0lBTmP":["You need to hold any of the following tokens."],"0oFu/K":["No Lucky Drops claimed"],"0oMKRL":["Delete Contact"],"0tdB+o":["Enable the ",["name"]," Wallet extension and disable other wallet extensions"],"0wJVK+":["Basic"],"0wdd7X":["Join"],"0wzWAN":["Why I can't vote?"],"0xXDLS":["View your profile in firefly"],"0yPSCj":["High Risk"],"0yf3iU":["Wallet sign cancelled."],"1+6BOG":["Download Backup"],"1+P9RR":["Switch to ",["0"]],"11kmCI":["We are not aware of any code that prevents the sale of tokens."],"199DuV":["Display specific information of Gitcoin projects, donate to a project directly on social media."],"1DwbcE":["Loading...."],"1EOhmY":["Rank #",["0"]],"1LkMSp":["Add Suggested Token"],"1M8xFP":["Transaction with extremely low slippage tolerance might be reverted because of very small market movement."],"1QJyuR":["At most ",["RED_PACKET_MAX_SHARES"]," recipients"],"1QfxQT":["Dismiss"],"1R2W/B":["This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup "],"1TNIig":["Open"],"1TaavV":["Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase."],"1Uqt6P":["Disconnect Wallet?"],"1Wbxhe":["This profile can not be followed: ",["0"]],"1Z++2X":["The Persona is not connected to any accounts."],"1agbuA":["Functions that can suspend trading"],"1bTY60":["Token Value"],"1kE7ob":["Network saved"],"1mjyN6":["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."],"1nMGEs":["Personas"],"1njn7W":["Light"],"1on6yK":["How to use ",["0"]," Wallet?"],"1rsf+c":["After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup."],"1xwmzN":["Switch to other accounts"],"2/N/mr":["Connect with ",["providerName"]],"22QmCQ":["The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"28ABhV":["Connect EVM Wallet"],"29b5Sq":["Blocto only supports the Flow chain."],"2CMLgZ":["Token ID separated by comma, e.g. 1223,1224,"],"2FYpfJ":["More"],"2GHENQ":["Web3 Profile"],"2J5wRx":["Failed to get quote information"],"2Lr4ie":["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."],"2MPu+c":["Priority Fee (GWEI)"],"2XVeKu":["Airdrop Scam"],"2Xze/r":["Block Explorer URL"],"2jQko7":["Associated Accounts"],"2kXxch":["Sorry, signature failed! Please try signing again."],"2p7WMm":["Give permission to access <0/> your ",["0"],"?"],"2saF1j":["Tax can be modified"],"2wxgft":["Rename"],"3/0KF0":["Create a Firefly.social wallet using an X account"],"34UMci":["Wallet Settings"],"38C83c":["Recovery Phrase"],"39ohdf":["Activities"],"3A/gtD":["Invalid RPC URL."],"3A/mG4":["Change Wallet"],"3AP6p1":["Public Key: <0>",["publicKey"],""],"3B4jmY":["Data correlation"],"3CR0qY":["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."],"3J+S3n":["Search Next.ID, X, Lens, ENS or Address"],"3OhjJ4":["Powered by <0>Mask Network<1><2/>"],"3Q5eQl":["Please click the \"Post\" button to open the compose dialog."],"3Q8dPe":["The website (",["messageOrigin"],") is asking you to sign in to another domain (",["0"],"). This may be a phishing attack."],"3SiDD1":["<0>",["user"]," burned <1>",["1","select",{"nft":["an NFT"],"name":[["0"]],"other":[]}],""],"3ThLdM":["Report on GitHub"],"3WZ1WL":["Please enter backup password to export persona private key."],"3YDnov":["Token now is hidden."],"3ZgRKI":[["type","select",{"post":["<0>",["user"]," publish a post on ",["platform"]],"mint":["<1>",["user"]," minted a post on ",["platform"]],"revise":["<2>",["user"]," revised a post on ",["platform"]],"share":["<3>",["user"]," shared a post on ",["platform"]],"other":[]}]],"3awOET":["Rank"],"3bGj61":["Claim on Firefly"],"3cAxpB":["There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price."],"3cw8FQ":["To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs."],"3dAaqV":["📃📃📃 Try to permanently use decentralized file storage on ",["sns"],". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions."],"3fpIq1":["to ",["0"]],"3iUAE7":["Backup to Google Drive"],"3kbpgO":["Gas Limit"],"3lUGN0":["Switch Persona"],"3pqzUK":["Contact added."],"3qe4O9":["Max Fee"],"3uBJPr":["File delete"],"3uQmjD":["Average"],"3ublvs":["Try token from different chains"],"3yLqgI":["Name or contract address eg. PUNK or 0x234..."],"4+VnE8":["ENS"],"42yL2J":["Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ",["encrypted"]],"43g2kf":["Only visible to yourself"],"44bNbA":["Select an NFT Contract"],"4DIYdt":["No associated wallet. <0>Add Wallet."],"4EN5JL":["Your Persona has been successfully created."],"4FvVUv":["Reset Wallet"],"4GBOoi":["Failed to create theme."],"4Gz2wC":["Failed to upload file"],"4HavhE":["Powered by <0>Mask Network"],"4HtGBb":["MAX"],"4JCJIV":["What is Web3 File Service?"],"4coHVU":["Lens Unfollow"],"4lm4o+":["Solana"],"4na5mr":["This message contains a invalid EIP-4361 message. It is better to reject this request."],"4ojMOt":["Please enter your backup password."],"4pSxwB":["Go"],"4zgT9K":["Connect Mask Network Account using your wallet."],"50QwC8":["value"],"51TkMy":["Claiming will be live until: <0> ",["days"]," d ",["0"]," h ",["1"]," m"],"51cT/A":["The minimum amount for each share is ",["0"]," ",["1"]],"51rAFB":["Please copy the following text and image (if there is one) and publish it."],"52nzPV":["Data source is retrieved from ",["0","select",{"twitter":["Twitter profile"],"facebook":["Facebook profile"],"other":[]}],"."],"55/jcy":["Hi friends, I just withdrew my deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"5Dz44N":["Set Payment Password"],"5E57TU":["Max priority fee is too low for network conditions"],"5G0lxx":["Powered by <0>Scamsniffer"],"5H/4VW":["Create a Firefly.social wallet"],"5HVoyc":["Transaction Details"],"5Jczad":["I just claimed a lucky drop from @",["0"]," on ",["1"]," network."],"5N3b5J":["Market Cap"],"5O5enn":["Enter Payment Password"],"5QfZ6O":["Contract source code verified"],"5YfW3S":["Add an encrypted comment..."],"5ZzgbQ":["Connect ",["0"]],"5e22kj":["Email verification code"],"5hFImX":["Deploy Contract"],"5i1JPS":["Never share 12-word secret mnemonic with anyone!"],"5iHe/7":["Network error, try again"],"5o2pdQ":["Create Persona"],"5s6EhU":[["count","plural",{"one":["You have recovered **","#"," Wallet 🚀**"],"other":["You have recovered **","#"," Wallets 🚀**"]}]],"5sIdhw":["Share with"],"5uFQ9j":["Please create a persona and verify your account to use this."],"623chP":["Infos"],"66J/I3":["Transaction Fee"],"678PKt":["Network Name"],"68FuwU":["URLs require the appropriate HTTPS prefix."],"68m9Nl":["Add new address to an existing group"],"6B+2/d":["Stay on top of NFT trending information, hot projects, notable transactions, etc."],"6DvbLh":["Please install your metamask wallet and set up your first wallet."],"6HT670":["Function: ",["0"]],"6IHgRq":["Backup to the Cloud"],"6IvSyW":["Token Standard"],"6RDwJM":["Tokens"],"6U+PWG":["Total NFTs"],"6Uau97":["Skip"],"6V3Ea3":["Copied"],"6VJnE7":["Note: Scams detections might not be 100% guaranteed."],"6YASel":["Invalid Network"],"6YtxFj":["Name"],"6ZZ+4S":["Load Network"],"6foA8n":["Are you sure?"],"6gRgw8":["Retry"],"6k8iqO":[["0"]," ",["1"]," bridge completed successfully."],"6knJVf":["This NFT contract cannot be modified now."],"6s8L6f":["Switch Network"],"6sbLuF":["Current results"],"6ulv1U":["Contract Owner"],"6vVuTX":["This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"7+2e01":["Network removed."],"70wH1Q":["APR"],"76Ml+j":[["0"]," NFT Lucky Drop created."],"76gPWk":["Got it"],"78Kj7O":[["0"]," NFT transferred."],"7Ae1jc":["True Token"],"7Bj3x9":["Failed"],"7PPwVf":["Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted."],"7PgtYC":["Set NFT Avatar"],"7QptC5":["Auto-lock Time"],"7R2WG+":["Decrypted by Mask Network"],"7VpPHA":["Confirm"],"7c99ux":["Contract Deployment ",["0"]],"7cg5cq":["unique contributors"],"7eFA2G":["Failed to revoke token contract."],"7hZyUn":["Processing Deposit"],"7k2lei":["Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later."],"7lnlzl":["Claimed ",["amount"]," $",["0"]," successfully."],"7qUM2b":["Open Mask Wallet"],"7s5tLo":["Allow this site to switch the network?"],"7w1rTm":["The download link is expired"],"7yziEn":["This request has been expired."],"8+xvyR":["Blockchain"],"82+n6o":["Quote Route"],"869iq0":["Transferring asset across to the ",["0"]," network via the ",["1"],"cross-chain bridge"],"87Poy7":[["0"]," ",["1"]," NFT contract."],"88+Eku":["Provide you with fast, reliable and convenient security services."],"89kDhv":["NFT collection"],"8BsgdX":["Failed to get permissions"],"8C8O9E":["Provided by plugin \"",["0"],"\""],"8Dh77Z":["NFTs"],"8IN0ph":["No more data available."],"8J7y6E":["Deposit ",["0"]," for savings."],"8Kly2P":["Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token."],"8MJFvR":[["0"]," Risky factor"],"8N1Wbf":["This token has no risky or attention factors."],"8RF/Sx":["Added successfully"],"8S5o5V":["Share and recommend this feature after saving."],"8TMaZI":["Timestamp"],"8Tg/JR":["Custom"],"8WLjqx":["Never share the 12-word secret mnemonic words with anyone!"],"8ZsakT":["Password"],"8bgRf6":["Can not follow: ",["0"]],"8djViz":["Step ",["step"],"/",["step"]],"8glx+u":["Token ID"],"8rElAH":["Image copied!"],"8wEOMN":["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"9+VwX/":["Add Collectibles"],"9KKhJV":["Signing ..."],"9VcshJ":["Enable auto paste"],"9Y1kXO":["Payment password stored locally and you could try as many as you want to unlock your wallet."],"9bG48P":["Sending"],"9cDpsw":["Permissions"],"9cSIbb":["Click on <0/> at the top-right of your browser."],"9d/Qe4":["Service Agreement"],"9hg9mc":["Downloading"],"9hzYBR":["Failed to download and merge the backup: ",["0"]],"9jba96":["Only TypedMessageText is supported currently."],"9kIgHE":["This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet."],"9lqqpY":["Invalid email address."],"9oP21f":["My vote"],"9oq2rm":["Functions with retrievable ownership"],"9q+I38":["Your voting power"],"9r9nwF":["Identical"],"9sjcnZ":["Disconnected."],"9tG0uf":["Please verify your social account"],"9uYu7e":["You haven't uploaded any files yet."],"9w2hgY":["Paste manually"],"9xaUMG":["General user"],"A+Ijr2":["Close [Check Security]?"],"A0VzMm":["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."],"A1bmDM":["No verified account found here."],"A1taO8":["Search"],"A3Ndml":["Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop."],"A4vJQr":["Set your NFT as profile picture with exclusive aura."],"A6JChW":["The transaction was complete and has been recorded on blockchain at ",["0"]],"A9tojF":["Incorrect password"],"AElxM7":["Transfer ",["0"]," NFT."],"AJNYYr":["Refund Lucky drop"],"AKLbfQ":["Restore Database"],"AMJWWT":["Likely in < ",["estimateSecond"]," seconds"],"ANYjcp":[["shareWithNum","plural",{"one":["1 friend"],"other":["#"," friends"]}]],"ANk/Zy":["Incorrect Backup Password"],"AOPSKq":["Deposit ",["0"]],"ASNDad":["Hide ",["name"]],"AV+9wg":["Re-enter"],"Ah4d0u":["Security Detection"],"AjVXBS":["Calendar"],"Ap948/":["Listed"],"Appw6V":["No NFTs found."],"Aq+O0x":["status"],"AuXfDa":["Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards."],"AuvDq6":["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"],"AwQpq/":["Click on the down-arrow to see the private key."],"AxPAXW":["No results found"],"AxdOHo":["Pair"],"Axp2cZ":["24 Hour Trading Vol"],"AyLiVq":["Scan QR code to receive payment"],"B1T4nn":["Confirm the Lucky Drop"],"B6C0XJ":["No Data"],"B8B8TU":["Verified by ",["0"]],"BAvIGC":["Withdraw token"],"BFhvNB":[["0"]," ",["1"]," NFT contract successfully."],"BMCVM3":["Wallet Sign"],"BQHQ9v":["No websites connected to this wallet"],"BQi2Kk":[["0"]," were claimed"],"BUXiPs":["This Chain ID is currently used by the ",["0"]," network. "],"BWSJkS":["No Airdrop Scam"],"BXixGM":["Use Persona to encrypt and decrypt social media posts & messages."],"Ba6uFH":["Create your NFT Lucky Drop."],"BaU+dx":["Connect your social platform accounts."],"Baj2MJ":["Savings"],"BaoXTT":["<0>Powered by<1>OKX<2/>"],"BiGQfG":["Transaction Hash"],"BkN2qg":["<0>Service Agreement and <1>Privacy Policy"],"BmN4Bk":["Aggregator"],"ByAMF+":["Risk Warning"],"ByPj1d":["Request ID"],"BzEFor":["or"],"BzfzPK":["Items"],"C0JhYS":["Change Network"],"C2/uLW":["Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned."],"C3Wgzy":["You have claimed ",["0"]," $ARB."],"CCIrQ8":["Fake Token"],"CE+M2e":["Info"],"CEk7Nc":["At least 6 characters"],"CFPbpH":["The new passwords don't match"],"CJviCK":["<0>",["user"]," proposed"],"CK1KXz":["Max"],"CMHmbm":["Slippage"],"CMfM6C":["No Enough Gas Fees"],"CP3D8G":["Progress"],"CT10+i":["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."],"CTSEx8":["<0/> publish a post on ",["0"]],"CU3U3d":["Try to recover"],"CWsYB3":["Welcome Back"],"CXHRbe":["Wallet request timed out"],"CYRJEX":["Owners"],"CZSWya":["NFTs added"],"CZmSbe":["Request is valid not before"],"Cf/0to":["Data source is retrieved from ",["0"],"."],"Citz6F":["Exchange"],"CkLMZ2":["File delete failed"],"CmMDVW":["<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction."],"CpciBt":["Switch to Polygon and Follow"],"CtByM7":["Connect Wallet"],"Cwxng+":["Supported formats: JPEG, PNG<0/> Size limit: ",["0"]],"Cy19fm":["View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline."],"CygwLN":["Swap completed successfully."],"Cz6Lx7":["Encryption Method"],"D79cZK":["Instant"],"D9iWaX":["Please check ToS document"],"D9za/8":["Missing dex contract address"],"DA2uGM":["Click the application icon to hide in the App list."],"DAFhfT":["There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"DC3sw8":["Two entered passwords are different."],"DHhJ7s":["Previous"],"DKBbsW":["Gas price must be greater than 0 Gwei."],"DPfwMq":["Done"],"DYoO0m":["Token quantity greater than"],"DdUFp+":["The transaction was confirmed at ",["0"]],"Dk6Non":["Whitelist function"],"DkHkqH":["Recommended dimensions: 1016 × 672 px"],"DnmyoA":["Priority fee should be greater than 0."],"DoQ5Lj":["RPC URL"],"Dpe+e3":["Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet."],"DtZDW+":[["0"]," (UTC+8)"],"Du6bPw":["Address"],"DuIDTw":["To verify your X account and record it on the NextID, please send this post for the verification."],"Dz56Ua":["Encrypt"],"E399AQ":["<0>",["user"]," bridged <1>",["amount"]," ",["symbol"]," from <2>",["source"]," to <3>",["target"],""],"E6HGuD":["Check out the official website"],"E6Sqiu":["Failed to load ",["0"],". Click to retry."],"E6YUtc":["Merge to Browser"],"E7prOW":["<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature."],"EBC6hj":["Local Backup"],"EGWr+Q":["Web3 Profile Card"],"EJRk0x":[["gasOptionType","select",{"slow":["Slow"],"normal":["Average"],"fast":["Fast"],"custom":["Custom"],"other":[]}]],"ELQ256":["Make another Swap"],"EMLHjH":["More Details"],"ENIvoT":["Please set up the amount of time before we automatically lock your wallet."],"ERYJcj":["Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers."],"EStYiZ":["No proxy"],"EVFPUv":["Transfer NFT"],"EYwKb0":["Gas Price (GWEI)"],"Ea4oxV":["Follow System"],"EbE80y":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post."],"EbVCxG":["<0/>",["txType","select",{"deploy":["deployed"],"execute":["executed"],"other":[]}],"<1/>"],"Eda+dy":["🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ",["encrypted"]," to send your first encrypted tweet."],"Eefe1a":["The input is not a single file."],"EfAke+":["<0>",["user"]," voted for <1>",["option"]," on <2>",["platform"],""],"Eh4m6e":["<0>USD Value<1>$",["0"],""],"Enb3Qk":["You claimed 1."],"EoKe5U":["Domain"],"EsKgLS":["Click here to have a quick start."],"Ev2r9A":["No results"],"EwiD7E":["Confirm Payment Password"],"F/pYeX":["Create NFT Lucky Drop"],"F3bW6y":["Platform"],"F4Igxz":["Quote route"],"F7U8uz":["Creating your **wallet**"],"F8VT6y":["Failed to transfer NFT."],"F8Wc3I":["Drag & Drop your file here"],"FAKSZG":["Add google Drive"],"FC17bL":["<0>Powered by <1>Mask Network"],"FGceVy":["Owner can't change balance"],"FMQ6p2":["You've already claimed the lucky drop"],"FR2cx3":["Anti_whale(Limited number of transactions)"],"FY2gWe":["The contract address is incorrect or the collection does not belong to you."],"FZg3wM":["Operation"],"FfJy7A":["Manage Network"],"FgAxTj":["Log out"],"Fgyfqo":["Amount Each"],"FiKDfi":["Failed to unlock NFT contract."],"FiYmUY":["No associated accounts"],"Fim3FY":["Download https://mask.io to try more powerful tools on Twitter."],"Fn9Tvh":["Volume (24h)"],"FnQek5":["Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request."],"FnjSI+":["Not current account. Please switch to this account to set up NFTs Profile."],"Fs/bd5":["Invalid Block Explorer URL."],"FzzpXs":["Sale ends in ",["0"]],"G+XYfT":["Do you want to delete file <0>",["0"],""],"G4NrhP":["Persona created."],"GAZNIW":["Price Statistic"],"GAvnvl":["Payment Password"],"GDe4XX":["Please connect wallet to check if you are eligible to claim $ARB."],"GEL05h":["WalletConnect"],"GExRUL":["Backup password"],"GHvzdC":["No content for the last two weeks."],"GK6Tzr":["Persona Sign"],"GLDuz6":["May be a honeypot."],"GRLMKx":["Winners"],"GS+Mus":["Export"],"GS0ldX":["Unsupported network type"],"GShMK6":["Refunding"],"GTJCth":["The contract owner is not known to be able to modify the balance of the token of other addresses."],"GWCG6Y":["Copy image"],"GWKfFr":["To use Lido, you need to wait ",["0"]," days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1."],"GWMpIa":[["0"]," Risky factors"],"GXhrYw":["1. If you haven't installed the ",["name"]," Wallet"],"GXsAby":["Revoke"],"GZzKYx":["Buy Tax: ",["0"]],"GaH2JF":["Suggest to send transactions and sign messages"],"Gia1VG":["Web3 File Service"],"Gmmd6d":["Verify your X ID"],"GrTvoo":["Transaction in progress. Thank you for your patience."],"GtJJAj":["Add Wallet"],"Gw91G1":["This request should only be sign in the future."],"GyvZPz":["Token ID should be separated by comma, e.g. 1223,1224,"],"H1v3zR":["Insufficient ",["0"]," Balance"],"H8rw2f":["(the name is set by the web site)"],"HCKlXm":["Token Contract Address"],"HF6C2L":["Phone Number"],"HFVck2":["Lucky Drop with ",["0"]," refunded."],"HGTZAO":["Step 2/2"],"HH25qd":["No wallet selected."],"HIq3th":["Cannot switch to a unknown network."],"HKH+W+":["Data"],"HTX2HV":["Minimum received"],"HVRhUV":["By proceeding you agree to the"],"Hp1l6f":["Current"],"HpK/8d":["Reload"],"HqiAyF":["Gwei"],"HvDfH/":["Imported"],"HvUm3m":["Choose and show your Web3 footprints on X."],"I4caYo":["Invalid verification code."],"I5kL4f":["Activity Log"],"I7z//Y":["Trading route"],"IBAx3U":["Kept safely"],"IF7RiR":["Cover"],"IGbphl":["Unlocking ALL..."],"ILvrUp":["Unlikely to be a honeypot."],"IMX4sR":["Blacklist function"],"IQ3gAw":["Upload File"],"ITBQO3":["Max priority fee must be greater than 0 GWEI"],"IUG86v":["The Persona is connected to the account @$",["0"],"."],"IUp08P":["The current wallet does not hold a lens and cannot follow/unfollow"],"IX1M/E":["Floor price"],"IXbRbM":["Choose another wallet"],"If2v4h":["Lucky Drop"],"IhnvgP":["Change to EVM Wallet"],"ImhKg5":["Could not fetch chain ID. Is your RPC URL correct?"],"IoAuJG":["Sending..."],"IrI9pg":["End date"],"Iu4Ja9":["Please enter token contract address."],"J05/Al":["Set NFT NFT Background"],"J0LAHU":["Refund"],"J0Mxpc":["The ",["0"]," is in progress. You can check its status in History after exiting this page."],"J24FyN":["Bridge"],"J2eKUI":["File"],"JA8K9s":["Unpacking"],"JGds+N":["Lack of number, letter or special character."],"JGpseC":[["0","plural",{"one":["This domain is"],"other":["These domains are"]}]," currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"JLiwYz":["Mask Network requires the permission of following websites before using it."],"JOP9uZ":["Transaction has been rejected!"],"JPHuMW":["Swapping"],"JUcj/I":["Switch X Logo"],"JXJlYD":["Set Your Persona Name"],"JbKZsv":["Scan the QR code with a WalletConnect-compatible wallet"],"JeHCi7":["No function found that retrieves ownership"],"JfI60y":["Incorrect Payment Password."],"Jg5pf7":["Current base fee is ",["0"]," Gwei"],"JiIKww":["Advanced Settings"],"JlFcis":["Send"],"JlIzk8":["Browser File"],"Jnjbl3":["You need to follow <0>@",["twitterHandle"],""],"Js4Nk0":[["0","select",{"finding_post_key":["Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you."],"finding_person_public_key":["Mask is looking for the public key of the author..."],"other":["Mask is decrypting..."]}]],"JuVC24":["Deposit token"],"JwzZmt":["to <0>",["toAddress"],""],"K1tshY":["Failed to download image"],"K5a6t1":["Persona already exists."],"K7tIrx":["Category"],"K8jCIB":["Data backed up successfully!"],"KAS4UW":[["0"]," Attention factor"],"KCeSRZ":["We will need to verify your Twitter account and record it on the NextID. Please post it for validation."],"KFYFgI":["Wallet sign failed."],"KFwID2":["Restore Failed"],"KGHnSc":["Lock Wallet"],"KJGKkh":["EVM Chains only"],"KMgp2+":[["0"]," available"],"KPUGxy":["Random Amount"],"KRz1oj":["Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X."],"KTfagY":["Lucky drop with ",["0"]," created."],"KVAoFR":["unlimited"],"KVkke3":["Set NFT PFPs"],"KWeNH6":["Unlocking ",["hasSymbolName"],"..."],"KisOjk":["Restore or Login"],"Kj4oEm":["Generate a new persona"],"Kl9gHp":["Wallet Group #",["0"]],"KmQ25M":["Max priority fee is too high for network conditions."],"KnidLU":["Not Connected"],"Ko4L/B":["The receiving address is a contract address. Please check again."],"KojyJ4":["Wrong Network"],"Koz2Rg":[["0","plural",{"one":["Action"],"other":["Actions"]}]],"KtMMzG":["Wallet disconnected"],"KwJJLb":["<0>Powered by <1>",["0"],""],"Ky09J8":["Previous follow transaction is in processing, please wait and try again."],"KziH2K":["Fast"],"Kzu9r9":["24H Traded Volume"],"L+bpwv":["Please set up backup password to export private key."],"L4vN0F":["EVM"],"L82H5Z":["Creating your **identity**"],"L87Mfu":["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."],"L96aan":["View full transaction details"],"LBtfmO":["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."],"LJkXYZ":["Create New Mask Identity"],"LLf+t1":["No deposit protocols found."],"LNItR6":["You have set NFT PFP successfully."],"LP+1Z7":["Add Network"],"LSwUJb":["Select Liquidity"],"LU3p9s":["Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account."],"LWJCIn":["Connected sites"],"La9ArN":["<0>Powered by ",["publisherNode"]],"LcET2C":["Privacy Policy"],"LcZh+r":["Unsupported data backup"],"LhMjLm":["Time"],"Lho4Qd":["DSearch"],"LiE5z4":["Max base fee should be greater than 0"],"LigbuA":["In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension."],"LkYKvc":["Please select the correct words in the correct order."],"LqWHk1":["Hide ",["0"]],"Lx4CpL":["Wallet name must between 3 to 18 characters."],"Lz7CzN":["No mint function"],"Lzo8mb":["Claimed: <0>",["claim_numbers"],"/",["total_numbers"]," <1>",["0"],"/",["1"],"<2><3>",["tokenSymbol"],""],"M0FgOk":["Add Contact"],"M1RnFv":["Expired"],"M1ts1r":["View your address"],"M24E85":["This address is a contract address."],"M4g1UJ":["Contract Interaction"],"M7ZGdw":["2. If you have installed the ",["name"]," Wallet"],"M9OYUo":["Please try again if you failed to vote."],"MC00Lm":["Scan QR code with WalletConnect-compatible wallet"],"MEIAzV":["Unnamed"],"MKEPCY":["Follow"],"MOHcKb":["Enter a max priority fee"],"MQ9hQ4":["DAO"],"MR/0Va":["All Mask Network users"],"MTqQMG":["Not set"],"Mh3RsB":["Best Wishes!"],"Mi8ATZ":["The token approval revoked."],"Midntl":["Download report"],"Mm1aH+":["Proxy contract"],"MpnSqP":[["0"]," Pending"],"MqdtT5":[["0"]," Bridge Network fee"],"MyjAbr":["Resend"],"N/fqDa":["Ens or Address(0x)"],"N0YrmD":["Valuables"],"N0tcou":["Claiming..."],"N2DUxS":["Insufficient Balance"],"N2S1rs":["Empty"],"N2aeX8":["No valid wallet detected. Please connect wallet or verify wallet firstly."],"N40H+G":["All"],"N5GKfB":["Tax cannot be modified"],"N6/RZd":["Sorry, failed to save NFT Avatar. Please set again."],"N931rj":["Your transaction should be done in <0/>"],"NERSN2":["or Holding NFT"],"NJbBmC":["Switch Twitter Logo"],"NOi+Fr":["This QR includes your identity, please keep it safely."],"NTnXx/":["<0/> unapproved <1>",["0"],""],"NVt/wW":["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"NWqhru":["Reselect"],"NZ7wlC":[["0"]," Holder"],"Na6Ytj":["Change NFT PFP"],"NaZTE7":["Incorrect Mnemonic Words."],"NdlvGd":["Claim Details"],"NfxOUe":["Enter Total Amount"],"Ng063n":["Donate"],"Nhp9Kw":["Exceeded the maximum file size of ",["fileSize"],"."],"NkgvWN":["Logout failed"],"NloaHG":["Backup Password"],"Ns5WaC":["No backups found"],"Nu4oKW":["Description"],"NwibRO":["Supported contracts"],"NzlE6O":["By granting permission, you are allowing the following <0/> contract to access your NFTs."],"Nzm8dm":["Example: Alice"],"Nzwli2":["Base"],"O2XHf2":["Check ",["providerName"]," to confirm connect."],"O3Nzf+":["Bridge between this token pair are't supported at the moment."],"O3oNi5":["Email"],"O86J+j":["This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud."],"O8PsYe":["Add the file to Chrome's database"],"OAZ+tI":[["attentionFactors","plural",{"one":["#"," Attention item"],"other":["#"," Attention items"]}]],"OAfk3i":["Hash"],"OCJdad":["<0>To: <1>",["to"],""],"OLUEnY":["when you click Add Google Drive button,you will be forwarded to Google authorization pages."],"OLY2Jk":["Gas Price"],"OQEwR/":["Create Lucky Drop"],"OR475H":["Network"],"OcvI49":["No blacklist"],"OeD4sM":["Failed to login firefly"],"OfhWJH":["Reset"],"OgPkDe":["Currency Symbol (Optional)"],"OgohfQ":["File Key: <0>",["0"],""],"OhgYJS":["Basic setting"],"OkofjH":["Recover"],"On0aF2":["Website"],"OsyKSt":["Withdraw"],"OuUyzz":["No contacts stored locally, you can try searching."],"OzSOpz":["Create a Privy wallet using an X account"],"P+K/3O":["Confirming"],"P7S/hC":["Max priority fee must be greater than 0 Gwei."],"P9wzG/":["Recovery"],"PByO0X":["Votes"],"PDW/HG":["Your Persona is on **ready 🚀**"],"PGdbc0":["Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com."],"PHM7OA":["Supported Sites"],"PI/VCJ":["Select the wallet(s) to use on this site. You should not connect to website you don't trust."],"PIG043":["Gitcoin"],"PLWaf6":["Create the Lucky Drop"],"PNZOzY":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"]," on <5>",["3"],""],"PRkIUI":["Gas Fee"],"PTXNyo":["Waiting for ",["providerType"]],"Pd3dlq":["Circulating Supply"],"PeT3a5":["You have successfully restored the backup from Google Drive to your browser."],"PiH3UR":["Copied!"],"PjBWOL":["Create your persona to get started"],"PlE+Fs":["Connect and Verify ",["0"]],"PsQmAw":["Everyone"],"Pt3n39":["No back up"],"PwjgPX":["Please create your persona to use Web3 Profile."],"Q0IFtx":["The custom amount entered may be higher than the required network fee."],"Q2lUR2":["Currency"],"Q68Nuc":["Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it."],"QF9SdB":["Split Mode"],"QHZRmq":["Sites"],"QHcLEN":["Connected"],"QJQd1J":["Edit Profile"],"QQPCqQ":["Backup Wallet"],"QRsMow":["Transaction Confirmed"],"QU9aqK":["You have signed with your wallet."],"QUBIav":["Failed to bridge"],"QWxok/":["Connect with Mask Wallet"],"QXDgyQ":["Please write down the following words in correct order. Keep it safe and do not share with anyone!"],"Qbo7Ev":["Write down mnemonic words"],"QcVZFH":["Step ",["step"],"/",["totalSteps"]],"Qd0xFm":["Refund your expired Lucky Drop."],"QowPFh":["Collectibles"],"QpgBEp":[["0"]," days"],"QsVbHo":["Sending address"],"QyZU8V":[["riskyFactors","plural",{"one":["#"," Risky item"],"other":["#"," Risky items"]}]],"QypSt2":["Update X.com Permissions"],"Qz8niP":["You may lose your assets if you give approval to the website of this token."],"R/Pfmp":[["amount"]," ",["0"]," tips sent."],"R2K7XH":["Account successfully connected to persona"],"R9aEN5":["Send ",["0"]],"RCBmDP":["Follow @masknetwork to explore Web3."],"REeHKm":["<0/> ",["txType","select",{"trade":["traded"],"mint":["minted"],"other":["traded"]}]," <1>",["0"]," ",["1"]," for <2>",["2"]," ",["3"],""],"RH8jSA":["Merge data to local database"],"RHSlVw":["Follow @masknetwork (mask.io) to claim NFT lucky drops."],"RL5m+x":["Generating your **accounts**"],"RLBjfU":["Attached File: ",["name"]," (",["size"],")"],"RNfEI8":["You canceled the request."],"ROWd/9":["Leave blank to allow any amount; enter a number to set a minimum holding requirement."],"ROWeBX":["Followings"],"ROsDRH":["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"],"RRw7LE":["Identity ID"],"RUYsn0":["Clear All"],"RW1HJz":["The receiving address may be a malicious address."],"RWoEqV":["Failed to transfer token: ",["message"]],"RZOA0N":["Find Mask Network in the extension list and click the <0/> button."],"RdfrN2":["Mint Address"],"Re7Oex":["Transaction submitted."],"RhCL4z":["Max amount"],"RiLzWA":["Please switch to this network in the mobile application wallet you are connected to."],"RiQQyz":["This allows the third party to spend ",["value"]," ",["0"]," from your current balance."],"Rm3JCH":["File name must between 3 to 20 characters."],"RqRRf6":["Created by <0>",["0"]," • <1>Website"],"RrGhwo":["File ",["0"]," deleted."],"RuO5md":[["seconds"],"sec"],"Rx8sxX":["Select liquidity"],"RxlKnY":["Lens"],"Ry8TiY":["Create Smart Pay wallet"],"S0CsaV":["Create a New Wallet"],"S0vyIh":["Owner changed."],"S2JNMm":["Your file has been successfully restore into the browser data."],"S33tz3":["Not connected"],"S6Qdlo":["Scam Warning"],"SDrb6I":["Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account."],"SGVkVp":["Two entered passwords are not the same."],"SIrUT3":["Grant access to your ",["0"]," for the Lucky Drop Smart contract. You only have to do this once per token."],"SLEDBF":["Failed to add the wallet, please try again."],"SNZM71":[["0"]," withdrawn."],"SREKz9":["Report NFT Scam Contract?"],"SUqBr9":["Refund ",["0"]," ",["tokenSymbol"]," Successfully"],"SX2UXi":["Your vote has been successful."],"SYGo/R":["Import Wallet"],"SYgxDf":["Slow"],"Sfu/we":["Failed to delete, please try again."],"ShHV7X":["Cloud Backup"],"ShmUTn":["Add a Custom Cover"],"Sitstz":["Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund."],"Sjplg3":["View on Explorer"],"SlxhDh":["Verify your wallet"],"Sp69uH":["The web site can"],"T0W3Z8":["Insufficient funds for gas."],"T0Y2+3":["Select a token"],"T3EPqL":["Max base fee"],"T3dlAs":["Quote expired. Update to receive a new quote."],"TA4fAr":["The wallet name already exists."],"TFEJcT":["Set NFT PFP"],"TIIaK1":[["2","select",{"approve":["<0>",["user"]," approved ",["0"]," to <1>",["contract"],""],"revoke":["<2>",["user"]," approved ",["1"]," to <3>",["contract"],""],"other":[]}]],"TJt1iY":["Decentralized social graph protocol for user-centric Web3."],"TNFd5O":["View real-time crypto prices, market cap, trading volume, etc."],"TP9/K5":["Token"],"TRoDRd":["Failed to deposit token."],"TYTRNP":["Eligible to claim"],"TZDLPg":["Claimable"],"Tfxac6":["This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"Tg003Y":["Connected wallets settings"],"Tl3Zls":["This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee."],"TnHNX9":["Update permission for X.com"],"ToePai":["Spend limit requested by"],"TppkTk":["<0>",["user"]," carried out an activity to <1>",["target"]," on <2>",["platform"],""],"TpqeIh":["Error: ",["0"]],"Tuc34V":["Confirm Bridge"],"Tx/jsw":["Do you need to paste encrypted content manually?"],"Tz0i8g":["Settings"],"TzarJw":["Bridging"],"UBzbea":["Recover your wallet"],"UDKbPj":["Your file has been successfully merged into the browser data."],"UFzLh1":["When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ",["0"],". Please reduce the number of NFTs selected."],"UO7xDp":[["0"]," Pool"],"UPJjXF":["Network error, try again: ",["0"]],"URAE3q":["Paused"],"URmyfc":["Details"],"UUfXpm":["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."],"UWxJIW":["Powered by Celer Network. Support $MASK!"],"UXBK7e":["<0>",["user"],"sent",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"to <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"UaXeX3":["Okay"],"UbRKMZ":["Pending"],"Udf/Es":["Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network."],"UfJmJU":["Invalid slippage tolerance."],"UjJCIX":["Contract source code not verified"],"UjRxho":["Persona Recovery Phrase"],"UmVZrM":["Failed to create Lucky Drop."],"UpqenY":["We recommend new Web3 users to keep [Check Security] open."],"UqJ0W/":["Cancel Transaction"],"Usynqd":["Gas price is too low and will cause the transaction fail"],"UtKGok":["Backup Persona"],"UvJiVZ":["There's no feed associated with this address."],"UxJ2jd":["Display Snapshot proposals on the X of the respective project or protocol."],"UxYZfY":["Revoke the approval for ",["0"],"."],"V+1pjj":["Back Up Your Data Your Way"],"V+ZuGt":["You claimed ",["0"]," $",["1"],"."],"V6YDUB":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"],""],"V6wYl1":["Total amount"],"V8j2d/":["App list"],"VAOn4r":["Unlock"],"VECuJk":["Wallet Account"],"VHShJf":["Please click Browse Files button to select files to upload."],"VHVdS1":["No votes"],"VP4HYe":["Next.ID"],"VSx1eg":["Max priority fee"],"VbeIOx":["Author"],"VcPDSd":["Unsupported key store data"],"VdhBp2":["The chainID is not equal to the currently connected one."],"VdkQUC":["Please sign up or login ",["siteName"]," to connect Mask Network."],"Vj7ma7":["Support mnemonic phrase, private key or keystore file."],"VlpdUm":["Use NFT"],"VsHxv+":["Copy text"],"VvGC/Y":[["0"]," Network fee"],"VvPeyR":[["0"]," unlocked"],"VzQ7uf":["Unknown EIP-4361 message version."],"VzQOL2":["This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap."],"W0uonA":["This QR includes your mnemonic words, please keep it safely."],"W2es+t":["Oops, it seems you don't have any voting power at block ",["0"],". <0>Learn more"],"W5OcTk":["No approved contract records."],"W7e3zN":["Are you sure to remove the connected wallet <0>",["0"],"?"],"W7rMXF":["Failed to send token."],"WAjFYI":["Start date"],"WDcQq9":["Unlisted"],"WKG5E8":["You need to hold at least ",["quantity"]," of any of the following tokens."],"WLMjwL":["Confirm to hide ",["0"],"? You can redisplay it by re-adding this token at any time."],"WS7EYf":[["0","select",{"Post":["<0/><1>",["handle"]," published a post on <2>",["1"],""],"Comment":["<3/><4>",["handle"]," made a comment on <5>",["2"],""],"Mirror":["<6/><7>",["3"]," mirrored a post post by<8/><9>",["handle"]," on <10>",["4"],""],"Quote":["<11/><12>",["handle"]," quoted a post post on <13>",["5"],""],"other":["<14/><15>",["handle"]," post stuff on <16>",["6"],""]}]],"WWPi4P":["Incorrect wallet address."],"WY8amq":["Invalid number"],"WZcvLm":["Follow Now"],"WeNxrL":[["0"]," Attention factors"],"Weq9zb":["General"],"WmXCMa":["Switch other account"],"Wqoa0p":["Connect Persona"],"WqzYn1":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"]," to <2>",["project"],""],"WsNUie":["Claimed: <0>",["0"],"/",["1"]," <1>",["2"],""],"Wvnsx1":["Auto-lock"],"Wy16g8":["Gift crypto or NFTs to any users, first come, first served."],"X0PXso":["Swap duration"],"X200Sr":["Forgot payment password?"],"X3X0nY":["You may have ",["0"],"% less received with this level of slippage tolerance."],"X6ujRd":["Be aware, check the token before adding it."],"X8N33g":["Transaction history is only stored locally and will be deleted if you clear your browser data."],"X8w6bW":["Enter Max spend limit"],"XA8JXM":["Add NFTs"],"XB3tfc":["Encrypting your **data**"],"XC7RGa":["Recover your data"],"XDtQ7t":["Display the following address on your Web3 profile page and use it to receive tips."],"XGRJzS":["Open in a new tab"],"XGqAnD":["This token contract has code that prevent selling. This might is a honeypot."],"XQDdOC":["No friends are stored locally, please try search one."],"XQQx83":["<0>",["user"]," ",["0","select",{"supply":["supplied"],"add":["added"],"repay":["repaid"],"withdraw":["withdrew"],"collect":["collected"],"remove":["removed"],"borrow":["borrowed"],"other":[]}]," liquidity on <1>",["1"],""],"XUKicg":["Step 1/2"],"XYLcNv":["Support"],"XZ/B+f":["Don't see your NFT?"],"XcWehA":["Update Quote"],"Xftpm5":["Select Collection"],"XjDSdO":["Old Payment Password"],"Xlpdi1":["on ",["fromNetworkName"]],"Xprzee":["Enter a gas price"],"XrH+JC":["IPFS"],"XrlvqN":["Who can claim?"],"XsyYEe":["This NFT didn't have any activities."],"XyAmgg":["Add wallet"],"Y7N0Sj":["View your account balance and history"],"Y9mYPy":["Powered By ",["0"]],"YF8jon":["Ended ",["relativeEndTime"]],"YKSmxE":["Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts."],"YLObqx":["Equal Amount"],"YOacnL":["Tell friends what's happening..."],"YOnK5s":["<0>",["user"]," registered ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an ENS "],"other":[]}],"for <3>",["costValue"]," ",["costSymbol"],""],"YPNSH3":["Connect Solana Wallet"],"YSi9PS":["Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events."],"YW51YO":["24H sale"],"YXIpYp":["Please verify the current persona with a social media account before using dApps."],"Yckw2R":["Fiat On-Ramp"],"YdCB5X":["Copy private key"],"YiPiv6":["There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"YirHq7":["Feedback"],"YnqCPK":["Verify Account"],"Yp8yB4":[["0"]," to ",["1"]],"Ywu8Rl":["Please connect ",["0"]," and send a proof post before using dApps."],"Z/tioj":["Swap ",["0"]],"Z16qyu":["Persona Name"],"Z3+V9p":["Restore backup failed."],"Z33XCd":["Input contract address"],"Z3FXyt":["Loading..."],"Z3S6Dx":["Step 1/3"],"Z3y+8t":["Unsupported Network"],"Z6siIw":["Switch between the classic Twitter logo and the new one."],"Z7ZXbT":["Approve"],"Z8+FzC":["Connecting your ",["providerType"]," wallet"],"Z8G4E5":["Change to Flow Wallet"],"Z8lGw6":["Share"],"ZAVklK":["Or"],"ZDcdss":["Claim Conditions"],"ZHsD28":["Enable the plugin"],"ZIsLZh":["Size limit: 10 MB"],"ZK75iC":["Choose a Cover"],"ZKAj6+":["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."],"ZQbnxO":["No collectible found."],"ZQr5hT":["Unlock Token"],"ZSWUwq":[["0"],"m"],"ZSgQgC":["Max fee is too low for network conditions."],"ZTXjJ3":["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."],"ZTmzRV":["Highest Price"],"ZdnQsW":["<0/> interacted with <1/>"],"ZgFWrp":["<0>Powered by<1>Go+"],"ZhrWG1":["Create persona"],"ZrZMJ6":["Backup failed, <0>try again"],"ZsjtYe":["Failed to set Avatar."],"Zypku0":["By using this plugin, you agree to the <0>terms and the <1>privacy policy."],"a1S2x7":["Data source is retrieved from ",["0","select",{"other":[],"twitter":["Twitter profile and "]}],["sources"],"."],"a1SmQh":["Select Wallet"],"a23gJr":["Incorrect backup password."],"a33WQ+":["Download the ",["name"]," Wallet here"],"a4C0ak":["Insufficient Balance for Gas Fee"],"a4N/Bg":["Load More"],"a5t/N3":["Spend more transaction fees to cancel the previous transaction."],"a6ONsz":["Unlock ",["0"],"."],"a7u1N9":["Price"],"a9X8Om":["Failed to report spam."],"aAIQg2":["Appearance"],"aEgiLS":["contributions"],"aF8kci":["Creation Completed"],"aFJrEy":["You need to hold any of the following NFTs in your wallet."],"aFht5e":["Connected ",["0"]," with ",["walletName"],"."],"aTzTyw":["Add Assets"],"aVI2qx":["Click the application icon to list it on the App board."],"aYT9SD":["Max fee"],"acK3j2":["Input your Private Key"],"agPptk":["Medium"],"ah8/4v":["Floor Price"],"ahNa7P":["NFT Holder"],"ahpgxl":["Please create a Persona and verify your account to use this."],"ai3VNq":["Connected Wallet"],"ajKdns":["This wallet address has already been connected."],"apl8rz":["Failed to withdraw ",["0"],"."],"aqop4L":["Check on Explorer"],"awW7ak":["Remove Wallet"],"ayxkVX":["Transaction"],"b+scYY":["Requesting Connection"],"b/mMOj":[["0"]," ",["1"]," approval successfully."],"bBzHQT":["Input amount is below the minimum amount"],"bD8I7O":["Complete"],"bEPPWi":["Connect Flow Wallet"],"bGMpPD":["Unlock NFT Contract"],"bIpwjD":["My Wallets"],"bKGn4N":["<0/> minted",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]],"bLJivk":["Select an NFT Contract Owner"],"bLmWH9":["Bridge anyway"],"bLqb2p":["<0>Latest offer at <1>$",["0"],""],"bLvQvN":["Library:"],"bQXBhp":["Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves."],"bTQliy":["This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account."],"bUUVED":["Asset"],"bapItf":["Incorrect Backup Password."],"bassMa":["Incorrect cloud backup password, please try again."],"bbS8qf":["1 NFT claimed."],"bdIrOO":["Verification code has been sent to your email. Please check your mailbox."],"bfNmSO":["Set payment password successfully."],"bnfo6T":["Sent verification post successfully."],"bnuQy5":[["0"]," files selected"],"bwlRe8":["Selecting NFTs"],"c+Fnce":["Sign"],"c+XaKf":["<0>",["formattedUser"]," ",["0","select",{"follow":["followed"],"unfollow":["un-followed"],"other":[]}]," <1>",["other"]," on <2>",["1"],""],"c19z3W":["Available Balance"],"c2MkCo":["Payment password must be 6 to 20 characters."],"cD0wgO":["Do you want to remove the verified association between the X account @<0>",["0"]," and ",["1"],"?"],"cFDjd3":["Transaction type"],"cJv4Ca":["Connecting operation cancelled in third-party wallet."],"cM1qH2":["Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media."],"cNJNBU":["Get optimized search results when you're looking for a token."],"cQYjZe":["To verify your X account and record it on the NextID, you will need to send a post for the verification."],"cVit2/":["Please set the backup password to back up"],"caP+Xq":["Crypto Holder"],"cbzSv5":["Max fee should be greater than base fee of ",["0"]," Gwei."],"chL5IG":["Community"],"clw/Xh":[["0"]," sent."],"cm4E8+":["Experience in X"],"cmKQl+":["Failed to save the file. Please try again."],"cmNbUB":["Not found your ",["providerType"]," wallet"],"cnGeoo":["Delete"],"crVIc7":["Locale Backup"],"ctb8Cs":["Dex/Est received (",["0"],")"],"cvCD4e":["Contract Creator"],"d0aemb":["Please create a persona for accessing Dapps."],"d6nk2t":[["0"]," Platform costs"],"dAMTl9":["This RPC URL is currently used by the ",["0"]," network"],"dCpOJ5":["<0/> approved with <1/>"],"dCvyk/":["Change another account and try again."],"dEgA5A":["Cancel"],"dXFgcm":["Transfer Token"],"daEP1M":["Token info"],"dajsth":["Incorrect Keystore Password."],"du/tmd":["Create your Lucky Drop."],"dyNKut":["Browse Files"],"dzAth+":[["0"]," ",["1"]," swap completed successfully."],"e0E1XI":["Max Fee (GWEI)"],"e1vdXO":["Arweave"],"e34ZOD":["Waiting time"],"e3I0CA":["Failed to restore the backup: ",["0"]],"e3hCsY":["Lido Exchange Rate"],"e4yrZ/":["Token Address"],"eC1gV9":["Invalid file type"],"eDT+Oh":["The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets."],"eE0JZ4":["Version"],"eEeK5j":["<0>Expires in ",["0"]],"ePK91l":["Edit"],"eWczg7":["Just Me"],"eaLSW8":["Persona name must between 1 to 24 characters."],"ecqLr0":["I just tipped a ",["NFT_Name"]," to @",["recipientUserId"],"'s ",["0","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["recipientAddress"],"\n\nInstall https://mask.io/download-links to send your first tip."],"eeYVJ5":["Be careful what you visit and sign!"],"ejVYRQ":["From"],"elyK4N":["Failed to unlock token contract."],"eoeq4k":["<0>",["user"]," made a comment on ",["platform"]],"ep2Wyh":["1 ",["0"]," tips sent."],"erRCKP":["File saved"],"es4h+b":["Swap Anyway"],"ezYNcH":["Pin Mask Network to the toolbar for easier access:"],"f5AidZ":["Write down recovery phrase"],"f61qKX":["Deploy a SmartPay wallet on Polygon network."],"f6pX67":["<0>0 Followers <1>0 Following"],"fDP2k4":["Change Payment Password"],"fFGPy6":["Or create a new wallet group"],"fFYJ8f":["Welcome to use Mask Network"],"fL7WXr":["Applications"],"fRQP7E":["<0>Granted to <1>",["0"],""],"fRUjl7":["Please switch to <0>@",["expectAccount"]," to continue the account verification progress."],"fUn3xA":["Generate a new wallet address"],"fc4PdK":["The RPC URL you have entered returned a different chain ID (",["rpcChainId"],"). Please update the Chain ID to match the RPC URL of the network you are trying to add."],"fdqDgM":["Ended on <0>",["0"],""],"fiPesM":["Method"],"fj5byd":["N/A"],"foOw00":["Balance(",["symbol"],")"],"fqDzSu":["Rate"],"fsBGk0":["Balance"],"fsUPaG":["Congratulations"],"fvRGyC":["Trying exploring more features powered by Mask Network."],"fx6pOQ":["Balance: <0/>"],"fza4cg":["Import Wallets"],"g/1WbH":["from <0>",["fromAddress"],""],"g/i+bG":["Transaction rejected"],"g2UNkE":["Powered by"],"gC2WI+":["Persona"],"gERRYE":["Artblocks"],"gHM62X":["Payment password changed."],"gM+Nj7":["Are you sure to report ",["0","select",{"hasName":[["1"]],"noName":["this NFT"],"other":["this NFT"]}],"? After confirmed, this NFT will be marked as spam."],"gT+8Dk":["Confirm to hide ",["name"],"? You can redisplay it by re-adding this NFT at any time."],"gUuuBi":["Check Security"],"gVfVfe":["Contacts"],"gWcGl/":["Your wallet cancelled the transaction."],"gdnEab":["Incorrect recovery phrase."],"ggdga4":["The user has not set this."],"ghVDTt":["rounds"],"ghZx62":["Unlock token"],"gk7J2q":[["0","select",{"other":["<0>Size limit: ",["fileSize"],""],"omit":[]}]],"gkLviK":["This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"gmOW42":["ENS or Wallet Address"],"gnSRSG":["Hiding Scam Transactions"],"gp6A8z":["Authorization Failed"],"gtdJ43":["My wallet"],"gwuMzD":["<0>",["user"]," appointed a proxy on <1>",["platform"],""],"gxV9O8":["Cast your vote"],"h/b9lY":["No followers."],"h0qYUk":["Search with an ENS domain or wallet address to get optimized results."],"h3bIHg":["Disconnect Social Account?"],"h53LoU":["Social Account"],"h5Dtc5":["funding received"],"h69WC6":["Sent"],"h7+V7K":["Backup & Recovery"],"hEpXzO":["Welcome to Mask Network"],"hG89Ed":["Image"],"hHLRGW":["Hide tokens with value less than $1"],"hRWvpI":["Claimed"],"hRtIgr":["APP list"],"hTbvD9":["Sorry, you are not eligible to claim $ARB in this campaign."],"hUF4dG":["Backup password set successfully"],"hWUuAb":["Already following"],"hXzOVo":["Next"],"hYgDIe":["Create"],"he3ygx":["Copy"],"heVBR8":["Enter Amount Each"],"hehnjM":["Amount"],"hg5QeV":["Total cost"],"hhtbAs":["Unfollow lens handle"],"hj39w+":["Loading failed due to Snapshot API service breakdown."],"hom7qf":["Claim"],"hpxXOD":[["context","select",{"approve":["<0>",["user"]," approved <1>",["amount"]," ",["symbol"]," to <2>",["contract"],""],"revoke":["<3>",["user"]," revoked the approval of <4>",["amount"]," ",["symbol"]," to <5>",["contract"],""],"other":[]}]],"hxHyfs":["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."],"hxdOdX":["Owner can change balance"],"hzTib5":["Select an NFT Contract Operator"],"i2x+p1":["Processing Withdrawal"],"i4umqX":["The following wallets are not installed or in conflict with others"],"i6OT6/":[["subject"]," has an error"],"i70ilP":[["0"]," NFT contract unlocked."],"iCb44o":["Created on: ",["0"]],"iF9x7r":["Trading mode"],"iH8itU":["Connect your wallet"],"iH8pgl":["Back"],"iJLEZF":["Show me how"],"iNIdDX":["Incorrect contract address."],"iPMIoT":["Enter an amount"],"iSLIjg":["Connect"],"iT0Qmd":["Transaction Failed"],"iTiwqa":["Asset is hidden."],"iZLoa2":["eg: X accounts, persona public keys, wallet addresses or ENS"],"ia3Lqp":["The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions."],"ie2c+s":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Welcome to join."],"ileX7U":["No recent transactions"],"imDvP9":["Gas limit must be smaller than ",["maxGas"],"."],"iobEyh":["By checking this box, I agree to ArtBlocks's <0>Terms of Service."],"iuCSJl":["This wallet is connected to current persona ",["0"],"."],"iuJFAy":["Low Risk"],"iwiSFA":["Similar Project"],"j2Uisd":["Approving"],"j2a+h4":["Past rounds"],"j4TRxD":["Select Address"],"j8MqhB":["CyberConnect"],"jEDiuG":["Network added"],"jICk7g":["There was a network or RPC provider error, please try again later!"],"jIWgmE":["Entered passwords are inconsistent."],"jJPsrT":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"jJrqb1":["Token Name"],"jK7nvW":["Failed to disconnect wallet"],"jRcH7y":["NFT Avatar Setting"],"jRfanQ":["Gas Used (Units)"],"jXWnN0":[["0","plural",{"one":["Strategy"],"other":["Strategies"]}]],"jZQU+o":["Originally posted by ",["0"]],"ja6Tyz":["Search with the name of an NFT collection or its symbol to get optimized results."],"jaH9PD":["Hi friends, I just created ",["token"]," Lucky Drop. Download Mask.io to claim."],"jas0vv":["Disconnect all accounts"],"jbc0gF":["Create Password"],"jeLXsu":["Who can claim"],"jfJkBQ":["Gas price is too low for network conditions."],"jh0i4n":["Confirm this transaction in your wallet."],"jhoAzY":["Mask Network Cloud"],"jjCXPD":["Starts ",["relativeStartTime"]],"jpctdh":["View"],"jt/0L2":["You've saved ",["0"]," to Web3 file service."],"jt/cjR":["Safety Warning"],"jtExaD":["Not supported yet."],"jygqM9":["Loading account information..."],"jzLzy/":["No whitelist"],"k/sb6z":["Select language"],"k/vATR":["Token unlocked"],"k0USDt":["Account connected.<0/><1/>Try to explore more features powered by Mask Network."],"k1pJQo":[["0"]," network is not added to the wallet. Please add it and try again."],"k28Qhe":["Failed to save file"],"k57+C7":[["walletLength","plural",{"one":["#"," Wallet"],"other":["#"," Wallets"]}]],"k7u9V5":["Incorrect words selected. Please try again!"],"kCAzy/":["Collection Approval"],"kG0n0M":["Network error or user cancels the process."],"kHDhjV":["I just claimed airdrop with ",["amount"]," ",["0"]," on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities."],"kKY8Re":["The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"kPQQEW":["Enter an Amount"],"kV9Qeo":["You have donated ",["0"]," ",["1"]],"kWJmRL":["You"],"kbfp5m":["Visible To"],"kdW3qS":["Nonce"],"kePpfU":["Update NFT Avatar Success!"],"kf/5Ap":["Explore multi-chain dApps."],"kf83Ld":["Something went wrong."],"kg/ict":["Lucky Drop claimed."],"kj3M8S":["Deposit"],"kjBSDT":["<0>",["user"]," minted ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}],"for <3>",["value"]," ",["symbolName"],""],"ks5OGD":["Contract"],"kx0s+n":["Results"],"l/UFPv":["Properties"],"l3s5ri":["Import"],"lCF0wC":["Refresh"],"lCHQzJ":["This address may be a scam address."],"lCfoWv":["Select NFTs"],"lDgVWA":["Receive"],"lET9my":["Mask needs the following permissions"],"lErh77":["Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance."],"lKldOY":["12-word recovery phrase is used to recover your persona data."],"lO/vMB":["OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly."],"lPJwNU":["Persona: ",["personaName"]],"lPsa94":["Merge Completed"],"lQXQKs":["Vote"],"lU6uRb":["Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility."],"lWOC+h":["Mask Network requires you to authorize the following websites before using it."],"ldI18s":["Minted:"],"lhvy2j":["Firefly"],"llLBQ1":["a token"],"lmYQuN":["At most ",["SOL_REDPACKET_MAX_SHARES"]," recipients"],"loCUuu":["Keystore"],"lqTDfd":["Slippage Tolerance"],"lqW7eD":["In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address."],"lr8uE3":["Holding ",["0"]],"lvL4x0":["Follow @masknetwork for Web3 updates and insights."],"lxJU2w":["Enter Number of Winners"],"lyjM6U":["Wait too long for the confirmation."],"m+uuUE":["Cross-chain"],"m/TPEz":["(beta)"],"m16xKo":["Add"],"m2OZMI":["Max fee cannot be lower than max priority fee"],"m2pyX2":["Buy Now"],"m3VOQq":["Current wallet does not support to interact with Lens protocol."],"m3XvO+":["Imported Wallets"],"m3akOw":["I just claimed a lucky drop from @",["sender"]," on Solana."],"m3cvPZ":["Payment password set."],"m3pz1u":["Insufficient ",["symbol"]," Balance"],"m64f3d":["Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead."],"mCB6Je":["Select All"],"mGHHf5":["After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips."],"mHWsOq":["Failed to confirm"],"mNUsxu":["Tx Fee"],"mPxxVq":["Enter a gas limit"],"mQpWAe":["Edit Contact"],"mT57+Q":["Go to Settings"],"mUJUVX":["Claim your NFT Lucky Drop"],"mW8F64":["This project is no longer active"],"mYGY3B":["Date"],"mZ04KC":["Overall Best"],"ma8rSx":["Your transaction has been confirmed!"],"mc68kY":["New Payment Password"],"md5sZ/":["This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud."],"mfwfMR":["You can claim the lucky drop by holding the required amount of any selected token."],"mhNIiJ":["Gas price is higher than necessary. You may pay more than needed."],"mrAv9J":["Failed to save network"],"msszNj":["<0/> approved <1>",["0"]," ",["1"],""],"muQqQY":["Buy & sell tweets autographed by their original creators."],"mzI/c+":["Download"],"n+ObkB":["Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets."],"n1gwuy":["on ",["toNetworkName"]],"n2HnVK":["If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses."],"n42fmQ":["Enter a max fee"],"nDzNGQ":["Follow User"],"nE/lLr":["Just Selected Contacts"],"nFjzvC":["Approved Amount ",["0"]],"nGl2Ng":["Restore Completed"],"nKLBYz":["We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!"],"nMUHWK":[["claimed"]," Follow @",["0"]," (mask.io) to claim lucky drops."],"nMkx7r":[["0","plural",{"one":["#"," Hour"],"other":["#"," Hours"]}]],"nOCyT5":["Show tokens with value less than $1"],"nOhz3x":["Logout"],"nSkB8g":["Information"],"nTFx7o":["Avatar set successfully"],"nTWWCZ":["Low"],"nTif4K":["Select and Connect to your wallet"],"nUWEsV":["Max fee is higher than necessary"],"nUeoRs":["Signing Message (Text)"],"nV/wXH":["This profile can not be followed."],"nWDO1P":["<0/> ",["txType","select",{"burn":["burned"],"deposit":["deposited"],"mint":["minted"],"receive":["received"],"send":["sent"],"withdraw":["withdrawn"],"other":[]}]," <1>",["0"]," ",["1"]," "],"ndRqFD":["Chain ID"],"neBDpj":["Please connect wallet"],"ngWO+e":["No local key"],"njSHJP":["You didn't approve ",["0"],". Please do not set spending cap to 0 and try it again."],"nqL5WA":["Claim Lucky Drop"],"nqagQ8":["Signing Message (Raw)"],"nvAt0H":["Resource"],"nvV/Td":["Balance: <0>",["0"],""],"nwSp3U":["I just tipped ",["amount"]," ",["0","select",{"namedToken":[["1"]],"other":["token"]}]," to @",["recipientUserId"],"'s ",["2","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["3"],"\n\nInstall https://mask.io/download-links to send your first tip."],"nzBzok":["Create time:"],"o+XJ9D":["Change"],"o+zDNQ":["The mnemonic word has been copied, please keep it in a safe place."],"o4Iu2W":["Logout successfully"],"o4NrTC":["Confirm this Signature in your wallet."],"o66hO5":["Discovered a LuckyDrop event on the FireFly website."],"o9pabc":["No codes found to suspend trading."],"oCBTyI":["This will overwrite the existing cloud backup with the local data, this cannot be undo."],"oDMfB1":["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"oDSXfc":["New password cannot be the same as your current password."],"oG26Rt":["Confirm this transaction in your wallet"],"oG67vO":["Available to Everyone"],"oIsL5E":["Chain ID: ",["0"]],"oJIW7I":[["context","select",{"mint":["<0>",["to"]," minted <1>",["value"]," ",["symbol"],""],"send":["<2>",["from"]," sent <3>",["asset"]," to <4>",["to"],""],"claim":["<5>",["to"]," claimed from <6>",["from"],""],"burn":["<7>",["from"]," burned <8>",["value"]," ",["symbol"],""],"deposit":["<9>",["from"]," deposited on <10>",["exchange"],""],"withdraw":["<11>",["from"]," withdrew on <12>",["exchange"],""],"other":[]}]],"oMx/mL":["Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later."],"oN9XHJ":["Start Time: <0>",["0"],""],"oOQfsI":["Current account is not the verifying account."],"oTLFeN":["The Lucky Drop can't be sent due to data damage."],"oX+QCa":["<0>Powered by<1>Mask Network"],"oYzol6":["an NFT"],"oZw0Iw":["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"],"ocYse8":["Failed to refund Lucky Drop."],"oe5xh9":["Decrypt failed, please check password"],"of3mx/":["<0>",["user"]," swapped <1>",["from_value"]," ",["from_symbol"]," to <2>",["to_value"]," ",["to_symbol"]," on <3>",["platform"],""],"ofUcbc":["Random"],"ohUJJM":["Plugins"],"ojlMCx":["Minimum withdraw amount is ",["MINIMUM_AMOUNT"]," ",["0"]],"olEUh2":["Successful"],"ooHEV6":["1 ",["0"]," NFT Lucky Drop claimed."],"osXsDn":["Import NFT"],"ou+PEI":["Profile Photo"],"ouAjo6":["No Enough Gas Fee"],"ovBPCi":["Default"],"oxKup1":["Insufficient $",["0"]," balance"],"p+ngUo":["Unfollow"],"p1/7GX":["Contract Not Found"],"p2/GCq":["Confirm Password"],"p3TX0l":["Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers."],"p7l2aC":["Contract:"],"p8Aea2":["The persona name already exists."],"p8OYBy":["@",["sender"]," is sending an NFT lucky drop on ",["networkName"]," network. ",["account_promote"]," ",["promote_short"]," #mask_io #LuckyDrop ",["0"]],"pG7O41":["Fastest"],"pGElS5":["Mnemonic"],"pHfBGz":["Updating Gas Fee…"],"pIyHYi":["Lens Follow"],"pLHDrO":["Holding NFT"],"pOE8Vh":["Space"],"pa3wn3":["It remains unclaimed."],"pbOGiB":["Revoke Token"],"pbYUPI":["Text copied!"],"pi+hn/":["Ethereum ",["HD_PATH_WITHOUT_INDEX_ETHEREUM"]],"pjrgRd":["Incorrect Private Key"],"pkyWdU":["Keystore password"],"poYLOl":["New Logo"],"ps1+DX":["Set your persona name with maximum length of 24 characters"],"pu3rTn":["GWEI"],"puUEU3":["Change Backup Password"],"put3ex":["Request is valid not after"],"pv5v6j":["About Permit"],"pvnfJD":["Dark"],"py6hU8":["Signature Request"],"pzO3Xa":["Total Supply"],"q+O14e":["Search Area"],"q+hNag":["Collection"],"q/ao7A":["Price per mint"],"q5+UWM":["Contact edited."],"qAbGIK":["Issued at"],"qCMUPH":["Unlock ",["0"]],"qDIxZ+":["Failed to restore the backup from Google Drive to your browser. Please try again."],"qHqI+o":["<0>Powered by <1>Mask Network"],"qI8U4x":["Max fee cannot be lower than max priority fee."],"qIL7PI":["Offers"],"qJb6G2":["Try Again"],"qNiGUh":["size"],"qT8oOt":["Persona required."],"qWMpAl":["up to ",["0"]," Gwei"],"qYuscr":["Max Priority Fee"],"qZ6p7p":["Backup on ",["0"]],"qcqdIh":["You need to open the dApp to view the specific content."],"qcybNQ":["Proposal"],"qdyV/M":["News"],"qhKyO3":["Withdraw ",["0"]],"qkhZxp":["Created a SmartPay wallet on Polygon network."],"qp8fKi":["By confirming means that you agree to bear the possible risks above."],"qqWcBV":["Completed"],"r3OcML":[["mins"],"min"],"r92tNP":["Failed to authorize Google Drive. Please try again."],"rBLzKv":["Max fee is higher than necessary."],"rCsoea":["Manage Token List"],"rG3WVm":["Select"],"rJZPaP":["No activities found."],"rKY/BK":["Classics Logo"],"rLgPvm":["Backup"],"rQQGN1":["Max priority fee is higher than necessary. You may pay more than needed."],"rR6iwH":["Domain Request"],"rWE7Lq":["Contact deleted."],"rWqyF3":["Gas limit should be between ",["minGasLimit"]," and 15.00M"],"rYFSec":["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."],"rZ0rgl":["Total Volume"],"raCUEa":["By granting permission, you are allowing the following <0/> contract to access your funds"],"rcNnsQ":["Price:"],"re2nOO":["Uploaded files"],"rkMKQ0":["The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later."],"rm0yu/":["About ",["collectionName"]],"rqV4QH":["This swap isn’t supported"],"rrvbCi":["Network error or execute smart contract failed."],"rulocO":["Checking Approve"],"ryWxhG":["Congratulations!"],"s/8SJ+":["View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source."],"s4Omor":["To <0>",["0"],""],"sGkv/+":["Hi friends, I just deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"sOYKMU":["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."],"sOcZTR":["Contract Deployment"],"sQJ3RN":["Max priority fee is too low for network conditions."],"sQTDWu":["Allow us to collect your usage information to help us improve Mask."],"sSkbaZ":["Request timed out."],"sWsox7":["Follow Lens handle"],"saHPqg":["Claim your Lucky Drop."],"sb9Y58":["Wallet"],"siroPf":["Mask Network"],"sxkWRg":["Advanced"],"szNWi8":["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."],"t+A5fr":["Gas price should be greater than 0"],"t/YqKh":["Remove"],"t2prdI":["No search results"],"t3rUZr":["Sign-in Request"],"t6bQQD":["Send authors tips by using Mask Network's Tips function."],"t6md+W":[["0","select",{"create":["<0>",["user"]," created a profile on <1>",["platform"],""],"update":["<2>",["user"]," updated a profile on <3>",["platform"],""],"other":[]}]],"t8dIOP":["Spam"],"t91sWs":[["actionType","select",{"stake":["<0>",["user"]," staked <1>",["symbol"],""],"claim":["<2>",["user"]," claimed <3>",["symbol"],""],"unstake":["<4>",["user"]," un-staked <5>",["symbol"],""],"other":[]}]],"t9m1iP":["Spam reported."],"tARYn/":["NFTs Profile"],"tCAZi9":["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."],"tG9G+b":["File Service"],"tHoyBc":["Please connect ",["0"]," before using dApps."],"tIW5Jt":["No matched tokens"],"tKJ7ee":["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."],"tOL6AP":["Adjust Selection"],"tOMnvw":["Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites."],"tPeNU7":["This network name already exists"],"tRRE1h":["1 ",["0"]," claimed."],"tXkhj/":["Start"],"tbOs8j":["Confirm Swap"],"tcHpvG":["Change Owner"],"tfDRzk":["Save"],"thX7xs":["The network with chain ID ",["formChainId"]," may use a different currency symbol (",["0"],") than the one you have entered. Please check."],"tiX/tO":["Address: <0>",["address"],""],"tj48De":["Connect Social Account"],"tjbyOy":["Project details"],"tk+uyz":["You've approved ",["0"]," for ",["1"],". If you want to revoke this token, please set spending cap amount to 0."],"toDFSK":["Wallet sign succeeded."],"tst44n":["Events"],"tuOw4x":["Make It Encrypted"],"tx1x9k":["I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io."],"txEVTf":["No Listings"],"ty2gt9":["You need to follow the creator of the lucky drop."],"u2OWVJ":["Disconnect failed."],"u2Srv1":["Claim your Airdrop"],"u3ZeYl":["Transaction failed"],"u689pQ":["Ends in ",["relativeEndTime"]],"uAQUqI":["Status"],"uBAxNB":["Editor"],"uF9ruK":["Saving"],"uJQLj9":["Connect and switch between your wallets."],"uSMfoN":["Verify"],"uip9JY":["I wrote down those words in the correct order"],"ujpEaI":["Please connect your wallet"],"uqF4Nm":["Blockchain:"],"usVwcn":["No anti_whale(Unlimited number of transactions)"],"uv94aG":["Added by user"],"uv9cwh":["Bridge Network fee"],"uyJsf6":["About"],"v01kR+":["NFT PFP"],"v7U98p":["Failed to claim Lucky Drop."],"vH2C/2":["Swap"],"vLXevL":["Transaction cost"],"vOx+Me":["You can withdraw the remaining balance 24 hours after sending the lucky drop."],"vVEene":["View your Tokens and NFTs"],"vXIe7J":["Language"],"vXygio":["Not enough data to present."],"vel6Z1":["Request Source"],"vhlM+H":["Withdraw ",["0"]," for savings."],"vhqFTT":["Can't find a valid user address data source."],"vutynE":["Enable plugin"],"w0e0yw":["Gas limit must be at least ",["0"]],"w1ctdJ":["Encrypted Post"],"w3t1Hw":["Powered by <0>Go+"],"w4oOEJ":["Mask Community $ARB Giveaway"],"w9Xmw/":["Google Drive"],"wCtp6y":["Your Wallet is on **ready 🚀**"],"wDnczW":["Optimize the display of search results about ENS in social media."],"wGtbaw":["Amount per Share"],"wMHvYH":["Value"],"wNecg9":["Multiple transaction requests ",["0"]," / ",["1"]],"wNxsb2":["Reject ",["totalMessages"]," Transactions"],"wThGrS":["App Settings"],"wUlAUI":["<0>@",["currentUserId"]," connected already."],"wYA1q/":["Auto report the scam links to MetaMask"],"waXvJd":["NFT is not minted yet."],"wbDTs9":["Request timed out"],"wqppGn":["Permissions List"],"wvJOId":["This ENS does not exist or not be resolved."],"wxZZWc":["You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet."],"wxfXhJ":["Scam tx"],"x0PhCN":["Disconnected successfully."],"x4f8pZ":["Tips"],"x5LEuB":["Followers"],"x6rEou":["<0>",["user"]," claimed ",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"from <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"xBXg0L":["No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk."],"xC6eGY":["Mint function"],"xCJdfg":["Clear"],"xCcvjC":["Set up NFT PFP successfully"],"xDAtGP":["Message"],"xDO6ZN":["Plugin switch"],"xEQZ4z":["Use text encryption"],"xEX/9S":["No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk."],"xFCCR4":["Please enter the correct mnemonic words, private key, or upload the correct keystore file."],"xGVfLh":["Continue"],"xH6cn+":["Choose Token"],"xIxVmH":["Unlock ",["0"]," NFT contract."],"xPSvu3":["<0>",["websiteCount"]," ",["0","plural",{"one":["Website"],"other":["Websites"]}]],"xTQLHC":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Install @masknetwork to get yours."],"xeiujy":["Text"],"xjhtsV":["Chain"],"xoKE3v":["Disable Permit"],"xuKB2x":[["0"]," deposited."],"xupcu9":["Speed Up"],"y/+ReV":["No any collectible is available for preview. Please add your collectible here."],"y/kxxM":["Priority fee"],"y2i17G":["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."],"y3juHh":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"y3qyKP":["NFT Lucky Drop created."],"y49awp":["Set NFT Photo"],"y5aRAa":["Please enter cloud backup password to download file."],"y62Dys":["Network fee"],"y6VCOb":[["0"]," Mins"],"y6sq5j":["Following"],"yC/GKd":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3."],"yD15Uj":["Are you sure to remove this wallet?"],"yDUr0V":["Lucky Drop refunded."],"yFpcbN":["This request may be a phishing attach. I understand this and want to continue."],"yFrxQj":["Mnemonic word"],"yGyJ1l":["You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again."],"yHrAv+":["Claim Lucky Drop with ",["0"]," claimed."],"yKu/3Y":["Restore"],"yNBZ3N":["Enter gas limit"],"yNu9vD":["The wallet address already exists."],"yQE2r9":["Loading"],"yQqkIK":["24H Average Price"],"yRuvmU":["The mnemonic words has been copied, please keep it in a safe place."],"yTZe+y":["Snapshot"],"yVnV6H":["Please write down or copy these words and save them in a secure place."],"yVzBCJ":["NFT Lucky Drop claimed."],"yZhedI":["Gas fee settings"],"yb/fjw":["Approval"],"ybuu1v":["Oops, we can't find any results."],"ygW4tI":["Please connect your persona"],"yik0Qu":["Private Key"],"ykiu3o":["NFT Details"],"ylUhBz":["Click to retry"],"ylXk9u":["Encrypt the message in an image"],"yqc6uX":["This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing."],"ywDBfs":["Something went wrong!"],"yx/fMc":["High"],"yz7wBu":["Close"],"yzF66j":["Link"],"z+H8bd":["Your wallet does not meet the eligibility criteria for claiming."],"z/3+av":["License:"],"z1i6et":["Failed to ",["0"]," NFT contract."],"z27gFg":["If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it."],"z7Fh2l":["Base fee required: ",["MIN_BASE_FEE"]," Gwei"],"z9HeHt":["Create a Privy Wallet"],"zBPjcC":["Revoke the approval for token"],"zBUJYA":["The approval for this contract will be revoked in case of the amount is 0."],"zBftr8":["Claim NFT Lucky Drop"],"zEZe86":["You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends."],"zGTAja":[["claimed"]," Follow @",["account"]," (mask.io) to claim lucky drops."],"zJlXbX":["NFT"],"zPar3e":["Collectible"],"zX9KdB":["No following friends."],"zXagFp":["Copy Address"],"zZk9Yz":["Purchase"],"zga9sT":["OK"],"zgqgNP":["Purchasing...."],"zkEW09":["You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?"],"znqB4T":["Insufficient balance"],"zp7Ha3":["Backup Failed"],"zwBp5t":["Private"],"zxrGeO":["Gas limit must be bigger than ",["minGas"],"."],"zzDlyQ":["Success"]}} \ No newline at end of file diff --git a/packages/shared-base-ui/src/locale/zh-TW.json b/packages/shared-base-ui/src/locale/zh-TW.json index 12bb7de2d0f3..38a0be7383ea 100644 --- a/packages/shared-base-ui/src/locale/zh-TW.json +++ b/packages/shared-base-ui/src/locale/zh-TW.json @@ -1,2185 +1 @@ -{ - "messages": { - "++B0oY": ["This function has been turned off in the App settings. Enable plugins to fully access."], - "+01Ill": ["Change to Solana Wallet"], - "+5hgHR": ["Are your sure you want to disconnect? You may lose part of functionalities of this website."], - "+95jK3": ["Gas limit too low will cause the transaction to fail."], - "+A4TPN": [["0"], " NFT contract"], - "+CzAt9": ["Previous unfollow transaction is in processing, please wait and try again."], - "+IEBAO": ["Approve amount"], - "+K0AvT": ["Disconnect"], - "+POswt": ["Sell Tax: ", ["0"]], - "+Qcnh5": ["Please select the appropriate method to restore your personal data."], - "+W8dUJ": ["Tap to view the private key <0/> Make sure no one is looking at your screen"], - "+XyQiK": ["Agree"], - "+Zuhm7": ["Support Identity code, private key, local backups or cloud backups to access your personal data."], - "+adBn3": ["Chrome - external extension"], - "+b7T3G": ["Updated"], - "+fTqvl": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - "" - ], - "+hwfjv": ["Please select the wallet to activate the function after saving the settings."], - "+m7PfT": ["Deleted successfully"], - "+m7x4e": ["Backup Successful"], - "+q+Wa9": ["Swap anyway"], - "+uISZO": ["Incorrect Password"], - "+ubcPw": ["No power"], - "+xKN8I": [ - "<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later." - ], - "/2nH6X": ["Make another Bridge"], - "/7tku+": ["Try"], - "/BI0y9": ["Refunded"], - "/Dk+nX": ["More on ", ["0"]], - "/I3RSJ": ["Report Spam"], - "/JOEaC": ["Deploy Smarty Pay wallet"], - "/KseE7": ["Delete File"], - "/LkuGq": ["Restore from a previous database backup"], - "/OPmPQ": ["Verify ", ["0"]], - "/Swcdo": ["Failed to swap"], - "/WfDJy": [ - "If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets." - ], - "/capO6": ["Failed to deposit ", ["0"], "."], - "/eguJc": ["Uploading"], - "/fo6Dv": ["Gas Limit (Units)"], - "/giXwU": ["Medium Risk"], - "/hKQcr": [["seconds"], "s"], - "/jQctM": ["To"], - "/nT6AE": ["New password"], - "/riTT2": ["Pinned successfully."], - "/uEw9z": ["Your X account authorization has timed out. Please try again."], - "/vtDGO": [["0"], " is connected to these sites, they can view your account address."], - "/xrk7I": ["FAQ&Tutorial"], - "/y/pZ3": ["Select a Token"], - "0+3dvg": ["This NFT didn't have any offers."], - "0/eoR6": ["Revoking"], - "00b9QG": ["Set Your Payment Password"], - "01DWy7": ["Click the settings icon to list it on the App board."], - "04MqGo": ["Post content:"], - "09vHB+": ["Failed to decrypt."], - "0C6WdO": ["Upload backup"], - "0D4bav": ["Name or Contract address e.g. USDC or 0x234..."], - "0F4ogS": ["Payment Password should be between 6 and 20 characters."], - "0HnKBn": ["Hide mnemonic words"], - "0Lp4o6": ["Load failed"], - "0M//Nn": ["The Persona is connected to the following accounts: ", ["list"]], - "0ZC72+": ["Connected successfully."], - "0bKGbK": ["No past rounds found."], - "0caMy7": ["History"], - "0dFHbr": ["Confirm swap risk"], - "0fljZe": ["Trading Route"], - "0hFUd/": [ - "You must give the ", - ["0"], - " smart contract permission to use your ", - ["1"], - ". You only have to do this once per token." - ], - "0jddIP": [["0"], " members"], - "0lBTmP": ["You need to hold any of the following tokens."], - "0oFu/K": ["No Lucky Drops claimed"], - "0oMKRL": ["Delete Contact"], - "0tdB+o": ["Enable the ", ["name"], " Wallet extension and disable other wallet extensions"], - "0wJVK+": ["Basic"], - "0wdd7X": ["Join"], - "0wzWAN": ["Why I can't vote?"], - "0xXDLS": ["View your profile in firefly"], - "0yPSCj": ["High Risk"], - "0yf3iU": ["Wallet sign cancelled."], - "1+6BOG": ["Download Backup"], - "1+P9RR": ["Switch to ", ["0"]], - "11kmCI": ["We are not aware of any code that prevents the sale of tokens."], - "199DuV": ["Display specific information of Gitcoin projects, donate to a project directly on social media."], - "1DwbcE": ["Loading...."], - "1EOhmY": ["Rank #", ["0"]], - "1LkMSp": ["Add Suggested Token"], - "1M8xFP": [ - "Transaction with extremely low slippage tolerance might be reverted because of very small market movement." - ], - "1QJyuR": ["At most ", ["RED_PACKET_MAX_SHARES"], " recipients"], - "1QfxQT": ["Dismiss"], - "1R2W/B": [ - "This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup " - ], - "1TNIig": ["Open"], - "1TaavV": [ - "Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase." - ], - "1Uqt6P": ["Disconnect Wallet?"], - "1Wbxhe": ["This profile can not be followed: ", ["0"]], - "1Z++2X": ["The Persona is not connected to any accounts."], - "1agbuA": ["Functions that can suspend trading"], - "1bTY60": ["Token Value"], - "1kE7ob": ["Network saved"], - "1mjyN6": ["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."], - "1nMGEs": ["Personas"], - "1njn7W": ["Light"], - "1on6yK": ["How to use ", ["0"], " Wallet?"], - "1rsf+c": [ - "After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup." - ], - "1xwmzN": ["Switch to other accounts"], - "2/N/mr": ["Connect with ", ["providerName"]], - "22QmCQ": [ - "The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." - ], - "28ABhV": ["Connect EVM Wallet"], - "29b5Sq": ["Blocto only supports the Flow chain."], - "2CMLgZ": ["Token ID separated by comma, e.g. 1223,1224,"], - "2FYpfJ": ["More"], - "2GHENQ": ["Web3 Profile"], - "2J5wRx": ["Failed to get quote information"], - "2Lr4ie": ["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."], - "2MPu+c": ["Priority Fee (GWEI)"], - "2XVeKu": ["Airdrop Scam"], - "2Xze/r": ["Block Explorer URL"], - "2jQko7": ["Associated Accounts"], - "2kXxch": ["Sorry, signature failed! Please try signing again."], - "2p7WMm": ["Give permission to access <0/> your ", ["0"], "?"], - "2saF1j": ["Tax can be modified"], - "2wxgft": ["Rename"], - "3/0KF0": ["Create a Firefly.social wallet using an X account"], - "34UMci": ["Wallet Settings"], - "38C83c": ["Recovery Phrase"], - "39ohdf": ["Activities"], - "3A/gtD": ["Invalid RPC URL."], - "3A/mG4": ["Change Wallet"], - "3AP6p1": ["Public Key: <0>", ["publicKey"], ""], - "3B4jmY": ["Data correlation"], - "3CR0qY": ["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."], - "3J+S3n": ["Search Next.ID, X, Lens, ENS or Address"], - "3OhjJ4": ["Powered by <0>Mask Network<1><2/>"], - "3Q5eQl": ["Please click the \"Post\" button to open the compose dialog."], - "3Q8dPe": [ - "The website (", - ["messageOrigin"], - ") is asking you to sign in to another domain (", - ["0"], - "). This may be a phishing attack." - ], - "3SiDD1": [ - "<0>", - ["user"], - " burned <1>", - ["1", "select", { "nft": ["an NFT"], "name": [["0"]], "other": [] }], - "" - ], - "3ThLdM": ["Report on GitHub"], - "3WZ1WL": ["Please enter backup password to export persona private key."], - "3YDnov": ["Token now is hidden."], - "3ZgRKI": [ - [ - "type", - "select", - { - "post": ["<0>", ["user"], " publish a post on ", ["platform"]], - "mint": ["<1>", ["user"], " minted a post on ", ["platform"]], - "revise": ["<2>", ["user"], " revised a post on ", ["platform"]], - "share": ["<3>", ["user"], " shared a post on ", ["platform"]], - "other": [] - } - ] - ], - "3awOET": ["Rank"], - "3bGj61": ["Claim on Firefly"], - "3cAxpB": [ - "There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price." - ], - "3cw8FQ": [ - "To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs." - ], - "3dAaqV": [ - "📃📃📃 Try to permanently use decentralized file storage on ", - ["sns"], - ". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions." - ], - "3fpIq1": ["to ", ["0"]], - "3iUAE7": ["Backup to Google Drive"], - "3kbpgO": ["Gas Limit"], - "3lUGN0": ["Switch Persona"], - "3pqzUK": ["Contact added."], - "3qe4O9": ["Max Fee"], - "3uBJPr": ["File delete"], - "3uQmjD": ["Average"], - "3ublvs": ["Try token from different chains"], - "3yLqgI": ["Name or contract address eg. PUNK or 0x234..."], - "4+VnE8": ["ENS"], - "42yL2J": [ - "Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ", - ["encrypted"] - ], - "43g2kf": ["Only visible to yourself"], - "44bNbA": ["Select an NFT Contract"], - "4DIYdt": ["No associated wallet. <0>Add Wallet."], - "4EN5JL": ["Your Persona has been successfully created."], - "4FvVUv": ["Reset Wallet"], - "4GBOoi": ["Failed to create theme."], - "4Gz2wC": ["Failed to upload file"], - "4HavhE": ["Powered by <0>Mask Network"], - "4HtGBb": ["MAX"], - "4JCJIV": ["What is Web3 File Service?"], - "4coHVU": ["Lens Unfollow"], - "4lm4o+": ["Solana"], - "4na5mr": ["This message contains a invalid EIP-4361 message. It is better to reject this request."], - "4ojMOt": ["Please enter your backup password."], - "4pSxwB": ["Go"], - "4zgT9K": ["Connect Mask Network Account using your wallet."], - "50QwC8": ["value"], - "51TkMy": ["Claiming will be live until: <0> ", ["days"], " d ", ["0"], " h ", ["1"], " m"], - "51cT/A": ["The minimum amount for each share is ", ["0"], " ", ["1"]], - "51rAFB": ["Please copy the following text and image (if there is one) and publish it."], - "52nzPV": [ - "Data source is retrieved from ", - ["0", "select", { "twitter": ["Twitter profile"], "facebook": ["Facebook profile"], "other": [] }], - "." - ], - "55/jcy": [ - "Hi friends, I just withdrew my deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "5Dz44N": ["Set Payment Password"], - "5E57TU": ["Max priority fee is too low for network conditions"], - "5G0lxx": ["Powered by <0>Scamsniffer"], - "5H/4VW": ["Create a Firefly.social wallet"], - "5HVoyc": ["Transaction Details"], - "5Jczad": ["I just claimed a lucky drop from @", ["0"], " on ", ["1"], " network."], - "5N3b5J": ["Market Cap"], - "5O5enn": ["Enter Payment Password"], - "5QfZ6O": ["Contract source code verified"], - "5YfW3S": ["Add an encrypted comment..."], - "5ZzgbQ": ["Connect ", ["0"]], - "5e22kj": ["Email verification code"], - "5hFImX": ["Deploy Contract"], - "5i1JPS": ["Never share 12-word secret mnemonic with anyone!"], - "5iHe/7": ["Network error, try again"], - "5o2pdQ": ["Create Persona"], - "5s6EhU": [ - [ - "count", - "plural", - { - "one": ["You have recovered **", "#", " Wallet 🚀**"], - "other": ["You have recovered **", "#", " Wallets 🚀**"] - } - ] - ], - "5sIdhw": ["Share with"], - "5uFQ9j": ["Please create a persona and verify your account to use this."], - "623chP": ["Infos"], - "66J/I3": ["Transaction Fee"], - "678PKt": ["Network Name"], - "68FuwU": ["URLs require the appropriate HTTPS prefix."], - "68m9Nl": ["Add new address to an existing group"], - "6B+2/d": ["Stay on top of NFT trending information, hot projects, notable transactions, etc."], - "6DvbLh": ["Please install your metamask wallet and set up your first wallet."], - "6HT670": ["Function: ", ["0"]], - "6IHgRq": ["Backup to the Cloud"], - "6IvSyW": ["Token Standard"], - "6RDwJM": ["Tokens"], - "6U+PWG": ["Total NFTs"], - "6Uau97": ["Skip"], - "6V3Ea3": ["Copied"], - "6VJnE7": ["Note: Scams detections might not be 100% guaranteed."], - "6YASel": ["Invalid Network"], - "6YtxFj": ["Name"], - "6ZZ+4S": ["Load Network"], - "6foA8n": ["Are you sure?"], - "6gRgw8": ["Retry"], - "6k8iqO": [["0"], " ", ["1"], " bridge completed successfully."], - "6knJVf": ["This NFT contract cannot be modified now."], - "6s8L6f": ["Switch Network"], - "6sbLuF": ["Current results"], - "6ulv1U": ["Contract Owner"], - "6vVuTX": [ - "This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "7+2e01": ["Network removed."], - "70wH1Q": ["APR"], - "76Ml+j": [["0"], " NFT Lucky Drop created."], - "76gPWk": ["Got it"], - "78Kj7O": [["0"], " NFT transferred."], - "7Ae1jc": ["True Token"], - "7Bj3x9": ["Failed"], - "7PPwVf": [ - "Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted." - ], - "7PgtYC": ["Set NFT Avatar"], - "7QptC5": ["Auto-lock Time"], - "7R2WG+": ["Decrypted by Mask Network"], - "7VpPHA": ["Confirm"], - "7c99ux": ["Contract Deployment ", ["0"]], - "7cg5cq": ["unique contributors"], - "7eFA2G": ["Failed to revoke token contract."], - "7hZyUn": ["Processing Deposit"], - "7k2lei": [ - "Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later." - ], - "7lnlzl": ["Claimed ", ["amount"], " $", ["0"], " successfully."], - "7qUM2b": ["Open Mask Wallet"], - "7s5tLo": ["Allow this site to switch the network?"], - "7w1rTm": ["The download link is expired"], - "7yziEn": ["This request has been expired."], - "8+xvyR": ["Blockchain"], - "82+n6o": ["Quote Route"], - "869iq0": ["Transferring asset across to the ", ["0"], " network via the ", ["1"], "cross-chain bridge"], - "87Poy7": [["0"], " ", ["1"], " NFT contract."], - "88+Eku": ["Provide you with fast, reliable and convenient security services."], - "89kDhv": ["NFT collection"], - "8BsgdX": ["Failed to get permissions"], - "8C8O9E": ["Provided by plugin \"", ["0"], "\""], - "8Dh77Z": ["NFTs"], - "8IN0ph": ["No more data available."], - "8J7y6E": ["Deposit ", ["0"], " for savings."], - "8Kly2P": [ - "Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token." - ], - "8MJFvR": [["0"], " Risky factor"], - "8N1Wbf": ["This token has no risky or attention factors."], - "8RF/Sx": ["Added successfully"], - "8S5o5V": ["Share and recommend this feature after saving."], - "8TMaZI": ["Timestamp"], - "8Tg/JR": ["Custom"], - "8WLjqx": ["Never share the 12-word secret mnemonic words with anyone!"], - "8ZsakT": ["Password"], - "8bgRf6": ["Can not follow: ", ["0"]], - "8djViz": ["Step ", ["step"], "/", ["step"]], - "8glx+u": ["Token ID"], - "8rElAH": ["Image copied!"], - "8wEOMN": ["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."], - "9+VwX/": ["Add Collectibles"], - "9KKhJV": ["Signing ..."], - "9VcshJ": ["Enable auto paste"], - "9Y1kXO": ["Payment password stored locally and you could try as many as you want to unlock your wallet."], - "9bG48P": ["Sending"], - "9cDpsw": ["Permissions"], - "9cSIbb": ["Click on <0/> at the top-right of your browser."], - "9d/Qe4": ["Service Agreement"], - "9hg9mc": ["Downloading"], - "9hzYBR": ["Failed to download and merge the backup: ", ["0"]], - "9jba96": ["Only TypedMessageText is supported currently."], - "9kIgHE": [ - "This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet." - ], - "9lqqpY": ["Invalid email address."], - "9oP21f": ["My vote"], - "9oq2rm": ["Functions with retrievable ownership"], - "9q+I38": ["Your voting power"], - "9r9nwF": ["Identical"], - "9sjcnZ": ["Disconnected."], - "9tG0uf": ["Please verify your social account"], - "9uYu7e": ["You haven't uploaded any files yet."], - "9w2hgY": ["Paste manually"], - "9xaUMG": ["General user"], - "A+Ijr2": ["Close [Check Security]?"], - "A0VzMm": ["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."], - "A1bmDM": ["No verified account found here."], - "A1taO8": ["Search"], - "A3Ndml": [ - "Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop." - ], - "A4vJQr": ["Set your NFT as profile picture with exclusive aura."], - "A6JChW": ["The transaction was complete and has been recorded on blockchain at ", ["0"]], - "A9tojF": ["Incorrect password"], - "AElxM7": ["Transfer ", ["0"], " NFT."], - "AJNYYr": ["Refund Lucky drop"], - "AKLbfQ": ["Restore Database"], - "AMJWWT": ["Likely in < ", ["estimateSecond"], " seconds"], - "ANYjcp": [["shareWithNum", "plural", { "one": ["1 friend"], "other": ["#", " friends"] }]], - "ANk/Zy": ["Incorrect Backup Password"], - "AOPSKq": ["Deposit ", ["0"]], - "ASNDad": ["Hide ", ["name"]], - "AV+9wg": ["Re-enter"], - "Ah4d0u": ["Security Detection"], - "AjVXBS": ["Calendar"], - "Ap948/": ["Listed"], - "Appw6V": ["No NFTs found."], - "Aq+O0x": ["status"], - "AuXfDa": [ - "Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards." - ], - "AuvDq6": ["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"], - "AwQpq/": ["Click on the down-arrow to see the private key."], - "AxPAXW": ["No results found"], - "AxdOHo": ["Pair"], - "Axp2cZ": ["24 Hour Trading Vol"], - "AyLiVq": ["Scan QR code to receive payment"], - "B1T4nn": ["Confirm the Lucky Drop"], - "B6C0XJ": ["No Data"], - "B8B8TU": ["Verified by ", ["0"]], - "BAvIGC": ["Withdraw token"], - "BFhvNB": [["0"], " ", ["1"], " NFT contract successfully."], - "BMCVM3": ["Wallet Sign"], - "BQHQ9v": ["No websites connected to this wallet"], - "BQi2Kk": [["0"], " were claimed"], - "BUXiPs": ["This Chain ID is currently used by the ", ["0"], " network. "], - "BWSJkS": ["No Airdrop Scam"], - "BXixGM": ["Use Persona to encrypt and decrypt social media posts & messages."], - "Ba6uFH": ["Create your NFT Lucky Drop."], - "BaU+dx": ["Connect your social platform accounts."], - "Baj2MJ": ["Savings"], - "BaoXTT": ["<0>Powered by<1>OKX<2/>"], - "BiGQfG": ["Transaction Hash"], - "BkN2qg": ["<0>Service Agreement and <1>Privacy Policy"], - "BmN4Bk": ["Aggregator"], - "ByAMF+": ["Risk Warning"], - "ByPj1d": ["Request ID"], - "BzEFor": ["or"], - "BzfzPK": ["Items"], - "C0JhYS": ["Change Network"], - "C2/uLW": [ - "Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned." - ], - "C3Wgzy": ["You have claimed ", ["0"], " $ARB."], - "CCIrQ8": ["Fake Token"], - "CE+M2e": ["Info"], - "CEk7Nc": ["At least 6 characters"], - "CFPbpH": ["The new passwords don't match"], - "CJviCK": ["<0>", ["user"], " proposed"], - "CK1KXz": ["Max"], - "CMHmbm": ["Slippage"], - "CMfM6C": ["No Enough Gas Fees"], - "CP3D8G": ["Progress"], - "CT10+i": ["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."], - "CTSEx8": ["<0/> publish a post on ", ["0"]], - "CU3U3d": ["Try to recover"], - "CWsYB3": ["Welcome Back"], - "CXHRbe": ["Wallet request timed out"], - "CYRJEX": ["Owners"], - "CZSWya": ["NFTs added"], - "CZmSbe": ["Request is valid not before"], - "Cf/0to": ["Data source is retrieved from ", ["0"], "."], - "Citz6F": ["Exchange"], - "CkLMZ2": ["File delete failed"], - "CmMDVW": [ - "<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction." - ], - "CpciBt": ["Switch to Polygon and Follow"], - "CtByM7": ["Connect Wallet"], - "Cwxng+": ["Supported formats: JPEG, PNG<0/> Size limit: ", ["0"]], - "Cy19fm": [ - "View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline." - ], - "CygwLN": ["Swap completed successfully."], - "Cz6Lx7": ["Encryption Method"], - "D79cZK": ["Instant"], - "D9iWaX": ["Please check ToS document"], - "D9za/8": ["Missing dex contract address"], - "DA2uGM": ["Click the application icon to hide in the App list."], - "DAFhfT": [ - "There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." - ], - "DC3sw8": ["Two entered passwords are different."], - "DHhJ7s": ["Previous"], - "DKBbsW": ["Gas price must be greater than 0 Gwei."], - "DPfwMq": ["Done"], - "DYoO0m": ["Token quantity greater than"], - "DdUFp+": ["The transaction was confirmed at ", ["0"]], - "Dk6Non": ["Whitelist function"], - "DkHkqH": ["Recommended dimensions: 1016 × 672 px"], - "DnmyoA": ["Priority fee should be greater than 0."], - "DoQ5Lj": ["RPC URL"], - "Dpe+e3": [ - "Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet." - ], - "DtZDW+": [["0"], " (UTC+8)"], - "Du6bPw": ["Address"], - "DuIDTw": ["To verify your X account and record it on the NextID, please send this post for the verification."], - "Dz56Ua": ["Encrypt"], - "E399AQ": [ - "<0>", - ["user"], - " bridged <1>", - ["amount"], - " ", - ["symbol"], - " from <2>", - ["source"], - " to <3>", - ["target"], - "" - ], - "E6HGuD": ["Check out the official website"], - "E6Sqiu": ["Failed to load ", ["0"], ". Click to retry."], - "E6YUtc": ["Merge to Browser"], - "E7prOW": [ - "<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature." - ], - "EBC6hj": ["Local Backup"], - "EGWr+Q": ["Web3 Profile Card"], - "EJRk0x": [ - [ - "gasOptionType", - "select", - { "slow": ["Slow"], "normal": ["Average"], "fast": ["Fast"], "custom": ["Custom"], "other": [] } - ] - ], - "ELQ256": ["Make another Swap"], - "EMLHjH": ["More Details"], - "ENIvoT": ["Please set up the amount of time before we automatically lock your wallet."], - "ERYJcj": [ - "Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers." - ], - "EStYiZ": ["No proxy"], - "EVFPUv": ["Transfer NFT"], - "EYwKb0": ["Gas Price (GWEI)"], - "Ea4oxV": ["Follow System"], - "EbE80y": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post." - ], - "EbVCxG": [ - "<0/>", - ["txType", "select", { "deploy": ["deployed"], "execute": ["executed"], "other": [] }], - "<1/>" - ], - "Eda+dy": [ - "🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ", - ["encrypted"], - " to send your first encrypted tweet." - ], - "Eefe1a": ["The input is not a single file."], - "EfAke+": ["<0>", ["user"], " voted for <1>", ["option"], " on <2>", ["platform"], ""], - "Eh4m6e": ["<0>USD Value<1>$", ["0"], ""], - "Enb3Qk": ["You claimed 1."], - "EoKe5U": ["Domain"], - "EsKgLS": ["Click here to have a quick start."], - "Ev2r9A": ["No results"], - "EwiD7E": ["Confirm Payment Password"], - "F/pYeX": ["Create NFT Lucky Drop"], - "F3bW6y": ["Platform"], - "F4Igxz": ["Quote route"], - "F7U8uz": ["Creating your **wallet**"], - "F8VT6y": ["Failed to transfer NFT."], - "F8Wc3I": ["Drag & Drop your file here"], - "FAKSZG": ["Add google Drive"], - "FC17bL": ["<0>Powered by <1>Mask Network"], - "FGceVy": ["Owner can't change balance"], - "FMQ6p2": ["You've already claimed the lucky drop"], - "FR2cx3": ["Anti_whale(Limited number of transactions)"], - "FY2gWe": ["The contract address is incorrect or the collection does not belong to you."], - "FZg3wM": ["Operation"], - "FfJy7A": ["Manage Network"], - "FgAxTj": ["Log out"], - "Fgyfqo": ["Amount Each"], - "FiKDfi": ["Failed to unlock NFT contract."], - "FiYmUY": ["No associated accounts"], - "Fim3FY": ["Download https://mask.io to try more powerful tools on Twitter."], - "Fn9Tvh": ["Volume (24h)"], - "FnQek5": [ - "Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request." - ], - "FnjSI+": ["Not current account. Please switch to this account to set up NFTs Profile."], - "Fs/bd5": ["Invalid Block Explorer URL."], - "FzzpXs": ["Sale ends in ", ["0"]], - "G+XYfT": ["Do you want to delete file <0>", ["0"], ""], - "G4NrhP": ["Persona created."], - "GAZNIW": ["Price Statistic"], - "GAvnvl": ["Payment Password"], - "GDe4XX": ["Please connect wallet to check if you are eligible to claim $ARB."], - "GEL05h": ["WalletConnect"], - "GExRUL": ["Backup password"], - "GHvzdC": ["No content for the last two weeks."], - "GK6Tzr": ["Persona Sign"], - "GLDuz6": ["May be a honeypot."], - "GRLMKx": ["Winners"], - "GS+Mus": ["Export"], - "GS0ldX": ["Unsupported network type"], - "GShMK6": ["Refunding"], - "GTJCth": ["The contract owner is not known to be able to modify the balance of the token of other addresses."], - "GWCG6Y": ["Copy image"], - "GWKfFr": [ - "To use Lido, you need to wait ", - ["0"], - " days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1." - ], - "GWMpIa": [["0"], " Risky factors"], - "GXhrYw": ["1. If you haven't installed the ", ["name"], " Wallet"], - "GXsAby": ["Revoke"], - "GZzKYx": ["Buy Tax: ", ["0"]], - "GaH2JF": ["Suggest to send transactions and sign messages"], - "Gia1VG": ["Web3 File Service"], - "Gmmd6d": ["Verify your X ID"], - "GrTvoo": ["Transaction in progress. Thank you for your patience."], - "GtJJAj": ["Add Wallet"], - "Gw91G1": ["This request should only be sign in the future."], - "GyvZPz": ["Token ID should be separated by comma, e.g. 1223,1224,"], - "H1v3zR": ["Insufficient ", ["0"], " Balance"], - "H8rw2f": ["(the name is set by the web site)"], - "HCKlXm": ["Token Contract Address"], - "HF6C2L": ["Phone Number"], - "HFVck2": ["Lucky Drop with ", ["0"], " refunded."], - "HGTZAO": ["Step 2/2"], - "HH25qd": ["No wallet selected."], - "HIq3th": ["Cannot switch to a unknown network."], - "HKH+W+": ["Data"], - "HTX2HV": ["Minimum received"], - "HVRhUV": ["By proceeding you agree to the"], - "Hp1l6f": ["Current"], - "HpK/8d": ["Reload"], - "HqiAyF": ["Gwei"], - "HvDfH/": ["Imported"], - "HvUm3m": ["Choose and show your Web3 footprints on X."], - "I4caYo": ["Invalid verification code."], - "I5kL4f": ["Activity Log"], - "I7z//Y": ["Trading route"], - "IBAx3U": ["Kept safely"], - "IF7RiR": ["Cover"], - "IGbphl": ["Unlocking ALL..."], - "ILvrUp": ["Unlikely to be a honeypot."], - "IMX4sR": ["Blacklist function"], - "IQ3gAw": ["Upload File"], - "ITBQO3": ["Max priority fee must be greater than 0 GWEI"], - "IUG86v": ["The Persona is connected to the account @$", ["0"], "."], - "IUp08P": ["The current wallet does not hold a lens and cannot follow/unfollow"], - "IX1M/E": ["Floor price"], - "IXbRbM": ["Choose another wallet"], - "If2v4h": ["Lucky Drop"], - "IhnvgP": ["Change to EVM Wallet"], - "ImhKg5": ["Could not fetch chain ID. Is your RPC URL correct?"], - "IoAuJG": ["Sending..."], - "IrI9pg": ["End date"], - "Iu4Ja9": ["Please enter token contract address."], - "J05/Al": ["Set NFT NFT Background"], - "J0LAHU": ["Refund"], - "J0Mxpc": ["The ", ["0"], " is in progress. You can check its status in History after exiting this page."], - "J24FyN": ["Bridge"], - "J2eKUI": ["File"], - "JA8K9s": ["Unpacking"], - "JGds+N": ["Lack of number, letter or special character."], - "JGpseC": [ - ["0", "plural", { "one": ["This domain is"], "other": ["These domains are"] }], - " currently on the Mask Network warning list which may include malicious entries, phishing or scams." - ], - "JLiwYz": ["Mask Network requires the permission of following websites before using it."], - "JOP9uZ": ["Transaction has been rejected!"], - "JPHuMW": ["Swapping"], - "JUcj/I": ["Switch X Logo"], - "JXJlYD": ["Set Your Persona Name"], - "JbKZsv": ["Scan the QR code with a WalletConnect-compatible wallet"], - "JeHCi7": ["No function found that retrieves ownership"], - "JfI60y": ["Incorrect Payment Password."], - "Jg5pf7": ["Current base fee is ", ["0"], " Gwei"], - "JiIKww": ["Advanced Settings"], - "JlFcis": ["Send"], - "JlIzk8": ["Browser File"], - "Jnjbl3": ["You need to follow <0>@", ["twitterHandle"], ""], - "Js4Nk0": [ - [ - "0", - "select", - { - "finding_post_key": [ - "Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you." - ], - "finding_person_public_key": ["Mask is looking for the public key of the author..."], - "other": ["Mask is decrypting..."] - } - ] - ], - "JuVC24": ["Deposit token"], - "JwzZmt": ["to <0>", ["toAddress"], ""], - "K1tshY": ["Failed to download image"], - "K5a6t1": ["Persona already exists."], - "K7tIrx": ["Category"], - "K8jCIB": ["Data backed up successfully!"], - "KAS4UW": [["0"], " Attention factor"], - "KCeSRZ": [ - "We will need to verify your Twitter account and record it on the NextID. Please post it for validation." - ], - "KFYFgI": ["Wallet sign failed."], - "KFwID2": ["Restore Failed"], - "KGHnSc": ["Lock Wallet"], - "KJGKkh": ["EVM Chains only"], - "KMgp2+": [["0"], " available"], - "KPUGxy": ["Random Amount"], - "KRz1oj": [ - "Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X." - ], - "KTfagY": ["Lucky drop with ", ["0"], " created."], - "KVAoFR": ["unlimited"], - "KVkke3": ["Set NFT PFPs"], - "KWeNH6": ["Unlocking ", ["hasSymbolName"], "..."], - "KisOjk": ["Restore or Login"], - "Kj4oEm": ["Generate a new persona"], - "Kl9gHp": ["Wallet Group #", ["0"]], - "KmQ25M": ["Max priority fee is too high for network conditions."], - "KnidLU": ["Not Connected"], - "Ko4L/B": ["The receiving address is a contract address. Please check again."], - "KojyJ4": ["Wrong Network"], - "Koz2Rg": [["0", "plural", { "one": ["Action"], "other": ["Actions"] }]], - "KtMMzG": ["Wallet disconnected"], - "KwJJLb": ["<0>Powered by <1>", ["0"], ""], - "Ky09J8": ["Previous follow transaction is in processing, please wait and try again."], - "KziH2K": ["Fast"], - "Kzu9r9": ["24H Traded Volume"], - "L+bpwv": ["Please set up backup password to export private key."], - "L4vN0F": ["EVM"], - "L82H5Z": ["Creating your **identity**"], - "L87Mfu": ["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."], - "L96aan": ["View full transaction details"], - "LBtfmO": ["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."], - "LJkXYZ": ["Create New Mask Identity"], - "LLf+t1": ["No deposit protocols found."], - "LNItR6": ["You have set NFT PFP successfully."], - "LP+1Z7": ["Add Network"], - "LSwUJb": ["Select Liquidity"], - "LU3p9s": [ - "Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account." - ], - "LWJCIn": ["Connected sites"], - "La9ArN": ["<0>Powered by ", ["publisherNode"]], - "LcET2C": ["Privacy Policy"], - "LcZh+r": ["Unsupported data backup"], - "LhMjLm": ["Time"], - "Lho4Qd": ["DSearch"], - "LiE5z4": ["Max base fee should be greater than 0"], - "LigbuA": [ - "In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension." - ], - "LkYKvc": ["Please select the correct words in the correct order."], - "LqWHk1": ["Hide ", ["0"]], - "Lx4CpL": ["Wallet name must between 3 to 18 characters."], - "Lz7CzN": ["No mint function"], - "Lzo8mb": [ - "Claimed: <0>", - ["claim_numbers"], - "/", - ["total_numbers"], - " <1>", - ["0"], - "/", - ["1"], - "<2><3>", - ["tokenSymbol"], - "" - ], - "M0FgOk": ["Add Contact"], - "M1RnFv": ["Expired"], - "M1ts1r": ["View your address"], - "M24E85": ["This address is a contract address."], - "M4g1UJ": ["Contract Interaction"], - "M7ZGdw": ["2. If you have installed the ", ["name"], " Wallet"], - "M9OYUo": ["Please try again if you failed to vote."], - "MC00Lm": ["Scan QR code with WalletConnect-compatible wallet"], - "MEIAzV": ["Unnamed"], - "MKEPCY": ["Follow"], - "MOHcKb": ["Enter a max priority fee"], - "MQ9hQ4": ["DAO"], - "MR/0Va": ["All Mask Network users"], - "MTqQMG": ["Not set"], - "Mh3RsB": ["Best Wishes!"], - "Mi8ATZ": ["The token approval revoked."], - "Midntl": ["Download report"], - "Mm1aH+": ["Proxy contract"], - "MpnSqP": [["0"], " Pending"], - "MqdtT5": [["0"], " Bridge Network fee"], - "MyjAbr": ["Resend"], - "N/fqDa": ["Ens or Address(0x)"], - "N0YrmD": ["Valuables"], - "N0tcou": ["Claiming..."], - "N2DUxS": ["Insufficient Balance"], - "N2S1rs": ["Empty"], - "N2aeX8": ["No valid wallet detected. Please connect wallet or verify wallet firstly."], - "N40H+G": ["All"], - "N5GKfB": ["Tax cannot be modified"], - "N6/RZd": ["Sorry, failed to save NFT Avatar. Please set again."], - "N931rj": ["Your transaction should be done in <0/>"], - "NERSN2": ["or Holding NFT"], - "NJbBmC": ["Switch Twitter Logo"], - "NOi+Fr": ["This QR includes your identity, please keep it safely."], - "NTnXx/": ["<0/> unapproved <1>", ["0"], ""], - "NVt/wW": ["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], - "NWqhru": ["Reselect"], - "NZ7wlC": [["0"], " Holder"], - "Na6Ytj": ["Change NFT PFP"], - "NaZTE7": ["Incorrect Mnemonic Words."], - "NdlvGd": ["Claim Details"], - "NfxOUe": ["Enter Total Amount"], - "Ng063n": ["Donate"], - "Nhp9Kw": ["Exceeded the maximum file size of ", ["fileSize"], "."], - "NkgvWN": ["Logout failed"], - "NloaHG": ["Backup Password"], - "Ns5WaC": ["No backups found"], - "Nu4oKW": ["Description"], - "NwibRO": ["Supported contracts"], - "NzlE6O": ["By granting permission, you are allowing the following <0/> contract to access your NFTs."], - "Nzm8dm": ["Example: Alice"], - "Nzwli2": ["Base"], - "O2XHf2": ["Check ", ["providerName"], " to confirm connect."], - "O3Nzf+": ["Bridge between this token pair are't supported at the moment."], - "O3oNi5": ["Email"], - "O86J+j": [ - "This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud." - ], - "O8PsYe": ["Add the file to Chrome's database"], - "OAZ+tI": [ - ["attentionFactors", "plural", { "one": ["#", " Attention item"], "other": ["#", " Attention items"] }] - ], - "OAfk3i": ["Hash"], - "OCJdad": ["<0>To: <1>", ["to"], ""], - "OLUEnY": ["when you click Add Google Drive button,you will be forwarded to Google authorization pages."], - "OLY2Jk": ["Gas Price"], - "OQEwR/": ["Create Lucky Drop"], - "OR475H": ["Network"], - "OcvI49": ["No blacklist"], - "OeD4sM": ["Failed to login firefly"], - "OfhWJH": ["Reset"], - "OgPkDe": ["Currency Symbol (Optional)"], - "OgohfQ": ["File Key: <0>", ["0"], ""], - "OhgYJS": ["Basic setting"], - "OkofjH": ["Recover"], - "On0aF2": ["Website"], - "OsyKSt": ["Withdraw"], - "OuUyzz": ["No contacts stored locally, you can try searching."], - "OzSOpz": ["Create a Privy wallet using an X account"], - "P+K/3O": ["Confirming"], - "P7S/hC": ["Max priority fee must be greater than 0 Gwei."], - "P9wzG/": ["Recovery"], - "PByO0X": ["Votes"], - "PDW/HG": ["Your Persona is on **ready 🚀**"], - "PGdbc0": [ - "Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com." - ], - "PHM7OA": ["Supported Sites"], - "PI/VCJ": ["Select the wallet(s) to use on this site. You should not connect to website you don't trust."], - "PIG043": ["Gitcoin"], - "PLWaf6": ["Create the Lucky Drop"], - "PNZOzY": [ - "<0>", - ["user"], - " sold ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - " to <3>", - ["recipient"], - " for <4>", - ["2"], - " ", - ["symbolName"], - " on <5>", - ["3"], - "" - ], - "PRkIUI": ["Gas Fee"], - "PTXNyo": ["Waiting for ", ["providerType"]], - "Pd3dlq": ["Circulating Supply"], - "PeT3a5": ["You have successfully restored the backup from Google Drive to your browser."], - "PiH3UR": ["Copied!"], - "PjBWOL": ["Create your persona to get started"], - "PlE+Fs": ["Connect and Verify ", ["0"]], - "PsQmAw": ["Everyone"], - "Pt3n39": ["No back up"], - "PwjgPX": ["Please create your persona to use Web3 Profile."], - "Q0IFtx": ["The custom amount entered may be higher than the required network fee."], - "Q2lUR2": ["Currency"], - "Q68Nuc": [ - "Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it." - ], - "QF9SdB": ["Split Mode"], - "QHZRmq": ["Sites"], - "QHcLEN": ["Connected"], - "QJQd1J": ["Edit Profile"], - "QQPCqQ": ["Backup Wallet"], - "QRsMow": ["Transaction Confirmed"], - "QU9aqK": ["You have signed with your wallet."], - "QUBIav": ["Failed to bridge"], - "QWxok/": ["Connect with Mask Wallet"], - "QXDgyQ": [ - "Please write down the following words in correct order. Keep it safe and do not share with anyone!" - ], - "Qbo7Ev": ["Write down mnemonic words"], - "QcVZFH": ["Step ", ["step"], "/", ["totalSteps"]], - "Qd0xFm": ["Refund your expired Lucky Drop."], - "QowPFh": ["Collectibles"], - "QpgBEp": [["0"], " days"], - "QsVbHo": ["Sending address"], - "QyZU8V": [["riskyFactors", "plural", { "one": ["#", " Risky item"], "other": ["#", " Risky items"] }]], - "QypSt2": ["Update X.com Permissions"], - "Qz8niP": ["You may lose your assets if you give approval to the website of this token."], - "R/Pfmp": [["amount"], " ", ["0"], " tips sent."], - "R2K7XH": ["Account successfully connected to persona"], - "R9aEN5": ["Send ", ["0"]], - "RCBmDP": ["Follow @masknetwork to explore Web3."], - "REeHKm": [ - "<0/> ", - ["txType", "select", { "trade": ["traded"], "mint": ["minted"], "other": ["traded"] }], - " <1>", - ["0"], - " ", - ["1"], - " for <2>", - ["2"], - " ", - ["3"], - "" - ], - "RH8jSA": ["Merge data to local database"], - "RHSlVw": ["Follow @masknetwork (mask.io) to claim NFT lucky drops."], - "RL5m+x": ["Generating your **accounts**"], - "RLBjfU": ["Attached File: ", ["name"], " (", ["size"], ")"], - "RNfEI8": ["You canceled the request."], - "ROWd/9": ["Leave blank to allow any amount; enter a number to set a minimum holding requirement."], - "ROWeBX": ["Followings"], - "ROsDRH": ["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"], - "RRw7LE": ["Identity ID"], - "RUYsn0": ["Clear All"], - "RW1HJz": ["The receiving address may be a malicious address."], - "RWoEqV": ["Failed to transfer token: ", ["message"]], - "RZOA0N": ["Find Mask Network in the extension list and click the <0/> button."], - "RdfrN2": ["Mint Address"], - "Re7Oex": ["Transaction submitted."], - "RhCL4z": ["Max amount"], - "RiLzWA": ["Please switch to this network in the mobile application wallet you are connected to."], - "RiQQyz": ["This allows the third party to spend ", ["value"], " ", ["0"], " from your current balance."], - "Rm3JCH": ["File name must between 3 to 20 characters."], - "RqRRf6": ["Created by <0>", ["0"], " • <1>Website"], - "RrGhwo": ["File ", ["0"], " deleted."], - "RuO5md": [["seconds"], "sec"], - "Rx8sxX": ["Select liquidity"], - "RxlKnY": ["Lens"], - "Ry8TiY": ["Create Smart Pay wallet"], - "S0CsaV": ["Create a New Wallet"], - "S0vyIh": ["Owner changed."], - "S2JNMm": ["Your file has been successfully restore into the browser data."], - "S33tz3": ["Not connected"], - "S6Qdlo": ["Scam Warning"], - "SDrb6I": [ - "Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account." - ], - "SGVkVp": ["Two entered passwords are not the same."], - "SIrUT3": [ - "Grant access to your ", - ["0"], - " for the Lucky Drop Smart contract. You only have to do this once per token." - ], - "SLEDBF": ["Failed to add the wallet, please try again."], - "SNZM71": [["0"], " withdrawn."], - "SREKz9": ["Report NFT Scam Contract?"], - "SUqBr9": ["Refund ", ["0"], " ", ["tokenSymbol"], " Successfully"], - "SX2UXi": ["Your vote has been successful."], - "SYGo/R": ["Import Wallet"], - "SYgxDf": ["Slow"], - "Sfu/we": ["Failed to delete, please try again."], - "ShHV7X": ["Cloud Backup"], - "ShmUTn": ["Add a Custom Cover"], - "Sitstz": [ - "Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund." - ], - "Sjplg3": ["View on Explorer"], - "SlxhDh": ["Verify your wallet"], - "Sp69uH": ["The web site can"], - "T0W3Z8": ["Insufficient funds for gas."], - "T0Y2+3": ["Select a token"], - "T3EPqL": ["Max base fee"], - "T3dlAs": ["Quote expired. Update to receive a new quote."], - "TA4fAr": ["The wallet name already exists."], - "TFEJcT": ["Set NFT PFP"], - "TIIaK1": [ - [ - "2", - "select", - { - "approve": ["<0>", ["user"], " approved ", ["0"], " to <1>", ["contract"], ""], - "revoke": ["<2>", ["user"], " approved ", ["1"], " to <3>", ["contract"], ""], - "other": [] - } - ] - ], - "TJt1iY": ["Decentralized social graph protocol for user-centric Web3."], - "TNFd5O": ["View real-time crypto prices, market cap, trading volume, etc."], - "TP9/K5": ["Token"], - "TRoDRd": ["Failed to deposit token."], - "TYTRNP": ["Eligible to claim"], - "TZDLPg": ["Claimable"], - "Tfxac6": [ - "This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." - ], - "Tg003Y": ["Connected wallets settings"], - "Tl3Zls": [ - "This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee." - ], - "TnHNX9": ["Update permission for X.com"], - "ToePai": ["Spend limit requested by"], - "TppkTk": [ - "<0>", - ["user"], - " carried out an activity to <1>", - ["target"], - " on <2>", - ["platform"], - "" - ], - "TpqeIh": ["Error: ", ["0"]], - "Tuc34V": ["Confirm Bridge"], - "Tx/jsw": ["Do you need to paste encrypted content manually?"], - "Tz0i8g": ["Settings"], - "TzarJw": ["Bridging"], - "UBzbea": ["Recover your wallet"], - "UDKbPj": ["Your file has been successfully merged into the browser data."], - "UFzLh1": [ - "When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ", - ["0"], - ". Please reduce the number of NFTs selected." - ], - "UO7xDp": [["0"], " Pool"], - "UPJjXF": ["Network error, try again: ", ["0"]], - "URAE3q": ["Paused"], - "URmyfc": ["Details"], - "UUfXpm": ["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."], - "UWxJIW": ["Powered by Celer Network. Support $MASK!"], - "UXBK7e": [ - "<0>", - ["user"], - "sent", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "to <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "UaXeX3": ["Okay"], - "UbRKMZ": ["Pending"], - "Udf/Es": [ - "Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network." - ], - "UfJmJU": ["Invalid slippage tolerance."], - "UjJCIX": ["Contract source code not verified"], - "UjRxho": ["Persona Recovery Phrase"], - "UmVZrM": ["Failed to create Lucky Drop."], - "UpqenY": ["We recommend new Web3 users to keep [Check Security] open."], - "UqJ0W/": ["Cancel Transaction"], - "Usynqd": ["Gas price is too low and will cause the transaction fail"], - "UtKGok": ["Backup Persona"], - "UvJiVZ": ["There's no feed associated with this address."], - "UxJ2jd": ["Display Snapshot proposals on the X of the respective project or protocol."], - "UxYZfY": ["Revoke the approval for ", ["0"], "."], - "V+1pjj": ["Back Up Your Data Your Way"], - "V+ZuGt": ["You claimed ", ["0"], " $", ["1"], "."], - "V6YDUB": ["<0>", ["user"], " donated <1>", ["costValue"], " ", ["costSymbol"], ""], - "V6wYl1": ["Total amount"], - "V8j2d/": ["App list"], - "VAOn4r": ["Unlock"], - "VECuJk": ["Wallet Account"], - "VHShJf": ["Please click Browse Files button to select files to upload."], - "VHVdS1": ["No votes"], - "VP4HYe": ["Next.ID"], - "VSx1eg": ["Max priority fee"], - "VbeIOx": ["Author"], - "VcPDSd": ["Unsupported key store data"], - "VdhBp2": ["The chainID is not equal to the currently connected one."], - "VdkQUC": ["Please sign up or login ", ["siteName"], " to connect Mask Network."], - "Vj7ma7": ["Support mnemonic phrase, private key or keystore file."], - "VlpdUm": ["Use NFT"], - "VsHxv+": ["Copy text"], - "VvGC/Y": [["0"], " Network fee"], - "VvPeyR": [["0"], " unlocked"], - "VzQ7uf": ["Unknown EIP-4361 message version."], - "VzQOL2": [ - "This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap." - ], - "W0uonA": ["This QR includes your mnemonic words, please keep it safely."], - "W2es+t": ["Oops, it seems you don't have any voting power at block ", ["0"], ". <0>Learn more"], - "W5OcTk": ["No approved contract records."], - "W7e3zN": ["Are you sure to remove the connected wallet <0>", ["0"], "?"], - "W7rMXF": ["Failed to send token."], - "WAjFYI": ["Start date"], - "WDcQq9": ["Unlisted"], - "WKG5E8": ["You need to hold at least ", ["quantity"], " of any of the following tokens."], - "WLMjwL": ["Confirm to hide ", ["0"], "? You can redisplay it by re-adding this token at any time."], - "WS7EYf": [ - [ - "0", - "select", - { - "Post": ["<0/><1>", ["handle"], " published a post on <2>", ["1"], ""], - "Comment": ["<3/><4>", ["handle"], " made a comment on <5>", ["2"], ""], - "Mirror": [ - "<6/><7>", - ["3"], - " mirrored a post post by<8/><9>", - ["handle"], - " on <10>", - ["4"], - "" - ], - "Quote": ["<11/><12>", ["handle"], " quoted a post post on <13>", ["5"], ""], - "other": ["<14/><15>", ["handle"], " post stuff on <16>", ["6"], ""] - } - ] - ], - "WWPi4P": ["Incorrect wallet address."], - "WY8amq": ["Invalid number"], - "WZcvLm": ["Follow Now"], - "WeNxrL": [["0"], " Attention factors"], - "Weq9zb": ["General"], - "WmXCMa": ["Switch other account"], - "Wqoa0p": ["Connect Persona"], - "WqzYn1": [ - "<0>", - ["user"], - " donated <1>", - ["costValue"], - " ", - ["costSymbol"], - " to <2>", - ["project"], - "" - ], - "WsNUie": ["Claimed: <0>", ["0"], "/", ["1"], " <1>", ["2"], ""], - "Wvnsx1": ["Auto-lock"], - "Wy16g8": ["Gift crypto or NFTs to any users, first come, first served."], - "X0PXso": ["Swap duration"], - "X200Sr": ["Forgot payment password?"], - "X3X0nY": ["You may have ", ["0"], "% less received with this level of slippage tolerance."], - "X6ujRd": ["Be aware, check the token before adding it."], - "X8N33g": ["Transaction history is only stored locally and will be deleted if you clear your browser data."], - "X8w6bW": ["Enter Max spend limit"], - "XA8JXM": ["Add NFTs"], - "XB3tfc": ["Encrypting your **data**"], - "XC7RGa": ["Recover your data"], - "XDtQ7t": ["Display the following address on your Web3 profile page and use it to receive tips."], - "XGRJzS": ["Open in a new tab"], - "XGqAnD": ["This token contract has code that prevent selling. This might is a honeypot."], - "XQDdOC": ["No friends are stored locally, please try search one."], - "XQQx83": [ - "<0>", - ["user"], - " ", - [ - "0", - "select", - { - "supply": ["supplied"], - "add": ["added"], - "repay": ["repaid"], - "withdraw": ["withdrew"], - "collect": ["collected"], - "remove": ["removed"], - "borrow": ["borrowed"], - "other": [] - } - ], - " liquidity on <1>", - ["1"], - "" - ], - "XUKicg": ["Step 1/2"], - "XYLcNv": ["Support"], - "XZ/B+f": ["Don't see your NFT?"], - "XcWehA": ["Update Quote"], - "Xftpm5": ["Select Collection"], - "XjDSdO": ["Old Payment Password"], - "Xlpdi1": ["on ", ["fromNetworkName"]], - "Xprzee": ["Enter a gas price"], - "XrH+JC": ["IPFS"], - "XrlvqN": ["Who can claim?"], - "XsyYEe": ["This NFT didn't have any activities."], - "XyAmgg": ["Add wallet"], - "Y7N0Sj": ["View your account balance and history"], - "Y9mYPy": ["Powered By ", ["0"]], - "YF8jon": ["Ended ", ["relativeEndTime"]], - "YKSmxE": [ - "Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts." - ], - "YLObqx": ["Equal Amount"], - "YOacnL": ["Tell friends what's happening..."], - "YOnK5s": [ - "<0>", - ["user"], - " registered ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an ENS "], "other": [] }], - "for <3>", - ["costValue"], - " ", - ["costSymbol"], - "" - ], - "YPNSH3": ["Connect Solana Wallet"], - "YSi9PS": [ - "Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events." - ], - "YW51YO": ["24H sale"], - "YXIpYp": ["Please verify the current persona with a social media account before using dApps."], - "Yckw2R": ["Fiat On-Ramp"], - "YdCB5X": ["Copy private key"], - "YiPiv6": [ - "There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk." - ], - "YirHq7": ["Feedback"], - "YnqCPK": ["Verify Account"], - "Yp8yB4": [["0"], " to ", ["1"]], - "Ywu8Rl": ["Please connect ", ["0"], " and send a proof post before using dApps."], - "Z/tioj": ["Swap ", ["0"]], - "Z16qyu": ["Persona Name"], - "Z3+V9p": ["Restore backup failed."], - "Z33XCd": ["Input contract address"], - "Z3FXyt": ["Loading..."], - "Z3S6Dx": ["Step 1/3"], - "Z3y+8t": ["Unsupported Network"], - "Z6siIw": ["Switch between the classic Twitter logo and the new one."], - "Z7ZXbT": ["Approve"], - "Z8+FzC": ["Connecting your ", ["providerType"], " wallet"], - "Z8G4E5": ["Change to Flow Wallet"], - "Z8lGw6": ["Share"], - "ZAVklK": ["Or"], - "ZDcdss": ["Claim Conditions"], - "ZHsD28": ["Enable the plugin"], - "ZIsLZh": ["Size limit: 10 MB"], - "ZK75iC": ["Choose a Cover"], - "ZKAj6+": ["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."], - "ZQbnxO": ["No collectible found."], - "ZQr5hT": ["Unlock Token"], - "ZSWUwq": [["0"], "m"], - "ZSgQgC": ["Max fee is too low for network conditions."], - "ZTXjJ3": ["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."], - "ZTmzRV": ["Highest Price"], - "ZdnQsW": ["<0/> interacted with <1/>"], - "ZgFWrp": ["<0>Powered by<1>Go+"], - "ZhrWG1": ["Create persona"], - "ZrZMJ6": ["Backup failed, <0>try again"], - "ZsjtYe": ["Failed to set Avatar."], - "Zypku0": ["By using this plugin, you agree to the <0>terms and the <1>privacy policy."], - "a1S2x7": [ - "Data source is retrieved from ", - ["0", "select", { "other": [], "twitter": ["Twitter profile and "] }], - ["sources"], - "." - ], - "a1SmQh": ["Select Wallet"], - "a23gJr": ["Incorrect backup password."], - "a33WQ+": ["Download the ", ["name"], " Wallet here"], - "a4C0ak": ["Insufficient Balance for Gas Fee"], - "a4N/Bg": ["Load More"], - "a5t/N3": ["Spend more transaction fees to cancel the previous transaction."], - "a6ONsz": ["Unlock ", ["0"], "."], - "a7u1N9": ["Price"], - "a9X8Om": ["Failed to report spam."], - "aAIQg2": ["Appearance"], - "aEgiLS": ["contributions"], - "aF8kci": ["Creation Completed"], - "aFJrEy": ["You need to hold any of the following NFTs in your wallet."], - "aFht5e": ["Connected ", ["0"], " with ", ["walletName"], "."], - "aTzTyw": ["Add Assets"], - "aVI2qx": ["Click the application icon to list it on the App board."], - "aYT9SD": ["Max fee"], - "acK3j2": ["Input your Private Key"], - "agPptk": ["Medium"], - "ah8/4v": ["Floor Price"], - "ahNa7P": ["NFT Holder"], - "ahpgxl": ["Please create a Persona and verify your account to use this."], - "ai3VNq": ["Connected Wallet"], - "ajKdns": ["This wallet address has already been connected."], - "apl8rz": ["Failed to withdraw ", ["0"], "."], - "aqop4L": ["Check on Explorer"], - "awW7ak": ["Remove Wallet"], - "ayxkVX": ["Transaction"], - "b+scYY": ["Requesting Connection"], - "b/mMOj": [["0"], " ", ["1"], " approval successfully."], - "bBzHQT": ["Input amount is below the minimum amount"], - "bD8I7O": ["Complete"], - "bEPPWi": ["Connect Flow Wallet"], - "bGMpPD": ["Unlock NFT Contract"], - "bIpwjD": ["My Wallets"], - "bKGn4N": [ - "<0/> minted", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }] - ], - "bLJivk": ["Select an NFT Contract Owner"], - "bLmWH9": ["Bridge anyway"], - "bLqb2p": ["<0>Latest offer at <1>$", ["0"], ""], - "bLvQvN": ["Library:"], - "bQXBhp": [ - "Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves." - ], - "bTQliy": [ - "This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account." - ], - "bUUVED": ["Asset"], - "bapItf": ["Incorrect Backup Password."], - "bassMa": ["Incorrect cloud backup password, please try again."], - "bbS8qf": ["1 NFT claimed."], - "bdIrOO": ["Verification code has been sent to your email. Please check your mailbox."], - "bfNmSO": ["Set payment password successfully."], - "bnfo6T": ["Sent verification post successfully."], - "bnuQy5": [["0"], " files selected"], - "bwlRe8": ["Selecting NFTs"], - "c+Fnce": ["Sign"], - "c+XaKf": [ - "<0>", - ["formattedUser"], - " ", - ["0", "select", { "follow": ["followed"], "unfollow": ["un-followed"], "other": [] }], - " <1>", - ["other"], - " on <2>", - ["1"], - "" - ], - "c19z3W": ["Available Balance"], - "c2MkCo": ["Payment password must be 6 to 20 characters."], - "cD0wgO": [ - "Do you want to remove the verified association between the X account @<0>", - ["0"], - " and ", - ["1"], - "?" - ], - "cFDjd3": ["Transaction type"], - "cJv4Ca": ["Connecting operation cancelled in third-party wallet."], - "cM1qH2": [ - "Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media." - ], - "cNJNBU": ["Get optimized search results when you're looking for a token."], - "cQYjZe": [ - "To verify your X account and record it on the NextID, you will need to send a post for the verification." - ], - "cVit2/": ["Please set the backup password to back up"], - "caP+Xq": ["Crypto Holder"], - "cbzSv5": ["Max fee should be greater than base fee of ", ["0"], " Gwei."], - "chL5IG": ["Community"], - "clw/Xh": [["0"], " sent."], - "cm4E8+": ["Experience in X"], - "cmKQl+": ["Failed to save the file. Please try again."], - "cmNbUB": ["Not found your ", ["providerType"], " wallet"], - "cnGeoo": ["Delete"], - "crVIc7": ["Locale Backup"], - "ctb8Cs": ["Dex/Est received (", ["0"], ")"], - "cvCD4e": ["Contract Creator"], - "d0aemb": ["Please create a persona for accessing Dapps."], - "d6nk2t": [["0"], " Platform costs"], - "dAMTl9": ["This RPC URL is currently used by the ", ["0"], " network"], - "dCpOJ5": ["<0/> approved with <1/>"], - "dCvyk/": ["Change another account and try again."], - "dEgA5A": ["Cancel"], - "dXFgcm": ["Transfer Token"], - "daEP1M": ["Token info"], - "dajsth": ["Incorrect Keystore Password."], - "du/tmd": ["Create your Lucky Drop."], - "dyNKut": ["Browse Files"], - "dzAth+": [["0"], " ", ["1"], " swap completed successfully."], - "e0E1XI": ["Max Fee (GWEI)"], - "e1vdXO": ["Arweave"], - "e34ZOD": ["Waiting time"], - "e3I0CA": ["Failed to restore the backup: ", ["0"]], - "e3hCsY": ["Lido Exchange Rate"], - "e4yrZ/": ["Token Address"], - "eC1gV9": ["Invalid file type"], - "eDT+Oh": [ - "The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets." - ], - "eE0JZ4": ["Version"], - "eEeK5j": ["<0>Expires in ", ["0"]], - "ePK91l": ["Edit"], - "eWczg7": ["Just Me"], - "eaLSW8": ["Persona name must between 1 to 24 characters."], - "ecqLr0": [ - "I just tipped a ", - ["NFT_Name"], - " to @", - ["recipientUserId"], - "'s ", - ["0", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["recipientAddress"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "eeYVJ5": ["Be careful what you visit and sign!"], - "ejVYRQ": ["From"], - "elyK4N": ["Failed to unlock token contract."], - "eoeq4k": ["<0>", ["user"], " made a comment on ", ["platform"]], - "ep2Wyh": ["1 ", ["0"], " tips sent."], - "erRCKP": ["File saved"], - "es4h+b": ["Swap Anyway"], - "ezYNcH": ["Pin Mask Network to the toolbar for easier access:"], - "f5AidZ": ["Write down recovery phrase"], - "f61qKX": ["Deploy a SmartPay wallet on Polygon network."], - "f6pX67": ["<0>0 Followers <1>0 Following"], - "fDP2k4": ["Change Payment Password"], - "fFGPy6": ["Or create a new wallet group"], - "fFYJ8f": ["Welcome to use Mask Network"], - "fL7WXr": ["Applications"], - "fRQP7E": ["<0>Granted to <1>", ["0"], ""], - "fRUjl7": ["Please switch to <0>@", ["expectAccount"], " to continue the account verification progress."], - "fUn3xA": ["Generate a new wallet address"], - "fc4PdK": [ - "The RPC URL you have entered returned a different chain ID (", - ["rpcChainId"], - "). Please update the Chain ID to match the RPC URL of the network you are trying to add." - ], - "fdqDgM": ["Ended on <0>", ["0"], ""], - "fiPesM": ["Method"], - "fj5byd": ["N/A"], - "foOw00": ["Balance(", ["symbol"], ")"], - "fqDzSu": ["Rate"], - "fsBGk0": ["Balance"], - "fsUPaG": ["Congratulations"], - "fvRGyC": ["Trying exploring more features powered by Mask Network."], - "fx6pOQ": ["Balance: <0/>"], - "fza4cg": ["Import Wallets"], - "g/1WbH": ["from <0>", ["fromAddress"], ""], - "g/i+bG": ["Transaction rejected"], - "g2UNkE": ["Powered by"], - "gC2WI+": ["Persona"], - "gERRYE": ["Artblocks"], - "gHM62X": ["Payment password changed."], - "gM+Nj7": [ - "Are you sure to report ", - ["0", "select", { "hasName": [["1"]], "noName": ["this NFT"], "other": ["this NFT"] }], - "? After confirmed, this NFT will be marked as spam." - ], - "gT+8Dk": ["Confirm to hide ", ["name"], "? You can redisplay it by re-adding this NFT at any time."], - "gUuuBi": ["Check Security"], - "gVfVfe": ["Contacts"], - "gWcGl/": ["Your wallet cancelled the transaction."], - "gdnEab": ["Incorrect recovery phrase."], - "ggdga4": ["The user has not set this."], - "ghVDTt": ["rounds"], - "ghZx62": ["Unlock token"], - "gk7J2q": [["0", "select", { "other": ["<0>Size limit: ", ["fileSize"], ""], "omit": [] }]], - "gkLviK": [ - "This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users." - ], - "gmOW42": ["ENS or Wallet Address"], - "gnSRSG": ["Hiding Scam Transactions"], - "gp6A8z": ["Authorization Failed"], - "gtdJ43": ["My wallet"], - "gwuMzD": ["<0>", ["user"], " appointed a proxy on <1>", ["platform"], ""], - "gxV9O8": ["Cast your vote"], - "h/b9lY": ["No followers."], - "h0qYUk": ["Search with an ENS domain or wallet address to get optimized results."], - "h3bIHg": ["Disconnect Social Account?"], - "h53LoU": ["Social Account"], - "h5Dtc5": ["funding received"], - "h69WC6": ["Sent"], - "h7+V7K": ["Backup & Recovery"], - "hEpXzO": ["Welcome to Mask Network"], - "hG89Ed": ["Image"], - "hHLRGW": ["Hide tokens with value less than $1"], - "hRWvpI": ["Claimed"], - "hRtIgr": ["APP list"], - "hTbvD9": ["Sorry, you are not eligible to claim $ARB in this campaign."], - "hUF4dG": ["Backup password set successfully"], - "hWUuAb": ["Already following"], - "hXzOVo": ["Next"], - "hYgDIe": ["Create"], - "he3ygx": ["Copy"], - "heVBR8": ["Enter Amount Each"], - "hehnjM": ["Amount"], - "hg5QeV": ["Total cost"], - "hhtbAs": ["Unfollow lens handle"], - "hj39w+": ["Loading failed due to Snapshot API service breakdown."], - "hom7qf": ["Claim"], - "hpxXOD": [ - [ - "context", - "select", - { - "approve": [ - "<0>", - ["user"], - " approved <1>", - ["amount"], - " ", - ["symbol"], - " to <2>", - ["contract"], - "" - ], - "revoke": [ - "<3>", - ["user"], - " revoked the approval of <4>", - ["amount"], - " ", - ["symbol"], - " to <5>", - ["contract"], - "" - ], - "other": [] - } - ] - ], - "hxHyfs": ["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."], - "hxdOdX": ["Owner can change balance"], - "hzTib5": ["Select an NFT Contract Operator"], - "i2x+p1": ["Processing Withdrawal"], - "i4umqX": ["The following wallets are not installed or in conflict with others"], - "i6OT6/": [["subject"], " has an error"], - "i70ilP": [["0"], " NFT contract unlocked."], - "iCb44o": ["Created on: ", ["0"]], - "iF9x7r": ["Trading mode"], - "iH8itU": ["Connect your wallet"], - "iH8pgl": ["Back"], - "iJLEZF": ["Show me how"], - "iNIdDX": ["Incorrect contract address."], - "iPMIoT": ["Enter an amount"], - "iSLIjg": ["Connect"], - "iT0Qmd": ["Transaction Failed"], - "iTiwqa": ["Asset is hidden."], - "iZLoa2": ["eg: X accounts, persona public keys, wallet addresses or ENS"], - "ia3Lqp": [ - "The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions." - ], - "ie2c+s": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Welcome to join." - ], - "ileX7U": ["No recent transactions"], - "imDvP9": ["Gas limit must be smaller than ", ["maxGas"], "."], - "iobEyh": ["By checking this box, I agree to ArtBlocks's <0>Terms of Service."], - "iuCSJl": ["This wallet is connected to current persona ", ["0"], "."], - "iuJFAy": ["Low Risk"], - "iwiSFA": ["Similar Project"], - "j2Uisd": ["Approving"], - "j2a+h4": ["Past rounds"], - "j4TRxD": ["Select Address"], - "j8MqhB": ["CyberConnect"], - "jEDiuG": ["Network added"], - "jICk7g": ["There was a network or RPC provider error, please try again later!"], - "jIWgmE": ["Entered passwords are inconsistent."], - "jJPsrT": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "jJrqb1": ["Token Name"], - "jK7nvW": ["Failed to disconnect wallet"], - "jRcH7y": ["NFT Avatar Setting"], - "jRfanQ": ["Gas Used (Units)"], - "jXWnN0": [["0", "plural", { "one": ["Strategy"], "other": ["Strategies"] }]], - "jZQU+o": ["Originally posted by ", ["0"]], - "ja6Tyz": ["Search with the name of an NFT collection or its symbol to get optimized results."], - "jaH9PD": ["Hi friends, I just created ", ["token"], " Lucky Drop. Download Mask.io to claim."], - "jas0vv": ["Disconnect all accounts"], - "jbc0gF": ["Create Password"], - "jeLXsu": ["Who can claim"], - "jfJkBQ": ["Gas price is too low for network conditions."], - "jh0i4n": ["Confirm this transaction in your wallet."], - "jhoAzY": ["Mask Network Cloud"], - "jjCXPD": ["Starts ", ["relativeStartTime"]], - "jpctdh": ["View"], - "jt/0L2": ["You've saved ", ["0"], " to Web3 file service."], - "jt/cjR": ["Safety Warning"], - "jtExaD": ["Not supported yet."], - "jygqM9": ["Loading account information..."], - "jzLzy/": ["No whitelist"], - "k/sb6z": ["Select language"], - "k/vATR": ["Token unlocked"], - "k0USDt": ["Account connected.<0/><1/>Try to explore more features powered by Mask Network."], - "k1pJQo": [["0"], " network is not added to the wallet. Please add it and try again."], - "k28Qhe": ["Failed to save file"], - "k57+C7": [["walletLength", "plural", { "one": ["#", " Wallet"], "other": ["#", " Wallets"] }]], - "k7u9V5": ["Incorrect words selected. Please try again!"], - "kCAzy/": ["Collection Approval"], - "kG0n0M": ["Network error or user cancels the process."], - "kHDhjV": [ - "I just claimed airdrop with ", - ["amount"], - " ", - ["0"], - " on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities." - ], - "kKY8Re": [ - "The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk." - ], - "kPQQEW": ["Enter an Amount"], - "kV9Qeo": ["You have donated ", ["0"], " ", ["1"]], - "kWJmRL": ["You"], - "kbfp5m": ["Visible To"], - "kdW3qS": ["Nonce"], - "kePpfU": ["Update NFT Avatar Success!"], - "kf/5Ap": ["Explore multi-chain dApps."], - "kf83Ld": ["Something went wrong."], - "kg/ict": ["Lucky Drop claimed."], - "kj3M8S": ["Deposit"], - "kjBSDT": [ - "<0>", - ["user"], - " minted ", - ["0", "select", { "name": ["<1>", ["1"], " "], "nft": ["<2>an NFT "], "other": [] }], - "for <3>", - ["value"], - " ", - ["symbolName"], - "" - ], - "ks5OGD": ["Contract"], - "kx0s+n": ["Results"], - "l/UFPv": ["Properties"], - "l3s5ri": ["Import"], - "lCF0wC": ["Refresh"], - "lCHQzJ": ["This address may be a scam address."], - "lCfoWv": ["Select NFTs"], - "lDgVWA": ["Receive"], - "lET9my": ["Mask needs the following permissions"], - "lErh77": [ - "Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance." - ], - "lKldOY": ["12-word recovery phrase is used to recover your persona data."], - "lO/vMB": [ - "OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly." - ], - "lPJwNU": ["Persona: ", ["personaName"]], - "lPsa94": ["Merge Completed"], - "lQXQKs": ["Vote"], - "lU6uRb": [ - "Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility." - ], - "lWOC+h": ["Mask Network requires you to authorize the following websites before using it."], - "ldI18s": ["Minted:"], - "lhvy2j": ["Firefly"], - "llLBQ1": ["a token"], - "lmYQuN": ["At most ", ["SOL_REDPACKET_MAX_SHARES"], " recipients"], - "loCUuu": ["Keystore"], - "lqTDfd": ["Slippage Tolerance"], - "lqW7eD": [ - "In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address." - ], - "lr8uE3": ["Holding ", ["0"]], - "lvL4x0": ["Follow @masknetwork for Web3 updates and insights."], - "lxJU2w": ["Enter Number of Winners"], - "lyjM6U": ["Wait too long for the confirmation."], - "m+uuUE": ["Cross-chain"], - "m/TPEz": ["(beta)"], - "m16xKo": ["Add"], - "m2OZMI": ["Max fee cannot be lower than max priority fee"], - "m2pyX2": ["Buy Now"], - "m3VOQq": ["Current wallet does not support to interact with Lens protocol."], - "m3XvO+": ["Imported Wallets"], - "m3akOw": ["I just claimed a lucky drop from @", ["sender"], " on Solana."], - "m3cvPZ": ["Payment password set."], - "m3pz1u": ["Insufficient ", ["symbol"], " Balance"], - "m64f3d": [ - "Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead." - ], - "mCB6Je": ["Select All"], - "mGHHf5": [ - "After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips." - ], - "mHWsOq": ["Failed to confirm"], - "mNUsxu": ["Tx Fee"], - "mPxxVq": ["Enter a gas limit"], - "mQpWAe": ["Edit Contact"], - "mT57+Q": ["Go to Settings"], - "mUJUVX": ["Claim your NFT Lucky Drop"], - "mW8F64": ["This project is no longer active"], - "mYGY3B": ["Date"], - "mZ04KC": ["Overall Best"], - "ma8rSx": ["Your transaction has been confirmed!"], - "mc68kY": ["New Payment Password"], - "md5sZ/": [ - "This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud." - ], - "mfwfMR": ["You can claim the lucky drop by holding the required amount of any selected token."], - "mhNIiJ": ["Gas price is higher than necessary. You may pay more than needed."], - "mrAv9J": ["Failed to save network"], - "msszNj": ["<0/> approved <1>", ["0"], " ", ["1"], ""], - "muQqQY": ["Buy & sell tweets autographed by their original creators."], - "mzI/c+": ["Download"], - "n+ObkB": [ - "Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets." - ], - "n1gwuy": ["on ", ["toNetworkName"]], - "n2HnVK": [ - "If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses." - ], - "n42fmQ": ["Enter a max fee"], - "nDzNGQ": ["Follow User"], - "nE/lLr": ["Just Selected Contacts"], - "nFjzvC": ["Approved Amount ", ["0"]], - "nGl2Ng": ["Restore Completed"], - "nKLBYz": [ - "We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!" - ], - "nMUHWK": [["claimed"], " Follow @", ["0"], " (mask.io) to claim lucky drops."], - "nMkx7r": [["0", "plural", { "one": ["#", " Hour"], "other": ["#", " Hours"] }]], - "nOCyT5": ["Show tokens with value less than $1"], - "nOhz3x": ["Logout"], - "nSkB8g": ["Information"], - "nTFx7o": ["Avatar set successfully"], - "nTWWCZ": ["Low"], - "nTif4K": ["Select and Connect to your wallet"], - "nUWEsV": ["Max fee is higher than necessary"], - "nUeoRs": ["Signing Message (Text)"], - "nV/wXH": ["This profile can not be followed."], - "nWDO1P": [ - "<0/> ", - [ - "txType", - "select", - { - "burn": ["burned"], - "deposit": ["deposited"], - "mint": ["minted"], - "receive": ["received"], - "send": ["sent"], - "withdraw": ["withdrawn"], - "other": [] - } - ], - " <1>", - ["0"], - " ", - ["1"], - " " - ], - "ndRqFD": ["Chain ID"], - "neBDpj": ["Please connect wallet"], - "ngWO+e": ["No local key"], - "njSHJP": ["You didn't approve ", ["0"], ". Please do not set spending cap to 0 and try it again."], - "nqL5WA": ["Claim Lucky Drop"], - "nqagQ8": ["Signing Message (Raw)"], - "nvAt0H": ["Resource"], - "nvV/Td": ["Balance: <0>", ["0"], ""], - "nwSp3U": [ - "I just tipped ", - ["amount"], - " ", - ["0", "select", { "namedToken": [["1"]], "other": ["token"] }], - " to @", - ["recipientUserId"], - "'s ", - ["2", "select", { "name": ["wallet"], "address": ["wallet address"], "other": ["wallet"] }], - " ", - ["3"], - "\n\nInstall https://mask.io/download-links to send your first tip." - ], - "nzBzok": ["Create time:"], - "o+XJ9D": ["Change"], - "o+zDNQ": ["The mnemonic word has been copied, please keep it in a safe place."], - "o4Iu2W": ["Logout successfully"], - "o4NrTC": ["Confirm this Signature in your wallet."], - "o66hO5": ["Discovered a LuckyDrop event on the FireFly website."], - "o9pabc": ["No codes found to suspend trading."], - "oCBTyI": ["This will overwrite the existing cloud backup with the local data, this cannot be undo."], - "oDMfB1": ["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."], - "oDSXfc": ["New password cannot be the same as your current password."], - "oG26Rt": ["Confirm this transaction in your wallet"], - "oG67vO": ["Available to Everyone"], - "oIsL5E": ["Chain ID: ", ["0"]], - "oJIW7I": [ - [ - "context", - "select", - { - "mint": ["<0>", ["to"], " minted <1>", ["value"], " ", ["symbol"], ""], - "send": ["<2>", ["from"], " sent <3>", ["asset"], " to <4>", ["to"], ""], - "claim": ["<5>", ["to"], " claimed from <6>", ["from"], ""], - "burn": ["<7>", ["from"], " burned <8>", ["value"], " ", ["symbol"], ""], - "deposit": ["<9>", ["from"], " deposited on <10>", ["exchange"], ""], - "withdraw": ["<11>", ["from"], " withdrew on <12>", ["exchange"], ""], - "other": [] - } - ] - ], - "oMx/mL": [ - "Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later." - ], - "oN9XHJ": ["Start Time: <0>", ["0"], ""], - "oOQfsI": ["Current account is not the verifying account."], - "oTLFeN": ["The Lucky Drop can't be sent due to data damage."], - "oX+QCa": ["<0>Powered by<1>Mask Network"], - "oYzol6": ["an NFT"], - "oZw0Iw": ["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"], - "ocYse8": ["Failed to refund Lucky Drop."], - "oe5xh9": ["Decrypt failed, please check password"], - "of3mx/": [ - "<0>", - ["user"], - " swapped <1>", - ["from_value"], - " ", - ["from_symbol"], - " to <2>", - ["to_value"], - " ", - ["to_symbol"], - " on <3>", - ["platform"], - "" - ], - "ofUcbc": ["Random"], - "ohUJJM": ["Plugins"], - "ojlMCx": ["Minimum withdraw amount is ", ["MINIMUM_AMOUNT"], " ", ["0"]], - "olEUh2": ["Successful"], - "ooHEV6": ["1 ", ["0"], " NFT Lucky Drop claimed."], - "osXsDn": ["Import NFT"], - "ou+PEI": ["Profile Photo"], - "ouAjo6": ["No Enough Gas Fee"], - "ovBPCi": ["Default"], - "oxKup1": ["Insufficient $", ["0"], " balance"], - "p+ngUo": ["Unfollow"], - "p1/7GX": ["Contract Not Found"], - "p2/GCq": ["Confirm Password"], - "p3TX0l": [ - "Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers." - ], - "p7l2aC": ["Contract:"], - "p8Aea2": ["The persona name already exists."], - "p8OYBy": [ - "@", - ["sender"], - " is sending an NFT lucky drop on ", - ["networkName"], - " network. ", - ["account_promote"], - " ", - ["promote_short"], - " #mask_io #LuckyDrop ", - ["0"] - ], - "pG7O41": ["Fastest"], - "pGElS5": ["Mnemonic"], - "pHfBGz": ["Updating Gas Fee…"], - "pIyHYi": ["Lens Follow"], - "pLHDrO": ["Holding NFT"], - "pOE8Vh": ["Space"], - "pa3wn3": ["It remains unclaimed."], - "pbOGiB": ["Revoke Token"], - "pbYUPI": ["Text copied!"], - "pi+hn/": ["Ethereum ", ["HD_PATH_WITHOUT_INDEX_ETHEREUM"]], - "pjrgRd": ["Incorrect Private Key"], - "pkyWdU": ["Keystore password"], - "poYLOl": ["New Logo"], - "ps1+DX": ["Set your persona name with maximum length of 24 characters"], - "pu3rTn": ["GWEI"], - "puUEU3": ["Change Backup Password"], - "put3ex": ["Request is valid not after"], - "pv5v6j": ["About Permit"], - "pvnfJD": ["Dark"], - "py6hU8": ["Signature Request"], - "pzO3Xa": ["Total Supply"], - "q+O14e": ["Search Area"], - "q+hNag": ["Collection"], - "q/ao7A": ["Price per mint"], - "q5+UWM": ["Contact edited."], - "qAbGIK": ["Issued at"], - "qCMUPH": ["Unlock ", ["0"]], - "qDIxZ+": ["Failed to restore the backup from Google Drive to your browser. Please try again."], - "qHqI+o": ["<0>Powered by <1>Mask Network"], - "qI8U4x": ["Max fee cannot be lower than max priority fee."], - "qIL7PI": ["Offers"], - "qJb6G2": ["Try Again"], - "qNiGUh": ["size"], - "qT8oOt": ["Persona required."], - "qWMpAl": ["up to ", ["0"], " Gwei"], - "qYuscr": ["Max Priority Fee"], - "qZ6p7p": ["Backup on ", ["0"]], - "qcqdIh": ["You need to open the dApp to view the specific content."], - "qcybNQ": ["Proposal"], - "qdyV/M": ["News"], - "qhKyO3": ["Withdraw ", ["0"]], - "qkhZxp": ["Created a SmartPay wallet on Polygon network."], - "qp8fKi": ["By confirming means that you agree to bear the possible risks above."], - "qqWcBV": ["Completed"], - "r3OcML": [["mins"], "min"], - "r92tNP": ["Failed to authorize Google Drive. Please try again."], - "rBLzKv": ["Max fee is higher than necessary."], - "rCsoea": ["Manage Token List"], - "rG3WVm": ["Select"], - "rJZPaP": ["No activities found."], - "rKY/BK": ["Classics Logo"], - "rLgPvm": ["Backup"], - "rQQGN1": ["Max priority fee is higher than necessary. You may pay more than needed."], - "rR6iwH": ["Domain Request"], - "rWE7Lq": ["Contact deleted."], - "rWqyF3": ["Gas limit should be between ", ["minGasLimit"], " and 15.00M"], - "rYFSec": ["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."], - "rZ0rgl": ["Total Volume"], - "raCUEa": ["By granting permission, you are allowing the following <0/> contract to access your funds"], - "rcNnsQ": ["Price:"], - "re2nOO": ["Uploaded files"], - "rkMKQ0": [ - "The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later." - ], - "rm0yu/": ["About ", ["collectionName"]], - "rqV4QH": ["This swap isn’t supported"], - "rrvbCi": ["Network error or execute smart contract failed."], - "rulocO": ["Checking Approve"], - "ryWxhG": ["Congratulations!"], - "s/8SJ+": [ - "View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source." - ], - "s4Omor": ["To <0>", ["0"], ""], - "sGkv/+": [ - "Hi friends, I just deposit ", - ["0"], - " ", - ["1"], - " on ", - ["2"], - ". Follow @", - ["3"], - " to find more staking projects." - ], - "sOYKMU": ["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."], - "sOcZTR": ["Contract Deployment"], - "sQJ3RN": ["Max priority fee is too low for network conditions."], - "sQTDWu": ["Allow us to collect your usage information to help us improve Mask."], - "sSkbaZ": ["Request timed out."], - "sWsox7": ["Follow Lens handle"], - "saHPqg": ["Claim your Lucky Drop."], - "sb9Y58": ["Wallet"], - "siroPf": ["Mask Network"], - "sxkWRg": ["Advanced"], - "szNWi8": ["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."], - "t+A5fr": ["Gas price should be greater than 0"], - "t/YqKh": ["Remove"], - "t2prdI": ["No search results"], - "t3rUZr": ["Sign-in Request"], - "t6bQQD": ["Send authors tips by using Mask Network's Tips function."], - "t6md+W": [ - [ - "0", - "select", - { - "create": ["<0>", ["user"], " created a profile on <1>", ["platform"], ""], - "update": ["<2>", ["user"], " updated a profile on <3>", ["platform"], ""], - "other": [] - } - ] - ], - "t8dIOP": ["Spam"], - "t91sWs": [ - [ - "actionType", - "select", - { - "stake": ["<0>", ["user"], " staked <1>", ["symbol"], ""], - "claim": ["<2>", ["user"], " claimed <3>", ["symbol"], ""], - "unstake": ["<4>", ["user"], " un-staked <5>", ["symbol"], ""], - "other": [] - } - ] - ], - "t9m1iP": ["Spam reported."], - "tARYn/": ["NFTs Profile"], - "tCAZi9": ["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."], - "tG9G+b": ["File Service"], - "tHoyBc": ["Please connect ", ["0"], " before using dApps."], - "tIW5Jt": ["No matched tokens"], - "tKJ7ee": ["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."], - "tOL6AP": ["Adjust Selection"], - "tOMnvw": [ - "Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites." - ], - "tPeNU7": ["This network name already exists"], - "tRRE1h": ["1 ", ["0"], " claimed."], - "tXkhj/": ["Start"], - "tbOs8j": ["Confirm Swap"], - "tcHpvG": ["Change Owner"], - "tfDRzk": ["Save"], - "thX7xs": [ - "The network with chain ID ", - ["formChainId"], - " may use a different currency symbol (", - ["0"], - ") than the one you have entered. Please check." - ], - "tiX/tO": ["Address: <0>", ["address"], ""], - "tj48De": ["Connect Social Account"], - "tjbyOy": ["Project details"], - "tk+uyz": [ - "You've approved ", - ["0"], - " for ", - ["1"], - ". If you want to revoke this token, please set spending cap amount to 0." - ], - "toDFSK": ["Wallet sign succeeded."], - "tst44n": ["Events"], - "tuOw4x": ["Make It Encrypted"], - "tx1x9k": [ - "I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io." - ], - "txEVTf": ["No Listings"], - "ty2gt9": ["You need to follow the creator of the lucky drop."], - "u2OWVJ": ["Disconnect failed."], - "u2Srv1": ["Claim your Airdrop"], - "u3ZeYl": ["Transaction failed"], - "u689pQ": ["Ends in ", ["relativeEndTime"]], - "uAQUqI": ["Status"], - "uBAxNB": ["Editor"], - "uF9ruK": ["Saving"], - "uJQLj9": ["Connect and switch between your wallets."], - "uSMfoN": ["Verify"], - "uip9JY": ["I wrote down those words in the correct order"], - "ujpEaI": ["Please connect your wallet"], - "uqF4Nm": ["Blockchain:"], - "usVwcn": ["No anti_whale(Unlimited number of transactions)"], - "uv94aG": ["Added by user"], - "uv9cwh": ["Bridge Network fee"], - "uyJsf6": ["About"], - "v01kR+": ["NFT PFP"], - "v7U98p": ["Failed to claim Lucky Drop."], - "vH2C/2": ["Swap"], - "vLXevL": ["Transaction cost"], - "vOx+Me": ["You can withdraw the remaining balance 24 hours after sending the lucky drop."], - "vVEene": ["View your Tokens and NFTs"], - "vXIe7J": ["Language"], - "vXygio": ["Not enough data to present."], - "vel6Z1": ["Request Source"], - "vhlM+H": ["Withdraw ", ["0"], " for savings."], - "vhqFTT": ["Can't find a valid user address data source."], - "vutynE": ["Enable plugin"], - "w0e0yw": ["Gas limit must be at least ", ["0"]], - "w1ctdJ": ["Encrypted Post"], - "w3t1Hw": ["Powered by <0>Go+"], - "w4oOEJ": ["Mask Community $ARB Giveaway"], - "w9Xmw/": ["Google Drive"], - "wCtp6y": ["Your Wallet is on **ready 🚀**"], - "wDnczW": ["Optimize the display of search results about ENS in social media."], - "wGtbaw": ["Amount per Share"], - "wMHvYH": ["Value"], - "wNecg9": ["Multiple transaction requests ", ["0"], " / ", ["1"]], - "wNxsb2": ["Reject ", ["totalMessages"], " Transactions"], - "wThGrS": ["App Settings"], - "wUlAUI": ["<0>@", ["currentUserId"], " connected already."], - "wYA1q/": ["Auto report the scam links to MetaMask"], - "waXvJd": ["NFT is not minted yet."], - "wbDTs9": ["Request timed out"], - "wqppGn": ["Permissions List"], - "wvJOId": ["This ENS does not exist or not be resolved."], - "wxZZWc": [ - "You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet." - ], - "wxfXhJ": ["Scam tx"], - "x0PhCN": ["Disconnected successfully."], - "x4f8pZ": ["Tips"], - "x5LEuB": ["Followers"], - "x6rEou": [ - "<0>", - ["user"], - " claimed ", - ["0", "select", { "verbose": ["<1>", ["1"], " "], "simple": ["<2>an NFT "], "other": [] }], - "from <3>", - ["formattedAddress"], - "", - ["2", "select", { "cost": [" for ", ["3"], " ", ["4"]], "free": [], "other": [] }] - ], - "xBXg0L": [ - "No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk." - ], - "xC6eGY": ["Mint function"], - "xCJdfg": ["Clear"], - "xCcvjC": ["Set up NFT PFP successfully"], - "xDAtGP": ["Message"], - "xDO6ZN": ["Plugin switch"], - "xEQZ4z": ["Use text encryption"], - "xEX/9S": [ - "No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk." - ], - "xFCCR4": ["Please enter the correct mnemonic words, private key, or upload the correct keystore file."], - "xGVfLh": ["Continue"], - "xH6cn+": ["Choose Token"], - "xIxVmH": ["Unlock ", ["0"], " NFT contract."], - "xPSvu3": ["<0>", ["websiteCount"], " ", ["0", "plural", { "one": ["Website"], "other": ["Websites"] }]], - "xTQLHC": [ - "I just purchased a beautiful piece of art from {0} collection for ", - ["1"], - " ", - ["2"], - ". Install @masknetwork to get yours." - ], - "xeiujy": ["Text"], - "xjhtsV": ["Chain"], - "xoKE3v": ["Disable Permit"], - "xuKB2x": [["0"], " deposited."], - "xupcu9": ["Speed Up"], - "y/+ReV": ["No any collectible is available for preview. Please add your collectible here."], - "y/kxxM": ["Priority fee"], - "y2i17G": ["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."], - "y3juHh": [ - "Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io." - ], - "y3qyKP": ["NFT Lucky Drop created."], - "y49awp": ["Set NFT Photo"], - "y5aRAa": ["Please enter cloud backup password to download file."], - "y62Dys": ["Network fee"], - "y6VCOb": [["0"], " Mins"], - "y6sq5j": ["Following"], - "yC/GKd": [ - "Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3." - ], - "yD15Uj": ["Are you sure to remove this wallet?"], - "yDUr0V": ["Lucky Drop refunded."], - "yFpcbN": ["This request may be a phishing attach. I understand this and want to continue."], - "yFrxQj": ["Mnemonic word"], - "yGyJ1l": [ - "You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again." - ], - "yHrAv+": ["Claim Lucky Drop with ", ["0"], " claimed."], - "yKu/3Y": ["Restore"], - "yNBZ3N": ["Enter gas limit"], - "yNu9vD": ["The wallet address already exists."], - "yQE2r9": ["Loading"], - "yQqkIK": ["24H Average Price"], - "yRuvmU": ["The mnemonic words has been copied, please keep it in a safe place."], - "yTZe+y": ["Snapshot"], - "yVnV6H": ["Please write down or copy these words and save them in a secure place."], - "yVzBCJ": ["NFT Lucky Drop claimed."], - "yZhedI": ["Gas fee settings"], - "yb/fjw": ["Approval"], - "ybuu1v": ["Oops, we can't find any results."], - "ygW4tI": ["Please connect your persona"], - "yik0Qu": ["Private Key"], - "ykiu3o": ["NFT Details"], - "ylUhBz": ["Click to retry"], - "ylXk9u": ["Encrypt the message in an image"], - "yqc6uX": [ - "This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing." - ], - "ywDBfs": ["Something went wrong!"], - "yx/fMc": ["High"], - "yz7wBu": ["Close"], - "yzF66j": ["Link"], - "z+H8bd": ["Your wallet does not meet the eligibility criteria for claiming."], - "z/3+av": ["License:"], - "z1i6et": ["Failed to ", ["0"], " NFT contract."], - "z27gFg": [ - "If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it." - ], - "z7Fh2l": ["Base fee required: ", ["MIN_BASE_FEE"], " Gwei"], - "z9HeHt": ["Create a Privy Wallet"], - "zBPjcC": ["Revoke the approval for token"], - "zBUJYA": ["The approval for this contract will be revoked in case of the amount is 0."], - "zBftr8": ["Claim NFT Lucky Drop"], - "zEZe86": [ - "You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends." - ], - "zGTAja": [["claimed"], " Follow @", ["account"], " (mask.io) to claim lucky drops."], - "zJlXbX": ["NFT"], - "zPar3e": ["Collectible"], - "zX9KdB": ["No following friends."], - "zXagFp": ["Copy Address"], - "zZk9Yz": ["Purchase"], - "zga9sT": ["OK"], - "zgqgNP": ["Purchasing...."], - "zkEW09": [ - "You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?" - ], - "znqB4T": ["Insufficient balance"], - "zp7Ha3": ["Backup Failed"], - "zwBp5t": ["Private"], - "zxrGeO": ["Gas limit must be bigger than ", ["minGas"], "."], - "zzDlyQ": ["Success"] - } -} +{"messages":{"++B0oY":["This function has been turned off in the App settings. Enable plugins to fully access."],"+01Ill":["Change to Solana Wallet"],"+5hgHR":["Are your sure you want to disconnect? You may lose part of functionalities of this website."],"+95jK3":["Gas limit too low will cause the transaction to fail."],"+A4TPN":[["0"]," NFT contract"],"+CzAt9":["Previous unfollow transaction is in processing, please wait and try again."],"+IEBAO":["Approve amount"],"+K0AvT":["Disconnect"],"+POswt":["Sell Tax: ",["0"]],"+Qcnh5":["Please select the appropriate method to restore your personal data."],"+W8dUJ":["Tap to view the private key <0/> Make sure no one is looking at your screen"],"+XyQiK":["Agree"],"+Zuhm7":["Support Identity code, private key, local backups or cloud backups to access your personal data."],"+adBn3":["Chrome - external extension"],"+b7T3G":["Updated"],"+fTqvl":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"],""],"+hwfjv":["Please select the wallet to activate the function after saving the settings."],"+m7PfT":["Deleted successfully"],"+m7x4e":["Backup Successful"],"+q+Wa9":["Swap anyway"],"+uISZO":["Incorrect Password"],"+ubcPw":["No power"],"+xKN8I":["<0>Results not found now. it might be chain network error, on-chain data abnormal or the token address is not covered now. please check as followings:<1>1. Make sure network is working;<2>2. Make sure the chain network or token address is correct;<3>3. Token address is not covered now, it might take more than 60s to get contract information again. Please try it later."],"/2nH6X":["Make another Bridge"],"/7tku+":["Try"],"/BI0y9":["Refunded"],"/Dk+nX":["More on ",["0"]],"/I3RSJ":["Report Spam"],"/JOEaC":["Deploy Smarty Pay wallet"],"/KseE7":["Delete File"],"/LkuGq":["Restore from a previous database backup"],"/OPmPQ":["Verify ",["0"]],"/Swcdo":["Failed to swap"],"/WfDJy":["If you forget payment password, you can type 'RESET' to reset your wallet. <0>Remember, this action will erase all your previous wallets."],"/capO6":["Failed to deposit ",["0"],"."],"/eguJc":["Uploading"],"/fo6Dv":["Gas Limit (Units)"],"/giXwU":["Medium Risk"],"/hKQcr":[["seconds"],"s"],"/jQctM":["To"],"/nT6AE":["New password"],"/riTT2":["Pinned successfully."],"/uEw9z":["Your X account authorization has timed out. Please try again."],"/vtDGO":[["0"]," is connected to these sites, they can view your account address."],"/xrk7I":["FAQ&Tutorial"],"/y/pZ3":["Select a Token"],"0+3dvg":["This NFT didn't have any offers."],"0/eoR6":["Revoking"],"00b9QG":["Set Your Payment Password"],"01DWy7":["Click the settings icon to list it on the App board."],"04MqGo":["Post content:"],"09vHB+":["Failed to decrypt."],"0C6WdO":["Upload backup"],"0D4bav":["Name or Contract address e.g. USDC or 0x234..."],"0F4ogS":["Payment Password should be between 6 and 20 characters."],"0HnKBn":["Hide mnemonic words"],"0Lp4o6":["Load failed"],"0M//Nn":["The Persona is connected to the following accounts: ",["list"]],"0ZC72+":["Connected successfully."],"0bKGbK":["No past rounds found."],"0caMy7":["History"],"0dFHbr":["Confirm swap risk"],"0fljZe":["Trading Route"],"0hFUd/":["You must give the ",["0"]," smart contract permission to use your ",["1"],". You only have to do this once per token."],"0jddIP":[["0"]," members"],"0lBTmP":["You need to hold any of the following tokens."],"0oFu/K":["No Lucky Drops claimed"],"0oMKRL":["Delete Contact"],"0tdB+o":["Enable the ",["name"]," Wallet extension and disable other wallet extensions"],"0wJVK+":["Basic"],"0wdd7X":["Join"],"0wzWAN":["Why I can't vote?"],"0xXDLS":["View your profile in firefly"],"0yPSCj":["High Risk"],"0yf3iU":["Wallet sign cancelled."],"1+6BOG":["Download Backup"],"1+P9RR":["Switch to ",["0"]],"11kmCI":["We are not aware of any code that prevents the sale of tokens."],"199DuV":["Display specific information of Gitcoin projects, donate to a project directly on social media."],"1DwbcE":["Loading...."],"1EOhmY":["Rank #",["0"]],"1LkMSp":["Add Suggested Token"],"1M8xFP":["Transaction with extremely low slippage tolerance might be reverted because of very small market movement."],"1QJyuR":["At most ",["RED_PACKET_MAX_SHARES"]," recipients"],"1QfxQT":["Dismiss"],"1R2W/B":["This export is only for exporting private key. We do not export any other data. If you need more data, please go to Settings: <0> Global Backup "],"1TNIig":["Open"],"1TaavV":["Note: If you using the mnemonic phrase from your last import, you can recover the wallet derived from that mnemonic phrase."],"1Uqt6P":["Disconnect Wallet?"],"1Wbxhe":["This profile can not be followed: ",["0"]],"1Z++2X":["The Persona is not connected to any accounts."],"1agbuA":["Functions that can suspend trading"],"1bTY60":["Token Value"],"1kE7ob":["Network saved"],"1mjyN6":["Don't forget to pin Mask Network in the browser toolbar to access Web3 easily."],"1nMGEs":["Personas"],"1njn7W":["Light"],"1on6yK":["How to use ",["0"]," Wallet?"],"1rsf+c":["After logging out, your associated social accounts will no longer decrypt old encrypted messages. If you need to use your account again, you can recover your account with your identity, private key, local or cloud backup."],"1xwmzN":["Switch to other accounts"],"2/N/mr":["Connect with ",["providerName"]],"22QmCQ":["The contract owner is not known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"28ABhV":["Connect EVM Wallet"],"29b5Sq":["Blocto only supports the Flow chain."],"2CMLgZ":["Token ID separated by comma, e.g. 1223,1224,"],"2FYpfJ":["More"],"2GHENQ":["Web3 Profile"],"2J5wRx":["Failed to get quote information"],"2Lr4ie":["The maximum number of NFTs to be sold in one collection lucky drop contract is 255."],"2MPu+c":["Priority Fee (GWEI)"],"2XVeKu":["Airdrop Scam"],"2Xze/r":["Block Explorer URL"],"2jQko7":["Associated Accounts"],"2kXxch":["Sorry, signature failed! Please try signing again."],"2p7WMm":["Give permission to access <0/> your ",["0"],"?"],"2saF1j":["Tax can be modified"],"2wxgft":["Rename"],"3/0KF0":["Create a Firefly.social wallet using an X account"],"34UMci":["Wallet Settings"],"38C83c":["Recovery Phrase"],"39ohdf":["Activities"],"3A/gtD":["Invalid RPC URL."],"3A/mG4":["Change Wallet"],"3AP6p1":["Public Key: <0>",["publicKey"],""],"3B4jmY":["Data correlation"],"3CR0qY":["Above 10% may be considered a high tax rate. More than 50% tax rate means may not be tradable."],"3J+S3n":["Search Next.ID, X, Lens, ENS or Address"],"3OhjJ4":["Powered by <0>Mask Network<1><2/>"],"3Q5eQl":["Please click the \"Post\" button to open the compose dialog."],"3Q8dPe":["The website (",["messageOrigin"],") is asking you to sign in to another domain (",["0"],"). This may be a phishing attack."],"3SiDD1":["<0>",["user"]," burned <1>",["1","select",{"nft":["an NFT"],"name":[["0"]],"other":[]}],""],"3ThLdM":["Report on GitHub"],"3WZ1WL":["Please enter backup password to export persona private key."],"3YDnov":["Token now is hidden."],"3ZgRKI":[["type","select",{"post":["<0>",["user"]," publish a post on ",["platform"]],"mint":["<1>",["user"]," minted a post on ",["platform"]],"revise":["<2>",["user"]," revised a post on ",["platform"]],"share":["<3>",["user"]," shared a post on ",["platform"]],"other":[]}]],"3awOET":["Rank"],"3bGj61":["Claim on Firefly"],"3cAxpB":["There is no proxy in the contract. A proxy contract means the contract owner can modify the function of the token and possibly effect the price."],"3cw8FQ":["To participate in airdrops, it is necessary to have enough native tokens in your wallet on the specified network to cover the transaction costs."],"3dAaqV":["📃📃📃 Try to permanently use decentralized file storage on ",["sns"],". Install Mask.io to upload and share first permanent decentralized file, powered by mainstream decentralized storage solutions."],"3fpIq1":["to ",["0"]],"3iUAE7":["Backup to Google Drive"],"3kbpgO":["Gas Limit"],"3lUGN0":["Switch Persona"],"3pqzUK":["Contact added."],"3qe4O9":["Max Fee"],"3uBJPr":["File delete"],"3uQmjD":["Average"],"3ublvs":["Try token from different chains"],"3yLqgI":["Name or contract address eg. PUNK or 0x234..."],"4+VnE8":["ENS"],"42yL2J":["Decrypt this post with #mask_io! 🎭🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install Mask.io to send your first encrypted tweet. ",["encrypted"]],"43g2kf":["Only visible to yourself"],"44bNbA":["Select an NFT Contract"],"4DIYdt":["No associated wallet. <0>Add Wallet."],"4EN5JL":["Your Persona has been successfully created."],"4FvVUv":["Reset Wallet"],"4GBOoi":["Failed to create theme."],"4Gz2wC":["Failed to upload file"],"4HavhE":["Powered by <0>Mask Network"],"4HtGBb":["MAX"],"4JCJIV":["What is Web3 File Service?"],"4coHVU":["Lens Unfollow"],"4lm4o+":["Solana"],"4na5mr":["This message contains a invalid EIP-4361 message. It is better to reject this request."],"4ojMOt":["Please enter your backup password."],"4pSxwB":["Go"],"4zgT9K":["Connect Mask Network Account using your wallet."],"50QwC8":["value"],"51TkMy":["Claiming will be live until: <0> ",["days"]," d ",["0"]," h ",["1"]," m"],"51cT/A":["The minimum amount for each share is ",["0"]," ",["1"]],"51rAFB":["Please copy the following text and image (if there is one) and publish it."],"52nzPV":["Data source is retrieved from ",["0","select",{"twitter":["Twitter profile"],"facebook":["Facebook profile"],"other":[]}],"."],"55/jcy":["Hi friends, I just withdrew my deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"5Dz44N":["Set Payment Password"],"5E57TU":["Max priority fee is too low for network conditions"],"5G0lxx":["Powered by <0>Scamsniffer"],"5H/4VW":["Create a Firefly.social wallet"],"5HVoyc":["Transaction Details"],"5Jczad":["I just claimed a lucky drop from @",["0"]," on ",["1"]," network."],"5N3b5J":["Market Cap"],"5O5enn":["Enter Payment Password"],"5QfZ6O":["Contract source code verified"],"5YfW3S":["Add an encrypted comment..."],"5ZzgbQ":["Connect ",["0"]],"5e22kj":["Email verification code"],"5hFImX":["Deploy Contract"],"5i1JPS":["Never share 12-word secret mnemonic with anyone!"],"5iHe/7":["Network error, try again"],"5o2pdQ":["Create Persona"],"5s6EhU":[["count","plural",{"one":["You have recovered **","#"," Wallet 🚀**"],"other":["You have recovered **","#"," Wallets 🚀**"]}]],"5sIdhw":["Share with"],"5uFQ9j":["Please create a persona and verify your account to use this."],"623chP":["Infos"],"66J/I3":["Transaction Fee"],"678PKt":["Network Name"],"68FuwU":["URLs require the appropriate HTTPS prefix."],"68m9Nl":["Add new address to an existing group"],"6B+2/d":["Stay on top of NFT trending information, hot projects, notable transactions, etc."],"6DvbLh":["Please install your metamask wallet and set up your first wallet."],"6HT670":["Function: ",["0"]],"6IHgRq":["Backup to the Cloud"],"6IvSyW":["Token Standard"],"6RDwJM":["Tokens"],"6U+PWG":["Total NFTs"],"6Uau97":["Skip"],"6V3Ea3":["Copied"],"6VJnE7":["Note: Scams detections might not be 100% guaranteed."],"6YASel":["Invalid Network"],"6YtxFj":["Name"],"6ZZ+4S":["Load Network"],"6foA8n":["Are you sure?"],"6gRgw8":["Retry"],"6k8iqO":[["0"]," ",["1"]," bridge completed successfully."],"6knJVf":["This NFT contract cannot be modified now."],"6s8L6f":["Switch Network"],"6sbLuF":["Current results"],"6ulv1U":["Contract Owner"],"6vVuTX":["This domain or address is currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"7+2e01":["Network removed."],"70wH1Q":["APR"],"76Ml+j":[["0"]," NFT Lucky Drop created."],"76gPWk":["Got it"],"78Kj7O":[["0"]," NFT transferred."],"7Ae1jc":["True Token"],"7Bj3x9":["Failed"],"7PPwVf":["Users can only delete local links of these files. Files on the decentralized storage protocols cannot be deleted."],"7PgtYC":["Set NFT Avatar"],"7QptC5":["Auto-lock Time"],"7R2WG+":["Decrypted by Mask Network"],"7VpPHA":["Confirm"],"7c99ux":["Contract Deployment ",["0"]],"7cg5cq":["unique contributors"],"7eFA2G":["Failed to revoke token contract."],"7hZyUn":["Processing Deposit"],"7k2lei":["Note: When selecting approve all, all NFTs in the contract will be authorized for sale by default, including the NFTs transferred later."],"7lnlzl":["Claimed ",["amount"]," $",["0"]," successfully."],"7qUM2b":["Open Mask Wallet"],"7s5tLo":["Allow this site to switch the network?"],"7w1rTm":["The download link is expired"],"7yziEn":["This request has been expired."],"8+xvyR":["Blockchain"],"82+n6o":["Quote Route"],"869iq0":["Transferring asset across to the ",["0"]," network via the ",["1"],"cross-chain bridge"],"87Poy7":[["0"]," ",["1"]," NFT contract."],"88+Eku":["Provide you with fast, reliable and convenient security services."],"89kDhv":["NFT collection"],"8BsgdX":["Failed to get permissions"],"8C8O9E":["Provided by plugin \"",["0"],"\""],"8Dh77Z":["NFTs"],"8IN0ph":["No more data available."],"8J7y6E":["Deposit ",["0"]," for savings."],"8Kly2P":["Mint function is transparent or non-existent. Hidden mint functions may increase the amount of tokens in circulation and effect the price of the token."],"8MJFvR":[["0"]," Risky factor"],"8N1Wbf":["This token has no risky or attention factors."],"8RF/Sx":["Added successfully"],"8S5o5V":["Share and recommend this feature after saving."],"8TMaZI":["Timestamp"],"8Tg/JR":["Custom"],"8WLjqx":["Never share the 12-word secret mnemonic words with anyone!"],"8ZsakT":["Password"],"8bgRf6":["Can not follow: ",["0"]],"8djViz":["Step ",["step"],"/",["step"]],"8glx+u":["Token ID"],"8rElAH":["Image copied!"],"8wEOMN":["🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"9+VwX/":["Add Collectibles"],"9KKhJV":["Signing ..."],"9VcshJ":["Enable auto paste"],"9Y1kXO":["Payment password stored locally and you could try as many as you want to unlock your wallet."],"9bG48P":["Sending"],"9cDpsw":["Permissions"],"9cSIbb":["Click on <0/> at the top-right of your browser."],"9d/Qe4":["Service Agreement"],"9hg9mc":["Downloading"],"9hzYBR":["Failed to download and merge the backup: ",["0"]],"9jba96":["Only TypedMessageText is supported currently."],"9kIgHE":["This JSON file is encrypted with your current payment password. The same password is required for decryption when importing this wallet."],"9lqqpY":["Invalid email address."],"9oP21f":["My vote"],"9oq2rm":["Functions with retrievable ownership"],"9q+I38":["Your voting power"],"9r9nwF":["Identical"],"9sjcnZ":["Disconnected."],"9tG0uf":["Please verify your social account"],"9uYu7e":["You haven't uploaded any files yet."],"9w2hgY":["Paste manually"],"9xaUMG":["General user"],"A+Ijr2":["Close [Check Security]?"],"A0VzMm":["Optimize search results with token names, NFT collections, ENS domains or wallet addresses."],"A1bmDM":["No verified account found here."],"A1taO8":["Search"],"A3Ndml":["Lucky Drop is valid for 24 hours, within this period the Lucky Drop contract can send approved NFTs to the participants of Lucky Drop."],"A4vJQr":["Set your NFT as profile picture with exclusive aura."],"A6JChW":["The transaction was complete and has been recorded on blockchain at ",["0"]],"A9tojF":["Incorrect password"],"AElxM7":["Transfer ",["0"]," NFT."],"AJNYYr":["Refund Lucky drop"],"AKLbfQ":["Restore Database"],"AMJWWT":["Likely in < ",["estimateSecond"]," seconds"],"ANYjcp":[["shareWithNum","plural",{"one":["1 friend"],"other":["#"," friends"]}]],"ANk/Zy":["Incorrect Backup Password"],"AOPSKq":["Deposit ",["0"]],"ASNDad":["Hide ",["name"]],"AV+9wg":["Re-enter"],"Ah4d0u":["Security Detection"],"AjVXBS":["Calendar"],"Ap948/":["Listed"],"Appw6V":["No NFTs found."],"Aq+O0x":["status"],"AuXfDa":["Note: When you \"Unlock All\", all of the NFTs in the collection will be by default authorized for sale. This includes the NFTs transferred afterwards."],"AuvDq6":["This tweet is encrypted with #mask_io (@masknetwork). 📪🔑"],"AwQpq/":["Click on the down-arrow to see the private key."],"AxPAXW":["No results found"],"AxdOHo":["Pair"],"Axp2cZ":["24 Hour Trading Vol"],"AyLiVq":["Scan QR code to receive payment"],"B1T4nn":["Confirm the Lucky Drop"],"B6C0XJ":["No Data"],"B8B8TU":["Verified by ",["0"]],"BAvIGC":["Withdraw token"],"BFhvNB":[["0"]," ",["1"]," NFT contract successfully."],"BMCVM3":["Wallet Sign"],"BQHQ9v":["No websites connected to this wallet"],"BQi2Kk":[["0"]," were claimed"],"BUXiPs":["This Chain ID is currently used by the ",["0"]," network. "],"BWSJkS":["No Airdrop Scam"],"BXixGM":["Use Persona to encrypt and decrypt social media posts & messages."],"Ba6uFH":["Create your NFT Lucky Drop."],"BaU+dx":["Connect your social platform accounts."],"Baj2MJ":["Savings"],"BaoXTT":["<0>Powered by<1>OKX<2/>"],"BiGQfG":["Transaction Hash"],"BkN2qg":["<0>Service Agreement and <1>Privacy Policy"],"BmN4Bk":["Aggregator"],"ByAMF+":["Risk Warning"],"ByPj1d":["Request ID"],"BzEFor":["or"],"BzfzPK":["Items"],"C0JhYS":["Change Network"],"C2/uLW":["Gas fees are the fees for paying ethereum block builders. Block builders prefer to pack transactions with higher gas fees. Transactions with low gas fees might fail, and the paid gas fees won't be returned."],"C3Wgzy":["You have claimed ",["0"]," $ARB."],"CCIrQ8":["Fake Token"],"CE+M2e":["Info"],"CEk7Nc":["At least 6 characters"],"CFPbpH":["The new passwords don't match"],"CJviCK":["<0>",["user"]," proposed"],"CK1KXz":["Max"],"CMHmbm":["Slippage"],"CMfM6C":["No Enough Gas Fees"],"CP3D8G":["Progress"],"CT10+i":["No Lucky Drops created. Select 🎁 when you compose a post to start your first drop."],"CTSEx8":["<0/> publish a post on ",["0"]],"CU3U3d":["Try to recover"],"CWsYB3":["Welcome Back"],"CXHRbe":["Wallet request timed out"],"CYRJEX":["Owners"],"CZSWya":["NFTs added"],"CZmSbe":["Request is valid not before"],"Cf/0to":["Data source is retrieved from ",["0"],"."],"Citz6F":["Exchange"],"CkLMZ2":["File delete failed"],"CmMDVW":["<0>Dear Users,<1>Clicking the confirm button means that you agree to take the potential risks and proceed with the transaction."],"CpciBt":["Switch to Polygon and Follow"],"CtByM7":["Connect Wallet"],"Cwxng+":["Supported formats: JPEG, PNG<0/> Size limit: ",["0"]],"Cy19fm":["View multiple accounts Web3 profile by hovering over the mini Mask icon at the corner of Avatar or token tags in timeline."],"CygwLN":["Swap completed successfully."],"Cz6Lx7":["Encryption Method"],"D79cZK":["Instant"],"D9iWaX":["Please check ToS document"],"D9za/8":["Missing dex contract address"],"DA2uGM":["Click the application icon to hide in the App list."],"DAFhfT":["There is an up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"DC3sw8":["Two entered passwords are different."],"DHhJ7s":["Previous"],"DKBbsW":["Gas price must be greater than 0 Gwei."],"DPfwMq":["Done"],"DYoO0m":["Token quantity greater than"],"DdUFp+":["The transaction was confirmed at ",["0"]],"Dk6Non":["Whitelist function"],"DkHkqH":["Recommended dimensions: 1016 × 672 px"],"DnmyoA":["Priority fee should be greater than 0."],"DoQ5Lj":["RPC URL"],"Dpe+e3":["Adding your wallets will allow you to own, view, and utilize your digital identities via Next.ID service. Note that you will be required to sign and authenticate the transaction to prove ownership of your wallet."],"DtZDW+":[["0"]," (UTC+8)"],"Du6bPw":["Address"],"DuIDTw":["To verify your X account and record it on the NextID, please send this post for the verification."],"Dz56Ua":["Encrypt"],"E399AQ":["<0>",["user"]," bridged <1>",["amount"]," ",["symbol"]," from <2>",["source"]," to <3>",["target"],""],"E6HGuD":["Check out the official website"],"E6Sqiu":["Failed to load ",["0"],". Click to retry."],"E6YUtc":["Merge to Browser"],"E7prOW":["<0>Permit allows users to authorize an address to access their ERC-20 tokens without requiring a separate approval transaction, providing a more efficient way to manage token permissions.<1>However, if the authorized limit is exceeded or the Permit expires, the authorization automatically becomes invalid. Despite this, security risks remain.<2>To prevent potential misuse, you can disable the Permit feature."],"EBC6hj":["Local Backup"],"EGWr+Q":["Web3 Profile Card"],"EJRk0x":[["gasOptionType","select",{"slow":["Slow"],"normal":["Average"],"fast":["Fast"],"custom":["Custom"],"other":[]}]],"ELQ256":["Make another Swap"],"EMLHjH":["More Details"],"ENIvoT":["Please set up the amount of time before we automatically lock your wallet."],"ERYJcj":["Backup password must be 8-20 characters, including uppercase, lowercase, special characters and numbers."],"EStYiZ":["No proxy"],"EVFPUv":["Transfer NFT"],"EYwKb0":["Gas Price (GWEI)"],"Ea4oxV":["Follow System"],"EbE80y":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post."],"EbVCxG":["<0/>",["txType","select",{"deploy":["deployed"],"execute":["executed"],"other":[]}],"<1/>"],"Eda+dy":["🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install ",["encrypted"]," to send your first encrypted tweet."],"Eefe1a":["The input is not a single file."],"EfAke+":["<0>",["user"]," voted for <1>",["option"]," on <2>",["platform"],""],"Eh4m6e":["<0>USD Value<1>$",["0"],""],"Enb3Qk":["You claimed 1."],"EoKe5U":["Domain"],"EsKgLS":["Click here to have a quick start."],"Ev2r9A":["No results"],"EwiD7E":["Confirm Payment Password"],"F/pYeX":["Create NFT Lucky Drop"],"F3bW6y":["Platform"],"F4Igxz":["Quote route"],"F7U8uz":["Creating your **wallet**"],"F8VT6y":["Failed to transfer NFT."],"F8Wc3I":["Drag & Drop your file here"],"FAKSZG":["Add google Drive"],"FC17bL":["<0>Powered by <1>Mask Network"],"FGceVy":["Owner can't change balance"],"FMQ6p2":["You've already claimed the lucky drop"],"FR2cx3":["Anti_whale(Limited number of transactions)"],"FY2gWe":["The contract address is incorrect or the collection does not belong to you."],"FZg3wM":["Operation"],"FfJy7A":["Manage Network"],"FgAxTj":["Log out"],"Fgyfqo":["Amount Each"],"FiKDfi":["Failed to unlock NFT contract."],"FiYmUY":["No associated accounts"],"Fim3FY":["Download https://mask.io to try more powerful tools on Twitter."],"Fn9Tvh":["Volume (24h)"],"FnQek5":["Your connection to this site is not encrypted which can be modified by a hostile third party, we strongly suggest you reject this request."],"FnjSI+":["Not current account. Please switch to this account to set up NFTs Profile."],"Fs/bd5":["Invalid Block Explorer URL."],"FzzpXs":["Sale ends in ",["0"]],"G+XYfT":["Do you want to delete file <0>",["0"],""],"G4NrhP":["Persona created."],"GAZNIW":["Price Statistic"],"GAvnvl":["Payment Password"],"GDe4XX":["Please connect wallet to check if you are eligible to claim $ARB."],"GEL05h":["WalletConnect"],"GExRUL":["Backup password"],"GHvzdC":["No content for the last two weeks."],"GK6Tzr":["Persona Sign"],"GLDuz6":["May be a honeypot."],"GRLMKx":["Winners"],"GS+Mus":["Export"],"GS0ldX":["Unsupported network type"],"GShMK6":["Refunding"],"GTJCth":["The contract owner is not known to be able to modify the balance of the token of other addresses."],"GWCG6Y":["Copy image"],"GWKfFr":["To use Lido, you need to wait ",["0"]," days. Using other swap aggregators is faster, but the exchange rate is lower than 1:1."],"GWMpIa":[["0"]," Risky factors"],"GXhrYw":["1. If you haven't installed the ",["name"]," Wallet"],"GXsAby":["Revoke"],"GZzKYx":["Buy Tax: ",["0"]],"GaH2JF":["Suggest to send transactions and sign messages"],"Gia1VG":["Web3 File Service"],"Gmmd6d":["Verify your X ID"],"GrTvoo":["Transaction in progress. Thank you for your patience."],"GtJJAj":["Add Wallet"],"Gw91G1":["This request should only be sign in the future."],"GyvZPz":["Token ID should be separated by comma, e.g. 1223,1224,"],"H1v3zR":["Insufficient ",["0"]," Balance"],"H8rw2f":["(the name is set by the web site)"],"HCKlXm":["Token Contract Address"],"HF6C2L":["Phone Number"],"HFVck2":["Lucky Drop with ",["0"]," refunded."],"HGTZAO":["Step 2/2"],"HH25qd":["No wallet selected."],"HIq3th":["Cannot switch to a unknown network."],"HKH+W+":["Data"],"HTX2HV":["Minimum received"],"HVRhUV":["By proceeding you agree to the"],"Hp1l6f":["Current"],"HpK/8d":["Reload"],"HqiAyF":["Gwei"],"HvDfH/":["Imported"],"HvUm3m":["Choose and show your Web3 footprints on X."],"I4caYo":["Invalid verification code."],"I5kL4f":["Activity Log"],"I7z//Y":["Trading route"],"IBAx3U":["Kept safely"],"IF7RiR":["Cover"],"IGbphl":["Unlocking ALL..."],"ILvrUp":["Unlikely to be a honeypot."],"IMX4sR":["Blacklist function"],"IQ3gAw":["Upload File"],"ITBQO3":["Max priority fee must be greater than 0 GWEI"],"IUG86v":["The Persona is connected to the account @$",["0"],"."],"IUp08P":["The current wallet does not hold a lens and cannot follow/unfollow"],"IX1M/E":["Floor price"],"IXbRbM":["Choose another wallet"],"If2v4h":["Lucky Drop"],"IhnvgP":["Change to EVM Wallet"],"ImhKg5":["Could not fetch chain ID. Is your RPC URL correct?"],"IoAuJG":["Sending..."],"IrI9pg":["End date"],"Iu4Ja9":["Please enter token contract address."],"J05/Al":["Set NFT NFT Background"],"J0LAHU":["Refund"],"J0Mxpc":["The ",["0"]," is in progress. You can check its status in History after exiting this page."],"J24FyN":["Bridge"],"J2eKUI":["File"],"JA8K9s":["Unpacking"],"JGds+N":["Lack of number, letter or special character."],"JGpseC":[["0","plural",{"one":["This domain is"],"other":["These domains are"]}]," currently on the Mask Network warning list which may include malicious entries, phishing or scams."],"JLiwYz":["Mask Network requires the permission of following websites before using it."],"JOP9uZ":["Transaction has been rejected!"],"JPHuMW":["Swapping"],"JUcj/I":["Switch X Logo"],"JXJlYD":["Set Your Persona Name"],"JbKZsv":["Scan the QR code with a WalletConnect-compatible wallet"],"JeHCi7":["No function found that retrieves ownership"],"JfI60y":["Incorrect Payment Password."],"Jg5pf7":["Current base fee is ",["0"]," Gwei"],"JiIKww":["Advanced Settings"],"JlFcis":["Send"],"JlIzk8":["Browser File"],"Jnjbl3":["You need to follow <0>@",["twitterHandle"],""],"Js4Nk0":[["0","select",{"finding_post_key":["Mask is finding the key to decrypt this message. If this last for a long time, this post might not be shared to you."],"finding_person_public_key":["Mask is looking for the public key of the author..."],"other":["Mask is decrypting..."]}]],"JuVC24":["Deposit token"],"JwzZmt":["to <0>",["toAddress"],""],"K1tshY":["Failed to download image"],"K5a6t1":["Persona already exists."],"K7tIrx":["Category"],"K8jCIB":["Data backed up successfully!"],"KAS4UW":[["0"]," Attention factor"],"KCeSRZ":["We will need to verify your Twitter account and record it on the NextID. Please post it for validation."],"KFYFgI":["Wallet sign failed."],"KFwID2":["Restore Failed"],"KGHnSc":["Lock Wallet"],"KJGKkh":["EVM Chains only"],"KMgp2+":[["0"]," available"],"KPUGxy":["Random Amount"],"KRz1oj":["Socialize and show off your NFTs. People can bid, buy and view your valuable NFTs without leaving X."],"KTfagY":["Lucky drop with ",["0"]," created."],"KVAoFR":["unlimited"],"KVkke3":["Set NFT PFPs"],"KWeNH6":["Unlocking ",["hasSymbolName"],"..."],"KisOjk":["Restore or Login"],"Kj4oEm":["Generate a new persona"],"Kl9gHp":["Wallet Group #",["0"]],"KmQ25M":["Max priority fee is too high for network conditions."],"KnidLU":["Not Connected"],"Ko4L/B":["The receiving address is a contract address. Please check again."],"KojyJ4":["Wrong Network"],"Koz2Rg":[["0","plural",{"one":["Action"],"other":["Actions"]}]],"KtMMzG":["Wallet disconnected"],"KwJJLb":["<0>Powered by <1>",["0"],""],"Ky09J8":["Previous follow transaction is in processing, please wait and try again."],"KziH2K":["Fast"],"Kzu9r9":["24H Traded Volume"],"L+bpwv":["Please set up backup password to export private key."],"L4vN0F":["EVM"],"L82H5Z":["Creating your **identity**"],"L87Mfu":["This is unlikely to be an airdrop scam. Many scams attract users through airdrops."],"L96aan":["View full transaction details"],"LBtfmO":["Gift crypto or NFTs tips to any <0>Next.ID verified users on social media."],"LJkXYZ":["Create New Mask Identity"],"LLf+t1":["No deposit protocols found."],"LNItR6":["You have set NFT PFP successfully."],"LP+1Z7":["Add Network"],"LSwUJb":["Select Liquidity"],"LU3p9s":["Supports traditional wallet creation and import, creation of Firefly.social wallets via your X account."],"LWJCIn":["Connected sites"],"La9ArN":["<0>Powered by ",["publisherNode"]],"LcET2C":["Privacy Policy"],"LcZh+r":["Unsupported data backup"],"LhMjLm":["Time"],"Lho4Qd":["DSearch"],"LiE5z4":["Max base fee should be greater than 0"],"LigbuA":["In the Web3 tab, you can show your wallet addresses for NFT collections, donation records, and other on-chain feeds to friends who have also installed the Mask extension."],"LkYKvc":["Please select the correct words in the correct order."],"LqWHk1":["Hide ",["0"]],"Lx4CpL":["Wallet name must between 3 to 18 characters."],"Lz7CzN":["No mint function"],"Lzo8mb":["Claimed: <0>",["claim_numbers"],"/",["total_numbers"]," <1>",["0"],"/",["1"],"<2><3>",["tokenSymbol"],""],"M0FgOk":["Add Contact"],"M1RnFv":["Expired"],"M1ts1r":["View your address"],"M24E85":["This address is a contract address."],"M4g1UJ":["Contract Interaction"],"M7ZGdw":["2. If you have installed the ",["name"]," Wallet"],"M9OYUo":["Please try again if you failed to vote."],"MC00Lm":["Scan QR code with WalletConnect-compatible wallet"],"MEIAzV":["Unnamed"],"MKEPCY":["Follow"],"MOHcKb":["Enter a max priority fee"],"MQ9hQ4":["DAO"],"MR/0Va":["All Mask Network users"],"MTqQMG":["Not set"],"Mh3RsB":["Best Wishes!"],"Mi8ATZ":["The token approval revoked."],"Midntl":["Download report"],"Mm1aH+":["Proxy contract"],"MpnSqP":[["0"]," Pending"],"MqdtT5":[["0"]," Bridge Network fee"],"MyjAbr":["Resend"],"N/fqDa":["Ens or Address(0x)"],"N0YrmD":["Valuables"],"N0tcou":["Claiming..."],"N2DUxS":["Insufficient Balance"],"N2S1rs":["Empty"],"N2aeX8":["No valid wallet detected. Please connect wallet or verify wallet firstly."],"N40H+G":["All"],"N5GKfB":["Tax cannot be modified"],"N6/RZd":["Sorry, failed to save NFT Avatar. Please set again."],"N931rj":["Your transaction should be done in <0/>"],"NERSN2":["or Holding NFT"],"NJbBmC":["Switch Twitter Logo"],"NOi+Fr":["This QR includes your identity, please keep it safely."],"NTnXx/":["<0/> unapproved <1>",["0"],""],"NVt/wW":["A whitelist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"NWqhru":["Reselect"],"NZ7wlC":[["0"]," Holder"],"Na6Ytj":["Change NFT PFP"],"NaZTE7":["Incorrect Mnemonic Words."],"NdlvGd":["Claim Details"],"NfxOUe":["Enter Total Amount"],"Ng063n":["Donate"],"Nhp9Kw":["Exceeded the maximum file size of ",["fileSize"],"."],"NkgvWN":["Logout failed"],"NloaHG":["Backup Password"],"Ns5WaC":["No backups found"],"Nu4oKW":["Description"],"NwibRO":["Supported contracts"],"NzlE6O":["By granting permission, you are allowing the following <0/> contract to access your NFTs."],"Nzm8dm":["Example: Alice"],"Nzwli2":["Base"],"O2XHf2":["Check ",["providerName"]," to confirm connect."],"O3Nzf+":["Bridge between this token pair are't supported at the moment."],"O3oNi5":["Email"],"O86J+j":["This token contract has source code available. You can check the contract code to verify if it has malicious functions. Token contracts with no source code available are likely to be a fraud."],"O8PsYe":["Add the file to Chrome's database"],"OAZ+tI":[["attentionFactors","plural",{"one":["#"," Attention item"],"other":["#"," Attention items"]}]],"OAfk3i":["Hash"],"OCJdad":["<0>To: <1>",["to"],""],"OLUEnY":["when you click Add Google Drive button,you will be forwarded to Google authorization pages."],"OLY2Jk":["Gas Price"],"OQEwR/":["Create Lucky Drop"],"OR475H":["Network"],"OcvI49":["No blacklist"],"OeD4sM":["Failed to login firefly"],"OfhWJH":["Reset"],"OgPkDe":["Currency Symbol (Optional)"],"OgohfQ":["File Key: <0>",["0"],""],"OhgYJS":["Basic setting"],"OkofjH":["Recover"],"On0aF2":["Website"],"OsyKSt":["Withdraw"],"OuUyzz":["No contacts stored locally, you can try searching."],"OzSOpz":["Create a Privy wallet using an X account"],"P+K/3O":["Confirming"],"P7S/hC":["Max priority fee must be greater than 0 Gwei."],"P9wzG/":["Recovery"],"PByO0X":["Votes"],"PDW/HG":["Your Persona is on **ready 🚀**"],"PGdbc0":["Since X is now using the new domain name x.com, Mask Network requires users to grant new permissions in order to continue working on x.com."],"PHM7OA":["Supported Sites"],"PI/VCJ":["Select the wallet(s) to use on this site. You should not connect to website you don't trust."],"PIG043":["Gitcoin"],"PLWaf6":["Create the Lucky Drop"],"PNZOzY":["<0>",["user"]," sold ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]," to <3>",["recipient"]," for <4>",["2"]," ",["symbolName"]," on <5>",["3"],""],"PRkIUI":["Gas Fee"],"PTXNyo":["Waiting for ",["providerType"]],"Pd3dlq":["Circulating Supply"],"PeT3a5":["You have successfully restored the backup from Google Drive to your browser."],"PiH3UR":["Copied!"],"PjBWOL":["Create your persona to get started"],"PlE+Fs":["Connect and Verify ",["0"]],"PsQmAw":["Everyone"],"Pt3n39":["No back up"],"PwjgPX":["Please create your persona to use Web3 Profile."],"Q0IFtx":["The custom amount entered may be higher than the required network fee."],"Q2lUR2":["Currency"],"Q68Nuc":["Your payment password encrypts wallet data and is needed to unlocking the wallet, transaction confirmations and signing. The password is never stored, and there is no way to recover it if you forget it."],"QF9SdB":["Split Mode"],"QHZRmq":["Sites"],"QHcLEN":["Connected"],"QJQd1J":["Edit Profile"],"QQPCqQ":["Backup Wallet"],"QRsMow":["Transaction Confirmed"],"QU9aqK":["You have signed with your wallet."],"QUBIav":["Failed to bridge"],"QWxok/":["Connect with Mask Wallet"],"QXDgyQ":["Please write down the following words in correct order. Keep it safe and do not share with anyone!"],"Qbo7Ev":["Write down mnemonic words"],"QcVZFH":["Step ",["step"],"/",["totalSteps"]],"Qd0xFm":["Refund your expired Lucky Drop."],"QowPFh":["Collectibles"],"QpgBEp":[["0"]," days"],"QsVbHo":["Sending address"],"QyZU8V":[["riskyFactors","plural",{"one":["#"," Risky item"],"other":["#"," Risky items"]}]],"QypSt2":["Update X.com Permissions"],"Qz8niP":["You may lose your assets if you give approval to the website of this token."],"R/Pfmp":[["amount"]," ",["0"]," tips sent."],"R2K7XH":["Account successfully connected to persona"],"R9aEN5":["Send ",["0"]],"RCBmDP":["Follow @masknetwork to explore Web3."],"REeHKm":["<0/> ",["txType","select",{"trade":["traded"],"mint":["minted"],"other":["traded"]}]," <1>",["0"]," ",["1"]," for <2>",["2"]," ",["3"],""],"RH8jSA":["Merge data to local database"],"RHSlVw":["Follow @masknetwork (mask.io) to claim NFT lucky drops."],"RL5m+x":["Generating your **accounts**"],"RLBjfU":["Attached File: ",["name"]," (",["size"],")"],"RNfEI8":["You canceled the request."],"ROWd/9":["Leave blank to allow any amount; enter a number to set a minimum holding requirement."],"ROWeBX":["Followings"],"ROsDRH":["Tap to view the mnemonic words <0/> Make sure no one is looking at your screen"],"RRw7LE":["Identity ID"],"RUYsn0":["Clear All"],"RW1HJz":["The receiving address may be a malicious address."],"RWoEqV":["Failed to transfer token: ",["message"]],"RZOA0N":["Find Mask Network in the extension list and click the <0/> button."],"RdfrN2":["Mint Address"],"Re7Oex":["Transaction submitted."],"RhCL4z":["Max amount"],"RiLzWA":["Please switch to this network in the mobile application wallet you are connected to."],"RiQQyz":["This allows the third party to spend ",["value"]," ",["0"]," from your current balance."],"Rm3JCH":["File name must between 3 to 20 characters."],"RqRRf6":["Created by <0>",["0"]," • <1>Website"],"RrGhwo":["File ",["0"]," deleted."],"RuO5md":[["seconds"],"sec"],"Rx8sxX":["Select liquidity"],"RxlKnY":["Lens"],"Ry8TiY":["Create Smart Pay wallet"],"S0CsaV":["Create a New Wallet"],"S0vyIh":["Owner changed."],"S2JNMm":["Your file has been successfully restore into the browser data."],"S33tz3":["Not connected"],"S6Qdlo":["Scam Warning"],"SDrb6I":["Artblocks allow you to pick a style that you like, pay for the work, and a randomly generated version of the content is created by an algorithm and sent to your Ethereum account."],"SGVkVp":["Two entered passwords are not the same."],"SIrUT3":["Grant access to your ",["0"]," for the Lucky Drop Smart contract. You only have to do this once per token."],"SLEDBF":["Failed to add the wallet, please try again."],"SNZM71":[["0"]," withdrawn."],"SREKz9":["Report NFT Scam Contract?"],"SUqBr9":["Refund ",["0"]," ",["tokenSymbol"]," Successfully"],"SX2UXi":["Your vote has been successful."],"SYGo/R":["Import Wallet"],"SYgxDf":["Slow"],"Sfu/we":["Failed to delete, please try again."],"ShHV7X":["Cloud Backup"],"ShmUTn":["Add a Custom Cover"],"Sitstz":["Slippage refers to the difference in percentage between the expected price and the final price after a transaction. If the final price exceeds your slippage tolerance, the transaction will be canceled without a network fee refund."],"Sjplg3":["View on Explorer"],"SlxhDh":["Verify your wallet"],"Sp69uH":["The web site can"],"T0W3Z8":["Insufficient funds for gas."],"T0Y2+3":["Select a token"],"T3EPqL":["Max base fee"],"T3dlAs":["Quote expired. Update to receive a new quote."],"TA4fAr":["The wallet name already exists."],"TFEJcT":["Set NFT PFP"],"TIIaK1":[["2","select",{"approve":["<0>",["user"]," approved ",["0"]," to <1>",["contract"],""],"revoke":["<2>",["user"]," approved ",["1"]," to <3>",["contract"],""],"other":[]}]],"TJt1iY":["Decentralized social graph protocol for user-centric Web3."],"TNFd5O":["View real-time crypto prices, market cap, trading volume, etc."],"TP9/K5":["Token"],"TRoDRd":["Failed to deposit token."],"TYTRNP":["Eligible to claim"],"TZDLPg":["Claimable"],"Tfxac6":["This token is issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"Tg003Y":["Connected wallets settings"],"Tl3Zls":["This is the price difference between the DEX with the highest composite price and other DEXs, which factors in the estimated received amount and network fee."],"TnHNX9":["Update permission for X.com"],"ToePai":["Spend limit requested by"],"TppkTk":["<0>",["user"]," carried out an activity to <1>",["target"]," on <2>",["platform"],""],"TpqeIh":["Error: ",["0"]],"Tuc34V":["Confirm Bridge"],"Tx/jsw":["Do you need to paste encrypted content manually?"],"Tz0i8g":["Settings"],"TzarJw":["Bridging"],"UBzbea":["Recover your wallet"],"UDKbPj":["Your file has been successfully merged into the browser data."],"UFzLh1":["When selecting too many NFTs, the total gas fee may exceed the MetaMask limit of ",["0"],". Please reduce the number of NFTs selected."],"UO7xDp":[["0"]," Pool"],"UPJjXF":["Network error, try again: ",["0"]],"URAE3q":["Paused"],"URmyfc":["Details"],"UUfXpm":["Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support."],"UWxJIW":["Powered by Celer Network. Support $MASK!"],"UXBK7e":["<0>",["user"],"sent",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"to <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"UaXeX3":["Okay"],"UbRKMZ":["Pending"],"Udf/Es":["Decentralized file storage, permanently. Upload and share files to your Mask friends on top of Arweave Network."],"UfJmJU":["Invalid slippage tolerance."],"UjJCIX":["Contract source code not verified"],"UjRxho":["Persona Recovery Phrase"],"UmVZrM":["Failed to create Lucky Drop."],"UpqenY":["We recommend new Web3 users to keep [Check Security] open."],"UqJ0W/":["Cancel Transaction"],"Usynqd":["Gas price is too low and will cause the transaction fail"],"UtKGok":["Backup Persona"],"UvJiVZ":["There's no feed associated with this address."],"UxJ2jd":["Display Snapshot proposals on the X of the respective project or protocol."],"UxYZfY":["Revoke the approval for ",["0"],"."],"V+1pjj":["Back Up Your Data Your Way"],"V+ZuGt":["You claimed ",["0"]," $",["1"],"."],"V6YDUB":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"],""],"V6wYl1":["Total amount"],"V8j2d/":["App list"],"VAOn4r":["Unlock"],"VECuJk":["Wallet Account"],"VHShJf":["Please click Browse Files button to select files to upload."],"VHVdS1":["No votes"],"VP4HYe":["Next.ID"],"VSx1eg":["Max priority fee"],"VbeIOx":["Author"],"VcPDSd":["Unsupported key store data"],"VdhBp2":["The chainID is not equal to the currently connected one."],"VdkQUC":["Please sign up or login ",["siteName"]," to connect Mask Network."],"Vj7ma7":["Support mnemonic phrase, private key or keystore file."],"VlpdUm":["Use NFT"],"VsHxv+":["Copy text"],"VvGC/Y":[["0"]," Network fee"],"VvPeyR":[["0"]," unlocked"],"VzQ7uf":["Unknown EIP-4361 message version."],"VzQOL2":["This allows the third party to spend all your token balance until it reaches the cap or you revoke the spending cap. If this is not intended, consider setting a lower spending cap."],"W0uonA":["This QR includes your mnemonic words, please keep it safely."],"W2es+t":["Oops, it seems you don't have any voting power at block ",["0"],". <0>Learn more"],"W5OcTk":["No approved contract records."],"W7e3zN":["Are you sure to remove the connected wallet <0>",["0"],"?"],"W7rMXF":["Failed to send token."],"WAjFYI":["Start date"],"WDcQq9":["Unlisted"],"WKG5E8":["You need to hold at least ",["quantity"]," of any of the following tokens."],"WLMjwL":["Confirm to hide ",["0"],"? You can redisplay it by re-adding this token at any time."],"WS7EYf":[["0","select",{"Post":["<0/><1>",["handle"]," published a post on <2>",["1"],""],"Comment":["<3/><4>",["handle"]," made a comment on <5>",["2"],""],"Mirror":["<6/><7>",["3"]," mirrored a post post by<8/><9>",["handle"]," on <10>",["4"],""],"Quote":["<11/><12>",["handle"]," quoted a post post on <13>",["5"],""],"other":["<14/><15>",["handle"]," post stuff on <16>",["6"],""]}]],"WWPi4P":["Incorrect wallet address."],"WY8amq":["Invalid number"],"WZcvLm":["Follow Now"],"WeNxrL":[["0"]," Attention factors"],"Weq9zb":["General"],"WmXCMa":["Switch other account"],"Wqoa0p":["Connect Persona"],"WqzYn1":["<0>",["user"]," donated <1>",["costValue"]," ",["costSymbol"]," to <2>",["project"],""],"WsNUie":["Claimed: <0>",["0"],"/",["1"]," <1>",["2"],""],"Wvnsx1":["Auto-lock"],"Wy16g8":["Gift crypto or NFTs to any users, first come, first served."],"X0PXso":["Swap duration"],"X200Sr":["Forgot payment password?"],"X3X0nY":["You may have ",["0"],"% less received with this level of slippage tolerance."],"X6ujRd":["Be aware, check the token before adding it."],"X8N33g":["Transaction history is only stored locally and will be deleted if you clear your browser data."],"X8w6bW":["Enter Max spend limit"],"XA8JXM":["Add NFTs"],"XB3tfc":["Encrypting your **data**"],"XC7RGa":["Recover your data"],"XDtQ7t":["Display the following address on your Web3 profile page and use it to receive tips."],"XGRJzS":["Open in a new tab"],"XGqAnD":["This token contract has code that prevent selling. This might is a honeypot."],"XQDdOC":["No friends are stored locally, please try search one."],"XQQx83":["<0>",["user"]," ",["0","select",{"supply":["supplied"],"add":["added"],"repay":["repaid"],"withdraw":["withdrew"],"collect":["collected"],"remove":["removed"],"borrow":["borrowed"],"other":[]}]," liquidity on <1>",["1"],""],"XUKicg":["Step 1/2"],"XYLcNv":["Support"],"XZ/B+f":["Don't see your NFT?"],"XcWehA":["Update Quote"],"Xftpm5":["Select Collection"],"XjDSdO":["Old Payment Password"],"Xlpdi1":["on ",["fromNetworkName"]],"Xprzee":["Enter a gas price"],"XrH+JC":["IPFS"],"XrlvqN":["Who can claim?"],"XsyYEe":["This NFT didn't have any activities."],"XyAmgg":["Add wallet"],"Y7N0Sj":["View your account balance and history"],"Y9mYPy":["Powered By ",["0"]],"YF8jon":["Ended ",["relativeEndTime"]],"YKSmxE":["Other social networking platforms, such as <0>Instagram, <1>Facebook, and <2>Minds, do not have a verified relationship like X's Next.ID verified connection.<3/><4/>When connecting a persona with an account on these platforms, they only support sending encrypted posts."],"YLObqx":["Equal Amount"],"YOacnL":["Tell friends what's happening..."],"YOnK5s":["<0>",["user"]," registered ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an ENS "],"other":[]}],"for <3>",["costValue"]," ",["costSymbol"],""],"YPNSH3":["Connect Solana Wallet"],"YSi9PS":["Highly integrated Web3 news and events on X, providing information on tokens, NFTs, AMAs, and regulatory events."],"YW51YO":["24H sale"],"YXIpYp":["Please verify the current persona with a social media account before using dApps."],"Yckw2R":["Fiat On-Ramp"],"YdCB5X":["Copy private key"],"YiPiv6":["There is no up bound of token transactions. If this kind of limit exists, the token might not be tradable after hitting the limit, which is a honeypot risk."],"YirHq7":["Feedback"],"YnqCPK":["Verify Account"],"Yp8yB4":[["0"]," to ",["1"]],"Ywu8Rl":["Please connect ",["0"]," and send a proof post before using dApps."],"Z/tioj":["Swap ",["0"]],"Z16qyu":["Persona Name"],"Z3+V9p":["Restore backup failed."],"Z33XCd":["Input contract address"],"Z3FXyt":["Loading..."],"Z3S6Dx":["Step 1/3"],"Z3y+8t":["Unsupported Network"],"Z6siIw":["Switch between the classic Twitter logo and the new one."],"Z7ZXbT":["Approve"],"Z8+FzC":["Connecting your ",["providerType"]," wallet"],"Z8G4E5":["Change to Flow Wallet"],"Z8lGw6":["Share"],"ZAVklK":["Or"],"ZDcdss":["Claim Conditions"],"ZHsD28":["Enable the plugin"],"ZIsLZh":["Size limit: 10 MB"],"ZK75iC":["Choose a Cover"],"ZKAj6+":["Set up wallet for displaying Web3 footprints and receiving tips on each social media account."],"ZQbnxO":["No collectible found."],"ZQr5hT":["Unlock Token"],"ZSWUwq":[["0"],"m"],"ZSgQgC":["Max fee is too low for network conditions."],"ZTXjJ3":["By continuing to the app, you agree to these <0>Service Agreement and <1>Privacy Policy."],"ZTmzRV":["Highest Price"],"ZdnQsW":["<0/> interacted with <1/>"],"ZgFWrp":["<0>Powered by<1>Go+"],"ZhrWG1":["Create persona"],"ZrZMJ6":["Backup failed, <0>try again"],"ZsjtYe":["Failed to set Avatar."],"Zypku0":["By using this plugin, you agree to the <0>terms and the <1>privacy policy."],"a1S2x7":["Data source is retrieved from ",["0","select",{"other":[],"twitter":["Twitter profile and "]}],["sources"],"."],"a1SmQh":["Select Wallet"],"a23gJr":["Incorrect backup password."],"a33WQ+":["Download the ",["name"]," Wallet here"],"a4C0ak":["Insufficient Balance for Gas Fee"],"a4N/Bg":["Load More"],"a5t/N3":["Spend more transaction fees to cancel the previous transaction."],"a6ONsz":["Unlock ",["0"],"."],"a7u1N9":["Price"],"a9X8Om":["Failed to report spam."],"aAIQg2":["Appearance"],"aEgiLS":["contributions"],"aF8kci":["Creation Completed"],"aFJrEy":["You need to hold any of the following NFTs in your wallet."],"aFht5e":["Connected ",["0"]," with ",["walletName"],"."],"aTzTyw":["Add Assets"],"aVI2qx":["Click the application icon to list it on the App board."],"aYT9SD":["Max fee"],"acK3j2":["Input your Private Key"],"agPptk":["Medium"],"ah8/4v":["Floor Price"],"ahNa7P":["NFT Holder"],"ahpgxl":["Please create a Persona and verify your account to use this."],"ai3VNq":["Connected Wallet"],"ajKdns":["This wallet address has already been connected."],"apl8rz":["Failed to withdraw ",["0"],"."],"aqop4L":["Check on Explorer"],"awW7ak":["Remove Wallet"],"ayxkVX":["Transaction"],"b+scYY":["Requesting Connection"],"b/mMOj":[["0"]," ",["1"]," approval successfully."],"bBzHQT":["Input amount is below the minimum amount"],"bD8I7O":["Complete"],"bEPPWi":["Connect Flow Wallet"],"bGMpPD":["Unlock NFT Contract"],"bIpwjD":["My Wallets"],"bKGn4N":["<0/> minted",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}]],"bLJivk":["Select an NFT Contract Owner"],"bLmWH9":["Bridge anyway"],"bLqb2p":["<0>Latest offer at <1>$",["0"],""],"bLvQvN":["Library:"],"bQXBhp":["Dear User,<0/><1/>When using any wallet-related plugins in Mask Network, please confirm the following usage risks:<2/><3/>Mask Network provides non-commercial free services. The plug-ins are provided by community members and other excellent third-party DApp teams. Due to the nature of the decentralized network and other uncertain risk factors, users are requested to properly protect their sensitive information such as wallet mnemonic words and private keys. Please be cautious when interact with any blockchain contract. The risks caused by any third-party DApps (plug-ins) are borne by the third-party DApps themselves."],"bTQliy":["This fee is used to pay miners and isn't collected by us. The actual cost may be less than estimated, and the unused fee won't be deducted from your account."],"bUUVED":["Asset"],"bapItf":["Incorrect Backup Password."],"bassMa":["Incorrect cloud backup password, please try again."],"bbS8qf":["1 NFT claimed."],"bdIrOO":["Verification code has been sent to your email. Please check your mailbox."],"bfNmSO":["Set payment password successfully."],"bnfo6T":["Sent verification post successfully."],"bnuQy5":[["0"]," files selected"],"bwlRe8":["Selecting NFTs"],"c+Fnce":["Sign"],"c+XaKf":["<0>",["formattedUser"]," ",["0","select",{"follow":["followed"],"unfollow":["un-followed"],"other":[]}]," <1>",["other"]," on <2>",["1"],""],"c19z3W":["Available Balance"],"c2MkCo":["Payment password must be 6 to 20 characters."],"cD0wgO":["Do you want to remove the verified association between the X account @<0>",["0"]," and ",["1"],"?"],"cFDjd3":["Transaction type"],"cJv4Ca":["Connecting operation cancelled in third-party wallet."],"cM1qH2":["Display specific information of collectibles in OpenSea and Rarible, make an offer directly on social media."],"cNJNBU":["Get optimized search results when you're looking for a token."],"cQYjZe":["To verify your X account and record it on the NextID, you will need to send a post for the verification."],"cVit2/":["Please set the backup password to back up"],"caP+Xq":["Crypto Holder"],"cbzSv5":["Max fee should be greater than base fee of ",["0"]," Gwei."],"chL5IG":["Community"],"clw/Xh":[["0"]," sent."],"cm4E8+":["Experience in X"],"cmKQl+":["Failed to save the file. Please try again."],"cmNbUB":["Not found your ",["providerType"]," wallet"],"cnGeoo":["Delete"],"crVIc7":["Locale Backup"],"ctb8Cs":["Dex/Est received (",["0"],")"],"cvCD4e":["Contract Creator"],"d0aemb":["Please create a persona for accessing Dapps."],"d6nk2t":[["0"]," Platform costs"],"dAMTl9":["This RPC URL is currently used by the ",["0"]," network"],"dCpOJ5":["<0/> approved with <1/>"],"dCvyk/":["Change another account and try again."],"dEgA5A":["Cancel"],"dXFgcm":["Transfer Token"],"daEP1M":["Token info"],"dajsth":["Incorrect Keystore Password."],"du/tmd":["Create your Lucky Drop."],"dyNKut":["Browse Files"],"dzAth+":[["0"]," ",["1"]," swap completed successfully."],"e0E1XI":["Max Fee (GWEI)"],"e1vdXO":["Arweave"],"e34ZOD":["Waiting time"],"e3I0CA":["Failed to restore the backup: ",["0"]],"e3hCsY":["Lido Exchange Rate"],"e4yrZ/":["Token Address"],"eC1gV9":["Invalid file type"],"eDT+Oh":["The contract owner is known to be able to modify the balance of the token of other addresses, which may result in a loss of assets."],"eE0JZ4":["Version"],"eEeK5j":["<0>Expires in ",["0"]],"ePK91l":["Edit"],"eWczg7":["Just Me"],"eaLSW8":["Persona name must between 1 to 24 characters."],"ecqLr0":["I just tipped a ",["NFT_Name"]," to @",["recipientUserId"],"'s ",["0","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["recipientAddress"],"\n\nInstall https://mask.io/download-links to send your first tip."],"eeYVJ5":["Be careful what you visit and sign!"],"ejVYRQ":["From"],"elyK4N":["Failed to unlock token contract."],"eoeq4k":["<0>",["user"]," made a comment on ",["platform"]],"ep2Wyh":["1 ",["0"]," tips sent."],"erRCKP":["File saved"],"es4h+b":["Swap Anyway"],"ezYNcH":["Pin Mask Network to the toolbar for easier access:"],"f5AidZ":["Write down recovery phrase"],"f61qKX":["Deploy a SmartPay wallet on Polygon network."],"f6pX67":["<0>0 Followers <1>0 Following"],"fDP2k4":["Change Payment Password"],"fFGPy6":["Or create a new wallet group"],"fFYJ8f":["Welcome to use Mask Network"],"fL7WXr":["Applications"],"fRQP7E":["<0>Granted to <1>",["0"],""],"fRUjl7":["Please switch to <0>@",["expectAccount"]," to continue the account verification progress."],"fUn3xA":["Generate a new wallet address"],"fc4PdK":["The RPC URL you have entered returned a different chain ID (",["rpcChainId"],"). Please update the Chain ID to match the RPC URL of the network you are trying to add."],"fdqDgM":["Ended on <0>",["0"],""],"fiPesM":["Method"],"fj5byd":["N/A"],"foOw00":["Balance(",["symbol"],")"],"fqDzSu":["Rate"],"fsBGk0":["Balance"],"fsUPaG":["Congratulations"],"fvRGyC":["Trying exploring more features powered by Mask Network."],"fx6pOQ":["Balance: <0/>"],"fza4cg":["Import Wallets"],"g/1WbH":["from <0>",["fromAddress"],""],"g/i+bG":["Transaction rejected"],"g2UNkE":["Powered by"],"gC2WI+":["Persona"],"gERRYE":["Artblocks"],"gHM62X":["Payment password changed."],"gM+Nj7":["Are you sure to report ",["0","select",{"hasName":[["1"]],"noName":["this NFT"],"other":["this NFT"]}],"? After confirmed, this NFT will be marked as spam."],"gT+8Dk":["Confirm to hide ",["name"],"? You can redisplay it by re-adding this NFT at any time."],"gUuuBi":["Check Security"],"gVfVfe":["Contacts"],"gWcGl/":["Your wallet cancelled the transaction."],"gdnEab":["Incorrect recovery phrase."],"ggdga4":["The user has not set this."],"ghVDTt":["rounds"],"ghZx62":["Unlock token"],"gk7J2q":[["0","select",{"other":["<0>Size limit: ",["fileSize"],""],"omit":[]}]],"gkLviK":["This token is not issued by its declared team. Some scams will create a fake token with a well-known token name to cheat users."],"gmOW42":["ENS or Wallet Address"],"gnSRSG":["Hiding Scam Transactions"],"gp6A8z":["Authorization Failed"],"gtdJ43":["My wallet"],"gwuMzD":["<0>",["user"]," appointed a proxy on <1>",["platform"],""],"gxV9O8":["Cast your vote"],"h/b9lY":["No followers."],"h0qYUk":["Search with an ENS domain or wallet address to get optimized results."],"h3bIHg":["Disconnect Social Account?"],"h53LoU":["Social Account"],"h5Dtc5":["funding received"],"h69WC6":["Sent"],"h7+V7K":["Backup & Recovery"],"hEpXzO":["Welcome to Mask Network"],"hG89Ed":["Image"],"hHLRGW":["Hide tokens with value less than $1"],"hRWvpI":["Claimed"],"hRtIgr":["APP list"],"hTbvD9":["Sorry, you are not eligible to claim $ARB in this campaign."],"hUF4dG":["Backup password set successfully"],"hWUuAb":["Already following"],"hXzOVo":["Next"],"hYgDIe":["Create"],"he3ygx":["Copy"],"heVBR8":["Enter Amount Each"],"hehnjM":["Amount"],"hg5QeV":["Total cost"],"hhtbAs":["Unfollow lens handle"],"hj39w+":["Loading failed due to Snapshot API service breakdown."],"hom7qf":["Claim"],"hpxXOD":[["context","select",{"approve":["<0>",["user"]," approved <1>",["amount"]," ",["symbol"]," to <2>",["contract"],""],"revoke":["<3>",["user"]," revoked the approval of <4>",["amount"]," ",["symbol"]," to <5>",["contract"],""],"other":[]}]],"hxHyfs":["I just replaced Twitter X logo with the original blue bird one with Mask Network extension."],"hxdOdX":["Owner can change balance"],"hzTib5":["Select an NFT Contract Operator"],"i2x+p1":["Processing Withdrawal"],"i4umqX":["The following wallets are not installed or in conflict with others"],"i6OT6/":[["subject"]," has an error"],"i70ilP":[["0"]," NFT contract unlocked."],"iCb44o":["Created on: ",["0"]],"iF9x7r":["Trading mode"],"iH8itU":["Connect your wallet"],"iH8pgl":["Back"],"iJLEZF":["Show me how"],"iNIdDX":["Incorrect contract address."],"iPMIoT":["Enter an amount"],"iSLIjg":["Connect"],"iT0Qmd":["Transaction Failed"],"iTiwqa":["Asset is hidden."],"iZLoa2":["eg: X accounts, persona public keys, wallet addresses or ENS"],"ia3Lqp":["The contract may contain additional issuance functions, which could maybe generate a large number of tokens, resulting in significant fluctuations in token prices. It is recommended to confirm with the project team whether it complies with the token issuance instructions."],"ie2c+s":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Welcome to join."],"ileX7U":["No recent transactions"],"imDvP9":["Gas limit must be smaller than ",["maxGas"],"."],"iobEyh":["By checking this box, I agree to ArtBlocks's <0>Terms of Service."],"iuCSJl":["This wallet is connected to current persona ",["0"],"."],"iuJFAy":["Low Risk"],"iwiSFA":["Similar Project"],"j2Uisd":["Approving"],"j2a+h4":["Past rounds"],"j4TRxD":["Select Address"],"j8MqhB":["CyberConnect"],"jEDiuG":["Network added"],"jICk7g":["There was a network or RPC provider error, please try again later!"],"jIWgmE":["Entered passwords are inconsistent."],"jJPsrT":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @masknetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"jJrqb1":["Token Name"],"jK7nvW":["Failed to disconnect wallet"],"jRcH7y":["NFT Avatar Setting"],"jRfanQ":["Gas Used (Units)"],"jXWnN0":[["0","plural",{"one":["Strategy"],"other":["Strategies"]}]],"jZQU+o":["Originally posted by ",["0"]],"ja6Tyz":["Search with the name of an NFT collection or its symbol to get optimized results."],"jaH9PD":["Hi friends, I just created ",["token"]," Lucky Drop. Download Mask.io to claim."],"jas0vv":["Disconnect all accounts"],"jbc0gF":["Create Password"],"jeLXsu":["Who can claim"],"jfJkBQ":["Gas price is too low for network conditions."],"jh0i4n":["Confirm this transaction in your wallet."],"jhoAzY":["Mask Network Cloud"],"jjCXPD":["Starts ",["relativeStartTime"]],"jpctdh":["View"],"jt/0L2":["You've saved ",["0"]," to Web3 file service."],"jt/cjR":["Safety Warning"],"jtExaD":["Not supported yet."],"jygqM9":["Loading account information..."],"jzLzy/":["No whitelist"],"k/sb6z":["Select language"],"k/vATR":["Token unlocked"],"k0USDt":["Account connected.<0/><1/>Try to explore more features powered by Mask Network."],"k1pJQo":[["0"]," network is not added to the wallet. Please add it and try again."],"k28Qhe":["Failed to save file"],"k57+C7":[["walletLength","plural",{"one":["#"," Wallet"],"other":["#"," Wallets"]}]],"k7u9V5":["Incorrect words selected. Please try again!"],"kCAzy/":["Collection Approval"],"kG0n0M":["Network error or user cancels the process."],"kHDhjV":["I just claimed airdrop with ",["amount"]," ",["0"]," on Mask Network extension. Follow @masknetwork to check if you are eligible to claim.\n Install https://mask.io to explore more airdrop activities."],"kKY8Re":["The contract owner is known to be able to modify the transaction tax. If the tax is increased to more than 49%, the tokens will not be able to be traded, which is a honeypot risk."],"kPQQEW":["Enter an Amount"],"kV9Qeo":["You have donated ",["0"]," ",["1"]],"kWJmRL":["You"],"kbfp5m":["Visible To"],"kdW3qS":["Nonce"],"kePpfU":["Update NFT Avatar Success!"],"kf/5Ap":["Explore multi-chain dApps."],"kf83Ld":["Something went wrong."],"kg/ict":["Lucky Drop claimed."],"kj3M8S":["Deposit"],"kjBSDT":["<0>",["user"]," minted ",["0","select",{"name":["<1>",["1"]," "],"nft":["<2>an NFT "],"other":[]}],"for <3>",["value"]," ",["symbolName"],""],"ks5OGD":["Contract"],"kx0s+n":["Results"],"l/UFPv":["Properties"],"l3s5ri":["Import"],"lCF0wC":["Refresh"],"lCHQzJ":["This address may be a scam address."],"lCfoWv":["Select NFTs"],"lDgVWA":["Receive"],"lET9my":["Mask needs the following permissions"],"lErh77":["Web3 File Service is a decentralized storage solution provided by Mask Network that allows users to store files across multiple decentralized networks. This service is powered by Mask Network’s partner protocols, including IPFS, Arweave, and Load Network. It supports various file formats such as PDF, DOC, JPG, PNG, MP3, MP4, and more, with a maximum file size of 10MB per upload.<0/>Through the Web3 File Service, users can upload files to different decentralized networks and choose whether or not to encrypt them, thereby generating files with different levels of confidentiality. Mask Network users can share these files to social platforms via generated links. Using encryption helps protect file security and prevent privacy breaches.<1/>Please note that anyone with the link can access and share the file. Due to the immutable nature of decentralized storage systems, uploaded files cannot be deleted or modified, so please exercise caution when uploading files containing personal information.<2/>Mask Network’s Web3 File Service is designed to help users break free from the data limitations of traditional social platforms, enabling secure and decentralized file sharing. The service is currently free for all Mask Network users. Any future costs will be announced in advance."],"lKldOY":["12-word recovery phrase is used to recover your persona data."],"lO/vMB":["OKX DEX refers to the OKX DEX aggregator, which chooses the best route to place an order through all integrated third-party DEXs (some of them are shown below). Note that OKX DEX derives all its liquidity from third-party liquidity pools. OKX DEX does NOT conduct any transactions directly."],"lPJwNU":["Persona: ",["personaName"]],"lPsa94":["Merge Completed"],"lQXQKs":["Vote"],"lU6uRb":["Choose from multiple backup options, now including encrypted storage via your authorized Google Drive for added security and flexibility."],"lWOC+h":["Mask Network requires you to authorize the following websites before using it."],"ldI18s":["Minted:"],"lhvy2j":["Firefly"],"llLBQ1":["a token"],"lmYQuN":["At most ",["SOL_REDPACKET_MAX_SHARES"]," recipients"],"loCUuu":["Keystore"],"lqTDfd":["Slippage Tolerance"],"lqW7eD":["In cross-chain transactions, this fee includes the estimated network fee and the cross-chain bridge's network fee which is $0.00 (0 OP_ETH). The network fees are paid to the miners and aren't charged by our platform.\nThe actual cost may be lower\nthan estimated, and any unused funds will remain in the original address."],"lr8uE3":["Holding ",["0"]],"lvL4x0":["Follow @masknetwork for Web3 updates and insights."],"lxJU2w":["Enter Number of Winners"],"lyjM6U":["Wait too long for the confirmation."],"m+uuUE":["Cross-chain"],"m/TPEz":["(beta)"],"m16xKo":["Add"],"m2OZMI":["Max fee cannot be lower than max priority fee"],"m2pyX2":["Buy Now"],"m3VOQq":["Current wallet does not support to interact with Lens protocol."],"m3XvO+":["Imported Wallets"],"m3akOw":["I just claimed a lucky drop from @",["sender"]," on Solana."],"m3cvPZ":["Payment password set."],"m3pz1u":["Insufficient ",["symbol"]," Balance"],"m64f3d":["Swaps between this token pair are’t supported at the moment. You can try with third-party DApps instead."],"mCB6Je":["Select All"],"mGHHf5":["After connecting and verifying your persona, you can set up associated address for displaying your web3 footprints or receiving tips."],"mHWsOq":["Failed to confirm"],"mNUsxu":["Tx Fee"],"mPxxVq":["Enter a gas limit"],"mQpWAe":["Edit Contact"],"mT57+Q":["Go to Settings"],"mUJUVX":["Claim your NFT Lucky Drop"],"mW8F64":["This project is no longer active"],"mYGY3B":["Date"],"mZ04KC":["Overall Best"],"ma8rSx":["Your transaction has been confirmed!"],"mc68kY":["New Payment Password"],"md5sZ/":["This token contract has not been verified. We cannot check the contract code for details. Token contracts with no source code available are likely to be a fraud."],"mfwfMR":["You can claim the lucky drop by holding the required amount of any selected token."],"mhNIiJ":["Gas price is higher than necessary. You may pay more than needed."],"mrAv9J":["Failed to save network"],"msszNj":["<0/> approved <1>",["0"]," ",["1"],""],"muQqQY":["Buy & sell tweets autographed by their original creators."],"mzI/c+":["Download"],"n+ObkB":["Detecting whether user-published crypto websites are risky or malicious. Help to save your digital assets."],"n1gwuy":["on ",["toNetworkName"]],"n2HnVK":["If you decide to close [Check Security], you will no longer see security notifications when interacting with suspicious, blacklisted, or potentially fraudulent contracts and addresses."],"n42fmQ":["Enter a max fee"],"nDzNGQ":["Follow User"],"nE/lLr":["Just Selected Contacts"],"nFjzvC":["Approved Amount ",["0"]],"nGl2Ng":["Restore Completed"],"nKLBYz":["We are pleased to inform you that the update for X (formerly named Twitter) website has been completed. You can now continue to enjoy all the features of Mask Network as usual. Thank you for your continuous support!"],"nMUHWK":[["claimed"]," Follow @",["0"]," (mask.io) to claim lucky drops."],"nMkx7r":[["0","plural",{"one":["#"," Hour"],"other":["#"," Hours"]}]],"nOCyT5":["Show tokens with value less than $1"],"nOhz3x":["Logout"],"nSkB8g":["Information"],"nTFx7o":["Avatar set successfully"],"nTWWCZ":["Low"],"nTif4K":["Select and Connect to your wallet"],"nUWEsV":["Max fee is higher than necessary"],"nUeoRs":["Signing Message (Text)"],"nV/wXH":["This profile can not be followed."],"nWDO1P":["<0/> ",["txType","select",{"burn":["burned"],"deposit":["deposited"],"mint":["minted"],"receive":["received"],"send":["sent"],"withdraw":["withdrawn"],"other":[]}]," <1>",["0"]," ",["1"]," "],"ndRqFD":["Chain ID"],"neBDpj":["Please connect wallet"],"ngWO+e":["No local key"],"njSHJP":["You didn't approve ",["0"],". Please do not set spending cap to 0 and try it again."],"nqL5WA":["Claim Lucky Drop"],"nqagQ8":["Signing Message (Raw)"],"nvAt0H":["Resource"],"nvV/Td":["Balance: <0>",["0"],""],"nwSp3U":["I just tipped ",["amount"]," ",["0","select",{"namedToken":[["1"]],"other":["token"]}]," to @",["recipientUserId"],"'s ",["2","select",{"name":["wallet"],"address":["wallet address"],"other":["wallet"]}]," ",["3"],"\n\nInstall https://mask.io/download-links to send your first tip."],"nzBzok":["Create time:"],"o+XJ9D":["Change"],"o+zDNQ":["The mnemonic word has been copied, please keep it in a safe place."],"o4Iu2W":["Logout successfully"],"o4NrTC":["Confirm this Signature in your wallet."],"o66hO5":["Discovered a LuckyDrop event on the FireFly website."],"o9pabc":["No codes found to suspend trading."],"oCBTyI":["This will overwrite the existing cloud backup with the local data, this cannot be undo."],"oDMfB1":["A blacklist is found. Some addresses may not be able to trade normally, which is a honeypot risk."],"oDSXfc":["New password cannot be the same as your current password."],"oG26Rt":["Confirm this transaction in your wallet"],"oG67vO":["Available to Everyone"],"oIsL5E":["Chain ID: ",["0"]],"oJIW7I":[["context","select",{"mint":["<0>",["to"]," minted <1>",["value"]," ",["symbol"],""],"send":["<2>",["from"]," sent <3>",["asset"]," to <4>",["to"],""],"claim":["<5>",["to"]," claimed from <6>",["from"],""],"burn":["<7>",["from"]," burned <8>",["value"]," ",["symbol"],""],"deposit":["<9>",["from"]," deposited on <10>",["exchange"],""],"withdraw":["<11>",["from"]," withdrew on <12>",["exchange"],""],"other":[]}]],"oMx/mL":["Verification post sent.<0/><1/>You could check the verification result on Mask Pop-up after few minutes. If it failed, please try again later."],"oN9XHJ":["Start Time: <0>",["0"],""],"oOQfsI":["Current account is not the verifying account."],"oTLFeN":["The Lucky Drop can't be sent due to data damage."],"oX+QCa":["<0>Powered by<1>Mask Network"],"oYzol6":["an NFT"],"oZw0Iw":["This tweet is encrypted with #mask_io (@realMaskNetwork). 📪🔑"],"ocYse8":["Failed to refund Lucky Drop."],"oe5xh9":["Decrypt failed, please check password"],"of3mx/":["<0>",["user"]," swapped <1>",["from_value"]," ",["from_symbol"]," to <2>",["to_value"]," ",["to_symbol"]," on <3>",["platform"],""],"ofUcbc":["Random"],"ohUJJM":["Plugins"],"ojlMCx":["Minimum withdraw amount is ",["MINIMUM_AMOUNT"]," ",["0"]],"olEUh2":["Successful"],"ooHEV6":["1 ",["0"]," NFT Lucky Drop claimed."],"osXsDn":["Import NFT"],"ou+PEI":["Profile Photo"],"ouAjo6":["No Enough Gas Fee"],"ovBPCi":["Default"],"oxKup1":["Insufficient $",["0"]," balance"],"p+ngUo":["Unfollow"],"p1/7GX":["Contract Not Found"],"p2/GCq":["Confirm Password"],"p3TX0l":["Pop-up trading widget allows you to instantly view prices of the hottest Crypto/Stock and trade, also invest in the best performing managers."],"p7l2aC":["Contract:"],"p8Aea2":["The persona name already exists."],"p8OYBy":["@",["sender"]," is sending an NFT lucky drop on ",["networkName"]," network. ",["account_promote"]," ",["promote_short"]," #mask_io #LuckyDrop ",["0"]],"pG7O41":["Fastest"],"pGElS5":["Mnemonic"],"pHfBGz":["Updating Gas Fee…"],"pIyHYi":["Lens Follow"],"pLHDrO":["Holding NFT"],"pOE8Vh":["Space"],"pa3wn3":["It remains unclaimed."],"pbOGiB":["Revoke Token"],"pbYUPI":["Text copied!"],"pi+hn/":["Ethereum ",["HD_PATH_WITHOUT_INDEX_ETHEREUM"]],"pjrgRd":["Incorrect Private Key"],"pkyWdU":["Keystore password"],"poYLOl":["New Logo"],"ps1+DX":["Set your persona name with maximum length of 24 characters"],"pu3rTn":["GWEI"],"puUEU3":["Change Backup Password"],"put3ex":["Request is valid not after"],"pv5v6j":["About Permit"],"pvnfJD":["Dark"],"py6hU8":["Signature Request"],"pzO3Xa":["Total Supply"],"q+O14e":["Search Area"],"q+hNag":["Collection"],"q/ao7A":["Price per mint"],"q5+UWM":["Contact edited."],"qAbGIK":["Issued at"],"qCMUPH":["Unlock ",["0"]],"qDIxZ+":["Failed to restore the backup from Google Drive to your browser. Please try again."],"qHqI+o":["<0>Powered by <1>Mask Network"],"qI8U4x":["Max fee cannot be lower than max priority fee."],"qIL7PI":["Offers"],"qJb6G2":["Try Again"],"qNiGUh":["size"],"qT8oOt":["Persona required."],"qWMpAl":["up to ",["0"]," Gwei"],"qYuscr":["Max Priority Fee"],"qZ6p7p":["Backup on ",["0"]],"qcqdIh":["You need to open the dApp to view the specific content."],"qcybNQ":["Proposal"],"qdyV/M":["News"],"qhKyO3":["Withdraw ",["0"]],"qkhZxp":["Created a SmartPay wallet on Polygon network."],"qp8fKi":["By confirming means that you agree to bear the possible risks above."],"qqWcBV":["Completed"],"r3OcML":[["mins"],"min"],"r92tNP":["Failed to authorize Google Drive. Please try again."],"rBLzKv":["Max fee is higher than necessary."],"rCsoea":["Manage Token List"],"rG3WVm":["Select"],"rJZPaP":["No activities found."],"rKY/BK":["Classics Logo"],"rLgPvm":["Backup"],"rQQGN1":["Max priority fee is higher than necessary. You may pay more than needed."],"rR6iwH":["Domain Request"],"rWE7Lq":["Contact deleted."],"rWqyF3":["Gas limit should be between ",["minGasLimit"]," and 15.00M"],"rYFSec":["Creating or retrieving your wallet with Privy. Please confirm on the X authorization page."],"rZ0rgl":["Total Volume"],"raCUEa":["By granting permission, you are allowing the following <0/> contract to access your funds"],"rcNnsQ":["Price:"],"re2nOO":["Uploaded files"],"rkMKQ0":["The verification post sent.<0/><1/>You could check the verification result on the Mask Pop-up after few minutes. If it failed, try to send another verification post later."],"rm0yu/":["About ",["collectionName"]],"rqV4QH":["This swap isn’t supported"],"rrvbCi":["Network error or execute smart contract failed."],"rulocO":["Checking Approve"],"ryWxhG":["Congratulations!"],"s/8SJ+":["View user's Web3 footprints, including NFTs, social media posts and other transaction activities based on public data source."],"s4Omor":["To <0>",["0"],""],"sGkv/+":["Hi friends, I just deposit ",["0"]," ",["1"]," on ",["2"],". Follow @",["3"]," to find more staking projects."],"sOYKMU":["The [Check Security] dApp provides quick, reliable, and convenient Web3 security services."],"sOcZTR":["Contract Deployment"],"sQJ3RN":["Max priority fee is too low for network conditions."],"sQTDWu":["Allow us to collect your usage information to help us improve Mask."],"sSkbaZ":["Request timed out."],"sWsox7":["Follow Lens handle"],"saHPqg":["Claim your Lucky Drop."],"sb9Y58":["Wallet"],"siroPf":["Mask Network"],"sxkWRg":["Advanced"],"szNWi8":["If this kind of code exists, the token maybe be frozen to buy or sell, which is a honeypot risk."],"t+A5fr":["Gas price should be greater than 0"],"t/YqKh":["Remove"],"t2prdI":["No search results"],"t3rUZr":["Sign-in Request"],"t6bQQD":["Send authors tips by using Mask Network's Tips function."],"t6md+W":[["0","select",{"create":["<0>",["user"]," created a profile on <1>",["platform"],""],"update":["<2>",["user"]," updated a profile on <3>",["platform"],""],"other":[]}]],"t8dIOP":["Spam"],"t91sWs":[["actionType","select",{"stake":["<0>",["user"]," staked <1>",["symbol"],""],"claim":["<2>",["user"]," claimed <3>",["symbol"],""],"unstake":["<4>",["user"]," un-staked <5>",["symbol"],""],"other":[]}]],"t9m1iP":["Spam reported."],"tARYn/":["NFTs Profile"],"tCAZi9":["Browse the Web3 footprints of your X friends, enjoy the freedom of Web3."],"tG9G+b":["File Service"],"tHoyBc":["Please connect ",["0"]," before using dApps."],"tIW5Jt":["No matched tokens"],"tKJ7ee":["Connected successfully.<0/><1/>Trying exploring more features powered by Mask Network."],"tOL6AP":["Adjust Selection"],"tOMnvw":["Manage the permissions of the Mask Network. Once turned off, Mask Network will not be turned on on those websites."],"tPeNU7":["This network name already exists"],"tRRE1h":["1 ",["0"]," claimed."],"tXkhj/":["Start"],"tbOs8j":["Confirm Swap"],"tcHpvG":["Change Owner"],"tfDRzk":["Save"],"thX7xs":["The network with chain ID ",["formChainId"]," may use a different currency symbol (",["0"],") than the one you have entered. Please check."],"tiX/tO":["Address: <0>",["address"],""],"tj48De":["Connect Social Account"],"tjbyOy":["Project details"],"tk+uyz":["You've approved ",["0"]," for ",["1"],". If you want to revoke this token, please set spending cap amount to 0."],"toDFSK":["Wallet sign succeeded."],"tst44n":["Events"],"tuOw4x":["Make It Encrypted"],"tx1x9k":["I just set my NFT PFP using Mask Extension for free! To browse other's unique NFT collections and web3 activities on Twitter. Download the most powerful tool Mask.io."],"txEVTf":["No Listings"],"ty2gt9":["You need to follow the creator of the lucky drop."],"u2OWVJ":["Disconnect failed."],"u2Srv1":["Claim your Airdrop"],"u3ZeYl":["Transaction failed"],"u689pQ":["Ends in ",["relativeEndTime"]],"uAQUqI":["Status"],"uBAxNB":["Editor"],"uF9ruK":["Saving"],"uJQLj9":["Connect and switch between your wallets."],"uSMfoN":["Verify"],"uip9JY":["I wrote down those words in the correct order"],"ujpEaI":["Please connect your wallet"],"uqF4Nm":["Blockchain:"],"usVwcn":["No anti_whale(Unlimited number of transactions)"],"uv94aG":["Added by user"],"uv9cwh":["Bridge Network fee"],"uyJsf6":["About"],"v01kR+":["NFT PFP"],"v7U98p":["Failed to claim Lucky Drop."],"vH2C/2":["Swap"],"vLXevL":["Transaction cost"],"vOx+Me":["You can withdraw the remaining balance 24 hours after sending the lucky drop."],"vVEene":["View your Tokens and NFTs"],"vXIe7J":["Language"],"vXygio":["Not enough data to present."],"vel6Z1":["Request Source"],"vhlM+H":["Withdraw ",["0"]," for savings."],"vhqFTT":["Can't find a valid user address data source."],"vutynE":["Enable plugin"],"w0e0yw":["Gas limit must be at least ",["0"]],"w1ctdJ":["Encrypted Post"],"w3t1Hw":["Powered by <0>Go+"],"w4oOEJ":["Mask Community $ARB Giveaway"],"w9Xmw/":["Google Drive"],"wCtp6y":["Your Wallet is on **ready 🚀**"],"wDnczW":["Optimize the display of search results about ENS in social media."],"wGtbaw":["Amount per Share"],"wMHvYH":["Value"],"wNecg9":["Multiple transaction requests ",["0"]," / ",["1"]],"wNxsb2":["Reject ",["totalMessages"]," Transactions"],"wThGrS":["App Settings"],"wUlAUI":["<0>@",["currentUserId"]," connected already."],"wYA1q/":["Auto report the scam links to MetaMask"],"waXvJd":["NFT is not minted yet."],"wbDTs9":["Request timed out"],"wqppGn":["Permissions List"],"wvJOId":["This ENS does not exist or not be resolved."],"wxZZWc":["You're connected to a WalletConnect wallet. Please switch network in that wallet, or switch to another wallet."],"wxfXhJ":["Scam tx"],"x0PhCN":["Disconnected successfully."],"x4f8pZ":["Tips"],"x5LEuB":["Followers"],"x6rEou":["<0>",["user"]," claimed ",["0","select",{"verbose":["<1>",["1"]," "],"simple":["<2>an NFT "],"other":[]}],"from <3>",["formattedAddress"],"",["2","select",{"cost":[" for ",["3"]," ",["4"]],"free":[],"other":[]}]],"xBXg0L":["No whitelist is included. If there is a whitelist, some addresses may not be able to trade normally, which is a honeypot risk."],"xC6eGY":["Mint function"],"xCJdfg":["Clear"],"xCcvjC":["Set up NFT PFP successfully"],"xDAtGP":["Message"],"xDO6ZN":["Plugin switch"],"xEQZ4z":["Use text encryption"],"xEX/9S":["No blacklist is found. If there is a blacklist, some addresses may be unable to trade normally, which is a honeypot risk."],"xFCCR4":["Please enter the correct mnemonic words, private key, or upload the correct keystore file."],"xGVfLh":["Continue"],"xH6cn+":["Choose Token"],"xIxVmH":["Unlock ",["0"]," NFT contract."],"xPSvu3":["<0>",["websiteCount"]," ",["0","plural",{"one":["Website"],"other":["Websites"]}]],"xTQLHC":["I just purchased a beautiful piece of art from {0} collection for ",["1"]," ",["2"],". Install @masknetwork to get yours."],"xeiujy":["Text"],"xjhtsV":["Chain"],"xoKE3v":["Disable Permit"],"xuKB2x":[["0"]," deposited."],"xupcu9":["Speed Up"],"y/+ReV":["No any collectible is available for preview. Please add your collectible here."],"y/kxxM":["Priority fee"],"y2i17G":["Customize NFT experience by connecting social accounts. Enjoy Web2 with a whole new Web3 vibe."],"y3juHh":["Hi friends, I just created an NFT Lucky Drop on Twitter through Mask Network extension. Feel free to claim and share. Follow @realMaskNetwork for Web3 updates and insights.\n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io."],"y3qyKP":["NFT Lucky Drop created."],"y49awp":["Set NFT Photo"],"y5aRAa":["Please enter cloud backup password to download file."],"y62Dys":["Network fee"],"y6VCOb":[["0"]," Mins"],"y6sq5j":["Following"],"yC/GKd":["Hello Mask world. This is my first encrypted message. Install https://mask.io to send me encrypted post. Follow @masknetwork to explore Web3."],"yD15Uj":["Are you sure to remove this wallet?"],"yDUr0V":["Lucky Drop refunded."],"yFpcbN":["This request may be a phishing attach. I understand this and want to continue."],"yFrxQj":["Mnemonic word"],"yGyJ1l":["You could check the verification result on Mask Pop-up after few minutes. If failed, try sending verification post again."],"yHrAv+":["Claim Lucky Drop with ",["0"]," claimed."],"yKu/3Y":["Restore"],"yNBZ3N":["Enter gas limit"],"yNu9vD":["The wallet address already exists."],"yQE2r9":["Loading"],"yQqkIK":["24H Average Price"],"yRuvmU":["The mnemonic words has been copied, please keep it in a safe place."],"yTZe+y":["Snapshot"],"yVnV6H":["Please write down or copy these words and save them in a secure place."],"yVzBCJ":["NFT Lucky Drop claimed."],"yZhedI":["Gas fee settings"],"yb/fjw":["Approval"],"ybuu1v":["Oops, we can't find any results."],"ygW4tI":["Please connect your persona"],"yik0Qu":["Private Key"],"ykiu3o":["NFT Details"],"ylUhBz":["Click to retry"],"ylXk9u":["Encrypt the message in an image"],"yqc6uX":["This contract is an Admin Upgradeable Proxy. A proxy contract means the contract owner can modify the function of the token and could possibly effect the price. It is possible for the team to rug or scam. Please confirm the details with the project team before investing."],"ywDBfs":["Something went wrong!"],"yx/fMc":["High"],"yz7wBu":["Close"],"yzF66j":["Link"],"z+H8bd":["Your wallet does not meet the eligibility criteria for claiming."],"z/3+av":["License:"],"z1i6et":["Failed to ",["0"]," NFT contract."],"z27gFg":["If this kind of function exists, it is possible for the project owner to regain ownership even after relinquishing it."],"z7Fh2l":["Base fee required: ",["MIN_BASE_FEE"]," Gwei"],"z9HeHt":["Create a Privy Wallet"],"zBPjcC":["Revoke the approval for token"],"zBUJYA":["The approval for this contract will be revoked in case of the amount is 0."],"zBftr8":["Claim NFT Lucky Drop"],"zEZe86":["You haven't created any NFT lucky drop yet. Try to create one and share fortune with your friends."],"zGTAja":[["claimed"]," Follow @",["account"]," (mask.io) to claim lucky drops."],"zJlXbX":["NFT"],"zPar3e":["Collectible"],"zX9KdB":["No following friends."],"zXagFp":["Copy Address"],"zZk9Yz":["Purchase"],"zga9sT":["OK"],"zgqgNP":["Purchasing...."],"zkEW09":["You have verified your cloud password and recovered your backup. Do you want to let your cloud password and local backup password be the same?"],"znqB4T":["Insufficient balance"],"zp7Ha3":["Backup Failed"],"zwBp5t":["Private"],"zxrGeO":["Gas limit must be bigger than ",["minGas"],"."],"zzDlyQ":["Success"]}} \ No newline at end of file