Skip to content

Commit

Permalink
Updates for file locales/en.json in es (#1372)
Browse files Browse the repository at this point in the history
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
  • Loading branch information
transifex-integration[bot] authored Nov 20, 2023
1 parent e3e4e1a commit e46b47e
Showing 1 changed file with 46 additions and 2 deletions.
48 changes: 46 additions & 2 deletions locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
"common": {
"generic": {
"lightningAddress": "Dirección Lightning",
"lightningBox": "Lightning Box",
"nodeAlias": "Alias del nodo",
"description": "Descripción",
"amount": "Cantidad",
"fee": "Tarifa",
"search": "Búsqueda",
"viewInBlockExplorer": "Ver en el explorador de bloques",
"blocks": "{{numBlocks}} bloques"
"blocks": "{{numBlocks}} bloques",
"reason": "Razón: {{reason}}"
},
"buttons": {
"ok": "Ok",
Expand Down Expand Up @@ -430,6 +432,10 @@
"name": {
"ask": "Envía mi nombre junto a este pago",
"mandatory": "Tu nombre tiene que ser enviado junto a este pago"
},
"identifier": {
"ask": "Envíe mi dirección Lightning junto con este pago",
"mandatory": "Su dirección Lightning debe enviarse junto con este pago"
}
},
"payloadErrors": {
Expand Down Expand Up @@ -818,6 +824,17 @@
"msg": "¿Le gustaría restaurar al servidor predeterminado de sincronización de canal LN ?"
}
},
"lightningBoxServer": {
"title": "Establecer el servidor de Lightning Box",
"subtitle": "",
"setDialog": {
"title": "Establecer el servidor de Lightning Box"
},
"restoreDialog": {
"title": "Restablecer el servidor Lightning Box",
"msg": "¿Le gustaría restablecer el servidor de Lightning Box predeterminado?"
}
},
"graphSync": {
"title": "Espera a que el grafo se sincronice antes de pagar",
"subtitle": "El grafo sincronizado dirige los pagos por las mejores rutas"
Expand Down Expand Up @@ -899,7 +916,7 @@
"title": "Experimentos",
"LSP": {
"title": "Habilitar Dunder LSP",
"subtitle": "MUY EXPERIMENTAL. El Servicio Proveedor de Lightning que ayuda con la liquidez entrante"
"subtitle": "Lightning Service Provider que ayuda con la liquidez entrante"
},
"MPP": {
"title": "Habilitar pagos Multi-ruta",
Expand Down Expand Up @@ -1123,6 +1140,33 @@
"msg1": "Para empezar a usar Lightning en Blixt Wallet",
"msg2": "enviar Bitcoins a la siguiente dirección"
},
"lightningBox.registration": {
"info": {
"welcome": "Bienvenido al registro de Lightning Box ",
"whatIs": "Lightning Box es un proveedor de servicios de direcciones Lightning que reenvía las solicitudes de pago directamente al teléfono, lo que le brinda una dirección Lightning de custodia propria para dispositivos móviles.",
"persistentMode":"Este servicio depende del modo persistente, porque la aplicación debe permanecer activa para recibir pagos entrantes. Asegúrese de que la optimización de la batería esté apagada en su dispositivo. De lo contrario, este servicio puede no funcionar.",
"currentRules": "El servicio es de uso gratuito. Sin embargo, debido a razones técnicas, actualmente requiere un canal con el proveedor de Lightning Box. Actualmente no es posible cambiar su dirección Lightning después de haber elegido una."
},
"prerequisites": {
"prerequisites": "Requisitos previos",
"checkingEligibility": "Verificación de elegibilidad ...",
"eligible": "Elegible",
"youHaveChannel": "Tiene un canal con el servicio Lightning Box.",
"notEligible": "No elegible"
},
"registration": {
"registration": "Registro",
"fields": {
"address": "Dirección",
"messageToPayer": "Mensaje al pagador"
},
"register": "Registrar"
}
},
"lightningBox.info": {
"yourLightningAddress": "Su dirección Lightning de Lightning Box es:",
"showQrCode": "Mostrar código QR"
},
"welcome.almostDone": {
"autopilot": {
"title": "Apertura de canales automática",
Expand Down

1 comment on commit e46b47e

@vercel
Copy link

@vercel vercel bot commented on e46b47e Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blixt-wallet – ./

blixt-wallet-git-master-hsjoberg.vercel.app
blixt-wallet-hsjoberg.vercel.app

Please sign in to comment.