mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-21 17:37:01 +01:00
Add prettier-plugin-sort-json
(#9450)
JSON files are now sorted by key with `prettier`, using the plugin `prettier-plugin-sort-json`. This does not affect `package.json` because `prettier` uses a special parser for that file, as it has a more restrictive format than JSON.
This commit is contained in:
parent
3f2a7fd6ac
commit
97b49b7614
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,4 @@
|
||||
{
|
||||
"reject": {
|
||||
"message": "Odmítnout"
|
||||
},
|
||||
"account": {
|
||||
"message": "Účet"
|
||||
},
|
||||
@ -64,24 +61,24 @@
|
||||
"confirm": {
|
||||
"message": "Potvrdit"
|
||||
},
|
||||
"confirmed": {
|
||||
"message": "Potvrzeno"
|
||||
},
|
||||
"confirmPassword": {
|
||||
"message": "Potvrdit heslo"
|
||||
},
|
||||
"confirmed": {
|
||||
"message": "Potvrzeno"
|
||||
},
|
||||
"connectingToKovan": {
|
||||
"message": "Připojuji se k Kovan Test Network"
|
||||
},
|
||||
"connectingToMainnet": {
|
||||
"message": "Připojuji se k Ethereum Mainnet"
|
||||
},
|
||||
"connectingToRopsten": {
|
||||
"message": "Připojuji se k Ropsten Test Network"
|
||||
},
|
||||
"connectingToRinkeby": {
|
||||
"message": "Připojuji se k Rinkeby Test Network"
|
||||
},
|
||||
"connectingToRopsten": {
|
||||
"message": "Připojuji se k Ropsten Test Network"
|
||||
},
|
||||
"continueToCoinSwitch": {
|
||||
"message": "Přejít na CoinSwitch"
|
||||
},
|
||||
@ -91,12 +88,12 @@
|
||||
"copiedExclamation": {
|
||||
"message": "Zkopírováno!"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Kopírovat do schránky"
|
||||
},
|
||||
"copyPrivateKey": {
|
||||
"message": "Toto je váš privátní klíč (kliknutím zkopírujte)"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Kopírovat do schránky"
|
||||
},
|
||||
"create": {
|
||||
"message": "Vytvořit"
|
||||
},
|
||||
@ -106,18 +103,18 @@
|
||||
"customGas": {
|
||||
"message": "Nastavit palivo"
|
||||
},
|
||||
"customToken": {
|
||||
"message": "Vlastní token"
|
||||
},
|
||||
"customRPC": {
|
||||
"message": "Vlastní RPC"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "Desetinných míst musí být od 0 do 36."
|
||||
"customToken": {
|
||||
"message": "Vlastní token"
|
||||
},
|
||||
"decimal": {
|
||||
"message": "Počet desetinných míst přesnosti"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "Desetinných míst musí být od 0 do 36."
|
||||
},
|
||||
"defaultNetwork": {
|
||||
"message": "Výchozí síť pro Etherové transakce je Main Net."
|
||||
},
|
||||
@ -222,15 +219,15 @@
|
||||
"invalidAddressRecipient": {
|
||||
"message": "Adresa příjemce je neplatná"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "Neplatné Block Explorer URI"
|
||||
},
|
||||
"invalidInput": {
|
||||
"message": "Neplatný vstup."
|
||||
},
|
||||
"invalidRPC": {
|
||||
"message": "Neplatné RPC URI"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "Neplatné Block Explorer URI"
|
||||
},
|
||||
"jsonFile": {
|
||||
"message": "JSON soubor",
|
||||
"description": "format for importing an account"
|
||||
@ -250,9 +247,6 @@
|
||||
"loadingTokens": {
|
||||
"message": "Načítám tokeny..."
|
||||
},
|
||||
"unlock": {
|
||||
"message": "Přihlásit"
|
||||
},
|
||||
"lock": {
|
||||
"message": "Odhlásit"
|
||||
},
|
||||
@ -262,12 +256,12 @@
|
||||
"metamaskDescription": {
|
||||
"message": "MetaMask je bezpečný osobní trezor pro Ethereum."
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "Moje účty"
|
||||
},
|
||||
"mustSelectOne": {
|
||||
"message": "Musíte zvolit aspoň 1 token."
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "Moje účty"
|
||||
},
|
||||
"needEtherInWallet": {
|
||||
"message": "Potřebujete Ether v peněžence, abyste mohli pomocí MetaMasku interagovat s decentralizovanými aplikacemi."
|
||||
},
|
||||
@ -303,12 +297,12 @@
|
||||
"noTransactions": {
|
||||
"message": "Žádné transakce"
|
||||
},
|
||||
"passwordsDontMatch": {
|
||||
"message": "Hesla nejsou stejná"
|
||||
},
|
||||
"passwordNotLongEnough": {
|
||||
"message": "Heslo není dost dlouhé"
|
||||
},
|
||||
"passwordsDontMatch": {
|
||||
"message": "Hesla nejsou stejná"
|
||||
},
|
||||
"pastePrivateKey": {
|
||||
"message": "Vložte zde svůj privátní klíč:",
|
||||
"description": "For importing an account from a private key"
|
||||
@ -335,18 +329,21 @@
|
||||
"recipientAddress": {
|
||||
"message": "Adresa příjemce"
|
||||
},
|
||||
"reject": {
|
||||
"message": "Odmítnout"
|
||||
},
|
||||
"rejected": {
|
||||
"message": "Odmítnuto"
|
||||
},
|
||||
"required": {
|
||||
"message": "Povinné"
|
||||
},
|
||||
"resetAccount": {
|
||||
"message": "Resetovat účet"
|
||||
},
|
||||
"restoreFromSeed": {
|
||||
"message": "Obnovit z seed fráze"
|
||||
},
|
||||
"required": {
|
||||
"message": "Povinné"
|
||||
},
|
||||
"revealSeedWords": {
|
||||
"message": "Zobrazit slova klíčové fráze"
|
||||
},
|
||||
@ -359,6 +356,9 @@
|
||||
"search": {
|
||||
"message": "Hledat"
|
||||
},
|
||||
"searchTokens": {
|
||||
"message": "Hledat tokeny"
|
||||
},
|
||||
"secretPhrase": {
|
||||
"message": "Zadejte svých 12 slov tajné fráze k obnovení trezoru."
|
||||
},
|
||||
@ -380,29 +380,29 @@
|
||||
"sendTokens": {
|
||||
"message": "Odeslat tokeny"
|
||||
},
|
||||
"searchTokens": {
|
||||
"message": "Hledat tokeny"
|
||||
},
|
||||
"settings": {
|
||||
"message": "Nastavení"
|
||||
},
|
||||
"showPrivateKeys": {
|
||||
"message": "Zobrazit privátní klíče"
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "Požadavek podpisu"
|
||||
},
|
||||
"sign": {
|
||||
"message": "Podepsat"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "Podepsání zprávy může mít \nnebezpečný vedlejší učinek. Podepisujte zprávy pouze ze \nstránek, kterým plně důvěřujete celým svým účtem.\n Tato nebezpečná metoda bude odebrána v budoucí verzi. "
|
||||
},
|
||||
"signatureRequest": {
|
||||
"message": "Požadavek podpisu"
|
||||
},
|
||||
"signed": {
|
||||
"message": "Podepsáno"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "Podepsání zprávy může mít \nnebezpečný vedlejší učinek. Podepisujte zprávy pouze ze \nstránek, kterým plně důvěřujete celým svým účtem.\n Tato nebezpečná metoda bude odebrána v budoucí verzi. "
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "Požadavek podpisu"
|
||||
"stateLogError": {
|
||||
"message": "Chyba během získávání stavových protokolů."
|
||||
},
|
||||
"stateLogs": {
|
||||
"message": "Stavové protokoly"
|
||||
@ -410,9 +410,6 @@
|
||||
"stateLogsDescription": {
|
||||
"message": "Stavové protokoly obsahují vaše veřejné adresy účtů a odeslané transakce."
|
||||
},
|
||||
"stateLogError": {
|
||||
"message": "Chyba během získávání stavových protokolů."
|
||||
},
|
||||
"submitted": {
|
||||
"message": "Odesláno"
|
||||
},
|
||||
@ -459,6 +456,9 @@
|
||||
"unknownNetwork": {
|
||||
"message": "Neznámá soukromá síť"
|
||||
},
|
||||
"unlock": {
|
||||
"message": "Přihlásit"
|
||||
},
|
||||
"urlErrorMsg": {
|
||||
"message": "URI vyžadují korektní HTTP/HTTPS prefix."
|
||||
},
|
||||
@ -477,10 +477,10 @@
|
||||
"welcome": {
|
||||
"message": "Vítejte v MetaMask"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "Je vyžadován váš podpis"
|
||||
},
|
||||
"youSign": {
|
||||
"message": "Podepisujete"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "Je vyžadován váš podpis"
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,13 +1,4 @@
|
||||
{
|
||||
"chartOnlyAvailableEth": {
|
||||
"message": "Tabla solo disponible en redes Ethereum."
|
||||
},
|
||||
"contractInteraction": {
|
||||
"message": "Interacción con contrato"
|
||||
},
|
||||
"reject": {
|
||||
"message": "Rechazar"
|
||||
},
|
||||
"about": {
|
||||
"message": "Acerca"
|
||||
},
|
||||
@ -38,17 +29,20 @@
|
||||
"activityLog": {
|
||||
"message": "registro de actividades"
|
||||
},
|
||||
"addAcquiredTokens": {
|
||||
"message": "Agregar los tokens que has adquirido usando MetaMask"
|
||||
},
|
||||
"addAlias": {
|
||||
"message": "Añadir alias"
|
||||
},
|
||||
"addNetwork": {
|
||||
"message": "Añadir Red"
|
||||
},
|
||||
"addRecipient": {
|
||||
"message": "Añadir destinatario"
|
||||
},
|
||||
"advanced": {
|
||||
"message": "Avanzado"
|
||||
},
|
||||
"advancedOptions": {
|
||||
"message": "Opciones Avanzadas"
|
||||
"addSuggestedTokens": {
|
||||
"message": "Agregar tokens propuestos"
|
||||
},
|
||||
"addToAddressBook": {
|
||||
"message": "Añadir al libro de direcciones"
|
||||
@ -56,20 +50,17 @@
|
||||
"addToAddressBookModalPlaceholder": {
|
||||
"message": "p. ej. John D."
|
||||
},
|
||||
"addAlias": {
|
||||
"message": "Añadir alias"
|
||||
},
|
||||
"addToken": {
|
||||
"message": "Agregar token"
|
||||
},
|
||||
"addTokens": {
|
||||
"message": "Agregar tokens"
|
||||
},
|
||||
"addSuggestedTokens": {
|
||||
"message": "Agregar tokens propuestos"
|
||||
"advanced": {
|
||||
"message": "Avanzado"
|
||||
},
|
||||
"addAcquiredTokens": {
|
||||
"message": "Agregar los tokens que has adquirido usando MetaMask"
|
||||
"advancedOptions": {
|
||||
"message": "Opciones Avanzadas"
|
||||
},
|
||||
"amount": {
|
||||
"message": "Cantidad"
|
||||
@ -91,15 +82,15 @@
|
||||
"asset": {
|
||||
"message": "Activo"
|
||||
},
|
||||
"attemptingConnect": {
|
||||
"message": "Intentando conectar a la Blockchain"
|
||||
},
|
||||
"attemptToCancel": {
|
||||
"message": "¿Intentar cancelar?"
|
||||
},
|
||||
"attemptToCancelDescription": {
|
||||
"message": "El intentar cancelar la transacción no garantiza la cancelación de la misma. Si el intento de cancelación tiene éxito, se le cobrará la comisión de transacción indicada arriba."
|
||||
},
|
||||
"attemptingConnect": {
|
||||
"message": "Intentando conectar a la Blockchain"
|
||||
},
|
||||
"attributions": {
|
||||
"message": "Atribuciones"
|
||||
},
|
||||
@ -157,90 +148,96 @@
|
||||
"chainId": {
|
||||
"message": "ID Cadena"
|
||||
},
|
||||
"chartOnlyAvailableEth": {
|
||||
"message": "Tabla solo disponible en redes Ethereum."
|
||||
},
|
||||
"chromeRequiredForHardwareWallets": {
|
||||
"message": "Hay que usar MetaMask en Google Chrome para poder conectarse con tu Monedero Físico."
|
||||
},
|
||||
"clickToRevealSeed": {
|
||||
"message": "Haga clic aquí para revelar palabras secretas"
|
||||
},
|
||||
"close": {
|
||||
"message": "Cerrar"
|
||||
},
|
||||
"chromeRequiredForHardwareWallets": {
|
||||
"message": "Hay que usar MetaMask en Google Chrome para poder conectarse con tu Monedero Físico."
|
||||
},
|
||||
"confirm": {
|
||||
"message": "Confirmar"
|
||||
},
|
||||
"confirmed": {
|
||||
"message": "Confirmado"
|
||||
},
|
||||
"confirmPassword": {
|
||||
"message": "Confirmar contraseña"
|
||||
},
|
||||
"confirmed": {
|
||||
"message": "Confirmado"
|
||||
},
|
||||
"congratulations": {
|
||||
"message": "Enhorabuena"
|
||||
},
|
||||
"connectHardwareWallet": {
|
||||
"message": "Conectar Monedero Físico"
|
||||
},
|
||||
"connect": {
|
||||
"message": "Conectar"
|
||||
},
|
||||
"connectHardwareWallet": {
|
||||
"message": "Conectar Monedero Físico"
|
||||
},
|
||||
"connectingTo": {
|
||||
"message": "Conectánodse a $1"
|
||||
},
|
||||
"connectingToKovan": {
|
||||
"message": "Conectando a la red de test Kovan"
|
||||
},
|
||||
"connectingToMainnet": {
|
||||
"message": "Conectando a la red principal de Ethereum (Main Net)"
|
||||
},
|
||||
"connectingToRopsten": {
|
||||
"message": "Conectando a la red de test Ropsten"
|
||||
},
|
||||
"connectingToRinkeby": {
|
||||
"message": "Conectando a la red de test Rinkeby"
|
||||
},
|
||||
"connectingToLocalhost": {
|
||||
"message": "Conectando to Localhost 8545"
|
||||
},
|
||||
"connectingToGoerli": {
|
||||
"message": "Conectando al Test de Red Goerli"
|
||||
},
|
||||
"continueToWyre": {
|
||||
"message": "Continuar a Wyre"
|
||||
"connectingToKovan": {
|
||||
"message": "Conectando a la red de test Kovan"
|
||||
},
|
||||
"connectingToLocalhost": {
|
||||
"message": "Conectando to Localhost 8545"
|
||||
},
|
||||
"connectingToMainnet": {
|
||||
"message": "Conectando a la red principal de Ethereum (Main Net)"
|
||||
},
|
||||
"connectingToRinkeby": {
|
||||
"message": "Conectando a la red de test Rinkeby"
|
||||
},
|
||||
"connectingToRopsten": {
|
||||
"message": "Conectando a la red de test Ropsten"
|
||||
},
|
||||
"continueToCoinSwitch": {
|
||||
"message": "Continuar a CoinSwitch"
|
||||
},
|
||||
"continueToWyre": {
|
||||
"message": "Continuar a Wyre"
|
||||
},
|
||||
"contractDeployment": {
|
||||
"message": "Desplegar (Deploy) contrato"
|
||||
},
|
||||
"contractInteraction": {
|
||||
"message": "Interacción con contrato"
|
||||
},
|
||||
"copiedExclamation": {
|
||||
"message": "¡Copiado!"
|
||||
},
|
||||
"copyAddress": {
|
||||
"message": "Copiar la dirección al portapapeles"
|
||||
},
|
||||
"copyTransactionId": {
|
||||
"message": "Copiar ID Transacción"
|
||||
},
|
||||
"copiedTransactionId": {
|
||||
"message": "ID Transacción copiado"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Copiar al portapapeles"
|
||||
"copyAddress": {
|
||||
"message": "Copiar la dirección al portapapeles"
|
||||
},
|
||||
"copyPrivateKey": {
|
||||
"message": "Ésta es tu clave privada (haz click para copiar)"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Copiar al portapapeles"
|
||||
},
|
||||
"copyTransactionId": {
|
||||
"message": "Copiar ID Transacción"
|
||||
},
|
||||
"create": {
|
||||
"message": "Crear"
|
||||
},
|
||||
"createAccount": {
|
||||
"message": "Crear cuenta"
|
||||
},
|
||||
"createAWallet": {
|
||||
"message": "Crear Wallet"
|
||||
},
|
||||
"createAccount": {
|
||||
"message": "Crear cuenta"
|
||||
},
|
||||
"createPassword": {
|
||||
"message": "Crear Contraseña"
|
||||
},
|
||||
@ -256,18 +253,18 @@
|
||||
"customGasSubTitle": {
|
||||
"message": "Aumentar la comisión puede hacer que el tiempo de procesamiento se disminuya, pero no lo garantiza."
|
||||
},
|
||||
"customToken": {
|
||||
"message": "Token Personalizado"
|
||||
},
|
||||
"customRPC": {
|
||||
"message": "RPC personalizado"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "Los decimales deben ser al menos 0 y no más de 36"
|
||||
"customToken": {
|
||||
"message": "Token Personalizado"
|
||||
},
|
||||
"decimal": {
|
||||
"message": "Decimales de precisión"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "Los decimales deben ser al menos 0 y no más de 36"
|
||||
},
|
||||
"defaultNetwork": {
|
||||
"message": "La red por defecto para las transacciones de Ether es MainNet (red principal)"
|
||||
},
|
||||
@ -295,15 +292,15 @@
|
||||
"done": {
|
||||
"message": "Completo"
|
||||
},
|
||||
"dontHaveAHardwareWallet": {
|
||||
"message": "¿No tienes un monedero físico?"
|
||||
},
|
||||
"downloadGoogleChrome": {
|
||||
"message": "Descargar Google Chrome"
|
||||
},
|
||||
"downloadStateLogs": {
|
||||
"message": "Descargar logs de estado"
|
||||
},
|
||||
"dontHaveAHardwareWallet": {
|
||||
"message": "¿No tienes un monedero físico?"
|
||||
},
|
||||
"dropped": {
|
||||
"message": "Caído"
|
||||
},
|
||||
@ -325,12 +322,12 @@
|
||||
"enterPasswordContinue": {
|
||||
"message": "Introducir contraseña para seguir"
|
||||
},
|
||||
"etherscanView": {
|
||||
"message": "Ver la cuenta en Etherscan"
|
||||
},
|
||||
"estimatedProcessingTimes": {
|
||||
"message": "Tiempo Previsto de procesamiento"
|
||||
},
|
||||
"etherscanView": {
|
||||
"message": "Ver la cuenta en Etherscan"
|
||||
},
|
||||
"expandView": {
|
||||
"message": "Ampliar Vista"
|
||||
},
|
||||
@ -369,15 +366,15 @@
|
||||
"gasLimitTooLow": {
|
||||
"message": "El límite de gas debe ser de al menos 21000"
|
||||
},
|
||||
"gasUsed": {
|
||||
"message": "Gas usado"
|
||||
},
|
||||
"gasPrice": {
|
||||
"message": "Precio del Gas (GWEI)"
|
||||
},
|
||||
"gasPriceExtremelyLow": {
|
||||
"message": "Precio de Gas excesivamente bajo"
|
||||
},
|
||||
"gasUsed": {
|
||||
"message": "Gas usado"
|
||||
},
|
||||
"generalSettingsDescription": {
|
||||
"message": "Conversión de divisas, divisa principal, idioma, blockies identicon"
|
||||
},
|
||||
@ -429,6 +426,9 @@
|
||||
"importAccountMsg": {
|
||||
"message": "Las cuentas importadas no serán asociadas con tu cuenta original creada con tu MetaMask. Aprende más acerca de importar cuentas."
|
||||
},
|
||||
"importUsingSeed": {
|
||||
"message": "Importar usando la frase semilla de la cuenta"
|
||||
},
|
||||
"importWallet": {
|
||||
"message": "Importar Wallet"
|
||||
},
|
||||
@ -436,9 +436,6 @@
|
||||
"message": "Importado",
|
||||
"description": "status showing that an account has been fully loaded into the keyring"
|
||||
},
|
||||
"importUsingSeed": {
|
||||
"message": "Importar usando la frase semilla de la cuenta"
|
||||
},
|
||||
"infoHelp": {
|
||||
"message": "Informacion y ayuda"
|
||||
},
|
||||
@ -463,15 +460,15 @@
|
||||
"invalidAddressRecipientNotEthNetwork": {
|
||||
"message": "No es una red ETH, convertirlo a minúscula"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "Invalida URL del Block Explorer"
|
||||
},
|
||||
"invalidInput": {
|
||||
"message": "Entrada inválida"
|
||||
},
|
||||
"invalidRPC": {
|
||||
"message": "Invalida URL del RPC"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "Invalida URL del Block Explorer"
|
||||
},
|
||||
"invalidSeedPhrase": {
|
||||
"message": "Frase semilla no válida."
|
||||
},
|
||||
@ -497,15 +494,15 @@
|
||||
"liveGasPricePredictions": {
|
||||
"message": "Previsiones en vivo del precio de Gas"
|
||||
},
|
||||
"loadMore": {
|
||||
"message": "Cargar Más"
|
||||
},
|
||||
"loading": {
|
||||
"message": "Cargando..."
|
||||
},
|
||||
"loadingTokens": {
|
||||
"message": "Cargando tokens..."
|
||||
},
|
||||
"loadMore": {
|
||||
"message": "Cargar Más"
|
||||
},
|
||||
"lock": {
|
||||
"message": "Cerrar sesión"
|
||||
},
|
||||
@ -521,12 +518,12 @@
|
||||
"metamaskVersion": {
|
||||
"message": "Versión de MetaMask"
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "Mis cuentas"
|
||||
},
|
||||
"mustSelectOne": {
|
||||
"message": "Debe seleccionar al menos un (1) token"
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "Mis cuentas"
|
||||
},
|
||||
"needEtherInWallet": {
|
||||
"message": "Para interactuar con una aplicación descentralizada usando MetaMask, necesitas tener Ether en tu billetera"
|
||||
},
|
||||
@ -556,17 +553,11 @@
|
||||
"newContract": {
|
||||
"message": "Nuevo contrato"
|
||||
},
|
||||
"newPassword": {
|
||||
"message": "Nueva contraseña (mínimo [8] caracteres)"
|
||||
},
|
||||
"newNetwork": {
|
||||
"message": "Red Nueva"
|
||||
},
|
||||
"optionalChainId": {
|
||||
"message": "ChainID (opcional)"
|
||||
},
|
||||
"optionalSymbol": {
|
||||
"message": "Símbolo (opcional)"
|
||||
"newPassword": {
|
||||
"message": "Nueva contraseña (mínimo [8] caracteres)"
|
||||
},
|
||||
"newTotal": {
|
||||
"message": "Nuevo total"
|
||||
@ -586,15 +577,21 @@
|
||||
"noTransactions": {
|
||||
"message": "Sin transacciones"
|
||||
},
|
||||
"noWebcamFoundTitle": {
|
||||
"message": "No se encontró a la webcam"
|
||||
},
|
||||
"noWebcamFound": {
|
||||
"message": "No se encontró a la webcam de tu ordenador. Favor de volver a intentar."
|
||||
},
|
||||
"noWebcamFoundTitle": {
|
||||
"message": "No se encontró a la webcam"
|
||||
},
|
||||
"ofTextNofM": {
|
||||
"message": "de"
|
||||
},
|
||||
"optionalChainId": {
|
||||
"message": "ChainID (opcional)"
|
||||
},
|
||||
"optionalSymbol": {
|
||||
"message": "Símbolo (opcional)"
|
||||
},
|
||||
"orderOneHere": {
|
||||
"message": "Comprate un Trezor o Ledger y guarda tus fondos en almacenamiento frío"
|
||||
},
|
||||
@ -607,12 +604,12 @@
|
||||
"password": {
|
||||
"message": "Contraseña"
|
||||
},
|
||||
"passwordsDontMatch": {
|
||||
"message": "Las contraseñas no coinciden"
|
||||
},
|
||||
"passwordNotLongEnough": {
|
||||
"message": "La contraseña no es lo suficientemente larga"
|
||||
},
|
||||
"passwordsDontMatch": {
|
||||
"message": "Las contraseñas no coinciden"
|
||||
},
|
||||
"pastePrivateKey": {
|
||||
"message": "Pega tu clave privada aqui",
|
||||
"description": "For importing an account from a private key"
|
||||
@ -648,63 +645,30 @@
|
||||
"readdToken": {
|
||||
"message": "Puedes volver a agregar este token en el futuro pinchando sobre 'Agregar token' en el menú de opciones de tu cuenta"
|
||||
},
|
||||
"readyToConnect": {
|
||||
"message": "¿Listo/a para conectar?"
|
||||
},
|
||||
"recents": {
|
||||
"message": "Recientes"
|
||||
},
|
||||
"recipientAddress": {
|
||||
"message": "Dirección del receptor"
|
||||
},
|
||||
"reject": {
|
||||
"message": "Rechazar"
|
||||
},
|
||||
"rejectAll": {
|
||||
"message": "Rechazar todas"
|
||||
},
|
||||
"rejectTxsN": {
|
||||
"message": "Rechazar transacciones de $1"
|
||||
},
|
||||
"rejectTxsDescription": {
|
||||
"message": "Está al punto de rechazar transacciones de $1 en lote."
|
||||
},
|
||||
"rejectTxsN": {
|
||||
"message": "Rechazar transacciones de $1"
|
||||
},
|
||||
"rejected": {
|
||||
"message": "Rechazado"
|
||||
},
|
||||
"reset": {
|
||||
"message": "Reiniciar"
|
||||
},
|
||||
"resetAccount": {
|
||||
"message": "Reiniciar cuenta"
|
||||
},
|
||||
"resetAccountDescription": {
|
||||
"message": "Reiniciar tu cuenta borrará tu historial de transacciones."
|
||||
},
|
||||
"restoreFromSeed": {
|
||||
"message": "Restaurar desde semilla"
|
||||
},
|
||||
"restoreAccountWithSeed": {
|
||||
"message": "Restaurar tu Cuenta con Frase Semilla"
|
||||
},
|
||||
"requestsAwaitingAcknowledgement": {
|
||||
"message": "peticiones pendientes de reconocimiento"
|
||||
},
|
||||
"required": {
|
||||
"message": "Requerido"
|
||||
},
|
||||
"restore": {
|
||||
"message": "Restaurar"
|
||||
},
|
||||
"revealSeedWords": {
|
||||
"message": "Revelar palabras de semilla"
|
||||
},
|
||||
"revealSeedWordsTitle": {
|
||||
"message": "Frase semilla"
|
||||
},
|
||||
"revealSeedWordsDescription": {
|
||||
"message": "Si en algún momento cambias de navegador o de ordenador, necesitarás esta frase semilla para acceder a tus cuentas. Guárdatela en un lugar seguro y secreto."
|
||||
},
|
||||
"revealSeedWordsWarningTitle": {
|
||||
"message": "NO compartas esta frase con nadie!"
|
||||
},
|
||||
"revealSeedWordsWarning": {
|
||||
"message": "¡No recuperes tu semilla en un lugar pública! Esas palabras pueden ser usadas para robarte todas tus cuentas"
|
||||
},
|
||||
"remove": {
|
||||
"message": "borrar"
|
||||
},
|
||||
@ -714,8 +678,44 @@
|
||||
"removeAccountDescription": {
|
||||
"message": "Se borrará esta cuenta de tu monedero. Por favor, asegúrate de tener la frase semilla o clave personal original para esta cuenta importada antes de seguir adelante. Podrás importar o crear cuentas de nuevo del menu desplegable de cuentas."
|
||||
},
|
||||
"readyToConnect": {
|
||||
"message": "¿Listo/a para conectar?"
|
||||
"requestsAwaitingAcknowledgement": {
|
||||
"message": "peticiones pendientes de reconocimiento"
|
||||
},
|
||||
"required": {
|
||||
"message": "Requerido"
|
||||
},
|
||||
"reset": {
|
||||
"message": "Reiniciar"
|
||||
},
|
||||
"resetAccount": {
|
||||
"message": "Reiniciar cuenta"
|
||||
},
|
||||
"resetAccountDescription": {
|
||||
"message": "Reiniciar tu cuenta borrará tu historial de transacciones."
|
||||
},
|
||||
"restore": {
|
||||
"message": "Restaurar"
|
||||
},
|
||||
"restoreAccountWithSeed": {
|
||||
"message": "Restaurar tu Cuenta con Frase Semilla"
|
||||
},
|
||||
"restoreFromSeed": {
|
||||
"message": "Restaurar desde semilla"
|
||||
},
|
||||
"revealSeedWords": {
|
||||
"message": "Revelar palabras de semilla"
|
||||
},
|
||||
"revealSeedWordsDescription": {
|
||||
"message": "Si en algún momento cambias de navegador o de ordenador, necesitarás esta frase semilla para acceder a tus cuentas. Guárdatela en un lugar seguro y secreto."
|
||||
},
|
||||
"revealSeedWordsTitle": {
|
||||
"message": "Frase semilla"
|
||||
},
|
||||
"revealSeedWordsWarning": {
|
||||
"message": "¡No recuperes tu semilla en un lugar pública! Esas palabras pueden ser usadas para robarte todas tus cuentas"
|
||||
},
|
||||
"revealSeedWordsWarningTitle": {
|
||||
"message": "NO compartas esta frase con nadie!"
|
||||
},
|
||||
"rinkeby": {
|
||||
"message": "Red privada Rinkeby"
|
||||
@ -726,12 +726,6 @@
|
||||
"save": {
|
||||
"message": "Guardar"
|
||||
},
|
||||
"slow": {
|
||||
"message": "Lento"
|
||||
},
|
||||
"slower": {
|
||||
"message": "Más lento"
|
||||
},
|
||||
"saveAsCsvFile": {
|
||||
"message": "Guardar como archivo CSV"
|
||||
},
|
||||
@ -747,6 +741,9 @@
|
||||
"searchResults": {
|
||||
"message": "Resultados de la Búsqueda"
|
||||
},
|
||||
"searchTokens": {
|
||||
"message": "Buscar Tokens"
|
||||
},
|
||||
"secretPhrase": {
|
||||
"message": "Ingresa tu frase de doce (12) palabras para restaurar tu bóveda"
|
||||
},
|
||||
@ -756,12 +753,27 @@
|
||||
"seedPhraseReq": {
|
||||
"message": "las frases semilla tienen doce (12) palabras de largo"
|
||||
},
|
||||
"selectAHigherGasFee": {
|
||||
"message": "Seleccione una comisión de gas más elevada para agilizar el procesamiento de tu transacción.*"
|
||||
},
|
||||
"selectAnAccount": {
|
||||
"message": "Seleccionar una Cuenta"
|
||||
},
|
||||
"selectAnAccountHelp": {
|
||||
"message": "Seleccionar la cuenta que quiere ver en MetaMask"
|
||||
},
|
||||
"selectCurrency": {
|
||||
"message": "Seleccionar moneda"
|
||||
},
|
||||
"selectHdPath": {
|
||||
"message": "Seleccionar la ruta HD (jerárquica determinista)"
|
||||
},
|
||||
"selectLocale": {
|
||||
"message": "Seleccionar local"
|
||||
},
|
||||
"selectPathHelp": {
|
||||
"message": "Si no ves tus cuentas actuales de Ledger abajo, prueba cambiando la ruta a \"Legacy (MEW / MyCrypto)\""
|
||||
},
|
||||
"selectType": {
|
||||
"message": "Seleccionar tipo"
|
||||
},
|
||||
@ -786,50 +798,38 @@
|
||||
"separateEachWord": {
|
||||
"message": "Separar a cada palabra con un sólo espacio"
|
||||
},
|
||||
"searchTokens": {
|
||||
"message": "Buscar Tokens"
|
||||
},
|
||||
"selectAnAccount": {
|
||||
"message": "Seleccionar una Cuenta"
|
||||
},
|
||||
"selectAnAccountHelp": {
|
||||
"message": "Seleccionar la cuenta que quiere ver en MetaMask"
|
||||
},
|
||||
"selectAHigherGasFee": {
|
||||
"message": "Seleccione una comisión de gas más elevada para agilizar el procesamiento de tu transacción.*"
|
||||
},
|
||||
"selectHdPath": {
|
||||
"message": "Seleccionar la ruta HD (jerárquica determinista)"
|
||||
},
|
||||
"selectPathHelp": {
|
||||
"message": "Si no ves tus cuentas actuales de Ledger abajo, prueba cambiando la ruta a \"Legacy (MEW / MyCrypto)\""
|
||||
},
|
||||
"settings": {
|
||||
"message": "Configuración"
|
||||
},
|
||||
"showPrivateKeys": {
|
||||
"message": "Mostrar claves privadas"
|
||||
},
|
||||
"showHexData": {
|
||||
"message": "Mostrar Datos en formato Hex"
|
||||
},
|
||||
"showHexDataDescription": {
|
||||
"message": "Seleccionar esto para mostrar el campo de los datos en formato hex en la pantalla de mandar"
|
||||
},
|
||||
"showPrivateKeys": {
|
||||
"message": "Mostrar claves privadas"
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "Solicitud de firma"
|
||||
},
|
||||
"sign": {
|
||||
"message": "Firmar"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "Firmar este mensaje puede tener\n efectos secundarios peligrosos. Firma sólo\nmensajes desde sitios a los que estés plenamente dispuesto a confiar tu cuenta.\nEste método peligroso va a ser \neliminado en una version futura."
|
||||
},
|
||||
"signatureRequest": {
|
||||
"message": "Petición de Firma"
|
||||
},
|
||||
"signed": {
|
||||
"message": "Firmado"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "Firmar este mensaje puede tener\n efectos secundarios peligrosos. Firma sólo\nmensajes desde sitios a los que estés plenamente dispuesto a confiar tu cuenta.\nEste método peligroso va a ser \neliminado en una version futura."
|
||||
"slow": {
|
||||
"message": "Lento"
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "Solicitud de firma"
|
||||
"slower": {
|
||||
"message": "Más lento"
|
||||
},
|
||||
"somethingWentWrong": {
|
||||
"message": "¡Ups! Algo funcionó mal."
|
||||
@ -843,8 +843,8 @@
|
||||
"speedUpTransaction": {
|
||||
"message": "Agilizar esta transacción"
|
||||
},
|
||||
"switchNetworks": {
|
||||
"message": "Cambiar de Red"
|
||||
"stateLogError": {
|
||||
"message": "Error en la recogida de logs de estado"
|
||||
},
|
||||
"stateLogs": {
|
||||
"message": "Logs de estado"
|
||||
@ -852,9 +852,6 @@
|
||||
"stateLogsDescription": {
|
||||
"message": "Los logs de estado contienen tus direcciones de cuentas públicas y transacciones envíadas"
|
||||
},
|
||||
"stateLogError": {
|
||||
"message": "Error en la recogida de logs de estado"
|
||||
},
|
||||
"step1HardwareWallet": {
|
||||
"message": "1. Conectar monedero físico."
|
||||
},
|
||||
@ -879,6 +876,9 @@
|
||||
"supportCenter": {
|
||||
"message": "Visita nuestro centro de atención"
|
||||
},
|
||||
"switchNetworks": {
|
||||
"message": "Cambiar de Red"
|
||||
},
|
||||
"symbolBetweenZeroTwelve": {
|
||||
"message": "El símbolo debe tener 11 caracteres o menos."
|
||||
},
|
||||
@ -906,6 +906,12 @@
|
||||
"transaction": {
|
||||
"message": "transacción"
|
||||
},
|
||||
"transactionCancelAttempted": {
|
||||
"message": "Se intentó cancelar la transacción con una comisión de gas de $1, en $2"
|
||||
},
|
||||
"transactionCancelSuccess": {
|
||||
"message": "La transacción se canceló con éxito en $2"
|
||||
},
|
||||
"transactionConfirmed": {
|
||||
"message": "Se confirmó la transacción a $2."
|
||||
},
|
||||
@ -915,36 +921,30 @@
|
||||
"transactionDropped": {
|
||||
"message": "Transacción se cayó en $2."
|
||||
},
|
||||
"transactionSubmitted": {
|
||||
"message": "Se propuso la transacción con una comisión de gas de $1, en $2."
|
||||
},
|
||||
"transactionResubmitted": {
|
||||
"message": "Se volvió a proponer la transacción, aumentando la comisión de gas a $1, en $2"
|
||||
},
|
||||
"transactionUpdated": {
|
||||
"message": "Se actualizó la transacción en $2."
|
||||
},
|
||||
"transactionErrored": {
|
||||
"message": "La transacción tuvo un error."
|
||||
},
|
||||
"transactionCancelAttempted": {
|
||||
"message": "Se intentó cancelar la transacción con una comisión de gas de $1, en $2"
|
||||
},
|
||||
"transactionCancelSuccess": {
|
||||
"message": "La transacción se canceló con éxito en $2"
|
||||
},
|
||||
"transactionError": {
|
||||
"message": "Error en transacción. Se produjo una excepción en el código del contrato."
|
||||
},
|
||||
"transactionErrorNoContract": {
|
||||
"message": "Intentando llamar una función en una dirección que no es del contrato."
|
||||
},
|
||||
"transactionErrored": {
|
||||
"message": "La transacción tuvo un error."
|
||||
},
|
||||
"transactionFee": {
|
||||
"message": "Comisión de la transacción"
|
||||
},
|
||||
"transactionResubmitted": {
|
||||
"message": "Se volvió a proponer la transacción, aumentando la comisión de gas a $1, en $2"
|
||||
},
|
||||
"transactionSubmitted": {
|
||||
"message": "Se propuso la transacción con una comisión de gas de $1, en $2."
|
||||
},
|
||||
"transactionTime": {
|
||||
"message": "Tiempo de Transacción"
|
||||
},
|
||||
"transactionUpdated": {
|
||||
"message": "Se actualizó la transacción en $2."
|
||||
},
|
||||
"transfer": {
|
||||
"message": "Traspasar"
|
||||
},
|
||||
@ -970,18 +970,18 @@
|
||||
"unknown": {
|
||||
"message": "Desconocido (a)"
|
||||
},
|
||||
"unknownCameraError": {
|
||||
"message": "Hubo un error al intentar acceder a la cámara. Por favor, vuelve a intentar..."
|
||||
},
|
||||
"unknownCameraErrorTitle": {
|
||||
"message": "Uuups! Algo se estropeó..."
|
||||
},
|
||||
"unknownNetwork": {
|
||||
"message": "Red privada desconocida"
|
||||
},
|
||||
"unknownQrCode": {
|
||||
"message": "Error: No pudimos identificar ese código QR"
|
||||
},
|
||||
"unknownCameraErrorTitle": {
|
||||
"message": "Uuups! Algo se estropeó..."
|
||||
},
|
||||
"unknownCameraError": {
|
||||
"message": "Hubo un error al intentar acceder a la cámara. Por favor, vuelve a intentar..."
|
||||
},
|
||||
"unlock": {
|
||||
"message": "Desbloquear"
|
||||
},
|
||||
@ -1009,27 +1009,27 @@
|
||||
"walletSeed": {
|
||||
"message": "Semilla de la billetera"
|
||||
},
|
||||
"welcomeBack": {
|
||||
"message": "¡Bienvenido de nuevo!"
|
||||
},
|
||||
"welcome": {
|
||||
"message": "Bienvenido a MetaMask"
|
||||
},
|
||||
"welcomeBack": {
|
||||
"message": "¡Bienvenido de nuevo!"
|
||||
},
|
||||
"yesLetsTry": {
|
||||
"message": "Sí, probemos"
|
||||
},
|
||||
"youNeedToAllowCameraAccess": {
|
||||
"message": "Tienes que permitir acceso a la cámara para usar esta función."
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "Tu firma ya fue solicitada"
|
||||
},
|
||||
"youSign": {
|
||||
"message": "Usted está firmando"
|
||||
},
|
||||
"yourPrivateSeedPhrase": {
|
||||
"message": "Tu frase semilla privada"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "Tu firma ya fue solicitada"
|
||||
},
|
||||
"zeroGasPriceOnSpeedUpError": {
|
||||
"message": "No hubo precio de gas al agilizar"
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,13 +1,4 @@
|
||||
{
|
||||
"chartOnlyAvailableEth": {
|
||||
"message": "Available lang ang chart sa mga Ethereum network."
|
||||
},
|
||||
"contractInteraction": {
|
||||
"message": "Paggamit sa Contract"
|
||||
},
|
||||
"reject": {
|
||||
"message": "Tanggihan"
|
||||
},
|
||||
"about": {
|
||||
"message": "Tungkol sa"
|
||||
},
|
||||
@ -35,17 +26,20 @@
|
||||
"activityLog": {
|
||||
"message": "log ng aktibidad"
|
||||
},
|
||||
"addAcquiredTokens": {
|
||||
"message": "Idagdag ang mga token na nakuha mo gamit ang MetaMask"
|
||||
},
|
||||
"addAlias": {
|
||||
"message": "Magdagdag ng alias"
|
||||
},
|
||||
"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"
|
||||
"addSuggestedTokens": {
|
||||
"message": "Magdagdag ng Mga Iminungkahing Token"
|
||||
},
|
||||
"addToAddressBook": {
|
||||
"message": "Idagdag sa address book"
|
||||
@ -53,20 +47,17 @@
|
||||
"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"
|
||||
"advancedOptions": {
|
||||
"message": "Mga Advanced na Opsyon"
|
||||
},
|
||||
"addAcquiredTokens": {
|
||||
"message": "Idagdag ang mga token na nakuha mo gamit ang MetaMask"
|
||||
"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"
|
||||
},
|
||||
"amount": {
|
||||
"message": "Halaga"
|
||||
@ -85,15 +76,15 @@
|
||||
"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."
|
||||
},
|
||||
"attemptingConnect": {
|
||||
"message": "Sinusubukang kumonekta sa blockchain."
|
||||
},
|
||||
"attributions": {
|
||||
"message": "Mga Attribution"
|
||||
},
|
||||
@ -109,12 +100,12 @@
|
||||
"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."
|
||||
},
|
||||
"backupApprovalNotice": {
|
||||
"message": "I-back up ang iyong Secret Recovery code para panatilihing secure ang iyong wallet at pondo."
|
||||
},
|
||||
"backupNow": {
|
||||
"message": "I-back up ngayon"
|
||||
},
|
||||
@ -140,26 +131,17 @@
|
||||
"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"
|
||||
"buyWithWyre": {
|
||||
"message": "Bumili ng ETH gamit ang Wyre"
|
||||
},
|
||||
"on": {
|
||||
"message": "Naka-on"
|
||||
},
|
||||
"optionalBlockExplorerUrl": {
|
||||
"message": "Block Explorer URL (opsyonal)"
|
||||
"buyWithWyreDescription": {
|
||||
"message": "Binibigyang-daan ka ng Wyre na gumamit ng credit card para magdeposito ng ETH nang direkta sa iyong MetaMask account."
|
||||
},
|
||||
"cancel": {
|
||||
"message": "Kanselahin"
|
||||
@ -173,93 +155,99 @@
|
||||
"cancelled": {
|
||||
"message": "Nakansela"
|
||||
},
|
||||
"chartOnlyAvailableEth": {
|
||||
"message": "Available lang ang chart sa mga Ethereum network."
|
||||
},
|
||||
"chromeRequiredForHardwareWallets": {
|
||||
"message": "Kailangan mong gamitin ang MetaMask sa Google Chrome upang makakonekta sa iyong Hardware Wallet."
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"confirmed": {
|
||||
"message": "Nakumpirma"
|
||||
},
|
||||
"congratulations": {
|
||||
"message": "Binabati kita"
|
||||
},
|
||||
"connectHardwareWallet": {
|
||||
"message": "Magkonekta ng Hardware Wallet"
|
||||
},
|
||||
"connect": {
|
||||
"message": "Kumonekta"
|
||||
},
|
||||
"connectHardwareWallet": {
|
||||
"message": "Magkonekta ng Hardware Wallet"
|
||||
},
|
||||
"connectingTo": {
|
||||
"message": "Kumokonekta sa $1"
|
||||
},
|
||||
"connectingToKovan": {
|
||||
"message": "Kumokonekta sa Kovan Test Network"
|
||||
},
|
||||
"connectingToMainnet": {
|
||||
"message": "Kumokonekta sa Ethereum Mainnet"
|
||||
},
|
||||
"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"
|
||||
"connectingToKovan": {
|
||||
"message": "Kumokonekta sa Kovan Test Network"
|
||||
},
|
||||
"connectingToLocalhost": {
|
||||
"message": "Kumokonekta sa Localhost 8545"
|
||||
},
|
||||
"connectingToMainnet": {
|
||||
"message": "Kumokonekta sa Ethereum Mainnet"
|
||||
},
|
||||
"connectingToRinkeby": {
|
||||
"message": "Kumokonekta sa Rinkeby Test Network"
|
||||
},
|
||||
"connectingToRopsten": {
|
||||
"message": "Kumokonekta sa Ropsten Test Network"
|
||||
},
|
||||
"continueToCoinSwitch": {
|
||||
"message": "Magpatuloy sa CoinSwitch"
|
||||
},
|
||||
"continueToWyre": {
|
||||
"message": "Magpatuloy sa Wyre"
|
||||
},
|
||||
"contractDeployment": {
|
||||
"message": "Deployment ng Contract"
|
||||
},
|
||||
"contractInteraction": {
|
||||
"message": "Paggamit sa Contract"
|
||||
},
|
||||
"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"
|
||||
"copyAddress": {
|
||||
"message": "Kopyahin ang address sa clipboard"
|
||||
},
|
||||
"copyPrivateKey": {
|
||||
"message": "Ito ang iyong pribadong private key (i-click para kopyahin)"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Kopyahin sa clipboard"
|
||||
},
|
||||
"copyTransactionId": {
|
||||
"message": "Kopyahin ang Transaction ID"
|
||||
},
|
||||
"create": {
|
||||
"message": "Gumawa"
|
||||
},
|
||||
"createAccount": {
|
||||
"message": "Gumawa ng Account"
|
||||
},
|
||||
"createAWallet": {
|
||||
"message": "Gumawa ng Wallet"
|
||||
},
|
||||
"createAccount": {
|
||||
"message": "Gumawa ng Account"
|
||||
},
|
||||
"createPassword": {
|
||||
"message": "Gumawa ng Password"
|
||||
},
|
||||
@ -278,12 +266,12 @@
|
||||
"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"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "Ang mga decimal ay hindi dapat bumaba sa 0, at hindi lumampas sa 36."
|
||||
},
|
||||
"defaultNetwork": {
|
||||
"message": "Ang default na network para sa mga transaksyon ng Ether ay Main Net."
|
||||
},
|
||||
@ -293,6 +281,12 @@
|
||||
"deleteAccount": {
|
||||
"message": "I-delete ang Account"
|
||||
},
|
||||
"deleteNetwork": {
|
||||
"message": "I-delete ang Network?"
|
||||
},
|
||||
"deleteNetworkDescription": {
|
||||
"message": "Sigurado ka bang gusto mong i-delete ang network na ito?"
|
||||
},
|
||||
"deposit": {
|
||||
"message": "Deposito"
|
||||
},
|
||||
@ -311,6 +305,9 @@
|
||||
"done": {
|
||||
"message": "Tapos na"
|
||||
},
|
||||
"dontHaveAHardwareWallet": {
|
||||
"message": "Wala ka bang hardware wallet?"
|
||||
},
|
||||
"downloadGoogleChrome": {
|
||||
"message": "I-download ang Google Chrome"
|
||||
},
|
||||
@ -320,9 +317,6 @@
|
||||
"downloadStateLogs": {
|
||||
"message": "I-download ang mga State Log"
|
||||
},
|
||||
"dontHaveAHardwareWallet": {
|
||||
"message": "Wala ka bang hardware wallet?"
|
||||
},
|
||||
"dropped": {
|
||||
"message": "Na-drop"
|
||||
},
|
||||
@ -335,6 +329,9 @@
|
||||
"endOfFlowMessage1": {
|
||||
"message": "Pumasa ka sa test - panatilihing ligtas ang iyong seedphrase, responsibilidad mo ito!"
|
||||
},
|
||||
"endOfFlowMessage10": {
|
||||
"message": "Tapos na Lahat"
|
||||
},
|
||||
"endOfFlowMessage2": {
|
||||
"message": "Mga tip sa pag-store dito ng ligtas"
|
||||
},
|
||||
@ -359,15 +356,12 @@
|
||||
"endOfFlowMessage9": {
|
||||
"message": "Matuto pa."
|
||||
},
|
||||
"endOfFlowMessage10": {
|
||||
"message": "Tapos na Lahat"
|
||||
"ensNotFoundOnCurrentNetwork": {
|
||||
"message": "Hindi nakita ang ENS name sa kasalukuyang network. Subukang lumipat sa Ethereum Mainnet."
|
||||
},
|
||||
"ensRegistrationError": {
|
||||
"message": "May error sa pagrerehistro ng ENS name"
|
||||
},
|
||||
"ensNotFoundOnCurrentNetwork": {
|
||||
"message": "Hindi nakita ang ENS name sa kasalukuyang network. Subukang lumipat sa Ethereum Mainnet."
|
||||
},
|
||||
"enterAnAlias": {
|
||||
"message": "Maglagay ng alias"
|
||||
},
|
||||
@ -377,12 +371,12 @@
|
||||
"enterPasswordContinue": {
|
||||
"message": "Ilagay ang password para magpatuloy"
|
||||
},
|
||||
"etherscanView": {
|
||||
"message": "Tingnan ang account sa Etherscan"
|
||||
},
|
||||
"estimatedProcessingTimes": {
|
||||
"message": "Tinatantiyang Tagal ng Pagproseso"
|
||||
},
|
||||
"etherscanView": {
|
||||
"message": "Tingnan ang account sa Etherscan"
|
||||
},
|
||||
"expandView": {
|
||||
"message": "I-expand ang View"
|
||||
},
|
||||
@ -420,9 +414,6 @@
|
||||
"gasLimitTooLow": {
|
||||
"message": "Ang limitasyon sa gas ay dapat na hindi bababa sa 21000"
|
||||
},
|
||||
"gasUsed": {
|
||||
"message": "Gas na Ginamit"
|
||||
},
|
||||
"gasPrice": {
|
||||
"message": "Presyo ng Gas (GWEI)"
|
||||
},
|
||||
@ -432,6 +423,9 @@
|
||||
"gasPriceInfoTooltipContent": {
|
||||
"message": "Tinutukoy ng presyo ng gas ang halaga ng Ether na handa kang ibayad para sa bawat unit ng gas."
|
||||
},
|
||||
"gasUsed": {
|
||||
"message": "Gas na Ginamit"
|
||||
},
|
||||
"general": {
|
||||
"message": "Pangkalahatan"
|
||||
},
|
||||
@ -489,6 +483,9 @@
|
||||
"importAccountSeedPhrase": {
|
||||
"message": "Mag-import ng Account gamit ang Seed Phrase"
|
||||
},
|
||||
"importUsingSeed": {
|
||||
"message": "Mag-import gamit ang seed phrase ng account"
|
||||
},
|
||||
"importWallet": {
|
||||
"message": "Mag-import ng Wallet"
|
||||
},
|
||||
@ -499,9 +496,6 @@
|
||||
"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"
|
||||
},
|
||||
@ -523,24 +517,24 @@
|
||||
"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"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "Hindi valid ang Block Explorer URL"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"knownAddressRecipient": {
|
||||
"message": "Kilalang address ng contract."
|
||||
},
|
||||
"learnMore": {
|
||||
"message": "Matuto pa"
|
||||
},
|
||||
@ -559,15 +553,15 @@
|
||||
"liveGasPricePredictions": {
|
||||
"message": "Mga Live na Prediksyon sa Presyo ng Gas"
|
||||
},
|
||||
"loadMore": {
|
||||
"message": "Mag-load Pa"
|
||||
},
|
||||
"loading": {
|
||||
"message": "Naglo-load..."
|
||||
},
|
||||
"loadingTokens": {
|
||||
"message": "Naglo-load ng Mga Token..."
|
||||
},
|
||||
"loadMore": {
|
||||
"message": "Mag-load Pa"
|
||||
},
|
||||
"lock": {
|
||||
"message": "Mag-log out"
|
||||
},
|
||||
@ -586,6 +580,9 @@
|
||||
"mobileSyncText": {
|
||||
"message": "Pakilagay ang iyong password para kumpirmahing ikaw ito!"
|
||||
},
|
||||
"mustSelectOne": {
|
||||
"message": "Dapat pumili ng kahit 1 token."
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "Mga Account Ko"
|
||||
},
|
||||
@ -595,9 +592,6 @@
|
||||
"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."
|
||||
},
|
||||
@ -611,12 +605,12 @@
|
||||
"networkName": {
|
||||
"message": "Pangalan ng Network"
|
||||
},
|
||||
"networks": {
|
||||
"message": "Mga Network"
|
||||
},
|
||||
"networkSettingsDescription": {
|
||||
"message": "Magdagdag at mag-edit ng mga custom na RPC network"
|
||||
},
|
||||
"networks": {
|
||||
"message": "Mga Network"
|
||||
},
|
||||
"nevermind": {
|
||||
"message": "Huwag na lang"
|
||||
},
|
||||
@ -632,36 +626,15 @@
|
||||
"newContract": {
|
||||
"message": "Bagong Contract"
|
||||
},
|
||||
"newPassword": {
|
||||
"message": "Bagong Password (min 8 char)"
|
||||
},
|
||||
"newNetwork": {
|
||||
"message": "Bagong Network"
|
||||
},
|
||||
"newPassword": {
|
||||
"message": "Bagong Password (min 8 char)"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
@ -674,24 +647,42 @@
|
||||
"noAddressForName": {
|
||||
"message": "Walang address na na-set para sa pangalang ito."
|
||||
},
|
||||
"noAlreadyHaveSeed": {
|
||||
"message": "Hindi, may seed phrase na ako"
|
||||
},
|
||||
"noConversionRateAvailable": {
|
||||
"message": "Walang Presyo ng Palitan na Available"
|
||||
},
|
||||
"noTransactions": {
|
||||
"message": "Wala kang mga transaksyon"
|
||||
},
|
||||
"notEnoughGas": {
|
||||
"message": "Hindi Sapat Ang Gas"
|
||||
"noWebcamFound": {
|
||||
"message": "Hindi nakita ang webcam ng iyong computer. Pakisubukang muli."
|
||||
},
|
||||
"noWebcamFoundTitle": {
|
||||
"message": "Hindi nakita ang webcam"
|
||||
},
|
||||
"noWebcamFound": {
|
||||
"message": "Hindi nakita ang webcam ng iyong computer. Pakisubukang muli."
|
||||
"notEnoughGas": {
|
||||
"message": "Hindi Sapat Ang Gas"
|
||||
},
|
||||
"ofTextNofM": {
|
||||
"message": "sa"
|
||||
},
|
||||
"off": {
|
||||
"message": "Naka-off"
|
||||
},
|
||||
"on": {
|
||||
"message": "Naka-on"
|
||||
},
|
||||
"optionalBlockExplorerUrl": {
|
||||
"message": "Block Explorer URL (opsyonal)"
|
||||
},
|
||||
"optionalChainId": {
|
||||
"message": "ChainID (opsyonal)"
|
||||
},
|
||||
"optionalSymbol": {
|
||||
"message": "Simbolo (opsyonal)"
|
||||
},
|
||||
"orderOneHere": {
|
||||
"message": "Mag-order ng Trezor o Ledger para itago sa cold storage ang iyong pondo"
|
||||
},
|
||||
@ -707,12 +698,12 @@
|
||||
"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"
|
||||
},
|
||||
"passwordsDontMatch": {
|
||||
"message": "Hindi Nagtutugma Ang Mga Password"
|
||||
},
|
||||
"pastePrivateKey": {
|
||||
"message": "I-paste ang iyong private key string dito:",
|
||||
"description": "For importing an account from a private key"
|
||||
@ -741,12 +732,24 @@
|
||||
"privateNetwork": {
|
||||
"message": "Pribadong Network"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"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."
|
||||
},
|
||||
"readyToConnect": {
|
||||
"message": "Handa ka nang Kumonekta?"
|
||||
},
|
||||
"recents": {
|
||||
"message": "Kamakailan"
|
||||
},
|
||||
@ -756,63 +759,24 @@
|
||||
"recipientAddressPlaceholder": {
|
||||
"message": "Maghanap, pampublikong address (0x), o ENS"
|
||||
},
|
||||
"reject": {
|
||||
"message": "Tanggihan"
|
||||
},
|
||||
"rejectAll": {
|
||||
"message": "Tanggihan Lahat"
|
||||
},
|
||||
"rejectTxsN": {
|
||||
"message": "Tanggihan ang $1 (na) transaksyon"
|
||||
},
|
||||
"rejectTxsDescription": {
|
||||
"message": "Sabay-sabay mong tatanggihan ang $1 (na) transaksyon."
|
||||
},
|
||||
"rejectTxsN": {
|
||||
"message": "Tanggihan 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"
|
||||
},
|
||||
@ -822,18 +786,48 @@
|
||||
"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?"
|
||||
"requestsAwaitingAcknowledgement": {
|
||||
"message": "naghihintay na matugunan ang mga request"
|
||||
},
|
||||
"required": {
|
||||
"message": "Kailangan"
|
||||
},
|
||||
"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."
|
||||
},
|
||||
"restore": {
|
||||
"message": "Ipanumbalik"
|
||||
},
|
||||
"restoreAccountWithSeed": {
|
||||
"message": "I-restore ang iyong Account gamit ang Seed Phrase"
|
||||
},
|
||||
"restoreFromSeed": {
|
||||
"message": "I-restore ang account?"
|
||||
},
|
||||
"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."
|
||||
},
|
||||
"revealSeedWordsWarning": {
|
||||
"message": "Maaaring gamitin ang mga salitang ito para nakawin ang lahat ng iyong account."
|
||||
},
|
||||
"revealSeedWordsWarningTitle": {
|
||||
"message": "HUWAG ibahagi ang pariralang ito sa kahit sino!"
|
||||
},
|
||||
"rpcUrl": {
|
||||
"message": "Bagong RPC URL"
|
||||
},
|
||||
"save": {
|
||||
"message": "I-save"
|
||||
},
|
||||
"slow": {
|
||||
"message": "Mabagal"
|
||||
},
|
||||
"slower": {
|
||||
"message": "Mas Mabagal"
|
||||
},
|
||||
"saveAsCsvFile": {
|
||||
"message": "I-save bilang CSV File"
|
||||
},
|
||||
@ -849,6 +843,9 @@
|
||||
"searchResults": {
|
||||
"message": "Mga Resulta ng Paghahanap"
|
||||
},
|
||||
"searchTokens": {
|
||||
"message": "Maghanap ng Mga Token"
|
||||
},
|
||||
"secretBackupPhraseDescription": {
|
||||
"message": "Pinapadali ng iyong secret backup phrase na i-back up at i-restore ang iyong account."
|
||||
},
|
||||
@ -870,15 +867,30 @@
|
||||
"seedPhraseReq": {
|
||||
"message": "Ang mga seed phrase ay may habang 12 salita"
|
||||
},
|
||||
"selectAHigherGasFee": {
|
||||
"message": "Pumili ng mas mataas na gas fee para pabilisin ang pagproseso ng iyong transaksyon.*"
|
||||
},
|
||||
"selectAnAccount": {
|
||||
"message": "Pumili ng Account"
|
||||
},
|
||||
"selectAnAccountHelp": {
|
||||
"message": "Piliin ang account na titingnan sa MetaMask"
|
||||
},
|
||||
"selectCurrency": {
|
||||
"message": "Pumili ng Currency"
|
||||
},
|
||||
"selectEachPhrase": {
|
||||
"message": "Pakipili ang bawat parirala para tiyaking tama ito."
|
||||
},
|
||||
"selectHdPath": {
|
||||
"message": "Piliin ang HD Path"
|
||||
},
|
||||
"selectLocale": {
|
||||
"message": "Pumili ng Locale"
|
||||
},
|
||||
"selectPathHelp": {
|
||||
"message": "Kung hindi mo makita ang kasalukuyan mong mga Ledger account sa ibaba, subukang ilipat ang mga path sa \"Legacy (MEW / MyCrypto)\""
|
||||
},
|
||||
"selectType": {
|
||||
"message": "Piliin ang Uri"
|
||||
},
|
||||
@ -903,24 +915,6 @@
|
||||
"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"
|
||||
},
|
||||
@ -936,23 +930,29 @@
|
||||
"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"
|
||||
},
|
||||
"showPrivateKeys": {
|
||||
"message": "Ipakita ang mga Private Key"
|
||||
},
|
||||
"sign": {
|
||||
"message": "I-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. "
|
||||
},
|
||||
"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. "
|
||||
"slow": {
|
||||
"message": "Mabagal"
|
||||
},
|
||||
"slower": {
|
||||
"message": "Mas Mabagal"
|
||||
},
|
||||
"somethingWentWrong": {
|
||||
"message": "Oops! Nagkaroon ng problema."
|
||||
@ -966,8 +966,8 @@
|
||||
"speedUpTransaction": {
|
||||
"message": "Pabilisin ang transaksyong ito"
|
||||
},
|
||||
"switchNetworks": {
|
||||
"message": "Lumipat ng Network"
|
||||
"stateLogError": {
|
||||
"message": "May error sa pagkuha sa mga state log."
|
||||
},
|
||||
"stateLogs": {
|
||||
"message": "Mga State Log"
|
||||
@ -975,9 +975,6 @@
|
||||
"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"
|
||||
},
|
||||
@ -1005,6 +1002,9 @@
|
||||
"supportCenter": {
|
||||
"message": "Bisitahin ang aming Support Center"
|
||||
},
|
||||
"switchNetworks": {
|
||||
"message": "Lumipat ng Network"
|
||||
},
|
||||
"symbol": {
|
||||
"message": "Simbolo"
|
||||
},
|
||||
@ -1014,8 +1014,11 @@
|
||||
"syncWithMobile": {
|
||||
"message": "I-sync sa mobile"
|
||||
},
|
||||
"syncWithMobileTitle": {
|
||||
"message": "I-sync sa mobile"
|
||||
"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!"
|
||||
},
|
||||
"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\""
|
||||
@ -1026,11 +1029,8 @@
|
||||
"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!"
|
||||
"syncWithMobileTitle": {
|
||||
"message": "I-sync sa mobile"
|
||||
},
|
||||
"terms": {
|
||||
"message": "Mga Tuntunin ng Paggamit"
|
||||
@ -1056,6 +1056,12 @@
|
||||
"transaction": {
|
||||
"message": "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"
|
||||
},
|
||||
"transactionConfirmed": {
|
||||
"message": "Nakumpirma ang transaksyon sa ganap na $2."
|
||||
},
|
||||
@ -1065,36 +1071,30 @@
|
||||
"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."
|
||||
},
|
||||
"transactionErrored": {
|
||||
"message": "Nagkaroon ng error ang transaksyon."
|
||||
},
|
||||
"transactionFee": {
|
||||
"message": "Fee sa Transaksyon"
|
||||
},
|
||||
"transactionResubmitted": {
|
||||
"message": "Nasumite ulit ang transaksyon nang may gas fee na ginawang $1 sa ganap na $2"
|
||||
},
|
||||
"transactionSubmitted": {
|
||||
"message": "Nasumite ang transaksyon nang may gas fee na $1 sa $2."
|
||||
},
|
||||
"transactionTime": {
|
||||
"message": "Oras ng Transaksyon"
|
||||
},
|
||||
"transactionUpdated": {
|
||||
"message": "Na-update ang transaksyon sa $2."
|
||||
},
|
||||
"transfer": {
|
||||
"message": "Mag-transfer"
|
||||
},
|
||||
@ -1123,18 +1123,18 @@
|
||||
"unknown": {
|
||||
"message": "Hindi Alam"
|
||||
},
|
||||
"unknownCameraError": {
|
||||
"message": "Nagkaroon ng error habang sinusubukang i-access ang iyong camera. Pakisubukang muli..."
|
||||
},
|
||||
"unknownCameraErrorTitle": {
|
||||
"message": "Ooops! Nagkaroon ng problema...."
|
||||
},
|
||||
"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"
|
||||
},
|
||||
@ -1153,9 +1153,6 @@
|
||||
"viewAccount": {
|
||||
"message": "Tingnan ang Account"
|
||||
},
|
||||
"viewinExplorer": {
|
||||
"message": "Tingnan sa Explorer"
|
||||
},
|
||||
"viewContact": {
|
||||
"message": "Tingnan ang Contact"
|
||||
},
|
||||
@ -1165,15 +1162,18 @@
|
||||
"viewOnEtherscan": {
|
||||
"message": "Tingnan sa Etherscan"
|
||||
},
|
||||
"viewinExplorer": {
|
||||
"message": "Tingnan sa Explorer"
|
||||
},
|
||||
"visitWebSite": {
|
||||
"message": "Bisitahin ang aming web site"
|
||||
},
|
||||
"welcomeBack": {
|
||||
"message": "Welcome Ulit!"
|
||||
},
|
||||
"welcome": {
|
||||
"message": "Welcome sa MetaMask"
|
||||
},
|
||||
"welcomeBack": {
|
||||
"message": "Welcome Ulit!"
|
||||
},
|
||||
"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."
|
||||
},
|
||||
@ -1183,15 +1183,15 @@
|
||||
"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"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "Hinihiling ang iyong signature"
|
||||
},
|
||||
"zeroGasPriceOnSpeedUpError": {
|
||||
"message": "Zero ang presyo ng gas sa speed up"
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,4 @@
|
||||
{
|
||||
"appName": {
|
||||
"message": "MetaMask",
|
||||
"description": "The name of the application"
|
||||
},
|
||||
"reject": {
|
||||
"message": "નકારો"
|
||||
},
|
||||
"about": {
|
||||
"message": "વિશે"
|
||||
},
|
||||
@ -15,21 +8,16 @@
|
||||
"advanced": {
|
||||
"message": "વિગતવાર"
|
||||
},
|
||||
"appName": {
|
||||
"message": "MetaMask",
|
||||
"description": "The name of the application"
|
||||
},
|
||||
"back": {
|
||||
"message": "પાછળ"
|
||||
},
|
||||
"basic": {
|
||||
"message": "મૂળભૂત"
|
||||
},
|
||||
"off": {
|
||||
"message": "બંધ"
|
||||
},
|
||||
"ok": {
|
||||
"message": "બરાબર, સમજાઇ ગયું"
|
||||
},
|
||||
"on": {
|
||||
"message": "ચાલુ"
|
||||
},
|
||||
"cancel": {
|
||||
"message": "રદ કરો"
|
||||
},
|
||||
@ -89,6 +77,15 @@
|
||||
"next": {
|
||||
"message": "આગલું"
|
||||
},
|
||||
"off": {
|
||||
"message": "બંધ"
|
||||
},
|
||||
"ok": {
|
||||
"message": "બરાબર, સમજાઇ ગયું"
|
||||
},
|
||||
"on": {
|
||||
"message": "ચાલુ"
|
||||
},
|
||||
"origin": {
|
||||
"message": "મૂળ"
|
||||
},
|
||||
@ -98,11 +95,8 @@
|
||||
"queue": {
|
||||
"message": "કતારમાં"
|
||||
},
|
||||
"reset": {
|
||||
"message": "રીસેટ કરો"
|
||||
},
|
||||
"restore": {
|
||||
"message": "પુનઃસ્થાપિત કરો"
|
||||
"reject": {
|
||||
"message": "નકારો"
|
||||
},
|
||||
"remove": {
|
||||
"message": "દૂર કરો"
|
||||
@ -110,12 +104,15 @@
|
||||
"removeAccount": {
|
||||
"message": "એકાઉન્ટ દૂર કરો"
|
||||
},
|
||||
"reset": {
|
||||
"message": "રીસેટ કરો"
|
||||
},
|
||||
"restore": {
|
||||
"message": "પુનઃસ્થાપિત કરો"
|
||||
},
|
||||
"save": {
|
||||
"message": "સાચવો"
|
||||
},
|
||||
"slow": {
|
||||
"message": "ધીમું"
|
||||
},
|
||||
"search": {
|
||||
"message": "શોધો"
|
||||
},
|
||||
@ -125,6 +122,9 @@
|
||||
"settings": {
|
||||
"message": "સેટિંગ્સ"
|
||||
},
|
||||
"slow": {
|
||||
"message": "ધીમું"
|
||||
},
|
||||
"tryAgain": {
|
||||
"message": "ફરી પ્રયાસ કરો"
|
||||
},
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,10 +1,4 @@
|
||||
{
|
||||
"approve": {
|
||||
"message": "मंजूर"
|
||||
},
|
||||
"reject": {
|
||||
"message": "अस्वीकार"
|
||||
},
|
||||
"account": {
|
||||
"message": "खाता"
|
||||
},
|
||||
@ -31,6 +25,9 @@
|
||||
"message": "मेटामास्क/MetaMask",
|
||||
"description": "एप्लिकेशन का नाम"
|
||||
},
|
||||
"approve": {
|
||||
"message": "मंजूर"
|
||||
},
|
||||
"attemptingConnect": {
|
||||
"message": "ब्लॉकचैन से कनेक्ट करने का प्रयास करना होगा।सब्र करे।"
|
||||
},
|
||||
@ -73,12 +70,12 @@
|
||||
"copiedExclamation": {
|
||||
"message": "कॉपी कर दिया गया!"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "क्लिपबोर्ड पर कॉपी करें"
|
||||
},
|
||||
"copyPrivateKey": {
|
||||
"message": "यह आपकी निजी कुंजी है (कॉपी करने के लिए क्लिक करें)।"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "क्लिपबोर्ड पर कॉपी करें"
|
||||
},
|
||||
"create": {
|
||||
"message": "बनाएं"
|
||||
},
|
||||
@ -91,12 +88,12 @@
|
||||
"customRPC": {
|
||||
"message": "कस्टम RPC"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "दशमलव कम से कम 0 होनी चाहिए, और 36 से अधिक नहीं होनी चाहिए।"
|
||||
},
|
||||
"decimal": {
|
||||
"message": "दशमलव परिशुद्धता"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "दशमलव कम से कम 0 होनी चाहिए, और 36 से अधिक नहीं होनी चाहिए।"
|
||||
},
|
||||
"defaultNetwork": {
|
||||
"message": "ईथर लेनदेन के लिए डिफ़ॉल्ट नेटवर्क मुख्य नेट है।"
|
||||
},
|
||||
@ -202,15 +199,15 @@
|
||||
"invalidAddressRecipient": {
|
||||
"message": "प्राप्तकर्ता का पता अमान्य है"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "अमान्य Block Explorer कै URI"
|
||||
},
|
||||
"invalidInput": {
|
||||
"message": "अमान्य इनपुट।"
|
||||
},
|
||||
"invalidRPC": {
|
||||
"message": "अमान्य RPC कै URI"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "अमान्य Block Explorer कै URI"
|
||||
},
|
||||
"jsonFile": {
|
||||
"message": "JSON फ़ाइल",
|
||||
"description": "एक खाता आयात करने के लिए प्रारूप"
|
||||
@ -230,9 +227,6 @@
|
||||
"localhost": {
|
||||
"message": "स्थानीयहोस्ट 8545"
|
||||
},
|
||||
"unlock": {
|
||||
"message": "लॉग इन करें"
|
||||
},
|
||||
"lock": {
|
||||
"message": "लॉग आउट करें"
|
||||
},
|
||||
@ -245,12 +239,12 @@
|
||||
"metamaskDescription": {
|
||||
"message": "मेटामास्क इथीरियम के लिए एक सुरक्षित पहचान वॉल्ट है।"
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "मेरे खाते"
|
||||
},
|
||||
"mustSelectOne": {
|
||||
"message": "कम से कम 1 टोकन का चयन करना आवश्यक है।"
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "मेरे खाते"
|
||||
},
|
||||
"needEtherInWallet": {
|
||||
"message": "मेटामास्क का उपयोग करने वाले विकेन्द्रीकृत अनुप्रयोगों के साथ बातचीत करने के लिए, आपको अपने वॉलेट में ईथर की आवश्यकता होगी।"
|
||||
},
|
||||
@ -312,18 +306,21 @@
|
||||
"recipientAddress": {
|
||||
"message": "प्राप्तकर्ता पता"
|
||||
},
|
||||
"reject": {
|
||||
"message": "अस्वीकार"
|
||||
},
|
||||
"rejected": {
|
||||
"message": "अस्वीकृत"
|
||||
},
|
||||
"required": {
|
||||
"message": "आवश्यक"
|
||||
},
|
||||
"resetAccount": {
|
||||
"message": "खाता रीसेट करें"
|
||||
},
|
||||
"restoreFromSeed": {
|
||||
"message": "बीज वाक्यांश से पुनर्स्थापित करें"
|
||||
},
|
||||
"required": {
|
||||
"message": "आवश्यक"
|
||||
},
|
||||
"revealSeedWords": {
|
||||
"message": "बीज शब्द प्रकट करें"
|
||||
},
|
||||
@ -369,15 +366,15 @@
|
||||
"showPrivateKeys": {
|
||||
"message": "निजी कुंजी दिखाएँ"
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "हस्ताक्षर अनुरोध"
|
||||
},
|
||||
"sign": {
|
||||
"message": "हस्ताक्षर"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "इस संदेश पर हस्ताक्षर करने से \n साइड इफेक्ट हो सकते हैं। \n केवल अपने पूरे खाते के साथ पूरी तरह से भरोसेमंद \n साइटों से संदेश पर हस्ताक्षर करें। \n यह खतरनाक विधि भविष्य के संस्करण में निकाल दी जाएगी।"
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "हस्ताक्षर अनुरोध"
|
||||
},
|
||||
"stateLogs": {
|
||||
"message": "स्थिति संदेश"
|
||||
},
|
||||
@ -421,6 +418,9 @@
|
||||
"unknownNetwork": {
|
||||
"message": "अज्ञात निजी नेटवर्क"
|
||||
},
|
||||
"unlock": {
|
||||
"message": "लॉग इन करें"
|
||||
},
|
||||
"urlErrorMsg": {
|
||||
"message": "URI-यूआरआई को उपयुक्त HTTP / HTTPS उपसर्ग की आवश्यकता होती है।"
|
||||
},
|
||||
@ -436,10 +436,10 @@
|
||||
"welcome": {
|
||||
"message": "मेटामास्क बीटा में आपका स्वागत है"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "आपका हस्ताक्षर अनुरोध किया जा रहा है"
|
||||
},
|
||||
"youSign": {
|
||||
"message": "आप हस्ताक्षर कर रहे हैं"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "आपका हस्ताक्षर अनुरोध किया जा रहा है"
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -20,18 +20,18 @@
|
||||
"activityLog": {
|
||||
"message": "aktivite ki fèt"
|
||||
},
|
||||
"addAcquiredTokens": {
|
||||
"message": "Ajoute tokens yo ou te achte lè l sèvi avèk MetaMask"
|
||||
},
|
||||
"addSuggestedTokens": {
|
||||
"message": "Ajoute Token Yo Sikjere W"
|
||||
},
|
||||
"addToken": {
|
||||
"message": "Ajoute Token"
|
||||
},
|
||||
"addTokens": {
|
||||
"message": "Ajoute Token"
|
||||
},
|
||||
"addSuggestedTokens": {
|
||||
"message": "Ajoute Token Yo Sikjere W"
|
||||
},
|
||||
"addAcquiredTokens": {
|
||||
"message": "Ajoute tokens yo ou te achte lè l sèvi avèk MetaMask"
|
||||
},
|
||||
"amount": {
|
||||
"message": "Kantite lajan"
|
||||
},
|
||||
@ -49,15 +49,15 @@
|
||||
"approved": {
|
||||
"message": "Apwouve"
|
||||
},
|
||||
"attemptingConnect": {
|
||||
"message": "Eseye konekte nan blockchain."
|
||||
},
|
||||
"attemptToCancel": {
|
||||
"message": "Eseye anile?"
|
||||
},
|
||||
"attemptToCancelDescription": {
|
||||
"message": "Soumèt tantativ sa a pa garanti ke yo pral anile tranzaksyon ou anile. Si tantativ anile an gen siksè, ou pral chaje frè yo tranzaksyon pi wo a."
|
||||
},
|
||||
"attemptingConnect": {
|
||||
"message": "Eseye konekte nan blockchain."
|
||||
},
|
||||
"attributions": {
|
||||
"message": "Atribisyon"
|
||||
},
|
||||
@ -82,9 +82,6 @@
|
||||
"buyCoinSwitchExplainer": {
|
||||
"message": "CoinSwitch se destinasyon nan yon sèl-Stop nan echanj plis pase 300 kriptoksèr nan pousantaj la pi byen."
|
||||
},
|
||||
"ok": {
|
||||
"message": "Oke"
|
||||
},
|
||||
"cancel": {
|
||||
"message": "Anile"
|
||||
},
|
||||
@ -94,39 +91,39 @@
|
||||
"cancellationGasFee": {
|
||||
"message": "Anilasyon Gaz Chaj"
|
||||
},
|
||||
"close": {
|
||||
"message": "Fèmen"
|
||||
},
|
||||
"chromeRequiredForHardwareWallets": {
|
||||
"message": "Ou bezwen sèvi ak MetaMask sou Google Chrome yo nan lòd yo konekte sou Hardware Wallet."
|
||||
},
|
||||
"confirm": {
|
||||
"message": "Konfime"
|
||||
"close": {
|
||||
"message": "Fèmen"
|
||||
},
|
||||
"confirmed": {
|
||||
"confirm": {
|
||||
"message": "Konfime"
|
||||
},
|
||||
"confirmPassword": {
|
||||
"message": "Konfime Modpas"
|
||||
},
|
||||
"connectHardwareWallet": {
|
||||
"message": "Konekte Materyèl Wallet"
|
||||
"confirmed": {
|
||||
"message": "Konfime"
|
||||
},
|
||||
"connect": {
|
||||
"message": "Konekte"
|
||||
},
|
||||
"connectHardwareWallet": {
|
||||
"message": "Konekte Materyèl Wallet"
|
||||
},
|
||||
"connectingToKovan": {
|
||||
"message": "Konekte nan Kovan Tès Rezo a"
|
||||
},
|
||||
"connectingToMainnet": {
|
||||
"message": "Konekte ak Prensipal Ethereum Rezo a"
|
||||
},
|
||||
"connectingToRopsten": {
|
||||
"message": "Konekte ak Ropsten Tès Rezo a"
|
||||
},
|
||||
"connectingToRinkeby": {
|
||||
"message": "Konekte nan Rinkeby Tès Rezo a"
|
||||
},
|
||||
"connectingToRopsten": {
|
||||
"message": "Konekte ak Ropsten Tès Rezo a"
|
||||
},
|
||||
"continueToCoinSwitch": {
|
||||
"message": "Kontinye CoinSwitch"
|
||||
},
|
||||
@ -139,12 +136,12 @@
|
||||
"copyAddress": {
|
||||
"message": "Kopi adrès clipboard"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Kopi clipboard"
|
||||
},
|
||||
"copyPrivateKey": {
|
||||
"message": "Sa a se kle prive ou (klike pou ou kopye)"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Kopi clipboard"
|
||||
},
|
||||
"create": {
|
||||
"message": "Kreye"
|
||||
},
|
||||
@ -157,18 +154,18 @@
|
||||
"customGas": {
|
||||
"message": "Koutim Gaz"
|
||||
},
|
||||
"customToken": {
|
||||
"message": "Koutim Token"
|
||||
},
|
||||
"customRPC": {
|
||||
"message": "Koutim RPC"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "Desimal yo dwe omwen 0, epi pa dwe plis pase 36."
|
||||
"customToken": {
|
||||
"message": "Koutim Token"
|
||||
},
|
||||
"decimal": {
|
||||
"message": "Presizyon desimal la"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "Desimal yo dwe omwen 0, epi pa dwe plis pase 36."
|
||||
},
|
||||
"defaultNetwork": {
|
||||
"message": "Dfo rezo a pou tranzaksyon Ether se Mainnet."
|
||||
},
|
||||
@ -190,15 +187,15 @@
|
||||
"done": {
|
||||
"message": "Fini"
|
||||
},
|
||||
"dontHaveAHardwareWallet": {
|
||||
"message": "Pa gen yon materyèl bous?"
|
||||
},
|
||||
"downloadGoogleChrome": {
|
||||
"message": "Telechaje Google Chrome"
|
||||
},
|
||||
"downloadStateLogs": {
|
||||
"message": "Telechaje State Logs"
|
||||
},
|
||||
"dontHaveAHardwareWallet": {
|
||||
"message": "Pa gen yon materyèl bous?"
|
||||
},
|
||||
"dropped": {
|
||||
"message": "Tonbe"
|
||||
},
|
||||
@ -246,12 +243,12 @@
|
||||
"gasLimitTooLow": {
|
||||
"message": "Limit gaz dwe omwen 21000"
|
||||
},
|
||||
"gasUsed": {
|
||||
"message": "Gaz yo Itilize"
|
||||
},
|
||||
"gasPrice": {
|
||||
"message": "Pri gaz (GWEI)"
|
||||
},
|
||||
"gasUsed": {
|
||||
"message": "Gaz yo Itilize"
|
||||
},
|
||||
"getEther": {
|
||||
"message": "Jwenn Ether"
|
||||
},
|
||||
@ -300,13 +297,13 @@
|
||||
"importAccountMsg": {
|
||||
"message": " Kont pòte pa pral asosye avèk orijinal ou te kreye nan kont MetaMask seed fraz. Aprann plis sou kont enpòte "
|
||||
},
|
||||
"importUsingSeed": {
|
||||
"message": "Pòte lè sèvi avèk seed fraz"
|
||||
},
|
||||
"imported": {
|
||||
"message": "Pòte",
|
||||
"description": "status showing that an account has been fully loaded into the keyring"
|
||||
},
|
||||
"importUsingSeed": {
|
||||
"message": "Pòte lè sèvi avèk seed fraz"
|
||||
},
|
||||
"infoHelp": {
|
||||
"message": "Enfo & Èd"
|
||||
},
|
||||
@ -325,15 +322,15 @@
|
||||
"invalidAddressRecipient": {
|
||||
"message": "Moun ki resevwa adrès la pa valab"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "Block Explorer URI pa valab"
|
||||
},
|
||||
"invalidInput": {
|
||||
"message": "Sa ou rantre a pa valab"
|
||||
},
|
||||
"invalidRPC": {
|
||||
"message": "RPC URI pa valab"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "Block Explorer URI pa valab"
|
||||
},
|
||||
"invalidSeedPhrase": {
|
||||
"message": "Seed fraz pa valab"
|
||||
},
|
||||
@ -344,9 +341,6 @@
|
||||
"kovan": {
|
||||
"message": "Kovan Tès Rezo"
|
||||
},
|
||||
"max": {
|
||||
"message": "Maksimòm"
|
||||
},
|
||||
"learnMore": {
|
||||
"message": "Aprann plis"
|
||||
},
|
||||
@ -371,6 +365,9 @@
|
||||
"mainnet": {
|
||||
"message": "Prensipal Ethereum Rezo a"
|
||||
},
|
||||
"max": {
|
||||
"message": "Maksimòm"
|
||||
},
|
||||
"message": {
|
||||
"message": "Mesaje"
|
||||
},
|
||||
@ -380,12 +377,12 @@
|
||||
"metamaskVersion": {
|
||||
"message": "MetaMask Vèsyon"
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "Kont mwen"
|
||||
},
|
||||
"mustSelectOne": {
|
||||
"message": "Ou dwe chwazi omwen 1 token."
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "Kont mwen"
|
||||
},
|
||||
"needEtherInWallet": {
|
||||
"message": "Pou kominike avèk aplikasyon desantralize ou dwe itilize MetaMask, ou pral bezwen Ether nan Wallet ou."
|
||||
},
|
||||
@ -427,11 +424,14 @@
|
||||
"noTransactions": {
|
||||
"message": "Pa gen tranzaksyon"
|
||||
},
|
||||
"noWebcamFound": {
|
||||
"message": "Nou pakay jwenn webcam òdinatè ou. Tanpri eseye ankò."
|
||||
},
|
||||
"noWebcamFoundTitle": {
|
||||
"message": "Pa jwenn webcam"
|
||||
},
|
||||
"noWebcamFound": {
|
||||
"message": "Nou pakay jwenn webcam òdinatè ou. Tanpri eseye ankò."
|
||||
"ok": {
|
||||
"message": "Oke"
|
||||
},
|
||||
"orderOneHere": {
|
||||
"message": "Mete nan lòd on Trezor oswa Ledger epi kenbe lajan ou nan yon stòk frèt."
|
||||
@ -445,12 +445,12 @@
|
||||
"password": {
|
||||
"message": "Modpas"
|
||||
},
|
||||
"passwordsDontMatch": {
|
||||
"message": "Modpas pa matche"
|
||||
},
|
||||
"passwordNotLongEnough": {
|
||||
"message": "Modpas pa lontan ase"
|
||||
},
|
||||
"passwordsDontMatch": {
|
||||
"message": "Modpas pa matche"
|
||||
},
|
||||
"pastePrivateKey": {
|
||||
"message": "Kole fraz prive ou a la:",
|
||||
"description": "For importing an account from a private key"
|
||||
@ -486,6 +486,9 @@
|
||||
"readdToken": {
|
||||
"message": "Ou ka ajoute token sa aprè sa ankò ou prale nan \"Ajoute token\" nan opsyon meni kont ou an."
|
||||
},
|
||||
"readyToConnect": {
|
||||
"message": "Pare pou konekte?"
|
||||
},
|
||||
"recipientAddress": {
|
||||
"message": "Adrès pou resevwa"
|
||||
},
|
||||
@ -495,51 +498,15 @@
|
||||
"rejectAll": {
|
||||
"message": "Rejte Tout"
|
||||
},
|
||||
"rejectTxsN": {
|
||||
"message": "Rejete $ 1 tranzaksyon"
|
||||
},
|
||||
"rejectTxsDescription": {
|
||||
"message": "Ou se sou rejte $ 1 yon anpil nan tranzaksyon yo."
|
||||
},
|
||||
"rejectTxsN": {
|
||||
"message": "Rejete $ 1 tranzaksyon"
|
||||
},
|
||||
"rejected": {
|
||||
"message": "Rejete"
|
||||
},
|
||||
"reset": {
|
||||
"message": "Repwograme"
|
||||
},
|
||||
"resetAccount": {
|
||||
"message": "Repwograme Kont"
|
||||
},
|
||||
"resetAccountDescription": {
|
||||
"message": "Repwograme kont a netwaye tranzaksyon ou yo."
|
||||
},
|
||||
"restoreFromSeed": {
|
||||
"message": "Restore kont?"
|
||||
},
|
||||
"restoreAccountWithSeed": {
|
||||
"message": "Retabli kont ou avèk yo Seed Fraz"
|
||||
},
|
||||
"required": {
|
||||
"message": "Egzije"
|
||||
},
|
||||
"restore": {
|
||||
"message": "Retabli"
|
||||
},
|
||||
"revealSeedWords": {
|
||||
"message": "Revele Seed Mo Yo"
|
||||
},
|
||||
"revealSeedWordsTitle": {
|
||||
"message": "Seed Fraz"
|
||||
},
|
||||
"revealSeedWordsDescription": {
|
||||
"message": "Si ou pa janm chanje navigatè ou deplase òdinatè, ou pral bezwen fraz seed la pou ka gen aksè a kont ou. Sere yo on kote an sekirite e an sekrè."
|
||||
},
|
||||
"revealSeedWordsWarningTitle": {
|
||||
"message": "PA pataje fraz sa a avèk nenpòt moun!"
|
||||
},
|
||||
"revealSeedWordsWarning": {
|
||||
"message": "Yo ka itilize mo sa pou vòlè kont ou."
|
||||
},
|
||||
"remove": {
|
||||
"message": "retire"
|
||||
},
|
||||
@ -549,8 +516,41 @@
|
||||
"removeAccountDescription": {
|
||||
"message": "Kont sa a pral retire nan Wallet ou. Tanpri, asire ou ke ou gen orijinal fraz seed la oubyen kle prive pou rantre kont lan avan ou kontinye. Oubyen ou ka rantre kont ou ankò apati kont \"drop-down\" ou an."
|
||||
},
|
||||
"readyToConnect": {
|
||||
"message": "Pare pou konekte?"
|
||||
"required": {
|
||||
"message": "Egzije"
|
||||
},
|
||||
"reset": {
|
||||
"message": "Repwograme"
|
||||
},
|
||||
"resetAccount": {
|
||||
"message": "Repwograme Kont"
|
||||
},
|
||||
"resetAccountDescription": {
|
||||
"message": "Repwograme kont a netwaye tranzaksyon ou yo."
|
||||
},
|
||||
"restore": {
|
||||
"message": "Retabli"
|
||||
},
|
||||
"restoreAccountWithSeed": {
|
||||
"message": "Retabli kont ou avèk yo Seed Fraz"
|
||||
},
|
||||
"restoreFromSeed": {
|
||||
"message": "Restore kont?"
|
||||
},
|
||||
"revealSeedWords": {
|
||||
"message": "Revele Seed Mo Yo"
|
||||
},
|
||||
"revealSeedWordsDescription": {
|
||||
"message": "Si ou pa janm chanje navigatè ou deplase òdinatè, ou pral bezwen fraz seed la pou ka gen aksè a kont ou. Sere yo on kote an sekirite e an sekrè."
|
||||
},
|
||||
"revealSeedWordsTitle": {
|
||||
"message": "Seed Fraz"
|
||||
},
|
||||
"revealSeedWordsWarning": {
|
||||
"message": "Yo ka itilize mo sa pou vòlè kont ou."
|
||||
},
|
||||
"revealSeedWordsWarningTitle": {
|
||||
"message": "PA pataje fraz sa a avèk nenpòt moun!"
|
||||
},
|
||||
"rinkeby": {
|
||||
"message": "Rinkeby Tès Rezo"
|
||||
@ -576,18 +576,33 @@
|
||||
"searchResults": {
|
||||
"message": "Rezilta rechèch"
|
||||
},
|
||||
"searchTokens": {
|
||||
"message": "Rechèch Tokens"
|
||||
},
|
||||
"secretPhrase": {
|
||||
"message": "Antre fraz sekrè douz mo ou a pou w restore kòf ou a."
|
||||
},
|
||||
"seedPhraseReq": {
|
||||
"message": "Seed fraz yo se 12 long mo"
|
||||
},
|
||||
"selectAnAccount": {
|
||||
"message": "Chwazi yon kont"
|
||||
},
|
||||
"selectAnAccountHelp": {
|
||||
"message": "Chwazi kont pou wè nan MetaMask"
|
||||
},
|
||||
"selectCurrency": {
|
||||
"message": "Chwazi Lajan"
|
||||
},
|
||||
"selectHdPath": {
|
||||
"message": "Chwazi chemen HD"
|
||||
},
|
||||
"selectLocale": {
|
||||
"message": "Chwazi Lokasyon"
|
||||
},
|
||||
"selectPathHelp": {
|
||||
"message": "Si ou pa wè kont Ledger ou te genyen an anba a, eseye chanje chemen an \"Eritaj (MEW / MyCrypto)\""
|
||||
},
|
||||
"selectType": {
|
||||
"message": "Chwazi Kalite"
|
||||
},
|
||||
@ -609,57 +624,42 @@
|
||||
"separateEachWord": {
|
||||
"message": "Separe chak mo ak yon sèl espas"
|
||||
},
|
||||
"searchTokens": {
|
||||
"message": "Rechèch Tokens"
|
||||
},
|
||||
"selectAnAccount": {
|
||||
"message": "Chwazi yon kont"
|
||||
},
|
||||
"selectAnAccountHelp": {
|
||||
"message": "Chwazi kont pou wè nan MetaMask"
|
||||
},
|
||||
"selectHdPath": {
|
||||
"message": "Chwazi chemen HD"
|
||||
},
|
||||
"selectPathHelp": {
|
||||
"message": "Si ou pa wè kont Ledger ou te genyen an anba a, eseye chanje chemen an \"Eritaj (MEW / MyCrypto)\""
|
||||
},
|
||||
"settings": {
|
||||
"message": "Paramèt"
|
||||
},
|
||||
"showPrivateKeys": {
|
||||
"message": "Montre Kle Prive"
|
||||
},
|
||||
"showHexData": {
|
||||
"message": "Montre Hex Data"
|
||||
},
|
||||
"showHexDataDescription": {
|
||||
"message": "Pran sa pouw ka montre chan entèfas hex data a"
|
||||
},
|
||||
"showPrivateKeys": {
|
||||
"message": "Montre Kle Prive"
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "Demann Siyati"
|
||||
},
|
||||
"sign": {
|
||||
"message": "Siyen"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "Lè w siyen mesaj sa a ka gen efè segondè ki \ndanjere. Sèlman \nsit mesaj ki soti nan sit ou konplètman fè konfyans ak tout kont ou. \n Metòd danjere sa yo pral retire nan yon vèsyon fiti. "
|
||||
},
|
||||
"signatureRequest": {
|
||||
"message": "Siyati Mande"
|
||||
},
|
||||
"signed": {
|
||||
"message": "Te Siyen"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "Lè w siyen mesaj sa a ka gen efè segondè ki \ndanjere. Sèlman \nsit mesaj ki soti nan sit ou konplètman fè konfyans ak tout kont ou. \n Metòd danjere sa yo pral retire nan yon vèsyon fiti. "
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "Demann Siyati"
|
||||
},
|
||||
"speedUp": {
|
||||
"message": "pi vit"
|
||||
},
|
||||
"stateLogsDescription": {
|
||||
"message": "State logs gen adrès kont piblik ou yo epi tranzaksyon ou te voye yo."
|
||||
},
|
||||
"stateLogError": {
|
||||
"message": "Erè nan retwouve State Logs yo."
|
||||
},
|
||||
"stateLogsDescription": {
|
||||
"message": "State logs gen adrès kont piblik ou yo epi tranzaksyon ou te voye yo."
|
||||
},
|
||||
"step1HardwareWallet": {
|
||||
"message": "1. Konekte Materyèl bous"
|
||||
},
|
||||
@ -714,15 +714,15 @@
|
||||
"transactionDropped": {
|
||||
"message": "Tranzaksyon ou te tonbe a $2."
|
||||
},
|
||||
"transactionError": {
|
||||
"message": "Erè tranzaksyon. Eksepsyon jete nan kòd kontra."
|
||||
},
|
||||
"transactionSubmitted": {
|
||||
"message": "Tranzaksyon ou te soumèt a $2."
|
||||
},
|
||||
"transactionUpdated": {
|
||||
"message": "Tranzaksyon ou te aktyalize a $2."
|
||||
},
|
||||
"transactionError": {
|
||||
"message": "Erè tranzaksyon. Eksepsyon jete nan kòd kontra."
|
||||
},
|
||||
"transfer": {
|
||||
"message": "Transfè"
|
||||
},
|
||||
@ -745,18 +745,18 @@
|
||||
"unknown": {
|
||||
"message": "Enkoni"
|
||||
},
|
||||
"unknownCameraError": {
|
||||
"message": "Te gen yon erè pandan y ap eseye jwenn aksè nan kamera ou. Tanpri eseye ankò..."
|
||||
},
|
||||
"unknownCameraErrorTitle": {
|
||||
"message": "Ooops! Yon bagay te ale mal...."
|
||||
},
|
||||
"unknownNetwork": {
|
||||
"message": "Rezo Prive Enkoni"
|
||||
},
|
||||
"unknownQrCode": {
|
||||
"message": "Erè: Nou pa t kapab idantifye QR kòd sa"
|
||||
},
|
||||
"unknownCameraErrorTitle": {
|
||||
"message": "Ooops! Yon bagay te ale mal...."
|
||||
},
|
||||
"unknownCameraError": {
|
||||
"message": "Te gen yon erè pandan y ap eseye jwenn aksè nan kamera ou. Tanpri eseye ankò..."
|
||||
},
|
||||
"unlock": {
|
||||
"message": "Debloke"
|
||||
},
|
||||
@ -784,25 +784,25 @@
|
||||
"walletSeed": {
|
||||
"message": "Bous Seed"
|
||||
},
|
||||
"welcomeBack": {
|
||||
"message": "Bon Retou!"
|
||||
},
|
||||
"welcome": {
|
||||
"message": "Byenveni nan MetaMask"
|
||||
},
|
||||
"welcomeBack": {
|
||||
"message": "Bon Retou!"
|
||||
},
|
||||
"yesLetsTry": {
|
||||
"message": "Wi, ann eseye"
|
||||
},
|
||||
"youNeedToAllowCameraAccess": {
|
||||
"message": "Ou bezwen bay kamera aksè pou sèvi ak fonksyon sa."
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "Yo mande siyati ou"
|
||||
},
|
||||
"youSign": {
|
||||
"message": "Ou ap siyen kounya"
|
||||
},
|
||||
"yourPrivateSeedPhrase": {
|
||||
"message": "Seed fraz prive ou a"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "Yo mande siyati ou"
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,13 +1,4 @@
|
||||
{
|
||||
"chartOnlyAvailableEth": {
|
||||
"message": "チャートはEthereumネットワークでのみ利用可能です。"
|
||||
},
|
||||
"contractInteraction": {
|
||||
"message": "コントラクトへのアクセス"
|
||||
},
|
||||
"reject": {
|
||||
"message": "拒否"
|
||||
},
|
||||
"aboutSettingsDescription": {
|
||||
"message": "バージョンやサポート、問合せ先など"
|
||||
},
|
||||
@ -35,20 +26,20 @@
|
||||
"activityLog": {
|
||||
"message": "アクティビティログ"
|
||||
},
|
||||
"addAcquiredTokens": {
|
||||
"message": "MetaMaskで獲得したトークンを追加する"
|
||||
},
|
||||
"addAlias": {
|
||||
"message": "エイリアスを追加"
|
||||
},
|
||||
"addNetwork": {
|
||||
"message": "ネットワーク追加"
|
||||
},
|
||||
"addRecipient": {
|
||||
"message": "受取人追加"
|
||||
},
|
||||
"advanced": {
|
||||
"message": "詳細"
|
||||
},
|
||||
"advancedSettingsDescription": {
|
||||
"message": "開発者向け機能では、状態ログのダウンロード、アカウントリセットし、テストネットやカスタムRPCの設定が可能です。"
|
||||
},
|
||||
"advancedOptions": {
|
||||
"message": "詳細設定"
|
||||
"addSuggestedTokens": {
|
||||
"message": "推奨トークンを追加"
|
||||
},
|
||||
"addToAddressBook": {
|
||||
"message": "アドレス帳に追加"
|
||||
@ -56,20 +47,20 @@
|
||||
"addToAddressBookModalPlaceholder": {
|
||||
"message": "例: John D"
|
||||
},
|
||||
"addAlias": {
|
||||
"message": "エイリアスを追加"
|
||||
},
|
||||
"addToken": {
|
||||
"message": "トークンを追加"
|
||||
},
|
||||
"addTokens": {
|
||||
"message": "トークンを追加"
|
||||
},
|
||||
"addSuggestedTokens": {
|
||||
"message": "推奨トークンを追加"
|
||||
"advanced": {
|
||||
"message": "詳細"
|
||||
},
|
||||
"addAcquiredTokens": {
|
||||
"message": "MetaMaskで獲得したトークンを追加する"
|
||||
"advancedOptions": {
|
||||
"message": "詳細設定"
|
||||
},
|
||||
"advancedSettingsDescription": {
|
||||
"message": "開発者向け機能では、状態ログのダウンロード、アカウントリセットし、テストネットやカスタムRPCの設定が可能です。"
|
||||
},
|
||||
"amount": {
|
||||
"message": "金額"
|
||||
@ -91,15 +82,15 @@
|
||||
"asset": {
|
||||
"message": "アセット"
|
||||
},
|
||||
"attemptingConnect": {
|
||||
"message": "ブロックチェーンに接続中"
|
||||
},
|
||||
"attemptToCancel": {
|
||||
"message": "キャンセルを試みますか?"
|
||||
},
|
||||
"attemptToCancelDescription": {
|
||||
"message": "このキャンセルを送信しても、元のトランザクションがキャンセルされることは保証されません。キャンセルが成功した場合、上記の取引手数料が請求されます。"
|
||||
},
|
||||
"attemptingConnect": {
|
||||
"message": "ブロックチェーンに接続中"
|
||||
},
|
||||
"attributions": {
|
||||
"message": "属性"
|
||||
},
|
||||
@ -130,6 +121,9 @@
|
||||
"cancel": {
|
||||
"message": "キャンセル"
|
||||
},
|
||||
"chartOnlyAvailableEth": {
|
||||
"message": "チャートはEthereumネットワークでのみ利用可能です。"
|
||||
},
|
||||
"confirm": {
|
||||
"message": "確認"
|
||||
},
|
||||
@ -142,15 +136,18 @@
|
||||
"contractDeployment": {
|
||||
"message": "コントラクトのデプロイ"
|
||||
},
|
||||
"contractInteraction": {
|
||||
"message": "コントラクトへのアクセス"
|
||||
},
|
||||
"copiedExclamation": {
|
||||
"message": "コピー完了!"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "クリップボードへコピー"
|
||||
},
|
||||
"copyPrivateKey": {
|
||||
"message": "これはあなたの秘密鍵です(クリックでコピー)"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "クリップボードへコピー"
|
||||
},
|
||||
"create": {
|
||||
"message": "作成"
|
||||
},
|
||||
@ -160,12 +157,12 @@
|
||||
"customGas": {
|
||||
"message": "ガスのカスタマイズ"
|
||||
},
|
||||
"customToken": {
|
||||
"message": "カスタムトークン"
|
||||
},
|
||||
"customRPC": {
|
||||
"message": "カスタムRPC"
|
||||
},
|
||||
"customToken": {
|
||||
"message": "カスタムトークン"
|
||||
},
|
||||
"decimal": {
|
||||
"message": "小数点桁数"
|
||||
},
|
||||
@ -278,9 +275,6 @@
|
||||
"kovan": {
|
||||
"message": "Kovanテストネットワーク"
|
||||
},
|
||||
"max": {
|
||||
"message": "最大"
|
||||
},
|
||||
"learnMore": {
|
||||
"message": "詳細"
|
||||
},
|
||||
@ -296,24 +290,24 @@
|
||||
"loadingTokens": {
|
||||
"message": "トークンをロード中..."
|
||||
},
|
||||
"unlock": {
|
||||
"message": "ログイン"
|
||||
},
|
||||
"lock": {
|
||||
"message": "ログアウト"
|
||||
},
|
||||
"mainnet": {
|
||||
"message": "Ethereumメインネットワーク"
|
||||
},
|
||||
"max": {
|
||||
"message": "最大"
|
||||
},
|
||||
"message": {
|
||||
"message": "メッセージ"
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "マイアカウント"
|
||||
},
|
||||
"mustSelectOne": {
|
||||
"message": "一つ以上のトークンを選択してください。"
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "マイアカウント"
|
||||
},
|
||||
"needEtherInWallet": {
|
||||
"message": "MetaMaskで分散型アプリケーションを使用するためには、このウォレットにEtherが必要です。"
|
||||
},
|
||||
@ -337,15 +331,15 @@
|
||||
"newPassword": {
|
||||
"message": "新規パスワード(最低8文字)"
|
||||
},
|
||||
"noAlreadyHaveSeed": {
|
||||
"message": "すでにシードを持っています"
|
||||
},
|
||||
"next": {
|
||||
"message": "次へ"
|
||||
},
|
||||
"noAddressForName": {
|
||||
"message": "この名前にはアドレスが設定されていません。"
|
||||
},
|
||||
"noAlreadyHaveSeed": {
|
||||
"message": "すでにシードを持っています"
|
||||
},
|
||||
"noTransactions": {
|
||||
"message": "トランザクションがありません。"
|
||||
},
|
||||
@ -375,18 +369,21 @@
|
||||
"recipientAddress": {
|
||||
"message": "受取人アドレス"
|
||||
},
|
||||
"reject": {
|
||||
"message": "拒否"
|
||||
},
|
||||
"rejected": {
|
||||
"message": "拒否されました"
|
||||
},
|
||||
"required": {
|
||||
"message": "必要です。"
|
||||
},
|
||||
"resetAccount": {
|
||||
"message": "アカウントをリセット"
|
||||
},
|
||||
"restoreFromSeed": {
|
||||
"message": "パスフレーズから復元する"
|
||||
},
|
||||
"required": {
|
||||
"message": "必要です。"
|
||||
},
|
||||
"revealSeedWords": {
|
||||
"message": "パスフレーズを表示"
|
||||
},
|
||||
@ -405,6 +402,9 @@
|
||||
"searchResults": {
|
||||
"message": "検索結果"
|
||||
},
|
||||
"searchTokens": {
|
||||
"message": "トークンの検索"
|
||||
},
|
||||
"selectCurrency": {
|
||||
"message": "通貨を選択"
|
||||
},
|
||||
@ -420,25 +420,22 @@
|
||||
"sendTokens": {
|
||||
"message": "トークンを送信"
|
||||
},
|
||||
"searchTokens": {
|
||||
"message": "トークンの検索"
|
||||
},
|
||||
"settings": {
|
||||
"message": "設定"
|
||||
},
|
||||
"showPrivateKeys": {
|
||||
"message": "秘密鍵を表示"
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "署名リクエスト"
|
||||
},
|
||||
"sign": {
|
||||
"message": "署名"
|
||||
},
|
||||
"signatureRequest": {
|
||||
"message": "署名リクエスト"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "このメッセージへの署名は危険となる可能性があります。\n完全に信頼するサイトからのメッセージのみ、\nあなたのアカウントで署名して下さい。今後のバージョンでは、\nこの危険なメソッドは削除される予定です。"
|
||||
},
|
||||
"sigRequest": {
|
||||
"signatureRequest": {
|
||||
"message": "署名リクエスト"
|
||||
},
|
||||
"terms": {
|
||||
@ -472,6 +469,9 @@
|
||||
"unknownNetwork": {
|
||||
"message": "不明なプライベートネットワーク"
|
||||
},
|
||||
"unlock": {
|
||||
"message": "ログイン"
|
||||
},
|
||||
"usedByClients": {
|
||||
"message": "様々なクライアントによって使用されています。"
|
||||
},
|
||||
@ -484,16 +484,16 @@
|
||||
"walletSeed": {
|
||||
"message": "ウォレットのパスフレーズ"
|
||||
},
|
||||
"welcomeBack": {
|
||||
"message": "おかえりなさい!"
|
||||
},
|
||||
"welcome": {
|
||||
"message": "MetaMask ベータ版へようこそ!"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "あなたの署名がリクエストされています。"
|
||||
"welcomeBack": {
|
||||
"message": "おかえりなさい!"
|
||||
},
|
||||
"youSign": {
|
||||
"message": "署名しています。"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "あなたの署名がリクエストされています。"
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,4 @@
|
||||
{
|
||||
"appName": {
|
||||
"message": "MetaMask",
|
||||
"description": "The name of the application"
|
||||
},
|
||||
"reject": {
|
||||
"message": "നിരസിക്കുക"
|
||||
},
|
||||
"about": {
|
||||
"message": "വിവരം"
|
||||
},
|
||||
@ -15,21 +8,16 @@
|
||||
"advanced": {
|
||||
"message": "നൂതനം"
|
||||
},
|
||||
"appName": {
|
||||
"message": "MetaMask",
|
||||
"description": "The name of the application"
|
||||
},
|
||||
"back": {
|
||||
"message": "പിന്നോട്ട്"
|
||||
},
|
||||
"basic": {
|
||||
"message": "അടിസ്ഥാനം"
|
||||
},
|
||||
"off": {
|
||||
"message": "ഓഫാക്കുക"
|
||||
},
|
||||
"ok": {
|
||||
"message": "ശരി"
|
||||
},
|
||||
"on": {
|
||||
"message": "ഓൺ ചെയ്യുക"
|
||||
},
|
||||
"cancel": {
|
||||
"message": "റദ്ദാക്കൂ"
|
||||
},
|
||||
@ -89,6 +77,15 @@
|
||||
"next": {
|
||||
"message": "അടുത്തത്"
|
||||
},
|
||||
"off": {
|
||||
"message": "ഓഫാക്കുക"
|
||||
},
|
||||
"ok": {
|
||||
"message": "ശരി"
|
||||
},
|
||||
"on": {
|
||||
"message": "ഓൺ ചെയ്യുക"
|
||||
},
|
||||
"origin": {
|
||||
"message": "ഉറവിടം"
|
||||
},
|
||||
@ -98,11 +95,8 @@
|
||||
"queue": {
|
||||
"message": "ക്യൂവിൽ"
|
||||
},
|
||||
"reset": {
|
||||
"message": "വീണ്ടും സജ്ജീകരിക്കുക"
|
||||
},
|
||||
"restore": {
|
||||
"message": "പുനഃസ്ഥാപിക്കുക"
|
||||
"reject": {
|
||||
"message": "നിരസിക്കുക"
|
||||
},
|
||||
"remove": {
|
||||
"message": "നീക്കംചെയ്യുക"
|
||||
@ -110,12 +104,15 @@
|
||||
"removeAccount": {
|
||||
"message": "അക്കൗണ്ട് നീക്കംചെയ്യൽ"
|
||||
},
|
||||
"reset": {
|
||||
"message": "വീണ്ടും സജ്ജീകരിക്കുക"
|
||||
},
|
||||
"restore": {
|
||||
"message": "പുനഃസ്ഥാപിക്കുക"
|
||||
},
|
||||
"save": {
|
||||
"message": "സംരക്ഷിക്കുക"
|
||||
},
|
||||
"slow": {
|
||||
"message": "പതുക്കെ"
|
||||
},
|
||||
"search": {
|
||||
"message": "തിരയൂ"
|
||||
},
|
||||
@ -125,6 +122,9 @@
|
||||
"settings": {
|
||||
"message": "ക്രമീകരണങ്ങള്"
|
||||
},
|
||||
"slow": {
|
||||
"message": "പതുക്കെ"
|
||||
},
|
||||
"tryAgain": {
|
||||
"message": "വീണ്ടും ശ്രമിക്കുക"
|
||||
},
|
||||
|
@ -1,11 +1,4 @@
|
||||
{
|
||||
"appName": {
|
||||
"message": "MetaMask",
|
||||
"description": "The name of the application"
|
||||
},
|
||||
"reject": {
|
||||
"message": "नाकारा"
|
||||
},
|
||||
"about": {
|
||||
"message": "बद्दल"
|
||||
},
|
||||
@ -15,21 +8,16 @@
|
||||
"advanced": {
|
||||
"message": "प्रगत"
|
||||
},
|
||||
"appName": {
|
||||
"message": "MetaMask",
|
||||
"description": "The name of the application"
|
||||
},
|
||||
"back": {
|
||||
"message": "मागील"
|
||||
},
|
||||
"basic": {
|
||||
"message": "मूलभूत"
|
||||
},
|
||||
"off": {
|
||||
"message": "बंद"
|
||||
},
|
||||
"ok": {
|
||||
"message": "ठीक आहे"
|
||||
},
|
||||
"on": {
|
||||
"message": "चालू"
|
||||
},
|
||||
"cancel": {
|
||||
"message": "रद्द करा"
|
||||
},
|
||||
@ -89,6 +77,15 @@
|
||||
"next": {
|
||||
"message": "पुढील"
|
||||
},
|
||||
"off": {
|
||||
"message": "बंद"
|
||||
},
|
||||
"ok": {
|
||||
"message": "ठीक आहे"
|
||||
},
|
||||
"on": {
|
||||
"message": "चालू"
|
||||
},
|
||||
"origin": {
|
||||
"message": "मूळ"
|
||||
},
|
||||
@ -98,11 +95,8 @@
|
||||
"queue": {
|
||||
"message": "रांग"
|
||||
},
|
||||
"reset": {
|
||||
"message": "रीसेट करा"
|
||||
},
|
||||
"restore": {
|
||||
"message": "पुनर्संचयित करा"
|
||||
"reject": {
|
||||
"message": "नाकारा"
|
||||
},
|
||||
"remove": {
|
||||
"message": "काढून टाका"
|
||||
@ -110,12 +104,15 @@
|
||||
"removeAccount": {
|
||||
"message": "खाते काढून टाका"
|
||||
},
|
||||
"reset": {
|
||||
"message": "रीसेट करा"
|
||||
},
|
||||
"restore": {
|
||||
"message": "पुनर्संचयित करा"
|
||||
},
|
||||
"save": {
|
||||
"message": "सेव्ह करा"
|
||||
},
|
||||
"slow": {
|
||||
"message": "धीमी"
|
||||
},
|
||||
"search": {
|
||||
"message": "शोधा"
|
||||
},
|
||||
@ -125,6 +122,9 @@
|
||||
"settings": {
|
||||
"message": "सेटिंग्ज"
|
||||
},
|
||||
"slow": {
|
||||
"message": "धीमी"
|
||||
},
|
||||
"tryAgain": {
|
||||
"message": "पुन्हा प्रयत्न करा"
|
||||
},
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,4 @@
|
||||
{
|
||||
"reject": {
|
||||
"message": "Afwijzen"
|
||||
},
|
||||
"accountDetails": {
|
||||
"message": "Accountgegevens"
|
||||
},
|
||||
@ -70,12 +67,12 @@
|
||||
"copiedExclamation": {
|
||||
"message": "Gekopieerde!"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Kopieer naar klembord"
|
||||
},
|
||||
"copyPrivateKey": {
|
||||
"message": "Dit is uw privésleutel (klik om te kopiëren)"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Kopieer naar klembord"
|
||||
},
|
||||
"create": {
|
||||
"message": "creëren"
|
||||
},
|
||||
@ -88,12 +85,12 @@
|
||||
"customRPC": {
|
||||
"message": "Aangepaste RPC"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "Decimalen moeten minimaal 0 en niet meer dan 36 zijn."
|
||||
},
|
||||
"decimal": {
|
||||
"message": "Decimalen van precisie"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "Decimalen moeten minimaal 0 en niet meer dan 36 zijn."
|
||||
},
|
||||
"defaultNetwork": {
|
||||
"message": "Het standaardnetwerk voor Ether-transacties is Main Net."
|
||||
},
|
||||
@ -196,15 +193,15 @@
|
||||
"invalidAddressRecipient": {
|
||||
"message": "Het adres van de ontvanger is ongeldig"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "Ongeldige Block Explorer URI"
|
||||
},
|
||||
"invalidInput": {
|
||||
"message": "Ongeldige invoer."
|
||||
},
|
||||
"invalidRPC": {
|
||||
"message": "Ongeldige RPC-URI"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "Ongeldige Block Explorer URI"
|
||||
},
|
||||
"jsonFile": {
|
||||
"message": "JSON-bestand",
|
||||
"description": "format for importing an account"
|
||||
@ -221,9 +218,6 @@
|
||||
"loadingTokens": {
|
||||
"message": "Tokens laden ..."
|
||||
},
|
||||
"unlock": {
|
||||
"message": "Log in"
|
||||
},
|
||||
"lock": {
|
||||
"message": "Uitloggen"
|
||||
},
|
||||
@ -236,12 +230,12 @@
|
||||
"metamaskDescription": {
|
||||
"message": "MetaMask is een veilige identiteitskluis voor Ethereum."
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "Mijn accounts"
|
||||
},
|
||||
"mustSelectOne": {
|
||||
"message": "Moet ten minste één token selecteren."
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "Mijn accounts"
|
||||
},
|
||||
"needEtherInWallet": {
|
||||
"message": "Om te communiceren met gedecentraliseerde applicaties met MetaMask, heb je Ether nodig in je portemonnee."
|
||||
},
|
||||
@ -299,18 +293,21 @@
|
||||
"recipientAddress": {
|
||||
"message": "Geadresseerde adres"
|
||||
},
|
||||
"reject": {
|
||||
"message": "Afwijzen"
|
||||
},
|
||||
"rejected": {
|
||||
"message": "Verworpen"
|
||||
},
|
||||
"required": {
|
||||
"message": "Verplicht"
|
||||
},
|
||||
"resetAccount": {
|
||||
"message": "Account opnieuw instellen"
|
||||
},
|
||||
"restoreFromSeed": {
|
||||
"message": "Herstel vanuit back-up woorden"
|
||||
},
|
||||
"required": {
|
||||
"message": "Verplicht"
|
||||
},
|
||||
"revealSeedWords": {
|
||||
"message": "Onthul back-up woorden"
|
||||
},
|
||||
@ -356,16 +353,16 @@
|
||||
"showPrivateKeys": {
|
||||
"message": "Privésleutels weergeven"
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "Ondertekeningsverzoek"
|
||||
},
|
||||
"sign": {
|
||||
"message": "Teken"
|
||||
},
|
||||
"signatureRequest": {
|
||||
"message": "Ondertekeningsverzoek"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "Het ondertekenen van dit bericht kan hebben \ngevaarlijke bijwerkingen. Meld alleen berichten van \nsites die u volledig vertrouwt met uw volledige account.\n Deze gevaarlijke methode wordt in een toekomstige versie verwijderd."
|
||||
},
|
||||
"sigRequest": {
|
||||
"signatureRequest": {
|
||||
"message": "Ondertekeningsverzoek"
|
||||
},
|
||||
"stateLogs": {
|
||||
@ -408,6 +405,9 @@
|
||||
"unknownNetwork": {
|
||||
"message": "Onbekend privénetwerk"
|
||||
},
|
||||
"unlock": {
|
||||
"message": "Log in"
|
||||
},
|
||||
"urlErrorMsg": {
|
||||
"message": "Voor URI's is het juiste HTTP / HTTPS-voorvoegsel vereist."
|
||||
},
|
||||
@ -423,10 +423,10 @@
|
||||
"welcome": {
|
||||
"message": "Welkom bij MetaMask"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "Uw handtekening wordt aangevraagd"
|
||||
},
|
||||
"youSign": {
|
||||
"message": "U ondertekent"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "Uw handtekening wordt aangevraagd"
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,14 +1,4 @@
|
||||
{
|
||||
"appName": {
|
||||
"message": "MetaMask",
|
||||
"description": "The name of the application"
|
||||
},
|
||||
"approve": {
|
||||
"message": "Aprubahan"
|
||||
},
|
||||
"reject": {
|
||||
"message": "Tanggihan"
|
||||
},
|
||||
"accountDetails": {
|
||||
"message": "Detalye ng Account"
|
||||
},
|
||||
@ -25,6 +15,13 @@
|
||||
"message": "Ethereum Browser Extension",
|
||||
"description": "Ang deskripsyon ng application"
|
||||
},
|
||||
"appName": {
|
||||
"message": "MetaMask",
|
||||
"description": "The name of the application"
|
||||
},
|
||||
"approve": {
|
||||
"message": "Aprubahan"
|
||||
},
|
||||
"attemptingConnect": {
|
||||
"message": "Sinusubukang kumonekta sa blockchain."
|
||||
},
|
||||
@ -58,12 +55,12 @@
|
||||
"copiedExclamation": {
|
||||
"message": "Kinopya!"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Kinopya sa clipboard"
|
||||
},
|
||||
"copyPrivateKey": {
|
||||
"message": "Ito ang iyong private key (i-click upang makopya)"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Kinopya sa clipboard"
|
||||
},
|
||||
"create": {
|
||||
"message": "Gumawa"
|
||||
},
|
||||
@ -213,6 +210,9 @@
|
||||
"recipientAddress": {
|
||||
"message": "Address ng Tatanggap"
|
||||
},
|
||||
"reject": {
|
||||
"message": "Tanggihan"
|
||||
},
|
||||
"rejected": {
|
||||
"message": "Tinanggihan"
|
||||
},
|
||||
@ -234,15 +234,15 @@
|
||||
"showPrivateKeys": {
|
||||
"message": "Ipakita ang Private Keys"
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "Hiling na Signature"
|
||||
},
|
||||
"sign": {
|
||||
"message": "I-sign"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "Ang pag-sign ng mensaheng ito ay maaring magdulot ng mapanganib na epekto. I-sign lamang ang mga mensahe mula sa mga site na pinagkakatiwalaan mo ng iyong account. Ang mapanganib na paraang ito ay aalisin sa isa sa mga susunod na bersyon. "
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "Hiling na Signature"
|
||||
},
|
||||
"total": {
|
||||
"message": "Kabuuan"
|
||||
},
|
||||
@ -265,10 +265,10 @@
|
||||
"viewAccount": {
|
||||
"message": "Tingnan ang Account"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "Hinihiling ang iyong signature"
|
||||
},
|
||||
"youSign": {
|
||||
"message": "Ikaw ay nagsa-sign"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "Hinihiling ang iyong signature"
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,4 @@
|
||||
{
|
||||
"reject": {
|
||||
"message": "Rejeitar"
|
||||
},
|
||||
"account": {
|
||||
"message": "Conta"
|
||||
},
|
||||
@ -73,12 +70,12 @@
|
||||
"copiedExclamation": {
|
||||
"message": "Copiado!"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Copiar para o clipboard"
|
||||
},
|
||||
"copyPrivateKey": {
|
||||
"message": "Esta é a sua chave privada (carregue para copiar)"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Copiar para o clipboard"
|
||||
},
|
||||
"create": {
|
||||
"message": "Criar"
|
||||
},
|
||||
@ -91,12 +88,12 @@
|
||||
"customRPC": {
|
||||
"message": "Customizar RPC"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "Decimais devem ser no mínimo 0 e não passar de 36."
|
||||
},
|
||||
"decimal": {
|
||||
"message": "Precisão em Decimais"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "Decimais devem ser no mínimo 0 e não passar de 36."
|
||||
},
|
||||
"defaultNetwork": {
|
||||
"message": "A rede pré definida para transações em Ether é a Main Net."
|
||||
},
|
||||
@ -202,15 +199,15 @@
|
||||
"invalidAddressRecipient": {
|
||||
"message": "O endereço do destinatário é inválido "
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "Block Explorer URI Inválido"
|
||||
},
|
||||
"invalidInput": {
|
||||
"message": "Campo inválido."
|
||||
},
|
||||
"invalidRPC": {
|
||||
"message": "RPC URI Inválido"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "Block Explorer URI Inválido"
|
||||
},
|
||||
"jsonFile": {
|
||||
"message": "Ficheiro JSON",
|
||||
"description": "format for importing an account"
|
||||
@ -227,9 +224,6 @@
|
||||
"loadingTokens": {
|
||||
"message": "A carregar Tokens..."
|
||||
},
|
||||
"unlock": {
|
||||
"message": "Entrar"
|
||||
},
|
||||
"lock": {
|
||||
"message": "Sair"
|
||||
},
|
||||
@ -242,12 +236,12 @@
|
||||
"metamaskDescription": {
|
||||
"message": "O MetaMask é um lugar seguro para guardar a sua identidade em em Ethereum."
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "As minhas contas"
|
||||
},
|
||||
"mustSelectOne": {
|
||||
"message": "Deve escolher no mínimo 1 token."
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "As minhas contas"
|
||||
},
|
||||
"needEtherInWallet": {
|
||||
"message": "Para interagir com applicações descentralizadas usando MetaMask tem de ter Ether na sua carteira."
|
||||
},
|
||||
@ -309,18 +303,21 @@
|
||||
"recipientAddress": {
|
||||
"message": "Endereço do Destinatário"
|
||||
},
|
||||
"reject": {
|
||||
"message": "Rejeitar"
|
||||
},
|
||||
"rejected": {
|
||||
"message": "Rejeitado"
|
||||
},
|
||||
"required": {
|
||||
"message": "Necessário"
|
||||
},
|
||||
"resetAccount": {
|
||||
"message": "Reinicializar Conta"
|
||||
},
|
||||
"restoreFromSeed": {
|
||||
"message": "Restaurar a partir da frase seed"
|
||||
},
|
||||
"required": {
|
||||
"message": "Necessário"
|
||||
},
|
||||
"revealSeedWords": {
|
||||
"message": "Revelar Palavras Seed"
|
||||
},
|
||||
@ -366,16 +363,16 @@
|
||||
"showPrivateKeys": {
|
||||
"message": "Mostrar Chaves Privadas"
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "Pedido de Assinatura"
|
||||
},
|
||||
"sign": {
|
||||
"message": "Assinar"
|
||||
},
|
||||
"signatureRequest": {
|
||||
"message": "Pedido de Assinatura"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "Assinar esta mensagem pode ter \nefeitos laterais perigosos. Apenas assine mensagens de sites que \ntotalmente confia com a sua conta total.\n Este método perigoso será removido numa versão posterior."
|
||||
},
|
||||
"sigRequest": {
|
||||
"signatureRequest": {
|
||||
"message": "Pedido de Assinatura"
|
||||
},
|
||||
"stateLogs": {
|
||||
@ -418,6 +415,9 @@
|
||||
"unknownNetwork": {
|
||||
"message": "Rede Privada Desconhecida"
|
||||
},
|
||||
"unlock": {
|
||||
"message": "Entrar"
|
||||
},
|
||||
"urlErrorMsg": {
|
||||
"message": "Links requerem o prefixo HTTP/HTTPS apropriado."
|
||||
},
|
||||
@ -433,10 +433,10 @@
|
||||
"welcome": {
|
||||
"message": "Bem-vindo ao MetaMask"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "A sua assinatura está a ser pedida"
|
||||
},
|
||||
"youSign": {
|
||||
"message": "Está a assinar"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "A sua assinatura está a ser pedida"
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,4 @@
|
||||
{
|
||||
"appName": {
|
||||
"message": "MetaMask",
|
||||
"description": "The name of the application"
|
||||
},
|
||||
"reject": {
|
||||
"message": "Rejeitar"
|
||||
},
|
||||
"about": {
|
||||
"message": "Acerca de"
|
||||
},
|
||||
@ -18,21 +11,16 @@
|
||||
"amount": {
|
||||
"message": "Quantia"
|
||||
},
|
||||
"appName": {
|
||||
"message": "MetaMask",
|
||||
"description": "The name of the application"
|
||||
},
|
||||
"back": {
|
||||
"message": "Anterior"
|
||||
},
|
||||
"basic": {
|
||||
"message": "Básico"
|
||||
},
|
||||
"off": {
|
||||
"message": "Desativado"
|
||||
},
|
||||
"ok": {
|
||||
"message": "OK"
|
||||
},
|
||||
"on": {
|
||||
"message": "Ativado"
|
||||
},
|
||||
"cancel": {
|
||||
"message": "Cancelar"
|
||||
},
|
||||
@ -108,6 +96,15 @@
|
||||
"next": {
|
||||
"message": "Seguinte"
|
||||
},
|
||||
"off": {
|
||||
"message": "Desativado"
|
||||
},
|
||||
"ok": {
|
||||
"message": "OK"
|
||||
},
|
||||
"on": {
|
||||
"message": "Ativado"
|
||||
},
|
||||
"origin": {
|
||||
"message": "Origem"
|
||||
},
|
||||
@ -120,11 +117,8 @@
|
||||
"queue": {
|
||||
"message": "Fila"
|
||||
},
|
||||
"reset": {
|
||||
"message": "Repor"
|
||||
},
|
||||
"restore": {
|
||||
"message": "Restaurar"
|
||||
"reject": {
|
||||
"message": "Rejeitar"
|
||||
},
|
||||
"remove": {
|
||||
"message": "Remover"
|
||||
@ -132,12 +126,15 @@
|
||||
"removeAccount": {
|
||||
"message": "Remover conta"
|
||||
},
|
||||
"reset": {
|
||||
"message": "Repor"
|
||||
},
|
||||
"restore": {
|
||||
"message": "Restaurar"
|
||||
},
|
||||
"save": {
|
||||
"message": "Guardar"
|
||||
},
|
||||
"slow": {
|
||||
"message": "Lento"
|
||||
},
|
||||
"search": {
|
||||
"message": "Pesquisar"
|
||||
},
|
||||
@ -147,6 +144,9 @@
|
||||
"settings": {
|
||||
"message": "Definições"
|
||||
},
|
||||
"slow": {
|
||||
"message": "Lento"
|
||||
},
|
||||
"tips": {
|
||||
"message": "Doações"
|
||||
},
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,6 @@
|
||||
{
|
||||
"approve": {
|
||||
"message": "ஒப்புதல்"
|
||||
},
|
||||
"reject": {
|
||||
"message": "நிராகரி"
|
||||
"about": {
|
||||
"message": "அறிமுகம்"
|
||||
},
|
||||
"account": {
|
||||
"message": "கணக்கு"
|
||||
@ -20,6 +17,9 @@
|
||||
"addTokens": {
|
||||
"message": "டோக்கன்களைச் சேர்"
|
||||
},
|
||||
"advanced": {
|
||||
"message": "மேம்பட்டவை"
|
||||
},
|
||||
"amount": {
|
||||
"message": "தொகை"
|
||||
},
|
||||
@ -31,6 +31,9 @@
|
||||
"message": "மேடமஸ்க் ",
|
||||
"description": "பயன்பாட்டின் பெயர்"
|
||||
},
|
||||
"approve": {
|
||||
"message": "ஒப்புதல்"
|
||||
},
|
||||
"approved": {
|
||||
"message": "அங்கீகரிக்கப்பட்ட"
|
||||
},
|
||||
@ -46,6 +49,9 @@
|
||||
"balance": {
|
||||
"message": "இருப்பு:"
|
||||
},
|
||||
"basic": {
|
||||
"message": "அடிப்படை"
|
||||
},
|
||||
"blockiesIdenticon": {
|
||||
"message": "ப்ளாக்கிஸ் ஐடென்டிகோன் பயன்பாட்டு"
|
||||
},
|
||||
@ -58,20 +64,35 @@
|
||||
"buyCoinSwitchExplainer": {
|
||||
"message": "சிறந்த விகிதத்தில் 300 க்கும் அதிகமான cryptocurrencies ஐ பரிமாறிக்கொள்ள ஒரு நாணயமாற்று இலக்கு நாணயம் ஸ்விட்ச் ஆகும்."
|
||||
},
|
||||
"ok": {
|
||||
"message": "சரி"
|
||||
},
|
||||
"cancel": {
|
||||
"message": "ரத்து செய்"
|
||||
},
|
||||
"close": {
|
||||
"message": "மூடு"
|
||||
},
|
||||
"confirm": {
|
||||
"message": "உறுதிப்படுத்து"
|
||||
},
|
||||
"confirmPassword": {
|
||||
"message": "கடவுச்சொல்லை உறுதிப்படுத்துக"
|
||||
},
|
||||
"confirmed": {
|
||||
"message": "உறுதி"
|
||||
},
|
||||
"confirmPassword": {
|
||||
"message": "கடவுச்சொல்லை உறுதிப்படுத்துக"
|
||||
"connect": {
|
||||
"message": "இணை"
|
||||
},
|
||||
"connectingToKovan": {
|
||||
"message": "கோவன் டெஸ்ட் நெட்வொர்க்குடன் இணைத்தல்"
|
||||
},
|
||||
"connectingToMainnet": {
|
||||
"message": "முக்கிய எதெரியும் நெட்வொர்க் இணைக்கும்"
|
||||
},
|
||||
"connectingToRinkeby": {
|
||||
"message": "ரிங்கெப்ய டெஸ்ட் நெட்வொர்க்குடன் இணைக்கிறது"
|
||||
},
|
||||
"connectingToRopsten": {
|
||||
"message": "ரொப்ஸ்டென் டெஸ்ட் நெட்வொர்க்குடன் இணைக்கிறது"
|
||||
},
|
||||
"continueToCoinSwitch": {
|
||||
"message": "நாணயம் மாறாமல் தொடர்க"
|
||||
@ -82,12 +103,12 @@
|
||||
"copiedExclamation": {
|
||||
"message": "நகலெடுக்கப்பட்டன!"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "கிளிப்போர்டுக்கு நகலெடு"
|
||||
},
|
||||
"copyPrivateKey": {
|
||||
"message": "இது உங்கள் தனிப்பட்ட விசை (நகலெடுக்க கிளிக் செய்யவும்)"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "கிளிப்போர்டுக்கு நகலெடு"
|
||||
},
|
||||
"create": {
|
||||
"message": "உருவாக்கு"
|
||||
},
|
||||
@ -97,21 +118,24 @@
|
||||
"customGas": {
|
||||
"message": "எரிவாயுவைத் தனிப்பயனாக்குங்கள்"
|
||||
},
|
||||
"customToken": {
|
||||
"message": "தனிப்பயன் டோக்கன்"
|
||||
},
|
||||
"customRPC": {
|
||||
"message": "விருப்ப RPC ஐ"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "தசமங்கள் குறைந்தபட்சம் 0, மற்றும் 36 க்கு மேல் இருக்க வேண்டும்."
|
||||
"customToken": {
|
||||
"message": "தனிப்பயன் டோக்கன்"
|
||||
},
|
||||
"decimal": {
|
||||
"message": "துல்லியத்தின் முடிவு"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "தசமங்கள் குறைந்தபட்சம் 0, மற்றும் 36 க்கு மேல் இருக்க வேண்டும்."
|
||||
},
|
||||
"defaultNetwork": {
|
||||
"message": "எதிர் பரிவர்த்தனைகளுக்கான முன்னிருப்பு வலையமைப்பு முதன்மை நிகரமாகும்."
|
||||
},
|
||||
"delete": {
|
||||
"message": "நீக்கு"
|
||||
},
|
||||
"deposit": {
|
||||
"message": "வைப்புத்தொகை"
|
||||
},
|
||||
@ -142,12 +166,6 @@
|
||||
"enterPassword": {
|
||||
"message": "கடவுச்சொல்லை உள்ளிடவும்"
|
||||
},
|
||||
"passwordNotLongEnough": {
|
||||
"message": "கடவுச்சொல் போதாது"
|
||||
},
|
||||
"passwordsDontMatch": {
|
||||
"message": "கடவுச்சொற்கள் பொருந்தாதே"
|
||||
},
|
||||
"etherscanView": {
|
||||
"message": "Etherscan கணக்கைப் பார்க்கவும்"
|
||||
},
|
||||
@ -157,6 +175,9 @@
|
||||
"failed": {
|
||||
"message": "தோல்வி"
|
||||
},
|
||||
"fast": {
|
||||
"message": "வேகமான"
|
||||
},
|
||||
"fiat": {
|
||||
"message": "FIAT",
|
||||
"description": "பரிமாற்ற வகை"
|
||||
@ -165,6 +186,9 @@
|
||||
"message": "கோப்பு இறக்குமதி வேலை செய்யவில்லையா? இங்கே கிளிக் செய்யவும்!",
|
||||
"description": "JSON கோப்பில் பயனர் கணக்கை தங்கள் கணக்கை இறக்குமதி செய்ய உதவுகிறது"
|
||||
},
|
||||
"forgetDevice": {
|
||||
"message": "இந்தச் சாதனத்தை அகற்று"
|
||||
},
|
||||
"from": {
|
||||
"message": "இருந்து"
|
||||
},
|
||||
@ -184,6 +208,9 @@
|
||||
"message": "$ 1 க்கு ஒரு குழாய் இருந்து ஈதர் கிடைக்கும்$1",
|
||||
"description": "ஈத்தர் குழாய் ஐந்து பிணைய பெயர் காட்டுகிறது"
|
||||
},
|
||||
"getStarted": {
|
||||
"message": "தொடங்குக"
|
||||
},
|
||||
"here": {
|
||||
"message": "இங்கே",
|
||||
"description": "இங்கே-கிளிக் செய்யவும்- மேலும் தகவலுக்கு (troubleTokenBalances செல்கிறது)"
|
||||
@ -194,6 +221,9 @@
|
||||
"hideTokenPrompt": {
|
||||
"message": "டோக்கனை மறை?"
|
||||
},
|
||||
"history": {
|
||||
"message": "வரலாறு"
|
||||
},
|
||||
"import": {
|
||||
"message": "இறக்குமதி செய்",
|
||||
"description": "Button to import an account from a selected file"
|
||||
@ -223,15 +253,15 @@
|
||||
"invalidAddressRecipient": {
|
||||
"message": "பெறுநர் முகவரி தவறானது"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "தவறான Block Explorer URI"
|
||||
},
|
||||
"invalidInput": {
|
||||
"message": "தவறான உள்ளீடு.."
|
||||
},
|
||||
"invalidRPC": {
|
||||
"message": "தவறான RPC URI"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "தவறான Block Explorer URI"
|
||||
},
|
||||
"jsonFile": {
|
||||
"message": "JSON கோப்பு",
|
||||
"description": "ஒரு கணக்கை இறக்குமதி செய்ய வடிவமைக்கப்பட்டுள்ளது"
|
||||
@ -239,9 +269,6 @@
|
||||
"kovan": {
|
||||
"message": "கோவன் டெஸ்ட் நெட்வொர்க்"
|
||||
},
|
||||
"max": {
|
||||
"message": "மேக்ஸ்"
|
||||
},
|
||||
"learnMore": {
|
||||
"message": "மேலும் அறிக"
|
||||
},
|
||||
@ -266,18 +293,21 @@
|
||||
"mainnet": {
|
||||
"message": "முதன்மை எதெரியும் நெட்வொர்க்"
|
||||
},
|
||||
"max": {
|
||||
"message": "மேக்ஸ்"
|
||||
},
|
||||
"message": {
|
||||
"message": "செய்தி"
|
||||
},
|
||||
"metamaskDescription": {
|
||||
"message": "மேடமஸ்க் என்பது ஒரு பாதுகாப்பான அடையாள வால்ட் எதெரியும்"
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "எனது கணக்குகள்"
|
||||
},
|
||||
"mustSelectOne": {
|
||||
"message": "குறைந்தது 1 டோக்கனை தேர்ந்தெடுக்க வேண்டும்."
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "எனது கணக்குகள்"
|
||||
},
|
||||
"needEtherInWallet": {
|
||||
"message": "மேடமஸ்க் ஐ பயன்படுத்தி பரவலாக்கப்பட்ட பயன்பாடுகளுடன் தொடர்பு கொள்ள, உங்கள் பணப்பரிமாற்றத்தில் ஈதர் தேவை."
|
||||
},
|
||||
@ -313,6 +343,27 @@
|
||||
"noTransactions": {
|
||||
"message": "பரிவர்த்தனைகள் இல்லை"
|
||||
},
|
||||
"off": {
|
||||
"message": "ஆஃப்"
|
||||
},
|
||||
"ok": {
|
||||
"message": "சரி"
|
||||
},
|
||||
"on": {
|
||||
"message": "இயக்கு"
|
||||
},
|
||||
"origin": {
|
||||
"message": "அசல்"
|
||||
},
|
||||
"password": {
|
||||
"message": "கடவுச்சொல்"
|
||||
},
|
||||
"passwordNotLongEnough": {
|
||||
"message": "கடவுச்சொல் போதாது"
|
||||
},
|
||||
"passwordsDontMatch": {
|
||||
"message": "கடவுச்சொற்கள் பொருந்தாதே"
|
||||
},
|
||||
"pastePrivateKey": {
|
||||
"message": "இங்கே உங்கள் தனிப்பட்ட விசை சரத்தை ஒட்டுக:",
|
||||
"description": "ஒரு தனிப்பட்ட விசை ஒரு கணக்கை இறக்குமதி செய்ய"
|
||||
@ -333,26 +384,41 @@
|
||||
"privateNetwork": {
|
||||
"message": "தனியார் நெட்வொர்க்"
|
||||
},
|
||||
"queue": {
|
||||
"message": "வரிசை"
|
||||
},
|
||||
"readdToken": {
|
||||
"message": "உங்கள் கணக்கு விருப்பங்கள் மெனுவில் \"டோக்கனைச் சேர்\" என்பதன் மூலம் நீங்கள் எதிர்காலத்தில் இந்த டோக்கனை மீண்டும் சேர்க்கலாம்."
|
||||
},
|
||||
"recipientAddress": {
|
||||
"message": "பெறுநர் முகவரி"
|
||||
},
|
||||
"reject": {
|
||||
"message": "நிராகரி"
|
||||
},
|
||||
"rejected": {
|
||||
"message": "நிராகரிக்கப்பட்டது"
|
||||
},
|
||||
"resetAccount": {
|
||||
"message": "கணக்கை மீட்டமை"
|
||||
"remove": {
|
||||
"message": "அகற்று"
|
||||
},
|
||||
"restoreFromSeed": {
|
||||
"message": "விதை வாக்கியத்திலிருந்து மீட்கவும்"
|
||||
"removeAccount": {
|
||||
"message": "கணக்கை அகற்றுக"
|
||||
},
|
||||
"required": {
|
||||
"message": "தேவையான"
|
||||
},
|
||||
"walletSeed": {
|
||||
"message": "வால்ட் விதை"
|
||||
"reset": {
|
||||
"message": "மீட்டமை"
|
||||
},
|
||||
"resetAccount": {
|
||||
"message": "கணக்கை மீட்டமை"
|
||||
},
|
||||
"restore": {
|
||||
"message": "மீட்டமை"
|
||||
},
|
||||
"restoreFromSeed": {
|
||||
"message": "விதை வாக்கியத்திலிருந்து மீட்கவும்"
|
||||
},
|
||||
"revealSeedWords": {
|
||||
"message": "விதை வார்த்தைகள் வெளிப்படுத்த"
|
||||
@ -366,24 +432,15 @@
|
||||
"ropsten": {
|
||||
"message": "ரொப்ஸ்டென் டெஸ்ட் நெட்வொர்க்"
|
||||
},
|
||||
"connectingToMainnet": {
|
||||
"message": "முக்கிய எதெரியும் நெட்வொர்க் இணைக்கும்"
|
||||
},
|
||||
"connectingToRopsten": {
|
||||
"message": "ரொப்ஸ்டென் டெஸ்ட் நெட்வொர்க்குடன் இணைக்கிறது"
|
||||
},
|
||||
"connectingToKovan": {
|
||||
"message": "கோவன் டெஸ்ட் நெட்வொர்க்குடன் இணைத்தல்"
|
||||
},
|
||||
"connectingToRinkeby": {
|
||||
"message": "ரிங்கெப்ய டெஸ்ட் நெட்வொர்க்குடன் இணைக்கிறது"
|
||||
},
|
||||
"save": {
|
||||
"message": "சேமி"
|
||||
},
|
||||
"search": {
|
||||
"message": "தேடல்"
|
||||
},
|
||||
"searchTokens": {
|
||||
"message": "தேடல் டோக்கன்ஸ்"
|
||||
},
|
||||
"secretPhrase": {
|
||||
"message": "உங்கள் பெட்டகத்தை மீட்டெடுப்பதற்காக இங்கே உங்கள் ரகசிய பன்னிரண்டு வார்த்தை சொற்றொடரை உள்ளிடவும்."
|
||||
},
|
||||
@ -405,26 +462,29 @@
|
||||
"sendTokens": {
|
||||
"message": "டோக்கன்களை அனுப்பவும்"
|
||||
},
|
||||
"searchTokens": {
|
||||
"message": "தேடல் டோக்கன்ஸ்"
|
||||
},
|
||||
"settings": {
|
||||
"message": "அமைப்புகள்"
|
||||
},
|
||||
"showPrivateKeys": {
|
||||
"message": "தனிப்பட்ட விசைகளைக் காண்பி"
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "கையொப்பம் கோரிக்கை"
|
||||
},
|
||||
"sign": {
|
||||
"message": "உள்நுழை"
|
||||
},
|
||||
"signed": {
|
||||
"message": "கையொப்பமிடப்பட்ட"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "இந்த செய்தியில் கையொப்பமிடலாம் \nஆபத்தான பக்க விளைவுகள் இருக்கலாம். \n உங்கள் மொத்த கணக்கில் முழுமையாக நம்பக்கூடிய தளங்களில் செய்திகளை மட்டுமே கையொப்பமிடுங்கள். \n இந்த ஆபத்தான முறை எதிர்கால பதிப்பில் அகற்றப்படும்."
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "கையொப்பம் கோரிக்கை"
|
||||
"signed": {
|
||||
"message": "கையொப்பமிடப்பட்ட"
|
||||
},
|
||||
"slow": {
|
||||
"message": "மெதுவான"
|
||||
},
|
||||
"stateLogError": {
|
||||
"message": "மாநில பதிவுகளை மீட்டெடுப்பதில் பிழை."
|
||||
},
|
||||
"stateLogs": {
|
||||
"message": "மாநில பதிவுகள்"
|
||||
@ -432,9 +492,6 @@
|
||||
"stateLogsDescription": {
|
||||
"message": "மாநில பதிவுகள் உங்கள் பொது கணக்கு முகவரிகள் மற்றும் பரிமாற்றங்களை அனுப்பியுள்ளன."
|
||||
},
|
||||
"stateLogError": {
|
||||
"message": "மாநில பதிவுகளை மீட்டெடுப்பதில் பிழை."
|
||||
},
|
||||
"submitted": {
|
||||
"message": "சமர்ப்பிக்கப்பட்டது"
|
||||
},
|
||||
@ -469,6 +526,9 @@
|
||||
"message": "உங்கள் டோக்கன் நிலுவைகளை ஏற்றுவதில் சிக்கல் ஏற்பட்டது. நீங்கள் அவர்களை பார்க்க முடியும்.",
|
||||
"description": "டோக்கன் நிலுவைகளை காண ஒரு இணைப்பு (இங்கே) தொடர்ந்து"
|
||||
},
|
||||
"tryAgain": {
|
||||
"message": "மீண்டும் முயல்க"
|
||||
},
|
||||
"typePassword": {
|
||||
"message": "உங்கள் கடவுச்சொல்லை தட்டச்சு செய்யவும்"
|
||||
},
|
||||
@ -481,94 +541,34 @@
|
||||
"unknownNetwork": {
|
||||
"message": "அறியப்படாத தனியார் நெட்வொர்க்"
|
||||
},
|
||||
"unlock": {
|
||||
"message": "பூட்டைத் திற"
|
||||
},
|
||||
"urlErrorMsg": {
|
||||
"message": "URI கள் சரியான HTTP / HTTPS முன்னொட்டு தேவை."
|
||||
},
|
||||
"usedByClients": {
|
||||
"message": "பல்வேறு வாடிக்கையாளர்கள் பல்வேறு பயன்படுத்திய"
|
||||
},
|
||||
"userName": {
|
||||
"message": "பயனர்பெயர்"
|
||||
},
|
||||
"viewAccount": {
|
||||
"message": "கணக்கைப் பார்"
|
||||
},
|
||||
"visitWebSite": {
|
||||
"message": "எங்கள் வலைத்தளத்தைப் பார்வையிடவும்"
|
||||
},
|
||||
"walletSeed": {
|
||||
"message": "வால்ட் விதை"
|
||||
},
|
||||
"welcome": {
|
||||
"message": "மெட்டாமாஸ்க் பீட்டாவுக்கு வருக"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "உங்கள் கையொப்பம் கோரப்படுகிறது"
|
||||
},
|
||||
"youSign": {
|
||||
"message": "நீங்கள் கையெழுத்திடுகிறீர்கள்"
|
||||
},
|
||||
"about": {
|
||||
"message": "அறிமுகம்"
|
||||
},
|
||||
"advanced": {
|
||||
"message": "மேம்பட்டவை"
|
||||
},
|
||||
"basic": {
|
||||
"message": "அடிப்படை"
|
||||
},
|
||||
"off": {
|
||||
"message": "ஆஃப்"
|
||||
},
|
||||
"on": {
|
||||
"message": "இயக்கு"
|
||||
},
|
||||
"close": {
|
||||
"message": "மூடு"
|
||||
},
|
||||
"connect": {
|
||||
"message": "இணை"
|
||||
},
|
||||
"delete": {
|
||||
"message": "நீக்கு"
|
||||
},
|
||||
"fast": {
|
||||
"message": "வேகமான"
|
||||
},
|
||||
"forgetDevice": {
|
||||
"message": "இந்தச் சாதனத்தை அகற்று"
|
||||
},
|
||||
"getStarted": {
|
||||
"message": "தொடங்குக"
|
||||
},
|
||||
"history": {
|
||||
"message": "வரலாறு"
|
||||
},
|
||||
"origin": {
|
||||
"message": "அசல்"
|
||||
},
|
||||
"password": {
|
||||
"message": "கடவுச்சொல்"
|
||||
},
|
||||
"queue": {
|
||||
"message": "வரிசை"
|
||||
},
|
||||
"reset": {
|
||||
"message": "மீட்டமை"
|
||||
},
|
||||
"restore": {
|
||||
"message": "மீட்டமை"
|
||||
},
|
||||
"remove": {
|
||||
"message": "அகற்று"
|
||||
},
|
||||
"removeAccount": {
|
||||
"message": "கணக்கை அகற்றுக"
|
||||
},
|
||||
"slow": {
|
||||
"message": "மெதுவான"
|
||||
},
|
||||
"tryAgain": {
|
||||
"message": "மீண்டும் முயல்க"
|
||||
},
|
||||
"unlock": {
|
||||
"message": "பூட்டைத் திற"
|
||||
},
|
||||
"userName": {
|
||||
"message": "பயனர்பெயர்"
|
||||
"yourSigRequested": {
|
||||
"message": "உங்கள் கையொப்பம் கோரப்படுகிறது"
|
||||
}
|
||||
}
|
||||
|
@ -1,11 +1,4 @@
|
||||
{
|
||||
"appName": {
|
||||
"message": "MetaMask",
|
||||
"description": "The name of the application"
|
||||
},
|
||||
"reject": {
|
||||
"message": "తిరస్కరించు"
|
||||
},
|
||||
"about": {
|
||||
"message": "గురించి"
|
||||
},
|
||||
@ -15,21 +8,16 @@
|
||||
"advanced": {
|
||||
"message": "ఆధునిక"
|
||||
},
|
||||
"appName": {
|
||||
"message": "MetaMask",
|
||||
"description": "The name of the application"
|
||||
},
|
||||
"back": {
|
||||
"message": "వెనుకకు"
|
||||
},
|
||||
"basic": {
|
||||
"message": "ప్రాథమికం"
|
||||
},
|
||||
"off": {
|
||||
"message": "ఆఫ్ అయ్యింది"
|
||||
},
|
||||
"ok": {
|
||||
"message": "సరే"
|
||||
},
|
||||
"on": {
|
||||
"message": "ఆన్ చేయి"
|
||||
},
|
||||
"cancel": {
|
||||
"message": "రద్దు చెయ్యి"
|
||||
},
|
||||
@ -89,6 +77,15 @@
|
||||
"next": {
|
||||
"message": "తదుపరి"
|
||||
},
|
||||
"off": {
|
||||
"message": "ఆఫ్ అయ్యింది"
|
||||
},
|
||||
"ok": {
|
||||
"message": "సరే"
|
||||
},
|
||||
"on": {
|
||||
"message": "ఆన్ చేయి"
|
||||
},
|
||||
"origin": {
|
||||
"message": "మూలం"
|
||||
},
|
||||
@ -98,11 +95,8 @@
|
||||
"queue": {
|
||||
"message": "క్రమ వరుస"
|
||||
},
|
||||
"reset": {
|
||||
"message": "రీసెట్ చేయి"
|
||||
},
|
||||
"restore": {
|
||||
"message": "పునరుద్ధరించు"
|
||||
"reject": {
|
||||
"message": "తిరస్కరించు"
|
||||
},
|
||||
"remove": {
|
||||
"message": "తీసివేయి"
|
||||
@ -110,12 +104,15 @@
|
||||
"removeAccount": {
|
||||
"message": "ఖాతాను తీసివేయి"
|
||||
},
|
||||
"reset": {
|
||||
"message": "రీసెట్ చేయి"
|
||||
},
|
||||
"restore": {
|
||||
"message": "పునరుద్ధరించు"
|
||||
},
|
||||
"save": {
|
||||
"message": "సేవ్ చేయి"
|
||||
},
|
||||
"slow": {
|
||||
"message": "నెమ్మదిగా"
|
||||
},
|
||||
"search": {
|
||||
"message": "శోధించు"
|
||||
},
|
||||
@ -125,6 +122,9 @@
|
||||
"settings": {
|
||||
"message": "సెట్టింగ్లు"
|
||||
},
|
||||
"slow": {
|
||||
"message": "నెమ్మదిగా"
|
||||
},
|
||||
"tryAgain": {
|
||||
"message": "మళ్లీ ప్రయత్నించు"
|
||||
},
|
||||
|
@ -1,7 +1,4 @@
|
||||
{
|
||||
"reject": {
|
||||
"message": "ปฏิเสธ"
|
||||
},
|
||||
"about": {
|
||||
"message": "เกี่ยวกับ"
|
||||
},
|
||||
@ -61,9 +58,6 @@
|
||||
"buyCoinSwitchExplainer": {
|
||||
"message": "CoinSwitch เป็นจุดหมายปลายทางแบบครบวงจรในการแลกเปลี่ยนสกุลเงินมากกว่า 300 ครั้งในอัตราที่ดีที่สุด"
|
||||
},
|
||||
"on": {
|
||||
"message": "เปิด"
|
||||
},
|
||||
"cancel": {
|
||||
"message": "ยกเลิก"
|
||||
},
|
||||
@ -94,33 +88,33 @@
|
||||
"connectingToRopsten": {
|
||||
"message": "เชื่อมต่อกับเครือข่ายทดสอบ Ropsten"
|
||||
},
|
||||
"continueToWyre": {
|
||||
"message": "ไปที่ Wyre"
|
||||
},
|
||||
"continueToCoinSwitch": {
|
||||
"message": "ไปที่ CoinSwitch"
|
||||
},
|
||||
"continueToWyre": {
|
||||
"message": "ไปที่ Wyre"
|
||||
},
|
||||
"contractDeployment": {
|
||||
"message": "การติดตั้งสัญญา"
|
||||
},
|
||||
"copiedExclamation": {
|
||||
"message": "คัดลอกแล้ว!"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "คัดลอกไปคลิปบอร์ด"
|
||||
},
|
||||
"copyPrivateKey": {
|
||||
"message": "นี่คือคีย์ส่วนตัวของคุณ(กดเพื่อคัดลอก)"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "คัดลอกไปคลิปบอร์ด"
|
||||
},
|
||||
"create": {
|
||||
"message": "สร้าง"
|
||||
},
|
||||
"createAccount": {
|
||||
"message": "สร้างบัญชี"
|
||||
},
|
||||
"createAWallet": {
|
||||
"message": "สร้าง Wallet"
|
||||
},
|
||||
"createAccount": {
|
||||
"message": "สร้างบัญชี"
|
||||
},
|
||||
"currencyConversion": {
|
||||
"message": "การแปลงสกุลเงิน"
|
||||
},
|
||||
@ -133,18 +127,21 @@
|
||||
"customRPC": {
|
||||
"message": "กำหนดค่า RPC เอง"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "จำนวนต้องมากกว่า 0 และไม่เกิน 36"
|
||||
},
|
||||
"decimal": {
|
||||
"message": "ตำแหน่งของทศนิยม"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "จำนวนต้องมากกว่า 0 และไม่เกิน 36"
|
||||
},
|
||||
"defaultNetwork": {
|
||||
"message": "ค่าเริ่มต้นของเครือข่ายสำหรับทำรายการธุรกรรมอีเธอร์คือ Main Net"
|
||||
},
|
||||
"delete": {
|
||||
"message": "ลบ"
|
||||
},
|
||||
"deleteNetwork": {
|
||||
"message": "ลบเครือข่าย?"
|
||||
},
|
||||
"deposit": {
|
||||
"message": "ฝาก"
|
||||
},
|
||||
@ -163,15 +160,15 @@
|
||||
"done": {
|
||||
"message": "เสร็จสิ้น"
|
||||
},
|
||||
"dontHaveAHardwareWallet": {
|
||||
"message": "ไม่มี Hardware Wallet ใช่ไหม"
|
||||
},
|
||||
"downloadSecretBackup": {
|
||||
"message": "ดาวน์โหลด Phrase แบ็คอัพลับนี้และเก็บรักษาไว้ให้ปลอดภัยในฮาร์ดดิสก์หรืออุปกรณ์เก็บข้อมูลภายนอกที่มีการเข้ารหัส"
|
||||
},
|
||||
"downloadStateLogs": {
|
||||
"message": "ดาวน์โหลดล็อกสถานะ"
|
||||
},
|
||||
"dontHaveAHardwareWallet": {
|
||||
"message": "ไม่มี Hardware Wallet ใช่ไหม"
|
||||
},
|
||||
"edit": {
|
||||
"message": "แก้ไข"
|
||||
},
|
||||
@ -280,15 +277,15 @@
|
||||
"invalidAddressRecipientNotEthNetwork": {
|
||||
"message": "ไม่ใช่เครือข่าย ETH ตั้งเป็นตัวพิมพ์เล็ก"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "Block Explorer URI ไม่ถูกต้อง"
|
||||
},
|
||||
"invalidInput": {
|
||||
"message": "อินพุทไม่ถูกต้อง"
|
||||
},
|
||||
"invalidRPC": {
|
||||
"message": "RPC URI ไม่ถูกต้อง"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "Block Explorer URI ไม่ถูกต้อง"
|
||||
},
|
||||
"jsonFile": {
|
||||
"message": "ไฟล์ JSON",
|
||||
"description": "format for importing an account"
|
||||
@ -320,12 +317,12 @@
|
||||
"metamaskDescription": {
|
||||
"message": "MetaMask คือที่เก็บตัวตนนิรภัยสำหรับอีเธอเรียม"
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "บัญชีของฉัน"
|
||||
},
|
||||
"mustSelectOne": {
|
||||
"message": "ต้องเลือกอย่างน้อย 1 โทเค็น"
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "บัญชีของฉัน"
|
||||
},
|
||||
"needEtherInWallet": {
|
||||
"message": "คุณจะต้องมีอีเธอร์ในกระเป๋าเงินของคุณในการใช้งานกับแอพพลิเคชันแบบกระจายด้วย MetaMask"
|
||||
},
|
||||
@ -336,12 +333,12 @@
|
||||
"negativeETH": {
|
||||
"message": "ไม่สามารถส่งอีเธอร์เป็นจำนวนติดลบได้"
|
||||
},
|
||||
"networks": {
|
||||
"message": "เครือข่าย"
|
||||
},
|
||||
"networkSettingsDescription": {
|
||||
"message": "เพิ่มและแก้ไขเครือข่าย RPC แบบกำหนดเอง"
|
||||
},
|
||||
"networks": {
|
||||
"message": "เครือข่าย"
|
||||
},
|
||||
"newAccount": {
|
||||
"message": "บัญชีใหม่"
|
||||
},
|
||||
@ -373,6 +370,9 @@
|
||||
"noTransactions": {
|
||||
"message": "ยังไม่มีรายการธุรกรรม"
|
||||
},
|
||||
"on": {
|
||||
"message": "เปิด"
|
||||
},
|
||||
"participateInMetaMetricsDescription": {
|
||||
"message": "เข้าร่วมใน MetaMetrics เพื่อช่วยเราในการพัฒนา MetaMask"
|
||||
},
|
||||
@ -402,24 +402,24 @@
|
||||
"recipientAddress": {
|
||||
"message": "แอดแดรสผู้รับ"
|
||||
},
|
||||
"reject": {
|
||||
"message": "ปฏิเสธ"
|
||||
},
|
||||
"rejected": {
|
||||
"message": "ถูกปฏิเสธ"
|
||||
},
|
||||
"resetAccount": {
|
||||
"message": "รีเซ็ตบัญชี"
|
||||
},
|
||||
"deleteNetwork": {
|
||||
"message": "ลบเครือข่าย?"
|
||||
},
|
||||
"remindMeLater": {
|
||||
"message": "เตือนฉันภายหลัง"
|
||||
},
|
||||
"restoreFromSeed": {
|
||||
"message": "กู้คืนจากกลุ่มคำชีด"
|
||||
},
|
||||
"required": {
|
||||
"message": "จำเป็น"
|
||||
},
|
||||
"resetAccount": {
|
||||
"message": "รีเซ็ตบัญชี"
|
||||
},
|
||||
"restoreFromSeed": {
|
||||
"message": "กู้คืนจากกลุ่มคำชีด"
|
||||
},
|
||||
"revealSeedWords": {
|
||||
"message": "เปิดเผยกลุ่มคำชีด"
|
||||
},
|
||||
@ -435,9 +435,6 @@
|
||||
"save": {
|
||||
"message": "บันทึก"
|
||||
},
|
||||
"slower": {
|
||||
"message": "ช้าลง"
|
||||
},
|
||||
"search": {
|
||||
"message": "ค้นหา"
|
||||
},
|
||||
@ -447,9 +444,15 @@
|
||||
"seedPhraseReq": {
|
||||
"message": "กลุ่มคำชีดมีความยาว 12 คำ"
|
||||
},
|
||||
"selectAnAccount": {
|
||||
"message": "เลือกบัญชี"
|
||||
},
|
||||
"selectCurrency": {
|
||||
"message": "เลือกสกุลเงิน"
|
||||
},
|
||||
"selectHdPath": {
|
||||
"message": "เลือกเส้นทาง HD"
|
||||
},
|
||||
"selectType": {
|
||||
"message": "เลือกประเภท"
|
||||
},
|
||||
@ -465,12 +468,6 @@
|
||||
"sendTokens": {
|
||||
"message": "ส่งโทเค็น"
|
||||
},
|
||||
"selectAnAccount": {
|
||||
"message": "เลือกบัญชี"
|
||||
},
|
||||
"selectHdPath": {
|
||||
"message": "เลือกเส้นทาง HD"
|
||||
},
|
||||
"settings": {
|
||||
"message": "การตั้งค่า"
|
||||
},
|
||||
@ -480,23 +477,23 @@
|
||||
"showPrivateKeys": {
|
||||
"message": "แสดงคีย์ส่วนตัว"
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "ขอลายเซ็น"
|
||||
},
|
||||
"sign": {
|
||||
"message": "เซ็นชื่อ"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "การเซ็นชื่อในข้อความนี้อาจจะเป็นอันตรายได้ \nเซ็นชื่อเฉพาะข้อความจากแหล่งที่คุณไว้วางใจได้จริง ๆ เท่านั้น \nวิธีที่อันตรายนี้จะถูกลบออกในอนาคต"
|
||||
},
|
||||
"signatureRequest": {
|
||||
"message": "ขอลายเซ็น"
|
||||
},
|
||||
"signed": {
|
||||
"message": "ลงชื่อแล้ว"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "การเซ็นชื่อในข้อความนี้อาจจะเป็นอันตรายได้ \nเซ็นชื่อเฉพาะข้อความจากแหล่งที่คุณไว้วางใจได้จริง ๆ เท่านั้น \nวิธีที่อันตรายนี้จะถูกลบออกในอนาคต"
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "ขอลายเซ็น"
|
||||
},
|
||||
"switchNetworks": {
|
||||
"message": "เปลี่ยนเครือข่าย"
|
||||
"slower": {
|
||||
"message": "ช้าลง"
|
||||
},
|
||||
"stateLogs": {
|
||||
"message": "บันทึกของสถานะ"
|
||||
@ -519,6 +516,9 @@
|
||||
"supportCenter": {
|
||||
"message": "ไปที่ศูนย์สนับสนุนของเรา"
|
||||
},
|
||||
"switchNetworks": {
|
||||
"message": "เปลี่ยนเครือข่าย"
|
||||
},
|
||||
"symbol": {
|
||||
"message": "เครื่องหมาย"
|
||||
},
|
||||
@ -549,12 +549,12 @@
|
||||
"total": {
|
||||
"message": "รวม"
|
||||
},
|
||||
"transactionDropped": {
|
||||
"message": "ธุรกรรมถูกยกเลิกเมื่อ $2"
|
||||
},
|
||||
"transactionCancelSuccess": {
|
||||
"message": "ยกเลิกธุรกรรมเรียบร้อยแล้วเมื่อ $2"
|
||||
},
|
||||
"transactionDropped": {
|
||||
"message": "ธุรกรรมถูกยกเลิกเมื่อ $2"
|
||||
},
|
||||
"transferBetweenAccounts": {
|
||||
"message": "โอนระหว่างบัญชีของฉัน"
|
||||
},
|
||||
@ -592,10 +592,10 @@
|
||||
"welcome": {
|
||||
"message": "ยินดีต้อนรับสู่ MetaMask เบต้า"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "ลายเซ็นของคุณกำลังได้รับการร้องขอ"
|
||||
},
|
||||
"youSign": {
|
||||
"message": "คุณกำลังเซ็นชื่อ"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "ลายเซ็นของคุณกำลังได้รับการร้องขอ"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,4 @@
|
||||
{
|
||||
"reject": {
|
||||
"message": "Reddetmek"
|
||||
},
|
||||
"account": {
|
||||
"message": "Hesap"
|
||||
},
|
||||
@ -58,33 +55,30 @@
|
||||
"buyCoinSwitchExplainer": {
|
||||
"message": "Cairnswich, 300'den fazla kriptona en iyi oranda eşlik eden tek durak noktasıdır."
|
||||
},
|
||||
"ok": {
|
||||
"message": "Tamam"
|
||||
},
|
||||
"cancel": {
|
||||
"message": "Vazgeç"
|
||||
},
|
||||
"confirm": {
|
||||
"message": "Onayla"
|
||||
},
|
||||
"confirmed": {
|
||||
"message": "Onaylandı"
|
||||
},
|
||||
"confirmPassword": {
|
||||
"message": "Şifreyi onayla"
|
||||
},
|
||||
"confirmed": {
|
||||
"message": "Onaylandı"
|
||||
},
|
||||
"connectingToKovan": {
|
||||
"message": "Kovan Test Ağına bağlanıyor"
|
||||
},
|
||||
"connectingToMainnet": {
|
||||
"message": "Main Ethereum Ağına bağlanıyor"
|
||||
},
|
||||
"connectingToRopsten": {
|
||||
"message": "Ropsten Test Ağına bağlanıyor"
|
||||
},
|
||||
"connectingToRinkeby": {
|
||||
"message": "Rinkeby Test Ağına bağlanıyor"
|
||||
},
|
||||
"connectingToRopsten": {
|
||||
"message": "Ropsten Test Ağına bağlanıyor"
|
||||
},
|
||||
"continueToCoinSwitch": {
|
||||
"message": "CoinSwitch'e devam et"
|
||||
},
|
||||
@ -94,12 +88,12 @@
|
||||
"copiedExclamation": {
|
||||
"message": "Kopyalandı!"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Panoya kopyala"
|
||||
},
|
||||
"copyPrivateKey": {
|
||||
"message": "Bu sizin özel anahtarınız (kopyalamak için tıklayın)"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Panoya kopyala"
|
||||
},
|
||||
"create": {
|
||||
"message": "Yarat"
|
||||
},
|
||||
@ -109,18 +103,18 @@
|
||||
"customGas": {
|
||||
"message": "Gas'i özelleştir"
|
||||
},
|
||||
"customToken": {
|
||||
"message": "Özel Jeton"
|
||||
},
|
||||
"customRPC": {
|
||||
"message": "Özel RPC"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "Ondalıklar en azından 0 olmalı ve 36'dan büyük olmamalı."
|
||||
"customToken": {
|
||||
"message": "Özel Jeton"
|
||||
},
|
||||
"decimal": {
|
||||
"message": "Ondalık hassasiyeti"
|
||||
},
|
||||
"decimalsMustZerotoTen": {
|
||||
"message": "Ondalıklar en azından 0 olmalı ve 36'dan büyük olmamalı."
|
||||
},
|
||||
"defaultNetwork": {
|
||||
"message": "Ether işlemleri için varsayılan ağ Main Net."
|
||||
},
|
||||
@ -229,15 +223,15 @@
|
||||
"invalidAddressRecipient": {
|
||||
"message": "Alıcı adresi geçersiz"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "Geçersiz Block Explorer URI"
|
||||
},
|
||||
"invalidInput": {
|
||||
"message": "Geçersiz giriş."
|
||||
},
|
||||
"invalidRPC": {
|
||||
"message": "Geçersiz RPC URI"
|
||||
},
|
||||
"invalidBlockExplorerURL": {
|
||||
"message": "Geçersiz Block Explorer URI"
|
||||
},
|
||||
"jsonFile": {
|
||||
"message": "JSON Dosyası",
|
||||
"description": "format for importing an account"
|
||||
@ -245,9 +239,6 @@
|
||||
"kovan": {
|
||||
"message": "Kovan Test Ağı"
|
||||
},
|
||||
"max": {
|
||||
"message": "Maksimum"
|
||||
},
|
||||
"learnMore": {
|
||||
"message": "Daha fazla bilgi."
|
||||
},
|
||||
@ -263,27 +254,27 @@
|
||||
"loadingTokens": {
|
||||
"message": "Jetonlar yükleniyor..."
|
||||
},
|
||||
"unlock": {
|
||||
"message": "Giriş yap"
|
||||
},
|
||||
"lock": {
|
||||
"message": "Çıkış"
|
||||
},
|
||||
"mainnet": {
|
||||
"message": "Main Ethereum Ağı"
|
||||
},
|
||||
"max": {
|
||||
"message": "Maksimum"
|
||||
},
|
||||
"message": {
|
||||
"message": "Mesaj"
|
||||
},
|
||||
"metamaskDescription": {
|
||||
"message": "MetaMask Ethereum için güvenli bir kimlik kasasıdır."
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "Hesaplarım"
|
||||
},
|
||||
"mustSelectOne": {
|
||||
"message": "En az bir jeton seçilmeli"
|
||||
},
|
||||
"myAccounts": {
|
||||
"message": "Hesaplarım"
|
||||
},
|
||||
"needEtherInWallet": {
|
||||
"message": "MetaMask kullanarak merkezi olamayan uygulamalarla etkileşmek için cüzdanınızda Ether bulunmalıdır."
|
||||
},
|
||||
@ -319,12 +310,15 @@
|
||||
"noTransactions": {
|
||||
"message": "İşlem yok"
|
||||
},
|
||||
"passwordsDontMatch": {
|
||||
"message": "Parolalar eşleşmiyor"
|
||||
"ok": {
|
||||
"message": "Tamam"
|
||||
},
|
||||
"passwordNotLongEnough": {
|
||||
"message": "Parola yeterince uzun değil"
|
||||
},
|
||||
"passwordsDontMatch": {
|
||||
"message": "Parolalar eşleşmiyor"
|
||||
},
|
||||
"pastePrivateKey": {
|
||||
"message": "Özel anahtar dizinizi buraya yapıştırın:",
|
||||
"description": "For importing an account from a private key"
|
||||
@ -351,18 +345,21 @@
|
||||
"recipientAddress": {
|
||||
"message": "Alıcı adresi"
|
||||
},
|
||||
"reject": {
|
||||
"message": "Reddetmek"
|
||||
},
|
||||
"rejected": {
|
||||
"message": "Rededildi"
|
||||
},
|
||||
"required": {
|
||||
"message": "Gerekli"
|
||||
},
|
||||
"resetAccount": {
|
||||
"message": "Hesabı sıfıla"
|
||||
},
|
||||
"restoreFromSeed": {
|
||||
"message": "Kaynak ifadeden geri getir. Restore from seed phrase"
|
||||
},
|
||||
"required": {
|
||||
"message": "Gerekli"
|
||||
},
|
||||
"revealSeedWords": {
|
||||
"message": "Kaynak kelimelerini göster"
|
||||
},
|
||||
@ -381,6 +378,9 @@
|
||||
"search": {
|
||||
"message": "Ara"
|
||||
},
|
||||
"searchTokens": {
|
||||
"message": "Jeton ara"
|
||||
},
|
||||
"secretPhrase": {
|
||||
"message": "Kasanızı geri getirmek için gizli 12 kelimelik ifadenizi giriniz."
|
||||
},
|
||||
@ -402,29 +402,29 @@
|
||||
"sendTokens": {
|
||||
"message": "Jeton Gönder"
|
||||
},
|
||||
"searchTokens": {
|
||||
"message": "Jeton ara"
|
||||
},
|
||||
"settings": {
|
||||
"message": "Ayarlar"
|
||||
},
|
||||
"showPrivateKeys": {
|
||||
"message": "Özel anahtarları göster"
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "İmza isteği"
|
||||
},
|
||||
"sign": {
|
||||
"message": "İmza"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "Bu mesajı imzalamanın tehlikeli \nyan etkileri olabilir. Tamamen güvendiğiniz sitelerden \ngelen mesajları hesabınızla imzalayınız.\n Bu tehlikeli metod gelecek versiyonlarda çıkarılacaktır. "
|
||||
},
|
||||
"signatureRequest": {
|
||||
"message": "İmza isteği"
|
||||
},
|
||||
"signed": {
|
||||
"message": "İmzalandı"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "Bu mesajı imzalamanın tehlikeli \nyan etkileri olabilir. Tamamen güvendiğiniz sitelerden \ngelen mesajları hesabınızla imzalayınız.\n Bu tehlikeli metod gelecek versiyonlarda çıkarılacaktır. "
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "İmza isteği"
|
||||
"stateLogError": {
|
||||
"message": "Durum kayıtlarını alma hatası"
|
||||
},
|
||||
"stateLogs": {
|
||||
"message": "Durum Kayıtları"
|
||||
@ -432,9 +432,6 @@
|
||||
"stateLogsDescription": {
|
||||
"message": "Durum kayıtları açık hesap adresinizi ve gönderilen işlemleri içerir."
|
||||
},
|
||||
"stateLogError": {
|
||||
"message": "Durum kayıtlarını alma hatası"
|
||||
},
|
||||
"submitted": {
|
||||
"message": "Gönderildi"
|
||||
},
|
||||
@ -481,6 +478,9 @@
|
||||
"unknownNetwork": {
|
||||
"message": "Bilinmeyen özel ağ"
|
||||
},
|
||||
"unlock": {
|
||||
"message": "Giriş yap"
|
||||
},
|
||||
"urlErrorMsg": {
|
||||
"message": "URIler için HTTP/HTTPS öneki gerekmektedir."
|
||||
},
|
||||
@ -499,10 +499,10 @@
|
||||
"welcome": {
|
||||
"message": "MetaMask'ya Hoşgeldiniz"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "İmzanız isteniyor"
|
||||
},
|
||||
"youSign": {
|
||||
"message": "İmzalıyorsunuz"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "İmzanız isteniyor"
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,4 @@
|
||||
{
|
||||
"reject": {
|
||||
"message": "Từ chối"
|
||||
},
|
||||
"account": {
|
||||
"message": "Tài khoản"
|
||||
},
|
||||
@ -61,12 +58,12 @@
|
||||
"copiedExclamation": {
|
||||
"message": "Đã sao chép!"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Đã sao chép vào clipboard"
|
||||
},
|
||||
"copyPrivateKey": {
|
||||
"message": "Đây là Khoá Bí Mật của bạn (nhấp vào để sao chép)"
|
||||
},
|
||||
"copyToClipboard": {
|
||||
"message": "Đã sao chép vào clipboard"
|
||||
},
|
||||
"create": {
|
||||
"message": "Tạo"
|
||||
},
|
||||
@ -249,6 +246,9 @@
|
||||
"recipientAddress": {
|
||||
"message": "Địa chỉ người nhận"
|
||||
},
|
||||
"reject": {
|
||||
"message": "Từ chối"
|
||||
},
|
||||
"rejected": {
|
||||
"message": "Không chấp thuận/Bị từ chối"
|
||||
},
|
||||
@ -276,16 +276,16 @@
|
||||
"showPrivateKeys": {
|
||||
"message": "Hiển thị khóa cá nhân"
|
||||
},
|
||||
"sigRequest": {
|
||||
"message": "Yêu cầu chữ ký"
|
||||
},
|
||||
"sign": {
|
||||
"message": "Ký nhận"
|
||||
},
|
||||
"signatureRequest": {
|
||||
"message": "Yêu cầu chữ ký"
|
||||
},
|
||||
"signNotice": {
|
||||
"message": "Ký nhận vào tin nhắn này có thể gây nguy hiểm. Chỉ nên ký nhận tin nhắn từ những nguồn bạn hoàn toàn tin tưởng có thể dùng với tài khoản của bạn. Cách thức nguy hiểm này sẽ bị xóa trong phiên bản sắp tới."
|
||||
},
|
||||
"sigRequest": {
|
||||
"signatureRequest": {
|
||||
"message": "Yêu cầu chữ ký"
|
||||
},
|
||||
"testFaucet": {
|
||||
@ -316,10 +316,10 @@
|
||||
"viewAccount": {
|
||||
"message": "Xem tài khoản"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "Chữ ký của bạn đang được yêu cầu"
|
||||
},
|
||||
"youSign": {
|
||||
"message": "Bạn đang ký nhận"
|
||||
},
|
||||
"yourSigRequested": {
|
||||
"message": "Chữ ký của bạn đang được yêu cầu"
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,30 +1,5 @@
|
||||
{
|
||||
"name": "__MSG_appName__",
|
||||
"short_name": "__MSG_appName__",
|
||||
"version": "8.0.10",
|
||||
"manifest_version": 2,
|
||||
"author": "https://metamask.io",
|
||||
"description": "__MSG_appDescription__",
|
||||
"commands": {
|
||||
"_execute_browser_action": {
|
||||
"suggested_key": {
|
||||
"windows": "Alt+Shift+M",
|
||||
"mac": "Alt+Shift+M",
|
||||
"chromeos": "Alt+Shift+M",
|
||||
"linux": "Alt+Shift+M"
|
||||
}
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"16": "images/icon-16.png",
|
||||
"19": "images/icon-19.png",
|
||||
"32": "images/icon-32.png",
|
||||
"38": "images/icon-38.png",
|
||||
"64": "images/icon-64.png",
|
||||
"128": "images/icon-128.png",
|
||||
"512": "images/icon-512.png"
|
||||
},
|
||||
"default_locale": "en",
|
||||
"background": {
|
||||
"scripts": ["bg-libs.js", "background.js"],
|
||||
"persistent": true
|
||||
@ -42,6 +17,16 @@
|
||||
"default_title": "MetaMask",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"commands": {
|
||||
"_execute_browser_action": {
|
||||
"suggested_key": {
|
||||
"windows": "Alt+Shift+M",
|
||||
"mac": "Alt+Shift+M",
|
||||
"chromeos": "Alt+Shift+M",
|
||||
"linux": "Alt+Shift+M"
|
||||
}
|
||||
}
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["file://*/*", "http://*/*", "https://*/*"],
|
||||
@ -54,6 +39,23 @@
|
||||
"js": ["vendor/trezor/content-script.js"]
|
||||
}
|
||||
],
|
||||
"default_locale": "en",
|
||||
"description": "__MSG_appDescription__",
|
||||
"externally_connectable": {
|
||||
"matches": ["https://metamask.io/*"],
|
||||
"ids": ["*"]
|
||||
},
|
||||
"icons": {
|
||||
"16": "images/icon-16.png",
|
||||
"19": "images/icon-19.png",
|
||||
"32": "images/icon-32.png",
|
||||
"38": "images/icon-38.png",
|
||||
"64": "images/icon-64.png",
|
||||
"128": "images/icon-128.png",
|
||||
"512": "images/icon-512.png"
|
||||
},
|
||||
"manifest_version": 2,
|
||||
"name": "__MSG_appName__",
|
||||
"permissions": [
|
||||
"storage",
|
||||
"unlimitedStorage",
|
||||
@ -65,9 +67,7 @@
|
||||
"*://*.eth/",
|
||||
"notifications"
|
||||
],
|
||||
"web_accessible_resources": ["inpage.js", "phishing.html"],
|
||||
"externally_connectable": {
|
||||
"matches": ["https://metamask.io/*"],
|
||||
"ids": ["*"]
|
||||
}
|
||||
"short_name": "__MSG_appName__",
|
||||
"version": "8.0.10",
|
||||
"web_accessible_resources": ["inpage.js", "phishing.html"]
|
||||
}
|
||||
|
@ -254,6 +254,7 @@
|
||||
"nyc": "^15.0.0",
|
||||
"polyfill-crypto.getrandomvalues": "^1.0.0",
|
||||
"prettier": "^2.1.1",
|
||||
"prettier-plugin-sort-json": "^0.0.1",
|
||||
"proxyquire": "^2.1.3",
|
||||
"randomcolor": "^0.5.4",
|
||||
"rc": "^1.2.8",
|
||||
|
@ -1,4 +1,12 @@
|
||||
{
|
||||
"appState": {
|
||||
"gasIsLoading": false,
|
||||
"currentView": {
|
||||
"name": "accountDetail",
|
||||
"detailView": null,
|
||||
"context": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc"
|
||||
}
|
||||
},
|
||||
"metamask": {
|
||||
"featureFlags": {
|
||||
"showIncomingTransactions": true
|
||||
@ -1115,13 +1123,5 @@
|
||||
"origin": "tmashuang.github.io"
|
||||
}
|
||||
]
|
||||
},
|
||||
"appState": {
|
||||
"gasIsLoading": false,
|
||||
"currentView": {
|
||||
"name": "accountDetail",
|
||||
"detailView": null,
|
||||
"context": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,4 @@
|
||||
{
|
||||
"version": 0,
|
||||
"data": {
|
||||
"wallet": "{\"encSeed\":{\"encStr\":\"rT1C1jjkFRfmrwefscFcwZohl4f+HfIFlBZ9AM4ZD8atJmfKDIQCVK11NYDKYv8ZMIY03f3t8MuoZvfzBL8IJsWnZUhpzVTNNiARQJD2WpGA19eNBzgZm4vd0GwkIUruUDeJXu0iv2j9wU8hOQUqPbOePPy2Am5ro97iuvMAroRTnEKD60qFVg==\",\"nonce\":\"YUY2mwNq2v3FV0Fi94QnSiKFOLYfDR95\"},\"ksData\":{\"m/44'/60'/0'/0\":{\"info\":{\"curve\":\"secp256k1\",\"purpose\":\"sign\"},\"encHdPathPriv\":{\"encStr\":\"Iyi7ft4JQ9UtwrSXRT6ZIHPtZqJhe99rh0uWhNc6QLan6GanY2ZQeU0tt76CBealEWJyrJReSxGQdqDmSDYjpjH3m4JO5l0DfPLPseCqzXV/W+dzM0ubJ8lztLwpwi0L+vULNMqCx4dQtoNbNBq1QZUnjtpm6O8mWpScspboww==\",\"nonce\":\"Z7RqtjNjC6FrLUj5wVW1+HkjOW6Hib6K\"},\"hdIndex\":3,\"encPrivKeys\":{\"edb81c10122f34040cc4bef719a272fbbb1cf897\":{\"key\":\"8ab81tKBd4+CLAbzvS7SBFRTd6VWXBs86uBE43lgcmBu2U7UB22xdH64Q2hUf9eB\",\"nonce\":\"aGUEqI033FY39zKjWmZSI6PQrCLvkiRP\"},\"8bd7d5c000cf05284e98356370dc5ccaa3dbfc38\":{\"key\":\"+i3wmf4b+B898QtlOBfL0Ixirjg59/LLPX61vQ2L0xRPjXzNog0O4Wn15RemM5mY\",\"nonce\":\"imKrlkuoC5uuFkzJBbuDBluGCPJXNTKm\"},\"2340695474656e3124b8eba1172fbfb00eeac8f8\":{\"key\":\"pi+H9D8LYKsdCQKrfaJtsGFjE+X9s74xN675tsoIKrbPXhtpxMLOIQVtSqYveF62\",\"nonce\":\"49g80wDTovHwbguVVYf2FsYbp7Db5OAR\"}},\"addresses\":[\"edb81c10122f34040cc4bef719a272fbbb1cf897\",\"8bd7d5c000cf05284e98356370dc5ccaa3dbfc38\",\"2340695474656e3124b8eba1172fbfb00eeac8f8\"]}},\"version\":2}",
|
||||
"config": {
|
||||
@ -10,5 +9,6 @@
|
||||
},
|
||||
"meta": {
|
||||
"version": 0
|
||||
}
|
||||
},
|
||||
"version": 0
|
||||
}
|
||||
|
@ -1,5 +1,4 @@
|
||||
{
|
||||
"meta": { "version": 20 },
|
||||
"data": {
|
||||
"config": {},
|
||||
"NetworkController": {
|
||||
@ -9,7 +8,10 @@
|
||||
},
|
||||
"network": "1"
|
||||
},
|
||||
"firstTimeInfo": { "version": "3.12.1", "date": 1517351427287 },
|
||||
"firstTimeInfo": {
|
||||
"version": "3.12.1",
|
||||
"date": 1517351427287
|
||||
},
|
||||
"NoticeController": {
|
||||
"noticesList": [
|
||||
{
|
||||
@ -1160,5 +1162,8 @@
|
||||
"conversionRate": 1112,
|
||||
"conversionDate": 1517351401
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"version": 20
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,4 @@
|
||||
{
|
||||
"meta": {
|
||||
"version": 4
|
||||
},
|
||||
"data": {
|
||||
"seedWords": null,
|
||||
"fiatCurrency": "USD",
|
||||
@ -135,5 +132,8 @@
|
||||
}
|
||||
],
|
||||
"gasMultiplier": 1
|
||||
},
|
||||
"meta": {
|
||||
"version": 4
|
||||
}
|
||||
}
|
||||
|
23
yarn.lock
23
yarn.lock
@ -1104,6 +1104,15 @@
|
||||
lodash "^4.17.19"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@babel/types@^7.11.5":
|
||||
version "7.11.5"
|
||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
|
||||
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
|
||||
dependencies:
|
||||
"@babel/helper-validator-identifier" "^7.10.4"
|
||||
lodash "^4.17.19"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@download/blockies@^1.0.3":
|
||||
version "1.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@download/blockies/-/blockies-1.0.3.tgz#9aea770f9de72f3f947f1b3a53ee1e92f8dc4a68"
|
||||
@ -3075,6 +3084,11 @@
|
||||
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
|
||||
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
|
||||
|
||||
"@types/prettier@^2.1.0":
|
||||
version "2.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.1.1.tgz#be148756d5480a84cde100324c03a86ae5739fb5"
|
||||
integrity sha512-2zs+O+UkDsJ1Vcp667pd3f8xearMdopz/z54i99wtRDI5KLmngk7vlrYZD0ZjKHaROR03EznlBbVY9PfAEyJIQ==
|
||||
|
||||
"@types/q@^1.5.1":
|
||||
version "1.5.2"
|
||||
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
|
||||
@ -21367,6 +21381,15 @@ preserve@^0.2.0:
|
||||
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
|
||||
integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=
|
||||
|
||||
prettier-plugin-sort-json@^0.0.1:
|
||||
version "0.0.1"
|
||||
resolved "https://registry.yarnpkg.com/prettier-plugin-sort-json/-/prettier-plugin-sort-json-0.0.1.tgz#fe4525200745da6327d0d174b652ce41969fbe0a"
|
||||
integrity sha512-HKutDfOpjRQsTiGzpYeu3DNwfzdg4npwm7PWXHbVDAyYtlJPEqiaJ25m1GfNE1uUrFxY5067/4w50lD6+hyfag==
|
||||
dependencies:
|
||||
"@babel/types" "^7.11.5"
|
||||
"@types/prettier" "^2.1.0"
|
||||
prettier "^2.1.1"
|
||||
|
||||
prettier@^2.1.1:
|
||||
version "2.1.1"
|
||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.1.tgz#d9485dd5e499daa6cb547023b87a6cf51bee37d6"
|
||||
|
Loading…
Reference in New Issue
Block a user