@dynamic-labs/locale 4.46.3 → 4.47.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 CHANGED
@@ -1,4 +1,25 @@
1
1
 
2
+ ### [4.47.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.47.0...v4.47.1) (2025-11-24)
3
+
4
+
5
+ ### Features
6
+
7
+ * add aptos non-native coins to sendBalance ([#9914](https://github.com/dynamic-labs/dynamic-auth/issues/9914)) ([0f0f855](https://github.com/dynamic-labs/dynamic-auth/commit/0f0f855229a052eb280831c81d235b0164f26ff3))
8
+ * add aptos non-native token sending to dynamic widget ([#9915](https://github.com/dynamic-labs/dynamic-auth/issues/9915)) ([c91c117](https://github.com/dynamic-labs/dynamic-auth/commit/c91c1172d5185c151f9b4cac1a0757f6d72304ca))
9
+ * **react-native:** add waas wallet upgrade to react-native ([#9936](https://github.com/dynamic-labs/dynamic-auth/issues/9936)) ([024366e](https://github.com/dynamic-labs/dynamic-auth/commit/024366e179b284353d0b05667e916a01520b2874))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * remove noise from wallet connect when it is disabled ([#9945](https://github.com/dynamic-labs/dynamic-auth/issues/9945)) ([ada6511](https://github.com/dynamic-labs/dynamic-auth/commit/ada6511e2d25351f1b63312eb4810752f6d95ad6))
15
+
16
+ ## [4.47.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.46.3...v4.47.0) (2025-11-21)
17
+
18
+
19
+ ### Features
20
+
21
+ * 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))
22
+
2
23
  ### [4.46.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.46.2...v4.46.3) (2025-11-20)
3
24
 
4
25
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.46.3";
6
+ var version = "4.47.1";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.46.3";
2
+ var version = "4.47.1";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/locale",
3
- "version": "4.46.3",
3
+ "version": "4.47.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.46.3"
23
+ "@dynamic-labs/assert-package-version": "4.47.1"
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