1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/app/_locales/fil/messages.json

1242 lines
35 KiB
JSON
Raw Normal View History

{
"chartOnlyAvailableEth": {
"message": "Available lang ang chart sa mga Ethereum network."
},
"contractInteraction": {
"message": "Paggamit sa Contract"
},
"reject": {
"message": "Tanggihan"
},
Connect distinct accounts per site (#7004) * 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
2019-12-03 18:35:56 +01:00
"likeToConnect": {
"message": "Gusto ng $1 na kumonekta sa iyong account"
},
"about": {
"message": "Tungkol sa"
},
"aboutSettingsDescription": {
"message": "Bersyon, support center, at impormasyon sa pakikipag-ugnayan"
},
"acceleratingATransaction": {
"message": "* Ang pagpapabilis sa isang transaksyon sa pamamagitan ng paggamit ng mas mataas na presyo ng gas ay makakadagdag sa tsansa nitong maproseso ng network nang mas mabilis, pero hindi ito palaging garantisado."
},
"accessingYourCamera": {
"message": "Ina-access ang iyong camera..."
},
"accountDetails": {
"message": "Mga Detalye ng Account"
},
"accountName": {
"message": "Pangalan ng Account"
},
"accountOptions": {
"message": "Mga Opsyon sa Account"
},
"accountSelectionRequired": {
"message": "Kailangan mong pumili ng account!"
},
"activityLog": {
"message": "log ng aktibidad"
},
"addNetwork": {
"message": "Magdagdag ng Network"
},
"addRecipient": {
"message": "Magdagdag ng Recipient"
},
"advancedSettingsDescription": {
"message": "I-access ang mga feature para sa mga developer, mag-download ng mga State Log, I-reset ang Account, mag-set up ng mga testnet at custom RPC"
},
"advancedOptions": {
"message": "Mga Advanced na Opsyon"
},
"addToAddressBook": {
"message": "Idagdag sa address book"
},
"addToAddressBookModalPlaceholder": {
"message": "hal. Juan D."
},
"addAlias": {
"message": "Magdagdag ng alias"
},
"addToken": {
"message": "Magdagdag ng Token"
},
"addTokens": {
"message": "Magdagdag ng Mga Token"
},
"addSuggestedTokens": {
"message": "Magdagdag ng Mga Iminungkahing Token"
},
"addAcquiredTokens": {
"message": "Idagdag ang mga token na nakuha mo gamit ang MetaMask"
},
"amount": {
"message": "Halaga"
},
"appDescription": {
"message": "Isang Ethereum Wallet sa iyong Browser",
"description": "The description of the application"
},
"appName": {
"message": "MetaMask",
"description": "The name of the application"
},
"approve": {
"message": "Aprubahan"
},
"approved": {
"message": "Inaprubahan"
},
"attemptingConnect": {
"message": "Sinusubukang kumonekta sa blockchain."
},
"attemptToCancel": {
"message": "Subukang Kanselahin?"
},
"attemptToCancelDescription": {
"message": "Ang pagsusumite sa pagtangkang ito ay hindi makakagarantiya na nakansela ang iyong orihinal na transaksyon. Kung matagumpay ang pagtangkang magkansela, sisingilin sa iyo ang bayarin sa transaksyon sa itaas."
},
"attributions": {
"message": "Mga Attribution"
},
"autoLockTimeLimit": {
"message": "Auto-Logout Timer (minuto)"
},
"autoLockTimeLimitDescription": {
"message": "I-set ang idle time na minuto bago awtomatikong mag-log out ang MetaMask"
},
"back": {
"message": "Bumalik"
},
"backToAll": {
"message": "Bumalik sa Lahat"
},
"backupApprovalNotice": {
"message": "I-back up ang iyong Secret Recovery code para panatilihing secure ang iyong wallet at pondo."
},
"backupApprovalInfo": {
"message": "Ang secret code na ito ay kinakailangan para ma-recover ang iyong wallet kung sakaling mawawala mo ang iyong device, nakalimutan mo ang iyong password, kailangan mong i-install ulit ang MetaMask, o gusto mong i-access ang iyong wallet sa ibang device."
},
"backupNow": {
"message": "I-back up ngayon"
},
"balance": {
"message": "Balanse"
},
"balanceOutdated": {
"message": "Maaaring outdated na ang balanse"
},
"basic": {
"message": "Pangunahin"
},
"blockExplorerView": {
"message": "Tingnan ang account sa $1",
"description": "$1 replaced by URL for custom block explorer"
},
"blockiesIdenticon": {
"message": "Gumamit ng Blockies Identicon"
},
"browserNotSupported": {
"message": "Hindi sinusuportahan ang iyong Browser..."
},
"builtInCalifornia": {
"message": "Ang MetaMask ay dinisenyo at binuo sa California."
},
"buyWithWyre": {
"message": "Bumili ng ETH gamit ang Wyre"
},
"buyWithWyreDescription": {
"message": "Binibigyang-daan ka ng Wyre na gumamit ng credit card para magdeposito ng ETH nang direkta sa iyong MetaMask account."
},
"buyCoinSwitch": {
"message": "Bilhin sa CoinSwitch"
},
"buyCoinSwitchExplainer": {
"message": "Ang CoinSwitch ay ang one-stop na destinasyon para magpapalit ng mahigit sa 300 cryptocurrency sa pinakamababang halaga."
},
"off": {
"message": "Naka-off"
},
"on": {
"message": "Naka-on"
},
"optionalBlockExplorerUrl": {
"message": "Block Explorer URL (opsyonal)"
},
"cancel": {
"message": "Kanselahin"
},
"cancelAttempt": {
"message": "Kanselahin ang Pagtangka"
},
"cancellationGasFee": {
"message": "Gas Fee sa Pagkansela"
},
"cancelled": {
"message": "Nakansela"
},
"clickToAdd": {
"message": "Mag-click sa $1 para idagdag ang mga iyon sa iyong account"
},
"clickToRevealSeed": {
"message": "Mag-click dito para ipakita ang iyong secret words"
},
"close": {
"message": "Isara"
},
"chromeRequiredForHardwareWallets": {
"message": "Kailangan mong gamitin ang MetaMask sa Google Chrome upang makakonekta sa iyong Hardware Wallet."
},
"confirm": {
"message": "Kumpirmahin"
},
"confirmed": {
"message": "Nakumpirma"
},
"confirmPassword": {
"message": "Kumpirmahin ang Password"
},
"confirmSecretBackupPhrase": {
"message": "Kumpirmahin ang iyong Secret Backup Phrase"
},
"congratulations": {
"message": "Binabati kita"
},
"connectHardwareWallet": {
"message": "Magkonekta ng Hardware Wallet"
},
"connect": {
"message": "Kumonekta"
},
"connectingTo": {
"message": "Kumokonekta sa $1"
},
"connectingToKovan": {
"message": "Kumokonekta sa Kovan Test Network"
},
"connectingToMainnet": {
"message": "Kumokonekta sa Main Ethereum Network"
},
"connectingToRopsten": {
"message": "Kumokonekta sa Ropsten Test Network"
},
"connectingToRinkeby": {
"message": "Kumokonekta sa Rinkeby Test Network"
},
"connectingToLocalhost": {
"message": "Kumokonekta sa Localhost 8545"
},
"connectingToGoerli": {
"message": "Kumokonekta sa Goerli Test Network"
},
"continueToWyre": {
"message": "Magpatuloy sa Wyre"
},
"continueToCoinSwitch": {
"message": "Magpatuloy sa CoinSwitch"
},
"contractDeployment": {
"message": "Deployment ng Contract"
},
"conversionProgress": {
"message": "Kasalukuyang ipinapapalit"
},
"copiedButton": {
"message": "Nakopya"
},
"copiedExclamation": {
"message": "Nakopya!"
},
"copyAddress": {
"message": "Kopyahin ang address sa clipboard"
},
"copyTransactionId": {
"message": "Kopyahin ang Transaction ID"
},
"copiedTransactionId": {
"message": "Nakopya ang Transaction ID"
},
"copyToClipboard": {
"message": "Kopyahin sa clipboard"
},
"copyButton": {
"message": "Kopyahin "
},
"copyPrivateKey": {
"message": "Ito ang iyong pribadong private key (i-click para kopyahin)"
},
"create": {
"message": "Gumawa"
},
"createAccount": {
"message": "Gumawa ng Account"
},
"createAWallet": {
"message": "Gumawa ng Wallet"
},
"createPassword": {
"message": "Gumawa ng Password"
},
"currencyConversion": {
"message": "Pagpapapalit ng Currency "
},
"currentLanguage": {
"message": "Kasalukuyang Wika"
},
"customGas": {
"message": "I-customize ang Gas"
},
"customGasSubTitle": {
"message": "Maaaring mas bumilis ang pagpoproseso kapag dinagdagan ang fee, pero hindi ito garantisado."
},
"customToken": {
"message": "Custom na Token"
},
"decimalsMustZerotoTen": {
"message": "Ang mga decimal ay hindi dapat bumaba sa 0, at hindi lumampas sa 36."
},
"decimal": {
"message": "Bilang ng Decimal"
},
"defaultNetwork": {
"message": "Ang default na network para sa mga transaksyon ng Ether ay Main Net."
},
"delete": {
"message": "I-delete"
},
"deleteAccount": {
"message": "I-delete ang Account"
},
"deposit": {
"message": "Deposito"
},
"depositEther": {
"message": "Magdeposito ng Ether"
},
"details": {
"message": "Mga Detalye"
},
"directDepositEther": {
"message": "Direktang Magdeposito ng Ether"
},
"directDepositEtherExplainer": {
"message": "Kung mayroon ka nang Ether, ang pinakamabilis na paraan para magkaroon ng Ether sa iyong bagong wallet ay sa pamamagitan ng direkang deposito."
},
"done": {
"message": "Tapos na"
},
"downloadGoogleChrome": {
"message": "I-download ang Google Chrome"
},
"downloadSecretBackup": {
"message": "I-download ang Secret Backup Phrase na ito at panatilhing itong nakatago nang ligtas sa isang external na encrypted hard drive o storage medium."
},
"downloadStateLogs": {
"message": "I-download ang mga State Log"
},
"dontHaveAHardwareWallet": {
"message": "Wala ka bang hardware wallet?"
},
"dropped": {
"message": "Na-drop"
},
"edit": {
"message": "I-edit"
},
"editContact": {
"message": "I-edit ang Contact"
},
"emailUs": {
"message": "Mag-email sa amin!"
},
"endOfFlowMessage1": {
"message": "Pumasa ka sa test - panatilihing ligtas ang iyong seedphrase, responsibilidad mo ito!"
},
"endOfFlowMessage2": {
"message": "Mga tip sa pag-store dito ng ligtas"
},
"endOfFlowMessage3": {
"message": "Mag-save ng backup sa maraming lugar."
},
"endOfFlowMessage4": {
"message": "Huwag ibahagi ang parirala sa kahit sino."
},
"endOfFlowMessage5": {
"message": "Mag-ingat sa phishing! Hindi ka basta-basta hihilingin ng MetaMask ang iyong seed phrase."
},
"endOfFlowMessage6": {
"message": "Kung kailangan mong i-back up ulit ang iyong seed phrase, makikita mo ito sa Mga Setting -> Seguridad."
},
"endOfFlowMessage7": {
"message": "Kung may mga tanong ka o nakakita ka ng kahina-hinalang bagay, i-email ang support@metamask.io."
},
"endOfFlowMessage8": {
"message": "Hindi ma-recover ng MetaMask ang iyong seedphrase. Alamin pa."
},
"endOfFlowMessage9": {
"message": "Matuto pa."
},
"endOfFlowMessage10": {
"message": "Tapos na Lahat"
},
"ensRegistrationError": {
"message": "May error sa pagrerehistro ng ENS name"
},
"ensNotFoundOnCurrentNetwork": {
"message": "Hindi nakita ang ENS name sa kasalukuyang network. Subukang lumipat sa Main Ethereum Network."
},
"enterAnAlias": {
"message": "Maglagay ng alias"
},
"enterPassword": {
"message": "Ilagay ang password"
},
"enterPasswordContinue": {
"message": "Ilagay ang password para magpatuloy"
},
"etherscanView": {
"message": "Tingnan ang account sa Etherscan"
},
"estimatedProcessingTimes": {
"message": "Tinatantiyang Tagal ng Pagproseso"
},
"expandView": {
"message": "I-expand ang View"
},
"exportPrivateKey": {
"message": "I-export ang Private Key"
},
"failed": {
"message": "Nabigo"
},
"fast": {
"message": "Mabilis"
},
"faster": {
"message": "Mas Mabilis"
},
"fileImportFail": {
"message": "Hindi gumagana ang pag-import ng file? Mag-click dito!",
"description": "Helps user import their account from a JSON file"
},
"forgetDevice": {
"message": "Kalimutan ang device na ito"
},
"from": {
"message": "Mula sa"
},
"fromShapeShift": {
"message": "Mula sa ShapeShift"
},
"functionType": {
"message": "Uri ng Function"
},
"gasLimit": {
"message": "Limitasyon sa Gas"
},
"gasLimitInfoModalContent": {
"message": "Ang limitasyon sa gas ay ang maximum na dami ng mga unit ng gas na handa kang gastusin."
},
"gasLimitTooLow": {
"message": "Ang limitasyon sa gas ay dapat na hindi bababa sa 21000"
},
"gasUsed": {
"message": "Gas na Ginamit"
},
"gasPrice": {
"message": "Presyo ng Gas (GWEI)"
},
"gasPriceExtremelyLow": {
"message": "Napakababa ng Presyo ng Gas"
},
"gasPriceInfoModalContent": {
"message": "Tinutukoy ng presyo ng gas ang halaga ng Ether na handa kang ibayad para sa bawat unit ng gas."
},
"gasPriceNoDenom": {
"message": "Presyo ng Gas"
},
"general": {
"message": "Pangkalahatan"
},
"generalSettingsDescription": {
"message": "Pagpapapalit ng currency, pangunahing currency, wika, blockies identicon"
},
"getEther": {
"message": "Kumuha ng Ether"
},
"getEtherFromFaucet": {
"message": "Kumuha ng Ether mula sa isang faucet para sa $1",
"description": "Displays network name for Ether faucet"
},
"getHelp": {
"message": "Humingi ng Tulong."
},
"getStarted": {
"message": "Magsimula"
},
"happyToSeeYou": {
"message": "Masaya kaming makita ka."
},
"hardwareWalletConnected": {
"message": "Nakakonekta ang hardware wallet"
},
"hardwareWallets": {
"message": "Magkonekta ng hardware wallet"
},
"hardwareWalletsMsg": {
"message": "Pumili ng hardware wallet na gusto mong gamitin sa MetaMask"
},
"havingTroubleConnecting": {
"message": "May problema ka ba sa pagkonekta?"
},
"here": {
"message": "dito",
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
},
"hide": {
"message": "Itago"
},
"hideToken": {
"message": "Itago ang Token"
},
"hideTokenPrompt": {
"message": "Itago ang Token?"
},
"import": {
"message": "I-import",
"description": "Button to import an account from a selected file"
},
"importAccount": {
"message": "Mag-import ng Account"
},
"importAccountMsg": {
"message": " Ang mga na-import na account ay hindi iuugnay sa orihinal na seedphrase na ginawa ng iyong MetaMask account. Matuto pa tungkol sa mga na-import na account "
},
"importAccountSeedPhrase": {
"message": "Mag-import ng Account gamit ang Seed Phrase"
},
"importWallet": {
"message": "Mag-import ng Wallet"
},
"importYourExisting": {
"message": "I-import ang kasalukuyan mong wallet gamit ang isang seed phrase na may 12 salita"
},
"imported": {
"message": "Na-import",
"description": "status showing that an account has been fully loaded into the keyring"
},
"importUsingSeed": {
"message": "Mag-import gamit ang seed phrase ng account"
},
"infoHelp": {
"message": "Impormasyon at Tulong"
},
"initialTransactionConfirmed": {
"message": "Nakumpirma ng network ang iyong unang transaksyon. I-click ang OK para bumalik."
},
"insufficientBalance": {
"message": "Hindi sapat ang balanse."
},
"insufficientFunds": {
"message": "Hindi sapat ang pondo."
},
"insufficientTokens": {
"message": "Hindi sapat ang mga token."
},
"invalidAddress": {
"message": "Hindi valid ang address"
},
"invalidAddressRecipient": {
"message": "Hindi valid ang address ng recipient"
},
"knownAddressRecipient": {
"message": "Kilalang address ng contract."
},
"invalidAddressRecipientNotEthNetwork": {
"message": "Hindi ito isang ETH network, i-set sa lowercase"
},
"invalidInput": {
"message": "Hindi valid ang input."
},
"invalidRPC": {
"message": "Hindi valid ang RPC URL"
},
"invalidBlockExplorerURL": {
"message": "Hindi valid ang Block Explorer URL"
},
"invalidSeedPhrase": {
"message": "Hindi valid ang seed phrase"
},
"learnMore": {
"message": "Matuto pa"
},
"ledgerAccountRestriction": {
"message": "Kailangan mong gamitin ang iyong dating account bago ka makapagdagdag ng bago."
},
"letsGoSetUp": {
"message": "Oo, i-set up natin ito!"
},
"likeToAddTokens": {
"message": "Gusto mo bang idagdag ang mga token na ito?"
},
"links": {
"message": "Mga Link"
},
"liveGasPricePredictions": {
"message": "Mga Live na Prediksyon sa Presyo ng Gas"
},
"loading": {
"message": "Naglo-load..."
},
"loadingTokens": {
"message": "Naglo-load ng Mga Token..."
},
"loadMore": {
"message": "Mag-load Pa"
},
"lock": {
"message": "Mag-log out"
},
"memorizePhrase": {
"message": "Tandaan ang pariralang ito."
},
"message": {
"message": "Mensahe"
},
"metamaskDescription": {
"message": "Kinokonekta ka sa Ethereum at sa Decentralized Web."
},
"metamaskSeedWords": {
"message": "Seed Words ng MetaMask"
},
"metamaskVersion": {
"message": "Bersyon ng MetaMask"
},
"missingYourTokens": {
"message": "Hindi mo ba nakikita ang iyong mga token?"
},
"mobileSyncText": {
"message": "Pakilagay ang iyong password para kumpirmahing ikaw ito!"
},
"myAccounts": {
"message": "Mga Account Ko"
},
"myWalletAccounts": {
"message": "Mga Wallet Account Ko"
},
"myWalletAccountsDescription": {
"message": "Ang lahat ng iyong account na ginawa sa MetaMask ay awtomatikong idadagdag sa seksyong ito."
},
"mustSelectOne": {
"message": "Dapat pumili ng kahit 1 token."
},
"needEtherInWallet": {
"message": "Para gumamit ng mga decentralized na application gamit ang MetaMask, mangangailangan ka ng Ether sa iyong wallet."
},
"needImportFile": {
"message": "Dapat kang pumili ng file na ii-import.",
"description": "User is important an account and needs to add a file to continue"
},
"negativeETH": {
"message": "Hindi makakapagpadala ng mga negative na halaga ng ETH."
},
"networkName": {
"message": "Pangalan ng Network"
},
"networks": {
"message": "Mga Network"
},
"networkSettingsDescription": {
"message": "Magdagdag at mag-edit ng mga custom na RPC network"
},
"nevermind": {
"message": "Huwag na lang"
},
"newAccount": {
"message": "Bagong Account"
},
"newAccountDetectedDialogMessage": {
"message": "Naka-detect ng bagong address! Mag-click dito para idagdag ang iyong address book."
},
"newContact": {
"message": "Bagong Contact"
},
"newContract": {
"message": "Bagong Contract"
},
"newPassword": {
"message": "Bagong Password (min 8 char)"
},
"newNetwork": {
"message": "Bagong Network"
},
"newToMetaMask": {
"message": "Bago ka ba sa MetaMask?"
},
"noAlreadyHaveSeed": {
"message": "Hindi, may seed phrase na ako"
},
"protectYourKeys": {
"message": "Protektahan Ang Iyong Mga Key!"
},
"protectYourKeysMessage1": {
"message": "Mag-ingat sa iyong seed phrase — may mga ulat na may mga website na nagpapanggap bilang MetaMask. Hindi kailanman hihilingin ng MetaMask ang iyong seed phrase!"
},
"protectYourKeysMessage2": {
"message": "Panatilihing ligtas ang iyong parirala. Kung may makikita kang kahina-hinala, o hindi ka sigurado tungkol sa isang website, mag-email sa support@metamask.io"
},
"rpcUrl": {
"message": "Bagong RPC URL"
},
"optionalChainId": {
"message": "ChainID (opsyonal)"
},
"optionalSymbol": {
"message": "Simbolo (opsyonal)"
},
"newTotal": {
"message": "Bagong Total"
},
"newTransactionFee": {
"message": "Bagong Transaction Fee"
},
"next": {
"message": "Susunod"
},
"noAddressForName": {
"message": "Walang address na na-set para sa pangalang ito."
},
"noDeposits": {
"message": "Walang mga depositong natanggap"
},
"noConversionRateAvailable": {
"message": "Walang Presyo ng Palitan na Available"
},
"noTransactions": {
"message": "Wala kang mga transaksyon"
},
"notEnoughGas": {
"message": "Hindi Sapat Ang Gas"
},
"noWebcamFoundTitle": {
"message": "Hindi nakita ang webcam"
},
"noWebcamFound": {
"message": "Hindi nakita ang webcam ng iyong computer. Pakisubukang muli."
},
"ofTextNofM": {
"message": "sa"
},
"orderOneHere": {
"message": "Mag-order ng Trezor o Ledger para itago sa cold storage ang iyong pondo"
},
"origin": {
"message": "Pinanggalingan"
},
"parameters": {
"message": "Mga Parameter"
},
"participateInMetaMetrics": {
"message": "Makilahok sa MetaMetrics"
},
"participateInMetaMetricsDescription": {
"message": "Makilahok sa MetaMetrics para tulungan kaming mas pagandahin ang MetaMask"
},
"passwordsDontMatch": {
"message": "Hindi Nagtutugma Ang Mga Password"
},
"passwordNotLongEnough": {
"message": "Hindi sapat ang haba ng password"
},
"pastePrivateKey": {
"message": "I-paste ang iyong private key string dito:",
"description": "For importing an account from a private key"
},
"pending": {
"message": "nakabinbin"
},
"personalAddressDetected": {
"message": "Naka-detect ng personal na address. I-input ang token contract address."
},
"prev": {
"message": "Nakaraan"
},
"primaryCurrencySetting": {
"message": "Pangunahing Currency"
},
"primaryCurrencySettingDescription": {
"message": "Piliin ang native para bigyang priyoridad ang pagpapakita ng mga halaga sa native currency ng chain (hal. ETH). Piliin ang Fiat para bigyang priyoridad ang pagpapakita ng mga halaga sa napili mong fiat currency."
},
"privacyMsg": {
"message": "Patakaran sa Privacy"
},
"privateKeyWarning": {
"message": "Babala: Huwag ibunyag ang key na ito. Ang kahit sinong may mga private key mo ay maaaring magnakaw ng anumang asset na nasa iyong account."
},
"privateNetwork": {
"message": "Pribadong Network"
},
"qrCode": {
"message": "Ipakita ang QR Code"
},
"queue": {
"message": "I-queue"
},
"readdToken": {
"message": "Puwede mong idagdag ulit ang token na ito sa hinaharap sa pamamagitan ng pagpunta sa “Magdagdag ng token” sa menu ng mga opsyon ng iyong mga accounts."
},
"recents": {
"message": "Kamakailan"
},
"recipientAddress": {
"message": "Address ng Recipient"
},
"recipientAddressPlaceholder": {
"message": "Maghanap, pampublikong address (0x), o ENS"
},
"rejectAll": {
"message": "Tanggihan Lahat"
},
"rejectTxsN": {
"message": "Tanggihan ang $1 (na) transaksyon"
},
"rejectTxsDescription": {
"message": "Sabay-sabay mong tatanggihan ang $1 (na) transaksyon."
},
"rejected": {
"message": "Tinanggihan"
},
"reset": {
"message": "I-reset"
},
"resetAccount": {
"message": "I-reset ang Account"
},
"resetAccountDescription": {
"message": "Kapag na-reset ang iyong account, maki-clear ang iyong kasaysayan ng transaksyon."
},
"deleteNetwork": {
"message": "I-delete ang Network?"
},
"deleteNetworkDescription": {
"message": "Sigurado ka bang gusto mong i-delete ang network na ito?"
},
"remindMeLater": {
"message": "Paalalahanan ako sa ibang pagkakataon"
},
"restoreFromSeed": {
"message": "I-restore ang account?"
},
"restoreAccountWithSeed": {
"message": "I-restore ang iyong Account gamit ang Seed Phrase"
},
"requestsAwaitingAcknowledgement": {
"message": "naghihintay na matugunan ang mga request"
},
"required": {
"message": "Kailangan"
},
"restore": {
"message": "Ipanumbalik"
},
"revealSeedWords": {
"message": "Ipakita ang Seed Words"
},
"revealSeedWordsDescription": {
"message": "Kung lilipat ka ng browser o magpapalit ka ng computer, kakailanganin mo ang seed phrase na ito para ma-access ang iyong mga account. I-save ang mga iyon sa isang lugar na ligtas at lihim."
},
"revealSeedWordsWarningTitle": {
"message": "HUWAG ibahagi ang pariralang ito sa kahit sino!"
},
"revealSeedWordsWarning": {
"message": "Maaaring gamitin ang mga salitang ito para nakawin ang lahat ng iyong account."
},
"remove": {
"message": "Alisin"
},
"removeAccount": {
"message": "Alisin ang account"
},
"removeAccountDescription": {
"message": "Tatanggalin ang account na ito sa iyong wallet. Pakitiyak na nasa iyo ang orihinal na seed phrase o private key para sa naka-import na account na ito bago magpatuloy. Maaari kang mag-import o gumawa ulit ng mga account mual sa drop-down ng account. "
},
"readyToConnect": {
"message": "Handa ka nang Kumonekta?"
},
"save": {
"message": "I-save"
},
"slow": {
"message": "Mabagal"
},
"slower": {
"message": "Mas Mabagal"
},
"saveAsCsvFile": {
"message": "I-save bilang CSV File"
},
"scanInstructions": {
"message": "Ilagay ang QR code sa harap ng iyong camera"
},
"scanQrCode": {
"message": "I-scan ang QR Code"
},
"search": {
"message": "Hanapin"
},
"searchResults": {
"message": "Mga Resulta ng Paghahanap"
},
"secretBackupPhraseDescription": {
"message": "Pinapadali ng iyong secret backup phrase na i-back up at i-restore ang iyong account."
},
"secretBackupPhraseWarning": {
"message": "BABALA: Huwag ibunyag ang iyong backup phrase. Mananakaw ng kahit sinong may ganitong parirala ang iyong Ether at hindi na ito maibabalik."
},
"secretPhrase": {
"message": "Ilagay ang iyong lihim na pariralang may labindalawang salita para ma-restore ang iyong vault."
},
"securityAndPrivacy": {
"message": "Seguridad at Privacy"
},
"securitySettingsDescription": {
"message": "Mga setting ng privacy at seed phrase ng wallet"
},
"seedPhrasePlaceholder": {
"message": "Paghiwa-hiwalayin ang bawat salita gamit ang isang space"
},
"seedPhraseReq": {
"message": "Ang mga seed phrase ay may habang 12 salita"
},
"selectCurrency": {
"message": "Pumili ng Currency"
},
"selectEachPhrase": {
"message": "Pakipili ang bawat parirala para tiyaking tama ito."
},
"selectLocale": {
"message": "Pumili ng Locale"
},
"selectType": {
"message": "Piliin ang Uri"
},
"send": {
"message": "Ipadala"
},
"sendAmount": {
"message": "Magpadala ng Halaga"
},
"sendETH": {
"message": "Magpadala ng ETH"
},
"sendTokens": {
"message": "Magpadala ng Mga Token"
},
"sentEther": {
"message": "nagpadala ng ether"
},
"sentTokens": {
"message": "mga ipinadalang token"
},
"separateEachWord": {
"message": "Paghiwa-hiwalayin ang bawat salita gamit ang isang space"
},
"searchTokens": {
"message": "Maghanap ng Mga Token"
},
"selectAnAccount": {
"message": "Pumili ng Account"
},
"selectAnAccountHelp": {
"message": "Piliin ang account na titingnan sa MetaMask"
},
"selectAHigherGasFee": {
"message": "Pumili ng mas mataas na gas fee para pabilisin ang pagproseso ng iyong transaksyon.*"
},
"selectHdPath": {
"message": "Piliin ang HD Path"
},
"selectPathHelp": {
"message": "Kung hindi mo makita ang kasalukuyan mong mga Ledger account sa ibaba, subukang ilipat ang mga path sa \"Legacy (MEW / MyCrypto)\""
},
"settings": {
"message": "Mga Setting"
},
"showAdvancedGasInline": {
"message": "Mga advanced na kontrol sa gas"
},
"showAdvancedGasInlineDescription": {
"message": "Piliin ito para ipakita ang presyo ng gas at limitahan ang mga kontrol nang direkta sa screen ng pagpapadala at pagkumpirma."
},
"showFiatConversionInTestnets": {
"message": "Ipakita ang Conversion sa mga Testnet"
},
"showFiatConversionInTestnetsDescription": {
"message": "Piliin ito para magpakita ng fiat conversion sa mga Testnet"
},
"showPrivateKeys": {
"message": "Ipakita ang mga Private Key"
},
"showHexData": {
"message": "Ipakita ang Hex Data"
},
"showHexDataDescription": {
"message": "Piliin ito para ipakita ang hex data field sa screen ng pagpapadala"
},
"sign": {
"message": "I-sign"
},
"signed": {
"message": "Na-sign"
},
"signNotice": {
"message": "Kapag na-sign ang mensaheng ito, maaaring magkaroon \nng mapapanganib na side effect. Mag-sign lang ng mga mensaheng mula \nsa mga site na ganap mong pinagkakatiwalaang gumamit sa iyong account.\n Isa itong mapanganib na method na aalisin sa isang bersyon sa hinaharap. "
},
"somethingWentWrong": {
"message": "Oops! Nagkaroon ng problema."
},
"speedUp": {
"message": "Pabilisin"
},
"speedUpCancellation": {
"message": "Pabilisin ang pagkanselang ito"
},
"speedUpTransaction": {
"message": "Pabilisin ang transaksyong ito"
},
"switchNetworks": {
"message": "Lumipat ng Network"
},
"stateLogs": {
"message": "Mga State Log"
},
"stateLogsDescription": {
"message": "Ang mga state log ay naglalaman ng iyong mga pampublikong account address at mga ipinadalang transaksyon."
},
"stateLogError": {
"message": "May error sa pagkuha sa mga state log."
},
"step1HardwareWallet": {
"message": "1. Magkonekta ng Hardware Wallet"
},
"step1HardwareWalletMsg": {
"message": "Ikonekta ang iyong hardware wallet nang direkta sa computer."
},
"step2HardwareWallet": {
"message": "2. Pumili ng Account"
},
"step2HardwareWalletMsg": {
"message": "Piliin ang halagang gusto mong tingnan. Maaari ka lang pumili nang paisa-isa."
},
"step3HardwareWallet": {
"message": "3. Magsimula gamit ang dApps at higit pa!"
},
"step3HardwareWalletMsg": {
"message": "Gamitin ang iyong hardware account tulad ng anumang Ethereum account. Mag-log in sa dApps, magpadala ng Eth, bumili at mag-store ng mga ERC20 token at mga Non-Fungible token tulad ng CryptoKitties."
},
"storePhrase": {
"message": "I-store ang pariralang ito sa isang password manager tulad ng 1Password."
},
"submitted": {
"message": "Isinumite"
},
"supportCenter": {
"message": "Bisitahin ang aming Support Center"
},
"symbol": {
"message": "Simbolo"
},
"symbolBetweenZeroTwelve": {
"message": "Ang simbolo ay dapat na 11 character o mas kaunti."
},
"syncWithMobile": {
"message": "I-sync sa mobile"
},
"syncWithMobileTitle": {
"message": "I-sync sa mobile"
},
"syncWithMobileDesc": {
"message": "Maaari mong i-sync ang iyong mga account at impormasyon sa iyong mobile device. Buksan ang MetaMask mobile app, pumunta sa \"Settings\" at mag-tap sa \"Sync from Browser Extension\""
},
"syncWithMobileDescNewUsers": {
"message": "Kung bubuksan mo ang MetaMask Mobile app sa unang pagkakataon, sundin lang ang mga hakbang sa iyong telepono."
},
"syncWithMobileScanThisCode": {
"message": "I-scan ang code na ito sa iyong MetaMask mobile app"
},
"syncWithMobileBeCareful": {
"message": "Tiyaking walang ibang taong tumitingin sa iyong screen kapag sina-scan mo ang code na ito"
},
"syncWithMobileComplete": {
"message": "Matagumpay na na-sync ang iyong data. I-enjoy ang MetaMask mobile app!"
},
"terms": {
"message": "Mga Tuntunin ng Paggamit"
},
"thisWillCreate": {
"message": "Gagawa ito ng bagong wallet at seed phrase"
},
"tips": {
"message": "Mga Tip"
},
"to": {
"message": "Para sa"
},
"toETHviaShapeShift": {
"message": "$1 sa ETH sa pamamagitan ng ShapeShift",
"description": "system will fill in deposit type in start of message"
},
"tokenAlreadyAdded": {
"message": "Naidagdag na ang token."
},
"tokenSymbol": {
"message": "Simbolo ng Token"
},
"total": {
"message": "Kabuuan"
},
"transaction": {
"message": "transaksyon"
},
"transactionConfirmed": {
"message": "Nakumpirma ang transaksyon sa ganap na $2."
},
"transactionCreated": {
"message": "Nagawa ang transaksyon nang may halagang $1 sa ganap na $2."
},
"transactionDropped": {
"message": "Na-drop ang transaksyon sa $2."
},
"transactionSubmitted": {
"message": "Nasumite ang transaksyon nang may gas fee na $1 sa $2."
},
"transactionResubmitted": {
"message": "Nasumite ulit ang transaksyon nang may gas fee na ginawang $1 sa ganap na $2"
},
"transactionUpdated": {
"message": "Na-update ang transaksyon sa $2."
},
"transactionErrored": {
"message": "Nagkaroon ng error ang transaksyon."
},
"transactionCancelAttempted": {
"message": "Sinubukan ang pagkansela sa transaksyon nang may gas fee na $1 sa ganap na $2"
},
"transactionCancelSuccess": {
"message": "Nakansela ang transaksyon sa ganap na $2"
},
"transactionError": {
"message": "May Error sa Transaksyon. May exception sa contract code."
},
"transactionErrorNoContract": {
"message": "Subukang mag-call ng function sa isang non-contract na address."
},
"transactionFee": {
"message": "Fee sa Transaksyon"
},
"transactionTime": {
"message": "Oras ng Transaksyon"
},
"transfer": {
"message": "Mag-transfer"
},
"transferBetweenAccounts": {
"message": "Mag-transfer sa pagitan ng aking mga account"
},
"transferFrom": {
"message": "I-transfer Mula Sa"
},
"troubleTokenBalances": {
"message": "Nagkaroon kami ng problema sa pag-loading sa iyong mga token balance. Makikita mo ang mga iyon ",
"description": "Followed by a link (here) to view token balances"
},
"tryAgain": {
"message": "Subukang muli"
},
"typePassword": {
"message": "I-type ang iyong password sa MetaMask"
},
"unapproved": {
"message": "Hindi inaprubahan"
},
"units": {
"message": "(na) unit"
},
"unknown": {
"message": "Hindi Alam"
},
"unknownNetwork": {
"message": "Hindi Kilalang Pribadong Network"
},
"unknownQrCode": {
"message": "Error: Hindi namin nakilala ang QR code na iyan"
},
"unknownCameraErrorTitle": {
"message": "Ooops! Nagkaroon ng problema...."
},
"unknownCameraError": {
"message": "Nagkaroon ng error habang sinusubukang i-access ang iyong camera. Pakisubukang muli..."
},
"unlock": {
"message": "I-unlock"
},
"unlockMessage": {
"message": "Naghihintay ang decentralized web"
},
"updatedWithDate": {
"message": "Na-update ang $1"
},
"urlErrorMsg": {
"message": "Kinakailangan ng mga URI ang naaangkop na HTTP/HTTPS prefix."
},
"usedByClients": {
"message": "Ginagamit ng iba't ibang client"
},
"viewAccount": {
"message": "Tingnan ang Account"
},
"viewinExplorer": {
"message": "Tingnan sa Explorer"
},
"viewContact": {
"message": "Tingnan ang Contact"
},
"viewOnCustomBlockExplorer": {
"message": "Tingnan sa $1"
},
"viewOnEtherscan": {
"message": "Tingnan sa Etherscan"
},
"visitWebSite": {
"message": "Bisitahin ang aming web site"
},
"welcomeBack": {
"message": "Welcome Ulit!"
},
"welcome": {
"message": "Welcome sa MetaMask"
},
"writePhrase": {
"message": "Isulat ang pariralang ito sa isang piraso ng papel at itago ito sa isang secure na lokasyon. Kung gusto mo ng higit pang seguridad, isulat ito sa maraming piraso ng papel at itago ang bawat isa sa 2 - 3 iba't ibang lokasyon."
},
"yesLetsTry": {
"message": "Oo, subukan natin"
},
"youNeedToAllowCameraAccess": {
"message": "Kailangan mong payagan ang access sa camera para magamit ang feature na ito."
},
"yourSigRequested": {
"message": "Hinihiling ang iyong signature"
},
"youSign": {
"message": "Sina-sign mo ang"
},
"yourPrivateSeedPhrase": {
"message": "Ang iyong pribadong seed phrase"
},
"zeroGasPriceOnSpeedUpError": {
"message": "Zero ang presyo ng gas sa speed up"
}
}