From 6f422fc70602276480ee5fd9383b3b056281cafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= <100827540+reneaaron@users.noreply.github.com> Date: Tue, 21 Nov 2023 17:02:44 +0100 Subject: [PATCH] fix: remove bluewallet connection screen (#2875) --- .github/ISSUE_TEMPLATE/bug_report.yml | 140 +++++++++--------- src/app/router/connectorRoutes.tsx | 10 +- .../connectors/ConnectLndHub/index.tsx | 16 +- src/i18n/locales/cs/translation.json | 14 -- src/i18n/locales/da/translation.json | 14 -- src/i18n/locales/de/translation.json | 14 -- src/i18n/locales/el/translation.json | 6 - src/i18n/locales/en/translation.json | 14 -- src/i18n/locales/eo/translation.json | 14 -- src/i18n/locales/es/translation.json | 14 -- src/i18n/locales/fa/translation.json | 14 -- src/i18n/locales/fr/translation.json | 14 -- src/i18n/locales/hi/translation.json | 14 -- src/i18n/locales/id/translation.json | 14 -- src/i18n/locales/it/translation.json | 14 -- src/i18n/locales/ja/translation.json | 14 -- src/i18n/locales/mr/translation.json | 14 -- src/i18n/locales/nl/translation.json | 14 -- src/i18n/locales/pl/translation.json | 14 -- src/i18n/locales/pt_BR/translation.json | 14 -- src/i18n/locales/ro/translation.json | 14 -- src/i18n/locales/sl/translation.json | 14 -- src/i18n/locales/sv/translation.json | 14 -- src/i18n/locales/th/translation.json | 14 -- src/i18n/locales/tl/translation.json | 14 -- src/i18n/locales/uk/translation.json | 14 -- src/i18n/locales/zh_Hans/translation.json | 14 -- src/i18n/locales/zh_Hant/translation.json | 14 -- static/assets/icons/lndhub_bluewallet.png | Bin 5020 -> 0 bytes 29 files changed, 75 insertions(+), 433 deletions(-) delete mode 100644 static/assets/icons/lndhub_bluewallet.png diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3f49a7401e..b7c140acb0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,75 +3,75 @@ description: Create a report to help us improve (use this to report bugs only). title: "[BUG] " labels: [🐞 bug] body: -- type: checkboxes - attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the bug you encountered. - options: - - label: I have searched the existing issues + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue already exists for the bug you encountered. + options: + - label: I have searched the existing issues + required: true + - type: textarea + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. Include images if relevant. + placeholder: A bug happened! + validations: required: true -- type: textarea - attributes: - label: Describe the bug - description: A clear and concise description of what the bug is. Include images if relevant. - placeholder: A bug happened! - validations: - required: true -- type: textarea - attributes: - label: Screenshots [optional] - description: | - Add screenshots to help explain your problem. You can also add a video here. + - type: textarea + attributes: + label: Screenshots [optional] + description: | + Add screenshots to help explain your problem. You can also add a video here. - Tip: You can attach images or video files by clicking this area to highlight it and then dragging files in. - validations: - required: false -- type: textarea - attributes: - label: Steps To Reproduce - description: Steps to reproduce the bug. - placeholder: | - 1. Visit '...' - 2. Click on '...' - 3. Scroll to '...' - 4. See error - validations: - required: true -- type: textarea - attributes: - label: Expected behavior - description: A clear and concise description of what you expected to happen - validations: - required: true -- type: textarea - attributes: - label: Alby information - placeholder: | - - Alby Version: [e.g. 1.5.0] - - Alby installed through: [e.g. installed through the browser stores, installed manually] - - Wallet connected with Alby: [e.g. LND, BlueWallet LNDhub] - validations: - required: true -- type: textarea - attributes: - label: Device information - placeholder: | - - OS: [e.g. Windows] - - Browser: [e.g. chrome, safari, firefox] - - Browser Version: [e.g. 22] - validations: - required: false -- type: textarea - attributes: - label: Additional context - description: | - Links? References? Anything that will give us more context about the issue you are encountering! - validations: - required: false -- type: dropdown - id: assign - attributes: - label: Are you working on this? - options: - - "Yes" - - "No" \ No newline at end of file + Tip: You can attach images or video files by clicking this area to highlight it and then dragging files in. + validations: + required: false + - type: textarea + attributes: + label: Steps To Reproduce + description: Steps to reproduce the bug. + placeholder: | + 1. Visit '...' + 2. Click on '...' + 3. Scroll to '...' + 4. See error + validations: + required: true + - type: textarea + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen + validations: + required: true + - type: textarea + attributes: + label: Alby information + placeholder: | + - Alby Version: [e.g. 1.5.0] + - Alby installed through: [e.g. installed through the browser stores, installed manually] + - Wallet connected with Alby: [e.g. LND, LNDhub, etc] + validations: + required: true + - type: textarea + attributes: + label: Device information + placeholder: | + - OS: [e.g. Windows] + - Browser: [e.g. chrome, safari, firefox] + - Browser Version: [e.g. 22] + validations: + required: false + - type: textarea + attributes: + label: Additional context + description: | + Links? References? Anything that will give us more context about the issue you are encountering! + validations: + required: false + - type: dropdown + id: assign + attributes: + label: Are you working on this? + options: + - "Yes" + - "No" diff --git a/src/app/router/connectorRoutes.tsx b/src/app/router/connectorRoutes.tsx index 09149b1b82..39d52da453 100644 --- a/src/app/router/connectorRoutes.tsx +++ b/src/app/router/connectorRoutes.tsx @@ -27,7 +27,6 @@ import lightning_node from "/static/assets/icons/lightning_node.png"; import lightning_terminal from "/static/assets/icons/lightning_terminal.png"; import lnbits from "/static/assets/icons/lnbits.png"; import lnd from "/static/assets/icons/lnd.png"; -import lndhubBlueWallet from "/static/assets/icons/lndhub_bluewallet.png"; import lndhubGo from "/static/assets/icons/lndhub_go.png"; import mynode from "/static/assets/icons/mynode.png"; import raspiblitz from "/static/assets/icons/raspiblitz.png"; @@ -139,16 +138,10 @@ const connectorMap: { [key: string]: ConnectorRoute } = { }, "lnd-hub-go": { path: "lnd-hub-go", - element: <ConnectLndHub lndHubType="lndhub_go" />, + element: <ConnectLndHub />, title: i18n.t("translation:choose_connector.lndhub_go.title"), logo: lndhubGo, }, - "lnd-hub-bluewallet": { - path: "lnd-hub-bluewallet", - element: <ConnectLndHub />, - title: i18n.t("translation:choose_connector.lndhub_bluewallet.title"), - logo: lndhubBlueWallet, - }, eclair: { path: "eclair", element: <ConnectEclair />, @@ -259,7 +252,6 @@ function getConnectorRoutes(): ConnectorRoute[] { connectorMap["lnbits"], connectorMap["lnd-hub-go"], connectorMap["kollider"], - connectorMap["lnd-hub-bluewallet"], connectorMap["eclair"], connectorMap["btcpay"], connectorMap[galoyPaths.blink], diff --git a/src/app/screens/connectors/ConnectLndHub/index.tsx b/src/app/screens/connectors/ConnectLndHub/index.tsx index 9bfb8a6f06..2d38160363 100644 --- a/src/app/screens/connectors/ConnectLndHub/index.tsx +++ b/src/app/screens/connectors/ConnectLndHub/index.tsx @@ -9,21 +9,13 @@ import { useNavigate } from "react-router-dom"; import toast from "~/app/components/Toast"; import msg from "~/common/lib/msg"; -import lndhubBlueWallet from "/static/assets/icons/lndhub_bluewallet.png"; -import lndhubGo from "/static/assets/icons/lndhub_go.png"; +import logo from "/static/assets/icons/lndhub_go.png"; -export type Props = { - lndHubType?: "lndhub_bluewallet" | "lndhub_go"; -}; - -export default function ConnectLndHub({ - lndHubType = "lndhub_bluewallet", -}: Props) { +export default function ConnectLndHub() { const navigate = useNavigate(); - const logo = lndHubType === "lndhub_bluewallet" ? lndhubBlueWallet : lndhubGo; const { t } = useTranslation("translation", { - keyPrefix: `choose_connector.${lndHubType}`, + keyPrefix: "choose_connector.lndhub_go", }); const [formData, setFormData] = useState({ uri: "", @@ -59,7 +51,7 @@ export default function ConnectLndHub({ const password = match[2]; const url = match[3].replace(/\/$/, ""); const account = { - name: lndHubType === "lndhub_bluewallet" ? "Bluewallet" : "LNDHub", + name: "LNDHub", config: { login, password, diff --git a/src/i18n/locales/cs/translation.json b/src/i18n/locales/cs/translation.json index c8084216af..2891cd76ac 100644 --- a/src/i18n/locales/cs/translation.json +++ b/src/i18n/locales/cs/translation.json @@ -54,20 +54,6 @@ "connection_failed": "Připojení se nezdařilo. Jsou vaše údaje pro LND zadány správně?" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "Připojit k BlueWallet", - "description": "V BlueWallet vyberte peněženku, kterou chcete připojit, otevřete ji, klikněte na ¨...¨, klikněte na Exportovat/Záloha pro zobrazení QR kódu a tento kód naskenujte svou webkamerou." - }, - "uri": { - "label": "BlueWallet Export URI" - }, - "errors": { - "invalid_uri": "Nevalidní BlueWallet URI", - "connection_failed": "Připojení se nezdařilo. Je vaše BlueWallet URI správné?" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/da/translation.json b/src/i18n/locales/da/translation.json index 4c0e45737c..60339e16cd 100644 --- a/src/i18n/locales/da/translation.json +++ b/src/i18n/locales/da/translation.json @@ -90,20 +90,6 @@ "placeholder": "hemmelig kode til sats-samlingen" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "Opet forbindelse til Bluewallet", - "description": "Vælg den wallet du vil oprette forbindelse til i Bluewallet, åbn den, klik på \"...\", klik på Export/Backup for at se QR-koden og aflæs den med dit webkamera." - }, - "uri": { - "label": "BlueWallet export URI" - }, - "errors": { - "invalid_uri": "Ugyldig BlueWallet URI", - "connection_failed": "Forbindelse kunne ikke oprettes. Er din BlueWallet URI korrekt?" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/de/translation.json b/src/i18n/locales/de/translation.json index 3cedcb3ee5..c14b4a1ac0 100644 --- a/src/i18n/locales/de/translation.json +++ b/src/i18n/locales/de/translation.json @@ -54,20 +54,6 @@ }, "title": "LND" }, - "lndhub_bluewallet": { - "uri": { - "label": "BlueWallet Export URI" - }, - "errors": { - "invalid_uri": "Ungültige BlueWallet-URI", - "connection_failed": "Verbindung nicht erfolgreich. Ist deine BlueWallet URI richtig?" - }, - "title": "BlueWallet", - "page": { - "title": "Verbinden mit BlueWallet", - "description": "Wähle in der BlueWallet die Wallet, die du verbinden willst, öffne sie, klicke auf \"...\", klicke auf Export/Backup, um den QR Code anzuzeigen. Scanne ihn dann mit deiner Webcam." - } - }, "lndhub_go": { "title": "LNDHub", "uri": { diff --git a/src/i18n/locales/el/translation.json b/src/i18n/locales/el/translation.json index e409546aaf..93b5bcc07c 100644 --- a/src/i18n/locales/el/translation.json +++ b/src/i18n/locales/el/translation.json @@ -60,12 +60,6 @@ } }, "choose_connector": { - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "Σύνδεση σε BlueWallet" - } - }, "lnbits": { "title": "LNbits" }, diff --git a/src/i18n/locales/en/translation.json b/src/i18n/locales/en/translation.json index 93da1faa5c..f9e8c63b54 100644 --- a/src/i18n/locales/en/translation.json +++ b/src/i18n/locales/en/translation.json @@ -100,20 +100,6 @@ "placeholder": "secret stack sats phrase" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "Connect to BlueWallet", - "description": "In BlueWallet, choose the wallet you want to connect, open it, click on \"...\", click on Export/Backup to display the QR code and scan it with your webcam." - }, - "uri": { - "label": "BlueWallet Export URI" - }, - "errors": { - "invalid_uri": "Invalid BlueWallet URI", - "connection_failed": "Connection failed. Is your BlueWallet URI correct?" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/eo/translation.json b/src/i18n/locales/eo/translation.json index 82d35951d2..075eaabcb0 100644 --- a/src/i18n/locales/eo/translation.json +++ b/src/i18n/locales/eo/translation.json @@ -48,20 +48,6 @@ "connection_failed": "" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "Konekti al BlueWallet", - "description": "" - }, - "uri": { - "label": "" - }, - "errors": { - "invalid_uri": "", - "connection_failed": "" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/es/translation.json b/src/i18n/locales/es/translation.json index 49494a6f36..050aef0de9 100644 --- a/src/i18n/locales/es/translation.json +++ b/src/i18n/locales/es/translation.json @@ -171,20 +171,6 @@ "connection_failed": "La conexión falló. ¿Es la URL de conexión de BTCPay correcta y accesible?" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "Conecta a BlueWallet", - "description": "En BlueWallet, elija el monedero que desea conectar, ábralo, haga clic en \"...\", haga clic en Exportar/Copia de seguridad para mostrar el código QR y escanéelo con su cámara web." - }, - "uri": { - "label": "URI de Exportación BlueWallet" - }, - "errors": { - "invalid_uri": "URI de BlueWallet inválido", - "connection_failed": "Error de conexión. ¿Es correcto el URI de BlueWallet?" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/fa/translation.json b/src/i18n/locales/fa/translation.json index b604f6faac..f901096ed6 100644 --- a/src/i18n/locales/fa/translation.json +++ b/src/i18n/locales/fa/translation.json @@ -100,20 +100,6 @@ "placeholder": "عبارت مخفی انباشتن ساتوشی" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "اتصال به BlueWallet", - "description": "درBlueWallet کیف پولی که می خواهید به آن متصل شوید را انتخاب کرده، روی\"...\" کلیک کنید، روی Export/Backup کلیک کنید تا کدQR نمایش داده شود و با دوربین وب آن را اسکن کنید." - }, - "uri": { - "label": "استخراج آدرس BlueWallet" - }, - "errors": { - "invalid_uri": "آدرس بلووالت نامعتبر", - "connection_failed": "اتصال ناموفق. آدرس بلووالت شما درست است؟" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/fr/translation.json b/src/i18n/locales/fr/translation.json index c42ad8e385..386630db9e 100644 --- a/src/i18n/locales/fr/translation.json +++ b/src/i18n/locales/fr/translation.json @@ -90,20 +90,6 @@ "placeholder": "phrase de sats de pile secrète" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "Connectez-vous à BlueWallet", - "description": "Dans BlueWallet, choisissez le wallet que vous souhaitez connecter, ouvrez-le, cliquez sur \"...\", cliquez sur Export/Backup pour afficher le QR code et scannez-le avec votre webcam." - }, - "uri": { - "label": "URI d'exportation BlueWallet" - }, - "errors": { - "invalid_uri": "URI BlueWallet non valide", - "connection_failed": "La connexion a échoué. Votre URI BlueWallet est-il correct ?" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/hi/translation.json b/src/i18n/locales/hi/translation.json index 2356a6d5f5..a028247ce3 100644 --- a/src/i18n/locales/hi/translation.json +++ b/src/i18n/locales/hi/translation.json @@ -97,20 +97,6 @@ "placeholder": "गुप्त stack sats वाक्यांश" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "BlueWallet से कनेक्ट करें", - "description": "ब्लू वॉलेट में, वह वॉलेट चुनें जिसे आप कनेक्ट करना चाहते हैं, इसे खोलें, \"...\" पर क्लिक करें, क्यूआर कोड प्रदर्शित करने के लिए निर्यात/बैकअप पर क्लिक करें और इसे अपने वेबकैम से स्कैन करें।" - }, - "uri": { - "label": "BlueWallet Export URI" - }, - "errors": { - "invalid_uri": "अवैध BlueWallet URI", - "connection_failed": "कनेक्शन विफल रहा। क्या आपका BlueWallet URI सही है?" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/id/translation.json b/src/i18n/locales/id/translation.json index e53772cb23..78f96ab395 100644 --- a/src/i18n/locales/id/translation.json +++ b/src/i18n/locales/id/translation.json @@ -96,20 +96,6 @@ "placeholder": "secret stack sats phrase" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "Sambungkan dengan Bluewallet", - "description": "Pada Bluewallet, pilih wallet yang kamu ingin sambungkan, buka, lalu klik pada \"...\", klik pada Export/Backup untuk menampilkan kode QR dan pindai dengan webcam kamu." - }, - "uri": { - "label": "BlueWallet Export URI" - }, - "errors": { - "invalid_uri": "BlueWallet URI Salah", - "connection_failed": "Koneksi gagal. Apakah BlueWallet URI kamu benar?" - } - }, "lndhub_go": { "page": { "title": "Sambungkan dengan LNDHub", diff --git a/src/i18n/locales/it/translation.json b/src/i18n/locales/it/translation.json index 6f7ce59532..6ff2896bce 100644 --- a/src/i18n/locales/it/translation.json +++ b/src/i18n/locales/it/translation.json @@ -49,20 +49,6 @@ "connection_failed": "Connessione non riuscita. Le tue credenziali LND sono corrette?" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "Connettiti a BlueWallet", - "description": "Nell'app BlueWallet, scegli il portafoglio che vuoi connettere, aprilo, clicca su \"...\", clicca su Export/Backup per mostrare il codice QR e scansionalo con la tua webcam." - }, - "uri": { - "label": "URI di esportazione BlueWallet" - }, - "errors": { - "invalid_uri": "URI di BlueWallet non valido", - "connection_failed": "Connessione non riuscita. L'URI BlueWallet è corretto?" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/ja/translation.json b/src/i18n/locales/ja/translation.json index 6f19c00278..567d038b5c 100644 --- a/src/i18n/locales/ja/translation.json +++ b/src/i18n/locales/ja/translation.json @@ -98,20 +98,6 @@ "placeholder": "シークレット・stack sats・フレーズ" } }, - "lndhub_bluewallet": { - "page": { - "title": "BlueWalletに接続", - "description": "BlueWalletで、接続したいウォレットを開き、\"... \"をクリックします。エクスポート/バックアップをクリックしてQRコードを表示し、ウェブカメラでスキャンします。" - }, - "errors": { - "invalid_uri": "無効なBlueWalletのURI", - "connection_failed": "接続に失敗しました。BlueWalletのURIは正しいですか?" - }, - "uri": { - "label": "BlueWalletのエクスポートURI" - }, - "title": "BlueWallet" - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/mr/translation.json b/src/i18n/locales/mr/translation.json index 3e7664f0dd..a949986d0a 100644 --- a/src/i18n/locales/mr/translation.json +++ b/src/i18n/locales/mr/translation.json @@ -90,20 +90,6 @@ "placeholder": "गुप्त स्टॅक सॅट्स वाक्यांश" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "Connect to BlueWallet", - "description": "ब्लूवॉलेटमध्ये, आपण कनेक्ट करू इच्छित वॉलेट निवडा, ते उघडा, \"...\"वर क्लिक करा, QR कोड प्रदर्शित करण्यासाठी एक्सपोर्ट / बॅकअपवर क्लिक करा आणि आपल्या वेबकॅमसह ते स्कॅन करा." - }, - "uri": { - "label": "BlueWallet Export URI" - }, - "errors": { - "invalid_uri": "अवैध BlueWallet URI", - "connection_failed": "कनेक्शन निकामी झाले. तुमची ब्लूवॉलेट URI योग्य आहे का?" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/nl/translation.json b/src/i18n/locales/nl/translation.json index 0cc1f97a06..70e3f242c9 100644 --- a/src/i18n/locales/nl/translation.json +++ b/src/i18n/locales/nl/translation.json @@ -49,20 +49,6 @@ "connection_failed": "Connectie gefaald. Zijn je LND credentials correct?" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "Verbind met BlueWallet", - "description": "Kies in BlueWallet de Lightning wallet waarmee je wilt verbinden, open deze, klik op \"...\", klik op Exporteren/Back-up om de QR-code weer te geven en scan deze." - }, - "uri": { - "label": "BlueWallet Export URI" - }, - "errors": { - "invalid_uri": "BlueWallet URI invalide", - "connection_failed": "Connectie gefaald. Is je BlueWallet URI correct?" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/pl/translation.json b/src/i18n/locales/pl/translation.json index 0a10719080..fc621c71c9 100644 --- a/src/i18n/locales/pl/translation.json +++ b/src/i18n/locales/pl/translation.json @@ -96,20 +96,6 @@ "placeholder": "tajna fraza stosu satsów" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "Podłącz do BlueWallet", - "description": "W BlueWallet wybierz portfel do którego chcesz się podłączyć, otwócz go, kliknij na \"...\", kliknij na Eksport/Kopia zapasowa, aby wyświetlić kod QR i zeskanuj go kamerką." - }, - "uri": { - "label": "Adres URI eksportu z BlueWallet" - }, - "errors": { - "invalid_uri": "Niepoprawny adres URI BlueWallet", - "connection_failed": "Połączenie się nie powiodło. Czy Twój adres URI BlueWallet jest poprawny?" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/pt_BR/translation.json b/src/i18n/locales/pt_BR/translation.json index e7b1752309..a468a927b7 100644 --- a/src/i18n/locales/pt_BR/translation.json +++ b/src/i18n/locales/pt_BR/translation.json @@ -189,20 +189,6 @@ "missing_token": "JWT ausente, não foi possível fazer login." } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "Conecte-se na BlueWallet", - "description": "Na BlueWallet, escolha a carteira que você deseja conectar, abra ela, clique em \"...\", clique em Exportar/Backup para exibir o código QR e leia o código com sua webcam." - }, - "uri": { - "label": "Exportar URI BlueWallet" - }, - "errors": { - "invalid_uri": "URI BlueWallet inválida", - "connection_failed": "Falha na conexão. A URI BlueWallet está correta?" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/ro/translation.json b/src/i18n/locales/ro/translation.json index 7270d75373..5767f8ce14 100644 --- a/src/i18n/locales/ro/translation.json +++ b/src/i18n/locales/ro/translation.json @@ -90,20 +90,6 @@ "placeholder": "fraza ta secreta pentru acumulare de sats" } }, - "lndhub_bluewallet": { - "title": "BlueWallet", - "page": { - "title": "Conecteaza-te la BlueWallet", - "description": "In BlueWallet, alegere portofelul pe care vrei sa il conectezi, deschide-l, apasa pe \"...\", apoi pe Export/Backup pentru a afisa codul QR si scaneaza-l cu camera ta." - }, - "uri": { - "label": "BlueWallet Export URI" - }, - "errors": { - "invalid_uri": "BlueWallet URI invalid", - "connection_failed": "Conexiune esuata. BlueWallet URI este corect?" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/sl/translation.json b/src/i18n/locales/sl/translation.json index 040d2fc200..9ca478b133 100644 --- a/src/i18n/locales/sl/translation.json +++ b/src/i18n/locales/sl/translation.json @@ -181,20 +181,6 @@ "placeholder": "skrivna fraza za stack sats" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "Poveži z BlueWallet", - "description": "V BlueWallet izberi denarnico, ki jo želiš povezati, jo odpri, klikni na \"...\", klikni na Izvozi/Varnostno kopiraj za prikaz QR kode, ki jo skeniraš s svojo kamero." - }, - "errors": { - "invalid_uri": "Nepravilen BlueWallet URI", - "connection_failed": "Povezava ni bila uspešna. Je tvoj BlueWallet URI pravilen?" - }, - "uri": { - "label": "BlueWallet izvozni URI" - } - }, "lnbits": { "page": { "title": "Poveži z <0>LNbits</0>", diff --git a/src/i18n/locales/sv/translation.json b/src/i18n/locales/sv/translation.json index 47e7b5ef2f..492877d787 100644 --- a/src/i18n/locales/sv/translation.json +++ b/src/i18n/locales/sv/translation.json @@ -55,20 +55,6 @@ "connection_failed": "Koppling misslyckades. Är dina LND-uppgifter korrekta?" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "Anslut Bluewallet", - "description": "I Bluwallet, välj den plånbok du vill koppla till, öppna den och klicka på \"...\", därefter Export/Backup för att visa QR-koden och scanna den med webb-kameran." - }, - "uri": { - "label": "BlueWallet Export URI" - }, - "errors": { - "invalid_uri": "Ogiltig BlueWallet URI", - "connection_failed": "Anslutningen misslyckades. Är din BlueWallet URI korrekt?" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/th/translation.json b/src/i18n/locales/th/translation.json index ca58d2b2df..f624543192 100644 --- a/src/i18n/locales/th/translation.json +++ b/src/i18n/locales/th/translation.json @@ -483,20 +483,6 @@ "description": "1. เปิด Lightning Terminal และเลือก <0> เชื่อมต่อ Lightning Node </0> จากแถบด้านข้าง </1> 2. คลิก <0> สร้างเซสชันใหม่ </0><1/> 3. ตั้งชื่อเซสชัน เลือกสิทธิ์ที่ต้องการและกดยืนยัน <1/>4. <0> คัดลอก pairing phrase </0> และวางมันข้างล่าง" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "เชื่อมต่อกับ BlueWallet", - "description": "ใน BlueWallet เลือกกระเป๋าที่คุณต้องการเชื่อมต่อ, เปิดมันขึ้น , คลิกที่ “…” , คลิกที่ ส่งออก/สำรองข้แมูล จากนั้นแสกน QR code ด้วย webcam ของคุณ" - }, - "errors": { - "invalid_uri": "BlueWallet URI ไม่ถูกต้อง", - "connection_failed": "เกิดข้อผิดพลาดในการเชื่อมต่อ โปรดตรวจสอบ BlueWallet URI ของคุณถูกต้องหรือไม่ ?" - }, - "uri": { - "label": "ส่งออก URI จาก BlueWallet" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/tl/translation.json b/src/i18n/locales/tl/translation.json index 68a345d9a4..e48f6e37cc 100644 --- a/src/i18n/locales/tl/translation.json +++ b/src/i18n/locales/tl/translation.json @@ -48,20 +48,6 @@ "connection_failed": "" } }, - "lndhub_bluewallet": { - "title": "", - "page": { - "title": "", - "description": "" - }, - "uri": { - "label": "" - }, - "errors": { - "invalid_uri": "", - "connection_failed": "" - } - }, "lndhub_go": { "title": "", "page": { diff --git a/src/i18n/locales/uk/translation.json b/src/i18n/locales/uk/translation.json index 8e6f35b8d6..19090e9100 100644 --- a/src/i18n/locales/uk/translation.json +++ b/src/i18n/locales/uk/translation.json @@ -90,20 +90,6 @@ "placeholder": "" } }, - "lndhub_bluewallet": { - "title": "", - "page": { - "title": "", - "description": "" - }, - "uri": { - "label": "" - }, - "errors": { - "invalid_uri": "", - "connection_failed": "" - } - }, "lndhub_go": { "title": "", "page": { diff --git a/src/i18n/locales/zh_Hans/translation.json b/src/i18n/locales/zh_Hans/translation.json index 5b6592ff19..cfffe283c5 100644 --- a/src/i18n/locales/zh_Hans/translation.json +++ b/src/i18n/locales/zh_Hans/translation.json @@ -183,20 +183,6 @@ }, "title": "RaspiBlitz" }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "连接BlueWallet", - "description": "在BlueWallet中,选择你要连接的钱包,打开它,点击\"...\",点击导出/备份,显示二维码并使用摄像头扫描。" - }, - "uri": { - "label": "BlueWallet导出URI" - }, - "errors": { - "invalid_uri": "BlueWallet URI无效", - "connection_failed": "连接失败。你的BlueWallet URI是否正确?" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/src/i18n/locales/zh_Hant/translation.json b/src/i18n/locales/zh_Hant/translation.json index 295eff9cbc..cf8ccaa306 100644 --- a/src/i18n/locales/zh_Hant/translation.json +++ b/src/i18n/locales/zh_Hant/translation.json @@ -97,20 +97,6 @@ "placeholder": "secret stack sats phrase" } }, - "lndhub_bluewallet": { - "title": "Bluewallet", - "page": { - "title": "連接 BlueWallet", - "description": "在BlueWallet中,選擇要連接的錢包,打開它,點擊“...”,點擊導出/備份以顯示二維碼並使用攝像頭掃描。" - }, - "uri": { - "label": "BlueWallet 導出 URI" - }, - "errors": { - "invalid_uri": "BlueWallet URI無效", - "connection_failed": "連接失敗。你的 BlueWallet URI 是否正確?" - } - }, "lndhub_go": { "title": "LNDHub", "page": { diff --git a/static/assets/icons/lndhub_bluewallet.png b/static/assets/icons/lndhub_bluewallet.png deleted file mode 100644 index 3599f06b3beb3dd45205c866e85527fbae15ef9b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5020 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