-
Notifications
You must be signed in to change notification settings - Fork 5
/
en.json
1300 lines (1300 loc) · 60 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
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
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"package.core": {
"assetActivityList.viewAll": "View All",
"assetSelectorOverlay": {
"youDonthaveAnyTokens": "You don't have any tokens.",
"justAddSomeDigitalAssetsToGetStarted": "Just add some digital assets to get started.",
"noNFTs": "You don't have any NFTs to send.",
"addFundsToStartYourWeb3Journey.": "Add funds to start your Web3 journey.",
"usedAllAssets": "All gone! You've already selected everything",
"noMatchingResult": "No results matching your search"
},
"assetActivityItem": {
"entry": {
"asset": "asset",
"token": "token",
"tokens": "tokens",
"staking": "Staking",
"name": {
"delegation": "Delegation",
"delegationDeregistration": "Stake Key De-Registration",
"delegationRegistration": "Stake Key Registration",
"rewards": "Rewards",
"incoming": "Received",
"outgoing": "Sent",
"sending": "Sending",
"self": "Self Transaction"
}
}
},
"transactionDetailBrowser": {
"address": "Address",
"sent": "Sent",
"sending": "Sending",
"header": "Summary of your activity",
"transactionHash": "Transaction Hash",
"status": "Status",
"timestamp": "Timestamp",
"inputs": "Inputs",
"outputs": "Outputs",
"transactionFee": "Transaction fee",
"deposit": "Deposit",
"depositReclaim": "Returned deposit",
"metadata": "Metadata",
"transactionFeeInfo": "The amount you have been charged to process your transaction",
"received": "Received",
"delegation": "Delegation",
"registration": "Stake Key Registration",
"deregistration": "Stake Key De-registration",
"poolName": "Pool name",
"poolTicker": "Pool ticker",
"poolId": "Pool ID",
"rewards": "Rewards",
"rewardsDescription": "When available, your rewards will be withdrawn automatically every time you send Tokens.",
"summary": "Summary",
"from": "From",
"to": "To",
"multipleAddresses": "Multiple addresses",
"pools": "Pool(s)"
},
"walletNameAndPasswordSetupStep": {
"title": "Let's set up your new wallet",
"description": "Choose a name to identify your wallet and set up your password to unlock your wallet and make transactions.",
"nameInputLabel": "Wallet name",
"nameMaxLength": "Max. 20 characters",
"passwordInputLabel": "Password",
"confirmPasswordInputLabel": "Confirm password",
"nameRequiredMessage": "Wallet name is required",
"noMatchPassword": "Oops! The passwords don't match.",
"secondLevelPasswordStrengthFeedback": "Getting there! Add some symbols and numbers to make it stronger.",
"firstLevelPasswordStrengthFeedback": "Weak password. Add some numbers and characters to make it stronger."
}
},
"tab.main.title": "Tab extension",
"general": {
"buttons.back": "Back",
"button.cancel": "Cancel",
"button.confirm": "Confirm",
"button.agree": "Agree",
"button.home": "Home",
"button.close": "Close",
"button.send": "Send",
"button.copy": "Copy",
"button.copied": "Copied",
"button.continue": "Continue",
"button.reload": "Reload",
"button.authorize": "Authorize",
"clipboard.copiedToClipboard": "Copied to clipboard",
"adaFollowingNumericValue": "ADA",
"errors": {
"networkError": "Network Error",
"uhoh": "Uh Oh!",
"tryAgain": "Try again",
"invalidPassword": "Invalid password",
"invalidMnemonic": "Invalid mnemonic",
"somethingWentWrong": "Something went wrong, please try again",
"insufficientBalance": "Insufficient balance",
"utxoNotFragmentedEnough": "UTxO Not Fragmented Enough",
"utxoFullyDepleted": "UTxO Fully Depleted",
"maximumInputCountExceeded": "Maximum Input Count Exceeded",
"bundleAmountIsEmpty": "Amount value missing",
"incorrectAddress": "Incorrect address",
"incorrectHandle": "Handle not found",
"wrongNetworkAddress": "This address belongs to a different network",
"wrongAddressEra": "Byron addresses are not supported, please use a Shelley address instead.",
"handleConflict": "There is an address conflict. We expected {{receivedAddress}} but got {{actualAddress}}.",
"invalidHandle": "Invalid $handle"
},
"warnings": {
"youHaveToStartAgain": "You'll have to start again",
"areYouSureYouWantToExit": "Are you sure you want to exit?",
"thisWillNotBeSaved": "This will not be saved",
"cannotFetchPrice": "Unable to fetch fiat values. Everything's fine – just come back later.",
"priceDataExpired": "Price data expired - We are unable to fetch the most recent pricing information.\nDetails of the last ADA value recorded: {{ date }}",
"walletIsOffline": "Wallet is offline - Seems like your internet connection is not working. No worries, you can still navigate the wallet based on the latest connection you had."
},
"lock.helpAndSupport": "Help and support",
"lock.yourWalletIsLocked": "Your wallet is locked.",
"lock.toUnlockOpenPopUp": "To unlock, open the extension",
"networks": {
"mainnet": "Mainnet",
"preprod": "Preprod",
"preview": "Preview",
"legacyTestnet": "Legacy Testnet",
"custom": "Custom",
"offline": "Offline",
"error": "Your internet connection is not working. You can still navigate the wallet based on the latest connection you had.",
"connectionUnavailable": {
"title": "Poor connection",
"error": "You're online, but there's an issue on our end. We're working on it. And don't worry, your funds are safe."
}
},
"credit": {
"poweredBy": "Powered by",
"coinGecko": "CoinGecko"
},
"loading": "Loading..."
},
"multipleSelection.cancel": "Cancel",
"multipleSelection.selectMultiple": "Select multiple",
"multipleSelection.addToTransaction": "Add to transaction",
"multipleSelection.deselect": "Deselect",
"multipleSelection.reachedTheTxLimit": "You've reached the transaction size limit",
"multipleSelection.noOtherTokensCanBeAdded": "No other tokens can be added to this transaction.",
"multipleSelection.gotIt": "Got it",
"multipleSelection.clear": "Clear",
"walletOverview": {
"title": "Assets",
"balance.receiveBtn": "Receive",
"balance.sendBtn": "Send",
"toolbar.wallet": "Wallet",
"toolbar.activity": "Activity",
"cryptoAssets.coins": "Coins",
"cryptoAssets.nfts": "NFTs"
},
"transactions": {
"detail.title": "Activity detail",
"detail.blockInfo": "Block information"
},
"announcement.title.badge": "New",
"announcement.title.text": "release notes",
"announcement.cta": "Got it",
"walletSetup": {
"backModal": {
"youllHaveToStartAgain": "You'll have to start again",
"youWillBeShowANewRecoveryPhraseThePreviousOneWillBeDeleted": "You will be shown a new recovery phrase, the previous one will be deleted",
"iUnderstandGoBack": "Cancel",
"ohOkLetsContinue": "Got it"
},
"recoveryPhrase": {
"currentSet": "Set {{set}} - words {{start}} to {{end}}",
"enterYourSecretRecoveryPhrase": "Enter your secret recovery phrase",
"confirm": "confirm",
"iHaveWrittenDownAll24Word": "I have written down all 24 words",
"howOftenWouldYouLikeToVerifyYourPassphrase": "How often would you like to verify your passphrase?",
"verificationFrequencyDecription": "Keep your wallet secure by verifying your passphrase periodically"
},
"walletName": {
"pleaseNameYourWallet": "Please name your wallet",
"walletNameDescription": "Lorem ipsum dolor sit amet"
},
"setupOptions": {
"createNewWallet": "Create new wallet",
"createDescription": "Start with a fresh wallet",
"restoreWallet": "Restore wallet",
"restoreDescription": "By typing your secret phrase",
"getStarted": "Get started"
},
"password": {
"createYourWalletPassword": "Create your wallet password",
"capitalLetter": "1 capital letter",
"lowecasseLetter": "1 lowercase letter",
"number": "1 number",
"characterMin": "8 characters min",
"looksLikeThePasswordsYouHaveEnteredAreNotMatching": "Looks Like The Passwords You Have Entered Are Not Matching"
},
"layout": {
"btns": {
"next": "Next",
"back": "Back"
}
},
"restore": {
"recoveryPassphrasesFromOtherWalletsWillNotWork": "Recovery passphrases from other wallets will not work!"
}
},
"walletActivity": {
"sectionTitle": "Activity"
},
"send": {
"balanceAmount": "Balance: {{ amount }}",
"sectionTitle.sendFund": "Send funds",
"sectionTitle.confirmTransaction": "Confirm transaction",
"sectionTitle.TransactionSummary": "Transaction summary",
"form.cancel": "Cancel",
"form.next": "Next",
"form.addrTitle": "To",
"confirmation.enterYourSpendingPassword": "Enter your spending password",
"summary.youSign": "You sign:",
"addressBook.title": "Address book",
"networkFee": "Network fee",
"cancelModal.woopsWrongButton": "Woops wrong button",
"cancelModal.iUnderstandGoBack": "I understand, go back",
"cancelModal.title": "Back home?",
"cancelModal.description": "By pressing the 'Cancel' button you will be redirected to the home page",
"addressBook.nameLabel": "Wallet name",
"sendMultipleOutputsAtTheSameTime": "Send multiple outputs at the same time and add metadata. This means you can send multiple assets to different addresses in one transaction",
"theAmountYoullBeChargedToProcessYourTransaction": "The amount you'll be charged to process your transaction",
"connectYourLedger": "Connect your Ledger device directly to your computer. Unlock the device and open the Cardano app. Then click confirm.",
"connectYourTrezor": "Just connect your device to your computer. Unlock the device and click 'confirm' to continue",
"toSendAnNFTOrNativeToken": "To send an NFT or a native token, a small amount of ADA has to be sent with it to facilitate the operation",
"trezorDoesNotDupportDecimals": "Trezor does not support decimals for Cardano tokens, so your device's software may show incorrect amounts (3 token units as 3,000,000, for example) when sending these tokens."
},
"staking": {
"sectionTitle": "Staking",
"notEnoughFunds.title": "Not enough funds",
"notEnoughFunds.text": "You need at least 10 ADA to start staking",
"notStaking.title": "Find a pool to delegate",
"notStaking.text": "Enter a stake pool name or ID in the search bar. Delegate your funds to a pool by clicking on the Delegate button",
"confirmation.title": "Confirmation",
"details.confirmation.button.confirm": "Next",
"authorization.title": "Authorization",
"authorization.delegateBtnLabel": "Delegate",
"stakePools.sectionTitle": "Stake pools",
"expandView.title": "There is more!",
"expandView.description": "Get more information on the network and the pool in the browser experience",
"expandView.button": "Expand view",
"confirmation.stakingDeposit": "Staking deposit",
"confirmation.transactionFee": "Transaction fee",
"confirmation.theAmountYoullBeChargedForRegisteringYourStakeKey": "The amount you'll be charged for registering your stake key."
},
"poolDetails": {
"sectionTitle": "Pool detail",
"delegate": "Delegate to this pool"
},
"addressBook": {
"sectionTitle": "Address book",
"empty.sendSecurelyBySavingYourFavouriteAddresses": "Send securely by saving your favourite addresses",
"empty.addNewAddress": "Add address",
"errors": {
"nameTooLong": "Name too long ({{ maxLength }} characters max.)",
"givenAddressAlreadyExist": "Given address already exists",
"givenNameAlreadyExist": "Given name already exist"
},
"addressDetail.btn.copy": "Copy",
"editModal": {
"title": "Save Address"
},
"deleteModal.title": "Delete this address?",
"deleteModal.description": "Are you sure? There is no way to undo this action",
"deleteModal.buttons.cancel": "No",
"reviewModal": {
"title": "Review change to {{name}}'s handle",
"banner.browserDescription": "This handle may no longer belong to your contact {{name}}. Please, review to proceed.",
"banner.popUpDescription": "This handle may no longer belong to your contact {{name}}. Please,",
"banner.confirmReview.link": " review ",
"banner.popUpDescriptionEnd": " to proceed.",
"banner.confirmReview.button": "Review",
"confirmUpdate.button": "Accept changes",
"cancelUpdate.button": "Delete contact",
"previousAddress.description": "Previous linked address",
"actualAddress.description": "New linked address"
},
"updateModal.title": "Are you sure?",
"updateModal.description": "Make sure you have confirmed the new ownership of this address.",
"updateModal.button.confirm": "Proceed"
},
"unlock": {
"sectionTitle": "Welcome back!",
"button": "Unlock",
"input.placeholder": "Password",
"forgotPassword": "Forgot password?"
},
"forgotPassword": {
"title": "Forgot password?",
"description": "By confirming this action we will unpair your wallet and request to input your mnemonic passphrase.",
"confirm": "Proceed",
"cancel": "Cancel"
},
"settings": {
"title": "Settings",
"passphraseVerificationSection.title": "Passphrase verification",
"security.title": "Security",
"support.title": "Support",
"legals.title": "Legals",
"security.passphraseVerificationIntervals": "Passphrase verification intervals",
"legals.termsAndConditions": "Terms and conditions",
"legals.privacyPolicy": "Privacy policy",
"legals.cookiePolicy": "Cookie policy",
"legals.termsOfService": "Terms of service",
"support.faqs": "FAQ's",
"support.feesExplained": "Fees explained",
"copyAddress": "Copy address",
"copyHandle": "Copy handle"
},
"dapp": {
"nowallet.btn": "Create or restore a wallet",
"connect.header": "Authorize DApp",
"connect.btn.accept": "Authorize",
"connect.btn.cancel": "Cancel",
"connect.btn.justOnce": "Once",
"connect.btn.confirm": "Confirm",
"connect.modal.allowAlways": "Always",
"connect.modal.allowOnce": "Only once",
"connect.modal.header": "DApp connection",
"connect.modal.description": "You agree to whitelist this DApp to access your wallet.",
"confirm.header": "Confirm transaction",
"confirm.details.header": "Transaction",
"confirm.details.amount": "Amount",
"confirm.details.recepient": "Recipient",
"confirm.header.confirmData": "Confirm Data",
"confirm.header.signData": "Sign Data",
"confirm.btn.cancel": "Cancel",
"confirm.btn.confirm": "Confirm",
"confirm.details.fee": "Fee",
"sign.header": "Sign transaction",
"sign.success.header": "Done!",
"sign.success.title": "You can safely close this panel",
"sign.success.description": "The transaction is pending, the detail will soon appear in your activity",
"sign.failure.title": "Oops something went wrong!",
"sign.failure.description": "The transaction has not been proceed. Please try again",
"sign.data.success.description": "Data signed",
"sign.data.failure.description": "Signing failed. Please try again",
"list.title": "Authorized DApps",
"list.subTitle": "This is the list of the dApps you have authorized to interact with your wallet. You can remove them at anytime.",
"list.subTitleEmpty": "This is where you'll find any DApps you authorize to interact with your wallet.",
"list.removedSuccess": "DApp disconnected",
"list.removedFailure": "DApp disconnection unsuccessful",
"list.empty.text": "You don't have any authorized DApps",
"delete.title": "Hold up!",
"delete.description": "Are you sure you want to disconnect this DApp? You'll have to authorize it again.",
"delete.cancel": "Back",
"delete.confirm": "Disconnect DApp",
"noWallet.heading": "You don't have a wallet right now",
"noWallet.description": "You'll need to create or restore a wallet to connect to a dApp or make a transaction.",
"educationBanner.title": "DApp Guide",
"betaModal": {
"header": "DApp connector is now in Beta",
"content.1": "This feature is now available in Lace but we're still ironing out the kinks, so you may have issues connecting to a DApp or signing transactions.",
"content.2": "Please bear with us while we work on improving your experience.",
"btn.close": "Got it",
"btn.learnMore": "Learn more"
},
"transactions.confirm.title": "Confirm transaction",
"collateral.set.header": "Set Collateral",
"collateral.create.header": "Create Collateral",
"collateral.request": "{{dapp}} requires {{requestedAmount}} {{symbol}} collateral to proceed and {{lockableAmount}} {{symbol}} can be locked without any further transaction.",
"collateral.calculating": "Calculating Collateral",
"collateral.amountSeparated": "The amount is separated from your account balance, you can choose to return it to your balance at any time.",
"collateral.insufficientFunds.title": "Insufficient Funds",
"collateral.insufficientFunds.description": "Please add funds to your wallet to avoid and collateral issues",
"collateral.insufficientFunds.add": "Add funds"
},
"qrInfo": {
"receive": "Receive",
"title": "Your wallet address",
"scanQRCodeToConnectWallet": "Scan QR code or copy address",
"walletAddress": "Wallet address",
"publicKey": "Show public key"
},
"expandPopup": "Expand",
"browserView": {
"welcome": "Welcome!",
"addFundsToStartYourCryptoJourney": "Add funds to start your crypto journey",
"sidePanel.aboutYourWallet": "About your wallet",
"sidePanel.learnAbout": "Learn about",
"sidePanel.aboutStaking": "About staking",
"assets.add": "Add",
"assets.title": "Tokens",
"assets.token": "Token",
"assets.send": "Send",
"assets.welcome": "Welcome!",
"assets.addFundsToStartYourCryptoJourney": "Add funds to start your crypto journey",
"assets.startYourWeb3Journey": "Start your Web3 journey. Just add some digital assets to get started.",
"assets.totalWalletBalance": "Total wallet balance",
"assets.portfolioBalanceToolTip": "Approximate value of all tokens with available fiat pair",
"assetDetails.title": "Token detail",
"assetDetails.price": "Price",
"assetDetails.assetPrice": "Token price",
"assetDetails.assetBalance": "Token balance",
"assetDetails.recentTransactions": "Recent transactions",
"assetDetails.viewAll": "View all",
"assetDetails.tokenInformation": "Token Information",
"assetDetails.fingerprint": "Fingerprint",
"assetDetails.policyId": "Policy ID",
"sideMenu.links.tokens": "Tokens",
"sideMenu.links.nfts": "NFTs",
"sideMenu.links.activity": "Activity",
"sideMenu.links.staking": "Staking",
"sideMenu.links.dappStore": "Dapp Store",
"sideMenu.links.voting": "Voting",
"sideMenu.links.addressBook": "Address Book",
"sideMenu.dapps.header": "Open Dapps",
"sideMenu.mode.light": "Light mode",
"sideMenu.mode.dark": "Dark mode",
"topNavigationBar.links.settings": "Settings",
"topNavigationBar.links.network": "Network",
"topNavigationBar.links.lockWallet": "Lock wallet",
"topNavigationBar.walletStatus.walletSynced": "Wallet synced",
"topNavigationBar.walletStatus.notSyncedToTheBlockchain": "Not synced to the blockchain",
"topNavigationBar.walletStatus.walletSyncing": "Wallet syncing",
"walletSetup.support": "Help & Support",
"walletSetup.mnemonicResetModal.header": "Are you sure you want to start again?",
"walletSetup.mnemonicResetModal.content": "In order to keep you safe, we'll show you a new set of 24 words.",
"walletSetup.mnemonicResetModal.cancel": "Cancel",
"walletSetup.mnemonicResetModal.confirm": "OK",
"walletSetup.confirmRestoreModal.header": "Multi-address wallet balance is now visible!",
"walletSetup.confirmRestoreModal.content": "<b>Lace is compatible with multi-address wallets created by other applications.</b> This means you can see and spend tokens that are not owned by the displayed address. Lace currently supports a one-time discovery of addresses when you restore your wallet.",
"walletSetup.confirmRestoreModal.confirm": "OK",
"walletSetup.confirmExperimentalHwDapp.header": "Limited support for Dapp connection",
"walletSetup.confirmExperimentalHwDapp.content": "This current version does not support signing transactions through the Dapp connection feature with hardware wallets. Please stay tuned for upcoming releases and new features through @lace on Twitter.",
"walletSetup.confirmExperimentalHwDapp.confirm": "OK",
"crypto": {
"emptyDashboard.welcome": "Welcome",
"emptyDashboard.addSomeFundsYoStartYourJourney": "Add some funds to start your journey",
"emptyDashboard.useThisAddressOrScanTheQRCodeToTransferFunds": "Use this address or scan the QR code to transfer funds",
"emptyDashboard.copyAddress": "Copy address",
"dashboard": {
"emptyRewards": "Stake your funds to receive ADA rewards",
"adaBalance": "ADA Balance",
"rewards": "Rewards",
"topAssetsTitle": "Top assets",
"lastTxsTitle": "Last transactions",
"staking": "Staking",
"faqBanner": {
"title": "Have a question?",
"subtitle": "Check out the FAQ"
},
"glossaryBanner": {
"title": "What's that word?",
"subtitle": "Have a look at the Glossary"
}
},
"nft": {
"send": "Send NFT"
}
},
"addressBook.title": "Address book",
"addressBook.addressList.addItem.title": "Your saved addresses",
"addressBook.addressList.addItem.button": "Add address",
"addressBook.emptyState.title": "You don't have any saved addresses",
"addressBook.emptyState.message": "Save your favorites to your address book for easy access right here",
"addressBook.emptyState.button": "Add address",
"addressBook.addressDetail.btn.copy": "Copy",
"addressBook.addressDetail.title": "Address detail",
"addressBook.editAddress.title": "Edit address",
"addressBook.addressDetail.btn.edit": "Edit",
"addressBook.addressDetail.btn.delete": "Delete",
"addressBook.addressForm.title.edit": "Edit address",
"addressBook.addressForm.title.add": "Add address",
"addressBook.addressForm.saveAddress": "Save address",
"addressBook.deleteModal.title": "Hold up!",
"addressBook.deleteModal.description": "Are you sure you want to delete this address? You can't undo this action.",
"addressBook.deleteModal.description1": "Are you sure you want to delete this address?",
"addressBook.deleteModal.description2": "You can't undo this action.",
"addressBook.deleteModal.buttons.cancel": "Cancel",
"addressBook.deleteModal.buttons.confirm": "Delete",
"addressBook.toast.addAddress": "Address added",
"addressBook.toast.editAddress": "Edited successfully",
"addressBook.toast.deleteAddress": "Address removed",
"addressBook.form.nameMissing": "Name field is required",
"addressBook.form.nameHasWhiteSpace": "Name has unnecessary white space",
"addressBook.form.nameIsTooLong": "Max {{maxLength}} Characters",
"addressBook.form.addressMissing": "Address field is required",
"addressBook.form.addressHasWhiteSpace": "Address has unnecessary white space",
"addressBook.form.invalidCardanoAddress": "Invalid Cardano address",
"addressBook.form.addNewAddress": "Add new address",
"addressBook.form.addNewSubtitle": "Save your favorite addresses to find them easily",
"voting.pageTitle": "Voting",
"voting.catalystRegistrationFlow.title": "Wallet registration",
"voting.educationalList.title": "About governance",
"voting.fundWalletBanner.title": "Add funds to vote",
"voting.fundWalletBanner.subtitle": "Add funds to start your crypto journey",
"voting.votingPhase": "Voting phase",
"voting.alert.insufficientBalance.message": "Not enough ADA to vote, add funds before the Snapshot",
"voting.alert.insufficientBalanceDuringSnapshot.message": "You did not have enough funds in your wallet during the snapshot, make sure to have 500ADA to participate",
"voting.alert.insufficientBalance.action": "Add funds",
"voting.alert.registrationEnded.message": "Registration phase ended. You can still register, however you will have to wait until the next Fund to participate",
"voting.alert.registrationEnded.action": "Register",
"voting.phase": "Phase",
"voting.registration": "Registration",
"voting.snapshot": "Snapshot",
"voting.voting": "Voting",
"voting.registerYourWallet": "You must register your wallet to vote in Funds. You only have to register once.",
"voting.register": "Register",
"voting.registered": "Registered",
"voting.snapshotExplanation": "A snapshot is taken to see which wallets are eligible to vote, <b>you need at least {{amount}}ADA to participate</b>",
"voting.voteForChallenges": "Browse through the different proposals and challenges in the Catalyst app and vote for them",
"voting.votePrompt": "Go vote!",
"voting.voting.canNotParticipate": "Can't participate",
"sendReceive": {
"sendAndReceiveAssetsAtTheSpeedOfLightPart1": "Send and receive assets",
"sendAndReceiveAssetsAtTheSpeedOfLightPart2": "at the speed of light",
"send": "Send",
"receive": "Receive"
},
"staking": {
"title": "Staking",
"stakingInfo.title": "You are currently staking with:",
"stakingInfo.tooltip.title": "USD Value",
"stakingInfo.totalRewards.title": "Total rewards",
"stakingInfo.totalStaked.title": "Total staked",
"stakingInfo.stats.ros": "ROS",
"stakingInfo.stats.Fee": "Fee",
"stakingInfo.stats.Margin": "Margin",
"stakingInfo.lastReward.title": "Last reward",
"stakingInfo.StakeFundsBanner.title": "Start staking",
"stakingInfo.StakeFundsBanner.description": "Stake your funds on a pool to start receiving rewards.",
"stakingInfo.StakeFundsBanner.balanceTitle": "Available balance",
"fundWalletBanner": {
"subtitle": "Add funds to start staking",
"prompt": "Copy this address or scan the QR code to transfer funds"
},
"faqBanner": {
"title": "Dig deeper",
"subtitle": "What is staking?"
},
"glossaryBanner": {
"title": "What's that word?",
"subtitle": "Have a look at the Glossary"
},
"stakePoolsTable.title": "Stake pools",
"stakePoolsTable.searchPlaceholder": "Search by pool name, ticker, or ID",
"stakePoolsTable.emptyMessage": "No results matching your search",
"details": {
"title": "Stake pool detail",
"titleSecond": "Manage staking",
"unstakingIsNotYetAvailableFollowTheseStepsIfYouWishToChangeStakePool": "Unstaking is not yet available. Follow these steps if you wish to change stake pool",
"clickOnAPoolFromTheListInTheMainPage": "Click on a pool from the list in the main page",
"clickOnTheStakeToThisPoolButtonInTheDetailPage": "Click on the “Stake to this pool” button in the detail page",
"followTheIstructionsInTheStakingFlow": "Follow the instructions in the staking flow",
"stakeButtonText": "Stake on this pool",
"statistics.title": "Statistics",
"information.title": "Information",
"social.title": "Social links",
"poolIds.title": "Pool IDs",
"owners.title": "Owners",
"confirmation.title": "Staking confirmation",
"confirmation.subTitle": "Confirm the stake pool",
"confirmation.cardanoName": "Cardano",
"confirmation.transactionCost.title": "Transaction cost",
"confirmation.transactionReturn.title": "Transaction return",
"confirmation.transactionTotal.title": "Total",
"confirmation.button.confirm": "Next",
"confirmation.button.signing": "Signing in progress",
"confirmation.button.confirmWithDevice": "Confirm with {{hardwareWallet}}",
"confirmation.button.continueInAdvancedView": "Continue in Advanced View",
"sign.title": "Staking confirmation",
"sign.subTitle": "Please sign the transaction with your password.",
"success.title": "Hurray! You've staked your funds",
"success.subTitle": "You'll start receiving your staking rewards after two epochs.",
"switchedPools.title": "Hurray! You've switched pools",
"switchedPools.subTitle": "You'll start receiving your staking rewards from the new pool after two epochs. Until then you'll continue receiving rewards from the previous one.",
"success.text": "You can safely close this panel",
"success.description": "The transaction is pending, 'Your stake' panel will soon appear on your dashboard",
"fail.title": "Oops! Something went wrong...",
"fail.subTitle": "The transaction was not successful. Please try again.",
"fail.text": "Something went wrong",
"fail.description": "The transaction was not successful. Please try again.",
"fail.btn.close": "Close",
"fail.btn.retry": "Retry",
"fail.btn.back": "Back",
"switchingPoolsModal.title": "Switching pool?",
"switchingPoolsModal.description": "That's totally fine! Just please note that you'll continue receiving rewards from your former pool for two epochs. After that, you'll start receiving rewards from your new pool.",
"switchingPoolsModal.buttons.cancel": "Cancel",
"switchingPoolsModal.buttons.confirm": "Fine by me",
"poolOversaturatedModal.title": "Switch things up",
"poolOversaturatedModal.description": "The stake pool you are staking on is too saturated. Please stake your funds on another pool to avoid missing out on rewards.",
"poolOversaturatedModal.buttons.confirm": "Got it",
"poolRetiredModal.title": "Time for a change",
"poolRetiredModal.description": "The stake pool you are staking on is now retired. Please stake your funds on another pool to avoid missing out on rewards.",
"poolRetiredModal.buttons.confirm": "Got it",
"exitStakingModal.title": "You'll have to start again",
"exitStakingModal.description": "Are you sure you want to exit? This will not be saved.",
"exitStakingModal.buttons.cancel": "Cancel",
"exitStakingModal.buttons.confirm": "Exit",
"noFundsModal.title": "You don't have enough funds to stake...",
"noFundsModal.description": "You need a minimum of 2 ada and fees to be able to stake",
"noFundsModal.buttons.cancel": "Close",
"noFundsModal.buttons.confirm": "Add funds",
"errors.utxoFullyDepleted": "UTxO has been fully depleted",
"errors.utxoBalanceInsufficient": "Balance Insufficient"
}
},
"onboarding": {
"commonError": {
"title": "Oops! Something went wrong",
"description": "Please check your hardware device.",
"ok": "OK"
},
"notDetectedError": {
"title": "Failed to detect device",
"description": "Please make sure your device is unlocked and the Cardano app is open.",
"agree": "Agree",
"trezorDescription": "Please make sure your device is unlocked."
},
"startOver": {
"title": "Are you sure you want to start again?",
"description": "Connection to this device will be cancelled and you will need to re-connect.",
"cancel": "Cancel",
"gotIt": "Ok"
},
"sendTransitionAcknowledgment": {
"title": "Heads up",
"description": "Hardware wallet transactions will need to be confirmed in advanced view.",
"iUnderstand": "I understand",
"dontShowAgain": "Don't show again"
},
"stakingTransitionAcknowledgment": {
"title": "Heads up",
"description": "Staking to a pool will need to be confirmed in advanced view.",
"iUnderstand": "I understand"
},
"hardwareWalletSendTransition": {
"title": "This transaction will now open in advanced view",
"description": "Ledger transactions require confirmation in advanced view.",
"ok": "Ok",
"cancel": "Cancel"
},
"hardwareWalletStakingTransition": {
"title": "This will now open in advanced view",
"description": "Staking confirmation require confirmation in advanced view",
"ok": "Ok",
"cancel": "Cancel"
}
},
"activity": {
"title": "Activity",
"learnAbout": {
"title": "Learn about",
"whatAreActivityDetails": "What are activity details?",
"whatIsAnUnconfirmedTransaction": "What is an unconfirmed transaction?",
"doesLaceHaveFees": "Does Lace have fees?",
"transactionBundles": "Transaction bundles"
},
"entry": {
"asset": "asset",
"token": "token",
"tokens": "tokens",
"staking": "Staking",
"name": {
"delegation": "Delegation",
"delegationDeregistration": "Stake Key De-Registration",
"delegationRegistration": "Stake Key Registration",
"withdrawal": "Withdrawal",
"incoming": "Received",
"outgoing": "Sent",
"sending": "Sending",
"self": "Self Transaction"
}
},
"fundWalletBanner.title": "Add funds to start your Web3 journey",
"fundWalletBanner.subtitle": "Use this address or scan the QR code to transfer funds"
},
"transaction": {
"send.title": "Send",
"send.advancedTransaction": "Advanced transaction",
"send.metadata.addANote": "Add a note (max 160 char.)",
"send.metadata.note": "Note",
"send.metadata.count": "{{count}} characters",
"send.drawer.advanced": "Advanced",
"send.drawer.addBundle": "Add bundle",
"send.advancedFlowText": "Click 'Add bundle' to send assets to another recipient in this transaction.",
"send.drawer.newTransaction": "Send",
"send.drawer.transactionSummary": "Transaction summary",
"send.drawer.breakdownOfYourTransactionCost": "Breakdown of your transaction cost.",
"send.drawer.signTransaction": "Sign transaction",
"send.drawer.allDone": "All done!",
"send.drawer.transactionError": "Transaction error",
"send.drawer.addressList": "Select address",
"send.drawer.addressBookEmpty": "You don't have saved addresses yet",
"send.drawer.addressForm": "Add address",
"send.drawer.addressBook": "Address book",
"send.drawer.cancelEditAddressModal.title": "Oh?!",
"send.drawer.cancelEditAddressModal.description1": "Are you sure you want to exit?",
"send.drawer.cancelEditAddressModal.description2": "The address will not be saved",
"send.drawer.cancelEditAddressModal.cancel": "Back",
"send.drawer.cancelEditAddressModal.confirm": "I know",
"send.group.label1": "simple",
"send.group.label2": "advanced",
"send.totalFee": "Total fee",
"send.footer.cancel": "Cancel",
"send.footer.close": "Close",
"send.footer.confirm": "Confirm",
"send.footer.review": "Review transaction",
"send.footer.viewTransaction": "View transaction",
"send.footer.view": "View",
"send.footer.fail": "Back",
"send.footer.save": "Save",
"send.footer.signing": "Signing in progress",
"send.footer.confirmWithDevice": "Confirm with {{hardwareWallet}}",
"send.footer.continueInAdvancedView": "Continue in Advanced View",
"send.simple.to": "To",
"send.simple.enterYourSpendingPassword": "Enter your spending password",
"send.error.insufficientBalance": "Insufficient balance",
"send.error.invalidAddress": "invalid address",
"send.error.invalidPassword": "Wrong password",
"send.password.placeholder": "Password",
"success.youCanSafelyCloseThisPanel": "All done!",
"success.thisMayTakeAFewMinutes": "The transaction will complete and show in your activity soon.",
"success.localNodeBanner": {
"headline": "Enable local node",
"infoText": "Get faster transaction speeds and security by enabling the local node for this wallet.",
"buttonText": "Learn more"
},
"fail.oopsSomethingWentWrong": "Oops! Something went wrong",
"fail.problemSubmittingYourTransaction": "There was a problem submitting your transaction.",
"fail.clickBackAndTryAgain": "Click \"Back\" and try again.",
"success.thisMayTakeAFewMinutesToProcessYouCanViewTheStatusByClickingViewTransaction": "This may take a few minutes to process. You can view the status by clicking view transaction.",
"fail.theTransactionHasNotBeenProceedPleasetryagain": "There was a problem submitting your transaction. Click 'Back to transaction summary' and try again",
"send.advanced.output": "Add bundle",
"send.advanced.asset": "Add token or NFT ",
"send.advanced.bundleTitle": "Bundle {{ index }}",
"send.transactionFee": "Transaction fee",
"send.transactionCosts": "Transaction costs",
"send.adaAllocation": "Ada allocation",
"send.confirmationTitle": "Transaction confirmation",
"send.signTransactionWithPassword": "Please sign the transaction with your password.",
"send.enterWalletPasswordToConfirmTransaction": "Enter your wallet password to confirm transaction"
},
"settings": {
"heading": "Settings",
"wallet": {
"title": "Wallet",
"about": {
"title": "About",
"description": "Get information on the Lace app",
"content": {
"title": "About {{name}}",
"network": "Network",
"currentVersion": "Current version",
"commit": "Commit"
}
},
"general": {
"title": "Your keys",
"description": "View and copy your public and staking keys",
"removeWallet": "Remove wallet",
"removeWalletDescription": "Removing it does not affect the wallet balance, and it can be restored at any time.",
"removeAction": "Remove wallet",
"showPubKey": "Show public key",
"exportPubKey": "Export public key",
"showPubKeyDescription": "This lets you import your wallet to other browsers and devices, or to restore it at a later date",
"exportPubKeyDescription": "This enable you to easily import your wallet in other browser/devices or to restore it at a later point",
"showPubKeyAction": "Show public key",
"exportPubKeyAction": "Export public key",
"removeWalletAlert": {
"title": "Hold up!",
"content": "Are you sure you want to remove your wallet? You'll have to restore it with your secret passphrase to access it again.",
"cancel": "Back",
"confirm": "Remove wallet"
}
},
"collateral": {
"title": "Collateral",
"description": "Add and remove collateral in order to interact with smart contracts on Cardano",
"amountDescription": "Add collateral in order to interact with smart contracts on Cardano. The recommended collateral amount is 5 ₳.",
"reclaimDescription": "Your collateral amount is 5 ₳.",
"reclaimBanner": "When you remove the collateral amount, it is returned to your account balance and disables your interactions with smart contracts",
"close": "Close",
"confirm": "Confirm",
"reclaimCollateral": "Reclaim collateral",
"continueInAdvancedView": "Continue in Advanced View",
"confirmWithDevice": "Confirm transaction with {{ hardwareWallet }}",
"notEnoughAda": "You don't have enough ADA to proceed with the transaction.",
"active": "Active",
"inactive": "Inactive",
"toast": {
"add": "Collateral added",
"claim": "Collateral reclaimed"
}
},
"network": {
"title": "Network",
"description": "Switch from mainnet to testnet",
"drawerDescription": "Select the network you would like your wallet to operate on.",
"networkSwitched": "Switched network"
},
"authorizedDApps.title": "Authorized DApps",
"authorizedDApps.description": "See and manage authorized DApps"
},
"preferences": {
"title": "Preferences",
"currency": {
"title": "Currency",
"description": "Select your preferred local currency",
"toast": "Currency updated",
"list": {
"ADA": "Cardano",
"USD": "US Dollar",
"AUD": "Australian Dollar",
"BRL": "Real",
"CAD": "Canadian Dollar",
"EUR": "Euro",
"INR": "Indian Rupee",
"JPY": "Yen",
"KRW": "Won",
"CHF": "Swiss Franc",
"GBP": "Pound Sterling",
"VND": "Dong"
}
},
"theme": {
"title": "Theme",
"description": "Choose between light or dark for your workstation's theme"
}
},
"help": {
"title": "Support",
"faqs": {
"title": "FAQs",
"description": "Get the answers to our most frequently asked questions",
"drawer.title": "FAQs",
"drawer.description": "Here you can find information about your wallet and blockchain related questions"
},
"support": {
"title": "Support",
"help": "Help",
"description": "If you're stuck and you can't find the answer to your question in our FAQs, create a ZenDesk ticket and we'll try to solve your issue as fast as we can.",
"iogZenDesk": "IOG ZenDesk",
"createASupportTicket": "Create a support ticket"
}
},
"security": {
"title": "Security",
"2fa": "2-Factor authentication",
"passphrasePeriodicVerification.title": "Passphrase verification",
"passphrasePeriodicVerification.description": "How often we ask you to verify your passphrase",
"showPassphrase.title": "Show recovery phrase",
"showPassphrase.description": "View the recovery phrase associated with your wallet",
"analytics.title": "Analytics",
"analytics.description": "We'll collect anonymous analytics info from your browser extension to help us improve the quality and performance of Lace",
"periodicVerification": {
"title": "Periodic Verification",
"description": "How often we ask you to verify your passphrase",
"success": "Edited successfully!"
},
"showPassphraseDrawer": {
"title": "Enter your password",
"YourRecoveryPhrase": "Your recovery phrase (keep it secret!)",
"description": "This is the recovery phrase associated with your wallet. Use it to recover or import your wallet.",
"warning": "This is sensitive information, make sure nobody is looking at your screen.",
"hidePassphrase": "Hide recovery phrase",
"showPassphrase": "Show recovery phrase"
}
},
"legal": {
"title": "Legal",
"tnc": {
"title": "Terms and conditions",
"description": "Read our terms of use"
},
"privacyPolicy": {
"title": "Privacy policy",
"description": "Read our privacy policy"
},
"cookiePolicy": {
"title": "Cookie policy",
"description": "Read our cookie policy"
},
"downloadNow": "Download Now"
}
},
"fundWalletBanner": {
"walletAddress": "Your wallet address",
"prompt": "Use this address or scan the QR code to transfer funds",
"copyAddress": "Copy address"
},
"nfts": {
"fundWalletBanner": {
"title": "You don't have any NFTs yet",
"subtitle": "Use this address or scan the QR code to transfer your NFTs",
"prompt": "Use this address or scan the QR code to transfer your NFTs"
},
"pageTitle": "NFTs",
"createFolder": "Create folder",
"renameYourFolder": "Rename your folder",
"educationalList": {
"title": "More on NFTs"
},
"folderDrawer": {
"header": "Create NFT folder",
"existingFolderHeader": "NFT folder",
"nameForm": {
"title": "Name your folder",
"inputPlaceholder": "Folder name",
"inputError": "Max. {{length}} characters",
"givenNameAlreadyExist": "Given name already exist"
},
"assetPicker": {
"title": "Select NFTs"
},
"cta": {
"create": "Next",
"update": "Add selected NFTs"
},
"toast": {
"create": "Folder created successfully",
"update": "NFTs added to folder",
"delete": "NFT removed"
},
"contextMenu": {
"remove": "Remove from folder"
}
},
"contextMenu": {
"rename": "Rename",
"delete": "Delete"
},
"renameFolderSuccess": "Folder renamed successfully",
"deleteFolderSuccess": "Folder deleted successfully",
"exitModal": {
"header": "You'll have to start again",
"description": "Are you sure you want to exit? This will not be saved",
"confirm": "Agree",
"cancel": "Cancel"
},
"deleteFolderModal": {
"header": "Hold up!",
"description1": "Are you sure you want to delete this?\nYou can't undo this action.",
"description2": "Don’t worry, you won’t loose your NFTs. They will be restored in your main gallery.",
"confirm": "Confirm",
"cancel": "Cancel"
}
},
"pinExtension.title": "Pin the wallet extension",
"pinExtension.prompt": "Click <icon/> and then pin"
},
"educationalBanners": {
"title": {
"glossary": "Glossary",
"faq": "FAQ",
"video": "Video",
"learn": "Learn",
"more": "More",
"videoBlog": "Video / Blog"
},
"subtitle": {
"whatIsADigitalAsset": "What is a digital asset?",
"whatIsLaceAddressBook": "What is the Lace address book?",
"whatIsSavedAddress": "What is a saved address?",
"howToSendReceiveFunds": "How do I send and receive funds?",
"connectingDApps": "Connecting to DApps with Lace",
"secureSelfCustody": "Secure self-custody with Lace",
"collections": "What are collections?",
"enterNFTGallery": "Enter the NFT gallery with Lace",
"buyAnNft": "How to buy an NFT?",
"stakingAndDelegation": "What are staking & delegation?",
"choosingAStakePool": "Which stake pool should I choose?",
"activeStake": "What is an active stake?",
"stakingMadeEasy": "Staking made easy with Lace"
}
},
"migrations": {
"inProgress": {
"applying": "Applying update...",
"browser": {
"title": "Update in progress",
"description.1": "Lace has just been updated to the latest version, but in order for the update to be fully applied, we need to make some changes",
"description.2": "Please open the extension to continue."
}
},
"failed": {
"title": "Sorry!",
"subtitle": "Data migration failed!",
"errorDescription": "We tried to automatically update your wallet to lace's latest version but something went wrong.",
"actionDescription": "You will need to restore your wallet again with your recovery passphrase",
"btn.confirm": "Got it"
}
},
"corruptedData": {
"title": "Data Corrupted",
"errorDescription": "Looks like some of your data is missing or invalid. Don't worry your funds are safe.",
"actionDescription": "You will need to restore your wallet again with your recovery phrase.",
"btn.confirm": "Restore your wallet"
},
"cardano": {
"general": {
"confirmButton": "Confirm",
"cancelButton": "Cancel",
"nextButton": "Next"