@dynamic-labs/locale 4.59.2 → 4.60.1
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 +25 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +2 -2
- package/src/lib/en/translation.cjs +37 -17
- package/src/lib/en/translation.d.ts +27 -7
- package/src/lib/en/translation.js +37 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,29 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.60.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.60.0...v4.60.1) (2026-02-09)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add WAAS password handlers to DynamicContextProvider settings ([#10360](https://github.com/dynamic-labs/dynamic-auth/issues/10360)) ([5fc3fa7](https://github.com/dynamic-labs/dynamic-auth/commit/5fc3fa7148c53b64d36672be2d1ae629cb9cdaf8))
|
|
8
|
+
* improve password handling and UI for wallet protection ([#10386](https://github.com/dynamic-labs/dynamic-auth/issues/10386)) ([d27936e](https://github.com/dynamic-labs/dynamic-auth/commit/d27936e5bea37facceefccc0f2507d25a775ad33))
|
|
9
|
+
* pass authToken to wallet recovery operations ([#10379](https://github.com/dynamic-labs/dynamic-auth/issues/10379)) ([294efc7](https://github.com/dynamic-labs/dynamic-auth/commit/294efc7ab5816f63b7e5cc49a150cf9d34d300af))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* override fast-xml-parser to 5.3.4 for CVE-2026-25128 ([#10381](https://github.com/dynamic-labs/dynamic-auth/issues/10381)) ([7fb4c22](https://github.com/dynamic-labs/dynamic-auth/commit/7fb4c221252b84bf38bbdab0b37b8f9a981ebe1a))
|
|
15
|
+
* unlock wallet view error handling and password error UI ([#10388](https://github.com/dynamic-labs/dynamic-auth/issues/10388)) ([5ffc8e1](https://github.com/dynamic-labs/dynamic-auth/commit/5ffc8e1e6dd0d7f32bb94c37ce3674be949f010b))
|
|
16
|
+
|
|
17
|
+
## [4.60.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.59.2...v4.60.0) (2026-02-05)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* add prompt to unlock wallet when getting encrypted shares ([#10333](https://github.com/dynamic-labs/dynamic-auth/issues/10333)) ([7009dfa](https://github.com/dynamic-labs/dynamic-auth/commit/7009dfa315538f4f4ad27ff37e7902f10e1cf019))
|
|
23
|
+
* add stellar sendBalance method ([#10310](https://github.com/dynamic-labs/dynamic-auth/issues/10310)) ([c083ea0](https://github.com/dynamic-labs/dynamic-auth/commit/c083ea0a7caa0cb9095d32897acf677c1b661cb4))
|
|
24
|
+
* **webview-controller:** add DelegatedAccessController ([#10348](https://github.com/dynamic-labs/dynamic-auth/issues/10348)) ([57599e4](https://github.com/dynamic-labs/dynamic-auth/commit/57599e4dd1ad6f4b22f98d49d7fae1a724b719ee))
|
|
25
|
+
* **webview-messages:** add DelegatedAccessMessages types ([#10347](https://github.com/dynamic-labs/dynamic-auth/issues/10347)) ([b0a1275](https://github.com/dynamic-labs/dynamic-auth/commit/b0a12759016fa6f8a76753c2394d589acb18ccf1))
|
|
26
|
+
|
|
2
27
|
### [4.59.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.59.1...v4.59.2) (2026-02-03)
|
|
3
28
|
|
|
4
29
|
|
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": "4.
|
|
3
|
+
"version": "4.60.1",
|
|
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": "4.
|
|
23
|
+
"@dynamic-labs/assert-package-version": "4.60.1"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {}
|
|
26
26
|
}
|
|
@@ -674,16 +674,18 @@ const translation = {
|
|
|
674
674
|
}
|
|
675
675
|
*/
|
|
676
676
|
dyn_enter_password: {
|
|
677
|
-
|
|
678
|
-
description: '
|
|
679
|
-
|
|
680
|
-
|
|
677
|
+
title: 'Enter Password',
|
|
678
|
+
description: 'Enter your password to continue with this transaction.',
|
|
679
|
+
label: 'Your Password',
|
|
680
|
+
placeholder: 'Enter your password',
|
|
681
|
+
button: {
|
|
682
|
+
continue: 'Continue',
|
|
681
683
|
},
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
684
|
+
error: {
|
|
685
|
+
required: 'Password is required',
|
|
686
|
+
invalid_password: 'Incorrect Password',
|
|
687
|
+
failed: 'Failed to unlock wallet',
|
|
685
688
|
},
|
|
686
|
-
title: 'Enter passcode',
|
|
687
689
|
},
|
|
688
690
|
/**
|
|
689
691
|
* @description copy keys for Dynamic Farcaster connect view
|
|
@@ -2060,7 +2062,7 @@ const translation = {
|
|
|
2060
2062
|
},
|
|
2061
2063
|
enter: {
|
|
2062
2064
|
title: 'Create password',
|
|
2063
|
-
description: '
|
|
2065
|
+
description: 'Set a strong password to protect your wallet.',
|
|
2064
2066
|
label: 'Password',
|
|
2065
2067
|
placeholder: 'Enter password',
|
|
2066
2068
|
requirement_length: '8-70 characters',
|
|
@@ -2101,12 +2103,12 @@ const translation = {
|
|
|
2101
2103
|
title: 'Set up password',
|
|
2102
2104
|
description: 'Before setting up a password, please acknowledge the following:',
|
|
2103
2105
|
checkbox_1: 'I understand that if I lose my password, I will permanently lose access to my wallet and all assets.',
|
|
2104
|
-
checkbox_2: 'I understand that
|
|
2106
|
+
checkbox_2: 'I understand that {{appName}} support cannot recover my password or access my wallet.',
|
|
2105
2107
|
checkbox_3: 'I understand that this password is only for this application and cannot be used elsewhere.',
|
|
2106
2108
|
},
|
|
2107
2109
|
enter: {
|
|
2108
2110
|
title: 'Create password',
|
|
2109
|
-
description: '
|
|
2111
|
+
description: 'Set a strong password to protect your wallet.',
|
|
2110
2112
|
label: 'Password',
|
|
2111
2113
|
placeholder: 'Enter password',
|
|
2112
2114
|
requirement_length: '8-70 characters',
|
|
@@ -2125,12 +2127,12 @@ const translation = {
|
|
|
2125
2127
|
},
|
|
2126
2128
|
knowledge_check: {
|
|
2127
2129
|
title: 'Knowledge check',
|
|
2128
|
-
description: '
|
|
2129
|
-
question: 'What happens if you lose
|
|
2130
|
-
option_a: 'I can reset it
|
|
2131
|
-
option_b: 'Support can
|
|
2132
|
-
option_c: 'I
|
|
2133
|
-
error: 'Incorrect
|
|
2130
|
+
description: 'Answer the question to confirm you understand.',
|
|
2131
|
+
question: 'What happens if you lose your password?',
|
|
2132
|
+
option_a: 'I can reset it via email',
|
|
2133
|
+
option_b: 'Support can recover my access',
|
|
2134
|
+
option_c: 'I permanently lose access to my wallet',
|
|
2135
|
+
error: 'Incorrect. No password recovery — you’ll lose access permanently. Choose the correct answer and try again.',
|
|
2134
2136
|
review_terms: 'Review terms again',
|
|
2135
2137
|
},
|
|
2136
2138
|
success: {
|
|
@@ -2143,6 +2145,24 @@ const translation = {
|
|
|
2143
2145
|
done: 'Done',
|
|
2144
2146
|
},
|
|
2145
2147
|
},
|
|
2148
|
+
/**
|
|
2149
|
+
* @description copy keys for unlock wallet view
|
|
2150
|
+
* @default
|
|
2151
|
+
* {
|
|
2152
|
+
title: 'Enter Password',
|
|
2153
|
+
description: 'Enter your password to continue with this action. The wallet will be unlocked for the duration of this session.',
|
|
2154
|
+
button: {
|
|
2155
|
+
continue: 'Continue'
|
|
2156
|
+
}
|
|
2157
|
+
}
|
|
2158
|
+
*/
|
|
2159
|
+
dyn_unlock_wallet: {
|
|
2160
|
+
title: 'Enter Password',
|
|
2161
|
+
description: 'Enter your password to continue with this action. The wallet will be unlocked for the duration of this session.',
|
|
2162
|
+
button: {
|
|
2163
|
+
continue: 'Continue',
|
|
2164
|
+
},
|
|
2165
|
+
},
|
|
2146
2166
|
/**
|
|
2147
2167
|
* @description copy keys for secure pregenerated embedded wallet
|
|
2148
2168
|
* @default
|
|
@@ -668,16 +668,18 @@ export declare const translation: {
|
|
|
668
668
|
}
|
|
669
669
|
*/
|
|
670
670
|
dyn_enter_password: {
|
|
671
|
-
|
|
671
|
+
title: string;
|
|
672
672
|
description: string;
|
|
673
|
+
label: string;
|
|
674
|
+
placeholder: string;
|
|
675
|
+
button: {
|
|
676
|
+
continue: string;
|
|
677
|
+
};
|
|
673
678
|
error: {
|
|
679
|
+
required: string;
|
|
674
680
|
invalid_password: string;
|
|
681
|
+
failed: string;
|
|
675
682
|
};
|
|
676
|
-
input: {
|
|
677
|
-
label: string;
|
|
678
|
-
placeholder: string;
|
|
679
|
-
};
|
|
680
|
-
title: string;
|
|
681
683
|
};
|
|
682
684
|
/**
|
|
683
685
|
* @description copy keys for Dynamic Farcaster connect view
|
|
@@ -2056,7 +2058,7 @@ export declare const translation: {
|
|
|
2056
2058
|
},
|
|
2057
2059
|
enter: {
|
|
2058
2060
|
title: 'Create password',
|
|
2059
|
-
description: '
|
|
2061
|
+
description: 'Set a strong password to protect your wallet.',
|
|
2060
2062
|
label: 'Password',
|
|
2061
2063
|
placeholder: 'Enter password',
|
|
2062
2064
|
requirement_length: '8-70 characters',
|
|
@@ -2139,6 +2141,24 @@ export declare const translation: {
|
|
|
2139
2141
|
done: string;
|
|
2140
2142
|
};
|
|
2141
2143
|
};
|
|
2144
|
+
/**
|
|
2145
|
+
* @description copy keys for unlock wallet view
|
|
2146
|
+
* @default
|
|
2147
|
+
* {
|
|
2148
|
+
title: 'Enter Password',
|
|
2149
|
+
description: 'Enter your password to continue with this action. The wallet will be unlocked for the duration of this session.',
|
|
2150
|
+
button: {
|
|
2151
|
+
continue: 'Continue'
|
|
2152
|
+
}
|
|
2153
|
+
}
|
|
2154
|
+
*/
|
|
2155
|
+
dyn_unlock_wallet: {
|
|
2156
|
+
title: string;
|
|
2157
|
+
description: string;
|
|
2158
|
+
button: {
|
|
2159
|
+
continue: string;
|
|
2160
|
+
};
|
|
2161
|
+
};
|
|
2142
2162
|
/**
|
|
2143
2163
|
* @description copy keys for secure pregenerated embedded wallet
|
|
2144
2164
|
* @default
|
|
@@ -670,16 +670,18 @@ const translation = {
|
|
|
670
670
|
}
|
|
671
671
|
*/
|
|
672
672
|
dyn_enter_password: {
|
|
673
|
-
|
|
674
|
-
description: '
|
|
675
|
-
|
|
676
|
-
|
|
673
|
+
title: 'Enter Password',
|
|
674
|
+
description: 'Enter your password to continue with this transaction.',
|
|
675
|
+
label: 'Your Password',
|
|
676
|
+
placeholder: 'Enter your password',
|
|
677
|
+
button: {
|
|
678
|
+
continue: 'Continue',
|
|
677
679
|
},
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
680
|
+
error: {
|
|
681
|
+
required: 'Password is required',
|
|
682
|
+
invalid_password: 'Incorrect Password',
|
|
683
|
+
failed: 'Failed to unlock wallet',
|
|
681
684
|
},
|
|
682
|
-
title: 'Enter passcode',
|
|
683
685
|
},
|
|
684
686
|
/**
|
|
685
687
|
* @description copy keys for Dynamic Farcaster connect view
|
|
@@ -2056,7 +2058,7 @@ const translation = {
|
|
|
2056
2058
|
},
|
|
2057
2059
|
enter: {
|
|
2058
2060
|
title: 'Create password',
|
|
2059
|
-
description: '
|
|
2061
|
+
description: 'Set a strong password to protect your wallet.',
|
|
2060
2062
|
label: 'Password',
|
|
2061
2063
|
placeholder: 'Enter password',
|
|
2062
2064
|
requirement_length: '8-70 characters',
|
|
@@ -2097,12 +2099,12 @@ const translation = {
|
|
|
2097
2099
|
title: 'Set up password',
|
|
2098
2100
|
description: 'Before setting up a password, please acknowledge the following:',
|
|
2099
2101
|
checkbox_1: 'I understand that if I lose my password, I will permanently lose access to my wallet and all assets.',
|
|
2100
|
-
checkbox_2: 'I understand that
|
|
2102
|
+
checkbox_2: 'I understand that {{appName}} support cannot recover my password or access my wallet.',
|
|
2101
2103
|
checkbox_3: 'I understand that this password is only for this application and cannot be used elsewhere.',
|
|
2102
2104
|
},
|
|
2103
2105
|
enter: {
|
|
2104
2106
|
title: 'Create password',
|
|
2105
|
-
description: '
|
|
2107
|
+
description: 'Set a strong password to protect your wallet.',
|
|
2106
2108
|
label: 'Password',
|
|
2107
2109
|
placeholder: 'Enter password',
|
|
2108
2110
|
requirement_length: '8-70 characters',
|
|
@@ -2121,12 +2123,12 @@ const translation = {
|
|
|
2121
2123
|
},
|
|
2122
2124
|
knowledge_check: {
|
|
2123
2125
|
title: 'Knowledge check',
|
|
2124
|
-
description: '
|
|
2125
|
-
question: 'What happens if you lose
|
|
2126
|
-
option_a: 'I can reset it
|
|
2127
|
-
option_b: 'Support can
|
|
2128
|
-
option_c: 'I
|
|
2129
|
-
error: 'Incorrect
|
|
2126
|
+
description: 'Answer the question to confirm you understand.',
|
|
2127
|
+
question: 'What happens if you lose your password?',
|
|
2128
|
+
option_a: 'I can reset it via email',
|
|
2129
|
+
option_b: 'Support can recover my access',
|
|
2130
|
+
option_c: 'I permanently lose access to my wallet',
|
|
2131
|
+
error: 'Incorrect. No password recovery — you’ll lose access permanently. Choose the correct answer and try again.',
|
|
2130
2132
|
review_terms: 'Review terms again',
|
|
2131
2133
|
},
|
|
2132
2134
|
success: {
|
|
@@ -2139,6 +2141,24 @@ const translation = {
|
|
|
2139
2141
|
done: 'Done',
|
|
2140
2142
|
},
|
|
2141
2143
|
},
|
|
2144
|
+
/**
|
|
2145
|
+
* @description copy keys for unlock wallet view
|
|
2146
|
+
* @default
|
|
2147
|
+
* {
|
|
2148
|
+
title: 'Enter Password',
|
|
2149
|
+
description: 'Enter your password to continue with this action. The wallet will be unlocked for the duration of this session.',
|
|
2150
|
+
button: {
|
|
2151
|
+
continue: 'Continue'
|
|
2152
|
+
}
|
|
2153
|
+
}
|
|
2154
|
+
*/
|
|
2155
|
+
dyn_unlock_wallet: {
|
|
2156
|
+
title: 'Enter Password',
|
|
2157
|
+
description: 'Enter your password to continue with this action. The wallet will be unlocked for the duration of this session.',
|
|
2158
|
+
button: {
|
|
2159
|
+
continue: 'Continue',
|
|
2160
|
+
},
|
|
2161
|
+
},
|
|
2142
2162
|
/**
|
|
2143
2163
|
* @description copy keys for secure pregenerated embedded wallet
|
|
2144
2164
|
* @default
|