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