-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathen.ts
More file actions
732 lines (731 loc) · 41.7 KB
/
Copy pathen.ts
File metadata and controls
732 lines (731 loc) · 41.7 KB
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
export const en = {
"accountRestore.description":
"Waiting for the account data to sync. This usually takes a few seconds.",
"accountRestore.title": "Restoring account",
"activity.amount.btc": "฿145",
"activity.amount.usd": "$9.00",
"activity.balance.label": "Total Balance",
"activity.description": "Terminal payment history.",
"activity.empty": "No activity yet",
"activity.feed.approved": "Payment approved",
"activity.feed.paid": "Payment paid",
"activity.feed.synced": "Terminal synced",
"activity.filter": "Filter by: All",
"activity.first.date": "May 19, 13:02",
"activity.month": "MAY",
"activity.pending": "Pending Payment",
"activity.resume": "Tap to resume",
"activity.second.date": "May 19, 12:45",
"activity.third.date": "May 19, 12:36",
"activity.title": "Activity",
"app.name": "Payky",
"appError.description":
"The app stopped on an unexpected error. The technical detail below can help with debugging.",
"appError.details": "Error detail",
"appError.message": "Message",
"appError.name": "Name",
"appError.nonError": "The thrown value is not an Error object.",
"appError.reload": "Reload app",
"appError.title": "Something went wrong",
"appError.tryAgain": "Try again",
"appError.unknown": "Unknown error",
"appUpdate.action": "Update",
"appUpdate.available": "A new version is available",
"appUpdate.description": "Update Payky to use the latest version.",
"checkout.oneItem": "1 item",
"checkout.save": "Save",
"checkout.saved": "Saved",
"checkout.search": "Search items...",
"checkout.title": "Checkout",
"checkout.total": "$3.00",
"edit.addNew": "Add New",
"edit.addPhoto": "Add Photo",
"edit.basic": "BASIC INFORMATION",
"edit.category": "CATEGORY",
"edit.categoryHelp": "Select an existing category or create a new one.",
"edit.currency": "$",
"edit.currencyCode": "USD",
"edit.description": "Description",
"edit.name": "Name",
"edit.optional": "Optional",
"edit.pricing": "PRICING",
"edit.pricing.bitcoin": "Bitcoin",
"edit.pricing.fiat": "Fiat",
"edit.title": "Edit Item",
"edit.variation": "Variation",
"edit.variationPlaceholder": "e.g. Small, Large",
"home.amount": "$0.00",
"home.balance.label": "Total Balance",
"home.balance.value": "$0.00",
"home.charge": "Charge",
"home.description": "Point of sale terminal skeleton.",
"home.keypad.backspace": "Delete last digit",
"home.keypad.clear": "Clear amount",
"home.keypad.decimal": "Decimal separator",
"home.pay": "Pay",
"home.request": "Create request",
"home.sats": "฿0 ↕",
"home.settle": "Settle up",
"home.title": "Terminal",
"item.beer": "Pivo",
"item.price": "$3.00",
"items.add": "Add item",
"items.clear": "Clear All Items",
"items.export": "Export to CSV",
"items.import": "Import from CSV",
"nav.activity": "Activity",
"nav.back": "Back",
"nav.checkout": "Checkout",
"nav.home": "Terminal",
"nav.settings": "Settings",
"onboarding.account.description":
"Review the identity Payky generated for this device. You can rename it and turn on sync now or later in Settings.",
"onboarding.account.name.description":
"Shown in the accounts list when switching identities.",
"onboarding.account.name.error.required": "Enter an account name.",
"onboarding.account.name.label": "Account name",
"onboarding.account.title": "Your account",
"onboarding.account.transport.description":
"Turn on sync to back up this account and use it on other devices.",
"onboarding.account.transport.title": "Sync",
"onboarding.back": "Back",
"onboarding.finish": "Finish",
"onboarding.language.description": "Choose the language used across the app.",
"onboarding.language.title": "Choose language",
"onboarding.next": "Next",
"onboarding.payments.btc.description":
"Accept Bitcoin payments through the Spark Lightning account.",
"onboarding.payments.btc.title": "BTC",
"onboarding.payments.cash.description":
"Record in-person cash payments in the terminal.",
"onboarding.payments.cash.title": "Cash",
"onboarding.payments.description":
"Select the payment methods this terminal should accept.",
"onboarding.payments.iban.description":
"Show bank transfer QR codes for fiat payments.",
"onboarding.payments.iban.title": "IBAN",
"onboarding.payments.title": "Payment methods",
"onboarding.progress": "Step",
"onboarding.title": "Set up Payky",
"paymentHistory.empty.description":
"Created payment requests will appear here.",
"paymentHistory.empty.title": "No payments yet",
"paymentHistory.payment": "Payment",
"paymentHistory.status.canceled": "Canceled",
"paymentHistory.status.paid": "Paid",
"paymentHistory.status.pending": "Pending",
"paymentHistory.title": "Payment history",
"paymentWait.back": "Back to terminal",
"paymentWait.cashu": "Cashu",
"paymentWait.cashPaid.action": "Mark as paid",
"paymentWait.cashPaid.error": "Could not mark the payment as paid.",
"paymentWait.cashPaid.pending": "Marking paid...",
"paymentWait.cashPaid.prompt": "Accept cash payment",
"paymentWait.cashPaid.unavailable":
"Cash register is not attached to this payment.",
"paymentWait.copyQr": "Copy QR code content",
"paymentWait.detail": "Payment detail",
"paymentWait.invalidId": "Invalid payment id.",
"paymentWait.method.cash": "Cash",
"paymentWait.method.iban": "IBAN",
"paymentWait.method.lightning": "Lightning",
"paymentWait.missingRequest":
"This payment does not have a scannable request.",
"paymentWait.notFound": "Payment was not found.",
"paymentWait.paid": "Payment received",
"paymentWait.pay": "Pay",
"paymentWait.prepareError": "Could not prepare this payment method.",
"paymentWait.preparing.cash": "Preparing cash payment...",
"paymentWait.preparing.iban": "Preparing bank QR payment...",
"paymentWait.preparing.spark": "Preparing Lightning request...",
"paymentWait.preparingRequest": "Preparing payment request...",
"paymentWait.qrCopied": "QR code content copied.",
"paymentWait.qrCopyFailed": "Could not copy QR code content.",
"paymentWait.qrFormat.payBySquare1_0_0": "Pay by square 1.0 (Slovakia)",
"paymentWait.qrFormat.payBySquare1_2_0": "Pay by square 1.2 (Slovakia)",
"paymentWait.qrFormat.spayd": "SPAYD (Czechia)",
"paymentWait.qrFormatShort.payBySquare1_0_0": "SK 1.0",
"paymentWait.qrFormatShort.payBySquare1_2_0": "SK 1.2",
"paymentWait.qrFormatShort.spayd": "CZ",
"paymentWait.scanOrTap": "Scan and pay",
"paymentWait.share": "Share payment request",
"paymentWait.wakeLockUnsupported":
"This browser cannot keep the screen awake automatically.",
"paymentWait.waiting": "Waiting for payment...",
"paymentDetail.amount": "Amount",
"paymentDetail.backToPayment": "Back to payment",
"paymentDetail.billId": "Bill",
"paymentDetail.canceledAt": "Canceled at",
"paymentDetail.createdAt": "Created at",
"paymentDetail.deviceId": "Device",
"paymentDetail.emptyValue": "None",
"paymentDetail.invalidId": "Invalid payment id.",
"paymentDetail.notFound": "Payment was not found.",
"paymentDetail.paymentMethod": "Paid by",
"paymentDetail.paymentMethod.cash": "Cash",
"paymentDetail.paymentMethod.iban": "IBAN",
"paymentDetail.paymentMethod.none": "Not reconciled yet",
"paymentDetail.paymentMethod.onchain": "On-chain",
"paymentDetail.paymentMethod.spark": "Lightning",
"paymentDetail.paymentNumber.date": "Number date",
"paymentDetail.paymentNumber.serialNumber": "Serial number",
"paymentDetail.reconciliation.claimedAt": "Reconciled at",
"paymentDetail.reconciliation.source.auto": "Auto",
"paymentDetail.reconciliation.source.manual": "Manual",
"paymentDetail.reconciliations": "Reconciliations",
"paymentDetail.reconciliations.empty":
"No transaction has been reconciled with this payment yet.",
"paymentDetail.status.canceled": "Canceled",
"paymentDetail.status.paid": "Paid",
"paymentDetail.status.pending": "Pending",
"paymentDetail.tableId": "Table",
"paymentDetail.tipAmount": "Tip",
"paymentDetail.title": "Payment detail",
"paymentDetail.transaction.account": "Account",
"paymentDetail.transaction.amount": "Transaction amount",
"paymentDetail.transaction.bankReference": "Bank reference",
"paymentDetail.transaction.id": "Transaction",
"paymentDetail.transaction.note": "Note",
"paymentDetail.transaction.occurredAt": "Occurred at",
"paymentDetail.transaction.paymentHash": "Payment hash",
"paymentDetail.transaction.recordedAt": "Recorded at",
"paymentDetail.transaction.source": "Transaction source",
"paymentDetail.transaction.sparkTransferId": "Spark transfer",
"paymentDetail.transaction.variableSymbol": "Variable symbol",
"paymentDetail.updatedAt": "Updated at",
"settings.about.app.description":
"A local-first payment terminal for Bitcoin-native sales.",
"settings.about.app.title": "Payky",
"settings.about.github.description":
"Join the development and follow the project",
"settings.about.github.title": "Source code on GitHub",
"settings.about.description": "Version, terms and contact",
"settings.about.privacy.body":
"PAYKY - PRIVACY POLICY\n\n1. DATA COLLECTION\nPayky does not sell personal data and is designed to keep application data local to your device. The app stores terminal settings, catalog data, payment records, and related operational data locally and synchronizes application data through Evolu.\n\n2. PAYMENT DATA\nPayment and terminal data may include amounts, timestamps, item names, payment status, mint information, device identifiers, and other records needed to operate a Bitcoin payment terminal. Keep your device, credentials, backups, and mint or wallet access data secure.\n\n3. NETWORK COMMUNICATIONS\nThe app may communicate with:\n- Evolu synchronization infrastructure to sync local-first application data\n- Cashu mints to issue, redeem, or manage ecash tokens\n- Lightning or wallet services used to create or settle payments\n- Price or exchange-rate APIs when fiat conversion is enabled\n\nThese services may have their own privacy policies, logs, and retention rules.\n\n4. ANALYTICS AND ERROR REPORTING\nPayky does not use analytics or tracking services. Optional error reporting through Sentry is available to help diagnose crashes and bugs. It is off by default and only activates if you turn it on in Settings > Privacy. When enabled, error reports may include device and app information, and error messages and stack traces; recovery phrases and bank account numbers are automatically redacted before being sent.\n\n5. THIRD-PARTY MINTS\nWhen using ecash mints, the mint operator may see transaction amounts, timing, token redemption activity, and related metadata. Choose trusted mints and avoid keeping unnecessary balances with any single mint.\n\n6. BACKUPS AND SYNC\nIf synchronization or backup features are enabled, application data may be transmitted to synchronization infrastructure. Treat synced data as operational business data and protect every device that can access it.\n\n7. CONTACT\nPrivacy contact details will be published with the project documentation.\n\nLast updated: June 2026",
"settings.about.privacy.description":
"Application data is stored locally and synchronized through Evolu.",
"settings.about.privacy.heading": "Payky Privacy Policy",
"settings.about.privacy.summary":
"Adapted for a local-first Bitcoin payment terminal.",
"settings.about.privacy.title": "Data and privacy",
"settings.about.terms.body":
'PAYKY - TERMS OF SERVICE\n\n1. ACCEPTANCE\nBy using this payment terminal application, you agree to these terms.\n\n2. NATURE OF SERVICE\nPayky is a local-first Bitcoin payment terminal using Cashu ecash technology and related payment infrastructure. You are responsible for how you configure the app, which mints and services you use, and how you handle received funds.\n\n3. ACCESS AND RECOVERY\nKeep your device, credentials, backups, and any wallet or mint access data secure. Payky cannot recover lost credentials, unavailable mint balances, or funds sent to incorrect destinations.\n\n4. NO WARRANTY\nThis software is provided "as is" without warranty of any kind. Use it at your own risk.\n\n5. LIMITATION OF LIABILITY\nWe are not liable for any loss of funds, business interruption, payment failure, bugs, user error, or third-party mint or service failure.\n\n6. ECASH MINTS\nEcash tokens are issued and redeemed by third-party mints. These mints may fail, become unavailable, change terms, or refuse redemption. Consider spreading risk across multiple mints and only keep balances you are prepared to lose.\n\n7. PRIVACY\nPayky is designed to store application data locally and synchronize it through Evolu. Payments may still be processed through ecash mints, Lightning services, or other third-party infrastructure, which may have their own privacy policies and logs.\n\n8. UPDATES\nThese terms may be updated. Continued use of Payky constitutes acceptance of the updated terms.\n\nLast updated: June 2026',
"settings.about.terms.description":
"Read the terms that apply when using Payky.",
"settings.about.terms.heading": "Payky Terms of Service",
"settings.about.terms.summary":
"Adapted for a local-first Bitcoin payment terminal.",
"settings.about.terms.title": "Terms of Service",
"settings.about.title": "About",
"settings.about.version.title": "Version",
"settings.accountAndSync": "ACCOUNT & SYNC",
"settings.accounts.create.action": "Create account",
"settings.accounts.create.description":
"Generate a new recovery phrase and switch to that account.",
"settings.accounts.create.title": "New account",
"settings.accounts.description":
"Switch between local app accounts on this device",
"settings.accounts.list.active": "Active",
"settings.accounts.list.createdAt": "Created",
"settings.accounts.list.current": "Current",
"settings.accounts.list.description":
"These accounts are stored only in this device profile.",
"settings.accounts.list.empty": "No accounts saved on this device.",
"settings.accounts.list.lastUsed": "Last used",
"settings.accounts.list.remove": "Remove",
"settings.accounts.list.switch": "Switch",
"settings.accounts.list.title": "Device accounts",
"settings.accounts.restore.action": "Use recovery phrase",
"settings.accounts.restore.description":
"Paste an existing recovery phrase to open its app data on this device.",
"settings.accounts.restore.mnemonic.description":
"Whitespace is normalized before validation.",
"settings.accounts.restore.mnemonic.invalid":
"Enter a valid BIP39 recovery phrase.",
"settings.accounts.restore.mnemonic.label": "Recovery phrase",
"settings.accounts.restore.mnemonic.placeholder":
"abandon abandon abandon ...",
"settings.accounts.restore.mnemonic.required": "Recovery phrase is required.",
"settings.accounts.restore.title": "Existing account",
"settings.accounts.nav.description":
"Choose which user account is active on this device",
"settings.accounts.nav.title": "Switch User Account",
"settings.accounts.title": "App Account",
"settings.appVersion": "App version:",
"settings.baskets.description": "Create preset names for quick basket saving",
"settings.baskets.title": "Basket Names",
"settings.cashRegisterAccount.enabled.description":
"Cash payments can be attached to prepared payments when enabled.",
"settings.cashRegisterAccount.enabled.label": "Enable cash register",
"settings.cashRegisterAccount.form.description":
"Cash register payments use the currently selected fiat currency.",
"settings.cashRegisterAccount.form.title": "Cash register",
"settings.cashRegisterAccount.save": "Save cash register",
"settings.cashRegisterAccount.saved": "Cash register saved.",
"settings.appearance": "APPEARANCE & LANGUAGE",
"settings.defaultPaymentMethod.cashRegister.description":
"Open new payments with the cash tab selected.",
"settings.defaultPaymentMethod.cashRegister.title": "Cash payment",
"settings.defaultPaymentMethod.description":
"Choose which enabled method is selected first during checkout",
"settings.defaultPaymentMethod.empty":
"No payment method is currently available for the selected fiat currency.",
"settings.defaultPaymentMethod.empty.action": "Manage payment accounts",
"settings.defaultPaymentMethod.iban.description":
"Open new payments with the bank QR tab selected.",
"settings.defaultPaymentMethod.iban.title": "Bank QR payment",
"settings.defaultPaymentMethod.mode.description":
"Only enabled methods compatible with the selected fiat currency are shown.",
"settings.defaultPaymentMethod.mode.disabledDescription":
"The saved default is not available. Select a new enabled method.",
"settings.defaultPaymentMethod.mode.title": "Default checkout method",
"settings.defaultPaymentMethod.saved": "Default payment method saved.",
"settings.defaultPaymentMethod.spark.description":
"Open new payments with the Bitcoin / Spark tab selected.",
"settings.defaultPaymentMethod.spark.title": "Bitcoin / Spark payment",
"settings.defaultPaymentMethod.title": "Default Payment Method",
"settings.debugConsole.clear": "Clear",
"settings.debugConsole.description": "Inspect captured app console output",
"settings.debugConsole.empty": "No console entries captured yet.",
"settings.debugConsole.history.title": "Console output history",
"settings.debugConsole.pause": "Pause",
"settings.debugConsole.resume": "Resume",
"settings.debugConsole.title": "Debug Console",
"settings.developers": "DEVELOPERS",
"settings.evoluExport.action": "Export",
"settings.evoluExport.action.pending": "Exporting...",
"settings.evoluExport.confirm.description":
"The export will be saved without redaction.",
"settings.evoluExport.confirm.label":
"I understand that the export may contain sensitive data.",
"settings.evoluExport.database.app": "App database",
"settings.evoluExport.database.app.description":
"Business data, payment records, wallet metadata, account settings, and plugin configuration for the active account.",
"settings.evoluExport.database.device": "Device database",
"settings.evoluExport.database.device.description":
"Local device profile, app accounts, recovery phrases, and sync transport settings stored on this device.",
"settings.evoluExport.description":
"Export local Evolu databases for backup and support",
"settings.evoluExport.destination.capacitor":
"Files will be saved to Documents/ on this device.",
"settings.evoluExport.destination.web":
"Files will be downloaded by this browser.",
"settings.evoluExport.format.description":
"Each selected database is exported as a raw SQLite file.",
"settings.evoluExport.format.sqlite": "SQLite",
"settings.evoluExport.options.description":
"Choose which local databases should be included.",
"settings.evoluExport.options.format": "Format",
"settings.evoluExport.options.scope": "Export scope",
"settings.evoluExport.options.title": "Export settings",
"settings.evoluExport.status.createdAt": "Created at {createdAt}",
"settings.evoluExport.status.error": "Export failed.",
"settings.evoluExport.status.savedTo": "Saved to {path}",
"settings.evoluExport.status.success": "Export completed.",
"settings.evoluExport.status.title": "Export status",
"settings.evoluExport.title": "Evolu Export",
"settings.evoluExport.warning.businessData": "business data",
"settings.evoluExport.warning.description":
"Full database exports may contain data that grants access to funds, integrations, or private business history. Store exported files securely and share them only with trusted recipients.",
"settings.evoluExport.warning.localConfiguration":
"local app configuration and sync settings",
"settings.evoluExport.warning.payments": "bills, payments, and transactions",
"settings.evoluExport.warning.secrets":
"wallet mnemonics, recovery phrases, and API tokens",
"settings.evoluExport.warning.title": "Sensitive export",
"settings.evoluExport.warning.walletMetadata": "wallet-related metadata",
"settings.donations.amount.invalid": "Enter a positive whole number of sats.",
"settings.donations.amount.range":
"The amount is outside the allowed donation range.",
"settings.donations.amount.required": "Enter a donation amount.",
"settings.donations.create": "Create invoice",
"settings.donations.create.pending": "Creating invoice...",
"settings.donations.description": "Support Payky development",
"settings.donations.fiat.description":
"Uses the currently selected fiat currency.",
"settings.donations.fiat.label": "Amount",
"settings.donations.form.description":
"Enter either amount. The other field is calculated from the current BTC rate.",
"settings.donations.form.title": "Donation amount",
"settings.donations.invoice.copy": "Copy invoice",
"settings.donations.invoice.copied": "Invoice copied.",
"settings.donations.invoice.copyFailed": "Could not copy invoice.",
"settings.donations.invoice.backToSettings": "Back to settings",
"settings.donations.invoice.description":
"Scan this Lightning invoice to pay.",
"settings.donations.invoice.error": "Could not create the donation invoice.",
"settings.donations.invoice.missing": "The donation invoice is missing.",
"settings.donations.invoice.openWallet": "Open in wallet",
"settings.donations.invoice.title": "Lightning invoice",
"settings.donations.invoice.verify.paid": "Payment received",
"settings.donations.invoice.verify.paid.description":
"Thank you for supporting the development of this app.",
"settings.donations.invoice.verify.waiting": "Waiting for payment...",
"settings.donations.metadata.error":
"Could not load the donation Lightning address.",
"settings.donations.rate.error": "Could not load the BTC exchange rate.",
"settings.donations.sats.description": "Whole sats only.",
"settings.donations.sats.label": "Sats",
"settings.donations.sats.range": "Allowed range: {min}-{max} sats.",
"settings.donations.title": "Donations",
"settings.donations.history.title": "Recent donations",
"settings.donations.history.item": "Donation",
"settings.donations.history.amount": "{amount} sats",
"settings.donations.history.empty.title": "No donations yet",
"settings.donations.history.empty.description":
"Donations will appear here once received.",
"settings.donations.history.error": "Could not load donation history.",
"settings.donations.history.loadMore": "Load more",
"settings.donations.history.loadMore.pending": "Loading...",
"settings.fiat.czk.description": "Use Czech koruna for terminal amounts",
"settings.fiat.czk.title": "Czech koruna",
"settings.fiat.description": "Choose your default fiat currency",
"settings.fiat.eur.description": "Use euro for terminal amounts",
"settings.fiat.eur.title": "Euro",
"settings.fiatBankAccount.description":
"Configure the bank account used for fiat payments",
"settings.fiatBankAccount.currency.description":
"Payments in this currency can use this bank account.",
"settings.fiatBankAccount.currency.label": "Bank account currency",
"settings.fiatBankAccount.enabled.description":
"Disabled accounts stay stored but are ignored by payment flows.",
"settings.fiatBankAccount.enabled.label": "Enable fiat bank account",
"settings.fiatBankAccount.form.description":
"This app currently uses one deterministic fiat bank account.",
"settings.fiatBankAccount.form.title": "Bank account details",
"settings.fiatBankAccount.iban.description":
"Enter an IBAN or a Czech account number such as 123456789/0100. The saved value is normalized to IBAN.",
"settings.fiatBankAccount.iban.invalid":
"Enter a valid IBAN or Czech account number.",
"settings.fiatBankAccount.iban.label": "IBAN or account number",
"settings.fiatBankAccount.iban.required":
"IBAN or account number is required when the bank account is enabled.",
"settings.fiatBankAccount.qrFormat.description":
"This format is shown first for bank QR payments.",
"settings.fiatBankAccount.qrFormat.label": "Default QR format",
"settings.fiatBankAccount.qrFormat.payBySquare1_0_0":
"Pay by square 1.0 (Slovakia)",
"settings.fiatBankAccount.qrFormat.payBySquare1_2_0":
"Pay by square 1.2 (Slovakia)",
"settings.fiatBankAccount.qrFormat.spayd": "SPAYD (Czechia)",
"settings.fiatBankAccount.save": "Save bank account",
"settings.fiatBankAccount.saved": "Bank account saved.",
"settings.fiatBankAccount.title": "Fiat Bank Account",
"settings.fioPlugin.active.description":
"When enabled, the plugin checks Fio Bank transactions for the fiat bank account.",
"settings.fioPlugin.active.label": "Enable Fio plugin",
"settings.fioPlugin.create": "Create Fio plugin",
"settings.fioPlugin.description":
"Configure Fio Bank transaction sync tokens",
"settings.fioPlugin.form.description":
"The plugin currently uses the deterministic fiat bank account.",
"settings.fioPlugin.form.title": "Basic settings",
"settings.fioPlugin.interval.description":
"How often the plugin should check for new transactions.",
"settings.fioPlugin.interval.invalid":
"Enter a whole number greater than zero.",
"settings.fioPlugin.interval.label": "Seconds between checks",
"settings.fioPlugin.lastSyncedDate.description":
"Local sync pointer. If no pointer exists yet, yesterday is used.",
"settings.fioPlugin.lastSyncedDate.invalid": "Enter a valid date.",
"settings.fioPlugin.lastSyncedDate.label": "Last synced date",
"settings.fioPlugin.save": "Save Fio plugin",
"settings.fioPlugin.saved": "Fio plugin settings saved.",
"settings.fioPlugin.syncLookbackDays.description":
"How many days before the last local sync pointer should be checked again.",
"settings.fioPlugin.syncLookbackDays.invalid":
"Enter a whole number greater than zero.",
"settings.fioPlugin.syncLookbackDays.label": "Sync lookback days",
"settings.fioPlugin.title": "Fio Plugin",
"settings.fioPlugin.nativeRuntimeWarning.title":
"Fio plugin is available only in the native app.",
"settings.fioPlugin.nativeRuntimeWarning.description":
"This app is currently running in a regular browser/PWA environment, so automatic Fio payment checks will not run here.",
"settings.fioPlugin.token.description":
"Leave empty to update only basic settings.",
"settings.fioPlugin.token.firstDescription":
"Add the first Fio API token to create the plugin.",
"settings.fioPlugin.token.invalid": "Enter a token up to 255 characters.",
"settings.fioPlugin.token.label": "Fio API token",
"settings.fioPlugin.token.required":
"The first token is required when creating the plugin.",
"settings.fioPlugin.tokens.active": "Active",
"settings.fioPlugin.tokens.createFirst":
"Create the plugin with the first API token before managing tokens.",
"settings.fioPlugin.tokens.description":
"Stored tokens are used when checking account transactions.",
"settings.fioPlugin.tokens.empty": "No tokens saved.",
"settings.fioPlugin.tokens.item": "Fio API token",
"settings.fioPlugin.tokens.remove": "Remove",
"settings.fioPlugin.tokens.title": "Tokens",
"settings.fiat.mode.description":
"Choose the fiat currency used by default when creating payments.",
"settings.fiat.mode.title": "Default fiat currency",
"settings.fiat.title": "Fiat Currency",
"settings.fiat.usd.description": "Use US dollar for terminal amounts",
"settings.fiat.usd.title": "US dollar",
"settings.general": "GENERAL",
"settings.items.description": "Create and manage catalog items",
"settings.items.title": "Items",
"settings.language.czech.description": "Use Czech translations",
"settings.language.czech.title": "Czech",
"settings.language.description": "Choose app language and region",
"settings.language.english.description": "Use English translations",
"settings.language.english.title": "English",
"settings.language.locale.czech.description":
"Use Czech date, number, and currency formatting",
"settings.language.locale.czech.title": "Czechia",
"settings.language.locale.description":
"Choose the regional format used for dates, numbers, and currencies.",
"settings.language.locale.english.description":
"Use United States date, number, and currency formatting",
"settings.language.locale.english.title": "United States",
"settings.language.locale.slovak.description":
"Use Slovak date, number, and currency formatting",
"settings.language.locale.slovak.title": "Slovakia",
"settings.language.locale.title": "Regional format",
"settings.language.mode.description":
"Choose which language the app should use.",
"settings.language.mode.title": "App language",
"settings.language.slovak.description": "Use Slovak translations",
"settings.language.slovak.title": "Slovak",
"settings.language.title": "Language & Region",
"settings.mints.description": "Manage Cashu mints and Lightning settings",
"settings.mints.title": "Mints",
"settings.paymentAccounts.description":
"Configure bank, Spark, and cash register accounts",
"settings.paymentAccounts.title": "Payment Accounts",
"settings.paymentNumberSeries.day.default.description":
"Include the two-digit day in generated payment numbers",
"settings.paymentNumberSeries.day.default.title": "Show day",
"settings.paymentNumberSeries.day.hidden.description":
"Do not include the day in generated payment numbers",
"settings.paymentNumberSeries.day.hidden.title": "Hide day",
"settings.paymentNumberSeries.day.label": "Day format",
"settings.paymentNumberSeries.description":
"Configure how payment numbers are generated",
"settings.paymentNumberSeries.form.description":
"These values define the deterministic payment number series used by the terminal.",
"settings.paymentNumberSeries.form.title": "Number series format",
"settings.paymentNumberSeries.lastNumber.date.description":
"Anchor date used to decide whether the next payment continues or resets the series. Leave empty to reset on the next payment.",
"settings.paymentNumberSeries.lastNumber.date.invalid": "Enter a valid date.",
"settings.paymentNumberSeries.lastNumber.date.label": "Anchor date",
"settings.paymentNumberSeries.lastNumber.description":
"Override the last used serial number. The next generated payment number will continue from this value.",
"settings.paymentNumberSeries.lastNumber.save": "Save last number",
"settings.paymentNumberSeries.lastNumber.saved": "Last number saved.",
"settings.paymentNumberSeries.lastNumber.serialNumber.description":
"Last used serial number. For example, enter 499 if the next payment should use 500.",
"settings.paymentNumberSeries.lastNumber.serialNumber.invalid":
"Enter zero or a positive whole number.",
"settings.paymentNumberSeries.lastNumber.serialNumber.label":
"Last serial number",
"settings.paymentNumberSeries.lastNumber.title": "Last used number",
"settings.paymentNumberSeries.month.default.description":
"Include the two-digit month in generated payment numbers",
"settings.paymentNumberSeries.month.default.title": "Show month",
"settings.paymentNumberSeries.month.hidden.description":
"Do not include the month in generated payment numbers",
"settings.paymentNumberSeries.month.hidden.title": "Hide month",
"settings.paymentNumberSeries.month.label": "Month format",
"settings.paymentNumberSeries.prefix.description":
"Optional prefix added before generated payment numbers.",
"settings.paymentNumberSeries.prefix.invalid":
"Enter a prefix up to 255 characters.",
"settings.paymentNumberSeries.prefix.label": "Prefix",
"settings.paymentNumberSeries.save": "Save number series",
"settings.paymentNumberSeries.saved": "Number series saved.",
"settings.paymentNumberSeries.serialNumberDigits.description":
"Minimum number of digits for the increasing serial part.",
"settings.paymentNumberSeries.serialNumberDigits.invalid":
"Enter a whole number greater than zero.",
"settings.paymentNumberSeries.serialNumberDigits.label":
"Serial number digits",
"settings.paymentNumberSeries.title": "Payment Number Series",
"settings.paymentNumberSeries.year.default.description":
"Include the full four-digit year in generated payment numbers",
"settings.paymentNumberSeries.year.default.title": "Full year",
"settings.paymentNumberSeries.year.label": "Year format",
"settings.paymentNumberSeries.year.short.description":
"Include the short two-digit year in generated payment numbers",
"settings.paymentNumberSeries.year.short.title": "Short year",
"settings.payments": "PAYMENTS",
"settings.privacy.description": "Manage error reporting",
"settings.privacy.errorReporting.description":
"Send crash reports and error details to help fix bugs. Off by default — nothing is sent unless you turn this on.",
"settings.privacy.errorReporting.disable": "Disable",
"settings.privacy.errorReporting.disabled": "Disabled",
"settings.privacy.errorReporting.enable": "Enable",
"settings.privacy.errorReporting.enabled": "Enabled",
"settings.privacy.errorReporting.title": "Error reporting",
"settings.privacy.title": "Privacy",
"settings.privacyGroup": "PRIVACY",
"settings.readiness.description":
"Checklist for using Payky with real customers",
"settings.readiness.item.bankAccount.action": "Set up bank account",
"settings.readiness.item.bankAccount.description":
"Bank QR payments need an enabled account for the current fiat currency.",
"settings.readiness.item.bankAccount.title": "Bank account",
"settings.readiness.item.defaultPaymentMethod.action": "Choose default",
"settings.readiness.item.defaultPaymentMethod.description":
"Checkout should open with a payment method that is enabled now.",
"settings.readiness.item.defaultPaymentMethod.title":
"Default payment method",
"settings.readiness.item.fioPlugin.action": "Configure Fio",
"settings.readiness.item.fioPlugin.description":
"Automatic bank transaction matching is ready when an active Fio plugin exists for bank payments.",
"settings.readiness.item.fioPlugin.title": "Fio transaction sync",
"settings.readiness.item.paymentMethods.action": "Manage payment accounts",
"settings.readiness.item.paymentMethods.description":
"Enable at least one way to accept payments in the terminal.",
"settings.readiness.item.paymentMethods.title": "Payment methods",
"settings.readiness.item.recoveryPhrase.action": "Open security settings",
"settings.readiness.item.recoveryPhrase.description":
"The active account has a recovery phrase available for backup.",
"settings.readiness.item.recoveryPhrase.title": "Recovery phrase",
"settings.readiness.item.sync.action": "Configure sync",
"settings.readiness.item.sync.description":
"An active sync transport helps keep the terminal data backed up across devices.",
"settings.readiness.item.sync.title": "Data sync",
"settings.readiness.progress": "{completed} of {total} items complete",
"settings.readiness.status.completed": "Completed",
"settings.readiness.status.notCompleted": "Not completed",
"settings.readiness.summary.description":
"Use this practical checklist before accepting real payments.",
"settings.readiness.summary.title": "Setup checklist",
"settings.readiness.title": "Setup Status",
"settings.security": "SECURITY & PRIVACY",
"settings.security.description": "Manage sync transports and recovery access",
"settings.security.title": "Security & Sync",
"settings.security.mnemonic.description":
"Read the recovery phrase for the active local account.",
"settings.security.mnemonic.help":
"Keep this phrase private. Anyone with it can restore the account.",
"settings.security.mnemonic.label": "Recovery phrase",
"settings.security.mnemonic.title": "Account recovery",
"settings.security.transports.active": "Active",
"settings.security.transports.activate": "Activate",
"settings.security.transports.add": "Add transport",
"settings.security.transports.deactivate": "Deactivate",
"settings.security.transports.description":
"Configure Evolu WebSocket sync endpoints for this device account.",
"settings.security.transports.empty": "No transports saved.",
"settings.security.transports.footer":
"Inactive transports stay stored but are ignored when opening the app data.",
"settings.security.transports.inactive": "Inactive",
"settings.security.transports.saved": "Transport added.",
"settings.security.transports.title": "Evolu transports",
"settings.security.transports.url.description":
"Only secure WebSocket URLs starting with wss: are accepted.",
"settings.security.transports.url.invalid": "Enter a valid wss URL.",
"settings.security.transports.url.label": "WebSocket URL",
"settings.security.transports.websocket": "WebSocket",
"settings.support": "SUPPORT & INFO",
"settings.sparkAccount.enabled.description":
"Disabled Spark accounts stay stored but are ignored by payment flows.",
"settings.sparkAccount.enabled.label": "Enable Spark account",
"settings.sparkAccount.form.description":
"Store the Spark wallet mnemonic used to receive Lightning payments.",
"settings.sparkAccount.form.title": "Spark account",
"settings.sparkAccount.mnemonic.description":
"Whitespace is normalized before saving.",
"settings.sparkAccount.mnemonic.invalid":
"Enter a mnemonic up to 255 characters.",
"settings.sparkAccount.mnemonic.label": "Mnemonic",
"settings.sparkAccount.mnemonic.placeholder": "abandon abandon abandon ...",
"settings.sparkAccount.mnemonic.required":
"Mnemonic is required when the Spark account is enabled.",
"settings.sparkAccount.privacyMode.description":
"Enables Spark wallet privacy mode for Lightning payments.",
"settings.sparkAccount.privacyMode.label": "Enable privacy mode",
"settings.sparkAccount.privacyMode.loading": "Loading privacy mode...",
"settings.sparkAccount.privacyMode.loadError":
"Could not load the Spark privacy mode setting.",
"settings.sparkAccount.privacyMode.saveError":
"Could not save the Spark privacy mode setting.",
"settings.sparkAccount.save": "Save Spark account",
"settings.sparkAccount.saved": "Spark account saved.",
"settings.terminal": "TERMINAL",
"settings.theme.description": "Switch between light and dark mode",
"settings.theme.dark.description": "Always use the dark interface",
"settings.theme.dark.title": "Dark",
"settings.theme.light.description": "Always use the light interface",
"settings.theme.light.title": "Light",
"settings.theme.mode.description":
"Choose a fixed theme or follow your device setting.",
"settings.theme.mode.title": "Appearance mode",
"settings.theme.system.description": "Follow the operating system setting",
"settings.theme.system.title": "Auto",
"settings.theme.title": "Theme",
"settings.tips.description": "Configure tip options for checkout",
"settings.tips.title": "Tips",
"settings.title": "Settings",
"settings.webhooks.description":
"Feed sales data to external admin dashboards",
"settings.webhooks.title": "Webhooks",
"settings.withdrawals.description":
"Send Bitcoin from a Spark account to an on-chain address",
"settings.withdrawals.title": "Withdrawals",
"withdraw.address.invalid": "Enter a valid Bitcoin address.",
"withdraw.address.label": "Destination address",
"withdraw.address.paste": "Paste",
"withdraw.address.pasteError": "Couldn't read the clipboard.",
"withdraw.address.placeholder": "Enter or paste a Bitcoin address",
"withdraw.address.scan": "Scan",
"withdraw.all.description": "Send the entire available balance.",
"withdraw.all.label": "Withdraw all",
"withdraw.amount.available": "Available: {amount} sats",
"withdraw.amount.invalid": "Enter an amount greater than 0.",
"withdraw.amount.label": "Amount",
"withdraw.amount.placeholder": "Amount in sats",
"withdraw.continue": "Continue",
"withdraw.error.accountNotFound": "The Spark account could not be found.",
"withdraw.error.insufficientBalance":
"This amount exceeds your available balance.",
"withdraw.form.description":
"Send Bitcoin from your Spark wallet to an on-chain address.",
"withdraw.form.title": "Withdraw to an address",
"withdraw.noAccount.action": "Go to payment accounts",
"withdraw.noAccount.description":
"Set up a Spark wallet in Payment accounts before withdrawing.",
"withdraw.noAccount.title": "No Spark account configured",
"withdraw.quoteError.generic": "Couldn't fetch a fee estimate. Try again.",
"withdraw.quotePending": "Fetching fee estimate...",
"withdraw.result.copied": "Transaction ID copied",
"withdraw.result.copyError": "Couldn't copy the transaction ID.",
"withdraw.result.copyTxid": "Copy",
"withdraw.result.description":
"Your withdrawal was submitted to the network.",
"withdraw.result.done": "Done",
"withdraw.result.status": "Status",
"withdraw.result.title": "Withdrawal sent",
"withdraw.result.txid": "Transaction ID",
"withdraw.result.viewOnExplorer": "View on mempool.space",
"withdraw.review.amount": "Withdrawal amount",
"withdraw.review.back": "Back",
"withdraw.review.confirm": "Confirm withdrawal",
"withdraw.review.confirming": "Sending...",
"withdraw.review.destination": "Destination",
"withdraw.review.error": "The withdrawal could not be completed. Try again.",
"withdraw.review.error.interrupted":
"The withdrawal was interrupted before it completed. Try again.",
"withdraw.review.error.recordFailed":
"The wallet sent the withdrawal, but Payky could not save the transaction record. Check history before retrying.",
"withdraw.review.error.sparkFailed":
"Spark rejected the withdrawal request. Check the wallet balance and destination address, then try again.",
"withdraw.review.fee": "Estimated network fee",
"withdraw.review.speed.fast": "Fast",
"withdraw.review.speed.medium": "Medium",
"withdraw.review.speed.slow": "Slow",
"withdraw.review.title": "Review withdrawal",
"withdraw.review.total": "Total amount deducted",
"withdraw.review.warning":
"Bitcoin transactions cannot be reversed. Double-check the address before confirming.",
"withdraw.sats": "{amount} sats",
"withdraw.scan.close": "Close",
"withdraw.scan.error":
"Couldn't access the camera. Enter the address manually.",
"withdraw.scan.title": "Scan address",
} as const
export type TranslationKey = keyof typeof en