@dynamic-labs/locale 4.46.3 → 4.47.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 +7 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +2 -2
- package/src/lib/en/translation.cjs +11 -0
- package/src/lib/en/translation.d.ts +11 -0
- package/src/lib/en/translation.js +11 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.47.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.46.3...v4.47.0) (2025-11-21)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add Google Drive backup functionality to widget ([#9899](https://github.com/dynamic-labs/dynamic-auth/issues/9899)) ([c787c5b](https://github.com/dynamic-labs/dynamic-auth/commit/c787c5baa7cf4ec4522418fdbe915923b1481312))
|
|
8
|
+
|
|
2
9
|
### [4.46.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.46.2...v4.46.3) (2025-11-20)
|
|
3
10
|
|
|
4
11
|
|
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.47.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.47.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {}
|
|
26
26
|
}
|
|
@@ -1018,6 +1018,7 @@ const translation = {
|
|
|
1018
1018
|
connected_apps_button: 'Connected Apps',
|
|
1019
1019
|
},
|
|
1020
1020
|
export_section: {
|
|
1021
|
+
backup_button: 'Backup',
|
|
1021
1022
|
private_key_button: 'Private key',
|
|
1022
1023
|
srp_button: 'Recovery phrase',
|
|
1023
1024
|
title: 'Export & Backup',
|
|
@@ -1078,6 +1079,7 @@ const translation = {
|
|
|
1078
1079
|
connected_apps_button: 'Connected Apps',
|
|
1079
1080
|
},
|
|
1080
1081
|
export_section: {
|
|
1082
|
+
backup_button: 'Backup',
|
|
1081
1083
|
private_key_button: 'Private key',
|
|
1082
1084
|
srp_button: 'Recovery phrase',
|
|
1083
1085
|
title: 'Export & Backup',
|
|
@@ -1299,6 +1301,15 @@ const translation = {
|
|
|
1299
1301
|
try_again: 'Try Again',
|
|
1300
1302
|
log_out: 'Log Out',
|
|
1301
1303
|
},
|
|
1304
|
+
backup: {
|
|
1305
|
+
title: 'Backup Wallet',
|
|
1306
|
+
subtitle: 'Back up your wallet to help protect your access and recover it if needed.',
|
|
1307
|
+
google_drive: 'Google Drive',
|
|
1308
|
+
backed_up: 'BACKED UP',
|
|
1309
|
+
google_drive_subtitle: 'Secure cloud backup with your Google account.',
|
|
1310
|
+
back_up: 'Back Up',
|
|
1311
|
+
error: 'Failed to back up wallet. Please try again.',
|
|
1312
|
+
},
|
|
1302
1313
|
},
|
|
1303
1314
|
/**
|
|
1304
1315
|
* @description copy keys for mfa views
|
|
@@ -1012,6 +1012,7 @@ export declare const translation: {
|
|
|
1012
1012
|
connected_apps_button: 'Connected Apps',
|
|
1013
1013
|
},
|
|
1014
1014
|
export_section: {
|
|
1015
|
+
backup_button: 'Backup',
|
|
1015
1016
|
private_key_button: 'Private key',
|
|
1016
1017
|
srp_button: 'Recovery phrase',
|
|
1017
1018
|
title: 'Export & Backup',
|
|
@@ -1072,6 +1073,7 @@ export declare const translation: {
|
|
|
1072
1073
|
connected_apps_button: string;
|
|
1073
1074
|
};
|
|
1074
1075
|
export_section: {
|
|
1076
|
+
backup_button: string;
|
|
1075
1077
|
private_key_button: string;
|
|
1076
1078
|
srp_button: string;
|
|
1077
1079
|
title: string;
|
|
@@ -1295,6 +1297,15 @@ export declare const translation: {
|
|
|
1295
1297
|
try_again: string;
|
|
1296
1298
|
log_out: string;
|
|
1297
1299
|
};
|
|
1300
|
+
backup: {
|
|
1301
|
+
title: string;
|
|
1302
|
+
subtitle: string;
|
|
1303
|
+
google_drive: string;
|
|
1304
|
+
backed_up: string;
|
|
1305
|
+
google_drive_subtitle: string;
|
|
1306
|
+
back_up: string;
|
|
1307
|
+
error: string;
|
|
1308
|
+
};
|
|
1298
1309
|
};
|
|
1299
1310
|
/**
|
|
1300
1311
|
* @description copy keys for mfa views
|
|
@@ -1014,6 +1014,7 @@ const translation = {
|
|
|
1014
1014
|
connected_apps_button: 'Connected Apps',
|
|
1015
1015
|
},
|
|
1016
1016
|
export_section: {
|
|
1017
|
+
backup_button: 'Backup',
|
|
1017
1018
|
private_key_button: 'Private key',
|
|
1018
1019
|
srp_button: 'Recovery phrase',
|
|
1019
1020
|
title: 'Export & Backup',
|
|
@@ -1074,6 +1075,7 @@ const translation = {
|
|
|
1074
1075
|
connected_apps_button: 'Connected Apps',
|
|
1075
1076
|
},
|
|
1076
1077
|
export_section: {
|
|
1078
|
+
backup_button: 'Backup',
|
|
1077
1079
|
private_key_button: 'Private key',
|
|
1078
1080
|
srp_button: 'Recovery phrase',
|
|
1079
1081
|
title: 'Export & Backup',
|
|
@@ -1295,6 +1297,15 @@ const translation = {
|
|
|
1295
1297
|
try_again: 'Try Again',
|
|
1296
1298
|
log_out: 'Log Out',
|
|
1297
1299
|
},
|
|
1300
|
+
backup: {
|
|
1301
|
+
title: 'Backup Wallet',
|
|
1302
|
+
subtitle: 'Back up your wallet to help protect your access and recover it if needed.',
|
|
1303
|
+
google_drive: 'Google Drive',
|
|
1304
|
+
backed_up: 'BACKED UP',
|
|
1305
|
+
google_drive_subtitle: 'Secure cloud backup with your Google account.',
|
|
1306
|
+
back_up: 'Back Up',
|
|
1307
|
+
error: 'Failed to back up wallet. Please try again.',
|
|
1308
|
+
},
|
|
1298
1309
|
},
|
|
1299
1310
|
/**
|
|
1300
1311
|
* @description copy keys for mfa views
|