Skip to content

Commit b881b3d

Browse files
Merge pull request #3308 from getAlby/account--
feat: account-->wallet
2 parents 990f889 + 5cd1c99 commit b881b3d

30 files changed

+263
-617
lines changed

src/app/screens/ConfirmAddAccount/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe("ConfirmAddAccount", () => {
4848

4949
expect(
5050
await screen.findByText(
51-
"This website wants to add an account (Citadel (over Tor)):"
51+
"This website wants to add a wallet (Citadel (over Tor)):"
5252
)
5353
).toBeInTheDocument();
5454
expect(await screen.findByText("Your Citadel wallet")).toBeInTheDocument();

src/i18n/locales/cs/translation.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@
1616
},
1717
"test_connection": {
1818
"ready": "Skvěle, vše je připraveno!",
19-
"initializing": "Inicializace vašeho účtu. Prosím čekejte, chvíli to zabere...",
2019
"connection_error": "Chyba spojení",
2120
"review_connection_details": "Prosím překontrolujte nastavení vašeho spojení.",
2221
"connection_taking_long": "Připojování zabralo více, než bylo očekáváno... Zadali jste údaje o připojení správně? Je váš uzel dostupný?",
2322
"contact_support": "Pokud potřebujete pomoct, prosím kontaktujte support@getalby.com",
24-
"actions": {
25-
"delete_edit_account": "Smažte nevalidní účet a změny proveďte znovu"
26-
}
23+
"actions": {}
2724
},
2825
"pin_extension": {
2926
"title": "Připnout rozšíření Alby",
@@ -259,15 +256,13 @@
259256
"export": "Export"
260257
},
261258
"export": {
262-
"screen_reader": "Exportovat detaily účtu",
263259
"export_uri": "LNDHub pověřovací URI",
264260
"waiting": "čekání na data z LndHub...",
265261
"your_ln_address": "Vaše Lightning adresa:",
266262
"scan_qr": "Importujte tuto peněženku do Zeus nebo BlueWallet naskenováním QR kódu."
267263
},
268264
"name": {
269-
"title": "Jméno",
270-
"placeholder": "Jméno účtu"
265+
"title": "Jméno"
271266
},
272267
"mnemonic": {
273268
"generate": {
@@ -614,7 +609,6 @@
614609
"payment_failed": "Platba se nezdařila"
615610
},
616611
"confirm_password": "Potvrďte heslo",
617-
"accounts": "Účty",
618612
"discover": "Objevovat"
619613
},
620614
"components": {

src/i18n/locales/da/translation.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@
1616
},
1717
"test_connection": {
1818
"ready": "Super, så er du klar!",
19-
"initializing": "Forbereder din konto. Vent venligst, dette tager et øjeblik...",
2019
"connection_error": "Fejl på forbindelse",
2120
"review_connection_details": "Kontroller dine forbindelsesoplysninger.",
2221
"connection_taking_long": "Etablering af forbindelse går lidt langsomt...Er dine oplysninger korrekte? Er der kontakt til din node?",
2322
"contact_support": "Kontakt support@getalby.com hvis du behøver hjælp",
24-
"actions": {
25-
"delete_edit_account": "Slet ugyldig konto og rediger igen"
26-
}
23+
"actions": {}
2724
}
2825
},
2926
"choose_path": {
@@ -232,11 +229,9 @@
232229
"accounts": {
233230
"account_view": {
234231
"name": {
235-
"title": "Navn",
236-
"placeholder": "Kontonavn"
232+
"title": "Navn"
237233
},
238234
"export": {
239-
"screen_reader": "Eksporter kontooplysninger",
240235
"waiting": "venter på LndHub-data...",
241236
"your_ln_address": "Din lightningadresse:",
242237
"export_uri": "URI til LNDHub-adgangsoplysninger",
@@ -505,7 +500,6 @@
505500
"confirm_password": "Bekræft adgangskode",
506501
"success": "Succes",
507502
"error": "Fejl",
508-
"accounts": "Konti",
509503
"discover": "Opdag",
510504
"connected_sites": "",
511505
"sats_one": "sat",

src/i18n/locales/de/translation.json

Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@
1919
},
2020
"test_connection": {
2121
"review_connection_details": "Bitte überprüfe deine Verbindungsdaten.",
22-
"actions": {
23-
"delete_edit_account": "Ungültiges Konto löschen und erneut bearbeiten"
24-
},
22+
"actions": {},
2523
"ready": "Großartig, du kannst jetzt loslegen!",
26-
"initializing": "Dein Konto wird initialisiert. Bitte warte, dies kann eine Minute dauern...",
2724
"connection_error": "Verbindungsfehler",
2825
"connection_taking_long": "Der Verbindungsversuch dauert länger als erwartet... Sind deine Angaben korrekt? Ist deine Node erreichbar?",
2926
"contact_support": "Wenn du Hilfe benötigst, wende dich bitte an support@getalby.com"
@@ -420,19 +417,16 @@
420417
"is_blocked_hint": "Alby ist derzeit auf dem {{host}} deaktiviert",
421418
"block_removed": "{{host}} aktiviert. Bitte lade die Webseite neu.",
422419
"see_all": "Alle sehen",
423-
"no_transactions": "Noch keine Transaktionen für dieses Konto.",
424420
"actions": {
425421
"get_started": {
426422
"title": "Erste Schritte mit Alby Extension",
427423
"description": "Neu bei Alby Extension? Sehe dir unsere Anleitungen, Videos und Erklärungen an"
428424
},
429425
"receive_bitcoin": {
430-
"title": "Bitcoin erhalten",
431-
"description": "Zahle auf dein Konto ein und empfange über deine Lightning Adresse oder eine Rechnung"
426+
"title": "Bitcoin erhalten"
432427
},
433428
"setup_keys": {
434-
"title": "Master Key einrichten",
435-
"description": "Erstelle einen Master Key für Bitcoin, Nostr und Liquid oder importiere ein bestehendes Nostr-Konto."
429+
"title": "Master Key einrichten"
436430
}
437431
},
438432
"upgrade_account": "Du verwendest die alte LNDHub-Einstellung. <0>Bitte verbinde dich erneut</0> mit deinem Alby-Konto, um Zugang zu den neuesten Funktionen zu erhalten."
@@ -452,17 +446,14 @@
452446
"accounts": {
453447
"account_view": {
454448
"name": {
455-
"title": "Anzeigename",
456-
"placeholder": "Konto Anzeigename"
449+
"title": "Anzeigename"
457450
},
458451
"export": {
459-
"screen_reader": "Kontodaten exportieren",
460452
"waiting": "Warten auf LndHub Daten...",
461453
"your_ln_address": "Deine Lightning Adresse:",
462454
"export_uri": "LNDHub Anmeldeinformationen URI",
463455
"scan_qr": "Importiere diese Wallet in Zeus oder BlueWallet, indem du den QRCode scannst.",
464-
"title": "Verbindung mit Mobile Wallet",
465-
"description": "Ermöglicht es dir, dieses Konto mit mobilen Wallets wie <0>Blue Wallet</0> und <0>Zeus</0> zu verbinden und zu verwenden."
456+
"title": "Verbindung mit Mobile Wallet"
466457
},
467458
"nostr": {
468459
"title": "Nostr",
@@ -520,15 +511,6 @@
520511
},
521512
"title": "Nostr-Adresse"
522513
}
523-
},
524-
"setup": {
525-
"title": "Einrichten der Nostr-Schlüssel",
526-
"description": "Wähle, ob du ein neues Nostr-Konto (ein Paar privater und öffentlicher Schlüssel) erstellen oder ein bestehendes importieren möchtest.",
527-
"new": {
528-
"description": "Generiere einen Hauptschlüssel mit einem Paar neuer Nostr-Schlüssel.",
529-
"label": "Ein neues Nostr-Konto erstellen"
530-
},
531-
"description2": "Jedes Nostr-Konto, das in Alby erstellt wird, wird mit einer <0>Wiederherstellungsphrase</0> geliefert - eine Reihe von 12 Wörtern, die es dir ermöglicht, jederzeit wieder Zugang zu deinen privaten Nostr-Schlüsseln zu erhalten."
532514
}
533515
},
534516
"remove": {
@@ -566,7 +548,6 @@
566548
"description": "Verwende die Wiederherstellungsphrase, um deinen Hauptschlüssel in Alby zu importieren.",
567549
"button": "Hauptschlüssel importieren"
568550
},
569-
"existing_nostr_key_notice": "ℹ️ Für dieses Konto ist bereits ein privater Nostr-Schlüssel festgelegt, der nicht von diesem Hauptschlüssel abgeleitet wird. Du kannst dein Nostr-Schlüssel über deine Kontoeinstellungen verwalten.",
570551
"lnurl": {
571552
"title": "Anmeldung mit Lightning",
572553
"use_mnemonic": "Hauptschlüssel für die Anmeldung bei Lightning-Anwendungen verwenden (LNURL Auth)"
@@ -587,8 +568,7 @@
587568
"description": "Gebe deine Wiederherstellungsphrase ein, um den Hauptschlüssel in diese Wallet zu importieren"
588569
},
589570
"import_nostr": {
590-
"title": "Nostr Schlüssel importieren",
591-
"description": "Hast du bereits eine Nostr-Identität? Importiere es, um es mit diesem Konto zu verwenden"
571+
"title": "Nostr Schlüssel importieren"
592572
}
593573
},
594574
"inputs": {
@@ -1275,7 +1255,6 @@
12751255
"message": "Nachricht",
12761256
"response": "Antwort",
12771257
"success_message": "{{amount}}{{fiatAmount}} sind auf dem Weg zum {{destination}}",
1278-
"accounts": "Konten",
12791258
"range": {
12801259
"between": "zwischen {{min}} und {{max}}",
12811260
"lessThanOrEqual": "≤ {{max}}",

src/i18n/locales/el/translation.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@
1515
}
1616
},
1717
"test_connection": {
18-
"initializing": "Αρχικοποίηση του λογαριασμού σας. Παρακαλώ περιμένετε, αυτό μπορεί να πάρει ένα λεπτό...",
1918
"review_connection_details": "Παρακαλώ εξετάστε τις λεπτομέρειες σύνδεσης σας.",
2019
"contact_support": "Αν το χρειάζεστε παρακαλώ επικοινωνήστε με το support@getalby.com",
21-
"actions": {
22-
"delete_edit_account": "Διαγράψτε τον μη έγκυρο λογαριασμό και εισάγετε ξανά τα στοιχεία"
23-
},
20+
"actions": {},
2421
"ready": "Φανταστικά, μπορείτε να ξεκινήσετε!",
2522
"connection_error": "Σφάλμα σύνδεσης",
2623
"connection_taking_long": "Η προσπάθεια σύνδεσης πήρε περισσότερο από το αναμενόμενο... Είναι τα στοιχεία σας σωστά; Υπάρχει πρόσβαση στον κόμβο σας;"
@@ -169,11 +166,6 @@
169166
"title": "Ρυθμίσεις Nostr"
170167
},
171168
"title": "Nostr",
172-
"setup": {
173-
"new": {
174-
"label": "Δημιουργία νέου λογαριασμού Nostr"
175-
}
176-
},
177169
"public_key": {
178170
"label": "Δημόσιο κλειδί Nostr"
179171
},
@@ -190,8 +182,7 @@
190182
}
191183
},
192184
"export": {
193-
"your_ln_address": "Η Lightning διεύθυνση σας:",
194-
"screen_reader": "Εξαγωγή λεπτομερειών λογαριασμού"
185+
"your_ln_address": "Η Lightning διεύθυνση σας:"
195186
},
196187
"actions": {
197188
"export": "Εξαγωγή"
@@ -353,7 +344,6 @@
353344
"copied": "Έγινε αντιγραφή!",
354345
"discover": "Ανακάλυψε",
355346
"pasted": "Έγινε επικόλληση!",
356-
"accounts": "Λογαριασμοί",
357347
"settings": "Ρυθμίσεις",
358348
"success": "Επιτυχία",
359349
"description_full": "Πλήρης περιγραφή"

0 commit comments

Comments
 (0)