@dynamic-labs/locale 4.59.2 → 4.60.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 +10 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +2 -2
- package/src/lib/en/translation.cjs +27 -8
- package/src/lib/en/translation.d.ts +26 -7
- package/src/lib/en/translation.js +27 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.60.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.59.2...v4.60.0) (2026-02-05)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* 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))
|
|
8
|
+
* add stellar sendBalance method ([#10310](https://github.com/dynamic-labs/dynamic-auth/issues/10310)) ([c083ea0](https://github.com/dynamic-labs/dynamic-auth/commit/c083ea0a7caa0cb9095d32897acf677c1b661cb4))
|
|
9
|
+
* **webview-controller:** add DelegatedAccessController ([#10348](https://github.com/dynamic-labs/dynamic-auth/issues/10348)) ([57599e4](https://github.com/dynamic-labs/dynamic-auth/commit/57599e4dd1ad6f4b22f98d49d7fae1a724b719ee))
|
|
10
|
+
* **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))
|
|
11
|
+
|
|
2
12
|
### [4.59.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.59.1...v4.59.2) (2026-02-03)
|
|
3
13
|
|
|
4
14
|
|
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.0",
|
|
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.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {}
|
|
26
26
|
}
|
|
@@ -674,16 +674,17 @@ 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
|
+
failed: 'Failed to unlock wallet',
|
|
685
687
|
},
|
|
686
|
-
title: 'Enter passcode',
|
|
687
688
|
},
|
|
688
689
|
/**
|
|
689
690
|
* @description copy keys for Dynamic Farcaster connect view
|
|
@@ -2143,6 +2144,24 @@ const translation = {
|
|
|
2143
2144
|
done: 'Done',
|
|
2144
2145
|
},
|
|
2145
2146
|
},
|
|
2147
|
+
/**
|
|
2148
|
+
* @description copy keys for unlock wallet view
|
|
2149
|
+
* @default
|
|
2150
|
+
* {
|
|
2151
|
+
title: 'Enter Password',
|
|
2152
|
+
description: 'Enter your password to continue with this action. The wallet will be unlocked for the duration of this session.',
|
|
2153
|
+
button: {
|
|
2154
|
+
continue: 'Continue'
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2157
|
+
*/
|
|
2158
|
+
dyn_unlock_wallet: {
|
|
2159
|
+
title: 'Enter Password',
|
|
2160
|
+
description: 'Enter your password to continue with this action. The wallet will be unlocked for the duration of this session.',
|
|
2161
|
+
button: {
|
|
2162
|
+
continue: 'Continue',
|
|
2163
|
+
},
|
|
2164
|
+
},
|
|
2146
2165
|
/**
|
|
2147
2166
|
* @description copy keys for secure pregenerated embedded wallet
|
|
2148
2167
|
* @default
|
|
@@ -668,16 +668,17 @@ export declare const translation: {
|
|
|
668
668
|
}
|
|
669
669
|
*/
|
|
670
670
|
dyn_enter_password: {
|
|
671
|
-
|
|
671
|
+
title: string;
|
|
672
672
|
description: string;
|
|
673
|
-
|
|
674
|
-
|
|
673
|
+
label: string;
|
|
674
|
+
placeholder: string;
|
|
675
|
+
button: {
|
|
676
|
+
continue: string;
|
|
675
677
|
};
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
678
|
+
error: {
|
|
679
|
+
required: string;
|
|
680
|
+
failed: string;
|
|
679
681
|
};
|
|
680
|
-
title: string;
|
|
681
682
|
};
|
|
682
683
|
/**
|
|
683
684
|
* @description copy keys for Dynamic Farcaster connect view
|
|
@@ -2139,6 +2140,24 @@ export declare const translation: {
|
|
|
2139
2140
|
done: string;
|
|
2140
2141
|
};
|
|
2141
2142
|
};
|
|
2143
|
+
/**
|
|
2144
|
+
* @description copy keys for unlock wallet view
|
|
2145
|
+
* @default
|
|
2146
|
+
* {
|
|
2147
|
+
title: 'Enter Password',
|
|
2148
|
+
description: 'Enter your password to continue with this action. The wallet will be unlocked for the duration of this session.',
|
|
2149
|
+
button: {
|
|
2150
|
+
continue: 'Continue'
|
|
2151
|
+
}
|
|
2152
|
+
}
|
|
2153
|
+
*/
|
|
2154
|
+
dyn_unlock_wallet: {
|
|
2155
|
+
title: string;
|
|
2156
|
+
description: string;
|
|
2157
|
+
button: {
|
|
2158
|
+
continue: string;
|
|
2159
|
+
};
|
|
2160
|
+
};
|
|
2142
2161
|
/**
|
|
2143
2162
|
* @description copy keys for secure pregenerated embedded wallet
|
|
2144
2163
|
* @default
|
|
@@ -670,16 +670,17 @@ 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
|
+
failed: 'Failed to unlock wallet',
|
|
681
683
|
},
|
|
682
|
-
title: 'Enter passcode',
|
|
683
684
|
},
|
|
684
685
|
/**
|
|
685
686
|
* @description copy keys for Dynamic Farcaster connect view
|
|
@@ -2139,6 +2140,24 @@ const translation = {
|
|
|
2139
2140
|
done: 'Done',
|
|
2140
2141
|
},
|
|
2141
2142
|
},
|
|
2143
|
+
/**
|
|
2144
|
+
* @description copy keys for unlock wallet view
|
|
2145
|
+
* @default
|
|
2146
|
+
* {
|
|
2147
|
+
title: 'Enter Password',
|
|
2148
|
+
description: 'Enter your password to continue with this action. The wallet will be unlocked for the duration of this session.',
|
|
2149
|
+
button: {
|
|
2150
|
+
continue: 'Continue'
|
|
2151
|
+
}
|
|
2152
|
+
}
|
|
2153
|
+
*/
|
|
2154
|
+
dyn_unlock_wallet: {
|
|
2155
|
+
title: 'Enter Password',
|
|
2156
|
+
description: 'Enter your password to continue with this action. The wallet will be unlocked for the duration of this session.',
|
|
2157
|
+
button: {
|
|
2158
|
+
continue: 'Continue',
|
|
2159
|
+
},
|
|
2160
|
+
},
|
|
2142
2161
|
/**
|
|
2143
2162
|
* @description copy keys for secure pregenerated embedded wallet
|
|
2144
2163
|
* @default
|