mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
f519fa1ed3
* add PermissionsController remove provider approval controller integrate rpc-cap create PermissionsController move provider approval functionality to permissions controller add permissions approval ui, settings page add permissions activity and history move some functionality to metamask-inpage-provider rename siteMetadata -> domainMetadata add accountsChange notification to inpage provider move functionality to inpage provider update inpage provider Remove 'Connections' settings page (#7369) add hooks for exposing accounts in settings rename unused messages in non-English locales Add external extension id to metadata (#7396) update inpage provider, rpc-cap add eth_requestAccounts handling to background prevent notifying connections if extension is locked update inpage provider Fix lint errors add migration review fixes transaction controller review updates removed unused messages * Login Per Site UI (#7368) * LoginPerSite original UI changes to keep * First commit * Get necessary connected tab info for redirect and icon display for permissioned sites * Fix up designs and add missing features * Some lint fixes * More lint fixes * Ensures the tx controller + tx-state-manager orders transactions in the order they are received * Code cleanup for LoginPerSite-ui * Update e2e tests to use new connection flow * Fix display of connect screen and app header after login when connect request present * Update metamask-responsive-ui.spec for new item in accounts dropdown * Fix approve container by replacing approvedOrigins with domainMetaData * Adds test/e2e/permissions.spec.js * Correctly handle cancellation of a permissions request * Redirect to home after disconnecting all sites / cancelling all permissions * Fix display of site icons in menu * Fix height of permissions page container * Remove unused locale messages * Set default values for openExternalTabs and tabIdOrigins in account-menu.container * More code cleanup for LoginPerSite-ui * Use extensions api to close tab in permissions-connect * Remove unnecessary change in domIsReady() in contentscript * Remove unnecessary private function markers and class methods (for background tab info) in metamask-controller. * Adds getOriginOfCurrentTab selector * Adds IconWithFallback component and substitutes for appropriate cases * Add and utilize font mixins * Remove unused method in disconnect-all.container.js * Simplify buttonSizeLarge code in page-container-footer.component.js * Add and utilize getAccountsWithLabels selector * Remove console.log in ui/app/store/actions.js * Change last connected time format to yyyy-M-d * Fix css associated with IconWithFallback change * Ensure tracked openNonMetamaskTabsIDs are correctly set to inactive on tab changes * Code cleanup for LoginPerSite-ui * Use reusable function for modifying openNonMetamaskTabsIDs in background.js * Enables automatic switching to connected account when connected domain is open * Prevent exploit of tabIdOriginMap in background.js * Remove unneeded code from contentscript.js * Simplify current tab origin and window opener logic using remotePort listener tabs.queryTabs * Design and styling fixes for LoginPerSite-ui * Fix permissionHistory and permission logging for eth_requestAccounts and eth_accounts * Front end changes to support display of lastConnected time in connected and permissions screens * Fix lint errors * Refactor structure of permissionsHistory * Fix default values and object modifications for domain and permissionsHistory related data * Fix connecting to new accounts from modal * Replace retweet.svg with connect-white.svg * Fix signature-request.spec * Update metamask-inpage-provider version * Fix permissions e2e tests * Remove unneeded delay from test/e2e/signature-request.spec.js * Add delay before attempting to retrieve network id in dapp in ethereum-on=.spec * Use requestAccountTabIds strategy for determining tab id that opened a given window * Improve default values for permissions requests * Add some message descriptions to app/_locales/en/messages.json * Code clean up in permission controller * Stopped deep cloning object in mapObjectValues * Bump metamask-inpage-provider version * Add missing description in app/_locales/en/messages.json * Return promises from queryTabs and switchToTab of extension.js * Remove unused getAllPermissions function * Use default props in icon-with-fallback.component.js * Stop passing to permissions controller * Delete no longer used clear-approved-origins modal code * Remove duplicate imports in ui/app/components/app/index.scss * Use URL instead of regex in getOriginFromUrl() * Add runtime error checking to platform, promise based extension.tab methods * Support permission requests from external extensions * Improve font size and colour of the domain origin on the permission confirmation screen * Add support for toggling permissions * Ensure getRenderablePermissionsDomains only returns domains with exposedAccount caveat permissions * Remove unused code from LoginPerSite-ui branch * Ensure modal closes on Enter press for new-account-modal.component.js * Lint fix * fixup! Login Per Site UI (#7368) * Some code cleanup for LoginPerSite * Adds UX for connecting to dapps via the connected sites screen (#7593) * Adds UX for connecting to dapps via the connected sites screen * Use openMetaMaskTabIds from background.js to determine if current active tab is MetaMask * Delete unused permissions controller methods * Fixes two small bugs in the LoginPerSite ui (#7595) * Restore `providerRequest` message translations (#7600) This message was removed, but it was replaced with a very similar message called `likeToConnect`. The only difference is that the new message has "MetaMask" in it. Preserving these messages without "MetaMask" is probably better than deleting them, so these messages have all been restored and renamed to `likeToConnect`. * Login per site no sitemetadata fix (#7610) * Support connected sites for which we have no site metadata. * Change property containing subtitle info often populated by origin to a more accurate of purpose name * Lint fix * Improve disconnection modal messages (#7612) * Improve disconnectAccountModalDescription and disconnectAllModalDescription messages * Update disconnectAccountModalDescription app/_locales/en/messages.json Co-Authored-By: Mark Stacey <markjstacey@gmail.com> * Improve disconnectAccount modal message clarity * Adds cancel button to the account selection screen of the permissions request flow (#7613) * Fix eth_accounts permission language & selectability (#7614) * fix eth_accounts language & selectability * fix MetaMask capitalization in all messages * Close sidebar when opening connected sites (#7611) The 'Connected Sites' button in the accounts details now closes the sidebar, if it is open. This was accomplished by pulling the click handler for that button up to the wallet view component, where another button already followed a similar pattern of closing the sidebar. It seemed confusing to me that one handler was in the `AccountsDetails` container component, and one was handed down from above, so I added PropTypes to the container component. I'm not sure that the WalletView component is the best place for this logic, but I've put it there for now to be consistent with the add token button. * Reject permissions request upon tab close (#7618) Permissions requests are now rejected when the page is closed. This only applies to the full-screen view, as that is the view permission requests should be handled in. The case where the user deals with the request through a different view is handled in #7617 * Handle tab update failure (#7619) `extension.tabs.update` can sometimes fail if the user interacts with the tabs directly around the same time. The redirect flow has been updated to ensure that the permissions tab is still closed in that case. The user is on their own to find the dapp tab again in that case. * Login per site tab popup fixes (#7617) * Handle redirect in response to state update in permissions-connect * Ensure origin is available to permissions-connect subcomponents during redirect * Hide app bar whenever on redirect route * Improvements to handling of redirects in permissions-connect * Ensure permission request id change handling only happens when page is not null * Lint fix * Decouple confirm transaction screen from the selected address (#7622) * Avoid race condtion that could prevent contextual account switching (#7623) There was a race condition in the logic responsible for switching the selected account based upon the active tab. It was asynchronously querying the active tab, then assuming it had been retrieved later. The active tab info itself was already in the redux store in another spot, one that is guaranteed to be set before the UI renders. The race condition was avoided by deleting the duplicate state, and using the other active tab state. * Only redirect back to dapp if current tab is active (#7621) The "redirect back to dapp" behaviour can be disruptive when the permissions connect tab is not active. The purpose of the redirect was to maintain context between the dapp and the permissions request, but if the user has already moved to another tab, that no longer applies. * Fix JSX style lint errors * Remove unused state
648 lines
23 KiB
JSON
648 lines
23 KiB
JSON
{
|
|
"reject": {
|
|
"message": "ปฏิเสธ"
|
|
},
|
|
"likeToConnect": {
|
|
"message": "$1 ต้องการเชื่อมต่อกับบัญชีของคุณ"
|
|
},
|
|
"about": {
|
|
"message": "เกี่ยวกับ"
|
|
},
|
|
"account": {
|
|
"message": "บัญชี"
|
|
},
|
|
"accountDetails": {
|
|
"message": "รายละเอียดบัญชี"
|
|
},
|
|
"accountName": {
|
|
"message": "ชื่อบัญชี"
|
|
},
|
|
"addToken": {
|
|
"message": "เพิ่มโทเค็น"
|
|
},
|
|
"addTokens": {
|
|
"message": "เพิ่มหลายโทเค็น"
|
|
},
|
|
"amount": {
|
|
"message": "จำนวน"
|
|
},
|
|
"appDescription": {
|
|
"message": "ส่วนขยายเบราว์เซอร์สำหรับอีเธอเรียม",
|
|
"description": "The description of the application"
|
|
},
|
|
"appName": {
|
|
"message": "MetaMask",
|
|
"description": "The name of the application"
|
|
},
|
|
"approve": {
|
|
"message": "อนุมัติ"
|
|
},
|
|
"attemptingConnect": {
|
|
"message": "กำลังเชื่อมต่อกับบล็อกเชน"
|
|
},
|
|
"attributions": {
|
|
"message": "อ้างถึง"
|
|
},
|
|
"back": {
|
|
"message": "กลับ"
|
|
},
|
|
"backupApprovalNotice": {
|
|
"message": "แบ็คอัพโค้ดกู้คืนลับของคุณเพื่อรักษา Wallet และเงินให้ปลอดภัย"
|
|
},
|
|
"balance": {
|
|
"message": "ยอดคงเหลือ:"
|
|
},
|
|
"balanceIsInsufficientGas": {
|
|
"message": "ยอดคงเหลือไม่พอสำหรับจ่ายค่าแก๊สทั้งหมด"
|
|
},
|
|
"blockiesIdenticon": {
|
|
"message": "ใช้งาน Blockies Identicon"
|
|
},
|
|
"builtInCalifornia": {
|
|
"message": "MetaMask ออกแบบและพัฒนาที่แคลิฟอร์เนีย"
|
|
},
|
|
"buyCoinSwitch": {
|
|
"message": "ซื้อด้วย CoinSwitch"
|
|
},
|
|
"buyCoinSwitchExplainer": {
|
|
"message": "CoinSwitch เป็นจุดหมายปลายทางแบบครบวงจรในการแลกเปลี่ยนสกุลเงินมากกว่า 300 ครั้งในอัตราที่ดีที่สุด"
|
|
},
|
|
"on": {
|
|
"message": "เปิด"
|
|
},
|
|
"cancel": {
|
|
"message": "ยกเลิก"
|
|
},
|
|
"cancellationGasFee": {
|
|
"message": "ค่าธรรมเนียม Gas การยกเลิก"
|
|
},
|
|
"chromeRequiredForHardwareWallets": {
|
|
"message": "คุณต้องใช้ MetaMask บน Google Chrome เพื่อเชื่อมต่อกับ Hardware Wallet ของคุณ"
|
|
},
|
|
"confirm": {
|
|
"message": "ยืนยัน"
|
|
},
|
|
"confirmPassword": {
|
|
"message": "ยืนยันรหัสผ่าน"
|
|
},
|
|
"confirmSecretBackupPhrase": {
|
|
"message": "ยืนยัน Phrase แบ็คอัพลับของคุณ"
|
|
},
|
|
"congratulations": {
|
|
"message": "ยินดีด้วย"
|
|
},
|
|
"connectingTo": {
|
|
"message": "เชื่อมต่อกับ $1"
|
|
},
|
|
"connectingToMainnet": {
|
|
"message": "เชื่อมต่อกับเครือข่าย Ethereum หลัก"
|
|
},
|
|
"connectingToRopsten": {
|
|
"message": "เชื่อมต่อกับเครือข่ายทดสอบ Ropsten"
|
|
},
|
|
"continueToWyre": {
|
|
"message": "ไปที่ Wyre"
|
|
},
|
|
"continueToCoinSwitch": {
|
|
"message": "ไปที่ CoinSwitch"
|
|
},
|
|
"contractDeployment": {
|
|
"message": "การติดตั้งสัญญา"
|
|
},
|
|
"conversionProgress": {
|
|
"message": "กำลังดำเนินการแปลงหน่วย"
|
|
},
|
|
"copiedButton": {
|
|
"message": "คัดลอกแล้ว"
|
|
},
|
|
"copiedExclamation": {
|
|
"message": "คัดลอกแล้ว!"
|
|
},
|
|
"copyToClipboard": {
|
|
"message": "คัดลอกไปคลิปบอร์ด"
|
|
},
|
|
"copyButton": {
|
|
"message": " คัดลอก "
|
|
},
|
|
"copyPrivateKey": {
|
|
"message": "นี่คือคีย์ส่วนตัวของคุณ(กดเพื่อคัดลอก)"
|
|
},
|
|
"create": {
|
|
"message": "สร้าง"
|
|
},
|
|
"createAccount": {
|
|
"message": "สร้างบัญชี"
|
|
},
|
|
"createAWallet": {
|
|
"message": "สร้าง Wallet"
|
|
},
|
|
"currencyConversion": {
|
|
"message": "การแปลงสกุลเงิน"
|
|
},
|
|
"customGas": {
|
|
"message": "กำหนดค่าแก็สเอง"
|
|
},
|
|
"customGasSubTitle": {
|
|
"message": "การเพิ่มค่าธรรมเนียมอาจลดเวลาดำเนินการ แต่ก็ไม่แน่เสมอไป"
|
|
},
|
|
"customRPC": {
|
|
"message": "กำหนดค่า RPC เอง"
|
|
},
|
|
"decimalsMustZerotoTen": {
|
|
"message": "จำนวนต้องมากกว่า 0 และไม่เกิน 36"
|
|
},
|
|
"decimal": {
|
|
"message": "ตำแหน่งของทศนิยม"
|
|
},
|
|
"defaultNetwork": {
|
|
"message": "ค่าเริ่มต้นของเครือข่ายสำหรับทำรายการธุรกรรมอีเธอร์คือ Main Net"
|
|
},
|
|
"delete": {
|
|
"message": "ลบ"
|
|
},
|
|
"deposit": {
|
|
"message": "ฝาก"
|
|
},
|
|
"depositEther": {
|
|
"message": "การฝากอีเธอร์"
|
|
},
|
|
"details": {
|
|
"message": "รายละเอียด"
|
|
},
|
|
"directDepositEther": {
|
|
"message": "ฝากอีเธอร์โดยตรง"
|
|
},
|
|
"directDepositEtherExplainer": {
|
|
"message": "ถ้าคุณมีอีเธอร์อยู่แล้ววิธีการที่เร็วที่สุดในการเอาเงินเข้ากระเป๋าใหม่ก็คือการโอนตรงๆ"
|
|
},
|
|
"done": {
|
|
"message": "เสร็จสิ้น"
|
|
},
|
|
"downloadSecretBackup": {
|
|
"message": "ดาวน์โหลด Phrase แบ็คอัพลับนี้และเก็บรักษาไว้ให้ปลอดภัยในฮาร์ดดิสก์หรืออุปกรณ์เก็บข้อมูลภายนอกที่มีการเข้ารหัส"
|
|
},
|
|
"downloadStateLogs": {
|
|
"message": "ดาวน์โหลดล็อกสถานะ"
|
|
},
|
|
"dontHaveAHardwareWallet": {
|
|
"message": "ไม่มี Hardware Wallet ใช่ไหม"
|
|
},
|
|
"edit": {
|
|
"message": "แก้ไข"
|
|
},
|
|
"editContact": {
|
|
"message": "แก้ไขผู้ติดต่อ"
|
|
},
|
|
"emailUs": {
|
|
"message": "อีเมลหาเรา!"
|
|
},
|
|
"endOfFlowMessage1": {
|
|
"message": "คุณผ่านการทดสอบแล้ว กรุณารับผิดชอบในการรักษา Seed Phrase ให้ปลอดภัย"
|
|
},
|
|
"endOfFlowMessage5": {
|
|
"message": "โปรดระวังฟิชชิ่ง MetaMask จะไม่ขอ Seed Phrase ของคุณโดยไม่มีการแจ้งล่วงหน้าเลย"
|
|
},
|
|
"endOfFlowMessage9": {
|
|
"message": "เรียนรู้เพิ่มเติม"
|
|
},
|
|
"enterPassword": {
|
|
"message": "ใส่รหัสผ่าน"
|
|
},
|
|
"etherscanView": {
|
|
"message": "ดูบัญชีบน Etherscan"
|
|
},
|
|
"expandView": {
|
|
"message": "ขยายมุมมอง"
|
|
},
|
|
"exportPrivateKey": {
|
|
"message": "ส่งออกคีย์ส่วนตัว"
|
|
},
|
|
"failed": {
|
|
"message": "ล้มเหลว"
|
|
},
|
|
"fast": {
|
|
"message": "เร็ว"
|
|
},
|
|
"faster": {
|
|
"message": "เร็วขึ้น"
|
|
},
|
|
"fiat": {
|
|
"message": "เงินตรา",
|
|
"description": "Exchange type"
|
|
},
|
|
"fileImportFail": {
|
|
"message": "นำเข้าไฟล์ไม่สำเหร็จ กดที่นี่!",
|
|
"description": "Helps user import their account from a JSON file"
|
|
},
|
|
"from": {
|
|
"message": "จาก"
|
|
},
|
|
"fromShapeShift": {
|
|
"message": "จาก ShapeShift"
|
|
},
|
|
"gasLimit": {
|
|
"message": "วงเงินแก็ส"
|
|
},
|
|
"gasLimitCalculation": {
|
|
"message": "เราแนะนำวงเงินแก็สตามความสำเร็จบนเครือข่าย"
|
|
},
|
|
"gasLimitTooLow": {
|
|
"message": "วงเงินแก็สต้องอย่างน้อย 21000"
|
|
},
|
|
"gasPrice": {
|
|
"message": "ราคาแก๊ส (GWEI)"
|
|
},
|
|
"gasPriceCalculation": {
|
|
"message": "เราแนะนำราคาแก็สตามความสำเร็จบนเครือข่าย"
|
|
},
|
|
"general": {
|
|
"message": "ทั่วไป"
|
|
},
|
|
"getEther": {
|
|
"message": "รับอีเธอร์"
|
|
},
|
|
"getEtherFromFaucet": {
|
|
"message": "รับอีเธอร์ที่ปล่อยจาก $1",
|
|
"description": "Displays network name for Ether faucet"
|
|
},
|
|
"here": {
|
|
"message": "ที่นี่",
|
|
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
|
|
},
|
|
"hide": {
|
|
"message": "ซ่อน"
|
|
},
|
|
"hideToken": {
|
|
"message": "ซ่อนโทเค็น"
|
|
},
|
|
"hideTokenPrompt": {
|
|
"message": "ซ่อนโทเค็นหรือไม่?"
|
|
},
|
|
"import": {
|
|
"message": "นำเข้า",
|
|
"description": "Button to import an account from a selected file"
|
|
},
|
|
"importAccount": {
|
|
"message": "นำเข้าบัญชี"
|
|
},
|
|
"importAccountMsg": {
|
|
"message": "บัญชีที่นำเข้าจะไม่ถูกรวมกับบัญชีที่สร้างด้วยคำเเริ่มต้นบนเมต้ามาร์สในตอนแรก เรียนรู้เพิ่มเติมเกี่ยวกับบัญชีที่นำเข้า"
|
|
},
|
|
"imported": {
|
|
"message": "นำเข้าเรียบร้อย",
|
|
"description": "status showing that an account has been fully loaded into the keyring"
|
|
},
|
|
"infoHelp": {
|
|
"message": "ข้อมูลและความช่วยเหลือ"
|
|
},
|
|
"insufficientFunds": {
|
|
"message": "เงินทุนไม่เพียงพอ"
|
|
},
|
|
"insufficientTokens": {
|
|
"message": "โทเค็นไม่เพียงพอ"
|
|
},
|
|
"invalidAddress": {
|
|
"message": "แอดแดรสไม่ถูกต้อง"
|
|
},
|
|
"invalidAddressRecipient": {
|
|
"message": "แอดแดรสผู้รับไม่ถูกต้อง"
|
|
},
|
|
"invalidAddressRecipientNotEthNetwork": {
|
|
"message": "ไม่ใช่เครือข่าย ETH ตั้งเป็นตัวพิมพ์เล็ก"
|
|
},
|
|
"invalidInput": {
|
|
"message": "อินพุทไม่ถูกต้อง"
|
|
},
|
|
"invalidRPC": {
|
|
"message": "RPC URI ไม่ถูกต้อง"
|
|
},
|
|
"invalidBlockExplorerURL": {
|
|
"message": "Block Explorer URI ไม่ถูกต้อง"
|
|
},
|
|
"jsonFile": {
|
|
"message": "ไฟล์ JSON",
|
|
"description": "format for importing an account"
|
|
},
|
|
"kovan": {
|
|
"message": "เครือข่ายทดสอบ Kovan"
|
|
},
|
|
"learnMore": {
|
|
"message": "เรียนรู้เพิ่มเติม"
|
|
},
|
|
"likeToAddTokens": {
|
|
"message": "คุณต้องการเพิ่มโทเค็นเหล่านี้หรือไม่?"
|
|
},
|
|
"loading": {
|
|
"message": "กำลังโหลด..."
|
|
},
|
|
"loadingTokens": {
|
|
"message": "กำลังโหลดโทเค็น..."
|
|
},
|
|
"login": {
|
|
"message": "เข้าสู่ระบบ"
|
|
},
|
|
"logout": {
|
|
"message": "ออกจากระบบ"
|
|
},
|
|
"mainnet": {
|
|
"message": "เครือข่าย Main Net"
|
|
},
|
|
"message": {
|
|
"message": "ข้อความ"
|
|
},
|
|
"metamaskDescription": {
|
|
"message": "MetaMask คือที่เก็บตัวตนนิรภัยสำหรับอีเธอเรียม"
|
|
},
|
|
"myAccounts": {
|
|
"message": "บัญชีของฉัน"
|
|
},
|
|
"mustSelectOne": {
|
|
"message": "ต้องเลือกอย่างน้อย 1 โทเค็น"
|
|
},
|
|
"needEtherInWallet": {
|
|
"message": "คุณจะต้องมีอีเธอร์ในกระเป๋าเงินของคุณในการใช้งานกับแอพพลิเคชันแบบกระจายด้วย MetaMask"
|
|
},
|
|
"needImportFile": {
|
|
"message": "คุณต้องเลือกไฟล์ที่จะนำเข้า",
|
|
"description": "User is important an account and needs to add a file to continue"
|
|
},
|
|
"negativeETH": {
|
|
"message": "ไม่สามารถส่งอีเธอร์เป็นจำนวนติดลบได้"
|
|
},
|
|
"networks": {
|
|
"message": "เครือข่าย"
|
|
},
|
|
"networkSettingsDescription": {
|
|
"message": "เพิ่มและแก้ไขเครือข่าย RPC แบบกำหนดเอง"
|
|
},
|
|
"newAccount": {
|
|
"message": "บัญชีใหม่"
|
|
},
|
|
"newAccountDetectedDialogMessage": {
|
|
"message": "ตรวจพบที่อยู่ใหม่! คลิกที่นี่เพื่อเพิ่มลงในสมุดที่อยู่ของคุณ"
|
|
},
|
|
"newAccountNumberName": {
|
|
"message": "บัญชี $1",
|
|
"description": "Default name of next account to be created on create account screen"
|
|
},
|
|
"newContract": {
|
|
"message": "สร้างสัญญาใหม่"
|
|
},
|
|
"newPassword": {
|
|
"message": "รหัสผ่านใหม่(ขั้นต่ำ 8 ตัวอักษร)"
|
|
},
|
|
"newToMetaMask": {
|
|
"message": "เพิ่งเริ่มใช้ MetaMask?"
|
|
},
|
|
"newTransactionFee": {
|
|
"message": "ค่าธรรมเนียมธุรกรรมใหม่"
|
|
},
|
|
"next": {
|
|
"message": "ถัดไป"
|
|
},
|
|
"noAddressForName": {
|
|
"message": "ยังไม่มีแอดแดรสไหนตั้งในชื่อนี้"
|
|
},
|
|
"noDeposits": {
|
|
"message": "ไม่มีเงินฝากเข้ามา"
|
|
},
|
|
"noTransactions": {
|
|
"message": "ยังไม่มีรายการธุรกรรม"
|
|
},
|
|
"participateInMetaMetricsDescription": {
|
|
"message": "เข้าร่วมใน MetaMetrics เพื่อช่วยเราในการพัฒนา MetaMask"
|
|
},
|
|
"pastePrivateKey": {
|
|
"message": "วางคีย์ส่วนตัวของคุณที่นี่:",
|
|
"description": "For importing an account from a private key"
|
|
},
|
|
"personalAddressDetected": {
|
|
"message": "ตรวจพบแอดแดรสส่วนตัวแล้ว ใส่แอดแดรสสัญญาโทเค็น"
|
|
},
|
|
"privacyMsg": {
|
|
"message": "นโยบายสความเป็นส่วนตัว"
|
|
},
|
|
"privateKey": {
|
|
"message": "คีย์ส่วนตัว",
|
|
"description": "select this type of file to use to import an account"
|
|
},
|
|
"privateKeyWarning": {
|
|
"message": "คำเตือน: ห้ามเปิดเผยคีย์นี้ ทุกคนที่มีคีย์ส่วนตัวสามารถขโมยข้อมูลใด ๆ ที่เก็บไว้ในบัญชีของคุณได้"
|
|
},
|
|
"privateNetwork": {
|
|
"message": "เครือข่ายส่วนตัว"
|
|
},
|
|
"qrCode": {
|
|
"message": "แสดง QR Code"
|
|
},
|
|
"readdToken": {
|
|
"message": "คุณสามารถเพิ่มโทเค็นนี้ในอนาคตได้โดยไปที่ “เพิ่มโทเค็น” ในเมนูตัวเลือกบัญชีของคุณ"
|
|
},
|
|
"recipientAddress": {
|
|
"message": "แอดแดรสผู้รับ"
|
|
},
|
|
"rejected": {
|
|
"message": "ถูกปฏิเสธ"
|
|
},
|
|
"resetAccount": {
|
|
"message": "รีเซ็ตบัญชี"
|
|
},
|
|
"deleteNetwork": {
|
|
"message": "ลบเครือข่าย?"
|
|
},
|
|
"remindMeLater": {
|
|
"message": "เตือนฉันภายหลัง"
|
|
},
|
|
"restoreFromSeed": {
|
|
"message": "กู้คืนจากกลุ่มคำชีด"
|
|
},
|
|
"required": {
|
|
"message": "จำเป็น"
|
|
},
|
|
"revealSeedWords": {
|
|
"message": "เปิดเผยกลุ่มคำชีด"
|
|
},
|
|
"revealSeedWordsWarning": {
|
|
"message": "อย่าเปิดเผยคำกลุ่มคำชีดของคุณในที่สาธารณะ! คำเหล่านี้สามารถใช้เพื่อขโมยบัญชีทั้งหมดของคุณ"
|
|
},
|
|
"revert": {
|
|
"message": "ย้อนกลับ"
|
|
},
|
|
"rinkeby": {
|
|
"message": "เครือข่ายทดสอบ Rinkeby"
|
|
},
|
|
"ropsten": {
|
|
"message": "เครือข่ายทดสอบ Ropsten"
|
|
},
|
|
"save": {
|
|
"message": "บันทึก"
|
|
},
|
|
"slower": {
|
|
"message": "ช้าลง"
|
|
},
|
|
"search": {
|
|
"message": "ค้นหา"
|
|
},
|
|
"secretPhrase": {
|
|
"message": "ป้อนกลุ่มคำสิบสองคำเพื่อกู้คืนตู้เซฟของคุณ"
|
|
},
|
|
"seedPhraseReq": {
|
|
"message": "กลุ่มคำชีดมีความยาว 12 คำ"
|
|
},
|
|
"selectCurrency": {
|
|
"message": "เลือกสกุลเงิน"
|
|
},
|
|
"selectType": {
|
|
"message": "เลือกประเภท"
|
|
},
|
|
"send": {
|
|
"message": "ส่ง"
|
|
},
|
|
"sendAmount": {
|
|
"message": "ส่งจำนวนเงินนี้"
|
|
},
|
|
"sendETH": {
|
|
"message": "ส่งอีเธอร์"
|
|
},
|
|
"sendTokens": {
|
|
"message": "ส่งโทเค็น"
|
|
},
|
|
"selectAnAccount": {
|
|
"message": "เลือกบัญชี"
|
|
},
|
|
"selectHdPath": {
|
|
"message": "เลือกเส้นทาง HD"
|
|
},
|
|
"settings": {
|
|
"message": "การตั้งค่า"
|
|
},
|
|
"showAdvancedGasInline": {
|
|
"message": "การควบคุม Gas ขั้นสูง"
|
|
},
|
|
"showPrivateKeys": {
|
|
"message": "แสดงคีย์ส่วนตัว"
|
|
},
|
|
"sign": {
|
|
"message": "เซ็นชื่อ"
|
|
},
|
|
"signatureRequest": {
|
|
"message": "ขอลายเซ็น"
|
|
},
|
|
"signed": {
|
|
"message": "ลงชื่อแล้ว"
|
|
},
|
|
"signNotice": {
|
|
"message": "การเซ็นชื่อในข้อความนี้อาจจะเป็นอันตรายได้ \nเซ็นชื่อเฉพาะข้อความจากแหล่งที่คุณไว้วางใจได้จริง ๆ เท่านั้น \nวิธีที่อันตรายนี้จะถูกลบออกในอนาคต"
|
|
},
|
|
"sigRequest": {
|
|
"message": "ขอลายเซ็น"
|
|
},
|
|
"switchNetworks": {
|
|
"message": "เปลี่ยนเครือข่าย"
|
|
},
|
|
"stateLogs": {
|
|
"message": "บันทึกของสถานะ"
|
|
},
|
|
"stateLogsDescription": {
|
|
"message": "บันทึกของสถานะประกอบด้วยแอดแดรสสาธารณะและธุรกรรมที่ส่ง"
|
|
},
|
|
"step1HardwareWallet": {
|
|
"message": "1. เชื่อมต่อ Hardware Wallet"
|
|
},
|
|
"step2HardwareWallet": {
|
|
"message": "2. เลือกบัญชี"
|
|
},
|
|
"step3HardwareWalletMsg": {
|
|
"message": "ใช้บัญชีฮาร์ดแวร์ของคุณเช่นเดียวกับการใช้กับบัญชี Ethereum ล็อกอินเข้าสู่ dApp ส่ง Eth ซื้อและเก็บโทเคน ERC20 และโทเคนแบบ Non-Fungible เช่น CryptoKitties"
|
|
},
|
|
"storePhrase": {
|
|
"message": "เก็บ Phrase นี้ในตัวจัดการรหัสผ่าน เช่น 1Password"
|
|
},
|
|
"supportCenter": {
|
|
"message": "ไปที่ศูนย์สนับสนุนของเรา"
|
|
},
|
|
"symbol": {
|
|
"message": "เครื่องหมาย"
|
|
},
|
|
"symbolBetweenZeroTwelve": {
|
|
"message": "สัญลักษณ์ต้องมีความยาวตั้งแต่ 0 ถึง 12 อักขระ"
|
|
},
|
|
"syncWithMobileComplete": {
|
|
"message": "ซิงค์ข้อมูลของคุณเรียบร้อยแล้ว ใช้แอพ MetaMask ให้สนุกนะ!"
|
|
},
|
|
"terms": {
|
|
"message": "ข้อตกลงในการใช้งาน"
|
|
},
|
|
"testFaucet": {
|
|
"message": "ตัวแจกจ่ายเพื่อการทดสอบ"
|
|
},
|
|
"thisWillCreate": {
|
|
"message": "สิ่งนี้จะสร้าง Wallet และ Seed Phrase ใหม่"
|
|
},
|
|
"to": {
|
|
"message": "ถึง"
|
|
},
|
|
"toETHviaShapeShift": {
|
|
"message": "$1 เป็นอีเธอร์โดย ShapeShift",
|
|
"description": "system will fill in deposit type in start of message"
|
|
},
|
|
"tokenAlreadyAdded": {
|
|
"message": "โทเคนได้ถูกเพิ่มไปแล้ว"
|
|
},
|
|
"tokenSymbol": {
|
|
"message": "สัญลักษณ์ประจำตัว"
|
|
},
|
|
"total": {
|
|
"message": "รวม"
|
|
},
|
|
"transactionDropped": {
|
|
"message": "ธุรกรรมถูกยกเลิกเมื่อ $2"
|
|
},
|
|
"transactionCancelSuccess": {
|
|
"message": "ยกเลิกธุรกรรมเรียบร้อยแล้วเมื่อ $2"
|
|
},
|
|
"transferBetweenAccounts": {
|
|
"message": "โอนระหว่างบัญชีของฉัน"
|
|
},
|
|
"troubleTokenBalances": {
|
|
"message": "เรามีปัญหาในการโหลดยอดโทเค็นคงเหลือของคุณ คุณสามารถดูได้ที่นี่",
|
|
"description": "Followed by a link (here) to view token balances"
|
|
},
|
|
"typePassword": {
|
|
"message": "พิมพ์รหัสผ่านของคุณ"
|
|
},
|
|
"unknown": {
|
|
"message": "ไม่รู้จัก"
|
|
},
|
|
"unknownNetwork": {
|
|
"message": "ไม่รู้จักเครือข่ายส่วนตัว"
|
|
},
|
|
"unlock": {
|
|
"message": "ปลดล็อก"
|
|
},
|
|
"updatedWithDate": {
|
|
"message": "อัปเดต $1 แล้ว"
|
|
},
|
|
"urlErrorMsg": {
|
|
"message": "URI ต้องมีคำนำหน้าเป็น HTTP หรือ HTTPS"
|
|
},
|
|
"usedByClients": {
|
|
"message": "ถูกใช้งานโดยหลายไคลเอนท์"
|
|
},
|
|
"viewAccount": {
|
|
"message": "ดูบัญชี"
|
|
},
|
|
"visitWebSite": {
|
|
"message": "เยี่ยมชมเว็บไซต์ของเรา"
|
|
},
|
|
"welcome": {
|
|
"message": "ยินดีต้อนรับสู่ MetaMask เบต้า"
|
|
},
|
|
"yourSigRequested": {
|
|
"message": "ลายเซ็นของคุณกำลังได้รับการร้องขอ"
|
|
},
|
|
"youSign": {
|
|
"message": "คุณกำลังเซ็นชื่อ"
|
|
}
|
|
}
|