Skip to content

Commit e8662b1

Browse files
committed
Merge branch 'locize'
2 parents d76bfc2 + e085b82 commit e8662b1

File tree

11 files changed

+328
-49
lines changed

11 files changed

+328
-49
lines changed

frontends/web/src/locales/cs/app.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,6 @@
16341634
},
16351635
"settings": {
16361636
"about": "O aplikaci",
1637-
"accounts": "Účty",
16381637
"advancedSettings": "Pokročilé nastavení",
16391638
"appearance": "Vzhled",
16401639
"electrum": {
@@ -1869,7 +1868,6 @@
18691868
},
18701869
"pairingSuccess": "Dapp se úspěšně připojil. Pokračovat můžete na dapp webu",
18711870
"signingRequest": {
1872-
"account": "Účet",
18731871
"chain": "Síť",
18741872
"dapp": "Dapp",
18751873
"data": "Data",

frontends/web/src/locales/de/app.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,6 @@
16341634
},
16351635
"settings": {
16361636
"about": "Über die App",
1637-
"accounts": "Konten",
16381637
"advancedSettings": "Erweiterte Einstellungen",
16391638
"appearance": "Ansicht",
16401639
"electrum": {
@@ -1869,7 +1868,6 @@
18691868
},
18701869
"pairingSuccess": "Dapp erfolgreich verbunden. Du kannst auf der Dapp-Website fortfahren.",
18711870
"signingRequest": {
1872-
"account": "Konto",
18731871
"chain": "Netzwerk",
18741872
"dapp": "Dapp",
18751873
"data": "Daten",

frontends/web/src/locales/en/app.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,8 @@
443443
"title": "Personal service with fixed pricing"
444444
},
445445
"security": {
446-
"link": "BitBox02 security threat model",
447-
"text": "BTC Direct's Private Trading Desk is an external service not covered by the BitBox02 security threat model. However, BTC Direct is well-acquainted with BitBox products and offers secure, knowledgeable guidance. BitBox products verify crypto addresses during transactions to ensure secure delivery.",
446+
"link": "BitBox security threat model",
447+
"text": "BTC Direct's Private Trading Desk is an external service not covered by the BitBox security threat model. However, BTC Direct is well-acquainted with BitBox products and offers secure, knowledgeable guidance. BitBox products verify crypto addresses during transactions to ensure secure delivery.",
448448
"title": "Security"
449449
},
450450
"title": "Disclaimer"
@@ -478,7 +478,7 @@
478478
},
479479
"security": {
480480
"description": "BTC Direct is an external service not covered by the BitBox security threat model. We closely work with BTC Direct to enhance overall security.",
481-
"link": "BitBox02 security threat model",
481+
"link": "BitBox security threat model",
482482
"title": "Security"
483483
},
484484
"title_bitcoin": "Buy bitcoin with BTC Direct",
@@ -592,8 +592,8 @@
592592
"title": "Data protection"
593593
},
594594
"security": {
595-
"descriptionGeneric_bitcoin": "When you buy Bitcoin via a partner exchange, you are using an external service. This service is out of scope of the BitBox02 security threat model and relies on the safety and security of the environment which the BitBoxApp software is running in.",
596-
"descriptionGeneric_crypto": "When you buy crypto via a partner exchange, you are using an external service. This service is out of scope of the BitBox02 security threat model and relies on the safety and security of the environment which the BitBoxApp software is running in.",
595+
"descriptionGeneric_bitcoin": "When you buy Bitcoin via a partner exchange, you are using an external service. This service is out of scope of the BitBox security threat model and relies on the safety and security of the environment which the BitBoxApp software is running in.",
596+
"descriptionGeneric_crypto": "When you buy crypto via a partner exchange, you are using an external service. This service is out of scope of the BitBox security threat model and relies on the safety and security of the environment which the BitBoxApp software is running in.",
597597
"link": "Security threat model",
598598
"title": "Security model"
599599
},
@@ -791,8 +791,8 @@
791791
"title": "KYC/AML (Know Your Customer / Anti-Money Laundering)"
792792
},
793793
"security": {
794-
"link": "BitBox02 security threat model",
795-
"p1": "Using Pocket is an external service and is not covered by the BitBox02 security threat model. However, we closely work with Pocket to enhance overall security.",
794+
"link": "BitBox security threat model",
795+
"p1": "Using Pocket is an external service and is not covered by the BitBox security threat model. However, we closely work with Pocket to enhance overall security.",
796796
"p2": "<strong>Buying bitcoin:</strong> You’ll get an email to confirm your bitcoin receive address through a second communication channel.",
797797
"p3": "<strong>Selling bitcoin:</strong> The BitBox verifies the Bitcoin deposit address cryptographically and displays \"Pocket\" on the hardware wallet.",
798798
"title": "Security"
@@ -1100,7 +1100,7 @@
11001100
"title": "When do I use “Change address type”?"
11011101
},
11021102
"howVerify": {
1103-
"text": "For the BitBox01, click on the BitBox icon in the sidebar on the left and see the Pairing section. The guide will update and you can continue following the instructions from there.\nFor the BitBox02, you can verify addresses directly on the device during the send/receive process.",
1103+
"text": "You can verify addresses directly on the BitBox during the send/receive process.",
11041104
"title": "How can I verify an address securely?"
11051105
},
11061106
"plugout": {
@@ -1116,7 +1116,7 @@
11161116
"title": "Why so many addresses?"
11171117
},
11181118
"whyVerify": {
1119-
"text": "You shouldn’t trust your computer to generate and display authentic addresses. It’s big attack surface makes it significantly more vulnerable than a hardware wallet. For the BitBox01, The button to verify the address securely sends the address to a paired mobile phone, from which you can also scan and verify the QR code. For the BitBox02, the address can be verified directly on the BitBox02 display.",
1119+
"text": "You shouldn’t trust your computer to generate and display authentic addresses. It’s big attack surface makes it significantly more vulnerable than a hardware wallet. The address can be verified directly on the BitBox display.",
11201120
"title": "Why should I verify the address securely?"
11211121
}
11221122
},

frontends/web/src/locales/es/app.json

Lines changed: 56 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@
363363
"bluetooth": {
364364
"connected": "Conectado",
365365
"connectionFailed": "Conexión fallida",
366+
"connectionIssues": "¿Tiene problemas de conexión",
366367
"enable": "Por favor enciende el Bluetooth",
367368
"select": "Selecciona tu BitBox"
368369
},
@@ -809,9 +810,11 @@
809810
"buy_crypto": "Comprar criptomonedas",
810811
"enabled_false": "Desactivado",
811812
"enabled_true": "Activado",
813+
"noOptions": "No se encontraron opciones",
812814
"receive": "Recibir {{coinCode}}",
813815
"receive_bitcoin": "Recibir Bitcoin",
814-
"receive_crypto": "Recibir criptomonedas"
816+
"receive_crypto": "Recibir criptomonedas",
817+
"search": "Buscar..."
815818
},
816819
"genericError": "Ocurrió un error. Si observa algún problema, por favor reinicie la aplicación.",
817820
"goal": {
@@ -954,7 +957,9 @@
954957
},
955958
"appendix": {
956959
"link": "¡Contacta con nosotros!",
957-
"text": "¿Otra pregunta?"
960+
"questionService": "¿Tienes problemas con {{serviceName}}?",
961+
"text": "¿Otra pregunta?",
962+
"textService": "Si tienes problemas con {{serviceName}}, por favor ponte en contacto con ellos directamente:"
958963
},
959964
"backups": {
960965
"check": {
@@ -1216,6 +1221,13 @@
12161221
"welcome": {
12171222
"text": "Gracias por utilizar esta aplicación creada por Shift Crypto en Suiza. Todavía está en beta y agradecemos cualquier comentario que tenga que compartir. Por favor, de su opinión utilizando el enlace en la parte inferior.",
12181223
"title": "¡Bienvenido a la aplicación de BitBox!"
1224+
},
1225+
"worksWithIos": {
1226+
"link": {
1227+
"text": "Pide una BitBox02 Nova"
1228+
},
1229+
"text": "Solo la BitBox02 Nova funciona con iOS. La BitBox02 estándar es compatible con todas las demás plataformas. Para comprar una BitBox02 Nova, visita nuestra tienda.",
1230+
"title": "¿Cual BitBox funciona con iOS?"
12191231
}
12201232
},
12211233
"walletConnect": {
@@ -1352,6 +1364,20 @@
13521364
"newTxs_one": "Nueva transacción en: {{accountName}}",
13531365
"newTxs_other": "{{count}} nuevas transacciones en: {{accountName}}"
13541366
},
1367+
"novaConnectionIssues": {
1368+
"connectionIssueTips": "Consejos para los problemas de conexión",
1369+
"description1": "Solo la BitBox02 Nova es compatible con iOS. Para la BitBox02 debes usar Windows, macOS, Android o Linux. Puedes conseguir una BitBox02 Nova en nuestra tienda online:",
1370+
"description2": "La pantalla debería encenderse. Si la pantalla no se enciende, entonces el dispositivo no está recibiendo electricidad.",
1371+
"description3": "Mantén tu BitBox02 Nova cerca de tu iPhone/iPad. Te recomendamos conectarla directamente a tu dispositivo.",
1372+
"description4": "La BitBox02 Nova se conecta a iOS mediante Bluetooth. En otras plataformas, el Bluetooth se puede activar o desactivar desde la configuración de la BitBoxApp.",
1373+
"link1": "Pide una BitBox02 Nova",
1374+
"link2": "Contacta con soporte",
1375+
"stillHavingIssues": "¿Aún tienes problemas?",
1376+
"title1": "Utiliza tu BitBox02 Nova únicamente con iOS",
1377+
"title2": "Asegúrese de que la BitBox02 Nova esté encendida",
1378+
"title3": "Manten tu BitBox02 Nova dentro del rango de alcance",
1379+
"title4": "Asegúrate de que el Bluetooth no esté desactivado en la BitBox02 Nova"
1380+
},
13551381
"passphrase": {
13561382
"considerations": {
13571383
"button": "Consideraciones de la copia de seguridad",
@@ -1608,7 +1634,6 @@
16081634
},
16091635
"settings": {
16101636
"about": "Acerca de",
1611-
"accounts": "Cuentas",
16121637
"advancedSettings": "Configuración avanzada",
16131638
"appearance": "Apariencia",
16141639
"electrum": {
@@ -1713,6 +1738,33 @@
17131738
"title": "Éxito"
17141739
}
17151740
},
1741+
"testWallet": {
1742+
"connect": {
1743+
"description": "Una billetera de prueba de software para probar sin un dispositivo en Testnet.",
1744+
"title": "Billetera de prueba"
1745+
},
1746+
"disconnect": {
1747+
"description": "Estop quitará la billetera de pruebas",
1748+
"title": "Desconectar la billetera de prueba de software"
1749+
},
1750+
"prompt": {
1751+
"button": "Desbloquear",
1752+
"passwordLabel": "Contraseña de prueba",
1753+
"title": "Desbloquear billetera de prueba"
1754+
}
1755+
},
1756+
"testnet": {
1757+
"activate": {
1758+
"description": "Reinicia la aplicación en modo testnet para explorar y probar funciones.",
1759+
"prompt": "Cierra la aplicación y vuelve a iniciarla para ingresar al modo testnet",
1760+
"title": "Iniciar modo testnet"
1761+
},
1762+
"deactivate": {
1763+
"description": "Reinicia la aplicación para entrar en modo testnet",
1764+
"prompt": "Por favor cierra la aplicación para salar del modo testnet",
1765+
"title": "Salir del modo testnet"
1766+
}
1767+
},
17161768
"transaction": {
17171769
"confirmation": "Confirmaciones",
17181770
"details": {
@@ -1816,7 +1868,6 @@
18161868
},
18171869
"pairingSuccess": "Dapp conectada con éxito. Puedes continuar en el sitio web de la dapp.",
18181870
"signingRequest": {
1819-
"account": "Cuenta",
18201871
"chain": "Cadena",
18211872
"dapp": "Dapp",
18221873
"data": "Datos",
@@ -1843,6 +1894,7 @@
18431894
"connect": "Conecta tu BitBox",
18441895
"getStarted": "Vamos a comenzar instalando el firmware en tu BitBox.",
18451896
"loadingAccounts": "Cargando cuentas",
1897+
"message": "Por favor conecta tu BitBox y toca los lados para continuar.",
18461898
"title": "Bienvenido"
18471899
}
18481900
}

frontends/web/src/locales/fr/app.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,6 @@
16001600
},
16011601
"settings": {
16021602
"about": "À propos",
1603-
"accounts": "Comptes",
16041603
"advancedSettings": "Paramètres avancés",
16051604
"appearance": "Apparence",
16061605
"electrum": {
@@ -1807,7 +1806,6 @@
18071806
},
18081807
"pairingSuccess": "Dapp connectée avec succès. Vous pouvez continuer sur le site de la Dapp.",
18091808
"signingRequest": {
1810-
"account": "Compte",
18111809
"chain": "Chaîne",
18121810
"dapp": "Dapp",
18131811
"data": "Données",

frontends/web/src/locales/it/app.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,6 @@
16341634
},
16351635
"settings": {
16361636
"about": "About",
1637-
"accounts": "Accounts",
16381637
"advancedSettings": "Impostazioni avanzate",
16391638
"appearance": "Aspetto",
16401639
"electrum": {
@@ -1869,7 +1868,6 @@
18691868
},
18701869
"pairingSuccess": "DApp connessa. Puoi continuare sul sito della DApp.",
18711870
"signingRequest": {
1872-
"account": "Account",
18731871
"chain": "Chain",
18741872
"dapp": "DApp",
18751873
"data": "Dati",

frontends/web/src/locales/ja/app.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,6 @@
16001600
},
16011601
"settings": {
16021602
"about": "について",
1603-
"accounts": "アカウント",
16041603
"advancedSettings": "詳細設定",
16051604
"appearance": "外観",
16061605
"electrum": {
@@ -1807,7 +1806,6 @@
18071806
},
18081807
"pairingSuccess": "Dappが正常に接続されました。dappのウェブサイトで続行できます。",
18091808
"signingRequest": {
1810-
"account": "アカウント",
18111809
"chain": "チェーン",
18121810
"dapp": "Dapp",
18131811
"data": "Data",

0 commit comments

Comments
 (0)