You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/i18n/en-US/index.ts
+12-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ export default {
44
44
help: 'Help',
45
45
share: 'Share',
46
46
multisig: 'Multisig',
47
-
joinSurge: 'Join Astar Surge',
47
+
joinSurge: 'Go to ACS',
48
48
sort: {
49
49
sortBy: 'Sort by',
50
50
amountHightToLow: 'Amount: High to Low',
@@ -941,6 +941,10 @@ export default {
941
941
unregisteredDappInfo:
942
942
'This project has been unregistered but If you are currently entitled to Bonus you will be entitled to it as well as basic rewards as long as you do not move/unstake the fund during this Period. Unstake if you still want to (it has {days} days unlocking period).',
943
943
voteSuccess: 'You successfully voted on {number} dApp(s). All pending rewards are claimed.',
944
+
moveSuccess: 'You successfully moved your stake to {number} dApp(s).',
945
+
looseBonusWarning:
946
+
'You will partially loose your bonus rewards if you move your stake to more than {number} dApp(s).',
947
+
looseAllBonusWarning: 'You will loose your bonus rewards if you move your stake.',
944
948
unbondSuccess: 'You successfully unbonded from {dapp}.',
945
949
unbondFromUnregisteredSuccess: 'You successfully unbonded from unregistered dApp {dapp}.',
946
950
claimRewardSuccess: 'You successfully claimed your rewards.',
@@ -959,6 +963,8 @@ export default {
959
963
registerNow: 'Register now',
960
964
willUnstakeAll:
961
965
'The operation will unstake all of your staked tokens because the minimum staking amount is {amount} tokens.',
966
+
willMoveAll:
967
+
'The operation will move all of your staked tokens because the minimum staking amount is {amount} tokens.',
962
968
onboarding: {
963
969
introducing: 'Introducing',
964
970
innovativeWayOfStaking: 'Innovative way of staking',
@@ -1011,10 +1017,14 @@ export default {
1011
1017
addAmounts: 'Please add the amount to each card.',
1012
1018
review: 'Check everything is ok before confirming.',
1013
1019
availableAfterStaking: 'Available amount after staking',
1020
+
remainingAmountAfterMoving: 'Remaining amount on origin dApp after moving',
1014
1021
beSureToVote:
1015
1022
'Be sure you vote on dapps otherwise those tokens are not eligible for any rewards.',
1016
1023
yourAvailableBalance: 'Your available balance',
1024
+
availableToMove: 'Available to move',
1017
1025
moveFunds: 'Move funds',
1026
+
safeMoveInfo:
1027
+
'You can move your stake to up to {number} dApp(s) without loosing your bonus rewards.',
1018
1028
},
1019
1029
registration: {
1020
1030
success: 'You successfully registered dApp {name} to the store.',
0 commit comments