@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.
- package/{fallback-0b81a7f9f3a8fbf3b257.js → fallback-5289e749417ace6ef22c.js} +1 -1
- package/index.html +1 -1
- package/locales/en/translation.json +34 -1
- package/locales/ja/translation.json +34 -1
- package/locales/ru/translation.json +34 -1
- package/locales/vi/translation.json +34 -1
- package/locales/zh/translation.json +34 -1
- package/package.json +4 -4
- package/{web-runner-51224951b234a03921f6.js → web-runner-64920586f1d5d6e74b2b.js} +2 -2
- package/web-runner.zip +0 -0
- /package/{web-runner-51224951b234a03921f6.js.LICENSE.txt → web-runner-64920586f1d5d6e74b2b.js.LICENSE.txt} +0 -0
@@ -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.
|
17
|
+
"version": "1.3.4-0",
|
18
18
|
"dependencies": {
|
19
19
|
"@babel/runtime": "^7.20.6",
|
20
|
-
"@subwallet/extension-base": "^1.3.
|
21
|
-
"@subwallet/extension-inject": "^1.3.
|
22
|
-
"@subwallet/extension-koni-ui": "^1.3.
|
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",
|