@dynamic-labs/locale 5.0.0-rc.0 → 5.0.0-rc.2
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 +74 -1
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +2 -2
- package/src/lib/en/translation.cjs +20 -94
- package/src/lib/en/translation.d.ts +20 -94
- package/src/lib/en/translation.js +20 -94
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,78 @@
|
|
|
1
1
|
|
|
2
|
-
## [5.0.0-rc.
|
|
2
|
+
## [5.0.0-rc.2](https://github.com/dynamic-labs/dynamic-auth/compare/v5.0.0-rc.1...v5.0.0-rc.2) (2026-07-17)
|
|
3
|
+
|
|
4
|
+
## [5.0.0-rc.1](https://github.com/dynamic-labs/dynamic-auth/compare/v5.0.0-rc.0...v5.0.0-rc.1) (2026-07-17)
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
### ⚠ BREAKING CHANGES
|
|
8
|
+
|
|
9
|
+
* move legacy embedded wallet to waas upgrade flow to new legacy-embedded-wallet-migration package (#11841)
|
|
10
|
+
* drop default injection of legacy embedded wallet connectors (#11833)
|
|
11
|
+
* remove legacy embedded wallet support (#11979)
|
|
12
|
+
* throw when legacy embedded wallet is detected without migration provider (#11855)
|
|
13
|
+
* remove deprecated eclipse package (#11831)
|
|
14
|
+
* remove deprecated functions and props (#11832)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### [4.92.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.92.3...v4.92.4) (2026-07-16)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **bitcoin:** per-network address switching and dust-limit send validation [v4] ([#11970](https://github.com/dynamic-labs/dynamic-auth/issues/11970)) ([76a4a9a](https://github.com/dynamic-labs/dynamic-auth/commit/76a4a9a5025d78798ebd1beffe6c0af59d2d029a)), closes [#11896](https://github.com/dynamic-labs/dynamic-auth/issues/11896) [#11800](https://github.com/dynamic-labs/dynamic-auth/issues/11800)
|
|
23
|
+
* **midnight:** per-network addresses in deposit and wallet info views [v4] ([#11949](https://github.com/dynamic-labs/dynamic-auth/issues/11949)) ([978446a](https://github.com/dynamic-labs/dynamic-auth/commit/978446aca8546eb038ba9ed3be0503d10594ee15))
|
|
24
|
+
* **midnight:** resolve wallet address per selected network [v4] ([#11948](https://github.com/dynamic-labs/dynamic-auth/issues/11948)) ([d6f858c](https://github.com/dynamic-labs/dynamic-auth/commit/d6f858c5e35defda7ed73cf97b3fdbe5ed9d131d))
|
|
25
|
+
* set useMetamaskSdk to true by default ([#11926](https://github.com/dynamic-labs/dynamic-auth/issues/11926)) ([75b5a4a](https://github.com/dynamic-labs/dynamic-auth/commit/75b5a4a0fe8b1a375afce145c0b8bdc3ce761117))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **midnight:** align per-network code with the final main iteration [v4] ([#11971](https://github.com/dynamic-labs/dynamic-auth/issues/11971)) ([3ef3ba8](https://github.com/dynamic-labs/dynamic-auth/commit/3ef3ba8c090dfd9e4286b4e51bf350ea5e6feac7))
|
|
31
|
+
* settle social sign-in when captcha is backed out or oauth popup never responds (v4) ([#11956](https://github.com/dynamic-labs/dynamic-auth/issues/11956)) ([ad49477](https://github.com/dynamic-labs/dynamic-auth/commit/ad49477f2acf61a154bb79cbe26b24f803cdb0e2))
|
|
32
|
+
* validate that private key is not empty before upgrading to WaaS ([#11952](https://github.com/dynamic-labs/dynamic-auth/issues/11952)) ([21dfb83](https://github.com/dynamic-labs/dynamic-auth/commit/21dfb83cb29e42b335bc94a0cdd2062cf14a262a))
|
|
33
|
+
|
|
34
|
+
### [4.92.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.92.2...v4.92.3) (2026-07-10)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* **sdk-react-core:** fix deterministic 'Wallet not found' crash in embedded wallet export (v4) ([#11906](https://github.com/dynamic-labs/dynamic-auth/issues/11906)) ([913ef23](https://github.com/dynamic-labs/dynamic-auth/commit/913ef236b26245488e1cd5db7e874601b65ff0a2)), closes [#11905](https://github.com/dynamic-labs/dynamic-auth/issues/11905) [#11729](https://github.com/dynamic-labs/dynamic-auth/issues/11729)
|
|
40
|
+
|
|
41
|
+
### [4.92.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.92.1...v4.92.2) (2026-07-09)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* engage captcha during step-up OTP re-auth ([#11879](https://github.com/dynamic-labs/dynamic-auth/issues/11879)) ([585460a](https://github.com/dynamic-labs/dynamic-auth/commit/585460a8976803a8ed0aad16a4a00047bd6c115a))
|
|
47
|
+
* **waas:** gate v1 wallet upgrade on recovery for email-only wallets ([#11897](https://github.com/dynamic-labs/dynamic-auth/issues/11897)) ([5a6f0c6](https://github.com/dynamic-labs/dynamic-auth/commit/5a6f0c6bf3120e59cf502004d09fae56f193e977))
|
|
48
|
+
|
|
49
|
+
### [4.92.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.92.0...v4.92.1) (2026-07-09)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
### Bug Fixes
|
|
53
|
+
|
|
54
|
+
* **ethereum:** fire in-app-browser redirect on sign for injected EVM wallets that use in-app-browser experience ([#11888](https://github.com/dynamic-labs/dynamic-auth/issues/11888)) ([5116d91](https://github.com/dynamic-labs/dynamic-auth/commit/5116d91ab2c71000a490d72c5d278549d4d8ae9a))
|
|
55
|
+
* **sdk-react-core:** show clear message for Phantom redirect signing failures (v4 backport) ([#11886](https://github.com/dynamic-labs/dynamic-auth/issues/11886)) ([60ac897](https://github.com/dynamic-labs/dynamic-auth/commit/60ac897ba81f7758ccd7a05f97b619785e1f50a7))
|
|
56
|
+
* **social:** use redirect strategy for step-up OAuth on mobile [V4 backport] ([#11881](https://github.com/dynamic-labs/dynamic-auth/issues/11881)) ([42a202e](https://github.com/dynamic-labs/dynamic-auth/commit/42a202e6255de8db73df02eff37c0b10b24fef1a))
|
|
57
|
+
* **solana:** fire in-app-browser redirect on sign and wallet switch ([#11871](https://github.com/dynamic-labs/dynamic-auth/issues/11871)) ([4e2d6b7](https://github.com/dynamic-labs/dynamic-auth/commit/4e2d6b7ac8fdef5bf7c62b8a726ecaef1c6210ec))
|
|
58
|
+
* **solana:** resolve Phantom/Backpack provider collision and Backpack >=0.10.x connect hangs ([#11856](https://github.com/dynamic-labs/dynamic-auth/issues/11856)) ([#11882](https://github.com/dynamic-labs/dynamic-auth/issues/11882)) ([5784aff](https://github.com/dynamic-labs/dynamic-auth/commit/5784aff9641bbc85445fb466f3ab1d6a14331e73))
|
|
59
|
+
|
|
60
|
+
## [4.92.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.91.6...v4.92.0) (2026-07-08)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Features
|
|
64
|
+
|
|
65
|
+
* **captcha:** add Cloudflare Turnstile provider support alongside hCaptcha (v4) ([#11798](https://github.com/dynamic-labs/dynamic-auth/issues/11798)) ([114c770](https://github.com/dynamic-labs/dynamic-auth/commit/114c7702e900d8dedeebe7be867de35d11a93f31))
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Bug Fixes
|
|
69
|
+
|
|
70
|
+
* **ethereum-aa:** resolve kernel client config per wallet (v4) ([#11870](https://github.com/dynamic-labs/dynamic-auth/issues/11870)) ([1b66d79](https://github.com/dynamic-labs/dynamic-auth/commit/1b66d79b4a32b4b6de433b7536bc46e6719224c6))
|
|
71
|
+
* **iframe-setup:** block dangerous URL schemes and verify sender in OPEN_URL ([#11819](https://github.com/dynamic-labs/dynamic-auth/issues/11819)) ([329b27e](https://github.com/dynamic-labs/dynamic-auth/commit/329b27e9fac825916ab227ec8cf93dc343898923))
|
|
72
|
+
* improve social OAuth error messages ([#11837](https://github.com/dynamic-labs/dynamic-auth/issues/11837)) ([8e57c06](https://github.com/dynamic-labs/dynamic-auth/commit/8e57c067c5a89111a32a12fb82e190cf6c46ad67))
|
|
73
|
+
* **react-native-extension:** reject path traversal in downloadFile fileName ([#11816](https://github.com/dynamic-labs/dynamic-auth/issues/11816)) ([9367a56](https://github.com/dynamic-labs/dynamic-auth/commit/9367a56b6daa853d7f7e7f5534261bc68825b239))
|
|
74
|
+
* **sdk-react-core:** display exactly the bytes signed in personal_sign preview ([#11818](https://github.com/dynamic-labs/dynamic-auth/issues/11818)) ([30b9382](https://github.com/dynamic-labs/dynamic-auth/commit/30b93829122f00060cb484aef09a03294c03f651))
|
|
75
|
+
|
|
3
76
|
|
|
4
77
|
### [4.91.6](https://github.com/dynamic-labs/dynamic-auth/compare/v4.91.5...v4.91.6) (2026-07-03)
|
|
5
78
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/locale",
|
|
3
|
-
"version": "5.0.0-rc.
|
|
3
|
+
"version": "5.0.0-rc.2",
|
|
4
4
|
"description": "Locale for Dynamic SDK",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"i18next": "23.4.6",
|
|
22
22
|
"react-i18next": "13.5.0",
|
|
23
|
-
"@dynamic-labs/assert-package-version": "5.0.0-rc.
|
|
23
|
+
"@dynamic-labs/assert-package-version": "5.0.0-rc.2"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {}
|
|
26
26
|
}
|
|
@@ -958,37 +958,37 @@ const translation = {
|
|
|
958
958
|
* @description export keys for Dynamic embedded reveal view
|
|
959
959
|
* @default
|
|
960
960
|
* {
|
|
961
|
-
title: 'Export wallet',
|
|
962
961
|
agreement_title: 'Agree to continue',
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
962
|
+
prompt_for_export_title: 'Back up wallet key',
|
|
963
|
+
private_key_title: 'Export Key',
|
|
964
|
+
badge_label: 'Sensitive information',
|
|
965
|
+
prompt_for_export_description:
|
|
966
|
+
'Your wallet is ready. Back up your key to protect your assets.',
|
|
967
967
|
statement_1: {
|
|
968
|
-
title: '
|
|
969
|
-
description: '
|
|
968
|
+
title: 'Non-custodial wallet',
|
|
969
|
+
description: "You're always in control",
|
|
970
|
+
},
|
|
971
|
+
statement_2: {
|
|
972
|
+
title: 'Keep your key private. It controls your account and assets.',
|
|
970
973
|
},
|
|
971
974
|
checkbox_label:
|
|
972
975
|
'I am responsible for safeguarding and using my wallet key information.',
|
|
973
|
-
|
|
976
|
+
skip_button_label: 'Skip for now',
|
|
974
977
|
reveal_button_label: 'Reveal',
|
|
975
|
-
|
|
978
|
+
backup_button_label: 'Back up now',
|
|
976
979
|
done_button_label: "I'm Done",
|
|
977
980
|
aa_warning: {
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
981
|
+
title: 'Your assets are not in this wallet.',
|
|
982
|
+
subtitle:
|
|
983
|
+
'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:',
|
|
984
|
+
button: 'here',
|
|
982
985
|
},
|
|
983
|
-
unlink: 'Unlink wallet info',
|
|
984
986
|
},
|
|
985
987
|
*/
|
|
986
988
|
dyn_embedded_reveal: {
|
|
987
|
-
title: 'Export wallet',
|
|
988
989
|
agreement_title: 'Agree to continue',
|
|
989
990
|
prompt_for_export_title: 'Back up wallet key',
|
|
990
991
|
private_key_title: 'Export Key',
|
|
991
|
-
recovery_phrase_title: 'Secret recovery phrase',
|
|
992
992
|
badge_label: 'Sensitive information',
|
|
993
993
|
prompt_for_export_description: 'Your wallet is ready. Back up your key to protect your assets.',
|
|
994
994
|
statement_1: {
|
|
@@ -999,31 +999,15 @@ const translation = {
|
|
|
999
999
|
title: 'Keep your key private. It controls your account and assets.',
|
|
1000
1000
|
},
|
|
1001
1001
|
checkbox_label: 'I am responsible for safeguarding and using my wallet key information.',
|
|
1002
|
-
reveal_description: 'Make sure to safely back up this information',
|
|
1003
1002
|
skip_button_label: 'Skip for now',
|
|
1004
1003
|
reveal_button_label: 'Reveal',
|
|
1005
1004
|
backup_button_label: 'Back up now',
|
|
1006
|
-
copy_button_label: 'Copy to clipboard',
|
|
1007
1005
|
done_button_label: "I'm Done",
|
|
1008
1006
|
aa_warning: {
|
|
1009
1007
|
title: 'Your assets are not in this wallet.',
|
|
1010
1008
|
subtitle: 'This is a smart-contract wallet. You will not see your balance if you import this to an external service. Please send your assets to your preferred external wallet first to access your funds:',
|
|
1011
1009
|
button: 'here',
|
|
1012
1010
|
},
|
|
1013
|
-
unlink: 'Unlink wallet info',
|
|
1014
|
-
},
|
|
1015
|
-
/**
|
|
1016
|
-
* @description export keys for Dynamic embedded delete view
|
|
1017
|
-
* @default
|
|
1018
|
-
*
|
|
1019
|
-
*/
|
|
1020
|
-
dyn_embedded_delete: {
|
|
1021
|
-
title: 'Unlink from app',
|
|
1022
|
-
description_1: 'By continuing you acknowledge that if you return to the application, you will receive a new wallet address.',
|
|
1023
|
-
description_2: 'Once unlinked, you cannot recover any wallet information through this application including any associated smart contract wallets.',
|
|
1024
|
-
acknowledgement: 'I have safely backed up my wallet seed phrase information. If I return to this application, a new wallet will be created for me.',
|
|
1025
|
-
cancel_button: 'Cancel',
|
|
1026
|
-
action_button: 'Unlink & Log out',
|
|
1027
1011
|
},
|
|
1028
1012
|
/**
|
|
1029
1013
|
* @description Settings for Dynamic settings view which are used inside dynamic widget
|
|
@@ -1035,12 +1019,7 @@ const translation = {
|
|
|
1035
1019
|
},
|
|
1036
1020
|
export_section: {
|
|
1037
1021
|
backup_button: 'Backup Key Share',
|
|
1038
|
-
backup_button_v2: 'Backup',
|
|
1039
1022
|
export_button: 'Export Private Key',
|
|
1040
|
-
export_recovery_button: 'Export & Recovery',
|
|
1041
|
-
private_key_button: 'Private key',
|
|
1042
|
-
srp_button: 'Recovery phrase',
|
|
1043
|
-
title: 'Export & Backup',
|
|
1044
1023
|
},
|
|
1045
1024
|
identity_section: {
|
|
1046
1025
|
title: 'Recovery',
|
|
@@ -1100,12 +1079,7 @@ const translation = {
|
|
|
1100
1079
|
},
|
|
1101
1080
|
export_section: {
|
|
1102
1081
|
backup_button: 'Backup Key Share',
|
|
1103
|
-
backup_button_v2: 'Backup',
|
|
1104
1082
|
export_button: 'Export Private Key',
|
|
1105
|
-
export_recovery_button: 'Export & Recovery',
|
|
1106
|
-
private_key_button: 'Private key',
|
|
1107
|
-
srp_button: 'Recovery phrase',
|
|
1108
|
-
title: 'Export & Backup',
|
|
1109
1083
|
},
|
|
1110
1084
|
identity_section: {
|
|
1111
1085
|
title: 'Recovery',
|
|
@@ -1740,13 +1714,9 @@ const translation = {
|
|
|
1740
1714
|
edited: 'Your passkey has been edited',
|
|
1741
1715
|
},
|
|
1742
1716
|
/**
|
|
1743
|
-
* @description copy keys for passkey intro view
|
|
1717
|
+
* @description copy keys for passkey intro view (only the helper sections are still rendered)
|
|
1744
1718
|
* @default
|
|
1745
1719
|
* {
|
|
1746
|
-
button: 'Set up a passkey',
|
|
1747
|
-
button_logout: 'Log out',
|
|
1748
|
-
button_skip: 'Skip for now',
|
|
1749
|
-
disabled: 'Passkeys are not available on this device or browser. Please open on Chrome, Safari, or Brave to continue',
|
|
1750
1720
|
helper: {
|
|
1751
1721
|
section_1: {
|
|
1752
1722
|
description: 'Passkeys are a standard built by Apple, Google and others, and eliminates the use of passwords.',
|
|
@@ -1756,23 +1726,10 @@ const translation = {
|
|
|
1756
1726
|
description: 'Passkeys are stored on your phone and are not shared with anyone.',
|
|
1757
1727
|
title: 'Secure and Private',
|
|
1758
1728
|
},
|
|
1759
|
-
title: "What's Passkey",
|
|
1760
|
-
tooltip: 'Need some help?',
|
|
1761
|
-
},
|
|
1762
|
-
sms_auth: {
|
|
1763
|
-
title: 'Finish set up',
|
|
1764
|
-
description:
|
|
1765
|
-
'Add a security method to finish your profile and complete transactions',
|
|
1766
1729
|
},
|
|
1767
|
-
subtitle: 'Passkeys are stored natively to your device with a biometric and can only be accessed by you.',
|
|
1768
|
-
title: 'Secure your wallet',
|
|
1769
1730
|
}
|
|
1770
1731
|
*/
|
|
1771
1732
|
dyn_passkey_intro: {
|
|
1772
|
-
button: 'Set up a passkey',
|
|
1773
|
-
button_logout: 'Log out',
|
|
1774
|
-
button_skip: 'Skip for now',
|
|
1775
|
-
disabled: 'Passkeys are not available on this device or browser. Please open on Chrome, Safari, or Brave to continue',
|
|
1776
1733
|
helper: {
|
|
1777
1734
|
section_1: {
|
|
1778
1735
|
description: 'Passkeys are a standard built by Apple, Google and others, and eliminates the use of passwords.',
|
|
@@ -1782,15 +1739,7 @@ const translation = {
|
|
|
1782
1739
|
description: 'Passkeys are stored on your phone and are not shared with anyone.',
|
|
1783
1740
|
title: 'Secure and Private',
|
|
1784
1741
|
},
|
|
1785
|
-
title: "What's Passkey",
|
|
1786
|
-
tooltip: 'Need some help?',
|
|
1787
|
-
},
|
|
1788
|
-
sms_auth: {
|
|
1789
|
-
title: 'Finish set up',
|
|
1790
|
-
description: 'Add a security method to finish your profile and complete transactions',
|
|
1791
1742
|
},
|
|
1792
|
-
subtitle: 'Passkeys are stored natively to your device with a biometric and can only be accessed by you.',
|
|
1793
|
-
title: 'Secure your wallet',
|
|
1794
1743
|
},
|
|
1795
1744
|
/**
|
|
1796
1745
|
* @description copy keys for passkey new domain detected modal
|
|
@@ -1839,10 +1788,8 @@ const translation = {
|
|
|
1839
1788
|
add_email: {
|
|
1840
1789
|
description:
|
|
1841
1790
|
'Don’t get locked out if you delete your passkey or lose your device.',
|
|
1842
|
-
input_label: 'Enter your email',
|
|
1843
1791
|
title: 'Add a recovery email',
|
|
1844
1792
|
confirm_button: 'Confirm with a passkey',
|
|
1845
|
-
skip_button: 'Skip for now',
|
|
1846
1793
|
success_message: 'Recovery email added!',
|
|
1847
1794
|
},
|
|
1848
1795
|
code: {
|
|
@@ -1859,21 +1806,13 @@ const translation = {
|
|
|
1859
1806
|
description: 'Secure your wallet by adding a new passkey.',
|
|
1860
1807
|
title: 'Create a new passkey',
|
|
1861
1808
|
},
|
|
1862
|
-
start: {
|
|
1863
|
-
description:
|
|
1864
|
-
'To complete this process, ensure you are using the same device/browser.',
|
|
1865
|
-
start_button: 'Send me an email',
|
|
1866
|
-
title: 'Initiate Request',
|
|
1867
|
-
},
|
|
1868
1809
|
}
|
|
1869
1810
|
*/
|
|
1870
1811
|
dyn_passkey_recovery: {
|
|
1871
1812
|
add_email: {
|
|
1872
1813
|
description: 'Don’t get locked out if you delete your passkey or lose your device.',
|
|
1873
|
-
input_label: 'Enter your email',
|
|
1874
1814
|
title: 'Add a recovery email',
|
|
1875
1815
|
confirm_button: 'Confirm with a passkey',
|
|
1876
|
-
skip_button: 'Skip for now',
|
|
1877
1816
|
success_message: 'Recovery email added!',
|
|
1878
1817
|
},
|
|
1879
1818
|
code: {
|
|
@@ -1890,11 +1829,6 @@ const translation = {
|
|
|
1890
1829
|
description: 'Secure your wallet by adding a new passkey.',
|
|
1891
1830
|
title: 'Create a new passkey',
|
|
1892
1831
|
},
|
|
1893
|
-
start: {
|
|
1894
|
-
description: 'To complete this process, ensure you are using the same device/browser.',
|
|
1895
|
-
start_button: 'Send me an email',
|
|
1896
|
-
title: 'Initiate Request',
|
|
1897
|
-
},
|
|
1898
1832
|
},
|
|
1899
1833
|
/**
|
|
1900
1834
|
* @description copy keys for Dynamic pending wallet connection
|
|
@@ -1997,12 +1931,6 @@ const translation = {
|
|
|
1997
1931
|
'Passkeys are stored natively to your device with a biometric and can only be accessed by you.',
|
|
1998
1932
|
title: 'Secure your account',
|
|
1999
1933
|
},
|
|
2000
|
-
start: {
|
|
2001
|
-
description:
|
|
2002
|
-
'A one-time security code will be sent to the email on file. It will expire in 15 minutes.',
|
|
2003
|
-
start_button: 'Send me an email',
|
|
2004
|
-
title: 'Send Email Code',
|
|
2005
|
-
},
|
|
2006
1934
|
}
|
|
2007
1935
|
*/
|
|
2008
1936
|
dyn_passkey_secure_modal: {
|
|
@@ -2023,11 +1951,6 @@ const translation = {
|
|
|
2023
1951
|
description: 'Passkeys are stored natively to your device with a biometric and can only be accessed by you.',
|
|
2024
1952
|
title: 'Secure your account',
|
|
2025
1953
|
},
|
|
2026
|
-
start: {
|
|
2027
|
-
description: 'A one-time security code will be sent to the email on file. It will expire in 15 minutes.',
|
|
2028
|
-
start_button: 'Send me an email',
|
|
2029
|
-
title: 'Send Email Code',
|
|
2030
|
-
},
|
|
2031
1954
|
},
|
|
2032
1955
|
/**
|
|
2033
1956
|
* @description copy keys for save password view
|
|
@@ -2302,6 +2225,8 @@ const translation = {
|
|
|
2302
2225
|
non_zero: 'Enter an amount greater than 0.',
|
|
2303
2226
|
over_balance: 'Insufficient funds to send this amount.',
|
|
2304
2227
|
required: 'The amount field is required',
|
|
2228
|
+
under_minimum:
|
|
2229
|
+
'The amount is below the network minimum of {{minAmount}}.',
|
|
2305
2230
|
},
|
|
2306
2231
|
recipient: {
|
|
2307
2232
|
invalid_format: 'The address is in invalid format',
|
|
@@ -2388,6 +2313,7 @@ const translation = {
|
|
|
2388
2313
|
non_zero: 'Enter an amount greater than 0.',
|
|
2389
2314
|
over_balance: 'Insufficient funds to send this amount.',
|
|
2390
2315
|
required: 'The amount field is required',
|
|
2316
|
+
under_minimum: 'The amount is below the network minimum of {{minAmount}}.',
|
|
2391
2317
|
},
|
|
2392
2318
|
recipient: {
|
|
2393
2319
|
invalid_format: 'The address is in invalid format',
|
|
@@ -952,37 +952,37 @@ export declare const translation: {
|
|
|
952
952
|
* @description export keys for Dynamic embedded reveal view
|
|
953
953
|
* @default
|
|
954
954
|
* {
|
|
955
|
-
title: 'Export wallet',
|
|
956
955
|
agreement_title: 'Agree to continue',
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
956
|
+
prompt_for_export_title: 'Back up wallet key',
|
|
957
|
+
private_key_title: 'Export Key',
|
|
958
|
+
badge_label: 'Sensitive information',
|
|
959
|
+
prompt_for_export_description:
|
|
960
|
+
'Your wallet is ready. Back up your key to protect your assets.',
|
|
961
961
|
statement_1: {
|
|
962
|
-
title: '
|
|
963
|
-
description: '
|
|
962
|
+
title: 'Non-custodial wallet',
|
|
963
|
+
description: "You're always in control",
|
|
964
|
+
},
|
|
965
|
+
statement_2: {
|
|
966
|
+
title: 'Keep your key private. It controls your account and assets.',
|
|
964
967
|
},
|
|
965
968
|
checkbox_label:
|
|
966
969
|
'I am responsible for safeguarding and using my wallet key information.',
|
|
967
|
-
|
|
970
|
+
skip_button_label: 'Skip for now',
|
|
968
971
|
reveal_button_label: 'Reveal',
|
|
969
|
-
|
|
972
|
+
backup_button_label: 'Back up now',
|
|
970
973
|
done_button_label: "I'm Done",
|
|
971
974
|
aa_warning: {
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
975
|
+
title: 'Your assets are not in this wallet.',
|
|
976
|
+
subtitle:
|
|
977
|
+
'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:',
|
|
978
|
+
button: 'here',
|
|
976
979
|
},
|
|
977
|
-
unlink: 'Unlink wallet info',
|
|
978
980
|
},
|
|
979
981
|
*/
|
|
980
982
|
dyn_embedded_reveal: {
|
|
981
|
-
title: string;
|
|
982
983
|
agreement_title: string;
|
|
983
984
|
prompt_for_export_title: string;
|
|
984
985
|
private_key_title: string;
|
|
985
|
-
recovery_phrase_title: string;
|
|
986
986
|
badge_label: string;
|
|
987
987
|
prompt_for_export_description: string;
|
|
988
988
|
statement_1: {
|
|
@@ -993,31 +993,15 @@ export declare const translation: {
|
|
|
993
993
|
title: string;
|
|
994
994
|
};
|
|
995
995
|
checkbox_label: string;
|
|
996
|
-
reveal_description: string;
|
|
997
996
|
skip_button_label: string;
|
|
998
997
|
reveal_button_label: string;
|
|
999
998
|
backup_button_label: string;
|
|
1000
|
-
copy_button_label: string;
|
|
1001
999
|
done_button_label: string;
|
|
1002
1000
|
aa_warning: {
|
|
1003
1001
|
title: string;
|
|
1004
1002
|
subtitle: string;
|
|
1005
1003
|
button: string;
|
|
1006
1004
|
};
|
|
1007
|
-
unlink: string;
|
|
1008
|
-
};
|
|
1009
|
-
/**
|
|
1010
|
-
* @description export keys for Dynamic embedded delete view
|
|
1011
|
-
* @default
|
|
1012
|
-
*
|
|
1013
|
-
*/
|
|
1014
|
-
dyn_embedded_delete: {
|
|
1015
|
-
title: string;
|
|
1016
|
-
description_1: string;
|
|
1017
|
-
description_2: string;
|
|
1018
|
-
acknowledgement: string;
|
|
1019
|
-
cancel_button: string;
|
|
1020
|
-
action_button: string;
|
|
1021
1005
|
};
|
|
1022
1006
|
/**
|
|
1023
1007
|
* @description Settings for Dynamic settings view which are used inside dynamic widget
|
|
@@ -1029,12 +1013,7 @@ export declare const translation: {
|
|
|
1029
1013
|
},
|
|
1030
1014
|
export_section: {
|
|
1031
1015
|
backup_button: 'Backup Key Share',
|
|
1032
|
-
backup_button_v2: 'Backup',
|
|
1033
1016
|
export_button: 'Export Private Key',
|
|
1034
|
-
export_recovery_button: 'Export & Recovery',
|
|
1035
|
-
private_key_button: 'Private key',
|
|
1036
|
-
srp_button: 'Recovery phrase',
|
|
1037
|
-
title: 'Export & Backup',
|
|
1038
1017
|
},
|
|
1039
1018
|
identity_section: {
|
|
1040
1019
|
title: 'Recovery',
|
|
@@ -1094,12 +1073,7 @@ export declare const translation: {
|
|
|
1094
1073
|
};
|
|
1095
1074
|
export_section: {
|
|
1096
1075
|
backup_button: string;
|
|
1097
|
-
backup_button_v2: string;
|
|
1098
1076
|
export_button: string;
|
|
1099
|
-
export_recovery_button: string;
|
|
1100
|
-
private_key_button: string;
|
|
1101
|
-
srp_button: string;
|
|
1102
|
-
title: string;
|
|
1103
1077
|
};
|
|
1104
1078
|
identity_section: {
|
|
1105
1079
|
title: string;
|
|
@@ -1736,13 +1710,9 @@ export declare const translation: {
|
|
|
1736
1710
|
edited: string;
|
|
1737
1711
|
};
|
|
1738
1712
|
/**
|
|
1739
|
-
* @description copy keys for passkey intro view
|
|
1713
|
+
* @description copy keys for passkey intro view (only the helper sections are still rendered)
|
|
1740
1714
|
* @default
|
|
1741
1715
|
* {
|
|
1742
|
-
button: 'Set up a passkey',
|
|
1743
|
-
button_logout: 'Log out',
|
|
1744
|
-
button_skip: 'Skip for now',
|
|
1745
|
-
disabled: 'Passkeys are not available on this device or browser. Please open on Chrome, Safari, or Brave to continue',
|
|
1746
1716
|
helper: {
|
|
1747
1717
|
section_1: {
|
|
1748
1718
|
description: 'Passkeys are a standard built by Apple, Google and others, and eliminates the use of passwords.',
|
|
@@ -1752,23 +1722,10 @@ export declare const translation: {
|
|
|
1752
1722
|
description: 'Passkeys are stored on your phone and are not shared with anyone.',
|
|
1753
1723
|
title: 'Secure and Private',
|
|
1754
1724
|
},
|
|
1755
|
-
title: "What's Passkey",
|
|
1756
|
-
tooltip: 'Need some help?',
|
|
1757
1725
|
},
|
|
1758
|
-
sms_auth: {
|
|
1759
|
-
title: 'Finish set up',
|
|
1760
|
-
description:
|
|
1761
|
-
'Add a security method to finish your profile and complete transactions',
|
|
1762
|
-
},
|
|
1763
|
-
subtitle: 'Passkeys are stored natively to your device with a biometric and can only be accessed by you.',
|
|
1764
|
-
title: 'Secure your wallet',
|
|
1765
1726
|
}
|
|
1766
1727
|
*/
|
|
1767
1728
|
dyn_passkey_intro: {
|
|
1768
|
-
button: string;
|
|
1769
|
-
button_logout: string;
|
|
1770
|
-
button_skip: string;
|
|
1771
|
-
disabled: string;
|
|
1772
1729
|
helper: {
|
|
1773
1730
|
section_1: {
|
|
1774
1731
|
description: string;
|
|
@@ -1778,15 +1735,7 @@ export declare const translation: {
|
|
|
1778
1735
|
description: string;
|
|
1779
1736
|
title: string;
|
|
1780
1737
|
};
|
|
1781
|
-
title: string;
|
|
1782
|
-
tooltip: string;
|
|
1783
1738
|
};
|
|
1784
|
-
sms_auth: {
|
|
1785
|
-
title: string;
|
|
1786
|
-
description: string;
|
|
1787
|
-
};
|
|
1788
|
-
subtitle: string;
|
|
1789
|
-
title: string;
|
|
1790
1739
|
};
|
|
1791
1740
|
/**
|
|
1792
1741
|
* @description copy keys for passkey new domain detected modal
|
|
@@ -1835,10 +1784,8 @@ export declare const translation: {
|
|
|
1835
1784
|
add_email: {
|
|
1836
1785
|
description:
|
|
1837
1786
|
'Don’t get locked out if you delete your passkey or lose your device.',
|
|
1838
|
-
input_label: 'Enter your email',
|
|
1839
1787
|
title: 'Add a recovery email',
|
|
1840
1788
|
confirm_button: 'Confirm with a passkey',
|
|
1841
|
-
skip_button: 'Skip for now',
|
|
1842
1789
|
success_message: 'Recovery email added!',
|
|
1843
1790
|
},
|
|
1844
1791
|
code: {
|
|
@@ -1855,21 +1802,13 @@ export declare const translation: {
|
|
|
1855
1802
|
description: 'Secure your wallet by adding a new passkey.',
|
|
1856
1803
|
title: 'Create a new passkey',
|
|
1857
1804
|
},
|
|
1858
|
-
start: {
|
|
1859
|
-
description:
|
|
1860
|
-
'To complete this process, ensure you are using the same device/browser.',
|
|
1861
|
-
start_button: 'Send me an email',
|
|
1862
|
-
title: 'Initiate Request',
|
|
1863
|
-
},
|
|
1864
1805
|
}
|
|
1865
1806
|
*/
|
|
1866
1807
|
dyn_passkey_recovery: {
|
|
1867
1808
|
add_email: {
|
|
1868
1809
|
description: string;
|
|
1869
|
-
input_label: string;
|
|
1870
1810
|
title: string;
|
|
1871
1811
|
confirm_button: string;
|
|
1872
|
-
skip_button: string;
|
|
1873
1812
|
success_message: string;
|
|
1874
1813
|
};
|
|
1875
1814
|
code: {
|
|
@@ -1886,11 +1825,6 @@ export declare const translation: {
|
|
|
1886
1825
|
description: string;
|
|
1887
1826
|
title: string;
|
|
1888
1827
|
};
|
|
1889
|
-
start: {
|
|
1890
|
-
description: string;
|
|
1891
|
-
start_button: string;
|
|
1892
|
-
title: string;
|
|
1893
|
-
};
|
|
1894
1828
|
};
|
|
1895
1829
|
/**
|
|
1896
1830
|
* @description copy keys for Dynamic pending wallet connection
|
|
@@ -1993,12 +1927,6 @@ export declare const translation: {
|
|
|
1993
1927
|
'Passkeys are stored natively to your device with a biometric and can only be accessed by you.',
|
|
1994
1928
|
title: 'Secure your account',
|
|
1995
1929
|
},
|
|
1996
|
-
start: {
|
|
1997
|
-
description:
|
|
1998
|
-
'A one-time security code will be sent to the email on file. It will expire in 15 minutes.',
|
|
1999
|
-
start_button: 'Send me an email',
|
|
2000
|
-
title: 'Send Email Code',
|
|
2001
|
-
},
|
|
2002
1930
|
}
|
|
2003
1931
|
*/
|
|
2004
1932
|
dyn_passkey_secure_modal: {
|
|
@@ -2019,11 +1947,6 @@ export declare const translation: {
|
|
|
2019
1947
|
description: string;
|
|
2020
1948
|
title: string;
|
|
2021
1949
|
};
|
|
2022
|
-
start: {
|
|
2023
|
-
description: string;
|
|
2024
|
-
start_button: string;
|
|
2025
|
-
title: string;
|
|
2026
|
-
};
|
|
2027
1950
|
};
|
|
2028
1951
|
/**
|
|
2029
1952
|
* @description copy keys for save password view
|
|
@@ -2298,6 +2221,8 @@ export declare const translation: {
|
|
|
2298
2221
|
non_zero: 'Enter an amount greater than 0.',
|
|
2299
2222
|
over_balance: 'Insufficient funds to send this amount.',
|
|
2300
2223
|
required: 'The amount field is required',
|
|
2224
|
+
under_minimum:
|
|
2225
|
+
'The amount is below the network minimum of {{minAmount}}.',
|
|
2301
2226
|
},
|
|
2302
2227
|
recipient: {
|
|
2303
2228
|
invalid_format: 'The address is in invalid format',
|
|
@@ -2384,6 +2309,7 @@ export declare const translation: {
|
|
|
2384
2309
|
non_zero: string;
|
|
2385
2310
|
over_balance: string;
|
|
2386
2311
|
required: string;
|
|
2312
|
+
under_minimum: string;
|
|
2387
2313
|
};
|
|
2388
2314
|
recipient: {
|
|
2389
2315
|
invalid_format: string;
|
|
@@ -954,37 +954,37 @@ const translation = {
|
|
|
954
954
|
* @description export keys for Dynamic embedded reveal view
|
|
955
955
|
* @default
|
|
956
956
|
* {
|
|
957
|
-
title: 'Export wallet',
|
|
958
957
|
agreement_title: 'Agree to continue',
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
958
|
+
prompt_for_export_title: 'Back up wallet key',
|
|
959
|
+
private_key_title: 'Export Key',
|
|
960
|
+
badge_label: 'Sensitive information',
|
|
961
|
+
prompt_for_export_description:
|
|
962
|
+
'Your wallet is ready. Back up your key to protect your assets.',
|
|
963
963
|
statement_1: {
|
|
964
|
-
title: '
|
|
965
|
-
description: '
|
|
964
|
+
title: 'Non-custodial wallet',
|
|
965
|
+
description: "You're always in control",
|
|
966
|
+
},
|
|
967
|
+
statement_2: {
|
|
968
|
+
title: 'Keep your key private. It controls your account and assets.',
|
|
966
969
|
},
|
|
967
970
|
checkbox_label:
|
|
968
971
|
'I am responsible for safeguarding and using my wallet key information.',
|
|
969
|
-
|
|
972
|
+
skip_button_label: 'Skip for now',
|
|
970
973
|
reveal_button_label: 'Reveal',
|
|
971
|
-
|
|
974
|
+
backup_button_label: 'Back up now',
|
|
972
975
|
done_button_label: "I'm Done",
|
|
973
976
|
aa_warning: {
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
977
|
+
title: 'Your assets are not in this wallet.',
|
|
978
|
+
subtitle:
|
|
979
|
+
'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:',
|
|
980
|
+
button: 'here',
|
|
978
981
|
},
|
|
979
|
-
unlink: 'Unlink wallet info',
|
|
980
982
|
},
|
|
981
983
|
*/
|
|
982
984
|
dyn_embedded_reveal: {
|
|
983
|
-
title: 'Export wallet',
|
|
984
985
|
agreement_title: 'Agree to continue',
|
|
985
986
|
prompt_for_export_title: 'Back up wallet key',
|
|
986
987
|
private_key_title: 'Export Key',
|
|
987
|
-
recovery_phrase_title: 'Secret recovery phrase',
|
|
988
988
|
badge_label: 'Sensitive information',
|
|
989
989
|
prompt_for_export_description: 'Your wallet is ready. Back up your key to protect your assets.',
|
|
990
990
|
statement_1: {
|
|
@@ -995,31 +995,15 @@ const translation = {
|
|
|
995
995
|
title: 'Keep your key private. It controls your account and assets.',
|
|
996
996
|
},
|
|
997
997
|
checkbox_label: 'I am responsible for safeguarding and using my wallet key information.',
|
|
998
|
-
reveal_description: 'Make sure to safely back up this information',
|
|
999
998
|
skip_button_label: 'Skip for now',
|
|
1000
999
|
reveal_button_label: 'Reveal',
|
|
1001
1000
|
backup_button_label: 'Back up now',
|
|
1002
|
-
copy_button_label: 'Copy to clipboard',
|
|
1003
1001
|
done_button_label: "I'm Done",
|
|
1004
1002
|
aa_warning: {
|
|
1005
1003
|
title: 'Your assets are not in this wallet.',
|
|
1006
1004
|
subtitle: 'This is a smart-contract wallet. You will not see your balance if you import this to an external service. Please send your assets to your preferred external wallet first to access your funds:',
|
|
1007
1005
|
button: 'here',
|
|
1008
1006
|
},
|
|
1009
|
-
unlink: 'Unlink wallet info',
|
|
1010
|
-
},
|
|
1011
|
-
/**
|
|
1012
|
-
* @description export keys for Dynamic embedded delete view
|
|
1013
|
-
* @default
|
|
1014
|
-
*
|
|
1015
|
-
*/
|
|
1016
|
-
dyn_embedded_delete: {
|
|
1017
|
-
title: 'Unlink from app',
|
|
1018
|
-
description_1: 'By continuing you acknowledge that if you return to the application, you will receive a new wallet address.',
|
|
1019
|
-
description_2: 'Once unlinked, you cannot recover any wallet information through this application including any associated smart contract wallets.',
|
|
1020
|
-
acknowledgement: 'I have safely backed up my wallet seed phrase information. If I return to this application, a new wallet will be created for me.',
|
|
1021
|
-
cancel_button: 'Cancel',
|
|
1022
|
-
action_button: 'Unlink & Log out',
|
|
1023
1007
|
},
|
|
1024
1008
|
/**
|
|
1025
1009
|
* @description Settings for Dynamic settings view which are used inside dynamic widget
|
|
@@ -1031,12 +1015,7 @@ const translation = {
|
|
|
1031
1015
|
},
|
|
1032
1016
|
export_section: {
|
|
1033
1017
|
backup_button: 'Backup Key Share',
|
|
1034
|
-
backup_button_v2: 'Backup',
|
|
1035
1018
|
export_button: 'Export Private Key',
|
|
1036
|
-
export_recovery_button: 'Export & Recovery',
|
|
1037
|
-
private_key_button: 'Private key',
|
|
1038
|
-
srp_button: 'Recovery phrase',
|
|
1039
|
-
title: 'Export & Backup',
|
|
1040
1019
|
},
|
|
1041
1020
|
identity_section: {
|
|
1042
1021
|
title: 'Recovery',
|
|
@@ -1096,12 +1075,7 @@ const translation = {
|
|
|
1096
1075
|
},
|
|
1097
1076
|
export_section: {
|
|
1098
1077
|
backup_button: 'Backup Key Share',
|
|
1099
|
-
backup_button_v2: 'Backup',
|
|
1100
1078
|
export_button: 'Export Private Key',
|
|
1101
|
-
export_recovery_button: 'Export & Recovery',
|
|
1102
|
-
private_key_button: 'Private key',
|
|
1103
|
-
srp_button: 'Recovery phrase',
|
|
1104
|
-
title: 'Export & Backup',
|
|
1105
1079
|
},
|
|
1106
1080
|
identity_section: {
|
|
1107
1081
|
title: 'Recovery',
|
|
@@ -1736,13 +1710,9 @@ const translation = {
|
|
|
1736
1710
|
edited: 'Your passkey has been edited',
|
|
1737
1711
|
},
|
|
1738
1712
|
/**
|
|
1739
|
-
* @description copy keys for passkey intro view
|
|
1713
|
+
* @description copy keys for passkey intro view (only the helper sections are still rendered)
|
|
1740
1714
|
* @default
|
|
1741
1715
|
* {
|
|
1742
|
-
button: 'Set up a passkey',
|
|
1743
|
-
button_logout: 'Log out',
|
|
1744
|
-
button_skip: 'Skip for now',
|
|
1745
|
-
disabled: 'Passkeys are not available on this device or browser. Please open on Chrome, Safari, or Brave to continue',
|
|
1746
1716
|
helper: {
|
|
1747
1717
|
section_1: {
|
|
1748
1718
|
description: 'Passkeys are a standard built by Apple, Google and others, and eliminates the use of passwords.',
|
|
@@ -1752,23 +1722,10 @@ const translation = {
|
|
|
1752
1722
|
description: 'Passkeys are stored on your phone and are not shared with anyone.',
|
|
1753
1723
|
title: 'Secure and Private',
|
|
1754
1724
|
},
|
|
1755
|
-
title: "What's Passkey",
|
|
1756
|
-
tooltip: 'Need some help?',
|
|
1757
|
-
},
|
|
1758
|
-
sms_auth: {
|
|
1759
|
-
title: 'Finish set up',
|
|
1760
|
-
description:
|
|
1761
|
-
'Add a security method to finish your profile and complete transactions',
|
|
1762
1725
|
},
|
|
1763
|
-
subtitle: 'Passkeys are stored natively to your device with a biometric and can only be accessed by you.',
|
|
1764
|
-
title: 'Secure your wallet',
|
|
1765
1726
|
}
|
|
1766
1727
|
*/
|
|
1767
1728
|
dyn_passkey_intro: {
|
|
1768
|
-
button: 'Set up a passkey',
|
|
1769
|
-
button_logout: 'Log out',
|
|
1770
|
-
button_skip: 'Skip for now',
|
|
1771
|
-
disabled: 'Passkeys are not available on this device or browser. Please open on Chrome, Safari, or Brave to continue',
|
|
1772
1729
|
helper: {
|
|
1773
1730
|
section_1: {
|
|
1774
1731
|
description: 'Passkeys are a standard built by Apple, Google and others, and eliminates the use of passwords.',
|
|
@@ -1778,15 +1735,7 @@ const translation = {
|
|
|
1778
1735
|
description: 'Passkeys are stored on your phone and are not shared with anyone.',
|
|
1779
1736
|
title: 'Secure and Private',
|
|
1780
1737
|
},
|
|
1781
|
-
title: "What's Passkey",
|
|
1782
|
-
tooltip: 'Need some help?',
|
|
1783
|
-
},
|
|
1784
|
-
sms_auth: {
|
|
1785
|
-
title: 'Finish set up',
|
|
1786
|
-
description: 'Add a security method to finish your profile and complete transactions',
|
|
1787
1738
|
},
|
|
1788
|
-
subtitle: 'Passkeys are stored natively to your device with a biometric and can only be accessed by you.',
|
|
1789
|
-
title: 'Secure your wallet',
|
|
1790
1739
|
},
|
|
1791
1740
|
/**
|
|
1792
1741
|
* @description copy keys for passkey new domain detected modal
|
|
@@ -1835,10 +1784,8 @@ const translation = {
|
|
|
1835
1784
|
add_email: {
|
|
1836
1785
|
description:
|
|
1837
1786
|
'Don’t get locked out if you delete your passkey or lose your device.',
|
|
1838
|
-
input_label: 'Enter your email',
|
|
1839
1787
|
title: 'Add a recovery email',
|
|
1840
1788
|
confirm_button: 'Confirm with a passkey',
|
|
1841
|
-
skip_button: 'Skip for now',
|
|
1842
1789
|
success_message: 'Recovery email added!',
|
|
1843
1790
|
},
|
|
1844
1791
|
code: {
|
|
@@ -1855,21 +1802,13 @@ const translation = {
|
|
|
1855
1802
|
description: 'Secure your wallet by adding a new passkey.',
|
|
1856
1803
|
title: 'Create a new passkey',
|
|
1857
1804
|
},
|
|
1858
|
-
start: {
|
|
1859
|
-
description:
|
|
1860
|
-
'To complete this process, ensure you are using the same device/browser.',
|
|
1861
|
-
start_button: 'Send me an email',
|
|
1862
|
-
title: 'Initiate Request',
|
|
1863
|
-
},
|
|
1864
1805
|
}
|
|
1865
1806
|
*/
|
|
1866
1807
|
dyn_passkey_recovery: {
|
|
1867
1808
|
add_email: {
|
|
1868
1809
|
description: 'Don’t get locked out if you delete your passkey or lose your device.',
|
|
1869
|
-
input_label: 'Enter your email',
|
|
1870
1810
|
title: 'Add a recovery email',
|
|
1871
1811
|
confirm_button: 'Confirm with a passkey',
|
|
1872
|
-
skip_button: 'Skip for now',
|
|
1873
1812
|
success_message: 'Recovery email added!',
|
|
1874
1813
|
},
|
|
1875
1814
|
code: {
|
|
@@ -1886,11 +1825,6 @@ const translation = {
|
|
|
1886
1825
|
description: 'Secure your wallet by adding a new passkey.',
|
|
1887
1826
|
title: 'Create a new passkey',
|
|
1888
1827
|
},
|
|
1889
|
-
start: {
|
|
1890
|
-
description: 'To complete this process, ensure you are using the same device/browser.',
|
|
1891
|
-
start_button: 'Send me an email',
|
|
1892
|
-
title: 'Initiate Request',
|
|
1893
|
-
},
|
|
1894
1828
|
},
|
|
1895
1829
|
/**
|
|
1896
1830
|
* @description copy keys for Dynamic pending wallet connection
|
|
@@ -1993,12 +1927,6 @@ const translation = {
|
|
|
1993
1927
|
'Passkeys are stored natively to your device with a biometric and can only be accessed by you.',
|
|
1994
1928
|
title: 'Secure your account',
|
|
1995
1929
|
},
|
|
1996
|
-
start: {
|
|
1997
|
-
description:
|
|
1998
|
-
'A one-time security code will be sent to the email on file. It will expire in 15 minutes.',
|
|
1999
|
-
start_button: 'Send me an email',
|
|
2000
|
-
title: 'Send Email Code',
|
|
2001
|
-
},
|
|
2002
1930
|
}
|
|
2003
1931
|
*/
|
|
2004
1932
|
dyn_passkey_secure_modal: {
|
|
@@ -2019,11 +1947,6 @@ const translation = {
|
|
|
2019
1947
|
description: 'Passkeys are stored natively to your device with a biometric and can only be accessed by you.',
|
|
2020
1948
|
title: 'Secure your account',
|
|
2021
1949
|
},
|
|
2022
|
-
start: {
|
|
2023
|
-
description: 'A one-time security code will be sent to the email on file. It will expire in 15 minutes.',
|
|
2024
|
-
start_button: 'Send me an email',
|
|
2025
|
-
title: 'Send Email Code',
|
|
2026
|
-
},
|
|
2027
1950
|
},
|
|
2028
1951
|
/**
|
|
2029
1952
|
* @description copy keys for save password view
|
|
@@ -2298,6 +2221,8 @@ const translation = {
|
|
|
2298
2221
|
non_zero: 'Enter an amount greater than 0.',
|
|
2299
2222
|
over_balance: 'Insufficient funds to send this amount.',
|
|
2300
2223
|
required: 'The amount field is required',
|
|
2224
|
+
under_minimum:
|
|
2225
|
+
'The amount is below the network minimum of {{minAmount}}.',
|
|
2301
2226
|
},
|
|
2302
2227
|
recipient: {
|
|
2303
2228
|
invalid_format: 'The address is in invalid format',
|
|
@@ -2384,6 +2309,7 @@ const translation = {
|
|
|
2384
2309
|
non_zero: 'Enter an amount greater than 0.',
|
|
2385
2310
|
over_balance: 'Insufficient funds to send this amount.',
|
|
2386
2311
|
required: 'The amount field is required',
|
|
2312
|
+
under_minimum: 'The amount is below the network minimum of {{minAmount}}.',
|
|
2387
2313
|
},
|
|
2388
2314
|
recipient: {
|
|
2389
2315
|
invalid_format: 'The address is in invalid format',
|