@dynamic-labs/locale 4.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3031 @@
1
+ 'use client'
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, '__esModule', { value: true });
5
+
6
+ /* eslint-disable */
7
+ const translation = {
8
+ /**
9
+ * @description copy keys for account exists view
10
+ * @default
11
+ * {
12
+ connect: 'Connect with {{socialOauth}}',
13
+ description: 'It looks like an account already exists using',
14
+ title: 'Account already exists',
15
+ trail_message_email: '. Please log in with your email.',
16
+ trail_message_social: 'through {{socialOauth}}',
17
+ }
18
+ */
19
+ dyn_sandbox_maximum_threshold: {
20
+ title: 'Max User Limit Reached',
21
+ description: 'Your sandbox environment has reached your 100 MAU limit. To test with new users, delete existing users.',
22
+ button: 'Back',
23
+ },
24
+ dyn_account_exists: {
25
+ connect: 'Connect with {{socialOauth}}',
26
+ description_email: 'It looks like an account already exists using',
27
+ description_social: 'To restore your account to the right place, we need you to log in again.',
28
+ title: 'Re-Authentication Required',
29
+ trail_message_email: '. Please log in with your email.',
30
+ trail_message_social: 'through {{socialOauth}}',
31
+ },
32
+ /**
33
+ * @description copy keys for active wallet information (address, network, etc)
34
+ * @default
35
+ * {
36
+ testnet_warning: 'A testnet network has been selected. Please only use testnet funds or they will be lost.',
37
+ ordinals_address: 'Ordinals address',
38
+ payment_address: 'Payment address',
39
+ balance: 'Total balance',
40
+ options: {
41
+ copy_ens: 'Copy ENS',
42
+ view_address: 'View address',
43
+ disconnect: 'Disconnect',
44
+ settings: 'Wallet settings',
45
+ export: 'Export private keys',
46
+ },
47
+ }
48
+ */
49
+ dyn_active_wallet_info: {
50
+ testnet_warning: 'A testnet network has been selected. Please only use testnet funds or they will be lost.',
51
+ ordinals_address: 'Ordinals address',
52
+ payment_address: 'Payment address',
53
+ balance: 'Total balance',
54
+ options: {
55
+ copy_ens: 'Copy ENS',
56
+ view_address: 'View address',
57
+ disconnect: 'Disconnect',
58
+ settings: 'Wallet settings',
59
+ export: 'Export private keys',
60
+ },
61
+ },
62
+ /**
63
+ * @description copy keys for wallet details card
64
+ * @default
65
+ * {
66
+ header: 'Wallet Details',
67
+ address: 'Address',
68
+ copy: 'Copy',
69
+ copied: 'Copied!',
70
+ }
71
+ */
72
+ dyn_wallet_details_card: {
73
+ header: 'Wallet Details',
74
+ address: 'Address',
75
+ copy: 'Copy',
76
+ copied: 'Copied!',
77
+ },
78
+ /**
79
+ * @description copy keys for add network view
80
+ * @default
81
+ * {
82
+ title: 'Add {{name}} network to your wallet',
83
+ add_button: {
84
+ title: 'Add network',
85
+ },
86
+ cancel_button: {
87
+ title: 'Cancel',
88
+ },
89
+ }
90
+ */
91
+ dyn_add_network_view: {
92
+ title: 'Network unavailable',
93
+ description: 'This network is not supported in your {{name}} wallet.',
94
+ add_button: {
95
+ title: 'Add Network',
96
+ },
97
+ cancel_button: {
98
+ title: 'Cancel',
99
+ },
100
+ },
101
+ /**
102
+ * @description copy keys for bridge view
103
+ * @default
104
+ * {
105
+ summary_view: {
106
+ connection_succeed: 'Congratulations on connecting both your {{firstBlockchainName}} and {{secondBlockchainName}} wallets',
107
+ title: 'Welcome to {{appName}}',
108
+ },
109
+ welcome_view: {
110
+ button: 'Get started',
111
+ description: 'You’ll need to connect both your {{firstBlockchainName}} and {{secondBlockchainName}} wallets to get started',
112
+ title: 'Connect to {{appName}}',
113
+ },
114
+ widget: {
115
+ address: 'Copy wallet address',
116
+ connect: 'Connect wallet',
117
+ connect_with_network: 'Connect {{blockchainName}} wallet',
118
+ copy: {
119
+ address: 'Copy wallet address',
120
+ ens: 'Copy ENS',
121
+ },
122
+ disconnect: 'Disconnect',
123
+ edit_profile: 'Edit profile',
124
+ wallet_network: '{{networkName}} wallet',
125
+ },
126
+ }
127
+ */
128
+ dyn_bridge: {
129
+ summary_view: {
130
+ connection_succeed: 'Congratulations on connecting both your {{firstBlockchainName}} and {{secondBlockchainName}} wallets',
131
+ title: 'Welcome to {{appName}}',
132
+ },
133
+ welcome_view: {
134
+ button: 'Get started',
135
+ description: 'You’ll need to connect both your {{firstBlockchainName}} and {{secondBlockchainName}} wallets to get started',
136
+ title: 'Connect to {{appName}}',
137
+ },
138
+ widget: {
139
+ address: 'Copy wallet address',
140
+ connect: 'Connect wallet',
141
+ connect_with_network: 'Connect {{blockchainName}} wallet',
142
+ copy: {
143
+ address: 'Copy wallet address',
144
+ ens: 'Copy ENS',
145
+ },
146
+ disconnect: 'Disconnect',
147
+ edit_profile: 'Edit profile',
148
+ wallet_network: '{{networkName}} wallet',
149
+ },
150
+ },
151
+ /**
152
+ * @description copy keys for Dynamic Captcha
153
+ * @default
154
+ * {
155
+ verify_user_subtitle: 'We need to quickly verify you’re human before we proceed.',
156
+ verify_user_title: "Let's verify you're human",
157
+ }
158
+ */
159
+ dyn_captcha: {
160
+ verify_user_subtitle: 'We need to quickly verify you’re human before we proceed.',
161
+ verify_user_title: "Let's verify you're human",
162
+ },
163
+ /**
164
+ * @description copy keys for sanctioned access blocked view
165
+ * @default
166
+ * {
167
+ * title: 'Access Blocked',
168
+ * content: 'Logging in is not available to persons in {{jurisdiction}} as you are in a sanctioned jurisdiction.',
169
+ * }
170
+ */
171
+ dyn_access_blocked: {
172
+ title: 'Access Blocked',
173
+ content: 'Logging in is not available to persons in {{jurisdiction}} as you are in a sanctioned jurisdiction.',
174
+ },
175
+ /**
176
+ * @description copy keys for chainalysis blocked wallet view
177
+ * @default
178
+ * {
179
+ title: 'Access denied',
180
+ }
181
+ */
182
+ dyn_chainalysis_blocked_wallet: {
183
+ title: 'Access denied',
184
+ },
185
+ /**
186
+ * @description copy keys for collecting user data
187
+ * @default
188
+ * {
189
+ description: 'We need a bit of information to get started',
190
+ fields: {
191
+ alias: {
192
+ label: 'Alias',
193
+ },
194
+ country: {
195
+ label: 'Country',
196
+ },
197
+ email: {
198
+ label: 'Email',
199
+ validation: 'Email is not valid',
200
+ },
201
+ first_name: {
202
+ label: 'First Name',
203
+ },
204
+ job_title: {
205
+ label: 'Job Title',
206
+ },
207
+ last_name: {
208
+ label: 'Last Name',
209
+ },
210
+ phone_number: {
211
+ label: 'Phone number',
212
+ validation: 'Phone number is not valid',
213
+ too_short: 'Phone number is too short',
214
+ },
215
+ policies_consent: {
216
+ label: 'Policies Consent',
217
+ },
218
+ t_shirt_size: {
219
+ label: 'T-Shirt Size',
220
+ },
221
+ team: {
222
+ label: 'Team',
223
+ },
224
+ username: {
225
+ label: 'Username',
226
+ validation: 'Username is not valid',
227
+ },
228
+ },
229
+ greeting: 'Welcome to {{appName}}',
230
+ log_out_button: 'Log out',
231
+ not_supported_network: {
232
+ description: 'Your wallet is not connected to a supported network. Please update before continuing.',
233
+ error_message: 'This network is not available, please update.',
234
+ title: 'Update Network',
235
+ },
236
+ update_email_tooltip:
237
+ 'This email is tied to your wallet so cannot be updated',
238
+ update_phone_number_tooltip:
239
+ 'This phone number is tied to your wallet so cannot be updated',
240
+ lock_editing_multiple_verified_fields:
241
+ 'You can only edit 1 field at a time that requires verification',
242
+ }
243
+ */
244
+ dyn_collect_user_data: {
245
+ description: 'We need a bit of information to get started',
246
+ fields: {
247
+ alias: {
248
+ label: 'Alias',
249
+ },
250
+ country: {
251
+ label: 'Country',
252
+ },
253
+ email: {
254
+ label: 'E-mail',
255
+ validation: 'Email is not valid',
256
+ },
257
+ first_name: {
258
+ label: 'First Name',
259
+ },
260
+ job_title: {
261
+ label: 'Job Title',
262
+ },
263
+ last_name: {
264
+ label: 'Last Name',
265
+ },
266
+ phone_number: {
267
+ label: 'Phone number',
268
+ validation: 'Phone number is not valid',
269
+ too_short: 'Phone number is too short',
270
+ },
271
+ policies_consent: {
272
+ label: 'Policies Consent',
273
+ },
274
+ t_shirt_size: {
275
+ label: 'T-Shirt Size',
276
+ },
277
+ team: {
278
+ label: 'Team',
279
+ },
280
+ username: {
281
+ label: 'Username',
282
+ validation: 'Username is not valid',
283
+ },
284
+ },
285
+ greeting: 'Welcome to {{appName}}',
286
+ log_out_button: 'Log out',
287
+ not_supported_network: {
288
+ description: 'Your wallet is not connected to a supported network. Please update before continuing.',
289
+ error_message: 'This network is not available, please update.',
290
+ title: 'Update Network',
291
+ },
292
+ update_email_tooltip: 'This email is tied to your wallet so cannot be updated',
293
+ update_phone_number_tooltip: 'This phone number is tied to your wallet so cannot be updated',
294
+ lock_editing_multiple_verified_fields: 'You can only edit 1 field at a time that requires verification',
295
+ },
296
+ /**
297
+ * @description copy keys for common component text and labels
298
+ * @default
299
+ * {
300
+ aria: {
301
+ collapsed: 'Collapsed',
302
+ expanded: 'Expanded',
303
+ },
304
+ }
305
+ */
306
+ dyn_common: {
307
+ aria: {
308
+ collapsed: 'Collapsed',
309
+ expanded: 'Expanded',
310
+ },
311
+ },
312
+ /**
313
+ * @description copy keys for create password view
314
+ * @default
315
+ * {
316
+ continue: 'Continue',
317
+ create_input: {
318
+ label: 'Create passcode',
319
+ placeholder: 'Create passcode',
320
+ },
321
+ confirm_input: {
322
+ label: 'Confirm passcode',
323
+ placeholder: 'Confirm passcode',
324
+ },
325
+ current_password_input: {
326
+ label: 'Current passcode',
327
+ placeholder: 'Current passcode',
328
+ },
329
+ description:
330
+ "Choose a strong, unique passcode to ensure your account's security and privacy.",
331
+ errors: {
332
+ invalid_current_password: 'Invalid current passcode',
333
+ error_changing_password: 'Error changing passcode',
334
+ new_password_same_as_old: 'New passcode cannot be the same as the old passcode',
335
+ password_mismatch: 'Passcodes do not match',
336
+ user_closed_view: 'User closed the view',
337
+ },
338
+ intro: {
339
+ continue: 'Set up a passcode',
340
+ description: {
341
+ title: 'Add a passcode to protect your account',
342
+ additional_protection: {
343
+ title: 'Passcode Security',
344
+ description:
345
+ 'Add a secure passcode to further prevent un-authrized access to your account.',
346
+ },
347
+ restore_access: {
348
+ title: 'Restore Access',
349
+ description:
350
+ 'You will be asked to enter it when signing on to a new device.',
351
+ },
352
+ },
353
+ title: 'Add a Passcode',
354
+ },
355
+ logout: 'Log out',
356
+ title: {
357
+ create: 'Create passcode',
358
+ update: 'Create new passcode',
359
+ },
360
+ update_input: {
361
+ label: 'New passcode',
362
+ placeholder: 'New passcode',
363
+ },
364
+ }
365
+ */
366
+ dyn_create_password: {
367
+ continue: 'Continue',
368
+ create_input: {
369
+ label: 'Create passcode',
370
+ placeholder: 'Create passcode',
371
+ },
372
+ confirm_input: {
373
+ label: 'Confirm passcode',
374
+ placeholder: 'Confirm passcode',
375
+ },
376
+ current_password_input: {
377
+ label: 'Current passcode',
378
+ placeholder: 'Current passcode',
379
+ },
380
+ description: "Choose a strong, unique passcode to ensure your account's security and privacy.",
381
+ errors: {
382
+ invalid_current_password: 'Invalid current passcode',
383
+ error_changing_password: 'Error changing passcode',
384
+ new_password_same_as_old: 'New passcode cannot be the same as the old passcode',
385
+ password_mismatch: 'Passcodes do not match',
386
+ user_closed_view: 'User closed the view',
387
+ },
388
+ intro: {
389
+ continue: 'Set up a passcode',
390
+ description: {
391
+ title: 'Add a passcode to protect your account',
392
+ additional_protection: {
393
+ title: 'Passcode Security',
394
+ description: 'Add a secure passcode to further prevent un-authrized access to your account.',
395
+ },
396
+ restore_access: {
397
+ title: 'Restore Access',
398
+ description: 'You will be asked to enter it when signing on to a new device.',
399
+ },
400
+ },
401
+ title: 'Add a Passcode',
402
+ },
403
+ logout: 'Log out',
404
+ title: {
405
+ create: 'Create passcode',
406
+ update: 'Create new passcode',
407
+ },
408
+ update_input: {
409
+ label: 'New passcode',
410
+ placeholder: 'New passcode',
411
+ },
412
+ },
413
+ /**
414
+ * @description copy keys for creating wallet wallet message
415
+ * @default
416
+ * {
417
+ loading_message: 'Your wallet is being created...',
418
+ }
419
+ */
420
+ dyn_creating_wallet: {
421
+ loading_message: 'Your wallet is being created...',
422
+ },
423
+ /**
424
+ * @description copy keys for email verification view after email logging in with magiclink
425
+ * @default
426
+ * {
427
+ description: 'We’ve sent a verification email to',
428
+ note: 'Note: it might take a few seconds to proceed after clicking the link in your email',
429
+ title: 'Confirm your email',
430
+ }
431
+ */
432
+ dyn_email_confirmation: {
433
+ description: 'We’ve sent a verification email to',
434
+ note: 'Note: it might take a few seconds to proceed after clicking the link in your email',
435
+ title: 'Confirm your email',
436
+ },
437
+ /**
438
+ * @description copy keys for email update view
439
+ * @default
440
+ * {
441
+ current_email: 'Your current email address is',
442
+ label: 'Email address',
443
+ send_verification: 'Send Verification Code',
444
+ title: 'Update email',
445
+ }
446
+ */
447
+ dyn_email_update: {
448
+ current_email: 'Your current email address is',
449
+ label: 'Email address',
450
+ send_verification: 'Send Verification Code',
451
+ title: 'Update email',
452
+ },
453
+ /**
454
+ * @description copy keys for one-time password verification view after logging in with dynamic email or phone number provider or after kyc verification
455
+ * @default
456
+ * {
457
+ code_not_received: 'Did not receive a code? Check spam or',
458
+ code_sent: 'Code sent',
459
+ description: 'We’ve sent a verification code to',
460
+ log_out_button: 'Log out',
461
+ resend_code: 'Re-send code',
462
+ resend_code_in: 'Re-send code in {{remainingSeconds}}',
463
+ confirm_code: 'Confirm verification code',
464
+ verification_succeeded: 'Verification code confirmed',
465
+ hang_tight: 'Hang tight while we get things ready for you',
466
+
467
+ email: {
468
+ title: 'Confirm your email',
469
+ complete:
470
+ 'Verification complete, the email is now verified to this account.',
471
+ },
472
+ phone_number: {
473
+ title: 'Confirm your phone number',
474
+ edit: 'Edit phone number',
475
+ complete:
476
+ 'Verification complete, the phone number is now verified to this account.',
477
+ },
478
+ },
479
+ */
480
+ dyn_otp_verification: {
481
+ code_not_received: 'Did not receive a code? Check spam or',
482
+ code_sent: 'Code sent',
483
+ description: 'We’ve sent a verification code to',
484
+ log_out_button: 'Log out',
485
+ resend_code: 'Re-send code',
486
+ resend_code_in: 'Re-send code in {{remainingSeconds}}',
487
+ confirm_code: 'Confirm verification code',
488
+ verification_succeeded: 'Verification code confirmed',
489
+ hang_tight: 'Hang tight while we get things ready for you',
490
+ email: {
491
+ title: 'Confirm your email',
492
+ complete: 'Verification complete, the email is now verified to this account.',
493
+ },
494
+ phone_number: {
495
+ title: 'Confirm your phone number',
496
+ edit: 'Edit phone number',
497
+ complete: 'Verification complete, the phone number is now verified to this account.',
498
+ },
499
+ },
500
+ /**
501
+ * @description copy keys for deposit view
502
+ * @default
503
+ * {
504
+ title: 'Deposit',
505
+ }
506
+ */
507
+ dyn_deposit: {
508
+ title: 'Deposit',
509
+ receive_funds_on: 'You can receive tokens on ',
510
+ },
511
+ dyn_exchange_transfer_confirmation: {
512
+ title: 'Deposit Confirmation',
513
+ from: 'From',
514
+ to: 'To',
515
+ fee: 'Network Fee',
516
+ fee_not_found: 'N/A',
517
+ receive: 'Receive',
518
+ cost: 'Amount + Fees',
519
+ cost_no_fee: 'Amount',
520
+ terms: 'By confirming I agree to the Terms of Service and acknowledge this deposit is final.',
521
+ send: 'Send {{fiatCurrency}} {{fiatCurrencySymbol}}',
522
+ confirm: 'Confirm',
523
+ cancel: 'Cancel',
524
+ account: 'User {{exchange}}',
525
+ },
526
+ dyn_deposited_exchange: {
527
+ title: 'Deposited',
528
+ description: ' was successfully deposited to {{address}}',
529
+ done: 'Done',
530
+ view: 'View Transaction',
531
+ },
532
+ dyn_exchange_mfa: {
533
+ title: 'Confirm Verification Code',
534
+ placeholder: 'Enter Verification Code Here',
535
+ description: 'Enter the code sent to you or generated by your authenticator app',
536
+ button: 'Confirm',
537
+ },
538
+ dyn_exchange_whitelist_warning: {
539
+ title: 'Whitelisting Required',
540
+ description: 'To complete your first transfer with {{exchange}}, please follow these steps:',
541
+ step1: {
542
+ kraken: 'Open Kraken. Click Transfer, then Withdraw',
543
+ },
544
+ step2: 'Whitelist your wallet address',
545
+ step3: 'Complete the first transfer on {{exchange}}',
546
+ view_instructions: 'View Instructions',
547
+ done: 'I’m Done',
548
+ address: 'Your Wallet Address',
549
+ open: 'Open {{exchange}}',
550
+ },
551
+ dyn_fund_from_exchange: {
552
+ title: 'Fund from Exchange',
553
+ },
554
+ dyn_exchange_transfer_errors: {
555
+ title: 'Unable to execute transfer.',
556
+ mfa_failed: 'Incorrect security code. Please double-check your MFA code and try again.',
557
+ invalid_currency_description: 'Please choose a supported currency and try again.',
558
+ invalid_balance: 'This transfer, including fees, exceeds your available balance. Transfer a smaller amount.',
559
+ amount_too_small: 'The amount you’re trying to transfer is below the minimum allowed by the selected exchange. Please enter a larger amount and try again.',
560
+ address_not_whitelisted: 'The destination address is not whitelisted on this exchange. Please add it to your whitelist before retrying the transfer.',
561
+ unknown: 'An unknown error occurred.',
562
+ },
563
+ /**
564
+ * @description copy keys for embedded wallet authenticator choice view
565
+ * @default
566
+ * {
567
+ description:
568
+ 'Protect your account and simplify your transaction experience.',
569
+ email: {
570
+ badge: 'Fastest',
571
+ description: ' You will need to renew after {{expiration}} minutes ',
572
+ title: 'Use a one-time code',
573
+ },
574
+ passkey: {
575
+ auth_info: {
576
+ convinience: {
577
+ title: 'Convenient and Fast',
578
+ description:
579
+ 'Use Face ID or Touch ID to complete transactions quickly.',
580
+ },
581
+ security: {
582
+ title: 'Increased Security',
583
+ description:
584
+ 'Passkeys are encrypted end-to-end on your device or password manager to prevent phishing attempts.',
585
+ },
586
+ add_button: 'Add a passkey',
587
+ start_button: 'Add a passkey',
588
+ },
589
+ no_email_auth_info: {
590
+ convinience: {
591
+ title: 'Simple and Fast',
592
+ description:
593
+ 'Works across devices and syncs between devices and browsers.',
594
+ },
595
+ security: {
596
+ title: 'Secured with a bio-metric',
597
+ description: 'Phishing resistant and encrypted.',
598
+ },
599
+ add_button: 'Add passkey',
600
+ start_button: 'Add passkey',
601
+ },
602
+ badge: 'Recommended',
603
+ description:
604
+ 'Works across devices & secured with biometric to prevent phishing attempts ',
605
+ title: 'Create new passkey',
606
+ reveal_title: 'Add a passkey',
607
+ },
608
+ skip: 'Not now',
609
+ title: 'Account security',
610
+ need_help_title: 'Problem Signing?',
611
+ need_help_description: 'Select from an option below to complete',
612
+ reveal_title: 'Verification Required',
613
+ reveal_description: 'Choose a verification method.',
614
+ }
615
+ */
616
+ dyn_embedded_authenticator: {
617
+ description: 'Protect your account and simplify your transaction experience.',
618
+ email: {
619
+ badge: 'Fastest',
620
+ description: ' You will need to renew after {{expiration}} minutes ',
621
+ title: 'Use a one-time code',
622
+ },
623
+ passkey: {
624
+ auth_info: {
625
+ convinience: {
626
+ title: 'Convenient and Fast',
627
+ description: 'Use Face ID or Touch ID to complete transactions quickly.',
628
+ },
629
+ security: {
630
+ title: 'Increased Security',
631
+ description: 'Passkeys are encrypted end-to-end on your device or password manager to prevent phishing attempts.',
632
+ },
633
+ add_button: 'Add a passkey',
634
+ start_button: 'Add a passkey',
635
+ },
636
+ no_email_auth_info: {
637
+ convinience: {
638
+ title: 'Simple and Fast',
639
+ description: 'Works across devices and syncs between devices and browsers.',
640
+ },
641
+ security: {
642
+ title: 'Secured with a bio-metric',
643
+ description: 'Phishing resistant and encrypted.',
644
+ },
645
+ add_button: 'Add passkey',
646
+ start_button: 'Add passkey',
647
+ },
648
+ badge: 'Recommended',
649
+ description: 'Works across devices & secured with biometric to prevent phishing attempts ',
650
+ title: 'Create new passkey',
651
+ reveal_title: 'Add a passkey',
652
+ },
653
+ skip: 'Not now',
654
+ title: 'Account security',
655
+ need_help_title: 'Problem Signing?',
656
+ need_help_description: 'Select from an option below to complete',
657
+ reveal_title: 'Verification Required',
658
+ reveal_description: 'Choose a verification method.',
659
+ },
660
+ /**
661
+ * @description copy keys for enter password view
662
+ * @default
663
+ * {
664
+ continue_button_label: 'Continue',
665
+ description: 'Please enter your passcode below to continue.',
666
+ error: {
667
+ invalid_password: 'Invalid passcode',
668
+ },
669
+ input: {
670
+ label: 'Passcode',
671
+ placeholder: 'Passcode',
672
+ },
673
+ title: 'Enter passcode',
674
+ }
675
+ */
676
+ dyn_enter_password: {
677
+ continue_button_label: 'Continue',
678
+ description: 'Please enter your passcode below to continue.',
679
+ error: {
680
+ invalid_password: 'Invalid passcode',
681
+ },
682
+ input: {
683
+ label: 'Passcode',
684
+ placeholder: 'Passcode',
685
+ },
686
+ title: 'Enter passcode',
687
+ },
688
+ /**
689
+ * @description copy keys for Dynamic Farcaster connect view
690
+ * @default
691
+ * {
692
+ copy_button: 'Copy QR URI',
693
+ scan_title: "Scan this QR code from your mobile app or phone's camera to connect.",
694
+ }
695
+ */
696
+ dyn_farcaster_connect_view: {
697
+ copy_button: 'Copy QR URI',
698
+ scan_title: "Scan this QR code from your mobile app or phone's camera to connect.",
699
+ },
700
+ /**
701
+ * @description copy keys for log in view
702
+ * @default
703
+ * dyn_login: {
704
+ connect_wallet: {
705
+ title: 'Connect',
706
+ },
707
+ email_form: {
708
+ email_field: {
709
+ label: 'Enter your email',
710
+ },
711
+ submit_button: {
712
+ label: 'Continue',
713
+ },
714
+ },
715
+ email_or_phone: {
716
+ use_email: 'Use email',
717
+ use_phone: 'Use phone',
718
+ prefer_email: 'Prefer email sign up?',
719
+ prefer_phone: 'Prefer phone number sign up?',
720
+ },
721
+ helper: {
722
+ all_wallet_list: 'Get your first wallet',
723
+ email_form: {
724
+ invalid_email: 'Invalid or incorrect email. Did you mistype it?',
725
+ },
726
+ pending_connect: {
727
+ title: 'Connecting a wallet',
728
+ },
729
+ pending_signature: {
730
+ title: 'Signing a wallet',
731
+ },
732
+ pending_signature_without_back_button: {
733
+ title: 'Signing a wallet',
734
+ },
735
+ phone_number_form: {
736
+ invalid_phone: 'Invalid or incorrect number. Did you mistype it?',
737
+ invalid_sms_verification:
738
+ 'The code you entered is incorrect. Please try again.',
739
+ too_many_sms_verification_attempts:
740
+ 'Too many verification attempts, please try again later.',
741
+ },
742
+ qr_code: {
743
+ title: 'Connecting a wallet',
744
+ },
745
+ wallet_only: 'Get your first wallet',
746
+ },
747
+ passkey: {
748
+ button_label: 'Sign in with Passkey',
749
+ },
750
+ qr_code: {
751
+ title: 'Connect',
752
+ },
753
+ separators: {
754
+ default: 'OR',
755
+ },
756
+ sign_wallet: {
757
+ title: 'Sign',
758
+ },
759
+ select_wallet_in_wallet_group: {
760
+ title: 'Select',
761
+ },
762
+ social: {
763
+ button_label: 'Continue with {{provider}}',
764
+ overlay_title: 'Choose a social account',
765
+ },
766
+ title: {
767
+ all: 'Log in or sign up',
768
+ all_wallet_list: 'Select your wallet',
769
+ wallet_only: 'Select your wallet',
770
+ },
771
+ wallet_group: {
772
+ title: 'Select Chain',
773
+ },
774
+ wallet_list: {
775
+ button_only: 'Continue with a wallet',
776
+ },
777
+ mobile_wallet_redirect: {
778
+ backup_title: 'Connect mobile app',
779
+ prompt: "Tap 'Open' to continue",
780
+ get_app_prompt: 'Get',
781
+ open_prompt: 'Open',
782
+ redirect_fail_message:
783
+ "If the app doesn't open, you might need to download the {{walletName}} Wallet app.",
784
+ app_store: 'App Store',
785
+ play_store: 'Play Store',
786
+ },
787
+ wrong_social_account: {
788
+ retry_button: 'Try again',
789
+ retry_title: 'Please connect with: ',
790
+ subtitle:
791
+ 'You must connect with the same account you originally signed in with.',
792
+ title: 'Whoops. Wrong Account',
793
+ },
794
+ },
795
+ */
796
+ dyn_login: {
797
+ connect_wallet: {
798
+ title: 'Connect',
799
+ },
800
+ email_form: {
801
+ email_field: {
802
+ label: 'Enter your email',
803
+ },
804
+ submit_button: {
805
+ label: 'Continue',
806
+ },
807
+ },
808
+ email_or_phone: {
809
+ use_email: 'Use email',
810
+ use_phone: 'Use phone',
811
+ prefer_email: 'Prefer email sign up?',
812
+ prefer_phone: 'Prefer phone number sign up?',
813
+ },
814
+ helper: {
815
+ all_wallet_list: 'Get your first wallet',
816
+ email_form: {
817
+ invalid_email: 'Invalid or incorrect email. Did you mistype it?',
818
+ },
819
+ pending_connect: {
820
+ title: 'Connecting a wallet',
821
+ },
822
+ pending_signature: {
823
+ title: 'Signing a wallet',
824
+ },
825
+ pending_signature_without_back_button: {
826
+ title: 'Signing a wallet',
827
+ },
828
+ phone_number_form: {
829
+ invalid_phone: 'Invalid or incorrect number. Did you mistype it?',
830
+ invalid_sms_verification: 'The code you entered is incorrect. Please try again.',
831
+ too_many_sms_verification_attempts: 'Too many verification attempts, please try again later.',
832
+ },
833
+ qr_code: {
834
+ title: 'Connecting a wallet',
835
+ },
836
+ wallet_only: 'Get your first wallet',
837
+ },
838
+ passkey: {
839
+ button_label: 'Sign in with Passkey',
840
+ },
841
+ qr_code: {
842
+ title: 'Connect',
843
+ },
844
+ separators: {
845
+ default: 'OR',
846
+ },
847
+ sign_wallet: {
848
+ title: 'Sign',
849
+ },
850
+ select_wallet_in_wallet_group: {
851
+ title: 'Select',
852
+ },
853
+ social: {
854
+ button_label: 'Continue with {{provider}}',
855
+ overlay_title: 'Choose a social account',
856
+ },
857
+ title: {
858
+ all: 'Log in or sign up',
859
+ all_wallet_list: 'Select your wallet',
860
+ wallet_only: 'Select your wallet',
861
+ },
862
+ wallet_group: {
863
+ title: 'Select Chain',
864
+ },
865
+ wallet_list: {
866
+ button_only: 'Continue with a wallet',
867
+ },
868
+ mobile_wallet_redirect: {
869
+ backup_title: 'Connect mobile app',
870
+ prompt: "Tap 'Open' to continue",
871
+ get_app_prompt: 'Get',
872
+ open_prompt: 'Open',
873
+ redirect_fail_message: "If the app doesn't open, you might need to download the {{walletName}} Wallet app.",
874
+ app_store: 'App Store',
875
+ play_store: 'Play Store',
876
+ },
877
+ wrong_social_account: {
878
+ retry_button: 'Try again',
879
+ retry_title: 'Please connect with: ',
880
+ subtitle: 'You must connect with the same account you originally signed in with.',
881
+ title: 'Whoops. Wrong Account',
882
+ },
883
+ },
884
+ /**
885
+ * @description copy keys for Dynamic manage passkeys view which are used inside dynamic widget
886
+ * @default
887
+ * {
888
+ title: 'My passkeys',
889
+ passkey_from: 'from',
890
+ passkey_providers: {
891
+ android: 'Android Phone',
892
+ brave: 'Brave Browser',
893
+ chrome: 'Google Chrome',
894
+ edge: 'Microsoft Edge',
895
+ firefox: 'Firefox',
896
+ iPhone: 'iPhone',
897
+ opera: 'Opera Browser',
898
+ safari: 'Safari Browser',
899
+ },
900
+ passkey_rename: 'Rename',
901
+ passkey_delete: 'Delete',
902
+ recovery_button: 'Set up new passkey',
903
+ }
904
+ */
905
+ dyn_manage_passkeys: {
906
+ title: 'Manage passkeys',
907
+ passkey_from: 'from',
908
+ passkey_providers: {
909
+ android: 'Android Phone',
910
+ brave: 'Brave Browser',
911
+ chrome: 'Google Chrome',
912
+ edge: 'Microsoft Edge',
913
+ firefox: 'Firefox',
914
+ iPhone: 'iPhone',
915
+ opera: 'Opera Browser',
916
+ safari: 'Safari Browser',
917
+ passkey: 'Passkey',
918
+ },
919
+ passkey_rename: 'Rename',
920
+ passkey_delete: 'Delete',
921
+ recovery_button: 'Set up new passkey',
922
+ },
923
+ /**
924
+ * @description copy keys for Dynamic rename passkey view
925
+ * @default
926
+ * {
927
+ error: Whoops! There was an error updating your passkey
928
+ input_label: 'Passkey name',
929
+ save: 'Save',
930
+ title: 'Rename your passkey',
931
+ not_found: 'No passkeys found',
932
+ }
933
+ */
934
+ dyn_rename_passkeys: {
935
+ error: 'Whoops! There was an error updating your passkey',
936
+ input_label: 'Passkey name',
937
+ save: 'Save',
938
+ title: 'Rename your passkey',
939
+ not_found: 'No passkeys found',
940
+ },
941
+ /**
942
+ * @description export keys for Dynamic embedded reveal view
943
+ * @default
944
+ * {
945
+ title: 'Export wallet',
946
+ agreement_title: 'Agree to continue',
947
+ private_key_title: 'Private key',
948
+ recovery_phrase_title: 'Secret recovery phrase',
949
+ description:
950
+ 'Your wallet is non-custodial, meaning you are always in control of it.',
951
+ statement_1: {
952
+ title: 'Do not publicly share your {{keyType}}',
953
+ description: 'Your {{keyType}} controls your account and assets.',
954
+ },
955
+ checkbox_label:
956
+ 'I am responsible for safeguarding and using my wallet key information.',
957
+ reveal_description: 'Make sure to safely back up this information',
958
+ reveal_button_label: 'Reveal',
959
+ copy_button_label: 'Copy to clipboard',
960
+ done_button_label: "I'm Done",
961
+ aa_warning: {
962
+ title: 'Your assets are not in this wallet.',
963
+ subtitle:
964
+ 'This is a smart-contract wallet. You will not see your balance if you import this to an external service. Please send your assets to your preferred external wallet first to access your funds:',
965
+ button: 'here',
966
+ },
967
+ unlink: 'Unlink wallet info',
968
+ },
969
+ */
970
+ dyn_embedded_reveal: {
971
+ title: 'Export wallet',
972
+ agreement_title: 'Agree to continue',
973
+ prompt_for_export_title: 'Back up wallet key',
974
+ private_key_title: 'Export Key',
975
+ recovery_phrase_title: 'Secret recovery phrase',
976
+ badge_label: 'Sensitive information',
977
+ prompt_for_export_description: 'Your wallet is ready. Back up your key to protect your assets.',
978
+ statement_1: {
979
+ title: 'Non-custodial wallet',
980
+ description: "You're always in control",
981
+ },
982
+ statement_2: {
983
+ title: 'Keep your key private. It controls your account and assets.',
984
+ },
985
+ checkbox_label: 'I am responsible for safeguarding and using my wallet key information.',
986
+ reveal_description: 'Make sure to safely back up this information',
987
+ skip_button_label: 'Skip for now',
988
+ reveal_button_label: 'Reveal',
989
+ backup_button_label: 'Back up now',
990
+ copy_button_label: 'Copy to clipboard',
991
+ done_button_label: "I'm Done",
992
+ aa_warning: {
993
+ title: 'Your assets are not in this wallet.',
994
+ subtitle: 'This is a smart-contract wallet. You will not see your balance if you import this to an external service. Please send your assets to your preferred external wallet first to access your funds:',
995
+ button: 'here',
996
+ },
997
+ unlink: 'Unlink wallet info',
998
+ },
999
+ /**
1000
+ * @description export keys for Dynamic embedded delete view
1001
+ * @default
1002
+ *
1003
+ */
1004
+ dyn_embedded_delete: {
1005
+ title: 'Unlink from app',
1006
+ description_1: 'By continuing you acknowledge that if you return to the application, you will receive a new wallet address.',
1007
+ description_2: 'Once unlinked, you cannot recover any wallet information through this application including any associated smart contract wallets.',
1008
+ acknowledgement: 'I have safely backed up my wallet seed phrase information. If I return to this application, a new wallet will be created for me.',
1009
+ cancel_button: 'Cancel',
1010
+ action_button: 'Unlink & Log out',
1011
+ },
1012
+ /**
1013
+ * @description Settings for Dynamic settings view which are used inside dynamic widget
1014
+ * @default
1015
+ * {
1016
+ global_connectivity_section: {
1017
+ title: 'Global Connectivity',
1018
+ connected_apps_button: 'Connected Apps',
1019
+ },
1020
+ export_section: {
1021
+ private_key_button: 'Private key',
1022
+ srp_button: 'Recovery phrase',
1023
+ title: 'Export & Backup',
1024
+ },
1025
+ identity_section: {
1026
+ title: 'Recovery',
1027
+ add_email_button: 'Add an email',
1028
+ },
1029
+ tags: { recommended: 'Recommended' },
1030
+ security_section: {
1031
+ email_auth_button: 'One time code',
1032
+ passkey_button: 'Passkeys',
1033
+ password_button: 'Passcode',
1034
+ mfa_button: 'Authenticator App',
1035
+ title: '2 factor authentication',
1036
+ },
1037
+ mfa_section: {
1038
+ title: 'MFA',
1039
+ passkey_button: 'Passkeys',
1040
+ totp_button: 'TOTP',
1041
+ },
1042
+ wallet_security_section: {
1043
+ title: 'Wallet Security',
1044
+ passkey_button: 'Passkeys',
1045
+ },
1046
+ title: 'Settings',
1047
+ button_logout: 'Log out',
1048
+ empty_screen: {
1049
+ title: 'Nothing to see here yet!',
1050
+ },
1051
+ delete_account: {
1052
+ title: 'Delete My Account',
1053
+ description:
1054
+ 'Deleting your account will permanently remove all data, including wallet details and linked smart contract wallets. This action cannot be undone.',
1055
+ backup_confirmation_embedded:
1056
+ "I confirm I've backed up my wallet keys. If I proceed, a new wallet will be created. Any wallets or assets not backed up will be lost permanently.",
1057
+ backup_confirmation_no_embedded:
1058
+ 'I confirm that all of my information will be deleted. If I return, a new user profile will be created. These changes cannot be undone.',
1059
+ type_delete: 'Enter DELETE in the box below to confirm this action.',
1060
+ cancel: 'Cancel',
1061
+ confirm: 'Delete Account',
1062
+ deleting: 'Deleting...',
1063
+ type_delete_label: 'Type to confirm',
1064
+ },
1065
+ session_management: {
1066
+ title: 'Security Settings',
1067
+ session_management_button: 'Session Management',
1068
+ },
1069
+ }
1070
+ */
1071
+ dyn_settings: {
1072
+ account_permissions_section: {
1073
+ title: 'Account Permissions',
1074
+ delegated_wallets_button: 'Delegated Wallets',
1075
+ },
1076
+ global_connectivity_section: {
1077
+ title: 'Global Connectivity',
1078
+ connected_apps_button: 'Connected Apps',
1079
+ },
1080
+ export_section: {
1081
+ private_key_button: 'Private key',
1082
+ srp_button: 'Recovery phrase',
1083
+ title: 'Export & Backup',
1084
+ },
1085
+ identity_section: {
1086
+ title: 'Recovery',
1087
+ add_email_button: 'Add an email',
1088
+ },
1089
+ tags: { recommended: 'Recommended' },
1090
+ security_section: {
1091
+ email_auth_button: 'One time code',
1092
+ passkey_button: 'Passkeys',
1093
+ password_button: 'Passcode',
1094
+ mfa_button: 'Authenticator App',
1095
+ title: '2 factor authentication',
1096
+ },
1097
+ mfa_section: {
1098
+ title: 'MFA',
1099
+ passkey_button: 'Passkeys',
1100
+ totp_button: 'TOTP',
1101
+ },
1102
+ wallet_security_section: {
1103
+ title: 'Wallet Security',
1104
+ passkey_button: 'Passkeys',
1105
+ },
1106
+ title: 'Settings',
1107
+ button_logout: 'Log out',
1108
+ account_security: {
1109
+ title: 'Account & Security',
1110
+ },
1111
+ empty_screen: {
1112
+ title: 'Nothing to see here yet!',
1113
+ },
1114
+ delete_account: {
1115
+ title: 'Delete My Account',
1116
+ description: 'Deleting your account will permanently remove all data, including wallet details and linked smart contract wallets. This action cannot be undone.',
1117
+ backup_confirmation_embedded: "I confirm I've backed up my wallet keys. If I proceed, a new wallet will be created. Any wallets or assets not backed up will be lost permanently.",
1118
+ backup_confirmation_no_embedded: 'I confirm that all of my information will be deleted. If I return, a new user profile will be created. These changes cannot be undone.',
1119
+ type_delete: 'Enter DELETE in the box below to confirm this action.',
1120
+ cancel: 'Cancel',
1121
+ confirm: 'Delete Account',
1122
+ deleting: 'Deleting...',
1123
+ type_delete_label: 'Type to confirm',
1124
+ },
1125
+ session_management: {
1126
+ title: 'Security Settings',
1127
+ session_management_button: 'Session Management',
1128
+ },
1129
+ },
1130
+ /**
1131
+ * @description copy keys for global wallet view
1132
+ * @default
1133
+ * {
1134
+ connect_to_apps: 'Connect to apps',
1135
+ scan_qr_code: 'Scan QR Code',
1136
+ or: 'OR',
1137
+ walletconnect_uri: 'WalletConnect URI',
1138
+ the_dapp: 'the dApp',
1139
+ this_app: 'this app',
1140
+ confirm: {
1141
+ title: 'Confirm Connection',
1142
+ description: 'Are you sure you want to connect to {{name}}?',
1143
+ cancel_button: 'Cancel',
1144
+ connect_button: 'Connect',
1145
+ },
1146
+ banner: {
1147
+ warning: 'There was an error connecting to {{name}}.',
1148
+ success: 'Successfully connected to {{name}}.',
1149
+ already_connected: 'You are already connected to {{name}}.',
1150
+ expired:
1151
+ 'The link you entered expired, please get a new URI from the app.',
1152
+ bad_input:
1153
+ 'Invalid URI. Please check below for how to find the valid URI.',
1154
+ },
1155
+ help: {
1156
+ title: 'How do I find the URI code?',
1157
+ step: {
1158
+ 1: '1. Go to the website you want to connect to',
1159
+ 2: '2. Locate the "Connect" or "Login" button',
1160
+ 3: '3. Open WalletConnect from the list',
1161
+ },
1162
+ learn_more: 'Learn more about global wallets',
1163
+ },
1164
+ malicious_site: {
1165
+ certain: {
1166
+ title: 'Malicious app detected!',
1167
+ subtitle_header: 'Risk of losing funds',
1168
+ subtitle_text:
1169
+ 'The site is known to exploit and or take assets from connected wallets.',
1170
+ go_back: 'Cancel',
1171
+ proceed: 'Proceed',
1172
+ },
1173
+ unknown: {
1174
+ title: 'Site verification did not run.',
1175
+ subtitle_header: 'Double check the app',
1176
+ subtitle_text:
1177
+ 'We were unable to verify the vailidity of the app at this time.',
1178
+ go_back: 'Cancel',
1179
+ proceed: 'Proceed',
1180
+ },
1181
+ },
1182
+ connected_apps: {
1183
+ title: 'Connected Apps',
1184
+ no_connections: 'No connected apps',
1185
+ },
1186
+ },
1187
+ */
1188
+ global_wallet: {
1189
+ connect_to_apps: 'Connect to apps',
1190
+ scan_qr_code: 'Scan QR Code',
1191
+ or: 'OR',
1192
+ walletconnect_uri: 'WalletConnect URI',
1193
+ the_dapp: 'the dApp',
1194
+ this_app: 'this app',
1195
+ confirm: {
1196
+ title: 'Confirm Connection',
1197
+ description: 'Are you sure you want to connect to {{name}}?',
1198
+ cancel_button: 'Cancel',
1199
+ connect_button: 'Connect',
1200
+ },
1201
+ banner: {
1202
+ warning: 'There was an error connecting to {{name}}.',
1203
+ success: 'Successfully connected to {{name}}.',
1204
+ already_connected: 'You are already connected to {{name}}.',
1205
+ expired: 'The link you entered expired, please get a new URI from the app.',
1206
+ bad_input: 'Invalid URI. Please check below for how to find the valid URI.',
1207
+ },
1208
+ help: {
1209
+ title: 'How do I find the URI code?',
1210
+ step: {
1211
+ 1: '1. Go to the website you want to connect to',
1212
+ 2: '2. Locate the "Connect" or "Login" button',
1213
+ 3: '3. Open WalletConnect from the list',
1214
+ },
1215
+ learn_more: 'Learn more about global wallets',
1216
+ },
1217
+ malicious_site: {
1218
+ certain: {
1219
+ title: 'Malicious app detected!',
1220
+ subtitle_header: 'Risk of losing funds',
1221
+ subtitle_text: 'The site is known to exploit and or take assets from connected wallets.',
1222
+ go_back: 'Cancel',
1223
+ proceed: 'Proceed',
1224
+ },
1225
+ unknown: {
1226
+ title: 'Site verification did not run.',
1227
+ subtitle_header: 'Double check the app',
1228
+ subtitle_text: 'We were unable to verify the vailidity of the app at this time.',
1229
+ go_back: 'Cancel',
1230
+ proceed: 'Proceed',
1231
+ },
1232
+ },
1233
+ connected_apps: {
1234
+ title: 'Connected Apps',
1235
+ subtitle: 'Connected apps allow you to interact with your wallet on other platforms.',
1236
+ success: 'Successfully connected to {{name}}.',
1237
+ delegate_wallets: {
1238
+ title: 'Delegated Wallets',
1239
+ button: 'Delegated Wallets',
1240
+ },
1241
+ },
1242
+ },
1243
+ /**
1244
+ * @description copy keys for wallets delegated view
1245
+ * @default
1246
+ * {
1247
+ * title: 'Wallets Delegated',
1248
+ * subtitle: 'Delegated wallets allow you to interact with your wallet on other platforms.',
1249
+ * },
1250
+ */
1251
+ wallets_delegated: {
1252
+ title: 'Wallets Delegated',
1253
+ subtitle: 'Delegated wallets allow you to interact with your wallet on other platforms.',
1254
+ },
1255
+ /**
1256
+ * @description copy keys for totp mfa management view
1257
+ * @default
1258
+ * {
1259
+ title: 'Authenticator App',
1260
+ add_mfa_button: 'Authenticator App',
1261
+ no_devices: 'No authenticator apps configured',
1262
+ generate_backup_codes_button: 'Get new backup codes',
1263
+ },
1264
+ */
1265
+ dyn_manage_mfa: {
1266
+ title: 'Authenticator App',
1267
+ add_mfa_button: 'Authenticator App',
1268
+ no_devices: 'No authenticator apps configured',
1269
+ generate_backup_codes_button: 'Get new backup codes',
1270
+ delete: 'Delete',
1271
+ },
1272
+ /**
1273
+ * @description copy keys for passkeys mfa management view
1274
+ * @default
1275
+ * {
1276
+ * title: 'Passkeys',
1277
+ * add_passkey_button: 'Passkey',
1278
+ * no_passkeys: 'No passkeys set up yet',
1279
+ * },
1280
+ */
1281
+ dyn_manage_passkeys_mfa: {
1282
+ title: 'Passkeys',
1283
+ add_passkey_button: 'Passkey',
1284
+ no_passkeys: 'No passkeys set up yet',
1285
+ },
1286
+ /**
1287
+ * @description copy keys for waas backup unsuccessful view
1288
+ * @default
1289
+ * {
1290
+ title: 'Backup Unsuccessful',
1291
+ description: "We weren't able to back up your wallet. To keep things secure, we'll need to refresh and generate a new wallet for you.",
1292
+ try_again: 'Try Again',
1293
+ },
1294
+ */
1295
+ dyn_waas: {
1296
+ backup_unsuccessful: {
1297
+ title: "Let's try that again",
1298
+ description: "It looks like setup didn't finish all the way. Click below and we'll get you back on track.",
1299
+ try_again: 'Try Again',
1300
+ log_out: 'Log Out',
1301
+ },
1302
+ },
1303
+ /**
1304
+ * @description copy keys for mfa views
1305
+ * @default
1306
+ * {
1307
+ choose_device_view: {
1308
+ title: 'Secure your account',
1309
+ select_options: 'Protect your account by adding multi-factor authentication',
1310
+ authenticator_app: 'Authenticator app',
1311
+ authenticator_app_description:
1312
+ 'Use your preferred authenticator app such as Authy, Google Authenticator, etc.',
1313
+ passkey: 'Passkey',
1314
+ passkey_description: 'Works across devices & secured with biometrics to prevent phishing attempts.',
1315
+ backup_code: 'Backup code',
1316
+ backup_code_description:
1317
+ 'Enter one of your saved backup codes to authenticate.',
1318
+ choose_another_method: 'Choose another method',
1319
+ choose_another_method_description: 'Use one of the methods below:',
1320
+ logout: 'Log out',
1321
+ },
1322
+ display_backup_codes_view: {
1323
+ title: 'Back up your codes',
1324
+ body: 'Backup codes help recover your account if you lose access to your device. Each code can be used only 1 time.',
1325
+ warning: 'You won’t be able to see these again',
1326
+ copy_all: 'Copy all',
1327
+ download: 'Download',
1328
+ checkbox: 'I have safely stored a copy of my backup codes',
1329
+ complete: 'Complete',
1330
+ },
1331
+ otp_verification_view: {
1332
+ title: 'Confirm verification code',
1333
+ body: 'Enter the verification code generated by your authenticator app',
1334
+ error: 'Invalid code. Please try again.',
1335
+ rate_limit_error: 'Too many attempts, please try again later.',
1336
+ choose_another_method: 'Use a different method',
1337
+ },
1338
+ secure_device_view: {
1339
+ title: 'Secure your account',
1340
+ body: 'Setup a new sign-in method in your authenticator app',
1341
+ continue: 'Continue',
1342
+ helper: {
1343
+ button: "Can't scan QR Code?",
1344
+ title: 'Troubles with scanning?',
1345
+ step1: {
1346
+ title: 'Open your Authenticator App',
1347
+ description: 'You will set up a new sign-in method',
1348
+ },
1349
+ step2: {
1350
+ title: 'Enter the key provided below',
1351
+ description: 'Make sure time-based or one-time password is enabled.',
1352
+ },
1353
+ uri: {
1354
+ title: 'Copy the full URI',
1355
+ description:
1356
+ 'This only works if your authenticator app supports TOTP URIs',
1357
+ },
1358
+ },
1359
+ logout: 'Log out',
1360
+ },
1361
+ recovery_view: {
1362
+ title: 'Enter your backup code',
1363
+ body: 'Your backup code is one of the 10 codes you received when you first enrolled in multi-factor authentication',
1364
+ input_label: 'Enter back up code',
1365
+ button_label: 'Continue',
1366
+ get_help: {
1367
+ description: 'Missing your back up codes?',
1368
+ button_label: 'Get Help',
1369
+ },
1370
+ helper: {
1371
+ title: 'Mfa Recovery Help',
1372
+ },
1373
+ },
1374
+ setup_passkey_view: {
1375
+ title: 'Set up your passkey',
1376
+ description: 'Passkeys help safeguard your account and make access easier. Finish set up in just a few seconds.',
1377
+ },
1378
+ confirm_passkey_view: {
1379
+ title: 'Confirm your passkey',
1380
+ description: 'Use your saved passkey to verify your identity and continue securely.',
1381
+ error: {
1382
+ not_allowed: 'The passkey request timed out or was rejected.',
1383
+ },
1384
+ },
1385
+ },
1386
+ */
1387
+ dyn_mfa: {
1388
+ choose_device_view: {
1389
+ title: 'Secure your account',
1390
+ select_options: 'Protect your account by adding multi-factor authentication',
1391
+ authenticator_app: 'Authenticator app',
1392
+ authenticator_app_description: 'Use your preferred authenticator app such as Authy, Google Authenticator, etc.',
1393
+ passkey: 'Passkey',
1394
+ passkey_description: 'Works across devices & secured with biometrics to prevent phishing attempts.',
1395
+ backup_code: 'Backup code',
1396
+ backup_code_description: 'Enter one of your saved backup codes to authenticate.',
1397
+ choose_another_method: 'Choose another method',
1398
+ choose_another_method_description: 'Use one of the methods below:',
1399
+ logout: 'Log out',
1400
+ },
1401
+ display_backup_codes_view: {
1402
+ title: 'Back up your codes',
1403
+ body: 'Backup codes help recover your account if you lose access to your device. Each code can be used only 1 time.',
1404
+ warning: 'You won’t be able to see these again',
1405
+ copy_all: 'Copy all',
1406
+ download: 'Download',
1407
+ checkbox: "I've safely stored a copy of my backup codes",
1408
+ complete: 'Complete',
1409
+ },
1410
+ otp_verification_view: {
1411
+ title: 'Confirm verification code',
1412
+ body: 'Enter the verification code generated by your authenticator app',
1413
+ error: 'Invalid code. Please try again.',
1414
+ rate_limit_error: 'Too many attempts, please try again later.',
1415
+ choose_another_method: 'Use a different method',
1416
+ },
1417
+ secure_device_view: {
1418
+ title: 'Secure your account',
1419
+ body: 'Setup a new sign-in method in your authenticator app',
1420
+ continue: 'Continue',
1421
+ helper: {
1422
+ button: "Can't scan QR Code?",
1423
+ title: 'Troubles with scanning?',
1424
+ step1: {
1425
+ title: 'Open your Authenticator App',
1426
+ description: 'You will set up a new sign-in method',
1427
+ },
1428
+ step2: {
1429
+ title: 'Enter the key provided below',
1430
+ description: 'Make sure time-based or one-time password is enabled.',
1431
+ },
1432
+ uri: {
1433
+ title: 'Copy the full URI',
1434
+ description: 'This only works if your authenticator app supports TOTP URIs',
1435
+ },
1436
+ },
1437
+ logout: 'Log out',
1438
+ },
1439
+ recovery_view: {
1440
+ title: 'Enter your backup code',
1441
+ body: 'Your backup code is one of the 10 codes you received when you first enrolled in multi-factor authentication',
1442
+ input_label: 'Enter back up code',
1443
+ button_label: 'Continue',
1444
+ get_help: {
1445
+ description: 'Missing your back up codes?',
1446
+ button_label: 'Get Help',
1447
+ },
1448
+ helper: {
1449
+ title: 'Mfa Recovery Help',
1450
+ },
1451
+ },
1452
+ setup_passkey_view: {
1453
+ title: 'Set up your passkey',
1454
+ description: 'Passkeys help safeguard your account and make access easier. Finish set up in just a few seconds.',
1455
+ },
1456
+ confirm_passkey_view: {
1457
+ title: 'Confirm your passkey',
1458
+ description: 'Use your saved passkey to verify your identity and continue securely.',
1459
+ error: {
1460
+ not_allowed: 'The passkey request timed out or was rejected.',
1461
+ },
1462
+ },
1463
+ },
1464
+ /**
1465
+ * @description copy keys for merge user accounts view
1466
+ * @default
1467
+ * {
1468
+ confirm_button: 'Merge accounts',
1469
+ errors: {
1470
+ merge_error: 'Something went wrong, please try again.',
1471
+ },
1472
+ wallet: {
1473
+ content: 'This wallet is associated to another account. Would you like to merge accounts?',
1474
+ title: 'Wallet already in use',
1475
+ },
1476
+ }
1477
+ */
1478
+ dyn_merge_user_accounts: {
1479
+ confirm_button: 'Merge accounts',
1480
+ errors: {
1481
+ merge_error: 'Something went wrong, please try again.',
1482
+ },
1483
+ wallet: {
1484
+ content: 'This wallet is associated to another account. Would you like to merge accounts?',
1485
+ title: 'Wallet already in use',
1486
+ },
1487
+ },
1488
+ /**
1489
+ * @description copy keys for merge user accounts conflicts view
1490
+ * @default
1491
+ * {
1492
+ confirm_button: 'Confirm & Merge',
1493
+ description:
1494
+ 'You have some conflicting information. Please select your preferences',
1495
+ errors: {
1496
+ merge_error: 'Something went wrong, please try again.',
1497
+ },
1498
+ title: 'Confirm your preferences',
1499
+ }
1500
+ */
1501
+ dyn_merge_user_accounts_conflicts: {
1502
+ confirm_button: 'Confirm & Merge',
1503
+ description: 'You have some conflicting information. Please select your preferences',
1504
+ errors: {
1505
+ merge_error: 'Something went wrong, please try again.',
1506
+ },
1507
+ title: 'Confirm your preferences',
1508
+ },
1509
+ /**
1510
+ * @description copy keys for merge user accounts view when using email associated to a different account
1511
+ * @default
1512
+ * {
1513
+ cancel_button: "No, I'll use a different email",
1514
+ confirm_button: 'Yes, link to existing account',
1515
+ errors: {
1516
+ merge_error: 'Something went wrong, please try again.',
1517
+ },
1518
+ existing_account: 'An account already exists that uses',
1519
+ existing_account_trail: 'email.',
1520
+ title: 'Would you like to link this wallet to this existing account?',
1521
+ }
1522
+ */
1523
+ dyn_merge_user_accounts_with_same_email: {
1524
+ cancel_button: "No, I'll use a different email",
1525
+ confirm_button: 'Yes, link to existing account',
1526
+ errors: {
1527
+ merge_error: 'Something went wrong, please try again.',
1528
+ },
1529
+ existing_account: 'An account already exists that uses',
1530
+ existing_account_trail: 'email.',
1531
+ title: 'Would you like to link this wallet to this existing account?',
1532
+ },
1533
+ /**
1534
+ * @description copy key for Dynamic need help footer section
1535
+ * @default
1536
+ * {
1537
+ info: 'Problem Signing?',
1538
+ contact_support: 'Contact support',
1539
+ divider: 'or',
1540
+ help_button: 'go here.',
1541
+ }
1542
+ */
1543
+ dyn_need_help_section: {
1544
+ info: {
1545
+ v1: 'Need Help?',
1546
+ not_v1: 'Need help? Get in touch:',
1547
+ },
1548
+ contact_support: 'Contact support',
1549
+ divider: 'or',
1550
+ help_button: 'Go here for support',
1551
+ visit_platform: 'Visit {{platform}}',
1552
+ },
1553
+ /**
1554
+ * @description copy keys for network not supported view
1555
+ * @default
1556
+ * {
1557
+ button: 'Switch Network',
1558
+ subtitle: 'Your wallet is not connected to a supported network. Please update before continuing.',
1559
+ title: 'Update Network',
1560
+ warning_message: 'This network is not available, please update.',
1561
+ }
1562
+ */
1563
+ dyn_network_not_supported: {
1564
+ button: 'Switch Network',
1565
+ subtitle: 'Your wallet is not connected to a supported network. Please update before continuing.',
1566
+ title: 'Update Network',
1567
+ warning_message: 'This network is not available, please update.',
1568
+ wallet: 'Not Supported',
1569
+ },
1570
+ /**
1571
+ * @description copy keys for network not supported view for manual switch
1572
+ * @default
1573
+ * {
1574
+ subtitle_network_defined_metamaskstarknet:
1575
+ 'To continue, please update the network in your wallet to {{network}} by visiting the Starknet Snap companion app',
1576
+ subtitle_network_defined_metamaskstarknet_companion_app: 'companion app',
1577
+ subtitle_network_defined: 'To continue, please update the network in your wallet to {{network}}',
1578
+ subtitle_no_network_defined: 'Your wallet does not support switching networks from this app. Switch networks directly in your wallet.',
1579
+ title: 'Update your Network',
1580
+ warning_message: 'This network is not available, please update.',
1581
+ }
1582
+ */
1583
+ dyn_network_not_supported_manual_switch: {
1584
+ subtitle_network_defined_metamaskstarknet: 'To continue, please update the network in your wallet to {{network}} by visiting the Starknet Snap',
1585
+ subtitle_network_defined_metamaskstarknet_companion_app: 'companion app',
1586
+ subtitle_network_defined: 'To continue, please update the network in your wallet to {{network}}',
1587
+ subtitle_no_network_defined: 'Your wallet does not support switching networks from this app. Switch networks directly in your wallet.',
1588
+ title: 'Update your Network',
1589
+ warning_message: 'This network is not available, please update.',
1590
+ },
1591
+ /**
1592
+ * @description copy keys for no access view
1593
+ * @default
1594
+ * {
1595
+ chainalysis: {
1596
+ button_text: 'Try another method',
1597
+ description: 'This wallet has been correlated to illicit activity and cannot access this site.',
1598
+ social_media_link_text: 'Why am I seeing this message?',
1599
+ social_media_link_url: 'https://docs.dynamic.xyz/docs',
1600
+ title: 'This address seems corrupted.',
1601
+ },
1602
+ default: {
1603
+ button_text: 'Try another method',
1604
+ description: "You are not currently on the allow list.",
1605
+ title: 'Access denied',
1606
+ },
1607
+ gate: {
1608
+ button_text: 'Try a different wallet',
1609
+ description: 'A NFT or a token is required to access this site.',
1610
+ title: 'You cannot access the site',
1611
+ },
1612
+ not_in_the_list_image_alt: 'user is not in the list',
1613
+ title: "You don't have access",
1614
+ }
1615
+ */
1616
+ dyn_no_access: {
1617
+ chainalysis: {
1618
+ button_text: 'Try another method',
1619
+ description: 'This wallet has been correlated to illicit activity and cannot access this site.',
1620
+ social_media_link_text: 'Why am I seeing this message?',
1621
+ social_media_link_url: 'https://docs.dynamic.xyz/docs',
1622
+ title: 'This address seems corrupted.',
1623
+ },
1624
+ default: {
1625
+ button_text: 'Try another method',
1626
+ description: 'You are not currently on the allow list.',
1627
+ title: 'Access denied',
1628
+ },
1629
+ gate: {
1630
+ button_text: 'Try a different wallet',
1631
+ description: 'A NFT or a token is required to access this site.',
1632
+ title: 'You cannot access the site',
1633
+ },
1634
+ not_in_the_list_image_alt: 'user is not in the list',
1635
+ title: "You don't have access",
1636
+ },
1637
+ /**
1638
+ * @description copy keys for email OTP verification for magiclink
1639
+ * @default
1640
+ * {
1641
+ banner_text: 'Sign in to access your email based wallet',
1642
+ }
1643
+ */
1644
+ dyn_magic_verification: {
1645
+ banner_text: 'Sign in to access your email based wallet',
1646
+ },
1647
+ /**
1648
+ * @description copy key for passkey created success banner
1649
+ * @default
1650
+ * {
1651
+ text: 'A new passkey has been created',
1652
+ }
1653
+ */
1654
+ dyn_passkey_success: {
1655
+ created: 'A new passkey has been created',
1656
+ edited: 'Your passkey has been edited',
1657
+ },
1658
+ /**
1659
+ * @description copy keys for passkey intro view
1660
+ * @default
1661
+ * {
1662
+ button: 'Set up a passkey',
1663
+ button_logout: 'Log out',
1664
+ button_skip: 'Skip for now',
1665
+ disabled: 'Passkeys are not available on this device or browser. Please open on Chrome, Safari, or Brave to continue',
1666
+ helper: {
1667
+ section_1: {
1668
+ description: 'Passkeys are a standard built by Apple, Google and others, and eliminates the use of passwords.',
1669
+ title: 'Built by Apple and Google',
1670
+ },
1671
+ section_2: {
1672
+ description: 'Passkeys are stored on your phone and are not shared with anyone.',
1673
+ title: 'Secure and Private',
1674
+ },
1675
+ title: "What's Passkey",
1676
+ tooltip: 'Need some help?',
1677
+ },
1678
+ sms_auth: {
1679
+ title: 'Finish set up',
1680
+ description:
1681
+ 'Add a security method to finish your profile and complete transactions',
1682
+ },
1683
+ subtitle: 'Passkeys are stored natively to your device with a biometric and can only be accessed by you.',
1684
+ title: 'Secure your wallet',
1685
+ }
1686
+ */
1687
+ dyn_passkey_intro: {
1688
+ button: 'Set up a passkey',
1689
+ button_logout: 'Log out',
1690
+ button_skip: 'Skip for now',
1691
+ disabled: 'Passkeys are not available on this device or browser. Please open on Chrome, Safari, or Brave to continue',
1692
+ helper: {
1693
+ section_1: {
1694
+ description: 'Passkeys are a standard built by Apple, Google and others, and eliminates the use of passwords.',
1695
+ title: 'Built by Apple and Google',
1696
+ },
1697
+ section_2: {
1698
+ description: 'Passkeys are stored on your phone and are not shared with anyone.',
1699
+ title: 'Secure and Private',
1700
+ },
1701
+ title: "What's Passkey",
1702
+ tooltip: 'Need some help?',
1703
+ },
1704
+ sms_auth: {
1705
+ title: 'Finish set up',
1706
+ description: 'Add a security method to finish your profile and complete transactions',
1707
+ },
1708
+ subtitle: 'Passkeys are stored natively to your device with a biometric and can only be accessed by you.',
1709
+ title: 'Secure your wallet',
1710
+ },
1711
+ /**
1712
+ * @description copy keys for passkey new domain detected modal
1713
+ * @default
1714
+ * {
1715
+ title: 'New domain detected',
1716
+ description: 'To complete your transaction select a signing method',
1717
+ actions: {
1718
+ passkey: {
1719
+ title: 'Add new passkey',
1720
+ subtitle: 'Does not expire. Works across devices & secured with biometric.',
1721
+ },
1722
+ emailAuth: {
1723
+ title: 'Use a one-time code',
1724
+ subtitle: 'Allows you to transact for 30 min',
1725
+ },
1726
+ badges: {
1727
+ recommended: 'Recommended',
1728
+ fastest: 'Fastest',
1729
+ },
1730
+ },
1731
+ }
1732
+ */
1733
+ dyn_passkey_new_domain_detected: {
1734
+ title: 'New domain detected',
1735
+ description: 'To complete your transaction select a signing method',
1736
+ actions: {
1737
+ passkey: {
1738
+ title: 'Add new passkey',
1739
+ subtitle: 'Does not expire. Works across devices & secured with biometric.',
1740
+ },
1741
+ emailAuth: {
1742
+ title: 'Use a one-time code',
1743
+ subtitle: 'Allows you to transact for 30 min',
1744
+ },
1745
+ badges: {
1746
+ recommended: 'Recommended',
1747
+ fastest: 'Fastest',
1748
+ },
1749
+ },
1750
+ },
1751
+ /**
1752
+ * @description copy keys for passkeys recovery flow
1753
+ * @default
1754
+ * {
1755
+ add_email: {
1756
+ description:
1757
+ 'Don’t get locked out if you delete your passkey or lose your device.',
1758
+ input_label: 'Enter your email',
1759
+ title: 'Add a recovery email',
1760
+ confirm_button: 'Confirm with a passkey',
1761
+ skip_button: 'Skip for now',
1762
+ success_message: 'Recovery email added!',
1763
+ },
1764
+ code: {
1765
+ description: 'A verification code has been sent to {{email}}',
1766
+ input_label: 'Enter your code here...',
1767
+ title: 'Verification code sent',
1768
+ resend: {
1769
+ button: 'Resend code',
1770
+ text: "Didn't receive a code?",
1771
+ },
1772
+ },
1773
+ complete: {
1774
+ complete_button: 'Create a passkey',
1775
+ description: 'Secure your wallet by adding a new passkey.',
1776
+ title: 'Create a new passkey',
1777
+ },
1778
+ start: {
1779
+ description:
1780
+ 'To complete this process, ensure you are using the same device/browser.',
1781
+ start_button: 'Send me an email',
1782
+ title: 'Initiate Request',
1783
+ },
1784
+ }
1785
+ */
1786
+ dyn_passkey_recovery: {
1787
+ add_email: {
1788
+ description: 'Don’t get locked out if you delete your passkey or lose your device.',
1789
+ input_label: 'Enter your email',
1790
+ title: 'Add a recovery email',
1791
+ confirm_button: 'Confirm with a passkey',
1792
+ skip_button: 'Skip for now',
1793
+ success_message: 'Recovery email added!',
1794
+ },
1795
+ code: {
1796
+ description: 'A verification code has been sent to {{email}}',
1797
+ input_label: 'Enter your code here...',
1798
+ title: 'Verification code sent',
1799
+ resend: {
1800
+ button: 'Resend code',
1801
+ text: "Didn't receive a code?",
1802
+ },
1803
+ },
1804
+ complete: {
1805
+ complete_button: 'Create a passkey',
1806
+ description: 'Secure your wallet by adding a new passkey.',
1807
+ title: 'Create a new passkey',
1808
+ },
1809
+ start: {
1810
+ description: 'To complete this process, ensure you are using the same device/browser.',
1811
+ start_button: 'Send me an email',
1812
+ title: 'Initiate Request',
1813
+ },
1814
+ },
1815
+ /**
1816
+ * @description copy keys for Dynamic pending wallet connection
1817
+ * @default
1818
+ * {
1819
+ mobile: 'Click connect in your mobile wallet',
1820
+ computer: 'Click connect in your wallet popup',
1821
+ }
1822
+ */
1823
+ dyn_pending_connection: {
1824
+ title: 'Connect',
1825
+ mobile: 'Click connect in your mobile wallet',
1826
+ computer: 'Click connect in your wallet popup',
1827
+ },
1828
+ /**
1829
+ * @description copy keys for Dynamic pending signature, we have overrides for phantom ledger which does not support message signing.
1830
+ * @default
1831
+ * {
1832
+ click_to_sign: 'Click to Sign',
1833
+ link_wallet_message: 'Sign the message in your wallet to approve linking this wallet to your account',
1834
+ note: 'Note: ',
1835
+ phantom_ledger_sign: "Click sign in your wallet to confirm you own this wallet (this doesn't cost gas).",
1836
+ phantom_ledger_warning: "Ledger with Phantom doesn't support message signing. When logging in, a small fee (which should not apply) may appear. See below to learn more.",
1837
+ regular_sign_description: 'Click sign-in in your wallet to confirm you own this wallet.',
1838
+ }
1839
+ */
1840
+ dyn_pending_signature: {
1841
+ click_to_sign: 'Click to Sign',
1842
+ link_wallet_message: 'Sign the message in your wallet to approve linking this wallet to your account',
1843
+ note: 'Note: ',
1844
+ phantom_ledger_sign: "Click sign in your wallet to confirm you own this wallet (this doesn't cost gas).",
1845
+ phantom_ledger_warning: "Ledger doesn't support message signing. When logging in, a small fee (which should not apply) may appear. See below to learn more.",
1846
+ regular_sign_description: 'Click sign-in in your wallet to confirm you own this wallet.',
1847
+ },
1848
+ /**
1849
+ * @description copy keys for Dynamic QR code Wallet Connection Pop-Up
1850
+ * @default
1851
+ * {
1852
+ copy_button: 'Copy QR URI',
1853
+ get_extension_button: 'Get extension',
1854
+ open_button: 'Open App',
1855
+ scan_title: "Scan this QR code from your mobile {{app}} or phone's camera to connect.",
1856
+ wallet_not_installed: {
1857
+ browser_install: 'Install {{browser}} extension',
1858
+ install: 'Install {{wallet}} extension to connect',
1859
+ refresh: 'Refresh the page once installed',
1860
+ select: 'Select from your preferred options below:',
1861
+ },
1862
+ }
1863
+ */
1864
+ dyn_qr_code: {
1865
+ copy_button: 'Copy QR URI',
1866
+ get_extension_button: 'Get Extension',
1867
+ open_button: 'Open App',
1868
+ scan_title: "Scan this QR code from your mobile {{app}} or phone's camera to connect.",
1869
+ wallet_not_installed: {
1870
+ browser_install: 'Install {{browser}} extension',
1871
+ install: 'Install {{wallet}} extension to connect',
1872
+ refresh: 'Refresh the page once installed',
1873
+ select: 'Select from your preferred options below:',
1874
+ },
1875
+ },
1876
+ /**
1877
+ * @description copy keys for Dynamic wallet locked/disconnected
1878
+ * @default
1879
+ * {
1880
+ connect_continue: 'Connect your wallet to continue',
1881
+ title: 'Welcome back',
1882
+ subtitle: "We couldn't connect to your wallet. Click connect to retry the connection ",
1883
+ connect: 'Connect wallet',
1884
+ logout: 'Log out',
1885
+ }
1886
+ */
1887
+ dyn_wallet_locked: {
1888
+ connect_continue: 'Connect your wallet to continue',
1889
+ title: 'Welcome back',
1890
+ subtitle: "We couldn't connect to your wallet. Click connect to retry the connection ",
1891
+ connect: 'Connect wallet',
1892
+ logout: 'Log out',
1893
+ },
1894
+ /**
1895
+ * @description copy keys for passkeys creation flow for existent embedded wallets
1896
+ * @default
1897
+ * {
1898
+ code: {
1899
+ action_based_description: 'To {{action}} verify account.',
1900
+ description: 'A secure code has been sent to {{email}}.',
1901
+ input_label: 'Enter your code here...',
1902
+ title: 'Verification code sent',
1903
+ resend: {
1904
+ button: 'Resend code',
1905
+ text: "Didn't receive a code?",
1906
+ },
1907
+ complete_transaction_action: 'complete transaction',
1908
+ sign_message_action: 'sign this message',
1909
+ },
1910
+ complete: {
1911
+ complete_button: 'Create a passkey',
1912
+ description:
1913
+ 'Passkeys are stored natively to your device with a biometric and can only be accessed by you.',
1914
+ title: 'Secure your account',
1915
+ },
1916
+ start: {
1917
+ description:
1918
+ 'A one-time security code will be sent to the email on file. It will expire in 15 minutes.',
1919
+ start_button: 'Send me an email',
1920
+ title: 'Send Email Code',
1921
+ },
1922
+ }
1923
+ */
1924
+ dyn_passkey_secure_modal: {
1925
+ code: {
1926
+ action_based_description: 'To {{action}} verify account.',
1927
+ description: 'A secure code has been sent to {{email}}.',
1928
+ input_label: 'Enter your code here...',
1929
+ title: 'Verification code sent',
1930
+ resend: {
1931
+ button: 'Resend code',
1932
+ text: "Didn't receive a code?",
1933
+ },
1934
+ complete_transaction_action: 'complete transaction',
1935
+ sign_message_action: 'sign this message',
1936
+ },
1937
+ complete: {
1938
+ complete_button: 'Create a passkey',
1939
+ description: 'Passkeys are stored natively to your device with a biometric and can only be accessed by you.',
1940
+ title: 'Secure your account',
1941
+ },
1942
+ start: {
1943
+ description: 'A one-time security code will be sent to the email on file. It will expire in 15 minutes.',
1944
+ start_button: 'Send me an email',
1945
+ title: 'Send Email Code',
1946
+ },
1947
+ },
1948
+ /**
1949
+ * @description copy keys for save password view
1950
+ * @default
1951
+ * {
1952
+ badge_text: 'Important!',
1953
+ checkbox_label: 'I have safely stored a copy of my passcode.',
1954
+ continue: 'Continue',
1955
+ copy_button: {
1956
+ copy: 'Copy',
1957
+ copied: 'Copied',
1958
+ },
1959
+ description: 'You must retain a copy of this passcode.',
1960
+ download_button: 'Download',
1961
+ logout: 'Log out',
1962
+ password_input: {
1963
+ label: 'Passcode',
1964
+ placeholder: 'Passcode',
1965
+ },
1966
+ title: 'Save passcode',
1967
+ warning:
1968
+ 'If you lose your passcode, you cannot recover access to your account.',
1969
+ }
1970
+ */
1971
+ dyn_save_password: {
1972
+ badge_text: 'Important!',
1973
+ checkbox_label: 'I have safely stored a copy of my passcode.',
1974
+ continue: 'Continue',
1975
+ copy_button: {
1976
+ copy: 'Copy',
1977
+ copied: 'Copied',
1978
+ },
1979
+ description: 'You must retain a copy of this passcode.',
1980
+ download_button: 'Download',
1981
+ logout: 'Log out',
1982
+ password_input: {
1983
+ label: 'Passcode',
1984
+ placeholder: 'Passcode',
1985
+ },
1986
+ title: 'Save passcode',
1987
+ warning: 'If you lose your passcode, you cannot recover access to your account.',
1988
+ },
1989
+ /**
1990
+ * @description copy keys for secure pregenerated embedded wallet
1991
+ * @default
1992
+ * {
1993
+ description: 'Make transactions simpler and more secure.',
1994
+ action: 'Get started'
1995
+ }
1996
+ */
1997
+ dyn_secure_pregenerated_wallet: {
1998
+ description: 'Make transactions simpler and more secure.',
1999
+ action: 'Get started',
2000
+ },
2001
+ dyn_duplicate_wallet: {
2002
+ title: 'Choose Another Wallet',
2003
+ description: 'You’ve selected the same wallet for both sending and receiving. To continue, choose a different wallet.',
2004
+ return: 'Return to wallet list',
2005
+ },
2006
+ dyn_secondary_wallet: {
2007
+ title: 'Select Wallet',
2008
+ copy_address: 'Copy address',
2009
+ view_address: 'View address',
2010
+ copy_ens: 'Copy ENS',
2011
+ view_ens: 'View ENS',
2012
+ unlink: 'Unlink',
2013
+ switch_wallet: 'Switch wallet',
2014
+ unlink_from_account: 'Unlink from my account',
2015
+ disconnect_from_account: 'Disconnect from my account',
2016
+ export: 'Export private keys',
2017
+ connect_new: 'Connect new',
2018
+ link_new: 'Link new',
2019
+ },
2020
+ /**
2021
+ * @description copy keys for send transaction flow views
2022
+ * @default
2023
+ * {
2024
+ confirmation: {
2025
+ cancel_button: 'Cancel',
2026
+ confirm_button: 'Confirm',
2027
+ data: {
2028
+ amount: 'Amount',
2029
+ from: 'From (You)',
2030
+ gas: 'Gas',
2031
+ gas_estimate: 'Network Fee',
2032
+ to: 'To',
2033
+ total: 'Total',
2034
+ },
2035
+ not_applied: 'N/A',
2036
+ title: 'Confirm transaction',
2037
+ },
2038
+ data: {
2039
+ amount: {
2040
+ label: 'Amount',
2041
+ placeholder: 'Select amount',
2042
+ },
2043
+ balance: {
2044
+ label: 'Balance:',
2045
+ },
2046
+ from: 'Send from',
2047
+ recipient: {
2048
+ label: 'Recipient',
2049
+ placeholder: 'Enter wallet address...',
2050
+ },
2051
+ },
2052
+ multiple_recipients: 'Multiple',
2053
+ send_button: 'Send now',
2054
+ succeeded: {
2055
+ continue_button: 'Continue',
2056
+ network: {
2057
+ label: 'Network',
2058
+ },
2059
+ recipient: {
2060
+ label: 'Recipient',
2061
+ },
2062
+ title: 'Transaction successfully sent',
2063
+ total_amount: {
2064
+ label: 'Total amount',
2065
+ },
2066
+ },
2067
+ validation: {
2068
+ amount: {
2069
+ invalid_decimals: 'Please enter a value up to the {{decimals}}th decimal place.',
2070
+ invalid_format: 'The amount is in invalid format',
2071
+ over_balance: 'Insufficient funds to send this amount.',
2072
+ required: 'The amount field is required',
2073
+ },
2074
+ recipient: {
2075
+ invalid_format: 'The address is in invalid format',
2076
+ required: 'The recipient is required',
2077
+ },
2078
+ },
2079
+ warning_message: {
2080
+ insufficient_funds: 'Insufficient funds due to gas price increase from estimate. Please add {{amountLeft}} {{currencySymbol}} to continue.',
2081
+ },
2082
+ error_message: {
2083
+ gas_not_sponsored: 'The gas fee has increased. Confirm if you still want to complete this transaction.',
2084
+ },
2085
+ }
2086
+ */
2087
+ dyn_send_transaction: {
2088
+ confirmation: {
2089
+ cancel_button: 'Cancel',
2090
+ confirm_button: 'Confirm',
2091
+ send: 'Confirm',
2092
+ data: {
2093
+ amount: 'Amount',
2094
+ from: 'From (You)',
2095
+ gas: 'Gas',
2096
+ gas_estimate: 'Network Fee',
2097
+ to: 'To',
2098
+ total: 'Total',
2099
+ wallet_used: 'Wallet used',
2100
+ network: 'Network',
2101
+ recipient: 'Recipient',
2102
+ destination: 'Interacting with',
2103
+ gas_tooltip: 'Gas fees are charged by the network and can change quickly based on usage.',
2104
+ sending: 'Sending',
2105
+ receiving: 'Receiving',
2106
+ transfer: {
2107
+ send: 'Send',
2108
+ receive: 'Receive',
2109
+ },
2110
+ },
2111
+ not_applied: 'N/A',
2112
+ title: 'Confirm transaction',
2113
+ },
2114
+ data: {
2115
+ amount: {
2116
+ label: 'Amount',
2117
+ placeholder: 'Enter amount',
2118
+ },
2119
+ balance: {
2120
+ label: 'Balance:',
2121
+ },
2122
+ from: 'Send from',
2123
+ send: 'Send',
2124
+ send_preview: 'Send Preview',
2125
+ confirmation_tx: 'Confirm Transaction',
2126
+ banner: "You're nearly done! Confirm transaction to proceed.",
2127
+ recipient: {
2128
+ label: 'Address',
2129
+ placeholder: 'Enter wallet address...',
2130
+ },
2131
+ },
2132
+ multiple_recipients: 'Multiple',
2133
+ preview_transaction: 'Preview transaction',
2134
+ send_button: 'Send now',
2135
+ succeeded: {
2136
+ continue_button: 'Done',
2137
+ network: {
2138
+ label: 'Network',
2139
+ },
2140
+ recipient: {
2141
+ label: 'Recipient',
2142
+ },
2143
+ title: 'Transaction successfully sent to',
2144
+ total_amount: {
2145
+ label: 'Total amount',
2146
+ },
2147
+ },
2148
+ validation: {
2149
+ amount: {
2150
+ invalid_decimals: 'Please enter a value up to the {{decimals}}th decimal place.',
2151
+ invalid_format: 'The amount is in invalid format',
2152
+ over_balance: 'Insufficient funds to send this amount.',
2153
+ required: 'The amount field is required',
2154
+ },
2155
+ recipient: {
2156
+ invalid_format: 'The address is in invalid format',
2157
+ required: 'The recipient is required',
2158
+ },
2159
+ },
2160
+ info_message: {
2161
+ refresh_balance_time: 'Your balance may take up to 30s to refresh.',
2162
+ },
2163
+ warning_message: {
2164
+ insufficient_funds: {
2165
+ title: 'Insufficient funds',
2166
+ description: 'Insufficient funds for transaction. Please add {{amountLeft}} {{currencySymbol}} to continue.',
2167
+ },
2168
+ insufficient_gas_funds: {
2169
+ title: 'Insufficient gas funds',
2170
+ description: 'Please add {{amountLeft}} {{currencySymbol}} to continue.',
2171
+ },
2172
+ failed_simulation: {
2173
+ title: 'Transaction expected to fail',
2174
+ description: 'Something went wrong. Check your balances and try again.',
2175
+ },
2176
+ },
2177
+ error_message: {
2178
+ gas_not_sponsored: 'The gas fee has increased. Confirm if you still want to complete this transaction.',
2179
+ },
2180
+ },
2181
+ /**
2182
+ * @description copy keys for Select Chain view
2183
+ * @default
2184
+ * {
2185
+ description: "This wallet supports multiple chains. Select which chain you'd like to connect to",
2186
+ using_hardware_wallet_toggle_label: 'Using Ledger',
2187
+ }
2188
+ */
2189
+ dyn_select_chain: {
2190
+ description: "This wallet supports multiple chains. Select which chain you'd like to connect to",
2191
+ using_hardware_wallet_toggle_label: 'Using Ledger',
2192
+ },
2193
+ /**
2194
+ * @description copy keys for Select Wallet view
2195
+ * @default
2196
+ * {
2197
+ description: "This wallet supports multiple chains. Select which chain you'd like to connect to",
2198
+ using_hardware_wallet_toggle_label: 'Using Ledger with {{chainName}}',
2199
+ }
2200
+ */
2201
+ dyn_select_wallet: {
2202
+ description: 'Select your preferred {{walletName}} wallet?',
2203
+ },
2204
+ /**
2205
+ * @description copy keys for Select Chain view
2206
+ * @default
2207
+ * {
2208
+ title: "Connect",
2209
+ description:
2210
+ "This wallet supports using ledger. Toggle on ledger to enable it.",
2211
+ using_hardware_wallet_toggle_label: "Using Ledger with {{chainName}}",
2212
+ button: "Connect",
2213
+ }
2214
+ */
2215
+ dyn_select_hardware_wallet: {
2216
+ title: 'Connect',
2217
+ description: 'This wallet supports using ledger. Toggle on ledger to enable it.',
2218
+ using_hardware_wallet_toggle_label: 'Using Ledger with {{chainName}}',
2219
+ button: 'Connect',
2220
+ },
2221
+ /**
2222
+ * @description copy keys for session key approval view
2223
+ * @default
2224
+ * {
2225
+ aria: {
2226
+ close_button_label: 'Close',
2227
+ },
2228
+ title: 'Approve Access',
2229
+ description:
2230
+ 'You’re granting this site access. Review the permissions before confirming.',
2231
+ approve_button: 'Approve',
2232
+ reject_button: 'Deny',
2233
+ }
2234
+ */
2235
+ dyn_session_key_approval: {
2236
+ aria: {
2237
+ close_button_label: 'Close',
2238
+ },
2239
+ title: 'Approve Access',
2240
+ description: 'You’re granting this site access. Review the permissions before confirming.',
2241
+ approve_button: 'Approve',
2242
+ reject_button: 'Deny',
2243
+ },
2244
+ /**
2245
+ * @description copy keys for session management view
2246
+ * @default
2247
+ * {
2248
+ aria: {
2249
+ back_button_label: 'Back',
2250
+ info_button_label: 'Info',
2251
+ },
2252
+ title: 'Session Management',
2253
+ empty_sessions_view: {
2254
+ loading: 'Loading sessions...',
2255
+ title: 'No active sessions found',
2256
+ },
2257
+ info_view: {
2258
+ title: 'Connected App Sessions',
2259
+ description_bold: 'Easily manage which apps have access to your wallet. ',
2260
+ description_2:
2261
+ "Each session represents a connection you've made with a site or app.",
2262
+ description_3:
2263
+ 'You can revoke access anytime to stay in control of where and how your wallet is used.',
2264
+ continue_button: 'Continue',
2265
+ },
2266
+ revoke_access_view: {
2267
+ title: 'Revoke Access',
2268
+ description:
2269
+ "You're removing this site's permissions. Confirm to revoke access.",
2270
+ cancel_button: 'Cancel',
2271
+ revoke_button: 'Revoke',
2272
+ success_message: 'Revoked {{sessionName}}',
2273
+ error_message: 'Failed to revoke {{sessionName}}',
2274
+ },
2275
+ session_component: {
2276
+ aria: {
2277
+ collapse_permissions: 'Collapse',
2278
+ expand_permissions: 'Expand',
2279
+ },
2280
+ permission_details: 'Permission details',
2281
+ revoke_button: 'Revoke',
2282
+ },
2283
+ }
2284
+ */
2285
+ dyn_session_management: {
2286
+ aria: {
2287
+ back_button_label: 'Back',
2288
+ info_button_label: 'Info',
2289
+ close_button_label: 'Close',
2290
+ },
2291
+ title: 'Session Management',
2292
+ empty_sessions_view: {
2293
+ loading: 'Loading sessions...',
2294
+ title: 'No active sessions found',
2295
+ },
2296
+ info_view: {
2297
+ title: 'Connected App Sessions',
2298
+ description_bold: 'Easily manage which apps have access to your wallet. ',
2299
+ description_2: "Each session represents a connection you've made with a site or app.",
2300
+ description_3: 'You can revoke access anytime to stay in control of where and how your wallet is used.',
2301
+ continue_button: 'Continue',
2302
+ },
2303
+ revoke_access_view: {
2304
+ title: 'Revoke Access',
2305
+ description: "You're removing this site's permissions. Confirm to revoke access.",
2306
+ cancel_button: 'Cancel',
2307
+ revoke_button: 'Revoke',
2308
+ success_message: 'Revoked {{sessionName}}',
2309
+ error_message: 'Failed to revoke {{sessionName}}',
2310
+ },
2311
+ session_component: {
2312
+ aria: {
2313
+ collapse_permissions: 'Collapse',
2314
+ expand_permissions: 'Expand',
2315
+ },
2316
+ permission_details: 'Permission details',
2317
+ revoke_button: 'Revoke',
2318
+ },
2319
+ },
2320
+ /**
2321
+ * @description copy keys for session permissions component
2322
+ * @default
2323
+ * {
2324
+ permissions_label: 'Permissions',
2325
+ permissions: {
2326
+ ownership: 'Act on your behalf',
2327
+ access: 'Access ends automatically in {{time}}',
2328
+ },
2329
+ spending_label: 'Allow Spending',
2330
+ spending_limit: 'Can spend up to:',
2331
+ advanced_label: 'Advanced',
2332
+ advanced_description: 'Session information',
2333
+ connected: 'Connected: {{time}} ago',
2334
+ }
2335
+ */
2336
+ dyn_session_permissions: {
2337
+ permissions_label: 'Permissions',
2338
+ permissions: {
2339
+ ownership: 'Act on your behalf',
2340
+ access: 'Access ends automatically in {{time}}',
2341
+ },
2342
+ spending_label: 'Allow Spending',
2343
+ spending_limit: 'Can spend up to:',
2344
+ advanced_label: 'Advanced',
2345
+ advanced_description: 'Session information',
2346
+ connected: 'Connected: {{time}} ago',
2347
+ },
2348
+ /**
2349
+ * @description copy keys for sign message flow views
2350
+ * @default
2351
+ * {
2352
+ cancel_button: 'Reject',
2353
+ sign_button: 'Sign',
2354
+ title: 'Signature request',
2355
+ warning: 'Only sign this message if you trust this site.',
2356
+ message_label: 'Message:',
2357
+ }
2358
+ */
2359
+ dyn_sign_message: {
2360
+ cancel_button: 'Reject',
2361
+ sign_button: 'Sign',
2362
+ title: 'Signature request',
2363
+ warning: 'Only sign this message if you trust this site.',
2364
+ message_label: 'Message:',
2365
+ },
2366
+ /**
2367
+ * @description copy keys for social redirect view
2368
+ * @default
2369
+ * {
2370
+ logging_in: 'Logging you in',
2371
+ }
2372
+ */
2373
+ dyn_social_redirect: {
2374
+ logging_in: 'Logging you in',
2375
+ },
2376
+ /**
2377
+ * @description copy keys for wallet redirect view
2378
+ * @default
2379
+ * {
2380
+ loading: 'Loading...',
2381
+ }
2382
+ */
2383
+ dyn_wallet_redirect: {
2384
+ loading: 'Loading...',
2385
+ },
2386
+ /**
2387
+ * @description copy keys for messages related to time since a date
2388
+ * @default
2389
+ * {
2390
+ second: 'second',
2391
+ seconds: 'seconds',
2392
+ minute: 'minute',
2393
+ minutes: 'minutes',
2394
+ hour: 'hour',
2395
+ hours: 'hours',
2396
+ day: 'day',
2397
+ days: 'days',
2398
+ month: 'month',
2399
+ months: 'months',
2400
+ year: 'year',
2401
+ years: 'years',
2402
+ ago: 'ago',
2403
+ created: 'Created',
2404
+ }
2405
+ */
2406
+ dyn_time_since: {
2407
+ second: 'second',
2408
+ seconds: 'seconds',
2409
+ minute: 'minute',
2410
+ minutes: 'minutes',
2411
+ hour: 'hour',
2412
+ hours: 'hours',
2413
+ day: 'day',
2414
+ days: 'days',
2415
+ month: 'month',
2416
+ months: 'months',
2417
+ year: 'year',
2418
+ years: 'years',
2419
+ ago: 'ago',
2420
+ created: 'Created',
2421
+ },
2422
+ /**
2423
+ * @description copy keys for connecting wallets view
2424
+ * @default
2425
+ * {
2426
+ mobile: {
2427
+ wallet_list: {
2428
+ helper: 'Get your first wallet',
2429
+ title: 'WalletConnect wallets',
2430
+ },
2431
+ },
2432
+ }
2433
+ */
2434
+ dyn_wallet_conect: {
2435
+ mobile: {
2436
+ wallet_list: {
2437
+ helper: 'Get your first wallet',
2438
+ title: 'WalletConnect wallets',
2439
+ },
2440
+ },
2441
+ },
2442
+ /**
2443
+ * @description copy keys for linking wallets to profile view
2444
+ * @default
2445
+ * {
2446
+ cannot_link: {
2447
+ cancel_button: 'Cancel',
2448
+ description: 'This wallet is the only wallet in your other account. You cannot transfer it, since then you will lose access to that account.',
2449
+ link_other_button: 'Link a different wallet',
2450
+ title: 'Cannot link this wallet to a new account',
2451
+ },
2452
+ confirm_button: 'Link wallet to current account',
2453
+ existent_account: {
2454
+ acceptance: 'I understand that linking this wallet means that I will lose access to the other account.',
2455
+ warning: 'Linking your wallet to this account will unlink it from its previously associated account',
2456
+ },
2457
+ log_out_button: 'Log out',
2458
+ title: 'Transfer this wallet?'
2459
+ }
2460
+ */
2461
+ /**
2462
+ * @description copy keys for pending account switch to link modal
2463
+ * @default
2464
+ * {
2465
+ title: 'Wallet is already linked, switch wallet in {{walletName}}',
2466
+ description: 'To link a new wallet, open {{walletName}} and switch to the account you want to link.',
2467
+ }
2468
+ */
2469
+ dyn_pending_account_switch_to_link: {
2470
+ title: 'Wallet is already linked, switch wallet in {{walletName}}',
2471
+ description: 'To link a new wallet, open {{walletName}} and switch to the account you want to link.',
2472
+ },
2473
+ dyn_wallet_link: {
2474
+ cannot_link: {
2475
+ cancel_button: 'Cancel',
2476
+ description: 'This wallet is the only wallet in your other account. You cannot transfer it, since then you will lose access to that account.',
2477
+ link_other_button: 'Link a different wallet',
2478
+ title: 'Cannot link this wallet to a new account',
2479
+ },
2480
+ confirm_button: 'Link wallet to current account',
2481
+ existent_account: {
2482
+ acceptance: 'I understand that linking this wallet means that I will lose access to the other account.',
2483
+ warning: 'Linking your wallet to this account will unlink it from its previously associated account',
2484
+ },
2485
+ log_out_button: 'Log out',
2486
+ title: 'Transfer this wallet?',
2487
+ already_exists: {
2488
+ title: 'Wallet Already Linked',
2489
+ description: 'This wallet is already used as an embedded wallet. You cannot link it unless you delete the existing embedded wallet.',
2490
+ },
2491
+ },
2492
+ /**
2493
+ * @description copy keys for connecting wallets list view
2494
+ * @default
2495
+ * {
2496
+ configuration_mismatch: 'Oops, no login methods have been configured.',
2497
+ helper: 'Get your first wallet',
2498
+ search: {
2499
+ label: 'Search through {{numberOfWallets}} wallets...',
2500
+ not_found: {
2501
+ description: 'The wallet you’re looking for may not be available, or linking more than one of these wallets might not be possible.',
2502
+ title: 'Wallet not available',
2503
+ },
2504
+ },
2505
+ title: {
2506
+ connect: 'Connect a new wallet',
2507
+ link: 'Link a new wallet',
2508
+ select: 'Select your wallet',
2509
+ },
2510
+ view_all: 'View all wallets',
2511
+ wallet_missing: {
2512
+ description: 'Try search instead',
2513
+ title: "Don't see your wallet?",
2514
+ },
2515
+ }
2516
+ */
2517
+ dyn_wallet_list: {
2518
+ configuration_mismatch: 'Oops, no login methods have been configured.',
2519
+ helper: 'Get your first wallet',
2520
+ search: {
2521
+ label: 'Search through {{numberOfWallets}} wallets...',
2522
+ not_found: {
2523
+ description: 'The wallet you’re looking for may not be available, or linking more than one of these wallets might not be possible.',
2524
+ title: 'Wallet not available',
2525
+ },
2526
+ },
2527
+ title: {
2528
+ connect: 'Connect a new wallet',
2529
+ link: 'Link a new wallet',
2530
+ select: 'Select your wallet',
2531
+ },
2532
+ view_all: 'View all wallets',
2533
+ wallet_missing: {
2534
+ description: 'Try search instead',
2535
+ title: "Don't see your wallet?",
2536
+ },
2537
+ },
2538
+ dyn_exchange_list: {
2539
+ search: {
2540
+ label: 'Search through exchanges',
2541
+ not_found: {
2542
+ description: 'The exchange you’re looking for may not be available.',
2543
+ title: 'Exchange not available',
2544
+ },
2545
+ },
2546
+ item: {
2547
+ connected: 'Connected',
2548
+ },
2549
+ no_exchanges: 'Oops, no exchanges have been configured.',
2550
+ },
2551
+ dyn_unified_list: {
2552
+ title: 'Funding Source',
2553
+ exchange: 'Exchange',
2554
+ wallet: 'Wallet',
2555
+ onramp: 'Onramp',
2556
+ search: {
2557
+ label: 'Search Wallets, Exchanges, & Onramps',
2558
+ not_found: {
2559
+ description: 'The wallet, exchange, or onramp you’re looking for may not be available.',
2560
+ title: 'Wallet, Exchange, or Onramp not available',
2561
+ },
2562
+ },
2563
+ item: {
2564
+ connected: 'Connected',
2565
+ },
2566
+ },
2567
+ /**
2568
+ * @description copy keys for transferring wallets between accounts view
2569
+ * @default
2570
+ * {
2571
+ sign: {
2572
+ spinner: {
2573
+ cancel: 'Cancel',
2574
+ confirm_transfer:
2575
+ 'Sign the message to confirm transferring this wallet to this account.',
2576
+ },
2577
+ title: 'Sign to confirm transfer',
2578
+ },
2579
+ }
2580
+ */
2581
+ dyn_wallet_transfer: {
2582
+ sign: {
2583
+ spinner: {
2584
+ cancel: 'Cancel',
2585
+ confirm_transfer: 'Sign the message to confirm transferring this wallet to this account.',
2586
+ },
2587
+ title: 'Sign to confirm transfer',
2588
+ },
2589
+ },
2590
+ /**
2591
+ * @description copy keys for Dynamic widget nav bar
2592
+ * @default
2593
+ *
2594
+ dyn_nav_bar: {
2595
+ wallets: 'Wallets',
2596
+ profile: 'Profile',
2597
+ settings: 'Settings',
2598
+ },
2599
+ **/
2600
+ dyn_nav_bar: {
2601
+ wallets: 'Wallets',
2602
+ profile: 'Profile',
2603
+ settings: 'Settings',
2604
+ },
2605
+ /**
2606
+ * @description copy keys for Dynamic widget
2607
+ * @default
2608
+ * {
2609
+ connect: 'Log in or sign up',
2610
+ empty_wallets: '{{action}} additional wallets to see them here.',
2611
+ other_wallets: 'My other wallets',
2612
+ }
2613
+ */
2614
+ dyn_widget: {
2615
+ connect: 'Log in or sign up',
2616
+ empty_wallets: '{{action}} additional wallets to see them here.',
2617
+ other_wallets: 'My other wallets',
2618
+ empty_wallets_action_link: 'Link',
2619
+ empty_wallets_action_connect: 'Connect',
2620
+ },
2621
+ /**
2622
+ * @description copy keys for Dynamic wallet information card
2623
+ * @default
2624
+ * {
2625
+ balance: 'Balance'
2626
+ }
2627
+ */
2628
+ dyn_wallet_information: {
2629
+ balance: 'Balance',
2630
+ multi_asset: {
2631
+ empty_state: 'No assets in this wallet',
2632
+ },
2633
+ },
2634
+ /**
2635
+ * @description copy keys for Unlink wallet prompt
2636
+ * @default
2637
+ * {
2638
+ disconnect_title: 'Disconnect your wallet?',
2639
+ unlink_title: 'Unlink your wallet?',
2640
+ disconnect_description: 'Are you sure you want to disconnect your wallet?',
2641
+ unlink_description: 'Are you sure you want to unlink your wallet?',
2642
+ disconnect_button: 'Yes, disconnect',
2643
+ unlink_button: 'Yes, unlink',
2644
+ cancel_button: 'No',
2645
+ }
2646
+ */
2647
+ dyn_unlink_wallet_pop_up: {
2648
+ disconnect_title: 'Disconnect your wallet?',
2649
+ unlink_title: 'Unlink your wallet?',
2650
+ disconnect_description: 'Are you sure you want to disconnect your wallet?',
2651
+ unlink_description: 'Are you sure you want to unlink your wallet?',
2652
+ disconnect_button: 'Yes, disconnect',
2653
+ unlink_button: 'Yes, unlink',
2654
+ cancel_button: 'No',
2655
+ },
2656
+ /**
2657
+ * @description copy keys for the user profile widget
2658
+ * @default
2659
+ * {
2660
+ my_information: {
2661
+ title: 'My information',
2662
+ },
2663
+ my_wallet: {
2664
+ title: 'My wallet',
2665
+ },
2666
+ social_accounts: {
2667
+ title: 'Social accounts',
2668
+ },
2669
+ tooltips: {
2670
+ verified_email: 'This email is verified',
2671
+ verified_phone: 'This phone number is verified',
2672
+ },
2673
+ wallets: {
2674
+ link_wallet_button: 'Link wallet',
2675
+ title: 'Wallets',
2676
+ },
2677
+ }
2678
+ */
2679
+ dyn_user_profile: {
2680
+ my_information: {
2681
+ title: 'My information',
2682
+ },
2683
+ my_wallet: {
2684
+ title: 'My wallet',
2685
+ },
2686
+ social_accounts: {
2687
+ title: 'Social accounts',
2688
+ },
2689
+ tooltips: {
2690
+ verified_email: 'This email is verified',
2691
+ verified_phone: 'This phone number is verified',
2692
+ },
2693
+ wallets: {
2694
+ link_wallet_button: 'Link wallet',
2695
+ title: 'Want to add a wallet?',
2696
+ },
2697
+ edit_profile_button: 'Edit Profile',
2698
+ },
2699
+ /**
2700
+ * @description copy keys for Dynamic subdomain field
2701
+ * @default
2702
+ * {
2703
+ label: 'Subdomain Handle',
2704
+ available: 'Subdomain is available',
2705
+ not_available: 'Subdomain is not available',
2706
+ error: 'Subdomain check failed',
2707
+ details:
2708
+ 'A subdomain handle will create a unique ENS subdomain for your wallet, helping you easily share and identify it.',
2709
+ }
2710
+ */
2711
+ dyn_subdomain_field: {
2712
+ label: 'Subdomain Handle',
2713
+ available: 'Subdomain is available',
2714
+ not_available: 'Subdomain is not available',
2715
+ error: 'Subdomain check failed',
2716
+ details: 'A subdomain handle will create a unique ENS subdomain for your wallet, helping you easily share and identify it.',
2717
+ },
2718
+ /**
2719
+ * @description copy keys for Detected new wallet prompt
2720
+ * @default
2721
+ * {
2722
+ title: 'Account Change Detected',
2723
+ description: 'Your active account in {{walletName}} has changed. This account is not currently linked to this app. Do you want to add it?',
2724
+ confirm_button: 'Yes, link this wallet',
2725
+ }
2726
+ */
2727
+ dyn_detected_new_wallet: {
2728
+ title: 'Account Change Detected',
2729
+ description: 'Your active account in {{walletName}} has changed. This account is not currently linked to this app. Do you want to add it?',
2730
+ confirm_button: 'Yes, link this wallet',
2731
+ },
2732
+ /**
2733
+ * @description copy keys for sync wallet view
2734
+ * @default
2735
+ * {
2736
+ switch_wallet: {
2737
+ title: 'Your wallets are mismatched. \nSwitch to continue.',
2738
+ active_address: {
2739
+ heading: 'Currently active in wallet',
2740
+ },
2741
+ expected_address: {
2742
+ heading: 'Currently active on website',
2743
+ prompt: 'Manually switch to this wallet',
2744
+ },
2745
+ },
2746
+ reconnecting: {
2747
+ title: 'This wallet is not connected',
2748
+ description: 'Reconnecting wallet {{walletAddress}} to make it active...',
2749
+ },
2750
+ reconnect_with_qr_code: {
2751
+ title: 'This wallet is not connected',
2752
+ },
2753
+ cancel_button: 'Cancel',
2754
+ retry_button: 'Retry',
2755
+ }
2756
+ */
2757
+ dyn_sync_wallet: {
2758
+ switch_wallet: {
2759
+ title: 'Your wallets are mismatched. \nSwitch to continue.',
2760
+ active_address: {
2761
+ heading: 'Currently active in wallet',
2762
+ },
2763
+ expected_address: {
2764
+ heading: 'Currently active on website',
2765
+ prompt: 'Manually switch to this wallet',
2766
+ },
2767
+ },
2768
+ reconnecting: {
2769
+ title: 'This wallet is not connected',
2770
+ description: 'Reconnecting wallet {{walletAddress}} to make it active...',
2771
+ },
2772
+ reconnect_with_qr_code: {
2773
+ title: 'This wallet is not connected',
2774
+ },
2775
+ cancel_button: 'Cancel',
2776
+ retry_button: 'Retry',
2777
+ },
2778
+ /**
2779
+ * @description copy keys for the wallet funding flow
2780
+ * @default
2781
+ * {
2782
+ success: 'Transaction processing',
2783
+ success_txn_link: 'View transaction',
2784
+
2785
+ funding_method_selection: {
2786
+ title: 'Deposit',
2787
+ qr_option: 'Receive by QR',
2788
+ buy_option: 'Buy Crypto',
2789
+ external_wallet_option: 'From External Wallet',
2790
+ linked_wallet_option: 'From Linked Wallet',
2791
+ },
2792
+ onramp_provider_selection: {
2793
+ title: 'Select provider',
2794
+ description: 'Select from a list of available onramp providers.',
2795
+ },
2796
+ from_linked_wallet: {
2797
+ title: 'Fund from Linked Wallet',
2798
+ },
2799
+
2800
+ from_external_wallet: {
2801
+ title: 'Fund from External Wallet',
2802
+ },
2803
+
2804
+ from_wallet: {
2805
+ amount_input: {
2806
+ title: 'Fund from Wallet',
2807
+ wallet_detail_from: 'From',
2808
+ confirm_button: 'Confirm Transaction',
2809
+ pricing_unavailable: 'Pricing unavailable.',
2810
+ minimum_error: 'Minimum {{minimum}}',
2811
+ balance_error: 'Insufficient funds',
2812
+ },
2813
+ token_select: {
2814
+ title: 'Select a Token',
2815
+ search_placeholder: 'Search for a token',
2816
+ no_assets_title: 'No Supported Assets',
2817
+ no_assets_description: 'No supported assets in this wallet',
2818
+ },
2819
+ },
2820
+ }
2821
+ */
2822
+ dyn_wallet_funding: {
2823
+ success: 'Transaction processing',
2824
+ success_txn_link: 'View transaction',
2825
+ funding_method_selection: {
2826
+ title: 'Deposit',
2827
+ qr_option: 'Receive by QR',
2828
+ buy_option: 'Buy Crypto',
2829
+ external_wallet_option: 'From External Wallet',
2830
+ linked_wallet_option: 'From Linked Wallet',
2831
+ exchange_option: 'From Exchange',
2832
+ },
2833
+ onramp_provider_selection: {
2834
+ title: 'Select provider',
2835
+ description: 'Select from a list of available onramp providers.',
2836
+ },
2837
+ from_linked_wallet: {
2838
+ title: 'Fund from Linked Wallet',
2839
+ },
2840
+ from_exchange: {
2841
+ title: 'From Exchange',
2842
+ },
2843
+ from_external_wallet: {
2844
+ title: 'Fund from External Wallet',
2845
+ },
2846
+ from_wallet: {
2847
+ amount_input: {
2848
+ title: 'Fund from Wallet',
2849
+ wallet_detail_from: 'From',
2850
+ confirm_button: 'Confirm Transaction',
2851
+ pricing_unavailable: 'Pricing unavailable.',
2852
+ minimum_error: 'Minimum {{minimum}}',
2853
+ balance_error: 'Insufficient funds: Buy more',
2854
+ },
2855
+ token_select: {
2856
+ title: 'Select a Token',
2857
+ search_placeholder: 'Search for a token',
2858
+ no_assets_title: 'No Supported Assets',
2859
+ no_assets_description: 'No supported assets in this wallet',
2860
+ },
2861
+ },
2862
+ },
2863
+ /**
2864
+ * @description copy keys for Dynamic widget header
2865
+ * @default
2866
+ * {
2867
+ buttons: {
2868
+ deposit_funds: 'Deposit',
2869
+ send_funds: 'Send',
2870
+ more: 'More',
2871
+ },
2872
+ }
2873
+ */
2874
+ dyn_widget_header: {
2875
+ buttons: {
2876
+ deposit_funds: 'Deposit',
2877
+ send_funds: 'Send',
2878
+ more: 'More',
2879
+ },
2880
+ },
2881
+ /**
2882
+ * @description copy keys for general dynamic errors
2883
+ * @default
2884
+ * {
2885
+ default: 'Something went wrong. Please try again.',
2886
+ user_rejected: 'User rejected the request.',
2887
+ message_signature_denied: 'Message signature denied',
2888
+ wallet_locked: 'Please unlock your wallet extension and try again.',
2889
+ invalid_parameters: 'Invalid parameters. Please try again.',
2890
+ internal_error: 'There was an internal error. Please try again.',
2891
+ account_already_linked_to_different_profile:
2892
+ 'This social account is already linked to a different profile.',
2893
+ connection_rejected: 'Connection rejected. Please try again.',
2894
+ missing_public_address: 'Connection cancelled. Please try again',
2895
+ connection_proposal_expired:
2896
+ 'Connection proposal expired. Please try again.',
2897
+ sei_not_enabled_in_keplr_wallet:
2898
+ 'Sei network is not enabled in Keplr. Please enable it and try again.',
2899
+ }
2900
+ */
2901
+ dyn_error: {
2902
+ default: 'Something went wrong. Please try again.',
2903
+ user_rejected: 'User rejected the request.',
2904
+ message_signature_denied: 'Message signature denied',
2905
+ wallet_locked: 'Please unlock your wallet extension and try again.',
2906
+ invalid_parameters: 'Invalid parameters. Please try again.',
2907
+ internal_error: 'There was an internal error. Please try again.',
2908
+ account_already_linked_to_different_profile: 'This social account is already linked to a different profile.',
2909
+ connection_rejected: 'Connection rejected. Please try again.',
2910
+ missing_public_address: 'Connection cancelled. Please try again',
2911
+ connection_proposal_expired: 'Connection proposal expired. Please try again.',
2912
+ sei_not_enabled_in_keplr_wallet: 'Sei network is not enabled in Keplr. Please enable it and try again.',
2913
+ },
2914
+ /**
2915
+ * @description copy keys for search component
2916
+ * @default
2917
+ * {
2918
+ clear: 'Clear',
2919
+ }
2920
+ */
2921
+ dyn_search: {
2922
+ clear: 'Clear',
2923
+ },
2924
+ /**
2925
+ * @description copy keys for account upgraded view
2926
+ * @default
2927
+ * {
2928
+ * title: 'Account Upgraded',
2929
+ * message: 'All done! You've got the latest version — more powerful, flexible, and ready for what's next.',
2930
+ * continue_button: 'Continue',
2931
+ * }
2932
+ */
2933
+ dyn_account_upgraded: {
2934
+ title: 'Account Upgraded',
2935
+ message: "All done! You've got the latest version — more powerful, flexible, and ready for what's next.",
2936
+ continue_button: 'Continue',
2937
+ },
2938
+ /**
2939
+ * @description copy keys for Dynamic WaaS upgrade view
2940
+ * @default
2941
+ * {
2942
+ * title: 'Upgrade your account',
2943
+ * description: 'A new version of your account is available, with better security and easier recovery.',
2944
+ * eligible_wallets: 'Eligible wallets',
2945
+ * how_to_upgrade: 'How would you like to upgrade?',
2946
+ * keep_existing: 'Keep existing wallet',
2947
+ * keep_existing_desc: 'Export your legacy wallet and securely import the private key to upgrade',
2948
+ * start_fresh: 'Start fresh',
2949
+ * start_fresh_desc: 'Removes your legacy wallet and create a brand new upgraded wallet',
2950
+ * recommended: 'recommended',
2951
+ * upgrade: 'Upgrade',
2952
+ * not_now: 'Not now',
2953
+ * }
2954
+ */
2955
+ dyn_upgrade_wallet: {
2956
+ title: 'Upgrade your account',
2957
+ description: 'A new version of your account is available, with better security and easier recovery.',
2958
+ eligible_wallets: 'Eligible wallets',
2959
+ how_to_upgrade: 'How would you like to upgrade?',
2960
+ keep_existing: 'Keep existing wallet',
2961
+ keep_existing_desc: 'Export your legacy wallet and securely import the private key to upgrade',
2962
+ start_fresh: 'Start fresh',
2963
+ start_fresh_desc: 'Removes your legacy wallet and create a brand new upgraded wallet',
2964
+ recommended: 'recommended',
2965
+ upgrade: 'Upgrade',
2966
+ not_now: 'Not now',
2967
+ },
2968
+ /**
2969
+ * @description copy keys for Dynamic wallet upgrade flow view
2970
+ * @default
2971
+ * {
2972
+ * title: 'Upgrade your wallet',
2973
+ * step_wallet_upgrade: '{{walletName}} Upgrade',
2974
+ * new_wallet_title: 'Create New Wallet',
2975
+ * new_wallet_coming_soon: 'New wallet creation coming soon...',
2976
+ * copy_private_key_subtitle: 'Import your wallet key to upgrade your wallet. You will not lose access to any assets. Your wallet will always remain in your control.',
2977
+ * copy_private_key_title: 'Copy',
2978
+ * step_2_upgrade_description: 'Paste',
2979
+ * upgrade_wallet: 'Upgrade Account',
2980
+ * cancel: 'Cancel',
2981
+ * export_failed: 'Failed to export wallet',
2982
+ * upgrade_failed: 'Failed to upgrade wallet',
2983
+ * }
2984
+ */
2985
+ dyn_wallet_upgrade_flow: {
2986
+ title: 'Upgrade your wallet',
2987
+ step_wallet_upgrade: '{{walletName}} Upgrade',
2988
+ new_wallet_title: 'Create New Wallet',
2989
+ new_wallet_coming_soon: 'New wallet creation coming soon...',
2990
+ copy_private_key_subtitle: 'Import your wallet key to upgrade your wallet. You will not lose access to any assets. Your wallet will always remain in your control.',
2991
+ copy_private_key_title: 'Copy',
2992
+ step_2_upgrade_description: 'Paste',
2993
+ upgrade_wallet: 'Upgrade Account',
2994
+ cancel: 'Cancel',
2995
+ export_failed: 'Failed to export wallet',
2996
+ upgrade_failed: 'Failed to upgrade wallet',
2997
+ },
2998
+ dyn_wallet_delegation: {
2999
+ title: 'Wallet delegation approval',
3000
+ approval_required: 'Approval required',
3001
+ approval_requested: 'Approval requested',
3002
+ approval_description: '{{appName}} is requesting access to perform automations on your behalf. You can revoke this permission at any time.',
3003
+ select_wallets: 'Select Wallets',
3004
+ select_all: 'Select All',
3005
+ deselect_all: 'Deselect All',
3006
+ clear: 'Clear',
3007
+ approve_button: 'Approve delegation',
3008
+ deny_button: 'Deny',
3009
+ done_button: 'Done',
3010
+ approving_permissions: 'Approving permissions',
3011
+ permissions_description: '{{appName}} is requesting access to perform automations on your behalf. You can revoke this permission at any time.',
3012
+ permissions_granted: 'Permissions granted',
3013
+ permissions_description_granted: '{{appName}} has been granted access to perform automations on your behalf. You can revoke this permission at any time.',
3014
+ revoke_note: 'You can always revoke these permissions in your wallet settings.',
3015
+ wallets_selected: 'wallets selected',
3016
+ edit_selections: 'Edit Selections',
3017
+ save_selections: 'Save Selections',
3018
+ edit_wallets_title: 'Edit Wallets',
3019
+ my_wallet: 'My Wallet',
3020
+ all_wallets: 'All Wallets',
3021
+ agreement_text: 'I understand, and agree to accept this permission request',
3022
+ selected_wallets: 'Selected Wallets',
3023
+ edit_wallets_to_delegate: 'Edit Wallets to Delegate',
3024
+ something_went_wrong: 'Something went wrong',
3025
+ delegation_timeout_message: 'The delegation request timed out or was rejected. Please try approving again or come back in another time.',
3026
+ try_again_button: 'Try again',
3027
+ logout_button: 'Log out',
3028
+ },
3029
+ };
3030
+
3031
+ exports.translation = translation;