-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathsk.json
956 lines (956 loc) · 67.6 KB
/
sk.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
{
"general.send": "Poslať",
"general.torEnabled": "Tor enabled",
"general.receive": "Prijať",
"general.request": "Požiadavok",
"general.scan": "Skenovať",
"general.enableNfc": "Povoliť NFC",
"general.receiveNfc": "Prijať cez NFC",
"general.payNfc": "Zaplatiť cez NFC",
"general.confirm": "Potvrdiť",
"general.cancel": "Zrušiť",
"general.warning": "Upozornenie",
"general.error": "Chyba",
"general.danger": "Danger!",
"general.ok": "OK",
"general.show": "Zobraziť",
"general.close": "Close",
"general.hide": "Skryť",
"general.copy": "Kopírovať",
"general.goBack": "Ísť späť",
"general.lightning": "Lightning",
"general.onchain": "On-chain",
"general.activity": "Pohyby",
"general.transaction": "Transakcia",
"general.confirmed": "Confirmed",
"general.unconfirmed": "Nepotvrdené",
"general.sent": "Odoslané",
"general.received": "Received",
"general.date": "Dátum",
"general.routing": "Routing",
"general.coins": "Mince",
"general.address": "Adresa",
"general.utxo": "UTXO",
"general.outpoint": "Outpoint",
"general.add": "Add",
"general.frozen": "Frozen",
"general.optional": "Optional",
"general.sats": "sats",
"general.blocks": "bloky",
"general.search": "Search",
"general.help": "Nápoveda",
"general.about": "O projekte",
"general.unified": "Unified",
"general.percentage": "percentage",
"general.paste": "Paste from clipboard",
"general.order": "Objednávka",
"general.orders": "Objednávky",
"general.pos": "Point of Sale",
"general.admin": "Admin",
"general.pay": "Zaplatiť",
"general.open": "Open",
"general.settled": "Settled",
"general.loading": "Loading",
"general.conversionRate": "Conversion rate",
"general.bitcoin": "Bitcoin",
"general.fiat": "Fiat",
"general.true": "Pravda",
"general.false": "Nepravda",
"general.force": "Force",
"general.proceed": "Proceed",
"general.fiatFetchError": "Error fetching exchange rates",
"general.iUnderstand": "I understand",
"general.network": "Network",
"general.tapToLearnMore": "Tap to learn more.",
"general.lsp": "Lightning Service Provider (LSP)",
"general.success": "Success",
"general.on": "On",
"general.off": "Off",
"general.learnMore": "Learn more",
"general.advancedSettings": "Advanced settings",
"general.note": "Note",
"general.peer": "Peer",
"general.peers": "Peers",
"general.selected": "Selected",
"general.noneSelected": "None selected",
"general.zeusDefaults": "Using Zeus defaults",
"general.restartZeusChanges": "Restart Zeus for changes to take effect",
"general.lightningAddress": "Lightning address",
"general.lightningAddressCondensed": "LN Address",
"general.good": "Good",
"general.bad": "Bad",
"general.valid": "Valid",
"general.invalid": "Invalid",
"general.createdAt": "Created at",
"general.id": "ID",
"general.hash": "Hash",
"general.kind": "Kind",
"general.content": "Content",
"general.lightningInvoice": "Lightning invoice",
"general.or": "or",
"views.Settings.Support.title": "Support ZEUS",
"views.Settings.Support.titleAlt": "Merch and Support",
"views.Settings.SocialMedia.title": "Social media",
"views.Settings.SocialMedia.twitter": "X / Twitter",
"views.Settings.Support.store": "ZEUS merch store",
"nostr.nostr": "Nostr",
"nostr.keys": "Nostr keys",
"nostr.pubkey": "Nostr pubkey",
"nostr.privkey": "Nostr private key",
"nostr.npub": "npub",
"nostr.nsec": "nsec",
"nostr.loadProfileExternal": "Load profile in Nostr client",
"nostr.loadEventExternal": "Load event in Nostr client",
"components.CollapsedQr.show": "Zobraziť QR",
"components.CollapsedQr.hide": "Skryť QR",
"components.CollapsedQr.startNfc": "Start NFC broadcast",
"components.CollapsedQr.stopNfc": "Stop NFC broadcast",
"components.CopyButton.copied": "Skopírované!",
"components.CopyButton.copy": "Skopírovať",
"components.FeeBreakdown.nowClosed": "Now closed",
"components.HopPicker.defaultTitle": "Channel to use",
"components.HopPicker.selectChannel": "Select channel to use",
"components.SetFeesForm.setNew": "Nastaviť nové poplatky",
"components.SetFeesForm.hide": "Skryť nastavenie nových poplatkov",
"components.SetFeesForm.setting": "Setting fees, please wait...",
"components.SetFeesForm.success": "Successfully set fees!",
"components.SetFeesForm.error": "Chyba pri nastavovaní poplatkov",
"components.SetFeesForm.baseFee": "Základné fee",
"components.SetFeesForm.feeRate": "Sadzba poplatkov ",
"components.SetFeesForm.ppm": "PPM (Parts Per Million)",
"components.SetFeesForm.ppmMilliMsat": "PPM rate in milli msat",
"components.SetFeesForm.timeLockDelta": "Timelock Delta (blocks)",
"components.SetFeesForm.minHtlc": "Min HTLC (sats)",
"components.SetFeesForm.maxHtlc": "Max HTLC (sats)",
"components.SetFeesForm.submit": "Potvrdiť nové poplatky",
"components.UTXOPicker.defaultTitle": "UTXOs to use",
"components.UTXOPicker.selectUTXOs": "Select UTXOs to use",
"components.QRCodeScanner.cameraPermissionTitle": "Permission to use camera",
"components.QRCodeScanner.cameraPermission": "We need your permission to use your camera",
"components.QRCodeScanner.noCameraAccess": "No access to camera",
"components.ExternalLinkModal.externalLink": "You're about to leave Zeus",
"components.ExternalLinkModal.proceed": "Proceed to the following URL?",
"components.ExternalLinkModal.copyLink": "Copy Link",
"components.ExternalLinkModal.copied": "Skopírované!",
"components.AndroidNfcModal.ready": "Ready to scan",
"components.AndroidNfcModal.hold": "Hold your Android phone near an NFC tag to read it",
"components.QRCodeScanner.chooseFromGallery": "Choose from gallery",
"components.QRCodeScanner.flashOn": "Flash on",
"components.QRCodeScanner.flashOff": "Flash off",
"models.Channel.unknownId": "Neznáme ID kanála",
"models.Invoice.noMemo": "Chýba memo",
"models.Invoice.seconds": "sekundy",
"models.Invoice.never": "Nikdy",
"models.Payment.forwarded": "Preposlané",
"models.Payment.fee": "Poplatok",
"views.index.accessibilityLabel.On-chain": "View on-chain options",
"views.index.accessibilityLabel.Lightning": "View lightning options",
"views.Accounts.title": "Accounts",
"views.Accounts.select": "Select payment method",
"views.Accounts.fetchTxFees": "Fetch on-chain transaction fees",
"views.EditFee.title": "Edit network fee",
"views.EditFee.titleDisplayOnly": "Transaction fees",
"views.CLightningRestQRScanner.error": "Error fetching c-lightning-REST config",
"views.LnurlPay.LnurlPay.amount": "Amount to pay",
"views.LnurlPay.LnurlPay.comment": "Komentovať",
"views.LnurlPay.LnurlPay.confirm": "Potvrdiť",
"views.LnurlPay.LnurlPay.invalidParams": "Nesprávne parametre LNURL!",
"views.LnurlPay.LnurlPay.invalidInvoice": "Faktúra je neplatná!",
"views.LnurlPay.Success.uriAlert": "Neviem ako otvoriť URI",
"views.LnurlChannel.title": "Incoming Channel",
"views.LnurlChannel.uri": "Remote Node ID",
"views.LnurlChannel.nodeid": "Local Node ID",
"views.LnurlChannel.success": "Lnurl Channel requested successfully",
"views.LnurlChannel.connect": "Connect",
"views.LnurlAuth.title": "Authentication Request",
"views.LnurlAuth.login": "Log in",
"views.LnurlAuth.loginSuccess": "Authenticated successfully",
"views.LnurlAuth.lndHubAuthMode": "LNURL-Auth Mode",
"views.Routing.received": "Fee received",
"views.Routing.RoutingHeader.timeframeEarned": "Earned during selected timeframe",
"views.Routing.RoutingHeader.dayEarned": "Dnes získané",
"views.Routing.RoutingHeader.weekEarned": "Tento týždeň získané",
"views.Routing.RoutingHeader.monthEarned": "Tento mesiac získané",
"views.Routing.RoutingHeader.totalEarned": "Celkovo získané na poplatkoch",
"views.Routing.noEvents": "No routing events for selected timeframe",
"views.Routing.RoutingEvent.title": "You received",
"views.Routing.SetFees": "Your node fees",
"views.Routing.channelFees": "Edit channel fees",
"views.Settings.AddEditNode.certificateButton": "Certifikuj inštalačné inštrukcie",
"views.Settings.AddEditNode.nodeConfig": "Konfigurácia uzlu",
"views.Settings.AddEditNode.connectionStringClipboard": "Následujúci kľúč pre pripojenie nájdený",
"views.Settings.AddEditNode.import": "Importovať",
"views.Settings.AddEditNode.importPrompt": "Chcete ho importovať?",
"views.Settings.AddEditNode.lndhubWarning": "S každou inštanciou LNDHub môže operátor sledovať vaše zostatky, transakcie, IP adresy ktorými sa pripájate alebo dokonca vám ukradnúť prostriedky. ",
"views.Settings.AddEditNode.lndhubFriend": "Ak máte priateľa, ktorému dôverujete a beží vlastný lnd uzol, zvážte poprosiť ho, či by pre vás nevytvoril LNDHub. ",
"views.Settings.AddEditNode.lndhubUnderstand": "Rozumiem, vytvor mi účet",
"views.Settings.AddEditNode.certificateWarning1": "Ak nepoužijete verifikáciou certifikátom, môžete byť zraniteľný voči man-in-the-middle útoku. Urobte tak na vlastný risk. ",
"views.Settings.AddEditNode.certificateWarning2": "Ak neverifikujete svoje pripojenie s konfiguráciou VPN alebo Tor v3 služby, silno odporúčame nainštalovať certifikát vášho uzlu na toto zariadenie. ",
"views.Settings.AddEditNode.certificateUnderstand": "I understand, save node config",
"views.Settings.AddEditNode.existingAccount": "Existujúci účet",
"views.Settings.AddEditNode.username": "Username",
"views.Settings.AddEditNode.password": "Heslo",
"views.Settings.AddEditNode.showAccountQR": "Zobraziť QR účtu",
"views.Settings.AddEditNode.hideAccountQR": "Skryť QR účtu",
"views.Settings.AddEditNode.nickname": "Nickname (optional)",
"views.Settings.AddEditNode.host": "Hostiteľ",
"views.Settings.AddEditNode.accessKey": "Access Key",
"views.Settings.AddEditNode.restPort": "REST port",
"views.Settings.AddEditNode.macaroon": "Macaroon (Hex formát)",
"views.Settings.AddEditNode.certificateVerification": "Verifikácia certifikátu",
"views.Settings.AddEditNode.createLndhub": "Vytvoriť LNDHub účet",
"views.Settings.AddEditNode.saveNode": "Uložiť konfiguráciu uzla",
"views.Settings.AddEditNode.nodeSaved": "Konfigurácia uzlu uložená",
"views.Settings.AddEditNode.setNodeActive": "Nastaviť konfiguráciu ako aktívnu",
"views.Settings.AddEditNode.nodeActive": "Uzol aktívny",
"views.Settings.AddEditNode.scanLndconnect": "Naskenovať lndconnect konfiguráciu",
"views.Settings.AddEditNode.scanLnc": "Scan LNC QR from Lightning Terminal",
"views.Settings.AddEditNode.scanCLightningRest": "Scan c-lightning-REST QR",
"views.Settings.AddEditNode.scanBtcpay": "Naskenovať BTCPay konfiguráciu",
"views.Settings.AddEditNode.scanLndhub": "Naskenovať LNDHub QR",
"views.Settings.AddEditNode.scanSpark": "Scan Spark QR",
"views.Settings.AddEditNode.deleteNode": "Vymazať konfiguráciu uzla",
"views.Settings.AddEditNode.tapToConfirm": "Tap to confirm",
"views.Settings.AddEditNode.duplicateNode": "Duplicate Node Config",
"views.Settings.AddEditNode.nodeInterface": "Node interface",
"views.Settings.AddEditNode.useTor": "Use Tor",
"views.Settings.AddEditNode.pairingPhrase": "Pairing Phrase",
"views.Settings.AddEditNode.mailboxServer": "Mailbox Server",
"views.Settings.AddEditNode.customMailboxServer": "Custom Mailbox Server",
"views.Settings.AddEditNode.localKey": "Local key",
"views.Settings.AddEditNode.remoteKey": "Remote key",
"views.Settings.AddEditNode.recoveryCipherSeed": "Recovery Cipher Seed (aezeed)",
"views.Settings.AddEditNode.disasterRecoveryBase64": "Disaster recovery data (SCB, Base64)",
"views.Settings.CertInstallInstructions.title": "Inštrukcie inštálacie certifikátu ",
"views.Settings.CertInstallInstructions.graph1": "To install a certificate on Android, copy the certificate file to your device. Then go to Settings > Security > Install from storage. It should detect the certificate and let you add install it to the device. The certificate should have the extension .crt",
"views.Settings.CertInstallInstructions.graph2": "To install a certificate on iOS, transfer the file to your device. Once you select the file on your device you will be prompted to install it as a profile. You must enable your certificate in General > About > Certificate trust settings. The certificate should have the extension .crt",
"views.Settings.CertInstallInstructions.graph3": "Alternatívne, môžete si zabezpečiť profil s certifikátom pre váš telefón v XCode.",
"views.Settings.CertInstallInstructions.graph4": "Certifikát môžete nájsť hocikedy v Nastavenia > Všeobecné > Profily a odstrániť, ak je to potrebné. ",
"views.Settings.CertInstallInstructions.graph5": "Ak pripájate svoj uzol s externým hostname alebo cez Tor, musíte pridať hostname do certifikátu. lnd poskytuje možnosť urobiť to s TLSExtraDomain v konfigurácii. Musíte vymazať a znova vygenerovať certifikát po zmene.",
"views.Settings.Nodes.title": "Nodes",
"views.Settings.Nodes.noNodes": "Žiadne uzly",
"views.Settings.security": "Security",
"views.Settings.Security.title": "Security settings",
"views.Settings.Security.deletePIN": "Delete PIN",
"views.Settings.Security.deleteDuressPIN": "Delete Duress PIN",
"views.Settings.Security.scramblePIN": "Scramble PIN numbers",
"views.Settings.Security.loginBackground": "Require login after app returns from background",
"views.SparkQRScanner.text": "Scan a Spark QR code",
"views.SparkQRScanner.error": "Error fetching Spark config",
"views.ImportAccount.title": "Import account",
"views.ImportAccount.name": "Account Name",
"views.ImportAccount.extendedPubKey": "Extended Public Key (Xpub)",
"views.ImportAccount.masterKeyFingerprint": "Master Key Fingerprint",
"views.ImportAccount.addressType": "Address Type",
"views.ImportAccount.importAccount": "Import Account",
"views.Wallet.Channels.open": "Otvoriť kanál",
"views.Wallet.Channels.inactive": "NEAKTÍVNE",
"views.Wallet.Channels.private": "Súkromné",
"views.Wallet.Channels.unannounced": "Unannounced",
"views.Wallet.Channels.announced": "Announced",
"views.Wallet.Channels.filters": "Filters",
"views.OpenChannel.announceChannel": "Announce channel",
"views.OpenChannel.scidAlias": "Attempt to use SCID alias",
"views.OpenChannel.simpleTaprootChannel": "Simple Taproot Channel",
"views.OpenChannel.openChannelToOlympus": "Open channel to Olympus",
"views.OpenChannel.peerToOlympus": "Peer to Olympus",
"views.OpenChannel.fundMax": "Use all possible funds",
"views.Wallet.BalancePane.sync.title": "Finishing sync",
"views.Wallet.BalancePane.sync.text": "Hang on tight! You will be ready to use Zeus soon.",
"views.Wallet.BalancePane.backup.title": "Back up your funds",
"views.Wallet.BalancePane.backup.text": "Create a backup to never lose access to your bitcoin.",
"views.Wallet.BalancePane.backup.action": "Start backup ->",
"views.Wallet.Channels.local": "Lokálne",
"views.Wallet.Channels.remote": "Vzdialené",
"views.Wallet.Channels.noChannels": "Žiadne kanály",
"views.Wallet.Invoices.paid": "Zaplatené",
"views.Wallet.Invoices.unpaid": "Nezaplatené",
"views.Wallet.Invoices.noInvoices": "Žiadne faktúry",
"views.Wallet.MainPane.testnet": "Testnet",
"views.Wallet.MainPane.regnet": "Regtest",
"views.Wallet.MainPane.error": "Chyba pri pripájaní k vášmu zlu. Prosím, skontrolujte nastavenia a skúste znovu.",
"views.Wallet.MainPane.goToSettings": "Do nastavení",
"views.Wallet.Payments.noPayments": "Žiadne platby",
"views.Wallet.Transactions.awaitingConf": "Čakanie na potvrdenie",
"views.Wallet.Transactions.noTransactions": "Žiadne transakcie",
"views.Wallet.Wallet.error": "Nastala chyba",
"views.Wallet.Wallet.payments": "Platby",
"views.Wallet.Wallet.invoices": "Faktúry",
"views.Wallet.Wallet.onchain": "On-chain",
"views.Wallet.Wallet.channels": "Kanály",
"views.Wallet.Wallet.pendingChannels": "Pending Channels",
"views.Wallet.Wallet.closedChannels": "Closed Channels",
"views.Wallet.Wallet.startingUp": "Zeus is starting up.",
"views.Wallet.Wallet.connecting": "Zeus is connecting to your node.",
"views.Wallet.Wallet.startingNode": "Zeus is starting your node.",
"views.Wallet.Wallet.expressGraphSync": "Zeus is running express graph sync. Hang tight.",
"views.Wallet.restart": "Restart",
"views.Wallet.KeypadPane.lspExplainerFirstChannel": "Your first lightning receive must be 50,000 sats or more. A setup fee will be deducted from this amount.",
"views.Wallet.KeypadPane.lspExplainer": "You will be charged a setup fee if paid over lightning.",
"views.Wallet.KeypadPane.lspExplainerBelowMin": "Your next lightning receive must be 50,000 sats or more. A setup fee will be deducted from this amount.",
"view.Wallet.PosPane.orderNumber": "Order number",
"views.BTCPayConfigQRScanner.text": "Naskenovanie BTCPay konfigurácie zo Settings > Services > LND Rest",
"views.BTCPayConfigQRScanner.error": "Chyba získavanie BTCPay konfigurácie",
"views.Channel.channelFees": "Channel Fees",
"views.Channel.localFeeRate": "Local Fee Rate",
"views.Channel.localBaseFee": "Local Base Fee",
"views.Channel.remoteFeeRate": "Remote Fee Rate",
"views.Channel.remoteBaseFee": "Remote Base Fee",
"views.Channel.feeRate": "Sadzba poplatkov ",
"views.Channel.channelPayments": "Channel Payments",
"views.Channel.localMin": "Local Min",
"views.Channel.remoteMin": "Remote Min",
"views.Channel.localMax": "Local Max",
"views.Channel.remoteMax": "Remote Max",
"views.Channel.localTimeLock": "Local Timelock",
"views.Channel.remoteTimeLock": "Remote Timelock",
"views.Channel.channelActivity": "Channel Activity",
"views.Channel.channelBalance": "Channel balance",
"views.Channel.outbound": "Outbound",
"views.Channel.outboundCapacity": "Outbound Capacity",
"views.Channel.inbound": "Inbound",
"views.Channel.inboundCapacity": "Inbound Capacity",
"views.Channel.unsettled": "Unsettled",
"views.Channel.peerStatus": "Peer status",
"views.Channel.yourNode": "You",
"views.Channel.minHTLC": "Min HTLC",
"views.Channel.maxHTLC": "Max HTLC",
"views.Channel.timeLockDelta": "Timelock Delta",
"views.Channel.lastLocalUpdate": "Last Local Update",
"views.Channel.lastRemoteUpdate": "Last Remote Update",
"views.Channel.title": "Kanál",
"views.Channel.localBalance": "Lokálny zostatok",
"views.Channel.remoteBalance": "Vzdialený zostatok",
"views.Channel.unsettledBalance": "Nepripísaný zostatok",
"views.Channel.localReserve": "Local reserve",
"views.Channel.remoteReserve": "Remote reserve",
"views.Channel.channelFunding": "Channel funding",
"views.Channel.fundingTransaction": "Funding transaction",
"views.Channel.fundedBy": "Funded by",
"views.Channel.unannounced": "Unannounced",
"views.Channel.status": "Stav",
"views.Channel.active": "Aktívny",
"views.Channel.inactive": "Neaktívny",
"views.Channel.private": "Privátny",
"views.Channel.totalReceived": "Celkom prijaté",
"views.Channel.totalSent": "Celkom odoslané",
"views.Channel.capacity": "Kapacita",
"views.Channel.commitWeight": "Váha záväzku",
"views.Channel.commitFee": "Poplatok záväzku",
"views.Channel.csvDelay": "Oneskorenie CSV",
"views.Channel.feePerKw": "Poplatok za kilo-weight",
"views.Channel.keysend": "Keysend",
"views.Channel.cancelClose": "Zrušiť zatváranie kanála ",
"views.Channel.close": "Zatvorenie kanála",
"views.Channel.closingRate": "(Optional) Sat per vbyte closing fee",
"views.Channel.forceClose": "Zatvoriť násilne",
"views.Channel.confirmClose": "Potvrdiť zatvorenie kanála",
"views.Channel.aliasScid": "Alias SCID",
"views.Channel.aliasScids": "Alias SCIDs",
"views.Channel.closeHeight": "Close height",
"views.Channel.closeType": "Close type",
"views.Channel.openInitiator": "Open initiator",
"views.Channel.closeInitiator": "Close initiator",
"views.Channel.closingTxHash": "Closing TX hash",
"views.Channel.closingTxId": "Closing TXID",
"views.Channel.channelPoint": "Channel point",
"views.Channel.chainHash": "Chain hash",
"views.Channel.settledBalance": "Settled balance",
"views.Channel.timeLockedBalance": "Time locked balance",
"views.Channel.closed": "Closed",
"views.Channel.pendingClose": "Pending close",
"views.Channel.pendingOpen": "Pending open",
"views.Channel.SortButton.largestFirst": "largest first",
"views.Channel.SortButton.smallestFirst": "smallest first",
"views.Channel.SortButton.ascending": "ascending",
"views.Channel.SortButton.descending": "descending",
"views.Channel.channelId": "Channel ID",
"views.Channel.displayName": "Display name",
"views.Channel.Total.outbound": "Total outbound",
"views.Channel.Total.inbound": "Total inbound",
"views.Channel.Total.offline": "Total offline",
"views.Channel.zeroConf": "Zero conf",
"views.Channel.commitmentType": "Commitment Type",
"views.UTXOs.CoinControl.noUTXOs": "No UTXOs available",
"views.EditFee.mainText": "Edit network fee",
"views.EditFee.fastestFee": "Fastest fee",
"views.EditFee.halfHourFee": "Half hour fee",
"views.EditFee.hourFee": "Hour fee",
"views.EditFee.minimumFee": "Minimum fee",
"views.EditFee.custom": "Custom",
"views.EditFee.confirmFee": "Confirm Fee",
"views.EditFee.error": "Error fetching fee rates",
"views.Invoice.title": "Faktúra",
"views.Invoice.paid": "Zaplatené",
"views.Invoice.unpaid": "Nezaplatené",
"views.Invoice.memo": "Poznámka",
"views.Invoice.receipt": "Potvrdenka",
"views.Invoice.settleDate": "Dátum pripísania",
"views.Invoice.creationDate": "Dátum vytvorenia",
"views.Invoice.expiration": "Expirácia ",
"views.Invoice.private": "Súkromné",
"views.Invoice.fallbackAddress": "Záložná adresa",
"views.Invoice.cltvExpiry": "CLTV expirácia",
"views.Invoice.rHash": "R hash",
"views.Invoice.rPreimage": "R Preimage",
"views.Invoice.descriptionHash": "Hash popisu",
"views.Invoice.paymentHash": "Hash platby",
"views.Invoice.paymentRequest": "Žiadosť o platbu",
"views.Invoice.copyPaymentRequest": "Skopírovať žiadosť o platbu",
"views.Invoices.keysendMessage": "Keysend message",
"views.LNDConnectConfigQRScanner.error": "Chyba pri získavaní lndconnect konfigurácie",
"views.LncQRScanner.error": "Error parsing LNC config",
"views.LNDHubQRScanner.text": "Skenovať LNDHub alebo Blue Wallet QR kód",
"views.Lockscreen.incorrect": "Nesprávne heslo",
"views.Lockscreen.passphrase": "Passphrase",
"views.Lockscreen.login": "Prihlásiť sa",
"views.Lockscreen.pin": "Enter PIN",
"views.Lockscreen.incorrectPin": "Incorrect PIN",
"views.Lockscreen.authenticationAttempts": "attempts remaining",
"views.NodeInfo.feeReport": "Fee Report",
"views.NodeInfo.forwarding": "Forwarding",
"views.NodeInfo.copyUri": "Kopírovať URI",
"views.NodeInfo.alias": "Alias",
"views.NodeInfo.pubkey": "Pubkey",
"views.NodeInfo.implementationVersion": "Verzia implementácie",
"views.NodeInfo.zeusVersion": "Verzia Zeusu",
"views.NodeInfo.synced": "Synchronizované s chainom",
"views.NodeInfo.syncedToGraph": "Synced to Graph",
"views.NodeInfo.blockHeight": "Výška bloku",
"views.NodeInfo.blockHash": "Hash bloku",
"views.NodeInfo.uris": "URI linky",
"views.NodeInfo.noUris": "Žiadne URI nie sú dostupné",
"views.NodeInfo.title": "Informácie o uzle",
"views.NodeInfo.ForwardingHistory.timestamp": "Časová pečiatka",
"views.NodeInfo.ForwardingHistory.srcChannelId": "Source Channel ID",
"views.NodeInfo.ForwardingHistory.dstChannelId": "Destination Channel ID",
"views.NodeInfo.ForwardingHistory.amtIn": "Amount In",
"views.NodeInfo.ForwardingHistory.amtOut": "Amount Out",
"views.NodeInfo.ForwardingHistory.fee": "Poplatok",
"views.NodeInfo.ForwardingHistory.error": "Error fetching forwarding history",
"views.NetworkInfo.title": "Network Info",
"views.NetworkInfo.numChannels": "Number of channels",
"views.NetworkInfo.numNodes": "Number of nodes",
"views.NetworkInfo.numZombieChannels": "Number of zombie channels",
"views.NetworkInfo.graphDiameter": "Graph diameter",
"views.NetworkInfo.averageOutDegree": "Average out degree",
"views.NetworkInfo.maxOutDegree": "Max out degree",
"views.NodeQRScanner.error": "Naskenovaný QR kód nie je validný lightning uzol",
"views.Intro.whatIsZeus": "What is Zeus?",
"views.Intro.quickStart": "Quick start",
"views.Intro.advancedSetUp": "Advanced set-up",
"views.Intro.creatingWallet": "Zeus is creating your wallet.",
"views.Intro.carousel1.title": "Payments you can trust",
"views.Intro.carousel1.text": "Zeus connects to and uses your own Bitcoin and Lightning node to verify and keep your transactions private.",
"views.Intro.carousel2.title": "On-chain prevody",
"views.Intro.carousel2.text": "Make regular, on-chain bitcoin transfers with Zeus.",
"views.Intro.carousel3.title": "Lightning platby",
"views.Intro.carousel3.text": "Make (almost) instant, low fee, bitcoin payments using the lightning network.",
"views.Intro.carousel4.title": "Control the lightning",
"views.Intro.carousel4.text": "Go beyond a basic bitcoin wallet and manage your lightning channels, liquidity, and so much more.",
"views.Intro.errorCreatingWallet": "Error creating wallet. Restart the app and try again.",
"views.OpenChannel.openChannel": "Otvoriť kanál",
"views.OpenChannel.connectPeer": "Connect Peer",
"views.OpenChannel.importText": "Následujúce URI uzla nájdené",
"views.OpenChannel.importPrompt": "Chcete ho importovať?",
"views.OpenChannel.import": "Importovať",
"views.OpenChannel.peerSuccess": "Successfully connected to peer",
"views.OpenChannel.channelSuccess": "Successfully opened channel",
"views.OpenChannel.nodePubkey": "Verejný kľúč uzla",
"views.OpenChannel.host": "Hostiteľ",
"views.OpenChannel.hostPort": "Hostname:Port",
"views.OpenChannel.localAmt": "Local amount",
"views.OpenChannel.numConf": "Počet potvrdení ",
"views.OpenChannel.satsPerVbyte": "Satoshis per vByte",
"views.OpenChannel.private": "Súkromné",
"views.Payment.title": "Platba",
"views.Payment.inTransitPayment": "In Transit Payment",
"views.Payment.fee": "Poplatok",
"views.Payment.paymentHash": "Hash platby",
"views.Payment.paymentPreimage": "Payment Preimage",
"views.Payment.creationDate": "Dátum vytovrenia",
"views.Payment.path": "Cesta",
"views.Payment.paths": "Paths",
"views.Payment.notes": "Notes",
"views.Payment.writeNote": "Write your note here",
"views.PaymentRequest.title": "Lightning faktúra",
"views.PaymentRequest.error": "Chyba pri načítavaní faktúry",
"views.PaymentRequest.customAmt": "Custom Amount",
"views.PaymentRequest.payDefault": "Zaplatiť predvolenú čiastku",
"views.PaymentRequest.payCustom": "Zaplatiť vlastnú čiastku",
"views.PaymentRequest.feeEstimate": "Odhad poplatku",
"views.PaymentRequest.feeEstimateExceedsLimit": "The estimated fee for this payment is higher than the limit set below. Consider raising the fee limit to avoid payment failures.",
"views.PaymentRequest.successProbability": "Pravdepodobnosť úspechu",
"views.PaymentRequest.description": "Popis",
"views.PaymentRequest.timestamp": "Časová pečiatka",
"views.PaymentRequest.expiry": "Expirácia",
"views.PaymentRequest.cltvExpiry": "CLTV expirácia",
"views.PaymentRequest.destination": "Destinácia ",
"views.PaymentRequest.paymentHash": "Hash platby",
"views.PaymentRequest.mpp": "Attempt multi-path payment",
"views.PaymentRequest.amp": "Attempt atomic multi-path payment",
"views.PaymentRequest.maxParts": "Max parts",
"views.PaymentRequest.maxShardAmt": "Max shard amount",
"views.PaymentRequest.maxPartsDescription": "The maximum number of partial payments that may be used to complete the full amount.",
"views.PaymentRequest.timeout": "Timeout (seconds)",
"views.PaymentRequest.feeLimit": "Fee limit",
"views.PaymentRequest.payInvoice": "Zaplatiť túto faktúru",
"views.PaymentRequest.firstHop": "First Hop",
"views.PaymentRequest.lastHop": "Last Hop",
"views.PaymentRequest.lndGettingReady": "LND is getting ready to make payments. Please wait.",
"views.PaymentRequest.lndGettingReadyReceive": "LND is getting ready to receive payments. Please wait.",
"views.PaymentRequest.isPmtHashSigValid": "Payment hash signature",
"views.PaymentRequest.isRelaysSigValid": "Relays signature",
"views.Receive.title": "Prijať",
"views.Receive.successCreate": "Faktúra úspešne vytvorená",
"views.Receive.warningLndHub": "Please note that LNDHub has a fixed on-chain address",
"views.Receive.andSentTo": "a poslaná do",
"views.Receive.errorCreate": "Chyba pri vytváraní faktúry",
"views.Receive.copyInvoice": "Kopírovať faktúru",
"views.Receive.memo": "Poznámka",
"views.Receive.memoPlaceholder": "Pocta bohom",
"views.Receive.amount": "Čiastka",
"views.Receive.satoshis": "satoshi",
"views.Receive.expiration": "Expirácia (v sekundách)",
"views.Receive.customPreimage": "Custom preimage",
"views.Receive.createInvoice": "Vytvoriť faktúru",
"views.Receive.andSubmitTo": "a potvrdiť do",
"views.Receive.copyAddress": "Kopírovať adresu",
"views.Receive.getAddress": "Získať adresu",
"views.Receive.getNewAddress": "Získať novú adresu",
"views.Receive.ampInvoice": "AMP faktúra",
"views.Receive.routeHints": "Include route hints",
"views.Receive.youReceived": "You received",
"views.Receive.addressType": "Choose address type",
"views.Receive.p2wkhKey": "SegWit (P2WKH)",
"views.Receive.p2wkhDescription": "A more modern address type that saves on fees for incoming and outgoing payments.",
"views.Receive.np2wkhKey": "Nested SegWit (NP2WKH)",
"views.Receive.np2wkhDescription": "Use only when a service labels your SegWit or Taproot address as invalid.",
"views.Receive.np2wkhDescriptionAlt": "Use only when a service labels your SegWit address as invalid.",
"views.Receive.p2trKey": "Taproot (P2TR)",
"views.Receive.p2trDescription": "The latest, most powerful, bitcoin address type. Not widely supported.",
"views.Receive.lspExplainerUnified": "LSP will take the following amount as a setup fee, if paid over lightning:",
"views.Receive.lspExplainer": "LSP will take the following amount as a setup fee:",
"views.Receive.lspExplainerRoutingUnified": "LSP will take the following amount as a fee, if paid over lightning:",
"views.Receive.lspExplainerRouting": "LSP will take the following amount as a fee:",
"views.Receive.goToLspSettings": "Go to LSP Settings",
"views.Receive.lspSwitchExplainer1": "The LSP will provide you with 0-conf channels that will allow you to send and receive payments on the Lightning network.",
"views.Receive.lspSwitchExplainer2": "The LSP will also wrap your invoices, making it easier to receive payments while protecting your privacy.",
"views.Receive.routeHintSwitchExplainer1": "Route hints provide information to find non-advertised, or unannounced, channels. This allows routing of payments to nodes that are not publicly visible on the network.",
"views.Receive.routeHintSwitchExplainer2": "It's helpful to toggle route hints on if you're using only unannounced channels, or if someone trying to pay you cannot reach you via your announced channels.",
"views.Receive.ampSwitchExplainer1": "Atomic Multi-path Payments (AMP) are a new type of Lightning payments that can be paid multiple times.",
"views.Receive.ampSwitchExplainer2": "Please note that AMP invoices are currently only compatible with LND nodes.",
"views.Receive.lspZeroAmt": "The LSP is incompatible with zero amounts. An unwrapped invoice has been generated. Your node's public key will be exposed.",
"views.Receive.createLightningAddress": "Create lightning address",
"views.Send.title": "Poslať",
"views.Send.lnPayment": "Žiadať o lightning platbu",
"views.Send.btcAddress": "Bitcoin adresa",
"views.Send.keysendAddress": "keysend adresa (ak je povolená)",
"views.Send.mustBeValid": "Musí byť správna",
"views.Send.onChainNotSupported": "On-chain posielanie nie je podporované na:",
"views.Send.amount": "Čiastka",
"views.Send.satoshis": "satoshi",
"views.Send.message": "Message",
"views.Send.feeSats": "Poplatok (satoshi za bajt)",
"views.Send.feeSatsVbyte": "Fee (satoshis per vByte)",
"views.Send.sendCoins": "Poslať peniaze",
"views.Send.sorry": "Prepáčte",
"views.Send.editNetworkFees": "Edit network fees",
"views.Send.keysendNotSupported": "nepodporuje posielanie keysend platieb v tejto chvíli. ",
"views.Send.lookup": "Vyhľadať žiadosť o platbu",
"views.Send.noOnchainBalance": "No on-chain balance available. Close a channel or receive an on-chain transaction first.",
"views.Send.noLightningBalance": "No lightning balance available. Open a channel or receive a lightning payment first.",
"views.Send.zaplockerWarning": "It currently is not recommended to pay Zaplocker invoices with nodes that aren't online 24/7. Not coming online during the period between the payment completion and the final expiration may result in a force closed channel. Open ZEUS regularly to mitigate the issue. Proceed at your own risk.",
"views.SendingLightning.sending": "Posielanie transakcie",
"views.SendingLightning.success": "Transakcia úspešne poslaná",
"views.SendingLightning.paymentHash": "Hash platby",
"views.SendingLightning.AddANote": "Add a note",
"views.SendingLightning.UpdateNote": "Update note",
"views.SendingLightning.goToWallet": "Do peňaženky",
"views.SendingLightning.lowFeeLimitMessage": "This payment may have failed due to a low fee limit. Try again with a higher fee limit",
"views.SendingLightning.tryAgain": "Try Again",
"views.SendingLightning.copyPaymentHash": "Copy Hash to Clipboard",
"views.SendingLightning.inTransit": "Payment is in transit. It may complete momentarily or it may go on to fail. Please check back later.",
"views.SendingLightning.isZaplocker": "Zaplocker payment in transit. It may complete momentarily, otherwise funds will return back to you within 24 hours. Please check back later.",
"views.SendingLightning.paymentTimedOut": "Payment timed out",
"views.SendingOnChain.broadcasting": "Vysielanie transakcie",
"views.SendingOnChain.success": "Transakcia úspešne poslaná",
"views.SendingOnChain.txid": "TXID",
"views.SendingOnChain.goToBlockExplorer": "Go to block explorer",
"views.SendingOnChain.goToWallet": "Do peňaženky",
"views.Settings.title": "Nastavenia",
"views.Settings.enabled": "Povolené",
"views.Settings.disabled": "Zakázané",
"views.Settings.newPassword": "New Password",
"views.Settings.confirmPassword": "Confirm New Password",
"views.Settings.newDuressPassword": "New Duress Password",
"views.Settings.confirmDuressPassword": "Confirm Duress Password",
"views.Settings.newPin": "Create your PIN",
"views.Settings.confirmPin": "Confirm your PIN",
"views.Settings.newDuressPin": "Create your Duress PIN",
"views.Settings.confirmDuressPin": "Confirm your Duress PIN",
"views.Settings.olympus": "Go to olympusln.com",
"views.Settings.SignMessage.title": "Sign or verify message",
"views.Settings.SignMessage.sign": "Sign",
"views.Settings.SignMessage.verify": "Verify",
"views.Settings.signMessage.button": "Sign Message",
"views.Settings.signMessage.buttonVerify": "Verify Message",
"views.Settings.SignMessage.placeHolder": "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks",
"views.Settings.SignMessage.clear": "Vymazať",
"views.Settings.SignMessage.messageToSign": "Message to sign",
"views.Settings.SignMessage.messageToVerify": "Message to verify",
"views.Settings.SignMessage.signatureToVerify": "Signature to verify",
"views.Settings.SignMessage.generatedSignature": "Generated signature",
"views.Settings.SignMessage.copyPubkey": "Copy pubkey",
"views.Settings.SignMessage.success": "Success! This is a valid signature for the inputted message. Pubkey:",
"views.Settings.SignMessage.error": "Verification failed. Please double check message and signature.",
"views.Settings.Language.title": "Jazyk",
"views.Settings.Currency.title": "Mena",
"views.Settings.Currency.enabled": "Povolené",
"views.Settings.Currency.source": "Source",
"views.Settings.Currency.selectCurrency": "Select Currency",
"views.Settings.SelectCurrency.title": "Select Currency",
"views.Settings.Theme.title": "Téma",
"views.Settings.Theme.dark": "Tmavá",
"views.Settings.Theme.light": "Svetlá",
"views.Settings.Theme.junkie": "Junkie",
"views.Settings.Theme.bpm": "BPM",
"views.Settings.Theme.orange": "Orange",
"views.Settings.Theme.blacked-out": "Blacked Out",
"views.Settings.Theme.scarlet": "Scarlet",
"views.Settings.Theme.purple": "Memberberry",
"views.Settings.Theme.blueberry": "Blueberry",
"views.Settings.Theme.deep-purple": "Deep Purple",
"views.Settings.Theme.deadpool": "Deadpool",
"views.Settings.Theme.mighty": "Mighty",
"views.Settings.Theme.green": "Green",
"views.Settings.Theme.pub": "Pub",
"views.Settings.Theme.popsicle": "Popsicle",
"views.Settings.Theme.nostrich": "Nostrich",
"views.Settings.Theme.desert": "Desert",
"views.Settings.Theme.orange-cream-soda": "Orange Cream Soda",
"views.Settings.Theme.mint": "Mint",
"views.Settings.Theme.red-metallic": "Red Metallic",
"views.Settings.Theme.watermelon": "Watermelon",
"views.Settings.Display.title": "Zobraziť",
"views.Settings.Display.defaultView": "Default view",
"views.Settings.Display.DefaultView.balance": "Balance",
"views.Settings.Display.DefaultView.keypad": "Keypad",
"views.Settings.Display.displayNickname": "Display node nickname on main views",
"views.Settings.Display.bigKeypadButtons": "Big keypad buttons",
"views.Settings.Display.showAllDecimalPlaces": "Show all decimal places",
"views.Settings.privacy": "Privacy",
"views.Settings.payments": "Platby",
"views.Settings.Privacy.title": "Privacy settings",
"views.Settings.Payments.title": "Payments settings",
"views.Settings.Payments.defaultFeeLimit": "Default Fee Limit",
"views.Settings.Payments.timeoutSeconds": "Timeout (seconds)",
"views.Settings.Payments.preferredMempoolRate": "Preferred Mempool Rate",
"views.Settings.Invoices.title": "Invoices settings",
"views.Settings.Invoices.showCustomPreimageField": "Show custom preimage field",
"views.Settings.Privacy.blockExplorer": "Default Block explorer",
"views.Settings.Privacy.BlockExplorer.custom": "Custom",
"views.Settings.Privacy.customBlockExplorer": "Custom Block explorer",
"views.Settings.Privacy.lurkerMode": "Lurker mode",
"views.Settings.Privacy.lurkerMode.explainer1": "Lurker mode hides all sensitive values by changing them to ancient Greek characters.",
"views.Settings.Privacy.lurkerMode.explainer2": "This is a great way to demo the app to someone without revealing your sensitive information.",
"views.Settings.Privacy.clipboard": "Read clipboard",
"views.Settings.Privacy.clipboard.explainer": "If enabled, Zeus will read values copied to your clipboard and prompt you if they can be used in the app.",
"views.Settings.Privacy.enableMempoolRates": "Enable Mempool.space fee suggestions",
"views.Settings.SetPassword.title": "Set / Change Password",
"views.Settings.SetPassword.save": "Uložiť",
"views.Settings.SetPassword.noMatch": "Passwords do not match",
"views.Settings.SetPassword.invalid": "Password and duress password cannot be the same",
"views.Settings.SetPassword.deletePassword": "Delete Password",
"views.Settings.SetDuressPassword.title": "Set / Change Duress Password",
"views.Settings.SetDuressPassword.deletePassword": "Delete Duress Password",
"views.Settings.SetDuressPassword.duressPasswordExplanation": "Once set, you can enter your duress password on the login screen to delete all of your node configurations.",
"views.Settings.SetPin.title": "Set / Change PIN",
"views.Settings.Security.FaceID.title": "FaceID",
"views.Settings.Security.TouchID.title": "TouchID",
"views.Settings.Security.Biometrics.title": "Biometrics",
"views.Settings.Security.Biometrics.prompt": "Odomknúť",
"views.Lockscreen.Biometrics.prompt": "Unlock Zeus",
"views.Settings.SetPin.noMatch": "PINs do not match. Please resubmit.",
"views.Settings.SetPin.invalid": "PIN and Duress PIN cannot be equal.",
"views.Settings.SetPin.createPin": "Create your PIN",
"views.Settings.SetPin.confirmPin": "Confirm your PIN",
"views.Settings.SetPin.scramblePin": "The order of numbers on the PIN Pad is randomized to prevent against attacks",
"views.Settings.SetDuressPin.title": "Set / Change Duress PIN",
"views.Settings.SetDuressPin.createDuressPin": "Create your Duress PIN",
"views.Settings.SetDuressPin.duressPinExplanation": "Once set, you can enter your duress PIN on the PIN login screen to delete all of your node configurations.",
"views.Settings.SetDuressPin.confirmDuressPin": "Confirm your Duress PIN",
"views.Settings.connectNode": "Connect a node",
"views.Settings.Help.docs": "Zeus Dokumentácia",
"views.Settings.Help.github": "GitHub Issues",
"views.Settings.Help.telegram": "Telegram (we will not DM you)",
"views.Settings.Help.email": "Email support",
"views.Settings.POS.enableSquare": "Enable Square POS integration",
"views.Settings.POS.squareAccessToken": "Square Access token",
"views.Settings.POS.squareLocationId": "Square Location ID",
"views.Settings.POS.merchantName": "Merchant name (Optional, used for invoice memos)",
"views.Settings.POS.confPref": "Confirmation preference",
"views.Settings.POS.disableTips": "Disable tips",
"views.Settings.POS.devMode": "Developer mode",
"views.Settings.POS.recon": "Reconciliation",
"views.Settings.POS.reconExport": "Reconciliation Export",
"views.Settings.Seed.title": "Back up wallet",
"views.Settings.Seed.text1": "The following 24 words are your wallet backup.",
"views.Settings.Seed.text2": "KEEP THEM SAFE as anyone who sees these words can steal your funds.",
"views.Settings.Seed.text3": "Beware of scams. Zeus support staff will never ask you for these words.",
"views.Settings.Seed.text4": "On the following screen, tap each pane to reveal the seed word.",
"views.Settings.Seed.backupComplete": "I've backed up my 24 words",
"views.Settings.Seed.dangerousText1": "Do you want to copy your 24 word seed to your clipboard?",
"views.Settings.Seed.dangerousText2": "This is DANGEROUS. Your seed may be read by other applications that you open. Proceed with caution.",
"views.Settings.Seed.dangerousButton": "Dangerously copy seed to clipboard",
"views.Settings.EmbeddedNode.title": "Embedded node",
"views.Settings.EmbeddedNode.Pathfinding.title": "Pathfinding",
"views.Settings.EmbeddedNode.Peers.addPeer": "Add peer",
"views.Settings.EmbeddedNode.Peers.peersList": "Peers list",
"views.Settings.EmbeddedNode.NeutrinoPeers.title": "Neutrino Peers",
"views.Settings.EmbeddedNode.NeutrinoPeers.subtitle": "Set the peers you would like to download block headers from and broadcast transactions through.",
"views.Settings.EmbeddedNode.NeutrinoPeers.dontAllowOtherPeers": "Connect only to the specified peers",
"views.Settings.EmbeddedNode.NeutrinoPeers.dontAllowOtherPeers.subtitle": "Only connect to the peers specified. Enabling this may slow down block sync, but may be helpful if you're having issues broadcasting transactions.",
"views.Settings.EmbeddedNode.NeutrinoPeers.allowingOtherPeers": "Allowing connections to other peers.",
"views.Settings.EmbeddedNode.NeutrinoPeers.notAllowingOtherPeers": "Not allowing connections to other peers.",
"views.Settings.EmbeddedNode.ZeroConfPeers.title": "Zero conf Peers",
"views.Settings.EmbeddedNode.ZeroConfPeers.subtitle": "Set the peers you would like to accept zero conf lightning channels from, other than the LSP.",
"views.Settings.EmbeddedNode.ExpressGraphSync.title": "Express Graph Sync",
"views.Settings.EmbeddedNode.expressGraphSync": "Enable express graph sync (EGS)",
"views.Settings.EmbeddedNode.expressGraphSync.subtitle": "Download Lightning network's gossip data on startup. This will make pathfinding when trying to make a payment much more reliable. Restart the app to take effect. Also known as Speedloader.",
"views.Settings.EmbeddedNode.expressGraphSyncMobile": "Allow express graph sync on a mobile connection",
"views.Settings.EmbeddedNode.expressGraphSyncMobile.subtitle": "By default, express graph sync will only occur when you're on WiFi as files are typically ~100 MB. This will allow EGS downloads to happen on mobile connections.",
"views.Settings.EmbeddedNode.resetExpressGraphSyncOnStartup": "Reset express graph sync on startup",
"views.Settings.EmbeddedNode.resetExpressGraphSyncOnStartup.subtitle": "Force a new download of the express graph sync data on startup.",
"views.Settings.EmbeddedNode.expressGraphSync.wifiOnly": "WiFi only",
"views.Settings.EmbeddedNode.expressGraphSync.mobileAndWifi": "Mobile + WiFi",
"views.Settings.EmbeddedNode.bimodalPathfinding": "Bimodal Pathfinding",
"views.Settings.EmbeddedNode.bimodalPathfinding.subtitle": "Use the bimodal probability estimator, instead of the default apriori estimator, when attempting to make payments. Restart the app to take effect.",
"views.Settings.EmbeddedNode.bimodal": "Bimodal",
"views.Settings.EmbeddedNode.apriori": "Apriori",
"views.Settings.EmbeddedNode.waitForGraphSync": "Wait for graph sync before paying",
"views.Settings.EmbeddedNode.waitForGraphSync.subtitle": "Waiting for the lightning network graph to sync will increase your probability of payment success.",
"views.Settings.EmbeddedNode.rescan": "Rescan wallet",
"views.Settings.EmbeddedNode.rescan.subtitle": "Rescan blockchain for your on-chain transactions. Restart the app to take effect. Will be unset upon completion.",
"views.Settings.EmbeddedNode.resetMissionControl": "Reset payment routing profile",
"views.Settings.EmbeddedNode.resetMissionControl.subtitle": "This will reset the mission control state. Can be helpful if you are having issues finding routes while making payments.",
"views.Settings.EmbeddedNode.DisasterRecovery.title": "Disaster recovery",
"views.Settings.EmbeddedNode.DisasterRecovery.automaticBackups": "Automatic backups",
"views.Settings.EmbeddedNode.DisasterRecovery.lastStatus": "Last backup status",
"views.Settings.EmbeddedNode.DisasterRecovery.lastTime": "Last backup time",
"views.Settings.EmbeddedNode.automaticDisasterRecoveryBackup": "Enable automatic backups",
"views.Settings.EmbeddedNode.automaticDisasterRecoveryBackup.subtitle": "Automatically create disaster recovery data and send it to the Olympus backup service. Disaster recovery data can help you recover your lightning funds in the event of a catastrophic failure.",
"views.Settings.EmbeddedNode.clipboardDisasterRecovery": "Export recovery data to clipboard",
"views.Settings.EmbeddedNode.clipboardDisasterRecovery.subtitle1": "This will copy your disaster recovery data to your clipboard. Provide the latest version of this string in the wallet recovery process to trigger a force closure of all your channels. The funds will return to your on-chain wallet.",
"views.Settings.EmbeddedNode.clipboardDisasterRecovery.subtitle2": "It's best practice to create new disaster recovery data after each new channel you open if you're not using automatic backups.",
"views.Settings.EmbeddedNode.exportDisasterRecoveryOlympus": "Back up recovery data to Olympus",
"views.Settings.EmbeddedNode.exportDisasterRecoveryOlympus.subtitle": "Manually back up recovery data to the Olympus backup service.",
"views.Settings.EmbeddedNode.initiateDisasterRecoveryOlympus": "Initiate disaster recovery from Olympus",
"views.Settings.EmbeddedNode.initiateDisasterRecoveryOlympus.subtitle1": "Manually download recovery data from the Olympus backup service and trigger a recovery.",
"views.Settings.EmbeddedNode.initiateDisasterRecoveryOlympus.subtitle2": "Note that this will close out all your channels and recover their balances to your on-chain wallet once settled.",
"views.Settings.EmbeddedNode.initiateAdvancedDisasterRecoveryOlympus": "Initiate advanced disaster recovery from Olympus",
"views.Settings.EmbeddedNode.initiateAdvancedDisasterRecoveryOlympus.subtitle": "Manually download older recovery data from the Olympus backup service and trigger a recovery.",
"views.Settings.EmbeddedNode.AdvancedDisasterRecovery.title": "Advanced disaster recovery",
"views.Settings.EmbeddedNode.AdvancedDisasterRecovery.startRecovery": "Start recovery",
"views.Settings.EmbeddedNode.AdvancedDisasterRecovery.select": "Select a backup below",
"views.Settings.EmbeddedNode.AdvancedDisasterRecovery.fetchFailure": "Failed to load backups. Please try again later.",
"views.Settings.EmbeddedNode.AdvancedDisasterRecovery.noBackups": "No backups found",
"views.Settings.EmbeddedNode.LNDLogs.title": "LND Logs",
"views.Settings.EmbeddedNode.LNDLogs.copyLogs": "Copy logs to clipboard",
"views.Settings.LSP.enableLSP": "Enable Lightning Service Provider (LSP)",
"views.Settings.LSP.enableLSP.subtitle": "The LSP will get you connected to the Lightning network by opening up payment channels for you.",
"views.Settings.LSP.lspAccessKey": "LSP Access Key (if needed)",
"views.Settings.LSP.requestSimpleTaproot": "Request Simple Taproot Channels",
"views.Settings.AddContact.name": "Name",
"views.Settings.AddContact.description": "Description (max 120)",
"views.Settings.AddContact.lnAddress": "LN address",
"views.Settings.AddContact.onchainAddress": "Onchain address",
"views.Settings.AddContact.pubkey": "Public key",
"views.Settings.AddContact.nip05": "NIP-05",
"views.Settings.AddContact.nostrNpub": "Nostr npub",
"views.Settings.AddContact.addExtraField": "add extra field",
"views.Settings.AddContact.saveContact": "Save Contact",
"views.Settings.AddContact.deleteContact": "Delete Contact",
"views.Settings.Contacts.multipleAddresses": "multiple addresses",
"views.Settings.Contacts.searchBar1": "Nostr npub, NIP-05, LN address, Onchain address",
"views.Settings.Contacts.searchBar2": "Search",
"views.Settings.Contacts.favorites": "Favorites",
"views.Settings.Contacts.contacts": "Contacts",
"views.Settings.Contacts.noContacts": "No Contacts",
"views.Transaction.title": "Transakcia",
"views.Transaction.totalFees": "Celkové poplatky",
"views.Transaction.transactionHash": "Hash transakcie",
"views.Transaction.blockHash": "Hash bloku",
"views.Transaction.blockHeight": "Výška bloku",
"views.Transaction.numConf": "Počet potvrdení ",
"views.Transaction.status": "Stav",
"views.Transaction.timestamp": "Časová pečiatka",
"views.Transaction.destAddress": "Adresa destinácie",
"views.Transaction.destAddresses": "Adresy destinácie",
"views.Activity.noActivity": "No activity yet",
"views.Activity.expired": "Expired",
"views.Activity.youSent": "You sent",
"views.Activity.youReceived": "You received",
"views.Activity.requestedPayment": "Requested Payment",
"views.Activity.channelOperation": "Channel operation",
"views.ActivityFilter.title": "Filter Activity",
"views.ActivityFilter.set": "Set",
"views.ActivityFilter.edit": "Edit",
"views.ActivityFilter.startDate": "Start Date",
"views.ActivityFilter.endDate": "End Date",
"views.ActivityFilter.lightningPayments": "Lightning platby",
"views.ActivityFilter.onChainPayments": "On-chain platby",
"views.ActivityFilter.minimumAmount": "Minimum Amount (sats)",
"general.clearChanges": "Clear changes",
"views.Routing.RoutingEvent.sourceChannel": "Source Channel",
"views.Routing.RoutingEvent.destinationChannel": "Destination Channel",
"views.Olympians.title": "Olympijci",
"views.Olympians.becomeASponsor": "Staňte sa sponzorom komunity",
"views.Sponsors.title": "Sponzori",
"views.Gods.title": "Bohovia",
"views.Mortals.title": "Smrteľníci",
"views.Splash.scanConfig": "Scan node config",
"views.BumpFee.title": "Speed up transaction",
"views.BumpFee.titleAlt": "Speed up channel open",
"views.BumpFee.targetConfs": "Target confirmations",
"views.BumpFee.success": "Successfully bumped fee!",
"views.BumpFee.error": "Chyba pri navýšení poplatku",
"views.Sync.title": "Syncing wallet",
"views.Sync.currentBlockHeight": "Current block height",
"views.Sync.tip": "Tip",
"views.Sync.numBlocksUntilSynced": "Number of blocks until synced",
"components.UTXOPicker.modal.title": "Select UTXOs to use",
"components.UTXOPicker.modal.description": "Select the UTXOs to be used in this operation. You may want to only use specific UTXOs to preserve your privacy.",
"components.UTXOPicker.modal.set": "Set UTXOs",
"components.ChannelPicker.modal.title": "Select Channel to use",
"components.ChannelPicker.modal.description": "Select the Channel to be used in this operation. You may want to only use specific channels to preserve your privacy.",
"components.ChannelPicker.modal.set": "Nastaviť kanál",
"backends.LND.wsReq.warning": "You may have to enable Certificate Verification to make these kind of calls",
"backends.LND.restReq.connectionError": "Connection error",
"utils.handleAnything.lightningAddressError": "Error fetching Lightning Address data",
"utils.handleAnything.notValid": "Value provided was not a valid Bitcoin address or Lightning Invoice",
"utils.handleAnything.lnurlAuthNotSupported": "LnurlAuth not supported by your node implementation",
"utils.handleAnything.unsupportedLnurlType": "Nepodporovaný typ lnurl",
"utils.handleAnything.invalidLnurlParams": "Could not parse lnurl params",
"stores.InvoicesStore.errorCreatingInvoice": "Chyba pri vytváraní faktúry",
"stores.InvoicesStore.errorGeneratingAddress": "Error generating new address",
"stores.InvoicesStore.zeroAmountLndhub": "LNDHub instance might not support zero-amount invoices",
"stores.InvoicesStore.lspNewChannelNeeded": "A new channel is needed to be able to receive this amount. You can try requesting a smaller amount or paying the invoice below to get a new channel.",
"stores.SettingsStore.btcPayImplementationSupport": "Sorry, we currently only support BTCPay instances using lnd or c-lightning",
"stores.SettingsStore.btcPayFetchConfigError": "Error fetching BTCPay configuration",
"stores.SettingsStore.olympianFetchError": "Error fetching Olympians",
"stores.SettingsStore.lndhubSuccess": "Successfully created LNDHub account. Record the username and password somewhere so you can restore your funds if something happens to your device. Then hit Save Node Config to continue.",
"stores.SettingsStore.lndhubError": "Error creating LNDHub account. Please check the host and try again.",
"stores.SettingsStore.lndhubLoginError": "Failed to log in to LNDHub server",
"stores.SettingsStore.lncConnectError": "Failed to connect the LNC client to the proxy server",
"stores.LSPStore.error": "LSP error",
"stores.LSPStore.connectionError": "Could not connect to LSP. Please check your LSP settings or try again later.",
"error.connectionRefused": "Host unreachable. Try restarting your node or its Tor process.",
"error.hostUnreachable": "Host unreachable. Try restarting your node or its Tor process.",
"error.torBootstrap": "Error starting up Tor on your phone. Try restarting Zeus. If the problem persists consider using the Orbot app to connect to Tor, or using an alternative connection method like Lightning Node Connect or Tailscale.",
"error.sendingPayment": "Error sending payment",
"error.failureReasonTimeout": "There are more routes to try, but the payment timeout was exceeded.",
"error.failureReasonNoRoute": "No route found",
"error.failureReasonError": "A non-recoverable error has occured",
"error.failureReasonIncorrectPaymentDetails": "Payment details incorrect (unknown hash, invalid amt or invalid final cltv delta)",
"error.failureReasonInsufficientBalance": "Insufficient local balance",
"pos.views.Wallet.PosPane.noOrders": "No orders open at the moment. To send to ZEUS, mark order as 'Other Payment Type' with a note that includes 'Zeus', 'BTC', or 'Bitcoin'",
"pos.views.Wallet.PosPane.noOrdersPaid": "No orders have been paid yet",
"pos.views.Wallet.PosPane.fetchingRates": "Fetching exchange rates",
"pos.views.Order.tax": "Daň",
"pos.views.Order.subtotalBitcoin": "Subtotal (Bitcoin)",
"pos.views.Order.subtotalFiat": "Subtotal (fiat)",
"pos.views.Order.addTip": "Add Tip",
"pos.views.Order.tip": "Tip",
"pos.views.Order.tipFiat": "Tip (fiat)",
"pos.views.Order.tipBitcoin": "Tip (Bitcoin)",
"pos.views.Order.totalFiat": "Total (fiat)",
"pos.views.Order.totalBitcoin": "Total (Bitcoin)",
"pos.views.Order.total": "Total",
"pos.views.Order.paymentType": "Typ platby",
"pos.views.Settings.PointOfSale.authWarning": "Warning: no password or PIN set",
"pos.views.Settings.PointOfSale.backendWarning": "Warning: currently only LND nodes are able to mark orders as paid",
"pos.views.Settings.PointOfSale.currencyError": "Error: currency must be set first",
"views.Settings.NodeConfiguration.createMainnetWallet": "Create mainnet wallet",
"views.Settings.NodeConfiguration.createTestnetWallet": "Create testnet wallet",
"views.Settings.NodeConfiguration.restoreMainnetWallet": "Restore mainnet wallet",
"views.Settings.NodeConfiguration.restoreTestnetWallet": "Restore testnet wallet",
"views.Settings.NodeConfiguration.backUpWallet": "Back up wallet",
"views.Settings.NodeConfiguration.restoreWarning": "Restoring a wallet will trigger a force close of all your channels. Consider closing your channels on your original device first, if possible, to save on fees and recover your funds more quickly.",
"views.Settings.NodeConfiguration.embeddedDelete": "For now, Embedded LND nodes cannot be deleted within the app. You must uninstall and reinstall the app to create or restore an Embedded LND wallet.",
"views.Settings.LightningAddress.create": "Create lightning address",
"views.Settings.LightningAddress.redeemAll": "Redeem all",
"views.Settings.LightningAddress.change": "Change lightning address",
"views.Settings.LightningAddress.changeNostrKeys": "Change Nostr keys",
"views.Settings.LightningAddress.chooseHandle": "Choose a handle",
"views.Settings.LightningAddress.zaplockerVerification": "Zaplocker verification",
"views.Settings.LightningAddress.noOpenPayments": "No open payments",
"views.Settings.LightningAddress.noSettledPayments": "No settled payments",
"views.Settings.LightningAddress.statusExplainer1": "This is the number of payments that can be made to you while you're offline.",
"views.Settings.LightningAddress.statusExplainer2": "More payment hashes will be sent to the server automatically when required, so that you can continue to receive payments.",
"views.Settings.LightningAddress.generatingPreimages": "Generating preimages",
"views.Settings.LightningAddress.ChangeAddress": "Change address",
"views.Settings.LightningAddress.nostrKeys.changeWarning": "Warning: changing your Nostr keys will delete your pending payments. Please redeem your pending payments before submitting new keys.",
"views.Settings.LightningAddress.receiveExplainer1": "In order to redeem payments from ZEUS PAY, you need a channel with inbound capacity, ideally from our LSP, OLYMPUS by ZEUS.",
"views.Settings.LightningAddress.receiveExplainer2": "You can send yourself a payment of 50,000 sats or greater to get a channel from us.",
"views.Settings.LightningAddressSettings.title": "Lightning address settings",
"views.Settings.LightningAddressSettings.automaticallyAccept": "Automatically accept payments on startup",
"views.Settings.LightningAddressSettings.automaticallyAcceptAttestationLevel": "Attestation level for automatic acceptance",
"views.Settings.LightningAddressSettings.automaticallyAcceptAttestationLevel.successOnly": "Successful only",
"views.Settings.LightningAddressSettings.automaticallyAcceptAttestationLevel.successAndNotFound": "Successful and not found",
"views.Settings.LightningAddressSettings.automaticallyRequestOlympusChannels": "Automatically request channels from OLYMPUS",
"views.Settings.LightningAddressSettings.automaticallyRequestOlympusChannelsExplainer1": "If enabled, OLYMPUS will automatically open up channels to you when it cannot find a route to you. This will ensure that you can continue to receive payments with ZEUS PAY.",
"views.Settings.LightningAddressSettings.automaticallyRequestOlympusChannelsExplainer2": "There is a 10,000 sat fee for each channel created. The minimum amount required to trigger a channel opening is 50,000 sats.",
"views.Settings.LightningAddressSettings.allowComments": "Allow comments",
"views.Settings.LightningAddressSettings.notifications": "Notifications",
"views.Settings.LightningAddressSettings.notifications.push": "Push",
"views.Settings.LightningAddressSettings.routeHintsExplainer1": "Including route hints will help the LSP forward your payment to you using your unannounced channels.",
"views.Settings.LightningAddressSettings.routeHintsExplainer2": "This has a privacy tradeoff in that it will expose your unannounced channels to the LSP.",
"views.Settings.LightningAddressInfo.title": "Lightning address info",
"views.Settings.LightningAddressInfo.explainer1": "This lightning address is hosted and powered by our LSP, OLYMPUS by ZEUS. It allows you to accept payments even when you're offline.",
"views.Settings.LightningAddressInfo.explainer2": "It uses payment hashes generated on your device, and hodl invoices, which means the LSP can only temporarily hold the funds and forward them along to you, or return them to the sender (after a 24 hour expiry period), effectively making it self-custodial.",
"views.Settings.LightningAddressInfo.minimumAmount": "Minimum amount",
"views.Settings.LightningAddressInfo.feesByAmount": "Fees by amount",
"views.Settings.LightningAddressInfo.iconLegend": "Icon legend",
"views.Settings.LightningAddressInfo.redeem": "Redeem",
"views.Settings.LightningAddressInfo.pressToRedeem": "Press to redeem payment from ZEUS PAY.",
"views.Settings.LightningAddressInfo.notLoaded": "No attestations loaded",
"views.Settings.LightningAddressInfo.notLoadedDetails": "Press to lookup attestations on Nostr.",
"views.Settings.LightningAddressInfo.validAttestationDetails": "Attestation is valid. Press to see details.",
"views.Settings.LightningAddressInfo.invalidAttestationDetails": "Invalid or conflicting attestations. Press to see details.",
"views.Settings.LightningAddressInfo.noAttestationDetails": "No Nostr attestations found. Sender's wallet likely doesn't support it yet.",
"views.Settings.LightningAddressInfo.channelOpened": "Channel opened",
"views.Settings.LightningAddressInfo.channelOpenedDetails": "A channel was opened to you to help you redeem the payment. Enabled with 'Automatically request channels from OLYMPUS' under Lightning Address settings.",
"views.Settings.LightningAddressInfo.learnAboutZaplocker": "Learn more about Zaplocker",
"views.Settings.Attestations.title": "Attestations",
"views.Settings.Attestations.noAttestationsFound": "No attestations found",
"views.Settings.Attestation.title": "Attestation",
"views.Settings.Attestations.validAttestation": "Valid attestation",
"views.Settings.Attestations.invalidAttestation": "Invalid attestation",
"views.Settings.Nostr.addRelay": "Add relay",
"views.Settings.Nostr.relays": "Relays",
"views.LspExplanation.title": "What are these fees?",
"views.LspExplanation.text1": "Zeus is a self-custodial lightning wallet. In order to send or receive a lightning payment, you must open a lightning payment channel, which has a setup fee.",
"views.LspExplanation.text2": "Once the channel is set up, you'll only have to pay normal network fees until your channel exhausts its capacity.",
"views.LspExplanation.buttonText": "Learn more about liquidity",
"views.LspExplanation.buttonText2": "Learn more about how the LSP works",
"views.LspExplanationRouting.text1": "In order to provide you with some privacy and improve payment performance, the Lightning Service Provider (LSP) will do some heavy lifting for you with a technique called invoice wrapping. The fee is nominal; it's typically just a few satoshis.",
"views.LspExplanationRouting.text2": "You can turn off the LSP entirely and save on these fees by navigating to Settings > Lightning Service Provider (LSP), but you will sacrifice these privacy and payment performance gains.",
"views.LspExplanationWrappedInvoices.title": "Wrapped invoices",
"views.LspExplanationWrappedInvoices.text1": "Wrapped invoices are invoices with extra layers around them. In this instance, the LSP will wrap an invoice generated from your node. The wrapped invoice will appear as if it is generated by the LSP.",
"views.LspExplanationWrappedInvoices.text2": "This has two benefits: 1) The end user doesn't have to expose their node's public key to senders. The LSP knows the receiver but no one else does. 2) Senders can use routes to the LSP to make a payment instead of having to find a direct path to the end user.",
"views.LspExplanationWrappedInvoices.text3": "Wrapped invoices uses the same preimage hash as the original invoice. This means that the LSP can't settle the payment without the final receiver completing the payment, so the LSP can't run away with the user's funds.",
"views.LspExplanationWrappedInvoices.text4": "Be sure to keep Zeus open when receiving payment as the LSP cannot settle payments on your behalf when you're offline.",
"views.LspExplanationOverview.title": "How does the LSP work?",
"views.LspExplanationOverview.text1": "The LSP uses wrapped invoices and 0-conf channels to instantly connect users to the Lightning network.",
"views.LspExplanationOverview.text2": "All you have to do is have the sender pay the invoice Zeus shows you, but here's what happens under the hood:",
"views.LspExplanationOverview.step1": "The receiver generates an invoices on their lightning node and then sends it to the LSP",
"views.LspExplanationOverview.step2": "The LSP creates a wrapped invoice and returns it to the receiver",
"views.LspExplanationOverview.step3": "The receiver gives the wrapped invoices to sender for them to pay",
"views.LspExplanationOverview.step4": "The sender pays the invoice, which goes through the LSP",
"views.LspExplanationOverview.step5": "The LSP detects the payment and opens up a 0-conf, just in time, channel to the receiver",
"views.LspExplanationOverview.step6": "The LSP then forwards the payment to the receiver using that new channel and the payment is completed",
"views.LspExplanationOverview.buttonText": "Learn more about wrapped invoices",
"views.Sweep.title": "Sweep on-chain wallet",
"views.Sweep.explainer": "Sweeping the on-chain wallet will send both the confirmed and unconfirmed balance to the destination address specified above."
}