@subwallet/web-runner 1.3.3-0 → 1.3.4-0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1373,5 +1373,38 @@
1373
1373
  "Unsupported address": "",
1374
1374
  "Failed to import. Incompatible NFT": "",
1375
1375
  "TON wallets have multiple versions, each with its own wallet address and balance. <highlight>Change versions</highlight> if you don't see balances": "",
1376
- "Change wallet address & version": ""
1376
+ "Change wallet address & version": "",
1377
+ "Mark as unread": "",
1378
+ "Mark as read": "",
1379
+ "Claim token": "",
1380
+ "Claim tokens": "",
1381
+ "Claim confirmation": "",
1382
+ "Claim token transaction": "",
1383
+ "Browser notifications": "",
1384
+ "View notifications in": "",
1385
+ "In-app notifications": "",
1386
+ "Unread": "",
1387
+ "Read": "",
1388
+ "{{networkName}} network is currently disabled. Enable the network and then re-click the notification to start withdrawing your funds": "",
1389
+ "{{networkName}} network is currently disabled. Enable the network and then re-click the notification to start claiming your funds": "",
1390
+ "You’ve {{action}} tokens": "",
1391
+ "You’ve already {{action}} your tokens. Check for unread notifications to stay updated on any important": "",
1392
+ "Your notifications will appear here": "",
1393
+ "No notifications yet": "",
1394
+ "Enable notifications": "",
1395
+ "Enable notifications now to not miss anything!": "",
1396
+ "Notifications are disabled": "",
1397
+ "Mark all as read": "",
1398
+ "Search notification": "",
1399
+ "Withdraw tokens": "",
1400
+ "Claim AVAIL bridge": "",
1401
+ "Today": "",
1402
+ "This week": "",
1403
+ "This month": "",
1404
+ "Notification settings": "",
1405
+ "Show notifications about": "",
1406
+ "Save settings": "",
1407
+ "Invalid asset ID": "",
1408
+ "Please type or paste an asset ID": "",
1409
+ "Asset ID": ""
1377
1410
  }
package/package.json CHANGED
@@ -14,12 +14,12 @@
14
14
  },
15
15
  "sideEffects": false,
16
16
  "type": "module",
17
- "version": "1.3.3-0",
17
+ "version": "1.3.4-0",
18
18
  "dependencies": {
19
19
  "@babel/runtime": "^7.20.6",
20
- "@subwallet/extension-base": "^1.3.3-0",
21
- "@subwallet/extension-inject": "^1.3.3-0",
22
- "@subwallet/extension-koni-ui": "^1.3.3-0"
20
+ "@subwallet/extension-base": "^1.3.4-0",
21
+ "@subwallet/extension-inject": "^1.3.4-0",
22
+ "@subwallet/extension-koni-ui": "^1.3.4-0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@polkadot/dev": "^0.65.23",