Skip to content

Commit

Permalink
New translations en-US.json (Spanish)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarq committed Aug 10, 2020
1 parent 3ca1ee0 commit db7f4d3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/i18n/locales/es-ES.json
Expand Up @@ -94,6 +94,7 @@
"components.send.sendscreen.amountInput.error.INVALID_AMOUNT": "Por favor, ingresa una cantidad válida",
"components.send.sendscreen.amountInput.error.NEGATIVE": "El monto debe ser positivo (mayor a cero)",
"components.send.sendscreen.amountInput.error.TOO_LARGE": "Monto demasiado grande",
"components.send.sendscreen.amountInput.error.TOO_LOW": "Cannot send less than 1 ADA",
"components.send.sendscreen.amountInput.error.TOO_MANY_DECIMAL_PLACES": "Por favor, ingresa una cantidad válida",
"components.send.sendscreen.amountInput.error.insufficientBalance": "Fondos insuficientes para realizar esta transacción",
"components.send.sendscreen.availableFundsBannerIsFetching": "Verificando el saldo...",
Expand Down Expand Up @@ -288,14 +289,14 @@
"components.walletinit.walletform.repeatPasswordInputLabel": "Repetir contraseña de gastos",
"components.walletinit.walletform.walletNameInputLabel": "Nombre de la billetera",
"components.walletinit.walletfreshinitscreen.addWalletButton": "Añadir billetera",
"components.walletinit.walletfreshinitscreen.addWalletOnShelleyButton": "Añadir billetera (Testnet de Shelley)",
"components.walletinit.walletfreshinitscreen.addWalletOnShelleyButton": "Add wallet (Jormungandr ITN)",
"components.walletinit.walletinitscreen.createWalletButton": "Crear billetera",
"components.walletinit.walletinitscreen.createWalletWithLedgerButton": "Conectar al dispositivo Ledger Nano",
"components.walletinit.walletinitscreen.restoreWalletButton": "Restaurar billetera",
"components.walletinit.walletinitscreen.restoreShelleyWalletButton": "Restaurar billetera (Testnet de Shelley)",
"components.walletinit.walletinitscreen.title": "Añadir billetera",
"components.walletselection.walletselectionscreen.addWalletButton": "Añadir billetera",
"components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Añadir billetera (Testnet de Shelley)",
"components.walletselection.walletselectionscreen.addWalletOnShelleyButton": "Add wallet (Jormungandr ITN)",
"components.walletselection.walletselectionscreen.header": "Tus billeteras",
"components.walletselection.walletselectionscreen.stakeDashboardButton": "Seguimiento",
"crypto.keystore.approveTransaction": "Autorizar con tu huella dactilar",
Expand Down Expand Up @@ -332,6 +333,7 @@
"global.actions.dialogs.insufficientBalance.message": "Fondos insuficientes para realizar esta transacción",
"global.actions.dialogs.networkError.message": "Error conectando con el servidor. Por favor, comprueba tu conexión a Internet",
"global.actions.dialogs.networkError.title": "Error de red",
"global.actions.dialogs.notSupportedError.message": "This feature is not yet supported. It will be enabled in a future release.",
"global.actions.dialogs.pinMismatch.message": "Los PINs no coinciden.",
"global.actions.dialogs.pinMismatch.title": "PIN inválido",
"global.actions.dialogs.walletKeysInvalidated.message": "Hemos detectado que la biometría en tu móvil ha cambiado. En consecuencia, la función de confirmación fácil ha sido deshabilitada, y el envío de transacciones es permitido usando sólo la contraseña maestra. Puedes volver a habilitar la función de confirmación fácil desde el apartado de configuración",
Expand Down Expand Up @@ -360,6 +362,7 @@
"global.ledgerMessages.usbAlwaysConnected": "Tu dispositivo Ledger permanece conectado a través del USB hasta que el proceso se completa.",
"global.network.syncErrorBannerTextWithoutRefresh": "Estamos experimentando problemas de sincronización.",
"global.network.syncErrorBannerTextWithRefresh": "Estamos experimentando problemas de sincronización. Desliza hacia abajo para actualizar",
"global.notSupported": "Feature not supported",
"global.ok": "OK",
"global.pleaseWait": "por favor, espera...",
"global.staking.epochLabel": "Epoch",
Expand Down

0 comments on commit db7f4d3

Please sign in to comment.