-
Notifications
You must be signed in to change notification settings - Fork 7
/
en.json
670 lines (670 loc) · 27.5 KB
/
en.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
{
"routes": {
"/": {
"title": "Home",
"get_started_hint": "To get started, add a new"
},
"/input": {
"title": "Input"
},
"/offers": {
"title": "Offers"
},
"/offers/create": {
"title": "Create Offer"
},
"/payments": {
"title": "Payments"
},
"/payments/receive": {
"title": "Receive"
},
"/payments/send": {
"title": "Send"
},
"/payment": {
"title": "Payment"
},
"/utxos": {
"title": "UTXOs"
},
"/utxo": {
"title": "UTXO"
},
"/accounting": {
"title": "Accounting"
},
"/plugins": {
"title": "Plugins"
},
"/plugins/clboss": {
"title": "CLBOSS"
},
"/plugins/prism": {
"title": "Prisms"
},
"/plugins/prism/create": {
"title": "Create Prism"
},
"/settings": {
"title": "Settings"
},
"/wallets": {
"title": "Wallets",
"introduction": "Connect a new <b>wallet</b> to sync your <b class='underline decoration-2 underline-offset-4 decoration-bitcoin-orange'>Bitcoin</b> data. Adding a <b class='underline decoration-2 underline-offset-4 decoration-bitcoin-yellow'>Lightning</b> wallet connection will allow you to <b>remote control</b> your node with <b class='underline decoration-2 underline-offset-4 decoration-purple-500'>Remote</b>.",
"add_wallet": "Add Wallet",
"delete_wallet_modal": {
"heading": "Delete Wallet",
"paragraph": "Are you sure that you would like to delete this wallet connection and all of its associated data?"
}
},
"/wallets/coreln": {
"title": "Core Lightning"
},
"/wallets/add": {
"title": "Add Wallet",
"introduction": "Select a wallet you would like to connect from the following:"
},
"/channels": {
"title": "Channels"
},
"/channel": {
"title": "Channel"
},
"/channels/open": {
"title": "Open Channel"
},
"/charts": {
"title": "Charts"
},
"/forwards": {
"title": "Forwards"
},
"/forward": {
"title": "Forward"
},
"/trades": {
"title": "Trades"
},
"/settings/app": {
"title": "App Settings"
},
"/settings/help": {
"title": "Help"
},
"/settings/currency": {
"title": "Currency Settings"
},
"/settings/language": {
"title": "Language Settings"
},
"/settings/unit": {
"title": "Unit Settings"
},
"/settings/logs": {
"title": "Debug Logs"
},
"/lnurl": {
"title": "LNURL"
},
"/offer": {
"title": "Offer"
},
"/welcome": {
"title": "Welcome",
"subheading": "<b>Welcome</b> to <b class='underline decoration-2 underline-offset-4 decoration-purple-500'>Remote</b>. To get started, we need a <b>secure</b> passphrase to <b>encrypt</b> your session. We suggest generating and saving a strong passphrase with a password manager.",
"passphrase": {
"weak": "weak 😬",
"medium": "medium 🤞",
"strong": "strong 💪"
}
},
"/decrypt": {
"title": "Decrypt",
"subheading": "<b>Welcome</b> back! To <b>decrypt</b> your <b class='underline decoration-2 underline-offset-4 decoration-purple-500'>Remote</b> session, please enter your passphrase."
}
},
"labels": {
"alias": "Alias",
"passphrase": "Passphrase",
"advanced": "Advanced",
"connected": "Connected",
"disconnected": "Disconnected",
"connecting": "Connecting",
"info": "Info",
"waiting_reconnect": "Waiting to reconnect",
"unlock": "Unlock",
"recent_errors": "Recent errors",
"context": "Context",
"error": "Error",
"timestamp": "Timestamp",
"details": "Details",
"address": "Address",
"pubkey": "Pubkey",
"delete": "Delete",
"locked": "Locked",
"clams_rune_cli": "Remote rune",
"admin_rune_cli": "Admin rune",
"readonly_rune_cli": "Read only rune",
"rune_commands": "Rune CLI commands",
"image_copied": "Image copied",
"image_saved": "Image saved",
"text_copied": "Text copied",
"connection": "Connection",
"fiat_calculator": "Fiat Calculator",
"set_amount": "Set amount",
"last_synced": "Last synced",
"sats": "Sats",
"msat": "msats",
"failed": "Failed",
"expired": "Expired",
"expires": "Expires",
"text": "Text",
"image": "Image",
"import": "Import",
"nfc": "NFC",
"unknown": "Unknown",
"login": "Login",
"enter": "Enter",
"paste": "Paste",
"state": "State",
"to": "To",
"peer_connection": "Connection",
"peer_address": "Peer address",
"channel_size": "Channel size",
"channel": "Channel",
"closed_by": "Closed by",
"final_to_us": "Our final balance",
"announce_channel": "Announce channel",
"opened_by": "Opened by",
"ppm": "PPM",
"channel_fees": "Set Fees",
"update": "Update",
"update_settings": "Update settings",
"us": "Us",
"remote_reserve": "Remote reserve",
"local_reserve": "Local reserve",
"closing_transaction": "Closing transaction",
"node_address": "Node address",
"node_publickey": "Node pubkey",
"lightning_address": "Lightning address",
"lnurl": "LNURL",
"onchain": "Onchain",
"invoice": "Invoice",
"sendable": "Sendable",
"spendable": "Spendable",
"receivable": "Receivable",
"receive": "Receive",
"open": "Open",
"clams": "Clams",
"local": "Local",
"remote": "Remote",
"outbound": "Outbound",
"inbound": "Inbound",
"unsettled": "Unsettled",
"fee_base": "Fee base",
"fee_rate": "Fee rate",
"create": "Create",
"unified": "Unified",
"min_forward": "Minimum forward",
"max_forward": "Maximum forward",
"channel_open": "Channel open",
"channel_close": "Channel close",
"channel_force_close": "Channel force close",
"channel_id": "Channel id",
"channel_peer": "Channel peer",
"onchain_receive": "Onchain receive",
"onchain_send": "Onchain send",
"receive_address": "Receive Address",
"address_label": "Address",
"transfer": "Transfer",
"address_placeholder": "publickey@ip:port",
"address_invalid": "Invalid address",
"rune": "Rune",
"inputs": "Inputs",
"outputs": "Outputs",
"send": "Send",
"change": "Change",
"from_wallet": "From wallet",
"to_wallet": "To wallet",
"lnurl_withdrawrequest": "Withdraw",
"lnurl_payrequest": "Pay",
"lnurl_auth": "Auth",
"lnurl_login": "Login",
"rune_placeholder": "7jN2zKjkWlvncm_La3uZc9vLVGLu7xl9oBoun6pth7E9MA==",
"add_wallet": "You do not have a wallet connected.",
"create_new_wallet_connection": "Create a new wallet connection",
"to_get_started": "To get started",
"no_channels": "You have no channels, try syncing your wallets or open a new channel.",
"no_channels_filtered": "No channels match your current filters",
"no_offers": "You have no offers, try syncing your wallets or create a new offer.",
"no_offers_filtered": "No offers match your current filters",
"no_payments": "No payments here, try adding a wallet connection and syncing it.",
"no_payments_filtered": "No payments match your current filters.",
"no_utxos": "No utxos here, try adding a wallet connection and syncing it.",
"no_utxos_filtered": "No utxos match your current filters.",
"no_forwards": "No forwards here, ensure that you have a lightning wallet connected and you have more than one open channel.",
"no_forwards_filtered": "No forwards match your current filters.",
"no_wallets": "No wallets here, add a wallet to get started.",
"no_wallets_filtered": "No wallets match your current filters.",
"no_prisms": "No prisms here, create a prism to get started.",
"no_prisms_filtered": "No prisms march your current filters",
"destination": "Destination",
"unconfirmed": "Spendable (unconfirmed)",
"confirmed": "Spendable",
"spent_unconfirmed": "Spent (unconfirmed)",
"spent": "Spent",
"immature": "Immature",
"wallet": "Wallet",
"balance": "Balance",
"status": "Status",
"offer_issuer": "Offer issuer",
"offer_type": "Offer type",
"transaction": "Transaction",
"txid": "Transaction id",
"completed_at": "Completed",
"created_at": "Started at",
"description": "Description",
"fee": "{{feeType; receive:Receive; network:Network;}} Fee",
"id": "Id",
"preimage": "Preimage",
"restrictions": "Restrictions",
"direction": "{{direction; receive:}}",
"any": "Any",
"balance_change": "Balance change",
"amount": "Amount",
"help_and_support": "Help & Support",
"dark_mode": "Dark Mode",
"encrypt": "Encrypt",
"decrypt": "Decrypt",
"language": "Lang",
"local_currency": "Local Currency",
"bitcoin_unit": "Bitcoin Unit",
"configuration": "Configuration",
"app": "App",
"keysend": "Keysend",
"discord": "Discord Server",
"docs": "Documentation",
"message": "Message",
"github": "Github",
"twitter": "Twitter",
"notifications": "Notifications",
"commonly_used": "Commonly Used",
"all_options": "All Options",
"rune_summary": "Rune Summary",
"version": "Version",
"logs": "Debug Logs",
"min_sendable": "Minimum Sendable",
"max_sendable": "Maximum Sendable",
"min_withdrawable": "Minimum Withdrawable",
"max_withdrawable": "Maximum Withdrawable",
"fixed_withdrawable": "Withdrawable",
"app_proxy": "App Proxy",
"custom_proxy": "Custom Proxy",
"direct_connection": "Direct Connection",
"routed": "Routed",
"pay_invoice": "Pay Invoice",
"custom_amount": "Custom amount",
"pay_from": "Pay from",
"receive_to": "Receive to",
"fees": "Fees",
"apy": "APY",
"in": "In",
"out": "Out",
"total": "Total",
"routing_chart": "Fees",
"apy_chart": "APY",
"pay": "Pay",
"withdraw": "Withdraw",
"summary": "Summary",
"completed": "Completed",
"connect": "Connect",
"sync": "Sync",
"disconnect": "Disconnect",
"received": "Received",
"reserved_to_block": "Reserved to block",
"receive_transaction": "Receive transaction",
"spend_transaction": "Spend transaction",
"token": "Token",
"scan": "Scan",
"note": "Note",
"offer_type_value": "{{offerType; bolt12 offer:Pay; bolt12 invoice:Pay; bolt12 invoice_request:Withdraw;}}",
"offer": "Offer",
"payer_note": "{{direction; receive:Payer; send:Our}} note",
"offer_description": "Offer description",
"active": "Active",
"disabled": "Disabled",
"disable": "Disable",
"single_use": "Single use",
"reusable": "Reusable",
"used": "Used",
"payments": "Payments",
"complete": "Complete",
"pending": "Pending",
"waiting": "Waiting",
"withdrawals": "Withdrawals",
"label": "Label",
"max_quantity": "Max Quantity",
"bolt12": "BOLT12",
"quantity": "Quantity",
"optional": "Optional",
"never": "Never",
"connection_status": "{{status; connected:Connected; connecting:Connecting...; disconnected:Disconnected; waiting_reconnect: Waiting...}}",
"date_range": "Date range:",
"channels": "Channels",
"back": "Back",
"close": "Close",
"test": "Test",
"testing": "Testing testing 123...",
"notifications_description": "Allow notifications for transaction events.",
"language_description": "Set your preferred language for the app.",
"reset_description": "Completely wipe the app and start fresh.",
"fiat": "Fiat",
"fiat_description": "Set your default fiat currency for all amount comparisons.",
"homescreen": "Homescreen",
"homescreen_description": "Set which tiles will be displayed on your homescreen.",
"no_fiat": "Sats the standard",
"lnurl_auth_success": "Successfully logged in!",
"comment": "Comment",
"lnurl_pay_success": "Payment successful!",
"goto_payment": "Go to completed payment",
"summary_send_complete": "sent sats to",
"summary_send_waiting": "is sending sats to",
"summary_send_pending": "is sending sats to",
"summary_send_failed": "attempted to send sats to",
"summary_receive_pending": "requested sats via",
"summary_receive_waiting": "requested sats via",
"summary_receive_expired": "expired invoice",
"summary_receive_complete": "received sats {{counterpartType; unknown:via; default:from;}}",
"summary_transfer_complete": "transferred sats to",
"summary_transfer_pending": "is transferring sats to",
"summary_transfer_waiting": "is transferring sats to",
"summary_transfer_expired": "expired invoice",
"summary_transfer_failed": "attempted to transfer to",
"summary_withdrawal": "withdrew sats from",
"summary_deposit": "deposited sats to",
"summary_channel_open_pending": "is opening a channel with",
"summary_channel_open_waiting": "is opening a channel with",
"summary_channel_open_complete": "opened a channel with",
"summary_channel_multiple_open_waiting": "is opening channels with",
"summary_channel_multiple_open_pending": "is opening channels with",
"summary_channel_multiple_open_complete": "opened channels with",
"summary_channel_close_waiting": "is closing a channel with",
"summary_channel_close_pending": "is closing a channel with",
"summary_channel_close_complete": "closed a channel with",
"summary_channel_force_close_pending": "is force closing a channel with",
"summary_channel_force_close_waiting": "is force closing a channel with",
"summary_channel_force_close_complete": "force closed a channel with",
"summary_sweep_pending": "is sweeping timelocked sats from force close with",
"summary_sweep_waiting": "is sweeping timelocked sats from force close with",
"summary_sweep_complete": "swept timelocked sats from force close with",
"summary_htlc_waiting": "is resolving a htlc from channel close with",
"summary_htlc_pending": "is resolving a htlc from channel close with",
"summary_htlc_complete": "resolved a htlc from channel close with",
"input_spend": "Spend",
"input_withdrawal": "Withdrawal",
"input_channel_close": "Channel",
"input_timelocked": "Timelocked",
"input_htlc_timeout": "htlc timeout",
"input_unknown": "Input",
"output_receive": "Receive",
"output_settle": "Settle",
"output_transfer": "Transfer",
"output_change": "Change",
"output_deposit": "Deposit",
"output_send": "Send",
"output_channel_open": "Channel",
"output_sweep": "Sweep",
"output_timelocked": "Timelocked",
"output_htlc_timeout": "htlc",
"output_htlc_resolve": "htlc",
"output_unknown": "Output",
"summary_amount_channel_open": "Channel capacity",
"summary_amount_channel_mutiple_open": "Total channels capacity",
"summary_amount_send": "{{status; pending:Sending; waiting:Sending; complete:Sent; failed:Attempted;}}",
"summary_amount_receive": "{{status; pending:Requested; waiting:Requested; complete:Received;}}",
"summary_amount_transfer": "{{status; pending:Transferring; waiting:Transferring; complete:Transferred; failed:Attempted;}}",
"summary_amount_withdrawal": "{{status; pending:Withdrawing; waiting:Withdrawing; complete:Withdrew; failed:Attempted;}}",
"summary_amount_deposit": "{{status; pending:Depositing; waiting:Depositing; complete:Deposited; failed:Attempted;}}",
"summary_amount_sweep": "{{status; pending:Sweeping; waiting:Sweeping; complete:Swept; failed:Attempted;}}",
"summary_amount_htlc": "{{status; pending:Resolving; waiting:Resolving; complete:Resolved; failed:Attempted;}}",
"lost_to_rounding": "Lost to rounding",
"closed": "Closed",
"force_closed": "Force closed",
"this_wallet": "This wallet",
"issuer": "Issuer",
"type": "Type",
"payment_status": "{{direction; receive:{{status; pending:Pending Invoice; expired:Expired Invoice; complete:Received}}; send:{{status; pending:Sending; complete:Sent; failed:Failed;}};}}",
"create_offer": "Create Offer",
"pay_offer_description": "Enables repeated payments to the same QR",
"withdraw_offer_description": "Enables a one time withdraw from your node.",
"any_amount": "Any amount",
"offer_label_placeholder": "internal label",
"offer_description_placeholder": "description to include in offer",
"offer_issuer_placeholder": "eg widgets.com",
"more_options": "More options",
"quarter_hour": "15 mins",
"hour": "1 hour",
"day": "1 day",
"three_days": "3 days",
"week": "1 week",
"required": "Required",
"payer_note_placeholder": "note to receiver",
"lava_lamp": "Lava lamp",
"lava_lamp_description": "Turn the laval lamp animation on and off",
"in_channel": "In channel",
"out_channel": "Out channel",
"in_amount": "In amount",
"out_amount": "Out amount",
"lets_go": "Let's Go!",
"received_sats": "Received Sats",
"invoice_receive_description": "{{wallet}} received {{amount}} sats via {{request}}",
"invoice_description_placeholder": "Description to include in payment request",
"opening": "Opening",
"peer_id": "Peer Id",
"channel_with": "Channel with",
"hash": "Hash",
"unrestricted": "Unrestricted",
"lightning": "Lightning",
"exchange": "Exchange",
"custodial": "Custodial",
"custom": "Custom",
"filters": "Filters",
"sort": "Sort",
"expiry": "Expiry",
"desc": "Descending",
"asc": "Ascending",
"date": "Date",
"network": "Network",
"bitcoin": "Bitcoin",
"regtest": "Regtest",
"testnet": "Testnet",
"payment": "Payment",
"closing": "Closing",
"local_balance": "Local balance",
"remote_balance": "Remote balance",
"settled": "Settled",
"offered": "Offered",
"local_failed": "Local failed",
"can_sweep": "Can sweep",
"blocks": "Blocks",
"included_in_block": "Included in block",
"funding_transaction": "Funding transaction",
"process_time": "Process time",
"wallet_connected": "Wallet Connected",
"wallet_already_connected_description": "{{label}} has already been added.",
"wallet_connected_success_description": "Successfully added {{label}}!",
"add": "Add",
"created": "Created",
"modified": "Modified",
"last_sync": "Last sync",
"filter": "Filter",
"total_balance": "Total balance",
"apply": "Apply",
"greater_than": "Greater than",
"less_than": "Less than",
"select_date": "Select date",
"from": "From",
"reset": "Reset",
"coreln": "Core Lightning",
"balance_local": "Local balance",
"balance_remote": "Remote balance",
"disable_offer": "Disable Offer",
"disable_offer_description": "Are you sure you want to permanently disable this offer?",
"cancel": "Cancel",
"counterparty": "Counterparty",
"lock": "Lock",
"input": "Input",
"reset_confirmation": "Are you sure you want to delete all your data and completely reset the app?",
"start_scanner": "Start scanner",
"import_image": "Import image",
"read_nfc": "Read NFC",
"close_channel": "Close Channel",
"seconds": "seconds",
"force_close": "Force close",
"go_to_closing_transaction": "Go to closing transaction",
"tor_support": "Tor support",
"spend_all": "Spend all",
"expose_private_channels": "Expose private channels",
"installed": "Installed",
"clboss": "CLBOSS",
"start_clboss": "Start CLBOSS",
"commands": "Commands",
"internet": "Internet",
"online": "online",
"offline": "offline",
"onchain_fee_rate": "Onchain fee rate",
"high fees": "high fees",
"low fees": "low fees",
"channel_candidates": "Channel candidates",
"peer_metrics": "Peer metrics",
"none": "none",
"ignore_onchain_funds": "Ignore onchain funds (hours)",
"ignoring_onchain_funds_until": "Ignoring onchain funds until",
"toggle_clboss_permissions": "Toggle CLBOSS permissions on a per channel basis",
"node_id": "Node ID",
"permissions": "Permissions",
"prism": "Prism",
"offer_bound": "offer bound",
"name": "Name",
"outlay_factor": "Outlay factor",
"split": "Split",
"payout_threshold": "Payout threshold (msats)",
"fees_incurred_by": "Fees incurred by",
"binding": "Binding",
"member": "Member",
"members": "Members",
"offers": "Offers",
"delete_prism_warning": "Are you sure you want to delete this Prism?",
"no_active_offers_found": "No active offers found",
"create_one": "create one",
"prism_name_placeholder": "Tips for the band",
"member_destination_placeholder": "BOLT12 offer or node pubkey"
},
"messages": {
"closing_channel": "Closing a channel will publish an onchain transaction and settle the current channel balances.",
"initiate_force_close": "Force closing will immediately close the channel and should only be initiated when your channel partner is unresponsive. Force closing will result in higher onchain fees and your funds will be timelocked (not spendable) for some time.",
"channel_close_in_progress": "This channel is closing and is waiting for the closing transaction to be included in a block.",
"waiting_for_channel_response": "This channel is closing and is waiting for a response from the channel partner."
},
"errors": {
"connection_unknown": "Oh dear, something went wrong, please try again or contact support.",
"connection_pay_route_not_found": "Could not find a route for payment.",
"connection_pay_route_too_expensive": "Found a route, but the fees were too high based on max allowable fees.",
"connection_pay_invoice_expired": "Invoice has expired.",
"connection_pay_invoice_invalid": "Invoice is invalid.",
"connection_pay_unknown": "Could not make payment.",
"connection_cannot_afford": "Not enough funds available to make this transaction.",
"connection_fund_broadcast_fail": "Failed to broadcast channel funding transaction.",
"connection_fund_peer_not_connected": "Peer is not connected when trying to open channel.",
"connection_fund_unknown": "Could not make onchain transaction (send or open channel).",
"connection_connect_unknown": "Could not connect to peer.",
"connection_invoice_not_found": "Could not find invoice to delete.",
"connection_invoice_unknown": "Could not create invoice.",
"connection_offer_already_exists": "Offer already exists.",
"connection_offer_already_disabled": "Offer already disabled.",
"connection_offer_expired": "Offer has expired.",
"connection_offer_no_route": "Could not find an onion route to node making offer.",
"connection_offer_returned_error": "The node making the offer returned an error.",
"connection_offer_timeout": "Timed out waiting for a response from the node making the offer.",
"connection_sign_message_unknown": "Could not sign message.",
"connection_transaction_not_found": "Could not find transaction hash.",
"connection_transactions_get": "Could not get transactions to check for inclusion in a block.",
"connection_configuration": "There is a problem with the connection configuration.",
"connection_permissions": "Could not make request due to a permissions or rate limit error.",
"connection_not_supported": "Could not make request due to feature not being supported on this connection.",
"connection_self_payment_not_supported": "Self payments are not supported by this connection.",
"connection_unsupported_action": "This action is not supported on this connection, please select another connection to continue.",
"connection_derive_output_address": "Could not derive an address for an output of an onchain transaction.",
"connection_cannot_receive_payment": "The selected wallet connection cannot receive a payment, try selecting another one.",
"connection_not_available": "The selected wallet is not available and connected.",
"invalid_passphrase": "The provided passphrase is incorrect and could not decrypt the session.",
"payment_not_found": "Could not find this payment.",
"utxo_not_found": "Could not find this UTXO.",
"nfc_read": "Could not read NFC.",
"camera": "Camera Error",
"camera_browser_support": "Connection to your device's camera is not supported on this browser.",
"camera_permissions": "Permission to connect to your camera was rejected, if you meant to approve access to the camera, simply refresh the page and try again.",
"node_connect": "Connection error",
"bolt11_decode": "Could not decode BOLT11 invoice.",
"invalid_qr": "Unrecognized QR encoding",
"invalid_bolt11": "Invalid Bolt11 Invoice Request",
"invalid_bolt12": "Invalid Bolt12 Offer",
"unrecognized_payment_type": "Unrecognized Invoice Type",
"onchain_unsupported": "Onchain payments are not yet supported",
"permissions_clipboard": "The request to read your clipboard was rejected. Please adjust your browser preferences if you would like to enable clipboard read access.",
"permissions_notifications": "The request to enable notifications was rejected. Please adjust your browser or system preferences if you would like to enable notifications.",
"min_sendable": "Amount is less than payment request minimum",
"max_sendable": "Amount is larger than payment request maximum",
"min_withdrawable": "Amount is less than withdraw minimum",
"max_withdrawable": "Amount is larger than withdraw maximum",
"reset_error": "Error trying to reset app",
"storage_access": "Access to local storage denied",
"lnurl_metadata_hash": "Description hash in payment request does not match the hash of LNURL metadata.",
"lnurl_pay_amount": "Amount in payment request does not match the amount requested.",
"lnurl_parse_error": "Failed to parse LNURL.",
"lnurl_pay_error": "There was a problem paying LNURL",
"lnurl_unsupported_tag": "This LNURL type: {{tag}} is currently unsupported.",
"download": "Download Error",
"bolt12_decode_error": "Failed to decode Bolt12 offer.",
"bolt12_invalid": "Bolt12 offer is not valid",
"recurrence_unsupported": "Recurring Bolt12 offers are not currently supported.",
"lnurl_auth": "There was an error trying to log you in.",
"wallet_transaction_send_unavailable": "You do not have any wallets connected that can send an onchain transaction.",
"wallet_keysend_unavailable": "You do not have any wallets connected that can send a keysend transaction to a node public key.",
"wallet_pay_invoice_unavailable": "You do not have any wallets connected that can pay a BOLT11 invoice.",
"wallet_offers_unavailable": "You do not have any wallets connected that can pay a BOLT12 offer.",
"wallet_receive_unavailable": "You do not have any wallets connected that can receive to a BOLT11 invoice or an onchain address.",
"could_not_find_channel": "Could not find this channel.",
"could_not_find_forward": "Could not find this forward.",
"could_not_find_offer": "Could not find this offer.",
"wallet_create_offer_unavailable": "You do not have any wallets connected that can create an offer.",
"wallet_channel_open_unavailable": "You do not have any wallets connected that can open an channel.",
"fetched_invoice_invalid": "An invalid invoice was returned when trying to pay offer.",
"fetched_invoice_amount_invalid": "The invoice returned has a different amount than what was requested from the offer.",
"decode_rune": "Invalid rune.",
"bitcoind_not_synced": "Bitcoind is not fully synced.",
"lightningd_not_synced": "Lightningd is not fully synced."
},
"languages": {
"en": "English",
"en-AU": "English - AU",
"en-US": "English - US",
"en-GB": "English - UK",
"zh-CN": "Chinese",
"es": "Spanish",
"hi": "Hindi",
"ar": "Arabic",
"bn": "Bengali",
"fr": "French",
"pt": "Portuguese",
"ru": "Russian",
"ja": "Japanese",
"id": "Indonesian",
"de": "German",
"te": "Telugu",
"tr": "Turkish",
"ta": "Tamil",
"ko": "Korean"
}
}